
/* 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;
}

.breadcrumb {
	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 {
	
	background: #29a329; 
	border-bottom: 3px solid #b3cccc;
	
}

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


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

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

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

.alink {
	color: #3399ff;
}

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

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


/* 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: #00cc99;
	border-bottom: 3px solid #a7b9be;	
}

.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: #3b949c;
  	font-size: 12px;
}

#regsitros_tabela {
	font-size: 14px;
}


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

.card-title {
	color: #337ab7 !important;
	font-size: 24px !important;
}

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

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

.card-header {
	border-top: 3px solid #a3c2c2; 
	border-bottom: 1px solid #e0ebeb;
	color: #476b6b;
}

.card-body {
	padding: 20px;
}

.card-title {
	font-size: 16px;
	color: #3366ff;
}

.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;
}

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

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

.fa_excluir {
	color: #ff3300;
}

.fa_excluir:hover {
	color: #cc2900;
}

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


/* BOTOES */
.btn-primary {
	color: #fff !important;
  	background: #009F99;
  	border: 1px solid #009F99;
  	padding: 7px 20px;
  	border-radius: 4px;
}
  
.btn-primary:hover {
  	background: #006663;
  	border: 1px solid #006663;
}

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


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

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


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


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

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

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

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

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