.chart-container {
	position: relative;
	margin: auto;
	height: 100vh;
	width: 100%;
}

.skin-blue .main-header .logo{
	background-color: white;
}

.skin-blue .main-header>.logo:hover{
	background-color: #fcfcfc;
}

.main-sidebar{
	position: fixed;
}

header.main-header{
	position: fixed;
	width: 100%;
}

div.content-wrapper {
    margin-top: 50px;
}

@media (max-width: 767px){
	.skin-blue .main-header>.logo{
		background-color: white;
		border-bottom: solid 1px #ecf0f5;
	}

	.skin-blue .main-header>.logo:hover{
		background-color: #fcfcfc;
	}

	.main-sidebar, header.main-header{
		position: absolute;
	}

	div.content-wrapper {
	    margin-top: 100px;
	}
}

.progress-description, .info-box-text{
	white-space: normal;
	line-height: 1.3;
}

.skin-black .main-header li.user-header{
	background-color: #00a7d0;
}

.hide{
	visibility: hidden;
}

div.preloader{
	display: none;
}

.preloader-box{
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 99999;
}

.preloader-container{
	width: 100%;
	height: 5px;
	position: fixed;
	z-index: 99999;
}

span.nomeIndicado {
    font-size: 14px;
    font-weight: 600;
    padding: 6px;
    display: inline-block;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before {
    top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 1px;
}

.dtr-data{
	white-space: normal;
	font-size: 14px;
	float: left;
}

table.dataTable>tbody>tr.child ul li{
	border-bottom: 1px dotted #CFD8DC;
    width: 90%;
    float: left;
}

.dtr-title{
	width: 100%;
}

.botao-tabela{
	font-size: 18px;
	line-height: 14px;
	margin-right: 6px;
}

td.table-buttons{
	padding: 0 !important;
	font-size: 12px;
}

td.table-buttons .btn-group, .dtr-data .btn-group {
    white-space: nowrap;
    display: flex;
    padding: 0px 8px 0px 8px;
}

td.table-buttons .btn-group .btn, .dtr-data .btn-group .btn {
    font-size: 16px;
    padding: 2px 6px 2px 6px;
    margin: 4px 0px 0px 0px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: normal;
}

textarea {
    resize: none;
}

.overlay.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
}

.overlay.preloader>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

th.dt-center, td.dt-center { text-align: center; }

.nav-tabs-custom {
    margin-bottom: 0px;
    background: #fff;
    box-shadow: none;
    border-radius: 0px;
}

.caixacor{
	padding-right: 21px;
}

table.dataTable.nowrap th{
    white-space: normal;
    vertical-align: middle;
}

.skin-blue .main-header .navbar {
    background-color: #222d32;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #1e282c;
}

.skin-blue .main-header li.user-header {
    background-color: #222d32;
}

@media (max-width: 991px){
    .navbar-custom-menu .navbar-nav>li>a {
        padding-top: 17px;
        padding-bottom: 13px;
        line-height: 20px;
    }
}