/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.NoYearDatePicker .ui-datepicker-year
{
    display:none;
}

.requerido .label:before{
    content: '* ';
    color: red;
    font-weight: bold;
    font-size: 18px;
    line-height: 14px;
}

.widget-body .alert {
    margin: 15px 15px 0!important;
}

.select2-hidden-accessible{
    display: none;
}

#logo{ margin-top: 4px; }
#logo img{ width: auto!important; }

#login #header #logo{ margin-top: 4px; }

body#login{ background: #EDEDED url(../img/login-background_ia.jpg) no-repeat center center; background-size: cover; }


#parceria {
    text-align: center;
}

#logo > span{
    font-size: 20px;
    font-weight: bold;
    margin-left: 7px;
}

#parceria h3 {
    font-weight: bolder;
    font-style: italic;
    font-size: 3rem;
    text-shadow: #FFFFFF 0px 0px, #FFFFFF 0px 0px, #FFFFFF 0px 1px, #FFFFFF 0px -1px;
}

#parceria img {
    width: 23rem;
}

#login #main{ background: none; }

#content{ padding: 10px 20px; }

.listagem-contagem {
    background: #F7F7F7;
    padding: 5px 10px;   
    margin-top: 4px;
    border-top: 1px solid #efefef;
    margin: 0;
}
.widget-body-toolbar .listagem-contagem {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -8px;
}

.tiles.row{
    margin-left: -7px;
    margin-right: -7px;
}
.tiles .tile{
    padding: 10px;
    text-align: center;
}
.tiles .tile > a{
    display: block;
    height: 150px;
    background: #000;
    overflow: hidden;
}

.tiles .tile.inativo{
    opacity: 0.5;
}

.tiles .tile.inativo > a{
    cursor: no-drop;
}

.tiles .tile h3{
    margin-top: 15px;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
}

.tiles .tile i{
    transition: all ease .3s;
    font-size: 75px;
    margin-top: 25px;
    color: white;
}
.tiles .tile:hover i{
    transform: scale(1.4);
}

.tiles .tile.tile-chart{
    text-align: left;
}

.tiles .tile.tile-chart .sparkline{
    color: rgba(255, 255, 255, 0.9);
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.tiles .tile.tile-chart h3{
    margin-top: 0px;
    padding-left: 10px;
    display: inline-block;
}

.tiles .tile.tile-chart i{
    font-size: 24px;
    margin-top: 0px;
    margin-left: 15px;
}

.tiles .tile-duplo i{
    font-size: 90px;
    margin-top: 120px;
    color: white;
}
.tiles .tile-duplo > a{
    background: rgb(47, 85, 151);
    height: 320px;
}
.tiles .tile-duplo h3{
    margin-top: 70px;
}
.tiles .tile-azul-claro > a{
    background: rgb(51, 153, 255);
}

.tiles .tile-rosa > a{
    background: rgb(255, 153, 153);
}

.tiles .tile-laranja > a{
    background: rgb(255, 128, 0) ;
}

.tiles .tile-amarelo > a{
    background: rgb(248, 186, 12);
}

.tiles .tile-verde-claro > a{
    background: rgb(86, 161, 35) ;
}

.tiles .tile-azul-escuro > a{
    background: rgb(0, 8, 139);
}

.tiles .tile-vermelho > a{
    background: rgb(255, 25, 20);
}

.tiles .tile-azul > a{
    background: rgb(47, 85, 151);
}

.tiles .tile-verde > a{
    background: rgb(0, 153, 76);
}


.lista-chamadas { 
    margin: 0;
    padding: 0;
}
.lista-chamadas li {
    width: 135px;
    float: left;
    padding: 6px;
    border: 1px solid #6BBEF6;
    list-style: none;
    margin: 5px;
    text-align: center;
}

.progress-bar-cinza {
    background-color: #bbb;
    background-image: -moz-linear-gradient(top, #ddd, #bbb);
    background-image: -ms-linear-gradient(top, #ddd, #bbb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ddd), to(#bbb));
    background-image: -webkit-linear-gradient(top, #ddd, #bbb);
    background-image: -o-linear-gradient(top, #ddd, #bbb);
    background-image: linear-gradient(top, #ddd, #bbb);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd', endColorstr='#bbb', GradientType=0);
}

.checkbox-situacao-1, .checkbox-situacao-2, .checkbox-situacao-3{
    border-bottom: 3px solid;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
}
.checkbox-situacao-1{
    border-color: green;
}
.checkbox-situacao-2{
    border-color: orange;
}
.checkbox-situacao-3{
    border-color: red;
}

.table .situacao-turma-1, .table .situacao-turma-2, .table .situacao-turma-3{
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-top: 2px;
    border-radius: 50%;
}
.table .situacao-turma-1{
    background-color: green!important;
}
.table .situacao-turma-2{
    background-color: orange!important;
} 
.table .situacao-turma-3{
    background-color: red!important;
}

.table-ultra-condensed th,
.table-ultra-condensed td {
    padding: 1px !important;
    text-align: center;
    font-size: 11px;
}

.progress .progress-bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

.progress .progress-bar-success{
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.smart-style-2 .bg-color-orange {
    background-color: #fbb450!important;
}
.smart-style-2 #header, .smart-style-2 .page-footer, .smart-style-2 .superbox-show{
    background: rgb(0, 114, 197);
}
#logo{
    margin-left: 16px;
    color: #fff;
}
#logo > span{
    font-size: 20px;
    font-weight: bold;
    margin-left: 7px;
}

.progress-bar-danger {
    background-color: #ee5f5b;
}

.bg-color-redLight {
    background-color: #ee5f5b !important;
}

.bg-color-green {
    background-color: #5eb95e!important;
}

.txt-color-orange {
    color: #faa732 !important;
}

.table-linha-opcoes .botoes-acao { display: none; }
.table-linha-opcoes .botoes-acao a { font-size: 12px; cursor: pointer }
.table-linha-opcoes tr:hover + tr .botoes-acao { display: block; }
.table-linha-opcoes tr:hover .botoes-acao { display: block; }
.table-linha-opcoes .tr-dados td { padding-bottom: 0!important }
.table-linha-opcoes .tr-acao td { padding-top: 0!important; height: 30px; border-top: none!important; }

.table-linha-opcoes .botoes-acao a.danger { color: #FF0000; }

.table-linha-opcoes.tr3 tr:hover + tr + tr .botoes-acao { display: block; }

.note-editor .note-toolbar.btn-toolbar .note-insert.btn-group button[data-original-title='Picture'] {display: none}
.note-editor .note-toolbar.btn-toolbar .note-insert.btn-group button[data-original-title='Video'] {display: none}

.galeria .thumbnail{
    margin-bottom: 0;
}
blockquote.galeria{
    border-left-color: rgb(0, 114, 197);
}
blockquote.galeria h4{
    font-weight: bold; color: rgb(0, 114, 197);
}
blockquote.galeria .separator{    
    display: inline-block;
    width: 2px;
    height: 13px;
    background: rgba(0,0,0,.1);
    margin-bottom: -2px;
}
blockquote.galeria .acoes{
    display: none;
    float: right;
    margin-top: 2px;
}
blockquote.galeria:hover .acoes{
    display: block;
}
blockquote.galeria .acoes a{
    display: inline-block;
    padding: 0px 5px;
}
.galeria .thumbnail .caption{
    padding: 4px 0 0;
}
.galeria .thumbnail .caption p{
    margin: 0;
    height: 17px;
    font-size: 12px;
}

.limit-text p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
/*.limit-text:hover p {
    white-space: normal;
    overflow: visible;
    font-size: 12px;
    margin: -6px 0 6px 0 !important;
}*/

.bootstrap-tagsinput input{
   border-color: #FFF !important; 
   display: inline !important;
}

.bootstrap-tagsinput span{
    text-transform: uppercase;
    color: #FFF !important;
    display: inline !important;  
}

.client-form header{
    padding: 12px 13px;
    border: rgba(44, 55, 66, 1);
    background: rgba(44, 55, 66, 1);
    color: white;
    border-radius: 3px 3px 0 0;
}
.well{
    border-width: 0;
}
.well footer{
    padding: 4px 14px 12px;
}
.smart-form footer{
    background: #fff;
    border-radius: 0 0 3px 3px;
}

.smart-style-2 #header, .smart-style-2 .page-footer, .smart-style-2 .superbox-show{
    background: #0072c5;
}

.select2-dropdown {
    z-index: 10000;
}

.no-changecase {
    text-transform: none!important;
}

@media screen{
    .print-only{
        display: none;
    }
}

@media print{
    #header,
    #shortcut,
    #left-panel,
    #ribbon,
    .titulo-barferr + br {display: none;}
    
    .jarviswidget-ctrls{ display: none; }
    .hidden-print{ display: none; }
    
    .fixed-header #main{ margin-top: 0; }
    #main { margin-left: 0px; }
    
    .pagination{ display: none; }
}

@media only screen and (max-width: 805px){
    #pesquisa {
        display: none;
        padding: 8px 0;
        position: absolute;
        top: 49px;
        left: -6px;
        padding: 4px 10px !important;
        height: 41px;
        width: 100% !important;
        background: #f0f0f0;
    }
    #pesquisa.ativo{
        display: block;
    }
    #pesquisa .block-area {
        width: 100%;
        height: 100%;
    }
}