.mfp-wrap{
  z-index: 8000 !important;
}
.mfp-bg{
  z-index: 7000 !important;
}
/* Add here all your CSS customizations */
.separator {
    background-image: linear-gradient(#F6F6F6 60%, #EDEDED);
    display: inline-block;
    min-height: 30px;
    height: 100%;
    margin: 0 25px 0;
    width: 1px;
    vertical-align: middle;
}
.page-header.page-header-left-inline-breadcrumb {

    background: #f5f5f8;
}

/*File uploader*/
.fileuploader.fileuploader-theme-thumbnails {
    width        : 100%;
    padding      : 0;
    margin       : 0 0;
    background   : none;
    border-radius: 0;
  }
  
  
  
  .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner,
  .fileuploader-theme-thumbnails .fileuploader-item-inner {
    border-radius: 100%;
  }
  
  .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
    background : #ffffff;
    border     : 2px dashed #595959;
    text-align : center;
    font-size  : 30px;
    color      : #595959;
    cursor     : pointer;
    opacity    : 1;
    user-select: none;
    transition : all 0.2s ease;
  }
  
  .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
  .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
    width     : 185px;
    height    : 185px;
    margin    : auto;
    position: relative !important;
  }
  
  .fileuploader-theme-thumbnails .fileuploader-item .actions-holder {
    /* top : 45%; */
    /* left: 45%; */
  }
  .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action {
    top:15px;
    right:10px;
  }
  .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action i{
    top:0px;
    left: 0;
    position: absolute;
  }
  .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action i:before{
    background:none;
  }
  .ocultarSubmitCadastro {
    visibility: hidden;
  }
  
  .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner i {
    background-image: url("/img/icon-camera-grey.svg");
    background-repeat  : no-repeat;
    background-position: top center;
    top: 60px;
    width: 80px;
    opacity: 0.5;
    color: #fff;
    margin             : auto;
    /* content: ""; */
    display: inline-block;
    position: relative;
  }
  
  .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
    font-size: 84px;
    color    : transparent;
  }

  /* Rating
  */

html .rating-primary .filled-stars {
	color: #0088CC;
}

html .rating-secondary .filled-stars {
	color: #e36159;
}

html .rating-tertiary .filled-stars {
	color: #2BAAB1;
}

html .rating-quaternary .filled-stars {
	color: #383f48;
}

html .rating-dark .filled-stars {
	color: #212529;
}

html .rating-light .filled-stars {
	color: #FFF;
}

html section.section-primary {
	background-color: #0088CC !important;
	border-color: #0077b3 !important;
}
.btn-login-google, .btn-login-microsoft {
  width:300px;
  height:75px;
  margin: 5px auto;
  background-repeat:  no-repeat;
  background-size: 100%;
  float: none;
  display:block;
}
.btn-login-google{
  background-image: url('../img/btn-google-signin-normal.png');
}
.btn-login-google:hover{
  background-image: url('../img/btn-google-signin-hover.png');
}
.btn-login-google:active{
  background-image: url('../img/btn-google-signin-pressed.png');
}
.btn-login-microsoft{
  background-image: url('../img/btn-microsoft-signin-normal.png');
}
.btn-login-microsoft:hover{
  background-image: url('../img/btn-microsoft-signin-hover.png');
}
.btn-login-microsoft:active{
  background-image: url('../img/btn-microsoft-signin-pressed.png');
}

#home-new-meet{
  background-image: url('../img/new-meet.jpg');
  background-repeat: no-repeat;
  background-size: contain;
 
  padding-top: 350px;
}
#content-parents{
  border: 2px solid #ccc;
  padding:5px;
  background-color: #f8f8f8;

}
#content-parents #list-parents div{
  boder-bottom: 1px solid #ccc;

}

.datepicker .day {
  background: #bcf0bc;
  font-weight: bold;
}
.datepicker .disabled.day,  .datepicker .disabled-date.day  {
  background: #fffcfc !important;
  font-weight: normal;
}
.input-group{
  width:initial;
 
}
.input-group .input-group-text i{
  color:#595959 !important;
}
.modal-block div:has(> .btn-submit){
  display:none !important;
}
.txt-ellipses {
  max-width: 300px; 
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis; 
}
.header .search {
  width: 440px;
}
@media only screen and (max-width: 767px) {
  .header .search{
    display: block; 
    width:58%;
    float: right;
    margin-top: 7px;
  }
}
/*Pagination */
ul.pagination {
	height: 50px;
	margin: 10px 0px 10px 0px;
	list-style: none;
	padding: 0;
}
ul.pagination li {
	float: left;
}
ul.pagination li a {
	display: block;
	margin-right: 10px;
	padding: 0px 7px;
	border:1px #CCCCCC solid;
	color:#000000;
	font-weight:bold;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
ul.pagination li.selected a {
	border:1px #000 solid;
	color:#fff;
		background-color: #010101;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#880000), to(#F58589));
	background: -moz-linear-gradient(top,  #880000,  #F58589);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#880000', endColorstr='#F58589');*/
}
.pagination li{
  display: inline-block;
  padding-left: 0;
  margin: 0;
  height:30px;
  border-radius: 4px;
}
.pagination li.selected a, .pagination li a:hover{
background-color:#283541;
color:#fff;

}
#form-bulk-actions .pagination li:last-child{
  float: right; 
  width:180px; 
  margin:-7px 5px;
}

.table .custom-caret {
	color: #000011;
	font-size: 16px;
	font-weight: bold;
}
.table .custom-caret:before {
	content: "\f107";
}
.table  a.show {
	position: relative;
	z-index: 993;
}
.table  a.show .custom-caret:before {
	content: "\f106";
}
@media only screen and (min-width: 767px) {
  .form-filter .search-cycle{
    width:150px
  }
  .form-filter .search-grade{
    width:150px
  }
  .form-filter .search-teacher{
    width:250px
  }
  .form-filter .search-calendar{
    width:385px
  }
  .form-filter .search-term{
    width:250px;
  }
  .form-filter .search-type-meet{
    width:117px
  }
  .form-filter .search-status{
    width:117px
  }
}
.dt-left{
  text-align: left !important;
}
.dt-right{
  text-align: right !important;
}
.dt-center{
  text-align: center !important;
}