/*
** Style Theme
*/
.page-content {
    background: #34425A;
}

.navbar .logo-box {
    background: #22baa0;
}

.navbar .logo-box a {
    color: #fff;
}

.sidebar {
    background: #34425A;
}

.sidebar-header {
    background: #34425A;
}

.sidebar-profile span small {
    color: #899dc1;
}

.menu {
    background: #34425A;
}

.menu.accordion-menu a {
    color: #899dc1;
}

.menu.accordion-menu > li > a:hover {
	background: #2b384e;
    color: #fff;
}

.menu.accordion-menu > li.active > a,
.menu.accordion-menu > li.active.open > a {
	background: #2b384e;
    color: #fff;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li.droplink:hover > a,
.horizontal-bar .accordion-menu > li.droplink:hover > a,
.menu.accordion-menu ul,
.menu.accordion-menu li.open > a,
.hover-menu .accordion-menu > li.droplink:hover > a {
    background: #2B384E;
    color: #fff;
}

.menu.accordion-menu ul li a:hover,
.menu.accordion-menu ul li.active a {
	background: #34425A;
    color: #fff;
}

.menu.accordion-menu ul li a {
    color: #899dc1;
}

.dropdown-list .lastTxtAccess{
    background: #e9edf2;
    padding: 10px;
    border-top:1px solid #dee2e8;
}

.pagination .pagination-css{
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px!important;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover{
    background-color: #5b933e;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover{
    background-color: #5b933e;
}

.linkClick{
    cursor: pointer;
}

.text-kubo{
    color: #5b933e;
}

.panel-footer {
    background-color: #ddd;
    border-bottom: 1px solid #ddd;
    border-top: none;
    padding: 10px 15px;
}

.panel-footer .btn-kubo, .panel-footer a.btn-default{
    background: #fff;
    color: #231f20;
    border:1px solid #c9c9c9;
    padding: 6px 22px;
}

.panel-footer .btn-kubo:hover, .panel-footer a.btn-default:hover, .panel-footer a.btn-kubo:focus, .panel-footer a.btn-kubo:active, .panel-footer a.btn-default:focus{
    color: #231f20!important;
    border:1px solid #231f20!important;
    background: #fff!important;
}

.bootstrap-select > .btn{
    border: 1px solid #dce1e4!important;
}

.notyfy_buttons .btn-success{
    background: #5b933e;
}

.notyfy_buttons .btn{
    padding: 6px 25px;
}



/*
** Filtro Listagem
*/
.swList .panel .panel-heading{
	height:auto;
    padding-top:0;
    padding-bottom: 0;
}

.swList .panel-heading .tools a{
	color: #74767d;
    font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.swList .panel-heading .tools a:hover, .panel-heading .tools a:active{
	text-decoration:none;
}

.swList .formFilterList{
	padding-top:25px!important;
	border-bottom: 5px solid #f1f4f9;
}

.swList .buttonsTools{
    margin: 10px 0;
}

.swList .btn-sw-actions-responsive a{
    text-align: left!important;
}

.btn-group-nowrap, .btn-group-nowrap .btn {
    white-space: nowrap !important;
    float: none;
}

.datepicker {
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}



/*
** Style Alerta Notificacao
*/
.notyfy_wrapper {
	border: none;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}

.notyfy_wrapper.notyfy_alert {
	background: #ffffff;
}

.notyfy_wrapper.notyfy_error {
	background: #bd362f;
	color: #fff;
}

.notyfy_wrapper.notyfy_success {
	background: #51a351;
	color: #fff;
}

.notyfy_wrapper.notyfy_warning {
	background: #74614f;
	color: #fff;
}

.notyfy_wrapper.notyfy_information {
	background: #57B7E2;
	color: #fff;
}

.notyfy_wrapper.notyfy_confirm {
	background: #ffffff;
}

.notyfy_wrapper.notyfy_primary {
	background: #4a8bc2;
	border: none;
}

.notyfy_wrapper.notyfy_primary, .notyfy_wrapper.notyfy_primary * {
	color: #fff;
}

.notyfy_wrapper.notyfy_default {
	background: #fafafa;
}

.notyfy_wrapper .notyfy_buttons{
	padding-right:20px;
}

#notyfy_container_top {
	top: 0;
	left: 0;
	width: 100%;
}

#notyfy_container_top .notyfy_wrapper {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

#content-notification .notyfy_wrapper {
  border: none;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.5), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.5), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.5), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

#content-notification .notyfy_wrapper p {
  margin: 0;
}

#content-notification .notyfy_wrapper .notyfy_message {
  padding: 15px 10px;
}

.notyfy_wrapper .notyfy_message {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 0;
}




/*
** Style Gerais
*/
.modal{
	overflow-y: auto!important;
}

.txtObg{
	color: #ff0000;
}

.tableComplete th, .tableComplete td {
	white-space: nowrap;
}

.minWidthSelect .bootstrap-select {
	min-width:120px;
	width:auto;
}

.minWidthSelect .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	min-width:120px;
	width:auto;
}

.form-group label .error{
	font-size:11px;
	font-weight:normal;
	color: #ff0000;
	padding-left:20px;
}

.pad{
	padding:10px;
}

.margin{
	margin:10px;
}

.hide {
  display: none !important;
}

.no-border {
  border: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.no-shadow {
  box-shadow: none!important;
}

.text-bold{
	font-weight: bold;
}

input.datepicker, input.datepickerSession{
	width:120px;
	text-align: center;
}





/*
** Style Painel de Filtro
*/
.swStyleFilter .panel-heading{
	padding: 10px;
}

.swStyleFilter .panel{
	border: 1px solid #ddd!important;
}



/*
** Style Theme DEfault
*/
.btn-kubo {
	background-color: #5b933e;
	border: 1px solid #5b933e;
	color: #fff;
}

.btn-kubo:hover,
.btn-kubo:focus,
.btn-kubo:active,
.btn-group.open .btn-kubo.dropdown-toggle,
.btn.btn-kubo.active {
    background-color: #8fc03e;
 	border: 1px solid #8fc03e;
 	color: #fff;
}

.navbar .logo-box{
	background: #5b933e;
}

.pace .pace-progress {
	background: #5b933e;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #5b933e;
	border-color: #5b933e;
}

.navbar .logo-box .logo-text{
	font-size:18px;
}

.modal-dialog .modal-header{
	padding: 20px 20px 0px 20px;
	height:auto;
}

.modal-dialog .btn-primary{
	background: #5b933e;
	border-color: #5b933e;
}

.changeViewTasks li.active a{
	background: #5b933e!important;
	border-color: #5b933e!important;
}

.changeStateTask{
	cursor: pointer;
}



/*
** Gest files
*/
#file_drop_target {
		margin:0 0 20px 0;
		padding:10px;
		border: 2px dashed #ccc;
		font-size:14px;
		color:#74767d;
		text-align: center;
}

#file_drop_target input{
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
}

#file_drop_target.drag_over {
	border: 2px dashed #e9edf2;
	color: #666;
}

#upload_progress .progress_track {
		display:inline-block;
		width:200px;
		height:10px;
		border:1px solid #5b933e;
}

#upload_progress .progress {
	background-color: #5b933e;
	height:10px;
	width:0px;
}


.no_write #mkdir, .no_write #file_drop_target {display: none}
.is_dir .size {color:transparent;font-size:0;}
.is_dir .size:before {content: "--"; font-size:14px;color:#333;}
.is_dir .download{visibility: hidden}


#tableFiles tbody > tr > td{
	padding:10px!important;
}

#tableFiles #list a{
	color: #333;
}

#tableFiles #list i{
	font-size:16px;
	color: #5b933e;
}



/*
** View Table Files Manager
*/
#breadcrumb_viewer li a{
	color: #555;
	font-size:16px;
	font-weight: bold;
	line-height: 30px;
	padding: 1px 6px;
}

.boxViewer{
	background: #f5f5f5;
	padding: 15px 15px;
}

.boxViewer .linkFile{
	cursor: pointer;
	border:1px solid transparent!important;
}

.boxViewer .linkFile:hover{
	border: 1px solid #dee2e8!important;
}

.boxViewer .info-box .info-box-icon{
	float: none;
	text-align: center;
}

.boxViewer .info-box .info-box-icon i{
	font-size: 40px;
}

.boxViewer .info-box .info-box-stats{
	float:none;
	text-align: center;
	margin-top:10px;
}

.boxViewer .info-box .info-box-stats .info-box-title{
	font-weight: bold;
	color: #74767d!important;
	min-height:40px;
}

.boxViewer .emptyFolder{
	padding: 20px;
	font-weight: bold;
	color: #74767d!important;
}

.boxViewer .info-box .info-box-shareBy{
	float:none;
	text-align: center;
	margin-top:10px;
	font-size:10px;
	min-height: 30px;
}

.boxViewer .panel-body{
	padding-bottom:10px;
}



.listTaskNotify .tasks li a .task-details{
	font-size:11px;
}

.listTaskNotify .tasks li a .badge{
	color: #000;
}



/*
** List People
*/
.previewBox{
    margin-top: 30px;
}

.previewBox h4{
    margin-top:10px;
    color: #5b933e;
    height: 35px;
    overflow: hidden;
}

.previewBox .linkMail {
    height: 35px;
    overflow: hidden;
    margin-top: 10px;
}

.previewBox .img-responsive {
    margin: 0 auto;
    width: 100%;
    height:125px;
}

.previewBox .linkMail a {
    color: #424F63;
}

.previewBox .panel-footer{
    text-align: center;
    font-size: 12px;
    border: none;
    background: #eff0f4;
    color: #7a7676;
}

.previewBox .div-social-links {
    height: 35px;
    margin-bottom: 10px;
}

.alphabetChoose button.active{
    background:#5b933e!important;
    color: #fff!important;
}

.previewBox .social-links.center{
    margin: 0 auto;
    padding: 0;
    width: 130px;
}

.previewBox .social-links.left{
    margin: 0;
    padding: 0;
}

.previewBox .social-links li a{
    background: #EFF0F4;
    text-align: center;
    color: #7A7676;
   	-webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
}

.previewBox .social-links li a:hover{
    background: #5b933e;
    color: #fff;
}

.viewProfileStudent{
   border:1px solid #ddd!important;
}

.viewProfileStudent:hover{
    -webkit-box-shadow: 0 0 3px #5b933e
    -moz-box-shadow: 0 0 3px #5b933e;
    box-shadow: 0 0 3px #5b933e;
}

.viewProfileTeacher{
    border:1px solid #ddd!important;
}

.viewProfileTeacher:hover{
	-webkit-box-shadow: 0 0 3px #888;
    -moz-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
}

.previewBox .empty {
	border: 1px solid #f1f1f1;
	border-radius: 0;
	background: #f9f9f9;
	padding: 30px;
}

.previewBox .panel-footer{
    cursor: pointer;
}



/*
** Profile page
*/
.profile-nav .user-heading {
    background: #5b933e;
    color: #fff;
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.profile-nav .user-heading.round div  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
    display: inline-block;
}

.profile-nav .user-heading div img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-nav .user-heading p, .profile-nav .user-heading a {
    font-size: 12px;
    color: #fff;
}

.profile-nav .user-heading .social-links {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.profile-nav .user-heading .social-links li{
    display: inline-block;
}

.profile-nav .user-heading .social-links li a{
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #74767d;
   	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.profile-nav .user-heading .social-links li a:hover{
    background: rgba(255,255,255,0.3);
    color: #fff;
}



.profile-nav ul.menuLinks > li {
    border-bottom: 1px solid #dee2e8;
    margin-top: 0;
    line-height: 30px;
}

.profile-nav ul.menuLinks > li:last-child {
    border-bottom: none;
}

.profile-nav ul.menuLinks > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #74767d;
    border-left: 5px solid #fff;
}

.profile-nav ul.menuLinks > li > a:hover,
.profile-nav ul.menuLinks > li > a:focus,
.profile-nav ul.menuLinks li.active  a {
    background: #e9edf2 !important;
    border-left: 5px solid #5b933e;
    color: #74767d !important;
}

.profile-nav ul.menuLinks > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #5b933e;
}



.tableInformGeral {
    color: #89817e;
}

.tableInformGeral h1 {
    font-size: 22px;
    color: #74767d;
    font-weight: 300;
    margin: 0 0 20px;
}

.tableInformGeral .row{
	padding:5px;
}

.tableInformGeral label, .tableInformGeral .icoRow {
    font-weight: bold;
    color: #74767d;
}

.tableInformGeral .icoRow{
    font-size:14px;
}

.tableInformGeral a {
    color: #89817e;
}



.listTaskNotify .drop-title, .listMessagesNotify .drop-title{
    color: #232020;
}

.listTaskNotify .dropdown-menu li.drop-all a, .listMessagesNotify .dropdown-menu li.drop-all a {
    color: #232020;
    font-size:12px;
    padding: 10px;
}

.listTaskNotify .list-unstyled li.no-messages, .listMessagesNotify .list-unstyled li.no-messages{
    padding: 20px 10px;
    font-size:12px;
}

.listTaskNotify .list-unstyled li.no-messages a, .listMessagesNotify .list-unstyled li.no-messages a{
    padding: 0;
    margin: 0;
}

.listMessagesNotify .messages li a img {
    width: 40px;
    height:40px;
}

.message-sender img {
    width: 30px;
    height: 30px;
}

.styleTableMarcacao thead tr > th{
    border-bottom: 2px solid #f1f1f1;
    background: #f1f1f1;
    padding: 5px 20px!important;
    color: #74767d;
}

.styleTableMarcacao tbody tr > td{
    border: none;
    padding: 10px 20px!important;
    margin: 0!important;
}



.viewGroupStudent{
    border:1px solid #ddd!important;
}

.viewGroupStudent:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 0 3px #5b933e
    -moz-box-shadow: 0 0 3px #5b933e;
    box-shadow: 0 0 3px #5b933e;
}

.viewGroupStudent .iconGroup, .manageGroupIcone{
    font-size:60px;
    color: #5b933e;
    padding: 20px;
}

.viewGroupStudent .desc_name{
    font-weight: bold;
    font-size: 16px;
    color: #74767d;
    padding: 10px 0 10px 0;
}

.viewGroupStudent .descricao{
    line-height: 22px;
    padding-bottom: 20px;
}

.viewGroupStudent .listUsers{
    border-top: 1px dashed #ddd;
    padding: 20px 20px 10px 20px;
}



.viewGroupStudent .panel-heading .panel-control a {
  color: #74767d;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

.manageContentStudentGroup .error{
    padding-top:0;
    padding-bottom: 50px;
    padding-left:20px;
}

.manageContentStudentGroup .error i{
    padding-right: 10px;
}



#calendar .fc-event-container a{
    color: #333!important;
}

.boxDatesCalendarModalView {
    max-height: 300px;
    overflow: hidden;
}

#calendar .fc-day-grid-event .fc-content{
    white-space: normal!important;
}

.table tr.sessaoRealizada td{
    background: #f9f9f9;
    font-weight: bold;
    color: #000;
}



.tablePrecosIngles >thead>tr>th {
    vertical-align: top;
    border-bottom: 2px solid #ddd;
}

.tablePrecosIngles td input{
    width: 80px;
}

.tableExplicacao td input{
    width: 80px;
}

.tableExplicacao td.blank{
    background: #ddd;
    padding: 5px!important;
}









/*
** Pagina de Autenticacao
*/
.login-page {
    background: #ddd;
}
.login-page .login-content {
    position: relative;
    width: 320px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

.login-page .login-header {
    position: relative;
    background: #ebebeb;
    padding: 20px 0;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

.login-page .login-header .description {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #231f20;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

.login-page .login-header.login-caret:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    margin-left: -12.5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 12.5px 0 12.5px;
    border-color: #ebebeb transparent transparent transparent;
    bottom: -13px;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

.login-page .login-form {
    position: relative;
    padding-top: 60px;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

.login-page .login-form .form-group {
    margin-bottom: 20px;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

.login-page .login-form .form-group .input-group {
    background: #ebebeb;
    border: 1px solid #ebebeb;
    padding-top: 6px;
    padding-bottom: 6px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.login-page .login-form .form-group .input-group.focused {
    border-color: #626f85;
    border-color: rgba(98, 111, 133, 0.5);
}

.login-page .login-form .form-group .input-group.validate-has-error {
    border-color: #ec5956;
    border-color: rgba(236, 89, 86, 0.5);
}

.login-page .login-form .form-group .input-group.validate-has-error .error {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    font-size: 10px;
}

.login-page .login-form .form-group .input-group .input-group-addon,
.login-page .login-form .form-group .input-group .form-control {
    background: transparent;
    border: 0;
}

.login-page .login-form .form-group .input-group .input-group-addon {
    position: relative;
}

.login-page .login-form .form-group .input-group .input-group-addon:after {
    position: absolute;
    display: block;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #454a54;
    -webkit-transform: scaleY(.56);
    -moz-transform: scaleY(.56);
    -ms-transform: scaleY(.56);
    -o-transform: scaleY(.56);
    transform: scaleY(.56);
}

.login-page .login-form .form-group .input-group .form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-page .login-form .form-group.lockscreen-input {
    margin-top: -155px;
}

.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb {
    position: relative;
    display: inline-block;
}

.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb img {
    border: 5px solid #40803d;
}

.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb .lockscreen-progress-indicator {
    display: block;
    position: absolute;
    margin: 5px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    line-height: 145px;
    background: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
}

.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.login-page .login-form .form-group.lockscreen-input .lockscreen-details {
    position: relative;
    padding-top: 5px;
}

.login-page .login-form .form-group.lockscreen-input .lockscreen-details h4 {
    color: #231f20;
}

.login-page .login-form .form-group.lockscreen-input .lockscreen-details span {
    display: block;
    padding-bottom: 5px;
}

.login-page .login-form .form-group .btn-login {
    border: 1px solid #5b933e;
    text-align: left;
    padding: 15px 20px;
    font-size: 14px;
    background: #5b933e;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.login-page .login-form .form-group .btn-login i {
    float: right;
    padding: 3px 0;
}

.login-page .login-form .form-group .btn-login:hover,
.login-page .login-form .form-group .btn-login:active {
    background: #41803d;
}

.login-page .login-bottom-links {
    padding-top: 20px;
    padding-bottom: 20px;
}

.login-page .login-progressbar {
    height: 0px;
    width: 100%;
    overflow: hidden;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

.login-page .login-progressbar div {
    width: 0%;
    -moz-transition: 700ms all cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: 700ms all cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -webkit-transition: 700ms all cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: 700ms all cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.login-page .login-progressbar-indicator {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 100%;
    margin-top: 80px;
    visibility: hidden;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px) scale(0.2);
    -moz-transform: translateY(100px) scale(0.2);
    -ms-transform: translateY(100px) scale(0.2);
    -o-transform: translateY(100px) scale(0.2);
    transform: translateY(100px) scale(0.2);
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

.login-page .login-progressbar-indicator h3 {
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.login-page.logging-in {
    overflow: hidden;
}

.login-page.logging-in .login-header {
    padding-top: 30px;
    padding-bottom: 30px;
}

.is-lockscreen .login-header {
    padding: 20px  0 100px 0;
}

.login-page.logging-in .login-header.login-caret:after {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
}

.login-page.logging-in .login-header .description {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
}

.login-page.logging-in .login-form form,
.login-page.logging-in .login-form .link {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-200px) scale(0.8);
    -moz-transform: translateY(-200px) scale(0.8);
    -ms-transform: translateY(-200px) scale(0.8);
    -o-transform: translateY(-200px) scale(0.8);
    transform: translateY(-200px) scale(0.8);
}

.login-page.logging-in .login-progressbar {
    background: #515b6d;
    height: 2px;
}

.login-page.logging-in .login-progressbar div {
    background: #de6c65;
    height: 2px;
}

.login-page.logging-in .login-progressbar-indicator {
    visibility: visible;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px) scale(1);
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -o-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
}

.login-page.logging-in-lockscreen .login-form .form-group.lockscreen-input .lockscreen-thumb .lockscreen-progress-indicator {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.login-page.logging-in-lockscreen .login-form .form-group:nth-child(n + 2),
.login-page.logging-in-lockscreen .login-form .link {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50px) scale(0.5);
    -moz-transform: translateY(-50px) scale(0.5);
    -ms-transform: translateY(-50px) scale(0.5);
    -o-transform: translateY(-50px) scale(0.5);
    transform: translateY(-50px) scale(0.5);
}

.login-page.login-form-fall .login-form {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    top: -100px;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

.login-page.login-form-fall .login-form .form-group {
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
}

.login-page.login-form-fall .login-form .form-group:nth-child(2) {
    -moz-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms;
}

.login-page.login-form-fall .login-form .form-group:nth-child(3) {
    -moz-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms;
}

.login-page.login-form-fall .login-form .form-group:nth-child(4) {
    -moz-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms;
}

.login-page.login-form-fall .login-form .form-group:nth-child(5) {
    -moz-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms;
}

.login-page.login-form-fall .login-form .form-group:nth-child(6) {
    -moz-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms;
}

.login-page.login-form-fall .login-form .form-group:nth-child(8) {
    -moz-transition-delay: 850ms;
    -o-transition-delay: 850ms;
    -webkit-transition-delay: 850ms;
    transition-delay: 850ms;
}

.login-page.login-form-fall .login-form .form-group:nth-child(9) {
    -moz-transition-delay: 950ms;
    -o-transition-delay: 950ms;
    -webkit-transition-delay: 950ms;
    transition-delay: 950ms;
}

.login-page.login-form-fall-init .login-form {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
}

.login-page.login-form-fall-init .login-form .form-group {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
}

.login-page .form-login-error {
    display: none;
    background: #00a651;
    color: #ffffff;
    padding: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
    overflow: hidden;
}

.login-page .form-login-error.visible {
    display: block;
}

.login-page .form-login-error i {
    position: relative;
    font-size: 25px;
    background: #008d45;
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.login-page .form-login-error h3 {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}

.login-page .form-login-error p {
    font-size: 11px;
    margin: 0;
}

.login-page .form-login-error.form-login-error {
    padding: 0;
    background: #cc2424;
}

.login-page .form-login-error.form-login-error h3 {
    background: #b62020;
    padding: 10px;
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.login-page .form-login-error.form-login-error p {
    padding: 10px;
}

@media (max-width: 991px) {
    .login-page .login-header {
        padding: 20px 0;
    }

    .login-page .login-form {
        padding-top: 30px;
    }

    .login-page .login-form .form-group.lockscreen-input {
        margin-top: 0;
    }

    .login-page.logging-in .login-header {
        padding-top: 34px;
        padding-bottom: 6px;
    }

    .login-page.logging-in .login-progressbar-indicator {
        margin-top: 60px;
    }

    .login-page.logging-in .login-form form,
    .login-page.logging-in .login-form .link {
        -webkit-transform: translateY(-100px) scale(0.6);
        -moz-transform: translateY(-100px) scale(0.6);
        -ms-transform: translateY(-100px) scale(0.6);
        -o-transform: translateY(-100px) scale(0.6);
        transform: translateY(-100px) scale(0.6);
    }

}


@media (max-width: 350px) {
  .login-page .login-content {
    width: 280px;
  }

}


.inbox-widget .inbox-item .inbox-item-author{
    margin-right: 80px;
}



.card {
    overflow: hidden;
    position: relative;
    border: 1px solid #5b933e;
    border-radius: 8px;
    text-align: center;
    padding: 0;
    background-color: #5b933e;
    color: #fff;
    margin-bottom: 25px;
}

.card:hover {
    background-color: #19590f;
}

.card .imageUser {
    position: relative;
    margin-top: 15px;
    z-index: 100;
}

.card .content{
    clear: both;
    margin-top: 10px;
}

.card .content p{
    font-size: 14px;
    color: #fff;
    min-height: 44px;
}

.card .imageUser img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #19590f;
}



/*
** Configuracao Mobile viewport
*/
@media (max-width: 350px) {

    .fc-toolbar .fc-right{
        display: none;
    }

    .fc-toolbar .fc-center{
        margin-top: 20px;
    }

    .modal-body .nav-tabs li{
        width: 100%;
    }

    .modal-body .nav-tabs li a{
        border: none;
    }

    .modal-body .nav-tabs li.active a{
        border: none;
        color: #000;
    }

    .page-title .page-breadcrumb{
        display: none;
    }

    .table-responsive{
        border: none!important;
    }

}



.swStyleCalendar .fc-time-grid-event .fc-time {
    font-size: 11px!important;
    font-weight: 600!important;
    padding: 5px!important;
}

.swStyleCalendar .fc-time-grid-event .fc-title {
    padding: 5px!important;
}

.swStyleCalendar .fc-time-grid-event .fc-time .deleteEvent {
    font-size: 13px!important;
    position: absolute;
    top: 2px;
    right: 5px;
}


#calendar .fc-time-grid-event .fc-time {
    font-size: 9px!important;
    font-weight: 600!important;
    padding: 5px 5px 0px 5px!important;
}

#calendar .fc-time-grid-event .fc-title {
    padding: 5px!important;
}

#calendar .fc-time-grid-event .fc-time .deleteEvent {
    font-size: 13px!important;
    position: absolute;
    top: 2px;
    right: 5px;
}

#calendar .fc-day-header{
    font-size: 12px;
    padding: 5px;
}


.blockUI {
    border: 3px solid #fff!important;
}

.blockUI h1{
    margin: 20px;
    color: #5b933e;
}

.boxChooseTipoTurmas .panel:hover{
    -webkit-box-shadow: 0 0 3px #5b933e
    -moz-box-shadow: 0 0 3px #5b933e;
    box-shadow: 0 0 3px #5b933e;
}



.chooseEscola{
}

    .chooseEscola img{
        height: 250px;
        display: inline-block;
    }

    .chooseEscola .newItem .panel-heading{
        background: none;
    }

    .chooseEscola .newItem{
        box-shadow:none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .chooseEscola .newItem .panel-heading h3{
        float: none;
        text-align: center;
    }

    .chooseEscola .newItem .panel-body{
        text-align: center;
    }

    .chooseEscola .newItem .panel-body .btn{
        margin-top: 10px;
    }



.tableRemoveBorder, .tableRemoveBorder td{
    border:none!important;
}

.swRemoveBorder{
    border:none!important;
}

.legentCalendar{
    margin-top: 10px;
}

.legentCalendar button{
    border: none!important;
}

.legentCalendar button:hover, .legentCalendar button:focus, .legentCalendar button:active{
    background: #fff!important;
    box-shadow: none!important;
}

.legentCalendar i{
    font-size:20px;
    background: #fff;
}


ul.listGrelhaProvaAval{ 
    padding: 0;
    margin:0;
    list-style: none;
}

.listGrelhaProvaAval li{ 
    padding-bottom: 10px;
}

.listGrelhaProvaAval li span{ 
    font-size: 11px;
    font-weight: bold;
}


.fc-more-popover .fc-event-container{
    overflow: auto;
    height: 170px;
}

.viewGroupStudent .removeAlunoTurmaGrupo{
    position: absolute;
    top: 0;
    right:15px;
    z-index: 999;
    background: none;
    border:none;
}

    .viewGroupStudent .removeAlunoTurmaGrupo i{
        color: #fff;
        font-size:22px;
    }

    .viewGroupStudent .removeAlunoTurmaGrupo i:hover{
        color: #ff0000;
    }



.pageContaCorrente table tbody tr td{
    cursor: default!important;
}

.BoxTableContaCorrente{
    overflow: auto;
    max-height: 250px;
}

.tableContaCorrente{
    margin-top: 10px;
    border: 1px solid #dddddd!important;
}

.tableContaCorrente > thead > tr > th{
    background: #f1f1f1!important;
    padding: 5px 15px!important;
    vertical-align:top!important;
    font-size: 12px!important;
}

.tableContaCorrente > tbody > tr > td{
    background: #fff!important;
    padding: 5px 15px!important;
    font-size: 12px!important;
}


/* Miguel */
pre {
    width: 500px;                          /* specify width  */
    white-space: pre-wrap;                 /* CSS3 browsers  */
    white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
    white-space: -pre-wrap;                /* Opera 4 thru 6 */
    white-space: -o-pre-wrap;              /* Opera 7 and up */
    word-wrap: break-word;                 /* IE 5.5+ and up */
    /* overflow-x: auto; */                /* Firefox 2 only */
    /* width: 99%; */              /* only if needed */
    }

    .panel-month{
        border: solid 1px #ccc !important;
    }

    .panel .panel-heading .panel-contacorrente{
        padding: 15px;
        text-align: center;
        float: none;
        text-transform: uppercase;
    }

    .panel .panel-heading .panel-contacorrentet{
        text-align: center;
        float: none;
        text-transform: uppercase;
    }

    .cc-number{
        color: black;
        float: none;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
    }

    .pageContaCorrente .panel .panel-heading{
        border-bottom: solid 1px #ccc;
    }

    .panel-success2 .panel-heading{
        background-color: #5b933e;
        color: white;
    }

    .panel-month .panel-body{
       padding: 5px;
    }

    .panel .panel-body .month, .panel .panel-body .year{
        margin:0;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        color: #777;
        transition: all 1.5s ease;
    }

    .panel .panel-body .year{
        color: white;
    }

    .pageContaCorrente .panel-green h2, .pageContaCorrente .panel-red h2{ color: white !important; }

    .pageContaCorrente table.dataTable, .pageContaCorrente table.dataTable th, .pageContaCorrente table.dataTable td {
        border-spacing: 0px 10px;
    }

    .pageContaCorrente .tableContaCorrente {
        margin-top: 5px;
        border: 1px solid #dddddd!important;
    }
    .pageContaCorrente .table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .desmarcada {
        display: block;
        font-size: 12px;
        font-weight: 500;
        margin-top: 10px;
    }

    /* Override */
    .BoxTableContaCorrente {
        overflow: auto;
        max-height: none;
    }

    .graph{
        display: none;
        text-align: center;
    }

    .axis path,
    .axis line {
      fill: none;
      stroke: #000;
      shape-rendering: crispEdges;
    }

    .x.axis line {
      stroke: transparent;
    }

.bar {
  /*fill: #22BAA0;*/
}

.bar:hover {
  fill: orangered ;
}

.x.axis path, .y.axis path {
  display: none;
}

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  transition: opacity 350ms ease-in-out;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

a.btn.btn-info.btn-addon.m-b-sm.m-r-xs.operador.active{
    background-color: green;
}

.panel .panel-body .month.active{
    font-weight: 600;
    color: #222;
}

.panel .panel-body .year.active{
    font-weight: 600;
}

.modalDivida{
    cursor: pointer;
}
