
/* GERAIS 
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif !important;
	https://coolors.co/0d1b2a-1b263b-415a77-778da9-e0e1dd
}
*/
label {
	color: #666;
	font-size: 12px;	
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

label:not(.form-check-label):not(.custom-file-label) {
	font-weight: normal;
}

table {
	width: 100% !important;
}

a {
	color: #738181;
}

a:hover {
	color: #078cdf;
}

.table td, .table th {
	padding: 7px !important;
}

form {
	margin-bottom: 0;
}

.form-control {
	font-size: 12px;
}

.form-control:disabled, .form-control[readonly] {
	border: none; 
	background: #e6e6e6; 
	border: 1px solid #ced4da;
}

.breadcrumb {
	font-size: 12px; 
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.sidebar {
	font-family: Verdana, Geneva, Tahoma, sans-serif; 
	font-size: 14px;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
	width: 0;
}

.sidebar-mini.sidebar-collapse .content-wrapper {
	margin-left: 0 !important;
}

.sidebar-mini.sidebar-collapse .main-header {
	margin-left: 0 !important;
}

.estilo-header {
	
	height: 70px;
	background: #fff; 
	border-bottom: 1px solid #bdcedb; 
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	
}

.section-header-div-center {
	width: 60px;
	height: 4px; 
	background: #85adad;
	margin: auto; 
	margin-bottom: 20px; 
	margin-top: 5px; 
}

.section-header-div-left {
	width: 60px;
	height: 4px; 
	background: #85adad;
	margin-bottom: 20px; 
	margin-top: 5px; 
}

.section-card-div-center {
	width: 30px;
	height: 1px; 
	background: #85adad;
	margin: auto; 
	margin-bottom: 10px; 
	margin-top: 3px; 
}

.section-card-div-left {
	width: 30px;
	height: 1px; 
	background: #85adad;
	margin: auto; 
	margin-bottom: 10px; 
	margin-top: 3px; 
}

.dropdown-item {
	border-bottom: 1px solid #f1f1f1;
}

/* 19334d */

.layout-navbar-fixed .wrapper .content-wrapper {
	margin-top: 70px; 
	background: #e0e0e0;
}

.navbar {
	padding: 5px 10px;
}

.nav-sidebar>.nav-item .nav-icon {
	margin-right: 0;
}

.btn-xs {
	font-size: 14px;
}

.select-table {
	padding: 5px;
	font-size: 14px;
	line-height: 1;
	height: auto;
}

.page-item.active .page-link {
	background-color: #778DA9 !important; 
	border-color: #778DA9 !important;
}

.titulo-header {
	font-size: 24px; 
	margin-bottom: 8px; 
	color: #045282; 
	line-height: 18px;
}

.sub-titulo-header {
	font-size: 12px; 
	margin-bottom: 0; 
	color: #3d5c5c; 
	float: left;
}

.titulo-pagina {
	font-size: 14px;
	color: #a3c2c2 !important; 
	margin: 15px 0 10px 0;
	padding-bottom: 5px; 
	border-bottom: 1px solid #a3c2c2 !important;
}

.titulo-tabela {
	font-size: 16px; 
	color: #5983af; 
	float: left;  
	margin-top: 7px; 
	font-weight: bold;
}


.titulo-card {
	font-size: 20px; 
	color: #056dad !important; 
	margin-bottom: 15px; 
}




[class*=sidebar-dark-] {
	background: #0d0d0d !important;
}

.ui-widget-header {
	background: #415a77 !important;
	border: 1px solid #415a77 !important;
	color: #fff !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #415a77 !important;
	border: 1px solid #415a77 !important;
	color: #fff !important;
}

.progress {
	background-color: #d9d9d9;
}

.content-wrapper {
	/*background: #e3e4e6;*/ 
	font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

.content-header {
	color: #009999 !important;
	padding: 20px 20px !important;
}

.content-header h1 {
	color: #6b86ae !important; 
	font-size: 24px;
	
}

.breadcrumb-item {
	color: #045282 !important;
}

.input-group {
	margin-bottom: 1rem;
	border-radius: .25rem;
}

.btn-tool {
	padding: 10px 0;
}

.alink {
	color: #5c5d60 !important;
	font-size: 14px; 
	font-family: Verdana, Geneva, Tahoma, sans-serif; 
}

.alink:hover {
	color: #078cdf !important;
	font-weight: inherit;
	text-decoration: underline; 
	font-family: Verdana, Geneva, Tahoma, sans-serif; 
}

@media only screen and (max-width: 980px){
    .login100-more { display: none; }
    .wrap-login100 { width: 100% !important; }
}

/* TOOLTIP */
.ui-tooltip, .arrow:after {
    background: #006699;
    border: 1px solid #006699;
}
.ui-tooltip {
padding: 10px 20px;
color: #fff;
border-radius: 10px;
font: bold 14px "Helvetica Neue", Sans-Serif;    
}
.arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -16px;
}
.arrow.top {
top: -16px;
bottom: auto;
}
.arrow.left {
left: 20%;
}
.arrow:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;    
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}


/* BOTOES */
.bt-ds {
	padding: 2px 7px !important;
}


/* MENU */
.nav-link {
	padding: 10px 8px;
}

.margem-menu-item {
	padding-left: 40px;
}

.nav-sidebar .nav-link > .right,
.nav-sidebar .nav-link > p > .right {
  position: absolute;
  right: 5px;
  top: 15px;
}

.menu-anamnese {
	padding: 5px; 
	background: #fff; 
	border: 1px solid #e0e0e0; 
	border-left: 3px solid #ff8080; 
	margin-bottom: 2px;
	border-radius: 4px;
}

.menu-anamnese-feita {
	padding: 5px; 
	background: #e9ecef; 
	border: 1px solid #e0e0e0; 
	border-left: 3px solid #33cc33; 
	margin-bottom: 2px;
	border-radius: 4px;
}

.menu-card {
	color: #fff !important;
  	background: #0066cc;
  	border: 1px solid #0066cc;
  	border-radius: 4px;
  	padding: 5px 20px !important;
  	margin-left: 2px !important;
}
  
.menu-card:hover {
  	background: #004080 !important;
  	border: 1px solid #004080;
  	border-radius: 4px;
  	padding: 5px 20px !important;
}

.menu-card:active {
  	background: #004080 !important;
  	border: 1px solid #004080;
  	border-radius: 4px;
  	padding: 5px 20px !important;
}

/* ALERTAS */
.alert {
	margin: 15px 0;
}


/* MODAL */
.modal-header {
	font-size: 14px !important;
	color: #fff; 
	padding: 10px 15px;
}

.modal-footer {
	background: #f2f2f2;
}

.modal-title {
	font-size: 16px;
}

.modal-excluir {
	background: #415a77;
	border-bottom: 3px solid #e0e0e0;	
}

.modal-avancar {
	background: #415a77;
	border-bottom: 3px solid #e0e0e0;	
}

.modal-retornar {
	background: #415a77;
	border-bottom: 3px solid #e0e0e0;	
}

.modal-incluir {
	background: #415a77;
	border-bottom: 3px solid #ccc;	
}

.modal-agenda {
	font-size: 14px !important;
	color: #fff;
	background: #415a77;
	border-bottom: 3px solid #e0e0e0;	
}

.modal-body {
	font-size: 14px;
	color: #666;	
}

.bt-modal {
	font-size: 14px;
}

.input-modal {
	font-size: 14px;
	color: #666;
	border: none;
	background: none;
	width: 100%;
	margin-bottom: 10px;
}

.label-modal {
	margin-bottom: 0;
	color: #666;
	font-size: 12px;
}

/* TABELAS */
#title_table {
  	color: #19334d;  	
}

#regsitros_tabela {
	font-size: 14px;
}

/* PROGRESS BAR */
.bg-success {
	background: #9966ff !important;
}


/* CARDS */
/*.card {
		
}*/

.title-card {

	font-size: 16px; 
	font-weight: bold; 
	color: #007399; 
	width: 100%; 
	margin-bottom: 20px;

}

.title-card-table {

	font-size: 16px; 
	font-weight: bold; 
	color: #007399; 
	float: left;

}

.card-title {
	color: #fff !important;
	font-size: 14px !important;		
}

.card-title-plano {
	color: #fff !important;
	font-size: 14px !important;	
}

.card-titupo-aprendente {
	border-bottom: 1px solid #e2e2e2; 
	padding: 10px 0; 
	margin: 0 20px;
	color: #33cccc;
	
}

.card-titulo-form {
	border-bottom: 2px solid #196619;
	padding-bottom: 2px; 
	margin-bottom: 20px;
	color: #196619;
	font-size: 20px;
	
}

.card-header {
	background: #85adad;
	/*background-image: linear-gradient(86deg,#e0ebeb,#f0f5f5); 19334d*/
	border-bottom: 2px solid #e0e0e0;	
	font-size: 14px !important; 
	padding: 10px 20px;
	color: #fff;
}

.card-header-plano {
	background-image: linear-gradient(86deg,#29a329,#141f1f); 
	border-bottom: 2px solid #c1d7d7;	
	font-size: 14px !important;
}

.card-body {
	padding: 20px;
	
}


.form-footer {
	background: rgba(0,0,0,.03);
	padding: .75rem 1.25rem;
	text-align: center;
}

.title-box {
  	color: #888;
  	font-size: 16px;
  	border-bottom: 1px solid #888;
  	
}

.subtitle_box {
	font-size: 12px;
	color: #666;
}

/* ICONS */
.fas {
	color: #141f1f;
	text-decoration: none;
  	font-size: 16px;
}

.far {
	color: #141f1f;
	text-decoration: none;
  	font-size: 16px;
}

.fab {
	color: #141f1f;
	text-decoration: none;
  	font-size: 16px;
}

.fa_excluir {
	color: #ff5050;
}

.fa_excluir:hover {
	color: #e2394e;
}


/* DATATABLES */
.pagination {
	font-size: 12px !important;
}

.dataTables_info {
	font-size: 12px !important; 
	float: left !important; 
	color: #778DA9;
}

div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper,  
div.dataTables_wrapper {
	text-align: right;
}


/* BOTOES */

.btn-principal {
	color: #fff !important;
  	background: #045282;
  	border: 1px solid #045282;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px;
}
  
.btn-principal:hover {
  	background: #022f4a;
  	border: 1px solid #022f4a;
}

.btn-normal {
	color: #fff !important;
  	background: #009999;
  	border: 1px solid #009999;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px;
}
  
.btn-normal:hover {
  	background: #006666;
  	border: 1px solid #006666;
}

.btn-menu {
	color: #fff !important;
  	background: #5c5d60 !important;
  	border: 1px solid #5c5d60 !important;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px;
}
  
.btn-menu:hover {
  	background: #323234 !important;
  	border: 1px solid #323234 !important;
}


.btn-menu-sec-primary {
	color: #078cdf !important;
  	background: #fff !important;
  	border: 1px solid #078cdf !important;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px;
}

.btn-menu-sec-primary:hover {
	color: #fff !important;
  	background: #078cdf !important;
  	border: 1px solid #078cdf !important; 
	text-decoration: none;
}


.btn-barra-menu {
	color: #fff !important;
  	background: #9cb5c9 !important;
  	border: 1px solid #9cb5c9 !important;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px;
}
  
.btn-barra-menu:hover {
	color: #fff !important;
  	background: #778896 !important;
  	border: 1px solid #778896 !important;
}


.btn-menu-header {
	color: #fff !important;
  	background: #078cdf !important;
  	border: 1px solid #078cdf !important;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px;
}
  
.btn-menu-header:hover {
	color: #fff !important;
  	background: #056dad !important;
  	border: 1px solid #056dad !important;
}


.btn-primary {
	color: #fff !important;
  	background: #33cccc !important;
  	border: 1px solid #33cccc !important;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px;
}
  
.btn-primary:hover {
  	background: #248f8f !important;
  	border: 1px solid #248f8f !important;
}

.btn-warning {
	color: #fff !important;
  	background: #ffa64d;
  	border: 1px solid #ffa64d;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px;
}
  
.btn-warning:hover {
  	background: #ea921e;
  	border: 1px solid #ea921e;
}


.btn-success {
	color: #fff !important;
  	background: #40bf80;
  	border: 1px solid #40bf80;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px;
	
}

.btn-success:hover {
	background: #339966;
  	border: 1px solid #339966;
}


.btn-danger {
	color: #fff !important;
  	background: #ff6666;
  	border: 1px solid #ff6666;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px;
}
  
.btn-danger:hover {
  	background: #ff4d4d;
  	border: 1px solid #ff4d4d;
}


.btn-info {
	color: #fff !important;
  	background: #66b3ff;
  	border: 1px solid #66b3ff;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px;
}
  
.btn-info:hover {
  	background: #3399ff;
  	border: 1px solid #3399ff; 
}

.btn-default {
	color: #fff !important;
  	background: #669999;
  	border: 1px solid #669999;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px;
}
  
.btn-default:hover {
  	background: #527a7a;
  	border: 1px solid #527a7a;
}


/* alert */
.alert-warning {
	color: #fff !important;
  	background: #ea921e !important;
  	border: 1px solid #ea921e !important;	
}

.alert-success {
	color: #fff !important;
	background: #66cc99 !important; 
	border-color: #66cc99 !important; 
}

.alert-danger {
	color: #fff !important;
  	background: #ff6666 !important;
  	border: 1px solid #ff6666 !important;
}





.tooltip{
	position:absolute;
	z-index:1070;
	display:block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:normal;
	font-weight:400;
	line-height:1.42857143;
	line-break:auto;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	letter-spacing:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	white-space:normal;
	font-size:12px;
	filter:alpha(opacity=0);
	opacity:0
}

.tooltip.in{
	filter:alpha(opacity=90);
	opacity:.9
}

.tooltip.top{
	padding:5px 0;
	margin-top:-3px
}

.tooltip.right{
	padding:0 5px;
	margin-left:3px
}

.tooltip.bottom{
	padding:5px 0;
	margin-top:3px
}

.tooltip.left{
	padding:0 5px;
	margin-left:-3px
}

.tooltip.top .tooltip-arrow{
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}

.tooltip.top-left .tooltip-arrow{
	right:5px;
	bottom:0;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}

.tooltip.top-right .tooltip-arrow{
	bottom:0;
	left:5px;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}

.tooltip.right .tooltip-arrow{
	top:50%;
	left:0;
	margin-top:-5px;
	border-width:5px 5px 5px 0;
	border-right-color:#000
}

.tooltip.left .tooltip-arrow{
	top:50%;
	right:0;
	margin-top:-5px;
	border-width:5px 0 5px 5px;
	border-left-color:#000
}

.tooltip.bottom .tooltip-arrow{
	top:0;
	left:50%;
	margin-left:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}

.tooltip.bottom-left .tooltip-arrow{
	top:0;
	right:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}

.tooltip.bottom-right .tooltip-arrow{
	top:0;
	left:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}

.tooltip-inner{
	max-width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	background-color:#000;
	border-radius:4px
}

.tooltip-arrow{
	position:absolute;
	width:0;
	height:0;
	border-color:transparent
	;border-style:solid
}


/* badge */
.badge-warning {
	color: #fff !important;
	background-color: #ff9900 !important; 
	padding: 4px !important;
}

.badge-success {
	color: #fff !important;
	background-color: #28a745 !important; 
	padding: 4px !important;
}

.badge-info {
	color: #fff !important;
	background-color: #17a2b8 !important; 
	padding: 4px !important;
}

.badge-danger {
	color: #fff !important;
	background-color: #e2394e !important; 
	padding: 4px !important;
}

/* data table */
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f0f5f5 !important;
}

.table td, .table th {
	border-top: 0 !important;
}