.w50{
  width: 50% !important;
}
.w20{
  width: 20% !important;
}
.hide{
  display: none;
}
.item-list{
  border-bottom: 1px solid #333;
  color: #004b6b;
}
.item-list .item-list-md{
  padding-top: 8px;
}
.item-list .label-pontos{
  display: block;
  height: 100%;
  padding: 15px 10px 15px 10px !important;
  /*border-left: 1px solid #333;*/
  font-weight: bold;
}
.form-update .input-group input:not([type="checkbox"]):not([type="submit"]), .form-update .input-group select{
  min-height: 30px;
  width: 100%;
}
.form-update .input-group{
  margin-top: 8px;
}
.form-update label:not(.button){
  color: #004b6b;
}
.form-update .select2-container{
  width: 100% !important;
}
.header{
  z-index: 10;
}
.dvstatus{
  position: relative;
}
.itemstatus{
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.txt-green{
  color: #5cb85c;
}
.txt-yellow{
  color: #f0ad4e;
}
.txt-red{
  color: #d9534f;
}
.txt-white{
  color: #FFF;
}
.nohand{
  cursor: default;
}
.mypos{
  position: relative;
}
.hidemyinput{
  position: absolute;
  z-index: -1;
  bottom: 15px;
  opacity: 0;
}

.pagination-holder{
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -60px;
  left: 0;
}

.pagination{
  display: inline-flex;
  padding-left: 0;
}

.pagination li{
  padding: 10px;
  margin-left: 5px;
}

.banner-aluno, .banner-professor, .banner-escola{
  height: 120px;
    overflow: hidden;
    background-size: cover;
    background-position: center top;
}
.banner-aluno{
    background-image: url(/banners/banner_aluno.png);
}
.banner-professor{
    background-image: url(/banners/banner_professor.png);
}
.banner-escola{
    background-image: url(/banners/banner_escola.png);
}

.dataTables_wrapper{
  height: 100%;
}
.paginacao.dataTable.no-footer{
  border: 0 !important;
}
#explist.dataTable thead tr{
  display: none;
}
.paginacao.dataTable thead th, table.dataTable thead td, #explist thead th, #explist thead td{
  border: 0 !important;
}
.paginacao.dataTable tbody tr, #explist tbody tr{
  background: none !important;
}
.dataTables_paginate{
  position: absolute;
  bottom: 10px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
  width: 100%;
  text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  background: none !important;
  border: 0 !important;
  color: #3ba3bb !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: none !important;
  border: 0 !important;
  color: #3ba3bb !important;
}
.paginacao.pro tr:not(:last-child) td{
  border-bottom: solid 1px #929292;
}
#explist.dataTable.no-footer{
  border-bottom: 0;
}
#explist_wrapper .dataTables_paginate{
  bottom: -35px;
}
.rank-list td span:last-child {
    padding-right: 0;
    border-right: none;
}
.rank-list td div.boxy {
    width: 46px;
    height: 46px;
    background-color: #3ba3bb;
    display: inline-block;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.rank-list td div.boxy img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.rank-list td span {
    display: inline-block;
    border-right: solid 1px #929292;
}
.rank-list td span.label-pontos{
  border-top: solid 1px #004b6b;
  border-bottom: solid 1px #004b6b;
  text-align: center;
  color: #004b6b;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
  background: transparent !important;
  box-shadow: none !important;
}
.paginate_button.previous, .paginate_button.next{
  display: none !important;
}
#myoverdiv{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #004a73;
  opacity: .9;
  z-index: 6;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
#myoverdiv.ativo{
  display: block !important;
}
.spinner {
  margin: 50px;
  height: 28px;
  width: 28px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: calc(40% - 14px);
  left: calc(46% - 14px);
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

.mybtn{
  align-items: flex-start;
  -webkit-appearance: push-button;
  user-select: none;
  white-space: pre;
  cursor: pointer;
  display: inline-block;
  background-color: #3ba3bb;
  border: none;
  text-transform: uppercase;
  color: #FFF !important;
  padding: 4px 10px;
  text-align: center;
  width: 90px !important;
}