/*
 * ARQUIVO CSS COM AS REGRAS ADICIONADAS
 * 
 * PARA MANTER AS REGRAS ORIGINAIS NOS ARQUIVOS ORIGINAIS, OU SEJA, SEM MODIFICA-LOS
 * FOI CRIADO ESTE ARQUIVO
 * 
 * AUTOR: ALAN PAZETTO
 * EMAIL: alancpazetto@gmail.com
 */

.barra-progresso-wizard{
    padding:3px 15px !important;
}

.barra-progresso-wizard li{
    float: left;
    margin: 3px 15px;
}

.barra-progresso-wizard li strong{
    font-size: 20px !important;
}

form .row{
    border:none !important;
}

form .row > div{
    border:none !important;
}

div.p_table h2{
    font-size: 24px !important;
    margin-top: 5px !important;
}

.barra-progresso-wizard{
    padding:3px 15px !important;
}

.barra-progresso-wizard li{
    float: left;
    margin: 3px 15px;
}

.barra-progresso-wizard li strong{
    font-size: 20px !important;
}

form .row{
    border:none !important;
}

form .row > div{
    border:none !important;
}

div.p_table h2{
    font-size: 24px !important;
    margin-top: 5px !important;
}

/*
.table-horarios input{
        width: 20px;
        text-align: center; 
}
*/

.table-horarios tr td > div{
    width: 50px;
    text-align: left; 
}

.box-resultadoHorarios{
    width: 23% !important;
    margin-right: 2% !important;
    margin-bottom: -20px !important;
}

.coluna-salas{
    width: 45px;
    margin-right: 5px;
    float: left;
    margin-bottom: 20px;
}

.coluna-salas span{
    width: 100%;
    height: 15px;
    margin: 2px;
    float: left;
    border: 1px solid #000;
    font-size: 10px;
    vertical-align: middle;
    padding-top: 4px;
    cursor: pointer;
    overflow: hidden;
}

.coluna-salas span.duashoras{
    height: 28px;
    padding-top: 16px;
}

.coluna-salas span.header{
    min-height: 23px !important;
    border: none;
}

.coluna-salas.horas span{
    border: none;
    min-height: 17px;
}

.salas{
    overflow: hidden;
    position: relative !important;
}

.salas-container{
    width: 99999px;
}

/* INGNORAR O ERRO */
form .row.salas > div > :not(.icon):not(label){
    width: auto !important;
}

.salas-container .sala{
    display: inline-table !important;
    margin-right: 10px !important;
}

.desativado .content, span.desativado{
    background: #DDD;
    opacity: 0.5;
    cursor: inherit;
}

.seta-direita{
    position: absolute !important;
    top: 0px;
    right: 0px;
    z-index: 10;
    height: 100%;
    width: 40px;
    background: url(../img/c3w/fundo-seta-direita.png) no-repeat center right;
    cursor: pointer;
}

.seta-esquerda{
    position: absolute !important;
    top: 0px;
    left: 0px;
    margin-left:0px !important;
    padding-left:0px !important;
    z-index: 10;
    height: 100%;
    width: 40px;
    background: url(../img/c3w/fundo-seta-esquerda.png) no-repeat center right;
    cursor: pointer;
}

.cores{
    padding-top: 15px;
}

.cores span{
    width: 25px !important;
    height: 25px !important;
    border: 1px solid #999999;
    float: left;
    margin: 5px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    opacity: 0.8; 
}

.cores span:hover{
    border: 1px solid #222222;
    opacity: 1;
}

.cores span.ativo{
    border: 1px solid #5695DB;
    -webkit-box-shadow:  0px 0px 7px 0px rgba(86, 149, 219, 0.69);
    box-shadow:  0px 0px 10px 1px rgba(86, 149, 219, 1);
    opacity: 1;
}

.cores > div{
    width: 25px !important;
    float: left;
}

.cores > div.cor-content{
    width: auto !important;
}

.cores > div.cor-content div{
    text-align: center;
    float: left;
    margin-right: 5px;
}

.cores button{
    width: auto !important;
    margin-left: 10px !important;
    float: left;
}

.ui-dialog{
    overflow: visible !important;
}

.width-flex{
    width: auto !important;
}

.aulas-container .grid_X{
    width: 120px !important;
    height: 100px !important;
    display: inline-table !important;
    margin-right: 15px !important;
    text-align: center;
}

.aulas-container .grid_X .content{
    padding-top: 10px;
}

.aulas-container .grid_X .content .hora-aula{
    font-size: 16px;
    font-weight: bold;
    margin-top:10px !important;
    margin-bottom: 10px !important;
}

.ui-accordion .ui-accordion-content{
    overflow: hidden !important;
}

.sem-fundo{
    background: none !important;
}

.sem-sombra{
    box-shadow: none !important;
}

.aula-aperfeicoamento{
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 1);
}

.legenda-turma{
    font-size: 11px;
    color: #555;
    margin: 0 0 5px 2px;
}

.legenda-turma i{
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    background: #eee;
    vertical-align: middle;
    margin-right: 4px;
}

/* AULA DE TURMA: marca discreta no canto superior direito do horário */
.aula-turma{
    position: relative;
}

.aula-turma:before,
.aula-turma:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* contorno escuro, para a marca aparecer também sobre as cores claras */
.aula-turma:before{
    border-top: 9px solid rgba(0, 0, 0, 0.75);
    border-left: 9px solid transparent;
}

.aula-turma:after{
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
}

.btn-opcoes-envio{
    text-align: center;
}

.btn-opcoes-envio .label{
    padding-right: 20px;
}

#opcoes-professores{
    display: none;

}

#opcoes-alunos{
    display: none;

}

.content-foto span{
    float: left;
    width: 117px;
    height: 117px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px;
    border: 1px solid #333;
}

.msg-informacao{
    font-size: 18px;
    color: #005702;
    text-align: center;
    line-height: 90px;
}

.label-respostas{
    margin-left: 20px;

}

h3.titulo-pergunta{
    margin: 0;
    padding: 2px 0 0 0;
    font-size: 16px;
}

h3.subtitulo-pergunta{
    margin: 16px 92px;
    padding: 2px 0 0 0;
    font-size: 20px;
}

form.no-box{
    border: none !important;
    background: none !important;
}

.menu-review{
    max-height: 300px;
    overflow-y: scroll;
}

.actions-btn-navegacao{
    margin-bottom: 35px;
}

.actions-btn-navegacao .left{
    float: left;
}

.actions-btn-navegacao .right{
    float: right;
}

.hide{
    display: none;
}

.grid_12 .actions{
    margin: 5px 0;
    text-align: right;
}

div.row.planos{
    overflow: hidden;
    position: relative !important;
    max-width: 890px;
    padding-left: 68px;
}

div.row.planos .planos-container{
    width: 99999px;
}

.seta-esquerda.seta-sem-fundo{
    background: url(../img/c3w/seta-esquerda.png) no-repeat center right;
    display:none;
}

.seta-direita.seta-sem-fundo{
    background: url(../img/c3w/seta-direita.png) no-repeat center right;
}

.margin-bottom-25{
  margin-bottom: 25px;
 }
 
 a.btn.btn-primary{
 	border: 1px solid #17549b;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
  background: #5b9fea;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5b9fea 0%, #0c62d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b9fea), color-stop(100%,#0c62d7));
  background: -webkit-linear-gradient(top, #5b9fea 0%,#0c62d7 100%);
  background: -o-linear-gradient(top, #5b9fea 0%,#0c62d7 100%);
  background: -ms-linear-gradient(top, #5b9fea 0%,#0c62d7 100%);
  background: linear-gradient(to bottom, #5b9fea 0%,#0c62d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9fea', endColorstr='#0c62d7',GradientType=0 );
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: none;
  color: #fff;
 }
 
 .aulas-avaliar .actions{
 	padding-top: 13px;
 	text-align: center;
 }
 
 .aulas-avaliar .content p{
 	text-align: center;
 }
 
 .text-center{
 	text-align: center !important;
 }
 
 .border-none{
 	border: none !important;
 	box-shadow: none !important;
 }

.anima-loading{
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;	
}

.actions-header{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.actions-header .left{
    float: left;
    width: 25%;
}

.actions-header .center{
    text-align: center;
    width: 50%;
    float: left;
}

.actions-header .right{
    float: right;
    width: 25%;
    text-align: right;
}

.padding{
    padding: 10px 5px;
}

h2.title-header{
    font-size: 18px;
    margin: 0 0 10px;
    padding: 10px 0 0px;
    border-bottom: 1px solid silver;
    text-transform: uppercase;
}

h3.large{
    font-size: 32px;
}

.container_12 .grid_2 {
    width: 14.6%;
}

@media screen and (max-width: 700px) {
    .container_12 .grid_1, .container_12 .grid_2, .container_12 .grid_3, .container_12 .grid_4, .container_12 .grid_5, .container_12 .grid_6, .container_12 .grid_7, .container_12 .grid_8, .container_12 .grid_9, .container_12 .grid_10, .container_12 .grid_11, .container_12 .grid_12{
        width: 100%;
    }
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


h1.dashboard-title{
    margin-bottom: 0;
    padding: 20px;
    font-size: 20px;
}


.payment p.info{
    padding: 30px 20px;
    font-size: 16px;
    width: 800px;
    border-radius: 6px;
    color: #000;
}

.payment p.info.success{
    background: #9fffa4;
    color: #000;
}
.payment p.info{
    background: #ffe96c;
}
.payment p.info.error{
    background: #ffc4c4;
}
