
/* GERAIS */

label {
	color: #666;
	font-size: 13px;	
}

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

table {
	width: 100% !important;
}

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

form {
	margin-bottom: 0;
}

.container-fluid {
	padding: 0 15px;	
}

.breadcrumb {
	font-size: 14px;
}

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

.content-wrapper {
	padding-top: 20px;
}

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

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

.estilo-header {
	
	background: #141f1f; 
	border-bottom: 3px solid #33cccc;
	
}

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

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

.titulo-pagina {
	font-size: 24px;
	color: #a3c2c2 !important; 
	margin: 0px 0 10px 0;
}


.title-pagina {
	color: #476b6b; 
	font-size: 16px; 
	border: 1px solid #d7d7d7; 
	border-radius: 5px; 
	padding: 6px 0;
}

.subtitle-pagina {
	background: #ced1c0; 
	padding: 9px 40px 9px 35px; 
	color: #476b6b; 
	border-radius: 4px; 
	border-left: 5px solid #487aa1;
}


[class*=sidebar-dark-] {
	background: #141f1f;
}

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

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

.content-header {
	color: #3d5c5c !important;
	padding: 5px 10px !important;
}

.content-header h1 {
	color: #597771 !important;
	
}

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

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

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

.alink {
	color: #3399ff;
}

.alink:hover {
	color: #0066cc;
	text-decoration: underline;
}

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

.sub-titulo-header {
	font-size: 14px; 
	margin-bottom: 0; 
	color: #666; 
	/*border-bottom: 1px solid #cedbd9; */
	padding-bottom: 10px; 
}

@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: 0 15px 15px 15px;
}


/* MODAL */
.modal-excluir {
	font-size: 16px;
	color: #fff;
	background: #f16165;
	border-bottom: 3px solid #a7b9be;	
}

.modal-incluir {
	font-size: 16px;
	color: #fff;
	background: #009999;
	border-bottom: 3px solid #ccc;	
}

.modal-agenda {
	font-size: 16px;
	color: #fff;
	background: #708090;
	border-bottom: 3px solid #a7b9be;	
}

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

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

.input-modal {
	font-size: 16px;
	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: #009999;
  	font-size: 12px;
}

#regsitros_tabela {
	font-size: 14px;
}


/* CARDS */
.card {
	margin-bottom: 20px;
}

.card-title {
	color: #666 !important;
	font-size: 16px !important;  
	margin-bottom: 0 !important;
}

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

.card-titulo {
	color: #666; 
	font-size: 16px; 
	border-bottom: 1px solid #ccc; 
	padding-bottom: 6px; 
	margin-bottom: 15px;
}

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

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

.card-header-home {
	background: #fff !important;
	border-bottom: 1px solid #e0e0e0 !important;	
	font-size: 16px !important; 
	padding: 10px 0 5px 0 !important;
	color: #527a7a !important; 
	margin: 0 15px;
}

.card-body {
	padding: 20px;
}


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

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

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

.titulo-caixa {
	float: left; 
	font-size: 14px; 
	width: 100%; 
	padding: 9px 10px 8px 10px; 
	border-radius: 5px; 
	background: #eaf2f3; 
	line-height: 18px; 
	border: 1px solid #d7e3e4; 
}

.titulo-caixa-left {
	float: left; 
	margin-right: 15px; 
	padding: 2px 15px 0 5px; 
	border-right: 1px solid #d7e3e4;
}

.titulo-caixa-right {
	float: left; 
	margin-right: 10px;
}

.titulo-caixa-right-linha-1 { 
	font-size: 16px; color: #666;
}

.titulo-caixa-right-linha-2{ 
	font-size: 14px; color: #666;
}


.titulo-table {
	font-size: 14px; 
	color: #5b88a5;	
	font-weight: bold;
}

.linha-table {
	font-size: 14px; 
	color: #666; 
	border-bottom: 1px solid #ced4da;
}



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

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

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

.fa_excluir {
	color: #e2394e;
}

.fa_excluir:hover {
	color: #e2394e;
}

/* ALERT */
.alert-success {
	color: #444;
	background: #adebad; 
	border-color: #adebad; 
}


/* BOTOES */
.btn-primary {
	color: #fff !important;
  	background: #00ced1;
  	border: 1px solid #00ced1;
  	padding: 7px 20px;
  	border-radius: 4px;
}
  
.btn-primary:hover {
  	background: #007d80;
  	border: 1px solid #007d80;
}


.btn-mod-1 {
	color: #fff !important;
  	background: #487aa1;
  	border: 1px solid #487aa1;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px; 
	text-decoration: none !important; 
}
  
.btn-mod-1:hover {
  	color: #fff !important;
  	background: #3a5c86;
  	border: 1px solid #3a5c86;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px; 
	text-decoration: none !important; 
}

.btn-mod-2 {
	color: #fff !important;
  	background: #9dbcbc;
  	border: 1px solid #9dbcbc;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px; 
	text-decoration: none !important;
}
  
.btn-mod-2:hover {
  	color: #fff !important;
  	background: #8aa8a8;
  	border: 1px solid #8aa8a8;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px; 
	text-decoration: none !important; 
}


.btn-mod-3 {
	color: #fff !important;
  	background: #73a1ce;
  	border: 1px solid #73a1ce;
  	padding: 7px 3px 7px 3px;
  	border-radius: 4px; 
	font-size: 14px; 
	text-decoration: none !important;
}
  
.btn-mod-3:hover {
  	color: #fff !important;
  	background: #608ab4;
  	border: 1px solid #608ab4;
  	padding: 7px 3px 7px 3px;
  	border-radius: 4px; 
	font-size: 14px; 
	text-decoration: none !important; 
}


.btn-mod-4 {
	color: #fff !important;
  	background: #89abb4;
  	border: 1px solid #89abb4;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px; 
	text-decoration: none !important;
}
  
.btn-mod-4:hover {
  	color: #fff !important;
  	background: #7b98a0;
  	border: 1px solid #7b98a0;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px; 
	text-decoration: none !important; 
}


.btn-mod-5 {
	color: #fff !important;
  	background: #ef8e7d;
  	border: 1px solid #ef8e7d;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px; 
	text-decoration: none !important;
}
  
.btn-mod-5:hover {
  	color: #fff !important;
  	background: #e96149;
  	border: 1px solid #e96149;
  	padding: 7px 20px;
  	border-radius: 4px; 
	font-size: 14px; 
	text-decoration: none !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; 
	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; 
	text-decoration: none;
}




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


.btn-success {
	color: #fff !important;
  	background: #0c537c;
  	border: 1px solid #0c537c;
  	padding: 7px 20px;
  	border-radius: 4px;
	
}

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


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


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

.btn-default {
	color: #fff !important;
  	background: #3d5c5c;
  	border: 1px solid #3d5c5c;
  	border-radius: 4px;
  	padding: 7px 20px;
}
  
.btn-default:hover {
  	background: #3d5c5c;
  	border: 1px solid #3d5c5c;
}

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

.alert-success {
	color: #fff !important;
  	background: #00cc99;
  	border: 1px solid #00cc99;
}

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