.parsley-errors-list.filled{
	width: 100%
}
.search-wrapper div.dataTables_filter label{
	display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.search-wrapper div.dataTables_filter label > span:not(.select2-container){
	flex: 1 100%;
	padding-left: 5px;
}
.search-wrapper div.dataTables_filter label input, .search-wrapper div.dataTables_filter label .select2-container{
	flex-basis: 48%;
    flex-grow: 2;
    margin: 5px;
}
.search-wrapper div.dataTables_filter label .select2-container--default .select2-selection--single{
	height: 39px;
	border-color: #333;
}
.search-wrapper div.dataTables_filter label .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 36px;
	color: #6c757d;

}
.search-wrapper div.dataTables_filter label .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 36px;
}
[class*=" voyager-"]:before, [class^=voyager-]:before, [data-icon]:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.voyager-x:before {
    content: "\f00d";
}
.select2-container--default .select2-selection--single {
    border: 1px solid #d8d8d8;
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
}
@media(min-width: 767px){
	.dataTables_paginate .pagination{
		float: right;
	}
}
.sidebar-user img.img-thumbnail{
    height: 64px!important;
}
.topbar .topbar-left .logo .logo-sm{
    height: 46px;
}
.icone-container input, .dispositivo-container input{
    display: none;
}
.icone-container label, .dispositivo-container label{
    cursor: pointer;
}
input[type="radio"][name="conteudo_belongstomany_dispositivo_relationship[]"] + label,
input[type="radio"][name="conteudo_icone_id"] + label{
    -webkit-transition: all .10s linear;
    -moz-transition: all .10s linear;
    -o-transition: all .10s linear;
    -ms-transition: all .10s linear;
    transition: all .10s linear;
}
input[type="radio"][name="conteudo_belongstomany_dispositivo_relationship[]"]:checked + label,
input[type="radio"][name="conteudo_icone_id"]:checked + label
{
    padding: 5px;
    border: 2px solid #4e97d9;
}
.icone-container img, .dispositivo-container img{
    max-width: 100%
}
.icone-container p, .dispositivo-container p{
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
}
.tipo-material{
    display: none;
}
.tipo-material.active{
    display: block;
}
@media (max-width: 1024px){
    .topbar .topbar-left {
        width: 263px;
    }
    .topbar .topbar-left h2{
        font-size: 15px;
        width: 198px;
        line-height: 15px;
        position: relative;
        top: 10px;
    }
}
@media (max-width: 1199px){
    .topbar .topbar-left {
        width: 263px;
    }
}
@media(max-width: 991px){
    .action-buttons{
        position: fixed;
        bottom: 0;
        width: calc(100% - 20px);
        left: 10px;
        z-index: 999;
    }
}
@media (min-width: 992px){
    .topbar .navbar-toggle {
        display: block !important;
    }
}
@media (min-width: 1200px){
    .topbar .navbar-toggle {
        display: none !important;
    }
    .topbar .topbar-left{
        width: auto;
    }
}
@media (max-width: 1199px){
    .page-wrapper .page-wrapper-inner {
        padding: 0;
        margin-bottom: 20px;
    }
    #navigation {
        position: fixed;
    }
    #navigation {
        top: 70px;
        left: 0;
        right: 0;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        background-color: #ffffff;
        z-index: 1000;
    }
}
.onoffswitch {
    position: relative; width: 120px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif;;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Aprovado";
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Reprovado";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 22px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 86px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.toast-header strong{
    font-size: 20px;
    padding-right: 30px;
}
.toast-body{
    font-size: 22px;
}
iframe{
    max-width: 100%;
    background: transparent;
}
iframe html body, iframe html body:-webkit-full-page-media{
    background-color: transparent!important;
}
@media (max-width: 991px){
    #navigation{
        position: fixed;
    }
}
@media (min-width: 992px){
    #navigation.active{
        display: none;
    }
}
@media (min-width: 1200px){
    #navigation.active{
        display: block;
    }
}
@media(min-width: 992px){
    .page-title-box{
        margin-left: 330px;
    }
}
h1, h2, h3, h4, h5, h6, .h{
    text-transform: none;
}
.left-sidenav{
    min-width: 200px;
    max-width: 200px;
}
.left-sidenav-menu li > a{
    padding: 7px 5px;
    font-size: 12px;
}
.form-control{
    border-color: #333;
}
#logo-print{
    display: none;
}
@media print{
    .form-edit-add{
        display: none!important;
    }
    #logo-print{
        display: block;
        width: 80px;
        margin-bottom: 40px;
    }
    #logo-print img{
        width: 100%;
    }
    .cumulativo-actions{
        display: none!important;
    }
}

.diario_list_legenda{
    line-height: 40px;
}
.diario_list_legenda > span{
    width: 40px;
    height: 40px;
    border-radius:  50%;
    background-color: #3788d8;
    margin-right: 10px;
    display: inline-block;
    float: left;
}
.diario_list_legenda > img{
    height: 40px;
    width: auto;
    margin-right: 10px;
}
.cal_event_dias_escolares{
    background-color: #5db4ee!important;
    color: #000!important;
}
.cal_event_sabados_escolares{
    background-color: #dc85eb!important;
    color: #000!important;
}
.cal_event_sabado_letivo{
    background-color: #6200ea!important;
}
.cal_event_provas{
    background-color: #e53935!important;
}
.cal_event_recessos{
    background-color: #e59f22!important;
    color: #000!important;
}
.cal_event_ferias{
    background-color: #ffd95a!important;
    color: #000!important;

}
.cal_event_feriados{
    background-color: #087f23!important;
}
.cal_event_dias_escolares_child{
    background-color: #5db4ee!important;
    color: #000!important;
}
.cal_event_sabados_escolares_child{
    background-color: #dc85eb!important;
    color: #000!important;
}
.cal_event_sabado_letivo_child{
    background-color: #6200ea!important;
}
.cal_event_provas_child{
    background-color: #e53935!important;
}
.cal_event_recessos_child{
    background-color: #e59f22!important;
    color: #000!important;
}
.cal_event_ferias_child{
    background-color: #ffd95a!important;
    color: #000!important;
}
.cal_event_feriados_child{
    background-color: #087f23!important;
}
.upload_comments{
    display: table;
    width: 100%;
}
.upload_comment{
    border-radius: 10px;
    padding: 10px;
    width: 70%;
    color: #ffffff!important
}
.upload_comment p{
    color: #ffffff!important;
    font-size: 16px;
}
.upload_comment p small{
    color: #ffffff!important;
}
.m_comment{
    float: right;
    background: rgba(87, 102, 218, 0.33)
}
.u_comment{
    float: left;
    background: rgba(87, 102, 218, 0.9)
}
.upload_comment:not(:last-child){
    margin-bottom: 20px;
}
