.modal-success {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dff0d8), to(#c8e5bc));
  background-image: -webkit-linear-gradient(#dff0d8 0%, #c8e5bc 100%);
  background-image: -moz-linear-gradient(#dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(#dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(#dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
  border-radius: 6px 6px 0 0;
}

.modal-vencida {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(#f2dede 0%, #e7c3c3 100%);
  background-image: -moz-linear-gradient(#f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(#f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(#f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
  border-radius: 6px 6px 0 0;
}

.modal-prevista {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(#d9edf7 0%, #b9def0 100%);
  background-image: -moz-linear-gradient(#d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(#d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(#d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
  border-radius: 6px 6px 0 0;
}

.modal-reset {
    background-color: #f3f3f3;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgb(255, 255, 255)),color-stop(1, rgb(231, 231, 231)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top,rgb(255, 255, 255) 0%,rgb(231, 231, 231) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom,rgb(255, 255, 255) 0%,rgb(231, 231, 231) 100%);
    background-image: -ms-repeating-linear-gradient(top,rgb(255, 255, 255) 0%,rgb(231, 231, 231) 100%);
}
 
/* IE8- CSS hack */
@media \0screen\,screen\9 {
    .modal-reset {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#ffe7e7e7",GradientType=0);
    }
}



.modal-info {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(#d9edf7 0%, #b9def0 100%);
  background-image: -moz-linear-gradient(#d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(#d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(#d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
  border-radius: 6px 6px 0 0;
}

.modal-warning {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcf8e3), to(#f8efc0));
  background-image: -webkit-linear-gradient(#fcf8e3 0%, #f8efc0 100%);
  background-image: -moz-linear-gradient(#fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(#fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(#fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
  border-radius: 6px 6px 0 0;
}

.modal-danger {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(#f2dede 0%, #e7c3c3 100%);
  background-image: -moz-linear-gradient(#f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(#f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(#f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
  border-radius: 6px 6px 0 0;
}

.tdTableDialogTarefa{
    margin-bottom: 0;
    padding-top: 7px;
    width: 100px;
    height: 40px;
}

.hLblSelectValores{
    margin-top: 8px;
    float:left;
}

.ui-corner-all{
    background-color: white !important;
    margin-bottom: 2px !important;
}

.ui-icon{
    background-color: #a8a8a8 !important;
}

.hDivSelects{
    margin-top: 5px; 
    margin-left: 15px;
    max-width: 255px;
    float:left;
}
.grupoMenus{
    font-size: 22px;
}


.hDivValores{
    margin-top: 5px; 
    margin-left: 25px;
    max-width: 180px;
    float:left;
}

.hDivSelectsValor{
    margin-top: 20px; 
    margin-left: 25px;
    max-width: 200px;
}

.hDivSelectPrimeira{
 margin-top: 5px; 
 max-width: 255px;
 margin-left: 5px;
 float:left;
}

.hSelectLojas{
    max-width: 340px; 
    margin-bottom: 10px;
    display: inline;
}

.hSelectContas{
    width: 500px; 
    margin-bottom: 10px;
    display: inline;
    font-size: 11px !important;
}

#imgPrev{
    cursor:pointer;
    margin: 0 0px 0 10px;
}
#imgNext{
    cursor:pointer;
    margin: 0 0px 0 5px;
}

#hImgPrev{
    cursor:pointer;
    margin: 0 0px 0 10px;
}
#hImgNext{
    cursor:pointer;
    margin: 0 0px 0 5px;
}


#btnPesquisa{
    cursor:pointer;
    margin: 0 5px 0 5px;
}

#loading{
    width:100%;
    height:100%;
    position: fixed;
    top:40%;
    left:40%;
    display: none;
    z-index:9001;
}

#bloqueiaTela{
    width:100%;
    height:100%;
    background-color:#000000;
    z-index:9000;
    position:absolute;
    top:0;
    left:0;
    opacity: 0.3;
    display:none;
}


#divAnexos{

}
#ulAnexos{
    list-style-type: none;
}
#ulAnexos li{
    padding:10px;
    float:left;
    font-size:10px;
}

a.anexoImgExclui{
    text-decoration: none;
    color: #bd0c0c;
}

.folder{
    cursor:pointer;
}

.nav-tabs > li .close {
    margin: -3px 0 0 10px;
    font-size: 18px;
    padding: 5px 0;
    float: right;
}

.nav-tabs > li a[data-toggle=tab] {
    float: left!important;
}

.tableCli{
    width: 100%;
}
.tableCli thead tr{
    text-align: left;
    background: #eee;
    padding: 2px;
}
.tableCli thead th{
    padding: 5px;
}
.tableCli tbody td{
    padding: 5px;
}


.north {
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); /* IE 9 */
    -webkit-transform:rotate(0deg); /* Safari and Chrome */
}
.west {
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); /* IE 9 */
    -webkit-transform:rotate(90deg); /* Safari and Chrome */
}
.south {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */

}
.east {
    transform:rotate(270deg);
    -ms-transform:rotate(270deg); /* IE 9 */
    -webkit-transform:rotate(270deg); /* Safari and Chrome */
}

.trSelected{
    color:red;
    font-weight: bold;
}

.pad {
    margin-left: 0 !important;
}

.icons-pre-next {
    margin-top: 30px;
}

.icons-pre-nextH {
    float: left; 
    margin-top: 8px;
}
.hLblSelectLojas{
    margin-left: 0px; 
    margin-top: 8px;
    float:left;
}

.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter {   
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.sair {
    margin-right: 10px !important;
}

.btnsPref {
    width: 100%;
    font-size: 50px;
    line-height: 120px;
}

.btn-ficha {
    width: 100%;
}

.title-atendimento {
    margin-top: 14px;
    margin-bottom: 20px;
}

.btns-filhos {
    font-size: 30px;
    line-height: 100px;
    width: 100%;
}

.prioTable {
    padding: 4px 10px;
    border-radius: 2px;
}

.ficha-ativa {
    margin-top: 20px;
    border-right: 2px solid #2e3192;
    height: 960px;
}

.fichas-atendidas {
    padding: 0 !important;
    text-align: center;
    font-size: 30px;
}

.table-condensed>tbody>tr>td {
    padding-bottom: 30px;
}

.title-senha {
    margin-top: 170px;
    color: #2e3192;
    font-size: 100px;
    text-align: center;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.bg-codFicha {
    margin-top: 100px;
    margin-bottom: 20px;
    background: #2e3192;
    height: 220px;
    width: 100%;
    border-radius: 5px;
}

.codigoFicha {
    font-size: 200px;
    color: white;
    text-align: center;
    line-height: 200px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.caixaFicha {
    font-size: 120px;
    text-align: center;
    margin-top: 80px;
    color: #2e3192;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.title-chamados {
    color: #2e3192;
    padding-top: 26px !important;
    font-size: 44px;
    padding-bottom: 34px !important; 
    margin-top: 10px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.codigo-chamado {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #2e3192;
    font-size: 44px !important;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.caixa-chamado {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #2e3192;
    font-size: 34px !important;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.table-fichas-atendidas tr:nth-child(2n+2) {
 background-color: #ccc;
}

.table-fichas-atendidas tr td {
    padding: 7px;
}

.btn-imp-ficha {
    margin-bottom: 40px;
}

.msgErro {
    margin-top: 50%;
    display: none;
    text-align: center;
    font-size: 20px;
}

#botaoRe {
    margin-top: 20px;
}

.btn-servico {
    margin-bottom: 20px;
}

.botoes-ficha {
    margin-top: 20px;
}



ul.nav.nav-second-level.collapse.in {
    margin-left: 5px;
}

.navbar-right {
    margin-top: 10px;
}

.menuMobile{ 
    display: none;
}
.logoMobile{
    float:left; 
    margin-left: 5px;
}
.divMenuMobile{
    max-width: 50%;
    margin-top: 10%; 
    margin-bottom: 5%;
}

.linkTopoMobile{

}


.hTxtHistorico{
    margin-left: 5px !important;
    max-width: 100% !important;
}

@media(max-width: 700px){
    .tabelaLancamentos{
        width: 1000px;
    }
    .menuMobile{
        display: inline-block;
    }
}

@media(min-width: 700px){
    .tabelaLancamentos{
        width: 100%;
    }
}

.btnTopoMobile{
    background-color: #32323a;
    border: 0;
    text-decoration-color: white;
    line-height: 30px;
}

.linkTopoMobile{
    color: white
}

.tituloRelatorioPrint{
    display: none;
}


@media print {
    *{
        background-color: white !important;
    }
    #myModal{
        display: none;
    }

    .menuMobile{
        display: none;
    }

    .divFlecha{
        display: none;
    }

    .verM{
        display: table-row !important;
    }
    .verMais{
        display: none !important;
    }

    .LinkDownload{
        display: none !important;
    }

    .camposPesquisa{
        display: none;
    }
    #page-inner{
        background-color: white !important;
    }
    .page-topo{
        background-color: white !important;
    }
    .tituloRelatorio{
        display: none;
        margin-top: -80px;
    }
    .tituloRelatorioPrint{
        display: inline !important;
        margin-top: -80px;
    }


    table {
        width: 960px !important; 
        page-break-after:auto !important;
        overflow: visible !important; 
        overflow-y: visible !important;
        overflow-x: visible !important;
    }
    tr    { 
        page-break-inside:avoid; 
        page-break-after:auto !important;
    }
    td    { 
        page-break-inside:avoid; 
        page-break-after:auto !important;
    }
    thead { 
        display:table-header-group !important;
    }
    tfoot { 
        display:table-footer-group !important;
    }

    .tabelaLancamentos{

    }
    #page-wrapper{
        overflow: visible !important;
    }

    table {
        border: 0.3px solid black;
    }
    .linhaTbl{
        border: 0.3px solid black;
    }
    .pull-right{
        margin-left: 58%;

    }
    .totalizadosPrint{
     margin-top: 5px;
 }
}
