﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 14px;
    background: url('../images/fundo.jpg') no-repeat fixed center;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    line-height: 1;
    margin: 0 0 35px;

}

html {
    min-height: 100%;
    position: relative;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 15px;
    border: 0px solid red;
}
#wrapper {
    min-height: 100vh;
    /*min-width: 100vw;*/
    position: relative;
    padding: 74px 10px 35px 10px;
    border: 0px solid blue;
    left: 0;
    min-width: 100%;
}

.modal-xl {
    max-width: 90%; /*largura da modal*/
    width: 60%;
    height: 100%; /*altura da view da modal (não alterar)*/
    margin: 0 auto !important; /*centralizar modal horizontalmente*/
}
.modal-xl.modal-content {
    height: 70%; /*altura da modal*/
}
#dados_retorno span {
    border: 1px solid #C0C0C0;
    padding: 3px;
    background-color: #efe6e6;
}

.btnAtivo{
    background-color: green !important;
    color: black !important;
}
.table-wrapper {
    max-height: 400px;
    overflow: auto;
    border-bottom: 1px solid #C0C0C0;
}
#contentModal {
    overflow: auto; /*habilita o overflow no corpo da modal*/
}

#modalGenerica {
    overflow: hidden; /*evitar overflow da view da modal*/
}
.cmb-natureza{
    width: 90% !important;

}
/*.cmb-natureza > span.select2-container {
    width: 80%!important;
}*/
.base-accordion > h5{
    cursor: pointer;
}

/*sicont*/
.sicontAmbientehmg {
    background-color: #ff6a00;
    color: #fff !important;
    margin-left: 200px;
    min-width: 80px;
    height: 40px;
    padding: 3px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1.2rem;
}
.sicontAmbientedsv {
    background-color: #638abf;
    color: #fff !important;
    margin-left: 200px;
    min-width: 80px;
    height: 40px;
    padding: 3px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1.2rem;
}
/*Menu Farol*/
#menuFarol ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
    #menuFarol ul li {
        display: inline;
        padding: 5px;
        border: 1px solid #C0C0C0;
        border-top: 2px solid #638abf;
        border-radius: 0px 10px;
        background-color: #fff;
        margin-right: 10px;
    }
#menuFarol ul li a {
    /*padding: 2px 10px;*/
    display: inline-block;
    line-height: 1.2em;
    /* visual do link */
    /*background-color:#EDEDED;*/
    color: #333;
    text-decoration: none;
    /*border-bottom:3px solid #EDEDED;*/
}
#menuFarol ul li span,#menuFarol ul li i {
    color: #E1E1E1;
    font-size: 0.95em;
    border: 2px solid #808080;
    /*border-left: 3px solid #808080;*/
    /*width: 18px;
    height: 18px;*/
    border-radius: 30px;
    margin-right: 5px;
    background-color: #fff;
}
/*#menuFarol ul li a span::before {
    border: none;
    font-weight: 900;
    margin-left: 2px;
    margin-right: 10px;
    font-size: 16px;
    width: 30px;
    font-family: "Font Awesome 5 Free";
    color: #E1E1E1;
    border-radius: 30px;
    content: "\f111";
}*/
/* HEADER HHHHHHHHHHHHHHH */
header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(161, 194, 211);
    text-align: center;
    padding: 20px 0;
    height: 50px;
    z-index: 99999;
}
#conteudo {
    /*background: rgba(255, 255, 255, 0.8);*/
    padding: 30px 20px 10px 10px;
    border: 0px solid red;
    /*min-height: 90%;
    height: 100%;*/
    /*position: absolute;*/
    padding-right: 40px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 100%;
    height: 100%;
    width: 90%;
    float: left;
}
footer {
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(93, 93, 93);
    background: rgb(46,50,85);
    border: #044fa0;
}

.menu-user li a, .menu-user li span {
    color: #0e1f92 !important;
    font-size: 1.25rem;
}
.menu-user{
    height: 65px;
}
.menu-user li {
    height: 100%;
    line-height: 60px;
}
.row-login {
/*    padding-left: 60px;
*/    position: relative;
      margin-left: 0;
}
.row-login input{
    box-shadow: 1px 2px 1px 0px #C0C0C0;
}
.navbar-default{
    background: #fff !important;
}
/*.fundo-conteudo {
    background: rgba(255, 255, 255, 0.4);
}*/
.textbox-nome{
    border: none !important;
    box-shadow: none !important;
    height: 15px !important;
    margin: 0;
    margin-top: 8px !important;
}
.conteudo-login {
    /*background: none !important; rgba(255, 255, 255, 1) !important;*/
    background: none !important;
    /*width: 600px !important;*/
    border: 0px solid !important;
    padding-left: 0px;
}
.modal-carregando .modal-content, .modal-salvando .modal-content {
    /*background: #cce6ff;*/
}
.text-danger{
    color: #d91b1b;
}
.field-validation-error {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: red;
}
.lbl-left {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-top: 7px;
    font-weight: normal;
}

input.disabled-radio {
    pointer-events: none;
    opacity: 0.5;
}

.control-label2 {
    border: 0;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-top: 7px;
    font-weight: normal;
    /*
    border: 1px solid #C0C0C0;
    border-radius: 10px 0 0 10px;
    padding: 5px;
    margin-right: -15px;
    text-align: center;
    width: 15%;
    background-color: #efe6e6;
        */
}
.numcep{
    width: 100px;
}
.main-nivel-retorno {
    border: 1px solid #C0C0C0;
    height: auto;
    /*border: 0;
    text-align: left;
    margin-bottom: 0;
    padding: 4px;
    font-weight: normal;

    background: #C0C0C0;*/
    /*
    border: 1px solid #C0C0C0;
    border-radius: 10px 0 0 10px;
    padding: 5px;
    margin-right: -15px;
    text-align: center;
    width: 15%;
    background-color: #efe6e6;
        */
}
/***************************************************************/
.tab-content {
    border: 1px solid #E1E1E1;
    padding-left: 5px;
    padding-top: 20px;
    padding-right: 30px;
    background: #fff;
}
/* LOGO ***********************************************/
.logo {
    float: left;
    width: 100px;
    height: 100%;
    position: absolute;
}

.logo img {
    width: 100%;
    float: left;
}
.modal-dialog{
    border-radius: 20px;
}

.nav-tabs {
    background-color: #eae5e5;
}
li.active > a.dados-basicos > i {
    color: limegreen;
}
li.active > a.dados-conjuge > i {
    color: #84a8c3;
}
.abas > li.active span{
    color: #be2323;
}
/*.nav-tabs li.active a span,.nav-tabs li.active a .dados-basicos i{
    color: limegreen;
}*/
/*.nav-tabs li.active a span,.nav-tabs li.active a i.fa-briefcase{
    color: blue;
}*/
.nav-tabs li.active a span.glyphicon-tags{
    color: red;
}
.nav-tabs li.active a i.fa-table {
    color: blue;
}
.nav-tabs li.active a i.fa-calculator {
    color: #830909;
}
.nav-tabs li.active a i.fa-coins{
    color: #fce426;
}
.nav-tabs li.active a i.fa-user-friends {
    color: #1c6ed3;
}
.nav-tabs li.active a i.fa-sticky-note {
    color: #ff6a00;
}
.btn-pagination {
    padding: 10px;
    background: white;
}
.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}
.hr-blue {
    height: 1px;
    background-color: rgb(184, 195, 222);
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}
.col-status {
    width: 70px;
}

.new span, .new {
    font-size: 1.5rem;
    color: #200874;
}
.new span{
    color: blue;
}
.new {
    font-size: 1.55rem;
}
.newDetailMesa span, .newDetailMesa i{
    font-size: 1.3rem;
    color: #5c81b4;
    cursor: pointer;
}
.newDetailMesa i {
    font-size: 1.2rem;
    color: mediumseagreen;
    cursor: pointer;
}

li.active .glyphicon, li.active > a{
    color: #6274cc;
}
.show-func span {
    font-family: sans-serif;
    font-size: 0.8rem;
    color: #fff;
}
.modal-title {
    color: #fff;
}
.modal-title span {
    color: #b70b0b;
}

.btn-filtro {
    font-size: 1.2rem;
    padding-top: 4px;
    padding-bottom: 4px;
}

.btn-limpa {
    /*background: #EDC49B;*/
    display: none;
}

.alert {
    color: #DE4D0E;
}

span.alert-danger {
    padding: 5px;
}
/*PANEL PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP */
.panel-heading {
    background: #D1DAE3;
}
.panel-heading-default {
    vertical-align: middle;
    line-height: 30px;
    position: relative;
    padding-top: 0;
    font-size: 1.1rem;
}
/*.panel-group{
    height: 20px;
}*/
/*.panel-default{
    line-height: 30px;
    height: 30px;
}*/
.fa-filter {
    font-size: 1.4rem;
    color: #68d2f5;
}
.panel-title{
    padding-top: 5px;
}
.panel-title a {
    font-size: 1.5rem;
    color: #28188e;
}
.action-ok {
    color: green;
    font-size: 1.1rem;
}
.selectedrow {
    /*background-color: #F3F6FA;*/
    background-color: #fafa7f;
}

/* GLYPHICON GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG*/
.title-cadastro.glyph-cadastro {
    color: green;
    font-size: 1.6rem;
}
.glyphicon-alert.no-action {
    font-size: 1.3rem;
    color: rgb(250, 188, 65);
}
.glyphicon-remove, .glyphicon-ban-circle {
    color: red;
}
.glyphicon-ok {
    color: #36cb36;
}
.glyphicon-plus-sign {
    color: blue;
}
.fa-exclamation-triangle{
    color: #f2f521;
}
/*********************************************/
.fa-layers {
    font-size: 1.2rem;
}
.badge-success {
    background-color: dodgerblue;
    font-size: 0.65em;
}

.badge-warning {
    background-color: darkorange;
}
.col-acao a span, .col-totperf span, .col-acao span {
    /*font-size: 1.30rem;
    font-weight: bold;*/
    color: #0066cc;
    cursor: pointer;
    margin-right: 4px;
}

.col-acao > a > .acao_no {
    color: #C0C0C0;
    font-size: 1.6rem;
    content: "";
}
.col-acao > a{
    color: #000;
}
.col-acao a span {
    font-size: 1.6rem;
}
.col-botoes span,.col-botoes a{
    color: blue;
    font-size: 1.6rem;
}
.col-botoes a{
    color: #000;
}
/* TABLE TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT*/
table caption{
    border: 1px solid #C0C0C0;
    padding: 5px;
    min-width: 30px;
    color: #638abf;
}
table caption > label {
    font-size: 1.3rem !important;
    min-width: 100px;
    /*border: 1px solid;*/
}
#tableFluxo caption {
    background: #B2C5D9;
    border: 1px solid #C0C0C0;
    padding: 5px;
    min-width: 30px;
    color: #0726a1;
}
table {
    /*border: 1px solid #C0C0C0;*/
    background: #fff;
    box-shadow: 3px 2px 5px #888888;
    color: #000;
}

    table th {
        /*background-color: #C1C5D9;*/
        background: #B2C5D9;
        border-bottom: 1px solid #C0C0C0;
        font-weight: bold;
        height: 8px;
        font-size: 1.2rem;
        color: #0726a1;
    }

    .datepicker-days > table th{
        background: #fff;
    }

    table.funcoes th {
        background-color: #BDBDBD;
    }
    table tr td {
        font-size: 1.25rem;
        /*border-right: 1px solid #C0C0C0;*/
    }
.tab-content table{
    box-shadow: none;
}
.panel-body{
    font-size: 1.25rem;
}
.glyph-eye{
    font-size: 1.2rem !important;
}
/* DATATABLE ****************************************/
.dataTables_info, .dataTables_paginate > a.paginate_button {
    color: #517acf !important;
}
.dataTables_wrapper > .dataTables_processing {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 30%;
    height: 60px;
    margin-left: -20%;
    margin-top: -25px;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background: #b1d8e5;
    padding-bottom: 20px;
}
/*.dataTables_paginate .paginate_button.disabled {
    color: #f2ebeb !important;
}*/
table.dataTable tbody td, table.dataTable thead th {
    padding: 6px 7px !important;
    border: 0.005rem solid #E1E1E1;
}
table.dataTable thead th {
    padding: 6px 7px !important;
}
table.dataTable thead {
    background: #cce1eb;
}
table.dataTable {
   border: none !important;
   border-bottom: 1px solid #E1E1E1 !important;
   box-shadow: none;
}
    table.dataTable thead th, table.dataTable thead td {
        border-bottom: none !important;
    }
table.table-detail {
    box-shadow: none !important;
}
table.table-detail thead th {
    background: #f0e597 !important;
}
/*table.dataTable td.sorting_1{ background-color: #f2e8e8; border:1px lightgrey; }
    table.dataTable td{ background-color: white;  border:1px lightgrey;}
    table.dataTable tr.odd { background-color: #E1E1E1;  border:1px lightgrey;}
    table.dataTable tr.even{ background-color: white; border:1px lightgrey; }*/

/*    table.dataTable > tbody > tr:nth-child(odd) > td,
    table.dataTable > tbody > tr:nth-child(odd) > th {
        background-color: #eef0f1;
    }*/
/*INPUTS IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII*/
/*input,
select,
textarea {
    max-width: 280px;
    border-radius: 5px;
    border: 1px solid #C0C0C0;
    padding: 6px;
}*/
input,
select,
textarea {
    max-width: 280px;
    border-radius: 0 !important;
    border: 0px !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #90c8e8 !important;
    padding: 6px;
}
.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
:root {
    --radius: 0px;
    --baseFg: white;
    --baseBg: white;
    --accentFg: #006fc2;
    --accentBg: #fff;
}
select, select.form-control {
    width: 300px;
    height: 30px;
    font-size: 1.2rem;
}
select {
    font: 400 12px/1.3 sans-serif;
    -webkit-appearance: none;
    appearance: none;
    color: var(--baseFg);
    border: 0px solid var(--baseFg);
    line-height: 1;
    outline: 0;
    padding: 0.65em 2.5em 0.55em 0.75em;
    border-radius: var(--radius);
    background-color: var(--baseBg);
    background-image: linear-gradient(var(--baseFg), var(--baseFg)), linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%), linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%), linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 1px 100%, 20px 22px, 20px 22px, 20px 100%;
    background-position: right 20px center, right bottom, right bottom, right bottom;
    color: #000;
}

select[name="tableDados_length"]{
    width: 60px;
}
.select_box {
    width: 200px;
    overflow: hidden;
    border: 1px solid #000;
    position: relative;
    padding: 10px 0;
}

/*    select:after {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #f00;
        position: absolute;
        top: 40%;
        right: 5px;
        content: "";
        z-index: 98;
    }

     select {
        width: 220px;
        border: 0;
        position: relative;
        z-index: 99;
        background: none;
    }*/


/*select:focus, input:focus {
    border: 1px solid rgb(141, 184, 230);
    box-shadow: rgb(150, 193, 241) 2px 3px 10px 1px;
}*/
label {
    font-size: 1.20rem !important;
}
/* MULTISELECT ****************/
button.multiselect {
    background-color: initial;
    border: 0px;
    border-bottom: 1px solid #c3e3f6;
}


/*********************************************************************/
/*.panel-title{
    background-color: #c2dbe2;
    height: 25px;
    padding-top: 10px;
}*/
.panel-heading a{
    color: blue;
    text-decoration: underline;
    font-size:1.35rem;
}
.panel-headingxx a:before {
    font: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #3b90c2;
    content: "\f0a4";
    position: absolute;
    left: 8px;
    padding-right: 10px;
    width: 7px;
    height: 14px;
    transition: all .3s ease;
}
.panel-headingxx a.has-expanded:before {
    font: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: red;
    content: "\f107";
    position: absolute;
    left: 8px;
    width: 9px;
    height: 16px;
    transition: all .3s ease;
}

input[type="text"]:not(.input-lg) {
    height: 30px;
    font-size: 1.34rem;
}

input[tipo="end"] {
    width: 100%;
}

#Endereco_CodCep, #CodCep {
    width: 90px;
}
input.date-picker {
    height: 34px;
    font-size: 1.34rem;
}

img.ui-datepicker-trigger {
    cursor: pointer;
    width: 22px;
    /*margin-top: 10px;*/
}
/* FORM MESA CREDITO MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM *************************************/

/* GRID OCUPACAO*/
/*.row-ocupacao td:first-child > span:before {
    position: absolute;
    top: 10%;
    left: 2px;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    font: 16px fontawesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #260F91;
    content: "\f0da";
    transition: all .3s ease;
}*/


/*************************************************/

.header-proposta {
    background-color: rgba(199, 208, 213,0.4);
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #ccccff;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 1px 1px 2px 1px #E1E1E1;
    margin-bottom: -11px;
}

    .header-proposta label {
        font-size: 1.15rem;
    }

    .header-proposta span {
        font-size: 1.3rem;
        color: #4d4dff;
        /*height: 15px;
        border: none;
        background-color: rgba(229, 229, 255,0.4);
        border-left: 2px solid #fff;
        border-top: 1px solid #e6e3e3;
        border-right: 1px solid #e6e3e3;
        border-bottom: 2px solid #fff;
        border-radius: 5px;
        padding: 3px;
        padding-left: 5px;
        padding-right: 5px;*/
        /*background: rgba(204, 204, 255,0.2);*/
    }

#lista_natureza {
    border: none;
    box-shadow: none;
    height: 22px;
    background-color: transparent;
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    color: #000;
    background-position: 98% center;
    font-size: 1.2rem;
    cursor: pointer;
}
.cmb-grid {
    box-shadow: none !important;
    height: 23px;
    background-color: transparent;
    margin-top: -5px;
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.00px;
    padding-top: 0px;
    text-overflow: "";
    color: #000;

    background-position: 98% center;
    font-size: 1.2rem;
}
.cmb-off {
    border: none;
    box-shadow: none;
    /*height: 22px;*/
    /*background-color: transparent;*/
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    color: #000;
    /*background-position: 98% center;*/
    background-color: #e0dbdb !important;
    width: 150px;
    font-size: 1.2rem;
}

.modal-header {
    background: #638abf !important;
    height: 50px;
}

.mes_ano{
    width: 70px;
}
.row-button{
    height: 30px;
    margin-bottom: -20px;
}
.title-row{
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
}

/* form default ***************************************/
.form-default {
    margin-top: 10px;
}
    .form-default label.control-label {
        font-weight: bold;
        margin-bottom: 3px;
        width: 100%;
        float: left;
        color: #2082b8;
        display: block;
        text-align: left;
    }

    .form-default > .row > div > .form-group {
        float: left;
        display: block;
    }
.form-default > .row {
    margin-bottom: 3px;
}
/*[class*="col-"] {
    border-color: red;
}*/
.form-default > .row > [class*="col-"] {
    margin-bottom: 25px;
}
.form-mesacredito table > thead > tr {
    height: 2.5px !important;
}
.form-mesacredito .select2 .select2-selection__rendered {
    /*#fbfbb5;*/
/*    background: #E9F4F7;*/
    border-radius: 5px;
    border: 0px solid #E9F4F7;
    height: 26px;
    line-height: 26px;
}

.form-mesacredito table  {
    box-shadow: #888888 2px 2px;
}
.comments {
    width: 100% !important;
    max-width: 980px !important;
    height: 150px;
    resize: none;
    box-shadow: 1px 1px 1px 1px #C0C0C0;
}

.comment_retorno{
    background-color: #ededed;
}
.btn-ocup > a > span{
    color: #b14444;
}

.nav.nav-tabs.mesacredito {
    border-right: 1px solid #d9d8d8;
    border-left: 1px solid #d9d8d8;
    padding-left: 4px;
} 

.show-details{
    display: inline-block;
}
/*.form-mesacredito table > thead > tr > th {
    background-color: #f9f5ca;
    border-bottom: 1px solid rgb(161, 194, 211);
    color: #4c71b5;
    color: #000;
}*/


table .main-table > thead > tr > th {
    /*background-color: #C1C5D9;*/
    background: #B2C5D9 !important;
    border-bottom: 1px solid #C0C0C0;
    font-weight: bold;
    height: 8px;
    font-size: 1.3rem;
    color: #0726a1;
    padding: 4px
}
.table-default {
    box-shadow: #888888 2px 2px !important;
}
.table-endereco thead tr th {
    background-color: #f9f5ca !important;
    color: #000;
    font-weight: normal;
}
/*.set-height th {
    position: relative;
    overflow: hidden;
    height: 2em;
    background-color: #888888;
}*/

tr.title-table th {
    background: #E1E1E1 !important;
}

.set-height p {
    position: absolute;
    margin: .1em;
    left: 0;
    top: 0;
}

.nav-tabs.mesacredito {
    background-color: #f4f4ef !important;
    font-size: 1.3rem;
}

#cliente > ul.nav-tabs {
    /*background-color: #ffffcc !important;*/
    /*background-color: #c5d7e2 !important;*/
}
/*#cliente > ul.nav-tabs  a{

    color: #fff;
}*/

.form-mesacredito input:not([type=radio]):not([type=checkbox]) {
    font-size: 1.15rem;
    height: 28px;
    float: left;
/*    box-shadow: #C0C0C0 0.5px 1px 2px 0.5px;*/
}

.form-mesacredito label, .form-mesacredito span {
    font-size: 1.15rem;
}
.form-mesacredito span {
    font-size: 1.3rem;
}

.form-mesacredito input[type=submit] {
    background: #E9F4F7; 
    color: #000;
    font-size: 1.2rem;
    width: 80px;
    height: 28px;
    float: left;
    border: 1px solid #97c4f5;
    padding: 3px !important;
    border-radius: 0 !important;
    box-shadow: #C0C0C0 2px 2px;
}

/*.form-mesacredito .select2 .select2-selection__rendered {
    box-shadow: #C0C0C0 2px 2px 2px!important;
}*/
.form-mesacredito button {
    background: #E9F4F7;
    color: #000;
    font-size: 1.2rem;
    width: 80px;
    height: 28px;
    float: left;
    border: 1px solid #97c4f5;
    padding: 4px;
    box-shadow: #E9F4F7 2px 2px;
}

.form-mesacredito .row-dados > .row {
    margin-bottom: 10px;
    border: 0px solid;
    padding-top: 10px;
}

.form-mesacredito select[tipo="cmb"] {
    width: 150px;
    font-size: 1.15rem;
}

.form-mesacredito select {
    box-shadow: #C0C0C0 1px 1px 3px;
}
.form-mesacredito input.hasDatepicker {
    width: 100px;
}

.form-mesacredito .check {
    float: left;
    width: 100%;
    height: 100%;
    margin: 5px;
    display: table;
    padding-left: 20%;
}

    .form-mesacredito .check label {
        padding: 5% 0 5% 5px;
        font-weight: normal;
    }

.table-endereco{
    box-shadow: none !important;
}
.input-meses{
    width: 50px !important;
}
.input-normal {
    width: 200px !important;
}

#tableEnderecos,#tableTelefones,#tableEnderecosConj,#tableTelefonesConj {
    box-shadow: #888888 2px 2px !important;
}
.link-expand-close {
    font-size: 1.2rem;
    color: blue;
    text-decoration: underline;
    margin-bottom: 10px;
}

.base-accordion h5{
    padding: 5px;
}
/*#accordion h5,#accordionEnderecos h5 {
    padding: 5px;
}*/

.base-accordion .ui-accordion-header-collapsed {
    background-color: #F9F8FF !important;
    /*background-color: #FFFEDD !important;*/
}

#accordionDocs .ui-accordion-header-collapsed {
    background-color: #c1cacf !important;
    border: 1px solid #fff;
    /*background-color: #FFFEDD !important;*/
}
#accordionEnderecos .ui-accordion-header-collapsed, #accordionEnderecos .ui-accordion-header-active {
    /*background-color: #e9edee !important;*/
    background-color: #d9e6f2 !important;
    color: black;
    /*background-color: #FFFEDD !important;*/
}

#accordionEnderecos .ui-accordion-header-active {
    border: 1px solid #C0C0C0 !important;
}

.panel-body {
    border: 1px solid #d7dbe0 !important;
}
/* fim mesa *******************************/

.modal-salvando {
    z-index: 9999999;
}
.barra-botoes-usr{
    background-color: #fff;
    border: 1px solid #E1E1E1;
    padding: 12px;
    position: fixed;
    width: 90%;
    z-index: 1000;
    margin-top:-32px;
    margin-bottom: 20px;
}
.barra-botoes {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    padding: 12px;
    position: fixed;
    min-width: 100%;
    z-index: 1000;
    margin-left: -20px;
    margin-top: -32px;
    margin-bottom: 20px;
    /*padding-top: -30px;*/
    padding-left: 40px;
    height: 60px;
}
.col-botoes{
    margin-top: -14px;
}
.container-dados > table {
    box-shadow: 1px 3px 5px #888888;
}
.container-dados-usr{
    margin-top: 22px;
}
.container-form-dados {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -15px;
    min-width: 100%;
    background-color: #fff;
    padding: 10px 0 10px 10px;
/*    background-color: rgba(255, 255, 255, 0.7);*/
    border-bottom: 1px solid #E1E1E1;
}
.container-form-dados > control-label {
    font-weight: bold;
}
.title-cadastro{
    margin-top: -20px;
    font-size: 1.8rem;
    height: 60px;
    line-height: 50px;
}
.title-index {
    margin-top: -20px;
    font-size: 2.2rem;
    height: 60px;
    line-height: 50px;
}

    .title-cadastro > .glyph-cadastro {
        color: #49cf3f;
        font-size: 1.6rem;
        margin-right: 10px;
    }
.btn-submit {
    border: none;
    background: #fff;
    line-height: 40px;
    height: 40px;
}
.btn-submit:active {
    border: none;
    background: #fff;
    line-height: 40px;
    height: 40px;
}
.ui-dialog-titlebar {
    background: #638abf !important;
    /*background: #e4642c !important;*/
    color: #fff !important;
}
/* MEDIA QUERY MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
/* MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM Hide/rearrange for smaller screens */
@media (min-width: 768px) {/***** 768 ***************************/

    .title-cadastro {
        margin-top: -12px;
        font-size: 1.8rem;
    }
    .title-index {
        font-size: 2rem;
    }
    .barra-botoes {
        width: 100%;
        margin-top: -22px;
        height: 60px;
        line-height: 45px;
        padding-top: 0;
        margin-left: -15px;
    }
    .col-botoes {
        margin-top: -30px;
    }
    .title-cadastro, .col-botoes {
        line-height: 60px;
    }

    .col-botoes a,.col-botoes span{
        font-size: 1.4rem
    }
    .container-form-dados {
        margin-top: 23px;
        margin-left: unset;
        margin-right: unset;
        padding-top: 15px;
        padding-right: 10px;
    }
    .container-dados {
        /*margin-top: 12px;*/
        margin-left: unset;
    }
    .body-content {
        padding-left: 210px;
        padding-right: 0;
    }
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
    .modal-salvando > div.modal-dialog {
        width: 30%;
    }

    .container-login {
        margin-left: -200px;
    }

    #conteudo {
        padding-top: 20px;
        width: 100%;
        margin-left: 6px;
        padding-left: 210px;
    }

    .col-acao a span {
        font-size: 1.3rem;
    }

    .show-func span {
        font-size: 1rem;
    }
    img.ui-datepicker-trigger {
        width: 18px;
        /*margin-top: 10px;*/
    }
}

@media only screen and (min-width: 980px) {/***** 980 ***************************/
    #conteudo {
        width: 98%;
    }
    .col-acao > a > .acao_no {
        font-size: 1.3rem;
    }

    .col-acao a span {
        font-size: 1.3rem;
    }

    .barra-botoes {
        height: 45px;
    }
    .col-botoes {
        margin-top: -10px;
    }
}

@media only screen and (min-width: 1024px) {/***** 1024 ***************************/
    #conteudo {
        width: 90%;
    }
}
.tr-ativo {
    background-color: #CECECE;
}

/*novo ****************/
.modal-dialog {
    margin: 110px auto !important;
}


.base-accordion h5 {
    padding: 5px;
}
/*#accordion h5,#accordionEnderecos h5 {
    padding: 5px;
}*/

.base-accordion .ui-accordion-header-collapsed {
    background-color: #F9F8FF !important;
    /*background-color: #FFFEDD !important;*/
}

#accordionDocs .ui-accordion-header-collapsed {
    background-color: #c1cacf !important;
    border: 1px solid #fff;
    /*background-color: #FFFEDD !important;*/
}

#accordionEnderecos .ui-accordion-header-collapsed, #accordionEnderecos .ui-accordion-header-active {
    /*background-color: #e9edee !important;*/
    background-color: #d9e6f2 !important;
    color: black;
    /*background-color: #FFFEDD !important;*/
}

#accordionEnderecos .ui-accordion-header-active {
    border: 1px solid #C0C0C0 !important;
}

.panel-body {
    border: 1px solid #d7dbe0 !important;
}