﻿

body {
    background: #f1f1f1;
}


.moldura {
    float: left;
    margin: 2px;
 
}

.espacamento {
    margin:14px;

}

.menos {
    position:relative;
    top:5px;
    left:-50px;

}

.autorizar {
    position: relative;
    top: 5px;
    left: -110px;
}

.txt_permanencia {
    margin-top:5px;
    font-size:smaller;
    margin-bottom: 20px;
}

.chkdisciplina td, th {

 padding-left:30px;

}

.foto {
    border: 1px solid #000;
    margin-bottom: -5px;
    border-radius: 4px;
    width: 112px;
    height: 150px;
 }

.foto_pequena {
    border-radius: 4px;
    width: 45px;
    height: 60px;
}

.sem_foto {
    width: 0px;
    height: 0px;
}

.foto_esmaecida {
    border: 1px solid #000;
    margin-bottom: -5px;
    border-radius: 4px;
    width: 112px;
    height: 150px;
    opacity:0.4;
}

.fotomin {
    border: 1px solid #000;
    margin-bottom: -5px;
    border-radius: 4px;
    width: 56px;
    height: 75px;
}

.fotonome {
    border: 1px solid #000;
    border-radius: 3px;
    background-color: Gray;
    font-size: xx-small;
    font-weight: bold;
    margin-top: 2px;
    text-align: center;
    color: White;
    height: 14px;
}

.lst-grande {
    height: 300px !important;
}

.lst-medio {
    height: 200px !important;
}

.txt-grande {
    height: 300px !important
}

.navbar-default {
    background-color: F7F8FD !important;
}

.ajax__tab_xp .ajax__tab_body {
    border: none !important;
}

.calendar {
    min-height: 400px;
}

.navbar-perfil {
    float: left;
    height: 50px;
    padding: 8px;
    font-size: 30px;
    line-height: 20px;
}

.fundo {
    background-image: url('../img/fundo.jpg');
    overflow: hidden;
}


.ratingStar {
    font-size: 0pt;
    width: 24px;
    height: 24px;
    margin: 1px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../img/rating/filledstar.png);
}

.emptyRatingStar {
    background-image: url(../img/rating/emptystar.png);
}

.savedRatingStar {
    background-image: url(../img/rating/savedstar.png);
}

.modalBackground {
    background: rgba(0, 0, 0, 0.5);
}

.pagination {
    margin-top: 15px !important;
    position: absolute;
}

.table {
    margin-bottom: 40px;
}

.panel-body {
    overflow: hidden;
}

/*  PAGINACAO 
*************************************
*/

.pagination > td {
    padding: 0px !important;
}

.pagination tr td a {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .pagination tr td a:hover {
        background: #ddd;
    }

.pagination tr td span {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-default {
    color: #428bca !important;
}

.navbar-collapse.in {
    overflow-y: visible !important;
}


.login {
    margin: 150px auto;
    width: 435px;
    text-align: center;
    -webkit-animation: login 0.6s linear;
    -webkit-animation-timing-function: ease-out;
    -moz-animation: login 0.6s linear;
    -moz-animation-timing-function: ease-out;
    animation: login 0.6s linear;
    animation-timing-function: ease-out;
    opacity: 1;
}

.login {
}


.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0 !important;
}


@-webkit-keyframes login {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes login {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
}

@keyframes login {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes animate-out {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.animate-out {
    animation-name: animate-out;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-fill-mode: both;
}



.modalPopup {
    background: #ffffff;
    padding: 15px;
    font-family: Verdana;
    z-index: 991;
}

.arredondar {
    border-radius: 4px;
}

.titulo {
    Font-Size: 20px;
    background: #5D7B9D;
    color: White;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    margin: 0px;
}

.AutoExtender {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 10px;
    background-color: White;
    margin-left: 10px;
}

.AutoExtenderList {
    border-bottom: dotted 1px #006699;
    cursor: pointer;
    color: Maroon;
}

.AutoExtenderHighlight {
    color: White;
    background-color: #006699;
    cursor: pointer;
}

#progress {
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
}

    #progress img {
        left: 50%;
        position: absolute;
        top: 50%;
    }

}


.labelctrl {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.cadastro_tab > .ajax__tab_header > span {
    padding: 10px 10px 0px 10px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #bbb;
    border-radius: 4px;
    line-height: 23px;
}

.cadastro_tab > .ajax__tab_header > .ajax__tab_active {
    background-color: #337ab7;
    border-color: #337ab7;
}

    .cadastro_tab > .ajax__tab_header > .ajax__tab_active a {
        color: #fff;
    }

.cadastro_tab > .ajax__tab_header > .ajax__tab_hover {
    background-color: #eee;
}

.cadastro_tab > .ajax__tab_header > .ajax__tab_active.ajax__tab_hover {
    background-color: #337ab7;
    border-color: #337ab7;
}

.modal-tarq {
    width: 90% !important;
    top: 0px !important;
    height: 90% !important;
    min-width: 932px !important;
}



.list-group-item {
    background-color: #fff !important;
}

.nav-lateral .list-group .list-group-item {
    padding: 0;
    display: block;
    border-radius: 0;
}

.nav-lateral .list-group-item .glyphicon {
    padding-right: 5px;
}

.nav-lateral .list-group .list-group-item a {
    padding: 10px 20px;
    display: block;
    color: #555;
    /*background: #fff;*/
   background: #F5F5F5;
}

.nav-lateral .list-group {
    margin-bottom: 3px;
    margin: 0;
}

.nav-lateral .caret {
    float: right;
    margin: 8px 2px;
}


.mensagens {
    padding: 0 !important;
    min-width: 450px !important;
    width: 50% !important;
}

    .mensagens .panel-body {
        padding: 0 !important;
        margin: -1px 0px -21px 0px;
    }

    .mensagens .list-group-item {
        background-color: #fff !important;
    }

.content {
}


.qlegenda {
    border-radius: 2px;
    background: #8AC007;
    border: 1px solid black;
    margin-left: 4px;
    width: 12px;
    height: 18px;
    float: left;
    margin-top: 10px;
    margin-right: 3px;
}

.legendas span {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

    .legendas span:nth-child(odd) {
        margin-right: 0px;
    }

    .legendas span:nth-child(even) {
    }

.custom-search-form {
    border-right: 1px solid #eee;
}

@media (max-width: 768px) {

    .mensagens {
        width: 100% !important;
        min-width: 315px !important;
    }

    .content {
        border-left: 1px solid #fff;
    }
}

@media (max-width: 991px) {
    .btn-selecionar {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

/* Controle do Semanário */

.cheio {
    border-radius: 2px;
    background: #27CE4C;
    border: 1px solid #17461C;
    margin-left: 2px;
    width: 8px;
    height: 20px;
    float: left;
}

.vazio {
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid black;
    margin-left: 2px;
    width: 8px;
    height: 20px;
    float: left;
}

.atrasado {
    border-radius: 2px;
    background: #FF4545;
    border: 1px solid #6F0C0C;
    margin-left: 2px;
    width: 8px;
    height: 20px;
    float: left;
}

.atual {
    border-radius: 2px;
    background: #ffd800;
    border: 1px solid #565615;
    margin-left: 4px;
    width: 10px;
    height: 20px;
    float: left;
}

.lbFeriado {
    position: absolute;
    top: 7px;
    left: 13px;
    color: #00f;
    z-index: 999;
}

.semana_conteudo {
    position: relative;
}

.grid-xs {
    font-size:10px;
}

.grid-xs td, .grid-xs th {
    padding: 0px!important;
}


.list-numbered li {
    display: list-item;
    list-style-type: decimal;
}

.tab-content {
    padding:10px;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    border-left:1px solid #eee;
}

.cld {

    padding:0px;
    margin-top:10px;
}





/*
Include this after bootstrap.css. Add class of 
vert-offset-top-value or vert-offset-bottom-value 
to your Bootstrap 3 default rows to prevent row content 
from touching the row content above or below.
*/

/* Vertical Offset Bottom */
.vert-offset-top-12{
    margin-top: 12em;
}
.vert-offset-top-11{
    margin-top: 11em;
}
.vert-offset-top-10{
    margin-top: 10em;
}
.vert-offset-top-9{
    margin-top: 9em;
}
.vert-offset-top-8{
    margin-top: 8em;
}
.vert-offset-top-7 {
    margin-top: 7em;
}
.vert-offset-top-6{
    margin-top: 6em;
}
.vert-offset-top-5{
    margin-top: 5em;
}
.vert-offset-top-4{
    margin-top: 4em;
}
.vert-offset-top-3{
    margin-top: 3em;   
}
.vert-offset-top-2{
    margin-top: 2em;
}
.vert-offset-top-1{
    margin-top: 1em;
}
.vert-offset-top-0{
    margin-top: 0em;
}
/* Vertical Offset Bottom */
.vert-offset-bottom-12{
    margin-bottom: 12em;
}
.vert-offset-bottom-11{
    margin-bottom: 11em;
}
.vert-offset-bottom-10{
    margin-bottom: 10em;
}
.vert-offset-bottom-9{
    margin-bottom: 9em;
}
.vert-offset-bottom-8{
    margin-bottom: 8em;
}
.vert-offset-bottom-7{
    margin-bottom: 7em;
}
.vert-offset-bottom-6{
    margin-bottom: 6em;
}
.vert-offset-bottom-5{
    margin-bottom: 5em;
}
.vert-offset-bottom-4{
    margin-bottom: 4em;
}
.vert-offset-bottom-3{
    margin-bottom: 3em;
}
.vert-offset-bottom-2{
    margin-bottom: 2em;
}
.vert-offset-bottom-1{
    margin-bottom: 1em;
}
.vert-offset-bottom-0{
    margin-bottom: 0em;
}

/*tooltip css*/
.tooltip
    {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        display: none;
        background-color: #FB66AA;
        color: White;
        padding: 5px;
        font-size: 10pt;
        font-family: Arial;
    }
    td
    {
        cursor: text;
    }