html,body{
    height: 100%;
    min-height: 100%;
    color: #141318;
    font-family: "Bai Jamjuree", Helvetica, arial ;
}

a {
    color: #FFF;
}

a:focus, a:hover{
    color: #e4261b;
}

.table-link{
    color: #141318;
}

.table-link:hover{
    color: #141318;
}

.video-link {
    text-align: center;
}
/* ESTRUTURA */

.pull-right{
    padding: 20px;
}

.ul-provas{
    padding: 0;
}

.lsEquipes{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.lista-envios{
    max-width: 600px;
}

.h4-entregas{
    border-bottom: 1px solid #e4261b;
}

.menu-lateral {
    height: 100%;
    margin: 0;
    width: 280px;
    /*background-color: #ebeef0;*/
    position: absolute;
    color: #333;
    z-index: 100;
    background: #141318;
    margin-top: 80px;
}
.menu-lateral.collapse {
    display: block;
}

#side-menu{
    background-color: #141318;
    padding-left: 15px;
    
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #e4261b;
}

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #b2dfdb;
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #e4261b;
    color: #FFF;
}

.menu-lateral h3{
    font-size: 22px;
    font-weight: 300;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}

.menu-ranking {
    height: 100%;
    margin: 0;
    width: 240px;
    position: absolute;
    right: 0;
    margin-top: 67px;
    padding: 30px 15px;
    z-index: 100;
    background: #FFF;
}
.menu-ranking.collapse {
    display: block;
}

.conteudo-login {
    padding: 90px 0 30px 0;
}
.conteudo {
    padding: 85px 250px 30px 280px; 
    /*250px*/
}

#badge-coment{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    
    
}

.relogio-topo{
    color: #FFFFFF;
}

.btn-comum{
    margin-left: 5px;
}
/* TOPO */

.btn-confirmar,.btn-primary{
    background-color: #e4261b;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #e4261b;
}

.btn-confirmar:hover,.btn-primary:hover{
    border: 1px solid #141318;
    background-color: #e4261b;
    color: #FFF;
    font-weight: bold;
}

.btn-black,.btn-info{
    background-color: #141318;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #141318;
}

.btn-black:hover,.btn-info:hover{
    border: 1px solid #e4261b;
    background-color: #141318;
    color: #FFF;
    font-weight: bold;
}

.navbar-brand {
    padding: 20px 15px;
    height: auto;    
}

.navbar-brand img {
    width: 100px;
    margin-left: 20px;
}

.navbar-title h1 {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    padding: 2px 15px 0 0;
}
.navbar-default{
    background-color: #141318;
    border-top: 3px solid #e4261b;
    border-bottom: none;
}

.logo-cliente{
    max-height: 50px;
    margin: 11px 0 0 120px;
}
/*
.navbar-top-links .dropdown-toggle  {
    background: #ebeef0;
    color: #959ca1;
    padding: 22px 22px 23px;
}


.navbar-right {
    margin-right: 0;
}*/


/* MENU LATERAL */

.fa, .fas {
    width: 50px;
    text-align: center;
}

.menu-lateral a {
    color: #FFFFFF;
    font-size: 18px;
}

.menu-lateral li {
    border-left: 4px solid #141318;
}

.menu-lateral li:hover {
    border-left: 4px solid #FFF;
}

.menu-lateral .nav>li>a:hover {
    background: #e4261b;
	color: #FFF;
}

.profile-header-container{
    margin: 0 auto;
    text-align: center;
}

.li-image{
    min-height: 100px;
}

.profile-header-img {
    padding: 30px 14px 20px;
}

.profile-header-img > img.img-circle, .profile-header-img > img.img-rounded { 
    width: 112px;
    height: 150px;
    /*border: 4px solid #6C7C88;*/
    border-bottom: none;
    -moz-box-shadow:0 2px 10px 2px #ccc;
    -webkit-box-shadow:0 2px 10px 2px #ccc;
    box-shadow: 0 2px 10px 2px #ccc;
}

.profile-header-img > img.img-rounded > a { 
    color: #FFFFFF;
}

.badge-header-img-big p{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.badge-header-img-big img {
    width: 400px;
    height: 400px;
    /*border: 4px solid #6C7C88;*/
    border-bottom: none;
}

.profile-header-img-mini {
    padding: 30px 14px 20px;
}

.profile-header-img-mini > img.img-circle, .profile-header-img-mini > img.img-rounded {
    width: 22px;
    height: 30px;
    /*border: 4px solid #6C7C88;*/
    border-bottom: none;
    -moz-box-shadow:0 2px 10px 2px #ccc;
    -webkit-box-shadow:0 2px 10px 2px #ccc;
    box-shadow: 0 2px 10px 2px #ccc;
}

.profile-header-img-mini > img.img-rounded > a { 
    color: #FFFFFF;
}

.tit-tarefa{
    font-size: 14px;
    font-weight: bold;
}
 
.check-certo{
    color: green;
    text-align: right;
}

.check-certo i{
    padding: 5px;
}

.check-errado i{
    padding: 5px;
}

.check-certo:hover i{
    background-color: rgb(0, 128, 0);
    color: #FFF;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dados-prova{
    height: 50px;
    border-radius: 0px;
    font-size: 16px;
}

.dados-feedback{
    height: 210px;
    font-size: 16px;
}

.lista-prova {
    text-align: center;
    padding: 0;
    height: 210px;
    color: #e4261b;
    font-size: 18px;
}

.lista-prova li{
    list-style: none;  
    display: block;
    padding: 10px 15px;
    margin: 0;
    text-align: center;
    border-left: 4px solid #fff;
}

.lista-prova li:hover{
    list-style: none;  
    display: block;
    padding: 10px 15px;
    margin: 0;
    text-align: center;
    background-color: #e26760;
    border-left: 4px solid #141318;
    color: #FFF
}

.dados-feedback{
    background-color: #e4261b;
    color: #e4261b;
    border-color: #e4261b;
    border: 0px; 
    border-radius: 0px;
}

.row-provas{
    padding: 15px;
}

.lista-prova li .fas{
    margin-right: 10px;
}

.check-errado{
    color: #e4261b;
    text-align: left;
}

.check-errado:hover i{
    background-color: #e4261b;
    color: #FFF;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.lista-tarefas{
    border-bottom: 1px solid #e7e7e7;
}

.profile-header-badges{
    margin: 0 auto;
    float: left;
}

.profile-header-img-badges {
    padding: 54px;
}

.profile-header-img-badges > img.img-circle {
    width: 100px;
    height: 100px;
    border: 2px solid #FFF;
}

.profile-header {
    margin-top: 43px;
}

.lista-avatar{
    list-style: none;
    display: block;
}

.avatar-li{
    list-style: none;
    display: block;
    float: left;
    max-width: 80px;
    margin-left: 15px;
    margin-top: 15px;
}

.avatar-li img{
   
    max-width: 80px;
}

.check{
    color: #FFF;
}

.img-active{
    border: 3px solid green;
}

.lista-provas{
    width: 100%;
}
.lista-provas-det{
    padding-top: 10px;
}

/* RANKING */

.menu-ranking h3 {
    font-size: 22px;
    font-weight: 300;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}

.box-ranking{
    background-color: #ebeef0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
    
}

.trofeu{
    text-align: center;
    line-height: 20px;
}

.trofeu .fa-circle {
    color: #FFFFFF;
}

.trofeu .fa-trophy {
    color: #FFD842;
}

.trofeu .pontos {
    font-size: 26px;
    font-weight: 700;
    color: #959ca1;
}
.trofeu .pontos-label {
    font-size: 12px;
    font-weight: 300;
    color: #959ca1;
}

.ranking-pessoas {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #666;
    border-top: 1px solid #DADADA;
}

.ranking-pessoas li {
    border-bottom: 1px solid #DADADA;
    padding: 8px 0;
}

.ranking-pessoas li.space {
    font-size: 22px;
    color: #7D7D7D;
    line-height: 14px;
    padding: 0 0 10px;
    text-align: center;
}

.ranking-pessoas .pontos {
    font-weight: 700;
    color: #959ca1;
    float: right;
}


/*  CONTEUDO */

.cor-tab{
    color: #959ca1
}

.img-rosa-ventos {
    position: relative;
     width: 360px;
     margin: auto;
     height: 360px;
}

.img-rosa-ventos img {
    width: 360px;
    z-index: 20;
    position: absolute;
}

.img-rosa-ventos img.img-pin {
    position: absolute;
    left: 0;
    z-index: 10;
}

.list-inline li {
    text-align: center;
    background-color: #FFFFFF;
    color: #FFF;
    margin-right: 10px;
    width: 100px;
    height: 80px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.link-branco:hover {
    color: #FFF;
    text-decoration: none;
}

/**ALTERNATIVO***/

.img-rosa-ventos-alt {
    position: relative;
     width: 120px;
     margin: auto;
     height: 120px;
}

.img-rosa-ventos-alt img {
    width: 120px;
    z-index: 20;
    position: absolute;
}

.img-rosa-ventos-alt img.img-pin {
    position: absolute;
    left: 0;
    z-index: 10;
}



/*#canvas {
    position: absolute;
    z-index: 10;
}*/

.sem_imagem{
    padding: 18px;
}

#titulotop {
    padding: 40px;
    font-size: 32px;
    font-family: calibri;
    color: white;
}

.conteudo h3 {
    font-size: 26px;
    font-weight: 300;
    color: #e4261b;
    margin: 15px 0 15px 0;
    border-bottom: 4px solid #141318;
    padding-bottom: 5px;
}

.logotopmax{
    max-width: 150px
}

.tit-pr {
    font-weight: 600;
}

.item-badge {
    text-align: center;
    float: left;
    margin: 0 15px 15px 0;
    width: 100px;
}

.transp{
    opacity: 0.20;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}

.subtitulo{
    text-align: center;
    
}

.estrela{
    background-image: url('../../../../image/star.png');
    background-repeat: no-repeat;
    min-width: 33px;
    min-height: 30px;
    margin-left: 5px;
    float: left;
}

.bx-prev{
    display: none;
}

.bx-pager{
    display: none;
}

.slide{
    padding: 30px;
}


.back-indicador{
    background-color: #ebeef0; 
    border-top: 1px;
    border-right: 1px;
    border-left: 1px;
    border-style: solid;
    border-color:  #dadada;
    padding: 0px;
    
}

.back-indicador h4{
    
    margin: 15px 0 15px 0;
    
}

#star2:hover{
    background-image: url('../../../../image/star_color.png');
    
    
}

#star3:hover{
    background-image: url('../../../../image/star_color.png');
    
}

#star4:hover{
    background-image: url('../../../../image/star_color.png');
    
}

#star5:hover{
    background-image: url('../../../../image/star_color.png');
    
}

.bdtop{
    border-top: 1px solid #e7e7e7;
    margin: 0;
    padding: 0;
}
#slider{
    max-width: 300px;
}
.slide{
    min-height: 400px;
    padding: 15px;
}

/*TOOLTIP*/
.ui-tooltip, .arrow:after {
    background: cornflowerblue;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
  
  .modal-content{
      padding: 10px;
  }
  
.tit-modal-medalha-parabens{
      font-family: "calibri";
      font-weight: bold;
      font-size: 30px;
      text-align: center;
      color: white;
      width: 100%;
  }
  
.tit-modal-medalha-normal{
      font-family: "calibri";
      font-size: 20px;
      text-align: center;
      color: white;
      width: 100%;
  }
  
.max-modal {
    max-width: 500px;
}  
  
.text-alerta{
    color: #F9F411;
}

.modal-alerta{
    background-color: #F36363;
    color: #FFF;
    font-size: 20px;
    font-family: calibri;
    font-weight: bold;
}

.titulo-medalhas{
    background-color: rgba(25,62,107,.7);
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}  
  
.modal-img {
    
    box-sizing: 0 0px 0px rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
}

.tarefa-avaliacao{
    padding: 10px;
    border: 1px solid #DADADA;
    background-color: #ebeef0;
    margin-bottom: 10px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.estrelas-tarefas{
    font-size: 20px;
    font-weight: bold;
    background-color: #D09B10;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 10px;
    padding: 5px;
    
}

.estrelas-aval{
    padding: 10px;
    border: 1px solid #EAB119;
    background-color: #F9F9D5;
    margin-bottom: 10px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}

.ui-slider-handle{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
}

.ui-slider .ui-slider-handle{
    width: 2.2em;
    height: 2.2em;    
}

.ui-slider-horizontal .ui-slider-handle{
    top: -.8em;
}

.ico-esquerda{
    margin-left: 15px;
}


.relogio {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 45px;
    width: 240px;
    background: transparent;
    border-radius: 3px;
    padding: 5px;
}

.relogio div {
    height: 40px;
    width: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: rgba(228, 38, 27, .9);
    box-shadow: 5px 5px 15px rgba(115, 114, 110, .3);
    border-radius: 7px;
    letter-spacing: 1.2px;
}

.relogio span {
    /*font-weight: bolder;*/
    font-size: 18px;
}

.relogio span.tempo {
    font-size: 8px;
}

.relogio span.calendario{
    font-size: 14px;
    line-height: 0.8em;
    min-width: 70%;
    text-align: center;
}

.relogio span.calendario-sub{
    font-size: 14px;
    line-height: 0.8em;
    border-bottom: 2px solid rgba(255, 255, 255, .6);
    min-width: 70%;
    text-align: center;
}


.navbar-toggle {
    z-index: 10000;
    margin-top: 72px;
    border: 1px solid #777;
    float: left;
    margin: 72px 0 8px 15px;
    padding: 6px 10px;
    font-size: 1.2em;
}

.navbar-toggle.ranking {
    z-index: 10000;
    margin-top: 72px;
    border: 1px solid #777;
    float: right;
    margin: 72px 15px 8px 0;
}
.form-control{
    border-color: #e4261b;
}

@media (max-width: 767px) {
    .menu-lateral.collapse,
    .menu-ranking.collapse {
        display: none;
    }
    .menu-lateral.collapse.in,
    .menu-ranking.collapse.in {
        display: block;
    }
    .menu-lateral {
        margin-top: 72px;
    }
    .menu-ranking {
        width: 100%;
        margin-top: 90px;
    }
    .navbar .navbar-brand img {
        width: 90px;
    }
    .navbar .navbar-title h1 {
        font-size: 12px;
    }
    .conteudo {
        padding: 110px 0 30px 0;
    }
    .conteudo.programa img {
        width: 100%;
    }
    .img-rosa-ventos {
        width: 220px;
        height: 280px;
    }
    .img-rosa-ventos img {
        width: 220px;
    }
    .item-badge {
        margin: 0 10px 10px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) { 

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {
 
}

@media print {
  
}



