.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-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;
}

/* 6.3 Widget Stats */

.widget {
    border-radius: 3px;
    margin-bottom: 20px;
    color: #fff;
    padding: 15px;
    overflow: hidden;
}
.widget.widget-stats {
    position: relative;
}
.widget-stats .stats-info h4 {
    font-size: 12px;
    margin: 5px 0;
    color: #fff;
}
.widget-stats .stats-icon {
    font-size: 42px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.widget-stats .stats-info p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}
.widget-stats .stats-link a {
    display: block;
    margin: 15px -15px -15px;
    padding: 7px 15px;
    background: url(../img/transparent/black-0.4.png);
    background: rgba(0,0,0,0.4);
    text-align: right;
    color: #ddd;
    font-weight: 300;
    text-decoration: none;
}
.widget-stats .stats-link a:hover, 
.widget-stats .stats-link a:focus {
    background: url(../img/transparent/black-0.6.png);
    background: rgba(0,0,0,0.6);
    color: #fff;
}
.widget-stats .stats-icon.stats-icon-lg {
    font-size: 52px;
    top: 12px;
    right: 21px;
}
.widget-stats .stats-title {
    position: relative;
    line-height: 1.1;
    font-size: 12px;
    margin: 2px 0 7px;
}
.widget-stats .stats-title,
.widget-stats .stats-desc {
    color: #fff;
    color: rgba(255,255,255,0.6);
}
.widget-stats .stats-desc {
    font-weight: 300;
    margin-bottom: 0;
}
.widget-stats .stats-number {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}
.widget-stats .stats-progress {
    background: url('../img/transparent/black-0.2.png');
    background: rgba(0,0,0,0.2);
    height: 2px;
    margin: 0 -15px 12px;
}
.widget-stats .stats-progress .progress-bar {
    background: #fff;
}
.bg-blue { background: #348fe2 !important; }
.bg-blue-darker { background: #2a72b5 !important; }
.bg-blue-lighter { background: #5da5e8 !important; }

.bg-green { background: #00acac !important; }
.bg-green-darker { background: #008a8a !important; }
.bg-green-lighter { background: #33bdbd !important; }

.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;
   }
}


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    margin-bottom: 50px;
    color: white;
    cursor: pointer;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}


.buttonOpenMenu{
    width: 50px; 
    height: 140px; 
    background: #f9f9f9; 
    box-shadow: 2px 2px 2px #888888; 
    cursor: pointer;
    position: fixed;
    top: 50%;
}

.buttonOpenMenu:hover{
    box-shadow: 2px 2px 2px #ffffff; 
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

