﻿body {
    background-color: #f6f6f6 !important;
}

#TituloFerramenta {
    color: #FFFFFF;
    background-image: linear-gradient(to right,#4e5bec, #0fb4db);
    /*background-image: linear-gradient(to right,#0fb4db, #4e5bec);*/
}

.numero-idfila {
    padding: 10px 0px 10px 0px;
    background-color: #4e5bec;
    color: #FFFFFF;
    width: 60px;
    text-align: center;
}

#footerCustomMSData, #informativoLayoutSaidaModal {
    display: none;
    color: #FFFFFF;
    background-image: linear-gradient(to right,#4e5bec, #0fb4db);
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    left: 0;
    width: 100% !important;
}

    #footerCustomMSData .logo-white-footer, 
    #informativoLayoutSaidaModal .logo-white-footer {
        width: 211px;
        float: left;
        margin-left: 4%;
    }

    #footerCustomMSData .title-footer {
        float: right;
        margin-right: 4%;
        font-size: 18px;
        padding-top:21px;
    }

    #informativoLayoutSaidaModal .botao-footer-config {
        margin-right: 5%;
        border: 2px solid #FFF;
        border-radius: 0;
        background-color: transparent;
        color: #FFF;
        text-transform: uppercase;
        height: 38px;
        width: 100%;
    }

    #informativoLayoutSaidaModal .input-text-footer-config {
        margin-right: 0px;
        border: 2px solid #FFF;
        border-radius: 0;
        background-color: transparent;
        color: #FFF;
        text-transform: uppercase;
        height: 38px;
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }

    .table thead th {
        background: #4e5bec !important;
        border-bottom: 5px solid #0fb4db !important;
        color: #f6f6f6 !important;
    }

.list-group-item.active, .panel-heading {
    color:#FFFFFF;
    background-color: #4e5bec!important;
    border-color: #4e5bec!important;
}
/*.table thead th {
    background: #0076a3 !important;
    border-bottom: 5px solid #cfe297 !important;
    color: #f6f6f6 !important;
}
*/
.msbusca-result-icon {
    color: #4e5bec !important;
    font-size: 22px;
}

.btn-primary {
    color: #fff;
    background-color: #4e5bec !important;
    border-color: #4e5bec !important;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
  content: 'Selecione o Arquivo';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.caixa-faturamento {
     color:white;
     vertical-align: middle; 
     text-align: center; 
     padding-top: 20px; 
     padding-bottom: 20px;
     border-bottom: 5px solid #cfe297 !important;
}

.caixa-faturamento:hover {
    border-bottom: 5px solid #777 !important;
    cursor:pointer;
}

.pre-pago {
    background-color: #5bc0de; 
}

.excedente {
    background-color: #f0ad4e; 
}

.valor-mensal {
    background-color: #3e8f3e; 
}

/**********************/
/* EMPRESAS /CLIENTES */
/**********************/

/*.box-tags {
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #337ab7;
    color: #FFF;
    font-size: 11px;
    float: left;
    margin: 1px;
    padding: 2px;
    text-transform: uppercase;
}*/

.box-tags {
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #4e5bec;
    color: #FFF;
    font-size: 11px;
    float: left;
    margin: 1px;
    padding: 2px;
    text-transform: uppercase;
}

.box-tags-filtro-contagem {
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #5bc0de;
    color: #FFF;
    font-size: 11px;
    float: left;
    margin: 1px;
    padding: 2px;
    text-transform: uppercase;
}

.editar-empresa, .editar-cliente {
    display:table!important;
    width:100%;
}




/**********************/
/* MODAL TEMPLATE */
/**********************/

.close-button-modal-msdata {
    color: #ffffff;
    position: absolute;
    right: -30px;
    top: -30px;
    opacity: 1;
    font-size: 30px;
    border: 6px solid #0fb4db;
    background-color: #4e5bec;
    border-radius: 60px;
    width: 60px;
    height: 60px;
}

/* modelo dark */
/*#modalTemplate {
    zoom: 0.8;
    background-color: #38424e;
    color: #ccc;
}

#modalTemplate .header-modal {
    text-align: center;
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 16px;
    background-color: #555555;
    border: 6px solid #31708f;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 10px 0 10px 0;
}

#modalTemplate .tabela-modal-template thead th {
    background: #555 !important;
    border-bottom: 5px solid #38424e !important;
    color: #ddd !important;
    cursor:pointer;
}

#modalTemplate .tabela-modal-template tbody tr td {
      border-top: 1px solid #ddd;
      background-color: #31708f; 
}*/

/* modelo light */
#modalTemplate {
    zoom: 0.8;
    background-color: #fff;
    color: #555
}

#modalTemplate .header-modal {
    text-align: center;
    line-height: 26px;
    margin-bottom: 10px;
    border-bottom: 6px solid #f9b514;
    margin-bottom: 30px;
    padding: 10px 0 10px 0;
    color: #555;
}

    #modalTemplate .header-modal-navbar {
        text-align: left;
        line-height: 26px;
        margin-bottom: 10px;
        border-bottom: 6px solid #f9b514;
        margin-bottom: 30px;
        padding: 10px 0 10px 0;
        color: #555;
    }

#modalTemplate .tabela-modal-template thead th {
    background: #FFF!important;
    border-bottom: 3px solid #f9b514 !important;
    color: #555 !important;
    cursor:pointer;
    text-transform:uppercase;
}

#modalTemplate .tabela-modal-template thead .info-item {
    font-size: 12px;
    color: #999;
    font-weight:100;
}

#modalTemplate .tabela-modal-template tbody tr td {
      border-top: 1px solid #ddd;
      background-color: #fff5de;
}

#modalTemplate .tabela-modal-template .box-direita {
    float:right;
}

#modalTemplate .tabela-modal-template .box-direita .nada-consta, #modalTemplate .tabela-modal-template .box-direita .qtd-ocorrencias {
    margin-right:30px;
}
#modalTemplate .header-modal .input-group {
    margin: 0 auto;
    width:80%;
    /*width:350px;*/
}
#modalTemplate .header-modal input[type=text] {
   text-align:center;
}

.div-idfila {
    padding: 10px 0px 10px 0px;
    background-color: #4e5bec;
    color: #FFFFFF;
    width: 60px;
    text-align: center;
}
.nome-arquivo, .nome-cliente-login {
    white-space: nowrap;
    width: 16em;
    overflow: hidden;
    text-overflow: ellipsis;
}



