/*
 * 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
 */

a:focus,
a:hover {
    color: #DCDEE0;
    text-decoration: none;
}

aside {
    display: block;
    background: #efefef;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiMzYTM2MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmEyNzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);

    background: -moz-linear-gradient(left, #efefef 93%, #efefef 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(93%, #efefef), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(left, #efefef 93%, #efefef 100%);
    background: -o-linear-gradient(left, #efefef 93%, #efefef 100%);
    background: -ms-linear-gradient(left, #efefef 93%, #efefef 100%);
    background: linear-gradient(to right, #efefef 93%, #efefef 100%);
    min-height: 100%
}

nav ul li li {
    border-bottom: none;
    position: relative
}

nav>ul>li>ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #fff
}

/* cor solida linha submenu on mouse*/
nav>ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    left: 23px;
    top: 16px;
    border-top: 1px solid #fff;
    z-index: 1
}

nav>ul ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    left: 10px;
    top: 17px;
    border-top: 1px solid transparent
}

nav>ul ul li a i {
    font-size: 14px !important;
    width: 18px !important;
    text-align: center !important;
    vertical-align: 0 !important;
    line-height: 1 !important
}

nav>ul>li:hover>ul::before,
nav>ul>li:hover>ul>li::before {
    border-color: #fff !important
}

/* cor solida linha submenu open*/
nav ul ul {
    margin: 0;
    display: none;
    background: #C77E06;
    padding: 7px 0
}

nav ul ul ul {
    background: 0 0;
    padding: 0
}

nav ul ul li {
    margin: 0;
    padding: 0
}

nav ul ul li>a {
    padding-left: 42px;
    font-size: 14px;
    font-weight: 400;
    outline: 0
}

nav ul ul li>a:hover {
    background-color: #C77E06
}

nav ul ul ul li a {
    color: #bfbfbf;
    padding: 8px 10px 8px 60px;
    font-size: 14px
}

nav ul ul ul li a:hover {
    color: #fff
}

nav ul ul ul ul li a {
    padding-left: 80px
}

nav ul ul ul ul ul li a {
    padding-left: 100px
}

nav ul ul ul ul ul ul li a {
    padding-left: 120px
}

nav ul ul b {
    color: #B3B3B3
}

nav ul ul>li:hover b {
    color: #D5D9E2
}



nav ul ul {
    margin: 0;
    display: none;
    background: rgba(8, 51, 88, 0.44);
    padding: 7px 0
}

nav ul li a:active {
    background: #082B4A !important
}

nav ul {
    width: 100%;
    padding: 40px 28px 25px 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: .5em;
    list-style: none;
    position: relative
}

nav ul .active>a {
    color: #fff !important;
    position: relative
}

nav ul li.active>a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    display: block;
    height: 27px;
    line-height: normal;
    width: 27px;
    position: absolute;
    right: -21px;
    font-size: 20px;
    color: #eeeeee
}

nav ul li.active.open>a:before {
    content: ""
}

nav>ul>li:last-child.open {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

nav ul li a {
    line-height: normal;
    font-size: 14px;
    padding: 10px 10px 10px 11px;
    color: #fff;
    display: block;
    font-weight: 300;
    text-decoration: none !important;
    position: relative
}

nav>ul>li>ul>li>a,
nav>ul>li>ul>li>ul>li>a {
    padding-top: 7px;
    padding-bottom: 7px
}

nav ul li a:focus {
    color: #c9c9c9
}

nav ul li a:hover {
    color: #fff;
    text-decoration: none
}

nav ul li a.inactive,
nav ul li a.inactive:hover {
    opacity: .5;
    cursor: not-allowed;
    color: #c0bbb7
}

#shortcut ul {
    padding: 15px 20px 10px;
    list-style: none;
    margin: 0;
    box-shadow: 0 4px 10px rgb(213 207 207 / 9%);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    border-bottom: 1px solid #FDFDFD;
}

#ribbon {
    min-height: 40px;
    background: #FDFDFD;
    padding: 0 13px;
    position: relative
}

/* editalvel */

hr.simple {
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: dashed;
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #c4c0c0;
}

#sparks1 li h5 {
    color: #084e84a8;
    float: center;
    font-size: 0.80em;
    font-weight: 400;
    margin: -3px 0 0 0;
    padding: 0;
    border: none;
    text-transform: uppercase;
}

#sparks1 {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 10px 6px 6px 6px;
    text-align: left;
    background: #cdcdcd;
}



.btn-processing {
    background-color: #D90909;
    /* Cor de fundo para indicar processamento */
    pointer-events: none;
    /* Desabilita mais cliques */
}


.alert-warningsilver {
    border-color: #fbc105;
    color: #292929;
    background-color: #fbc105;
    font-size: 0.99em;
    text-transform: uppercase;
}

.alert-warninge {
    border-color: #fbac27;
    color: #375373;
    background-color: #fbac27;
    font-size: 0.99em;
    text-transform: uppercase;
}


.separadordif {
    padding-top: 15px;
}

.moeda2 {

    text-align: left;

}

.btn_copay2 {

    text-align: center;
    padding-top: 10px;
    padding-left: 0;


}

.btn_copay {
    border-radius: 0px 0px 6px 6px;
    padding: 4px 4px;
    text-transform: uppercase;
    word-break: break-all;
    background: #3483fa;
    color: #ffffff;
    font-size: 15px;
    font-family: arial;
    text-align: center;
}

.titfinal1 {
    font-size: 16px;
    color: #868484;
    font-weight: 400;
    font-family: arial;
    padding-top: 22px;
    padding-bottom: 0px;
    line-height: 20px;
    margin-bottom: -6px;
    background: rgb(249 249 249);

}

.amb {

    color: #1565c0;
    font-weight: 600;
    font-size: 1.6em;
    font-family: arial;
    padding-top: 10px;
    line-height: 26px;
    background: rgb(249 249 249);

}


.acomodacao {

    color: #f59c1b;
    font-weight: 600;
    font-size: 2.0em;
    font-family: arial;
    background: rgb(249 249 249);

}



.acomodacao2 {

    color: #292929;
    font-weight: 400;
    font-size: 14px;
    font-family: arial;
    text-align: left;

}

.box_final02 {
    border-radius: 4px;
    border-left-color: #000000;
    border: solid 1px #e8e8e8;
    padding: 10px 10px 10px 10px;
    margin-bottom: 13px;
    margin-top: 10px;
    background: #e9ecef30;
    width: 32%;
    margin-left: 10px;
    min-height: 650px;
}

.titcobertura {

    font-size: 0.6em;
    color: #5C5959
}


.tithospitais {

    font-size: 0.8em;

}

.titumun {

    font-size: 1.2em;

}

.titabrangencia {

    font-size: 1.3em;
    font-weight: 600;
    line-height: 30px;

}

.titreembolso {

    font-size: 1.3em;
    font-weight: 600;
    line-height: 30px;

}


.usuarios {

    color: #f59c1b;
    font-weight: 600;
    font-size: 20px;
    font-family: arial;
    text-align: left;

}

.mensalidade {

    text-transform: uppercase;
    color: #1565c0;
    font-size: 1.8em;
    font-weight: 700;
    font-family: 'GothamPro', 'Montserrat';

}

.nomeplano {
    font-size: 1.5em;
    color: #1565c0;
    font-weight: 600;
    font-family: 'GothamPro', 'Montserrat';
    letter-spacing: -1.1px;
    line-height: 1.0em;
    margin-bottom: -4px;
}

.alert-warningi {
    border-color: #fed824;
    color: #375373;
    background-color: #fed824;
    font-size: 0.99em;
    text-transform: uppercase;
}


.querocontratar {
    background: #3483fa;
    border: #3483fa;

    color: #fff;
    padding: 10px;
    font-size: 0.86em;
    width: 100px;
    line-height: 1.20;
    display: block;
    margin-top: -15px;
    margin-bottom: -15px;
    border-radius: 5px;
}

.solicitada {
    background: #F9A711;
    border: #F9A711;

    color: #fff;
    padding: 10px;
    font-size: 0.70em;
    width: 100px;
    line-height: 1.20;
    display: block;
    margin-top: -15px;
    margin-bottom: -15px;
    border-radius: 5px;
}


.alert-p {
    border-color: #3483fa;
    color: #ffffff;
    font-weight: 600;
    background-color: #3483fa;
    font-size: 0.99em;
    text-transform: uppercase;
}

.alert-warninga {
    border-color: #373737;
    color: #022751;
    background-color: #FFFFFF;
    font-size: 0.99em;
    text-transform: uppercase;
}

.alert-warningf {
    border-color: #00dcff;
    color: #375373;
    background-color: #00dcff;
    font-size: 0.99em;
    text-transform: uppercase;
}

.alert-warningc {
    border-color: #ccc;
    color: #375373;
    background-color: #ccc;
    font-size: 0.99em;
    text-transform: uppercase;
}

.alerte {
    margin-bottom: 0px;
    margin-top: 0;
    border-left-width: 5px;
    padding: 2px 2px 2px 2px;
    border-radius: 4px;
    border: solid 2px #efefef;
}

.alerte2 {

    font-weight: 600;
    font-size: 1.2em;
    color: #4575af;

}



.alertef {
    margin-bottom: 0px;
    margin-top: 0;
    border-left-width: 5px;
    padding: 8px 4px 2px 2px;
    border-radius: 4px;
    border: solid 0px #efefef;
    min-height: 60px;
    -webkit-box-shadow: 3px 5.196px 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 3px 5.196px 8px 0 rgb(0 0 0 / 10%);
    -webkit-transition: -webkit-box-shadow 1s ease;
    transition: -webkit-box-shadow 1s ease;
    transition: box-shadow 1s ease;
    transition: box-shadow 1s ease, -webkit-box-shadow 1s ease;
}

.alerteg {
    margin-bottom: 0px;
    margin-top: 0;
    border-left-width: 5px;
    padding: 4px 4px 2px 2px;
    border-radius: 4px;
    border: solid 0px #efefef;
    min-height: 60px;
    -webkit-box-shadow: 3px 5.196px 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 3px 5.196px 8px 0 rgb(0 0 0 / 10%);
    -webkit-transition: -webkit-box-shadow 1s ease;
    transition: -webkit-box-shadow 1s ease;
    transition: box-shadow 1s ease;
    transition: box-shadow 1s ease, -webkit-box-shadow 1s ease;
}



.titdash {
    font-weight: 600;
    font-size: 0.97em;
}

.jarvismetro-tile.big-cubes {
    width: 120px;
    height: 120px;
    margin-left: 0px;
}

.jarvismetro2 {

    margin-left: 0px;
    margin-right: 0px;
}

.price-features {
    background: #FAFAFA;
    min-height: 220px;
    font-size: 13.5px;
}



.widget.widget-stats {
    position: relative;
    color: #fff;
    padding: 15px;
    border-radius: 3px
}

.widget-stats .stats-info h4 {
    font-size: 12px;
    margin: 5px 0;
    color: #fff;
    color: rgba(255, 255, 255, .7)
}

.widget-stats .stats-icon {
    font-size: 42px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: .15
}

.widget-stats .stats-content,
.widget-stats .stats-icon.stats-icon-lg i {
    position: relative
}

.widget-stats .stats-info p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0
}

.widget-stats .stats-link a {
    display: block;
    margin: 15px -15px -15px;
    padding: 7px 15px;
    background: rgba(0, 0, 0, .4);
    text-align: right;
    color: #fff;
    color: rgba(255, 255, 255, .7);
    text-decoration: none
}

.widget-stats .stats-link a:focus,
.widget-stats .stats-link a:hover {
    background: rgba(0, 0, 0, .6);
    color: #fff
}

.widget-stats .stats-icon.stats-icon-lg {
    font-size: 128px;
    top: 15px;
    right: 0;
    color: #fff;
    width: 128px;
    height: 50px;
    line-height: 50px;
    text-shadow: 3px 7px rgba(0, 0, 0, .25)
}

.widget-stats .stats-icon.stats-icon-square {
    opacity: 1;
    border-radius: 12px;
    font-size: 42px;
    top: 15px;
    right: 15px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px
}

.widget-stats .stats-title {
    position: relative;
    margin: 0 0 2px;
    font-size: 12px
}

.widget-stats .stats-desc,
.widget-stats .stats-title {
    color: #fff;
    color: rgba(255, 255, 255, .7)
}

.widget-stats .stats-desc {
    margin: -5px 0 -3px;
    font-weight: 300
}

.widget-stats .stats-number {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px
}

.widget-stats .stats-progress {
    background: rgba(0, 0, 0, .5);
    height: 2px;
    margin: 0 0 15px;
    border-radius: 3px
}

.widget-stats .stats-progress.stats-progress-light {
    background: rgba(255, 255, 255, .3)
}

.widget-stats .stats-progress .progress-bar {
    background: #fff;
    border-radius: 0 3px 3px 0
}

.widget-stats.text-inverse .stats-desc,
.widget-stats.text-inverse .stats-title {
    color: rgba(0, 0, 0, .85)
}

.widget-stats.text-inverse .stats-desc,
.widget-stats.text-inverse .stats-number {
    letter-spacing: 0;
    font-weight: 400
}

.widget-stats.text-inverse .stats-title {
    font-weight: 700
}

.widget-stats.bg-white .stats-progress {
    background: rgba(0, 0, 0, .1)
}

.widget-stats.bg-white .stats-progress .progress-bar {
    background: #2d353c
}

.todolist {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.bg-blue {
    background: #348fe2 !important
}

.progress {
    box-shadow: none;
    background: #e2e7eb
}

.progress-bar {
    background-color: #348fe2;
    box-shadow: none
}

.progress-xs {
    height: 5px
}

.progress-sm {
    height: 10px
}

.progress-lg {
    height: 30px
}

.progress-xs .progress-bar {
    line-height: 5px
}

.progress-sm .progress-bar {
    line-height: 10px
}

.progress-lg .progress-bar {
    line-height: 30px
}

.bg-gradient-blue {
    background: -moz-linear-gradient(-45deg, rgba(81, 136, 218, 1) 0, rgba(52, 135, 226, 1) 100%) !important;
    background: -webkit-linear-gradient(-45deg, rgba(81, 136, 218, 1) 0, rgba(52, 135, 226, 1) 100%) !important;
    background: linear-gradient(135deg, rgba(81, 136, 218, 1) 0, rgba(52, 135, 226, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5188da', endColorstr='#3487e2', GradientType=1) !important
}

.bg-aqua,
.bg-info {
    background-color: #49b6d6 !important
}

.bg-aqua-transparent-9 {
    background-color: rgba(73, 182, 214, .9) !important
}

.bg-aqua-transparent-8 {
    background-color: rgba(73, 182, 214, .8) !important
}

.bg-aqua-transparent-7 {
    background-color: rgba(73, 182, 214, .7) !important
}

.bg-aqua-transparent-6 {
    background-color: rgba(73, 182, 214, .6) !important
}

.bg-aqua-transparent-5 {
    background-color: rgba(73, 182, 214, .5) !important
}

.bg-aqua-transparent-4 {
    background-color: rgba(73, 182, 214, .4) !important
}

.bg-aqua-transparent-3 {
    background-color: rgba(73, 182, 214, .3) !important
}

.bg-aqua-transparent-2 {
    background-color: rgba(73, 182, 214, .2) !important
}

.bg-aqua-transparent-1 {
    background-color: rgba(73, 182, 214, .1) !important
}

.bg-aqua-darker {
    background-color: #3a92ab !important
}

.bg-aqua-lighter {
    background-color: #6dc5de !important
}

.bg-gradient-aqua {
    background: #6dc5de !important;
    background: -moz-linear-gradient(top, rgba(109, 197, 222, 1) 0, rgba(73, 182, 214, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(109, 197, 222, 1) 0, rgba(73, 182, 214, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(109, 197, 222, 1) 0, rgba(73, 182, 214, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dc5de', endColorstr='#49b6d6', GradientType=0) !important
}

.bg-success,
.bg-teal {
    background-color: #00acac !important
}

.bg-teal-transparent-9 {
    background-color: rgba(0, 172, 172, .9) !important
}

.bg-teal-transparent-8 {
    background-color: rgba(0, 172, 172, .8) !important
}

.bg-teal-transparent-7 {
    background-color: rgba(0, 172, 172, .7) !important
}

.bg-teal-transparent-6 {
    background-color: rgba(0, 172, 172, .6) !important
}

.bg-teal-transparent-5 {
    background-color: rgba(0, 172, 172, .5) !important
}

.bg-teal-transparent-4 {
    background-color: rgba(0, 172, 172, .4) !important
}

.bg-teal-transparent-3 {
    background-color: rgba(0, 172, 172, .3) !important
}

.bg-teal-transparent-2 {
    background-color: rgba(0, 172, 172, .2) !important
}

.bg-teal-transparent-1 {
    background-color: rgba(0, 172, 172, .1) !important
}

.bg-teal-darker {
    background-color: #008a8a !important
}

.bg-teal-lighter {
    background-color: #33bdbd !important
}

.bg-gradient-teal {
    background: #34babb !important;
    background: -moz-linear-gradient(-45deg, rgba(52, 186, 187, 1) 0, rgba(0, 172, 172, 1) 100%) !important;
    background: -webkit-linear-gradient(-45deg, rgba(52, 186, 187, 1) 0, rgba(0, 172, 172, 1) 100%) !important;
    background: linear-gradient(135deg, rgba(52, 186, 187, 1) 0, rgba(0, 172, 172, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34babb', endColorstr='#00acac', GradientType=1) !important
}

.bg-danger,
.bg-red {
    background-color: #ff5b57 !important
}

.bg-red-transparent-9 {
    background-color: rgba(255, 91, 87, .9) !important
}

.bg-red-transparent-8 {
    background-color: rgba(255, 91, 87, .8) !important
}

.bg-red-transparent-7 {
    background-color: rgba(255, 91, 87, .7) !important
}

.bg-red-transparent-6 {
    background-color: rgba(255, 91, 87, .6) !important
}

.bg-red-transparent-5 {
    background-color: rgba(255, 91, 87, .5) !important
}

.bg-red-transparent-4 {
    background-color: rgba(255, 91, 87, .4) !important
}

.bg-red-transparent-3 {
    background-color: rgba(255, 91, 87, .3) !important
}

.bg-red-transparent-2 {
    background-color: rgba(255, 91, 87, .2) !important
}

.bg-red-transparent-1 {
    background-color: rgba(255, 91, 87, .1) !important
}

.bg-red-darker {
    background-color: #cc4946 !important
}

.bg-red-lighter {
    background-color: #ff7c79 !important
}

.bg-gradient-red {
    background: #ff7c79 !important;
    background: -moz-linear-gradient(top, rgba(255, 124, 121, 1) 0, rgba(255, 91, 87, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255, 124, 121, 1) 0, rgba(255, 91, 87, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 124, 121, 1) 0, rgba(255, 91, 87, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c79', endColorstr='#ff5b57', GradientType=0) !important
}

.bg-orange,
.bg-warning {
    background-color: #f59c1a !important
}

.bg-orange-transparent-9 {
    background-color: rgba(245, 156, 26, .9) !important
}

.bg-orange-transparent-8 {
    background-color: rgba(245, 156, 26, .8) !important
}

.bg-orange-transparent-7 {
    background-color: rgba(245, 156, 26, .7) !important
}

.bg-orange-transparent-6 {
    background-color: rgba(245, 156, 26, .6) !important
}

.bg-orange-transparent-5 {
    background-color: rgba(245, 156, 26, .5) !important
}

.bg-orange-transparent-4 {
    background-color: rgba(245, 156, 26, .4) !important
}

.bg-orange-transparent-3 {
    background-color: rgba(245, 156, 26, .3) !important
}

.bg-orange-transparent-2 {
    background-color: rgba(245, 156, 26, .2) !important
}

.bg-orange-transparent-1 {
    background-color: rgba(245, 156, 26, .1) !important
}

.bg-orange-darker {
    background-color: #c47d15 !important
}

.bg-orange-lighter {
    background-color: #f7b048 !important
}

.bg-gradient-orange {
    background: #f7b048 !important;
    background: -moz-linear-gradient(top, rgba(247, 176, 72, 1) 0, rgba(245, 156, 26, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(247, 176, 72, 1) 0, rgba(245, 156, 26, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(247, 176, 72, 1) 0, rgba(245, 156, 26, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7b048', endColorstr='#f59c1a', GradientType=0) !important
}

.bg-black,
.bg-inverse {
    background-color: #2d353c !important
}

.bg-black-transparent-9 {
    background-color: rgba(45, 53, 60, .9) !important
}

.bg-black-transparent-8 {
    background-color: rgba(45, 53, 60, .8) !important
}

.bg-black-transparent-7 {
    background-color: rgba(45, 53, 60, .7) !important
}

.bg-black-transparent-6 {
    background-color: rgba(45, 53, 60, .6) !important
}

.bg-black-transparent-5 {
    background-color: rgba(45, 53, 60, .5) !important
}

.bg-black-transparent-4 {
    background-color: rgba(45, 53, 60, .4) !important
}

.bg-black-transparent-3 {
    background-color: rgba(45, 53, 60, .3) !important
}

.bg-black-transparent-2 {
    background-color: rgba(45, 53, 60, .2) !important
}

.bg-black-transparent-1 {
    background-color: rgba(45, 53, 60, .1) !important
}

.bg-black-darker {
    background-color: #242a30 !important
}

.bg-black-lighter {
    background-color: #575d63 !important
}

.bg-gradient-black {
    background: #586169 !important;
    background: -moz-linear-gradient(-45deg, rgba(88, 97, 105, 1) 0, rgba(45, 53, 60, 1) 100%) !important;
    background: -webkit-linear-gradient(-45deg, rgba(88, 97, 105, 1) 0, rgba(45, 53, 60, 1) 100%) !important;
    background: linear-gradient(135deg, rgba(88, 97, 105, 1) 0, rgba(45, 53, 60, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#586169', endColorstr='#2d353c', GradientType=1) !important
}

.bg-yellow {
    background-color: #ffd900 !important
}

.bg-yellow-transparent-9 {
    background-color: rgba(255, 217, 0, .9) !important
}

.bg-yellow-transparent-8 {
    background-color: rgba(255, 217, 0, .8) !important
}

.bg-yellow-transparent-7 {
    background-color: rgba(255, 217, 0, .7) !important
}

.bg-yellow-transparent-6 {
    background-color: rgba(255, 217, 0, .6) !important
}

.bg-yellow-transparent-5 {
    background-color: rgba(255, 217, 0, .5) !important
}

.bg-yellow-transparent-4 {
    background-color: rgba(255, 217, 0, .4) !important
}

.bg-yellow-transparent-3 {
    background-color: rgba(255, 217, 0, .3) !important
}

.bg-yellow-transparent-2 {
    background-color: rgba(255, 217, 0, .2) !important
}

.bg-yellow-transparent-1 {
    background-color: rgba(255, 217, 0, .1) !important
}

.bg-yellow-darker {
    background-color: #bfa300 !important
}

.bg-yellow-lighter {
    background-color: #fde248 !important
}

.bg-gradient-yellow {
    background: #fde248 !important;
    background: -moz-linear-gradient(top, rgba(253, 226, 72, 1) 0, rgba(255, 217, 0, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(253, 226, 72, 1) 0, rgba(255, 217, 0, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(253, 226, 72, 1) 0, rgba(255, 217, 0, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde248', endColorstr='#ffd900', GradientType=0) !important
}

.bg-silver {
    background-color: #f0f3f4 !important
}

.bg-silver-transparent-9 {
    background-color: rgba(240, 243, 244, .9) !important
}

.bg-silver-transparent-8 {
    background-color: rgba(240, 243, 244, .8) !important
}

.bg-silver-transparent-7 {
    background-color: rgba(240, 243, 244, .7) !important
}

.bg-silver-transparent-6 {
    background-color: rgba(240, 243, 244, .6) !important
}

.bg-silver-transparent-5 {
    background-color: rgba(240, 243, 244, .5) !important
}

.bg-silver-transparent-4 {
    background-color: rgba(240, 243, 244, .4) !important
}

.bg-silver-transparent-3 {
    background-color: rgba(240, 243, 244, .3) !important
}

.bg-silver-transparent-2 {
    background-color: rgba(240, 243, 244, .2) !important
}

.bg-silver-transparent-1 {
    background-color: rgba(240, 243, 244, .1) !important
}

.bg-silver-lighter {
    background-color: #f4f6f7 !important
}

.bg-silver-darker {
    background-color: #b4b6b7 !important
}

.bg-gradient-silver {
    background: #f4f6f7 !important;
    background: -moz-linear-gradient(top, rgba(244, 246, 247, 1) 0, rgba(240, 243, 244, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(244, 246, 247, 1) 0, rgba(240, 243, 244, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(244, 246, 247, 1) 0, rgba(240, 243, 244, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f6f7', endColorstr='#f0f3f4', GradientType=0) !important
}

.bg-grey {
    background-color: #b6c2c9 !important
}

.bg-grey-transparent-9 {
    background-color: rgba(182, 194, 201, .9) !important
}

.bg-grey-transparent-8 {
    background-color: rgba(182, 194, 201, .8) !important
}

.bg-grey-transparent-7 {
    background-color: rgba(182, 194, 201, .7) !important
}

.bg-grey-transparent-6 {
    background-color: rgba(182, 194, 201, .6) !important
}

.bg-grey-transparent-5 {
    background-color: rgba(182, 194, 201, .5) !important
}

.bg-grey-transparent-4 {
    background-color: rgba(182, 194, 201, .4) !important
}

.bg-grey-transparent-3 {
    background-color: rgba(182, 194, 201, .3) !important
}

.bg-grey-transparent-2 {
    background-color: rgba(182, 194, 201, .2) !important
}

.bg-grey-transparent-1 {
    background-color: rgba(182, 194, 201, .1) !important
}

.bg-grey-darker {
    background-color: #929ba1 !important
}

.bg-grey-lighter {
    background-color: #c5ced4 !important
}

.bg-gradient-grey {
    background: #c5ced4 !important;
    background: -moz-linear-gradient(top, rgba(197, 206, 212, 1) 0, rgba(182, 194, 201, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(197, 206, 212, 1) 0, rgba(182, 194, 201, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(197, 206, 212, 1) 0, rgba(182, 194, 201, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5ced4', endColorstr='#b6c2c9', GradientType=0) !important
}

.bg-purple {
    background-color: #727cb6 !important
}

.bg-purple-transparent-9 {
    background-color: rgba(114, 124, 182, .9) !important
}

.bg-purple-transparent-8 {
    background-color: rgba(114, 124, 182, .8) !important
}

.bg-purple-transparent-7 {
    background-color: rgba(114, 124, 182, .7) !important
}

.bg-purple-transparent-6 {
    background-color: rgba(114, 124, 182, .6) !important
}

.bg-purple-transparent-5 {
    background-color: rgba(114, 124, 182, .5) !important
}

.bg-purple-transparent-4 {
    background-color: rgba(114, 124, 182, .4) !important
}

.bg-purple-transparent-3 {
    background-color: rgba(114, 124, 182, .3) !important
}

.bg-purple-transparent-2 {
    background-color: rgba(114, 124, 182, .2) !important
}

.bg-purple-transparent-1 {
    background-color: rgba(114, 124, 182, .1) !important
}

.bg-purple-darker {
    background-color: #5b6392 !important
}

.bg-purple-lighter {
    background-color: #8e96c5 !important
}

.bg-gradient-purple {
    background: #8457f3 !important;
    background: -moz-linear-gradient(-45deg, rgba(132, 87, 243, 1) 0, rgba(114, 124, 182, 1) 100%) !important;
    background: -webkit-linear-gradient(-45deg, rgba(132, 87, 243, 1) 0, rgba(114, 124, 182, 1) 100%) !important;
    background: linear-gradient(135deg, rgba(132, 87, 243, 1) 0, rgba(114, 124, 182, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8457f3', endColorstr='#727cb6', GradientType=1) !important
}

.bg-lime {
    background-color: #90ca4b !important
}

.bg-lime-transparent-9 {
    background-color: rgba(144, 202, 75, .9) !important
}

.bg-lime-transparent-8 {
    background-color: rgba(144, 202, 75, .8) !important
}

.bg-lime-transparent-7 {
    background-color: rgba(144, 202, 75, .7) !important
}

.bg-lime-transparent-6 {
    background-color: rgba(144, 202, 75, .6) !important
}

.bg-lime-transparent-5 {
    background-color: rgba(144, 202, 75, .5) !important
}

.bg-lime-transparent-4 {
    background-color: rgba(144, 202, 75, .4) !important
}

.bg-lime-transparent-3 {
    background-color: rgba(144, 202, 75, .3) !important
}

.bg-lime-transparent-2 {
    background-color: rgba(144, 202, 75, .2) !important
}

.bg-lime-transparent-1 {
    background-color: rgba(144, 202, 75, .1) !important
}

.bg-lime-darker {
    background-color: #6c9738 !important
}

.bg-lime-lighter {
    background-color: #acd778 !important
}

.bg-gradient-lime {
    background: #acd778 !important;
    background: -moz-linear-gradient(top, rgba(172, 215, 120, 1) 0, rgba(144, 202, 75, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(172, 215, 120, 1) 0, rgba(144, 202, 75, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(172, 215, 120, 1) 0, rgba(144, 202, 75, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acd778', endColorstr='#90ca4b', GradientType=0) !important
}

.bg-indigo {
    background-color: #8753de !important
}

.bg-indigo-transparent-9 {
    background-color: rgba(135, 83, 222, .9) !important
}

.bg-indigo-transparent-8 {
    background-color: rgba(135, 83, 222, .8) !important
}

.bg-indigo-transparent-7 {
    background-color: rgba(135, 83, 222, .7) !important
}

.bg-indigo-transparent-6 {
    background-color: rgba(135, 83, 222, .6) !important
}

.bg-indigo-transparent-5 {
    background-color: rgba(135, 83, 222, .5) !important
}

.bg-indigo-transparent-4 {
    background-color: rgba(135, 83, 222, .4) !important
}

.bg-indigo-transparent-3 {
    background-color: rgba(135, 83, 222, .3) !important
}

.bg-indigo-transparent-2 {
    background-color: rgba(135, 83, 222, .2) !important
}

.bg-indigo-transparent-1 {
    background-color: rgba(135, 83, 222, .1) !important
}

.bg-indigo-darker {
    background-color: #6c42b2 !important
}

.bg-indigo-lighter {
    background-color: #9f75e5 !important
}

.bg-gradient-indigo {
    background: #9f75e5 !important;
    background: -moz-linear-gradient(top, rgba(159, 117, 229, 1) 0, rgba(108, 66, 178, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(159, 117, 229, 1) 0, rgba(108, 66, 178, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(159, 117, 229, 1) 0, rgba(108, 66, 178, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f75e5', endColorstr='#6c42b2', GradientType=0) !important
}

.bg-pink {
    background-color: #fb5597 !important
}

.bg-pink-transparent-9 {
    background-color: rgba(251, 85, 151, .9) !important
}

.bg-pink-transparent-8 {
    background-color: rgba(251, 85, 151, .8) !important
}

.bg-pink-transparent-7 {
    background-color: rgba(251, 85, 151, .7) !important
}

.bg-pink-transparent-6 {
    background-color: rgba(251, 85, 151, .6) !important
}

.bg-pink-transparent-5 {
    background-color: rgba(251, 85, 151, .5) !important
}

.bg-pink-transparent-4 {
    background-color: rgba(251, 85, 151, .4) !important
}

.bg-pink-transparent-3 {
    background-color: rgba(251, 85, 151, .3) !important
}

.bg-pink-transparent-2 {
    background-color: rgba(251, 85, 151, .2) !important
}

.bg-pink-transparent-1 {
    background-color: rgba(251, 85, 151, .1) !important
}

.bg-pink-darker {
    background-color: #c94479 !important
}

.bg-pink-lighter {
    background-color: #fc77ac !important
}

.bg-gradient-pink {
    background: #fc77ac !important;
    background: -moz-linear-gradient(top, rgba(252, 119, 172, 1) 0, rgba(201, 68, 121, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(252, 119, 172, 1) 0, rgba(201, 68, 121, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(252, 119, 172, 1) 0, rgba(201, 68, 121, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc77ac', endColorstr='#c94479', GradientType=0) !important
}

.bg-green {
    background-color: #32a932 !important
}

.bg-green-transparent-9 {
    background-color: rgba(50, 169, 50, .9) !important
}

.bg-green-transparent-8 {
    background-color: rgba(50, 169, 50, .8) !important
}

.bg-green-transparent-7 {
    background-color: rgba(50, 169, 50, .7) !important
}

.bg-green-transparent-6 {
    background-color: rgba(50, 169, 50, .6) !important
}

.bg-green-transparent-5 {
    background-color: rgba(50, 169, 50, .5) !important
}

.bg-green-transparent-4 {
    background-color: rgba(50, 169, 50, .4) !important
}

.bg-green-transparent-3 {
    background-color: rgba(50, 169, 50, .3) !important
}

.bg-green-transparent-2 {
    background-color: rgba(50, 169, 50, .2) !important
}

.bg-green-transparent-1 {
    background-color: rgba(50, 169, 50, .1) !important
}

.bg-green-darker {
    background-color: #288728 !important
}

.bg-green-lighter {
    background-color: #5bba5b !important
}

.bg-gradient-green {
    background: #5bba5b !important;
    background: -moz-linear-gradient(top, rgba(91, 186, 91, 1) 0, rgba(40, 135, 40, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(91, 186, 91, 1) 0, rgba(40, 135, 40, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(91, 186, 91, 1) 0, rgba(40, 135, 40, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bba5b', endColorstr='#288728', GradientType=0) !important
}

.bg-white {
    background-color: #fff !important
}

.bg-white-transparent-9 {
    background-color: rgba(255, 255, 255, .9) !important
}

.bg-white-transparent-8 {
    background-color: rgba(255, 255, 255, .8) !important
}

.bg-white-transparent-7 {
    background-color: rgba(255, 255, 255, .7) !important
}

.bg-white-transparent-6 {
    background-color: rgba(255, 255, 255, .6) !important
}

.bg-white-transparent-5 {
    background-color: rgba(255, 255, 255, .5) !important
}

.bg-white-transparent-4 {
    background-color: rgba(255, 255, 255, .4) !important
}

.bg-white-transparent-3 {
    background-color: rgba(255, 255, 255, .3) !important
}

.bg-white-transparent-2 {
    background-color: rgba(255, 255, 255, .2) !important
}

.bg-white-transparent-1 {
    background-color: rgba(255, 255, 255, .1) !important
}

.text-gradient {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.text-line-through {
    text-decoration: line-through !important
}

.ribbon2 {
    position: absolute;
    left: 9px;
    top: -4px;
    vertical-align: middle;
    border: 0;
}

.limitefinanceiro {
    font-weight: 300;
    font-size: 11px
}

.odonto1 {
    margin-top: 6px;
    font-size: 0.8em;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 2px;
    text-transform: lowercase;
    font-weight: 600;
    padding-top: 2px;
    padding-left: 4px;
    border-radius: 4px;

}

.odonto2 {
    font-size: 1.0em;
    color: #555252;
    padding-top: 4px;
    font-weight: 600;
    padding-left: 0px;

    margin-top: 20px;
    line-height: 30px;

}


.odonto3 {
    font-size: 1.2em;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    padding: 2px 8px 2px 8px;
    position: absolute;
    margin-top: -52px;
    margin-left: 124px;
    margin-right: 10px;

}

.odonto4 {
    font-size: 0.5em;
    text-align: center;
    font-weight: 400
}

.btn.btn-ribbon {
    background-color: #707070;
    background-image: -moz-linear-gradient(top, #C77E06, #E59106);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C77E06), to(#E59106));
    background-image: -webkit-linear-gradient(top, #C77E06, #E59106);
    background-image: -o-linear-gradient(top, #C77E06, #E59106);
    background-image: linear-gradient(to bottom, #C77E06, #E59106);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff666666', GradientType=0);
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    vertical-align: middle;
    height: 20px;
    display: block;
    border: none;
    float: left;
    margin: 0 8px 0 0;
    cursor: pointer
}

.btn.btn-ribbon>i {
    font-size: 100%
}

.ribbon-button-alignment {
    padding-top: 10px;
    display: inline-block
}

.ribbon-button-alignment.pull-right>.btn.btn-ribbon {
    margin: 0 0 0 8px
}

.btn,
a:link,
button {
    -webkit-tap-highlight-color: rgba(6, 45, 78, 0.55)
}

.panel-blueDark {
    border-color: #1676cc
}

.panel-blueDark>.panel-heading {
    color: #fff;
    background-color: #1676cc;
    border-color: #1676cc
}

.login-info>span {
    height: 38px;
    display: block;
    padding: 0 10px;
    border-bottom: 1px solid #f3f3f3
}


.smart-form fieldset {
    background: rgba(255, 255, 255, 0);

}

.page-footer {
    height: 52px;
    padding: 15px 13px 0;
    padding-left: 233px;
    border-top: 1px solid #CECECE;
    background: #C77E06;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0
}


.footer2 {
    display: block;
    padding: 7px 14px 15px;
    /*border-top: 1px solid rgba(0,0,0,.1);*/
    /* background: rgba(248,248,248,.9); */
}

.alert-reuniao {
    border-color: #dfb56c;
    color: #826430;
    background-color: #efe1b3;
    width: 20%
}


.table-condensed2.table>tbody>tr>td,
.table-condensed2.table>tbody>tr>th,
.table-condensed2.table>tfoot>tr>td,
.table-condensed2.table>tfoot>tr>th,
.table-condensed2.table>thead>tr>td,
.table-condensed2.table>thead>tr>th {
    padding: 5px 5px !important;
}


.calculo {
    padding: 2px 4px 2px 2px;
    font-weight: 400;
    font-size: 10px;
    line-height: 0;
    /* vertical-align: top; */
    border-top: 1px solid #ddd;
}



.smart-form .label {
    margin-bottom: 0px;
    margin-top: 4px;
    line-height: 19px;
    font-size: 0.86em;
    color: #020202;
    text-align: left;
    white-space: normal;
    font-family: arial;
    font-weight: 600;

}

.box-total-rede {

    color: #555252;
    font-size: 1.1em;
    font-weight: 600;

}

.smart-form section {
    margin-bottom: 15px;
    position: relative;
}

.chattop {
    margin-top: -3px;

}

.fundo_chat {
    margin: -11px;
    background: #edeeee;

}

.fundo_saude_pjj {
    background-color: rgba(183, 198, 246, 0.55);
}

.fundo_verde {
    background: rgb(58, 173, 41);

}

.fundo_controle {
    margin: -20px 0px 15px 0px;

}

.fundo_controle2 {
    padding: 5px 10px 6px 5px;
    font-size: 12px;
    color: #000000;
    font-weight: 600;

}

.controle_cotacoes {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 5px 10px !important;
    box-sizing: content-box;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.42857143;
    font-weight: 500;
    font-size: 11px;
    border: 1px solid #ddd;
    border-bottom-width: 0;
    vertical-align: top;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;


}

.alert_chat {
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
    color: #675100;
    border-width: 0;
    border-left-width: 5px;
    padding: 11px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.box_amarelo {
    background: #E4DA57;
    border-color: #7DC27D;

}

.chat {
    background: #fbfcfc;
    padding: 4px;

}


.box_glauco {
    background: #E4DA57;
    border-color: #000;

}

.fundo_auto {
    background-color: rgba(6, 183, 244, 0.09);
}

.fundo_saude_pme {
    background-color: rgba(0, 100, 244, 0.13);
}

.fundo_saude_pf {
    background-color: rgba(0, 100, 244, 0.13);
}

.fundo_odonto_pf {
    background-color: rgba(1, 225, 252, 0.38);
}

.fundo_saude_pj {
    background-color: rgba(42, 197, 251, 0.28);
}

.fundo_branco {
    background-color: #ffffff;
    padding: 15px;
    margin: -10px -10px -10px -10px;
}

.fundo_score {
    background-color: #ffffff;
    padding: 15px;
}

.fundo_usuariost {
    background-color: #ffffff;
    padding-left: 7px;
    margin-top: 4px;
}

.fundo_usuariosd {
    background-color: #ffffff;
    padding-left: 7px;
}

.fundo_financeiro {
    background-color: rgba(255, 255, 255, 0.33);
    margin-left: -11px;
    margin-right: -11px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.fundo_faixas2 {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 20px;
    padding: 0px 0px 0px 4px;
    width: 90%;
}

.fundo_faixas3 {
    margin-bottom: 4px;
    font-size: 8px;
    line-height: 16px;
    padding: 0px 0px 0px 2px;
    width: 84%;
}

.fundo_faixas4 {
    margin-bottom: 4px;
    font-size: 8px;
    line-height: 16px;
    padding: 0px 0px 0px 2px;
    width: 70%;
}

.smart-form .col-15 {
    width: 5.50%;
}

.smart-form .col15 {
    float: left;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.fundo_faixas {
    margin-bottom: 6px;
}

.fundo_saude {

    background-color: #ffffff;
    color: #000;
    padding: 0px 0px 16px 0px;

}

.padding-chat {
    padding: 0px 6px 10px 20px;

}



.h1,
h2,
h3 {

    color: #000;
}




.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {

    padding: 4px 6px;
    font-weight: 500;
    font-size: 11px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #454343;
    -webkit-box-shadow: 0 -2px 0 #57889c;
    -moz-box-shadow: 0 -2px 0 #57889c;
    box-shadow: 0 -2px 0 #57889c;
    border-top-width: 0 !important;
    margin-top: 6px !important;
    font-weight: 700;
}

.active {
    color: #000;
}

.online_note {
    width: 18%;
    position: absolute;
    margin-top: -12px;
    margin-left: -11px;
}

.novoform {
    background: none;
    border: 1px;
    padding: 1px;
}

.box32 {
    margin: 3px;
}

.emissao {
    width: 100px;
    padding-left: 10px;
    text-align: center;
    margin: 1px;
    height: 24px;
}

.box_comx {
    background-color: #fff;
    background-image: none;
    border-radius: 1px;
    color: inherit;
    padding: 2px 2px 2px 2px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 10px;
    width: 20px;
    margin: 0px 1px 0px 1px;
    text-align: center;
}

.box_comz {
    background-color: #F5EAC3;
    background-image: none;
    border-radius: 1px;
    color: inherit;
    padding: 0px 0px 0px 0px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 10px;
    width: 16px;
    margin: 0px 1px 0px 1px;
    text-align: center;
}

.box_compfx {
    background-color: #fff;
    background-image: none;
    border-radius: 1px;
    color: inherit;
    padding: 1px 1px 1px 1px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 11px;
    width: 26px;
    margin: 4px 0px 0px 0px;
    text-align: center;
}



.box_comdata {
    background-color: #fff;
    background-image: none;
    border-radius: 1px;
    color: inherit;
    padding: 2px 2px 2px 2px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 10px;
    width: 28px;
    margin: 0px 1px 0px 1px;
    text-align: center;
}

.box_comp {
    background-color: #fff;
    background-image: none;
    border-radius: 1px;
    color: inherit;
    padding: 2px 2px 3px 2px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 10px;
    width: 54px;
    margin: 0px 2px 0px 2px;
    text-align: center;
}

.box_compww {
    background-color: #fff;
    background-image: none;
    border-radius: 1px;
    color: inherit;
    padding: 2px 2px 3px 2px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 11px;
    width: 100px;
    margin: 0px 2px 0px 2px;
    text-align: left;
}

.box_compww2 {
    background-color: #fff;
    background-image: none;
    border-radius: 1px;
    color: inherit;
    padding: 2px 2px 3px 2px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 11px;
    width: 130px;
    margin: 0px 2px 0px 2px;
    text-align: left;
}

.com {
    display: -webkit-inline-box;
    line-height: 21px;
    height: 22px;
}

.flag_verde {
    display: inline-block;
    min-width: 10px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 400;
    color: rgba(70, 239, 131, 0.11);
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 17px;
    background-color: #01F85A
}

.flag_vermelho {
    display: inline-block;
    min-width: 10px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 400;
    color: rgba(248, 0, 0, 0.11);
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 17px;
    background-color: #F7090D
}

.flag_azul {
    display: inline-block;
    min-width: 10px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 400;
    color: rgba(0, 59, 248, 0.11);
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 17px;
    background-color: #0850F7
}

.flag_amarelo {
    display: inline-block;
    min-width: 10px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 400;
    color: rgba(0, 59, 248, 0.11);
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 17px;
    background-color: #EDDE05
}


.flag_danger {
    display: inline-block;
    min-width: 10px;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 0px;
    background-color: #a90329 !important
}

.flag_info {
    display: inline-block;
    min-width: 10px;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 0px;
    background-color: #4eacdd
}

.flag_success {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 0px;
    background-color: #565656
}

.flag_primary {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 0px;
    background-color: #d700ec
}


.flag_warning {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 0px;
    background-color: #D4AD26
}

.flag_neg {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 0px;
    background-color: #0068AB
}

.flag_rec {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 0px;
    background-color: #3B3B3B
}

.last12 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 0px;
    background-color: #92C0CF
}

.last12a {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 0px;
    background-color: #9b9999
}

/* PIN BOARD */
ul.notes li,
ul.tag-list li {
    list-style: none;
}

ul.notes li h4 {
    margin-top: 20px;
    font-size: 16px;
}

ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 140px;
    width: 140px;
    padding: 1em;
    position: relative;
}

ul.notes li div small {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
}

ul.notes li div a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: inherit;
}

ul.notes li {
    margin: 10px 40px 50px 0px;
    float: left;
}

ul.notes li div p {
    font-size: 12px;
}

ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 140px;
    width: 140px;
    padding: 1em;
    /* Firefox */
    -moz-box-shadow: 5px 5px 2px #212121;
    /* Safari+Chrome */
    -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
    /* Opera */
    box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
}

ul.notes li div {
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
}

ul.notes li:nth-child(even) div {
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    top: 5px;
}

ul.notes li:nth-child(3n) div {
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    position: relative;
    top: -5px;
}

ul.notes li:nth-child(5n) div {
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    position: relative;
    top: -10px;
}

ul.notes li div:hover,
ul.notes li div:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    position: relative;
    z-index: 5;
}

ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 210px;
    width: 210px;
    padding: 1em;
    -moz-box-shadow: 5px 5px 7px #212121;
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
    box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
    -moz-transition: -moz-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -webkit-transition: -webkit-transform 0.15s linear;
    position: inherit;
    margin-top: -70px;
}

@media (max-width: 767px) {

    .nav-1 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .separadordif {
        padding-top: 6px;
    }

    .moeda2 {
        text-align: center;

    }

    .titfinal1 {
        font-size: 1.3em;
        color: #868484;
        font-weight: 300;
        font-family: arial;
        padding-top: 30px;
        padding-bottom: 6px;
        text-align: center;
        line-height: 20px;
        background: rgb(249 249 249);
    }

    .amb {

        color: #1565c0;
        font-weight: 600;
        font-size: 1.6em;
        font-family: arial;
        text-align: center;
        background: rgb(249 249 249);

    }

    .btn_copay2 {

        text-align: center;
        padding-top: 10px;
        padding-left: 0;

    }


    .acomodacao {

        color: #f59c1b;
        font-weight: 600;
        font-size: 30px;
        font-family: arial;
        text-align: center;
        background: rgb(249 249 249);

    }



    .acomodacao2 {

        color: #292929;
        font-weight: 400;
        font-size: 14px;
        font-family: arial;
        text-align: center;

    }


    .box_final02 {
        border-radius: 4px;
        border-left-color: #000000;
        border: solid 1px #e8e8e8;
        padding: 10px 8px 10px 8px;
        margin-bottom: 13px;
        margin-top: 10px;
        background: #e9ecef30;
        margin-left: 10px;
        width: 94%;
        min-height: 0;
    }

    .titcobertura {

        font-size: 0.7em;
        color: #5C5959
    }


    .tithospitais {

        font-size: 0.9em;

    }

    .titumun {

        font-size: 1.3em;

    }

    .titabrangencia {

        font-size: 1.5em;
        font-weight: 600;
        line-height: 40px;

    }

    .titreembolso {

        font-size: 1.5em;
        font-weight: 600;
        line-height: 40px;

    }

    .btn_copay {

        border-radius: 0px 0px 6px 6px;
        padding: 4px 4px 4px 4px;
        text-transform: uppercase;
        word-break: break-all;
        background: #3483fa;
        color: #ffffff;
        font-size: 14px;
        font-family: arial;
        text-align: center;
    }

    .titdiferenciais {

        text-transform: uppercase;
        color: #fff;
        font-size: 1.6em;
        font-weight: 600;
        /* font-family: 'GothamPro', 'Montserrat'; */
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
        background: #28a745;
        margin-top: 20px;
        border-radius: 6px 6px 0px 0px;
    }

    .usuarios {

        color: #f59c1b;
        font-weight: 800;
        font-size: 20px;
        font-family: arial;
        text-align: center;

    }

    .nomeplano {
        font-size: 30px;
        color: #1565c0;
        font-weight: 400;
        font-family: 'GothamPro', 'Montserrat';
    }

    .querocontratar {
        background: #3483fa;
        border: #3483fa;

        color: #fff;
        padding: 10px;
        font-size: 0.86em;
        width: 100px;
        line-height: 1.20;
        display: block;
        margin-top: -15px;
        margin-bottom: -15px;
        border-radius: 5px;

    }


    .solicitada {
        background: #F9A711;
        border: #F9A711;

        color: #fff;
        padding: 10px;
        font-size: 0.70em;
        width: 100px;
        line-height: 1.20;
        display: block;
        margin-top: -15px;
        margin-bottom: -15px;
        border-radius: 5px;

    }

    .jarvismetro-tile.big-cubes {
        width: 112px;
        height: 120px;
    }

    .jarvismetro2 {

        margin-left: -10px;
        margin-right: 10px;
    }

    .odonto3 {
        font-size: 1.2em;
        color: #fff;
        font-weight: 600;
        border-radius: 4px;
        padding: 2px 8px 2px 8px;
        position: absolute;
        margin-top: -52px;
        margin-left: 160px;
        margin-right: 10px;

    }




}


ul.notes li,
ul.tag-list li {
    list-style: none;
}

ul.notes li h4 {
    margin-top: 20px;
    font-size: 16px;
}

ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 140px;
    width: 140px;
    padding: 1em;
    position: relative;
}

ul.notes li div small {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
}

ul.notes li div a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: inherit;
}

ul.notes li {
    margin: 10px 40px 50px 0px;
    float: left;
}

ul.notes li div p {
    font-size: 12px;
}

ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: block;
    height: 140px;
    width: 140px;
    padding: 1em;
    /* Firefox */
    -moz-box-shadow: 5px 5px 2px #212121;
    /* Safari+Chrome */
    -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
    /* Opera */
    box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
}

ul.notes li div {
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
}

ul.notes li:nth-child(even) div {
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    top: 5px;
}

ul.notes li:nth-child(3n) div {
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    position: relative;
    top: -5px;
}

ul.notes li:nth-child(5n) div {
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    position: relative;
    top: -10px;
}

ul.notes li div:hover,
ul.notes li div:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    position: relative;
    z-index: 5;
}

ul.notes li div {
    text-decoration: none;
    color: #000;
    background: #ffc;
    display: none;
    height: 210px;
    width: 210px;
    padding: 1em;
    -moz-box-shadow: 5px 5px 7px #212121;
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
    box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
    -moz-transition: -moz-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -webkit-transition: -webkit-transform 0.15s linear;
    position: absolute;
    margin-top: -168px;
}

td.dt-control {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACjElEQVR4Aa2V30uTURjHnVBUgglCaXVTJJVLMdhQm7+1JEvJiKAggmgSQiKJl0V0E13UVf0HQZmBLcvlpqa55tqV0YoMzIhY6js0yDH11X17vuO8Sq5Zgl/48DznPD/G63nOMSmBkoUNwhYhTUgn9NUeY8z5p0wqOVXYKRwQLMJhhYV7Kpaqck2rNdskbBPMdrv9osfjcQaDwW/RaHSR0OceY8xhrqox/a3ZZmGHkO9wOB7ouj6PBGKMOcxlzcqmdDYKGZmZmSWjo6PvIYosRuDWXGj50IwTb4+hxleN5sAVvJh4jvBCGBRzWSO121UPk3EAaUKuz+d7ycTp+Wnc/nwL1d4qHBVidmjZv/npBkJzGiiv19vFWmGrcVDsvKupqeky/056VMf1j9dQOViBKo9Aa/ixdbnYcrQGWsBc1jQ2NtrZQ/VKShHM8kvdEPVN9qJsoBRl/aUoHyiJ+UpcCxJTtmfCDYoHJT2yYyOlPtcaCoUmGGwdbkVRbxGK+2y0gg2GisUvNmJCy/BVUJqm/eBIxXqpgbUtiBise12HQlc+ClwFSKRCiZH6wXpQs7OzETWn6XENa/trYemywuK0IpGsTotgRU3fcVBzouWG6pOnpqY0BhuGGpDXeUjIW7JKcfuX3tjjP9k4FBkZN4PtY+042JGzzNMcGDJ35C7tmcU++tJmjE63OpSUuLEJ62GcfXUO+59kr8rJnlOY0WfAGtYaY/PHYPv9fhdEY7++4nz/BWS17UPWY0Es2avWp3vOYOTnCCheBtaqHskJr95kZBL3AvdR2XkEex5mYbdQ+qwCd97dRTAcXHn1Moyrt16PA2tN//V8jY+Pf4cS/VWerzU9sDay1gd2Xf4F/AZqlpeB9836LwAAAABJRU5ErkJggg==) no-repeat center center;
    cursor: pointer;
    width: 30px;
    transition: .5s;
}

tr.shown td.dt-control {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACdUlEQVR4Aa2V30tTYRjHVSgsoQKhXPUPlKZMlImiIIg/pggiiDeCBAdqyC4Kf9zVhVdeelX33QnCbtYvxZsxxkoqKxiz1SzdFudMb5xO5/bt+fa+sPCw3IVf+PA+532e5ytn53lfK0qoSrggXBauCbUKxtxjjjVnq1IXXxFuCXeEFqGdMOYec6zRtZX/M6sWrgv1hmHcDwQCLxOJxM9CoZAnjLnHHGt0bbXdVG1cEm4KLp/P9yKXyx2jhJhjDWvZc9qUwUWhzuFwdMVisc8QFQ4PcbCygvT0NJLDw0gNDSH96DEyfj8KmQwo1rJHem8oD2VapX/sxlAo9Aqi/N4e9hYWsDMwgARxD2DH7ZZYren5eZxYFqhgMOhnr3BVeSnn216v98Hf3yqXg/X0CX719YFs9/WquJfPGtkzZ2fBWvZ4PB6DHtqrokaol7/0GqLM2hq2enpsxMmpvf3VVVD8UOJxV42Uet1Wy7J+M5mam8P37u6ySM7MgDJNM8mRUl5qYDtOREz+GB3FZlcXNjs7UUrMk/jYGKhsNnuo57TWZhgTw0hHO0EpRdpV/tvICKgjUdFQv/Lu7q7JZHxqCl9dLqGtSJtL4VJ80Wvc8xD2V9YfRUbmLZPp5WVstLTYaSWt+lmt1tISKH5Q/VFqbGOTl6GNTk7iQ3Oz4FSrU8UfuTqdBJHxceQz+2APe/8Zm+Jgh8PhNxBlt7YQNQysNzVivbEJ7wXGiiZEJiZwEI2C4mFgr/aoKnn0jk0TiWfPsTE4iHcN9xBuaMCn/n5sLy7iKJk8ffTqikfvfC4H9laWdX2lUqltaDEu9/o664LtIOVfsOf4L+APb5yaiwyN8+8AAAAASUVORK5CYII=) no-repeat center center !important;
    width: 30px;
    transition: .5s;
}

tr td.dt-control-none {
    background: none !important;
    width: 25px;
    transition: .5s;
}

/* SmartAdmin modal refinado */
.lead-sa.modal-content {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .25);
}

.lead-sa__head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lead-sa__icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.lead-sa__headText {
    min-width: 0;
    flex: 1;
}

.lead-sa__title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lead-sa__sub {
    margin-top: 3px;
    font-size: 12px;
    opacity: .9;
}

.lead-sa__link {
    text-decoration: underline;
}

.lead-sa__dot {
    margin: 0 6px;
    opacity: .65;
}

.lead-sa__value {
    text-align: right;
    flex: 0 0 auto;
}

.lead-sa__valueLabel {
    font-size: 11px;
    opacity: .8;
}

.lead-sa__valueNum {
    font-size: 16px;
    font-weight: 700;
}

/* Pills */
.lead-sa__pills {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.lead-sa__pill {
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

/* Blocks */
.lead-sa__fieldset {
    border: 0;
}

.lead-sa__block {
    background: #fff;
    border: 1px solid #e7eaee;
    border-radius: 10px;
    margin-bottom: 10px;
}

.lead-sa__blockHd {
    padding: 9px 12px;
    font-weight: 700;
    font-size: 12px;
    border-bottom: 1px solid #eef1f4;
    background: #fbfbfc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.lead-sa__blockBd {
    padding: 10px 12px;
}

/* Key/Value */
.lead-sa__kv {
    display: flex;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px dashed #eff2f5;
}

.lead-sa__kv:last-child {
    border-bottom: 0;
}

.lead-sa__k {
    width: 92px;
    color: #6b7480;
    font-size: 11px;
    text-transform: uppercase;
}

.lead-sa__v {
    flex: 1;
    color: #2b2b2b;
    font-size: 12px;
    min-width: 0;
    word-break: break-word;
}

.lead-sa__mono {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.lead-sa__alink {
    text-decoration: underline;
}

/* Metrics */
.lead-sa__metrics {
    display: flex;
    gap: 10px;
}

.lead-sa__metric {
    flex: 1;
    border: 1px solid #eff2f5;
    background: #fafbfc;
    border-radius: 10px;
    padding: 10px;
}

.lead-sa__metricK {
    font-size: 11px;
    color: #6b7480;
    text-transform: uppercase;
}

.lead-sa__metricV {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
}

.lead-sa__muted {
    font-weight: 500;
    color: #6b7480;
    margin-left: 6px;
}

/* Overlay de carregamento da tabela */
.dataTables_processing {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 250px !important;
    margin-left: -125px !important;
    margin-top: -20px !important;
    padding: 15px 20px !important;
    background: rgba(0, 37, 97, 0.95) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    z-index: 9999 !important;
    text-align: center !important;
}

.dataTables_processing:before {
    content: "\f110";
    font-family: FontAwesome;
    margin-right: 10px;
    animation: fa-spin 1s infinite linear;
    display: inline-block;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Overlay escuro na tabela durante carregamento */
.tabela-carregando {
    position: relative;
}

.tabela-carregando:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9998;
}

/* =============================================
   MODAL DARK MODERN - DETALHES DO LEAD
   Estilo Dark UI Profissional
   ============================================= */

/* Modal Base */
#modalDetalhesLead .modal-dialog {
    max-width: 620px;

}

#modalDetalhesLead .modal-content {
    border: none;
    border-radius: 5px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background: #1a1d29;
}

/* Header Dark Style */
#modalDetalhesLead .modal-header {
    background: #1a1d29;
    border-bottom: none;
    padding: 20px 24px 15px 24px;
    position: relative;
}

#modalDetalhesLead .modal-header .close {
    color: #6b7280;
    opacity: 1;
    font-size: 24px;
    margin-top: -10px;
    text-shadow: none;
    position: absolute;
    right: 20px;
    top: 20px;
}

#modalDetalhesLead .modal-header .close:hover {
    color: #fff;
}

/* Header Layout */
.lead-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.lead-modal__info {
    flex: 1;
    min-width: 0;
}

.lead-modal__title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

/* Tags do Header */
.lead-modal__tags {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.lead-modal__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #9ca3af;
    font-size: 13px;
}

.lead-modal__tag i {
    font-size: 12px;
    opacity: 0.7;
}

/* Badge de Status no Header */
.lead-modal__status-badge {
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.lead-modal__status-badge--validacao {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.lead-modal__status-badge--ativo {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.lead-modal__status-badge--arquivado {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.lead-modal__status-badge--inativo {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

/* Body Dark */
#modalDetalhesLead .modal-body {
    padding: 0;
    background: #1a1d29;
}

/* Alerta de Tempo Parado */
.lead-modal__alert {
    margin: 0 24px;
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
}

.lead-modal__alert--warning {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: #fbbf24;
}

.lead-modal__alert--danger {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #f87171;
}

.lead-modal__alert--success {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #34d399;
}

.lead-modal__alert i {
    font-size: 16px;
}

/* Seção de Informações */
.lead-modal__info-section {
    padding: 20px 24px;
}

/* Grid de Contato (2 colunas) */
.lead-modal__contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 30px;
}

.lead-modal__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.lead-modal__contact-icon {
    color: #6b7280;
    font-size: 16px;
    width: 20px;
    text-align: center;
    margin-top: 2px;
}

.lead-modal__contact-text {
    color: #e5e7eb;
    font-size: 14px;
    line-height: 1.4;
}

.lead-modal__contact-text a {
    color: #60a5fa;
    text-decoration: none;
}

.lead-modal__contact-text a:hover {
    text-decoration: underline;
}

/* Box de Valor Estimado */
.lead-modal__value-box {
    margin: 0 24px 20px 24px;
    padding: 16px 20px;
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(71, 85, 105, 0.3);
    border-radius: 10px;
}

.lead-modal__value-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lead-modal__value-icon {
    width: 40px;
    height: 40px;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10b981;
    font-size: 18px;
}

.lead-modal__value-content {
    flex: 1;
}

.lead-modal__value-label {
    color: #9ca3af;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.lead-modal__value-num {
    color: #10b981;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

/* Footer Dark */
#modalDetalhesLead .modal-footer {
    background: #12141c;
    border-top: 1px solid rgba(71, 85, 105, 0.3);
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lead-modal__footer-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lead-modal__footer-responsavel {
    color: #9ca3af;
    font-size: 13px;
}

.lead-modal__footer-responsavel strong {
    color: #e5e7eb;
    font-weight: 500;
}

.lead-modal__footer-tempo {
    color: #6b7280;
    font-size: 12px;
}

.lead-modal__footer-actions {
    display: flex;
    gap: 12px;
}

/* Botões Dark Style */
.lead-modal__btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.lead-modal__btn--danger {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.lead-modal__btn--danger:hover {
    background: rgba(239, 68, 68, 0.25);
}

.lead-modal__btn--success {
    background: #10b981;
    color: #fff;
}

.lead-modal__btn--success:hover {
    background: #059669;
}

.lead-modal__btn--primary {
    background: #3b82f6;
    color: #fff;
}

.lead-modal__btn--primary:hover {
    background: #2563eb;
}

/* Métricas inline */
.lead-modal__metrics-inline {
    display: flex;
    gap: 20px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(71, 85, 105, 0.3);
}

.lead-modal__metric-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lead-modal__metric-icon {
    color: #6b7280;
    font-size: 14px;
}

.lead-modal__metric-text {
    color: #e5e7eb;
    font-size: 14px;
}

/* Responsivo */
@media (max-width: 576px) {
    .lead-modal__contact-grid {
        grid-template-columns: 1fr;
    }

    .lead-modal__header {
        flex-direction: column;
        gap: 12px;
    }

    .lead-modal__footer-actions {
        flex-direction: column;
        width: 100%;
    }

    .lead-modal__btn {
        width: 100%;
        justify-content: center;
    }
}

/* Scrollbar personalizada para Top Corretores */
#container_top_corretores::-webkit-scrollbar {
    width: 8px;
}

#container_top_corretores::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

#container_top_corretores::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

#container_top_corretores::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Para Firefox */
#container_top_corretores {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

/* Scrollbar personalizada para Leads por Filial */
#container_leads_filial::-webkit-scrollbar {
    width: 8px;
}

#container_leads_filial::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

#container_leads_filial::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

#container_leads_filial::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Para Firefox */
#container_leads_filial {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

/* Estilos para botões de exportação DataTables */
.dt-buttons {
    float: right;
    margin-left: 10px;
}

.dt-buttons .btn {
    margin-left: 5px;
    font-size: 11px;
    padding: 5px 12px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.dt-buttons .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.dt-buttons .btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.dt-buttons .btn-success:hover {
    background-color: #4cae4c;
    border-color: #398439;
}

.dt-buttons .btn i {
    margin-right: 5px;
}

/* Responsividade dos botões */
@media (max-width: 768px) {
    .dt-buttons {
        float: none;
        text-align: center;
        margin: 10px 0;
    }

    .dt-buttons .btn {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
}

/* background controlado via inc/nav.php */

/* Estilo ícone iPhone nos widgets */
article.jarviswidget,
.jarviswidget {
    border-radius: 6px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10), 0 1px 4px rgba(0, 0, 0, 0.07) !important;
}
article.jarviswidget > header,
.jarviswidget > header {
    border-radius: 6px 6px 0 0 !important;
}

/* Cor padrão dos valores dinâmicos do ribbon */
.alerte2 a {
    color: #2a2a2a;
}

/* ============================================================
   DM SANS FONT — início (remover este bloco + link no header.php para reverter)
   ============================================================ */
body, h1, h2, h3, h4, h5, h6,
p, a, label, td, th, li, dt, dd,
input, select, textarea, button,
.btn, .form-control, .widget-body,
nav ul li a, .breadcrumb, .dropdown-menu {
    font-family: 'DM Sans', 'Helvetica Neue', Arial, sans-serif !important;
}
/* ============================================================
   DM SANS FONT — fim
   ============================================================ */
