﻿body {
    background: #444242;
}

.page-heading {
    padding: 20px 10px;
}

.footer {
    position: absolute;
    bottom: 0;
    z-index: 1;
    margin-left: 0px;
}

a {
    color: #4F8E3A;
}

    a:hover,
    a:focus,
    a:active {
        color: #397027;
    }

.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
}

.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}

@media (max-width: 768px) {

    .body-small .navbar-static-side {
        display: block;
    }

    #page-wrapper {
        margin-left: 220px;
        width: calc(100% - 220px);
    }
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-left-10 {
    margin-left: 10px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-45 {
    padding-left: 45px !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.input-group[class*=col-] {
    padding-right: 15px;
}

.btn-success {
    background-color: #C4DB32;
    border-color: #afc429;
    color: #1d4411;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active {
        background-color: #afc429;
        border-color: #afc429;
        color: #1d4411;
    }

.btn-primary {
    background-color: #4F8E3A;
    border-color: #397027;
    color: #FFFFFF;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #397027;
        border-color: #397027;
        color: #ffffff;
    }

    .btn-primary:disabled, .btn-primary[disabled] {
        background-color: #aaa;
        color: #111;
        border-color: #777;
    }

.sweet-alert button {
    background-color: #4F8E3A !important;
    border-color: #397027 !important;
    color: #FFFFFF;
}

    .sweet-alert button:hover,
    .sweet-alert button:focus,
    .sweet-alert button:active {
        background-color: #397027;
        border-color: #397027;
        color: #ffffff;
    }

    .sweet-alert button.confirm {
        background-color: #4F8E3A !important;
    }

        .sweet-alert button.confirm:hover {
            background-color: #397027 !important;
        }

    .sweet-alert button.cancel {
        background-color: #C1C1C1 !important;
    }

        .sweet-alert button.cancel:hover {
            background-color: #b9b9b9 !important;
        }


.panel-success {
    border-color: #4F8E3A;
}

    .panel-success > .panel-heading {
        background-color: #4F8E3A;
        border-color: #4F8E3A;
        color: #ffffff;
    }

.inmodal .modal-header {
    padding: 15px;
}

.form-group {
    margin-bottom: 5px;
}


.btn-default {
    color: #333333;
}

.topnav {
    background-color: #F3F3F4;
    border-bottom: 1px solid #4F8E3A;
}
    .topnav .navbar .navbar-right {
        margin-right: 0px !important;
    }

.dashboard {
    margin-top: 10%;
}

    .dashboard .ibox-content {
        border-style: solid;
        border-width: 1px;
    }

        .dashboard .ibox-content:hover {
            -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.02);
            -moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.02);
            box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.02);
        }

        .dashboard .ibox-content a img {
            max-width: 100%;
        }

.form-horizontal .checkbox-inline, .form-horizontal .radio-inline {
    padding-left: 0px;
    padding-right: 20px;
}

    .form-horizontal .checkbox-inline + .checkbox-inline, .form-horizontal .radio-inline + .radio-inline {
        margin-left: 0;
    }

.checkbox-disabled {
    color: #999;
}

.navbar .navbar-header {
    padding: 10px;
}

.sidebar-collapse .nav-header {
    background: url("patterns/header-profile-skin-black.png") no-repeat !important;
}

.navbar .navbar-header img.logo {
    max-height: 35px;
}

.vertical-middle {
    vertical-align: middle !important;
}

.navbar-top-links li.texto-header {
    height: 50px;
    line-height: 50px;
}

.navbar-top-links li {
    vertical-align: top;
}

    .navbar-top-links li:last-child {
        margin-right: 10px;
        margin-left: 8px;
    }

    .navbar-top-links li a {
        padding: 5px 10px;
        margin-top: 8px;
        min-height: 0;
    }

        .navbar-top-links li a i.fa-sign-out {
            color: #555555;
        }

        .navbar-top-links li a i {
            margin-right: 0;
        }

.nav.menu > li > a,
.nav.menu > li > ul > li > a {
    color: #FFFFFF;
    font-weight: normal;
}

.navbar-default .nav.menu > li > a:hover, .navbar-default .nav.menu > li > a:focus {
    background-color: #2e2e2e;
    color: white;
}

.nav.menu > li.active {
    border-left: 4px solid #C4DB32;
    background: #4F8E3A;
}

    .nav.menu > li.active a:hover, .nav.menu > li.active a:focus,
    .nav.menu > li.active ul li a, .nav.menu > li.active ul li a:focus {
        background: #4F8E3A;
    }

    .nav.menu > li.active ul li a {
        padding: 10px 15px 10px 40px;
    }

        .nav.menu > li.active ul li a:hover,
        .nav.menu > li.active > ul > li.active > a {
            background: #397027;
        }


.tab-cadastro .nav-tabs li a {
    font-weight: normal;
    border: 1px solid #cccccc;
    background: #eeeeee;
    padding: 10px 20px;
    color: #333333;
    border-bottom: 0;
    margin-top: 2px;
}

    .tab-cadastro .nav-tabs li a:hover {
        border-color: #4F8E3A;
        background-color: #e6e6e6;
    }

.tab-cadastro .nav-tabs li.active,
.tab-cadastro .nav-tabs li.active a,
.tab-cadastro .nav-tabs li.active a:focus,
.tab-cadastro .nav-tabs li.active a:hover {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    color: #4F8E3A;
    border-color: #4F8E3A;
    border-bottom: 0;
}

.tabs-container .panel-body {
    border-color: #4F8E3A;
}

    .tabs-container .panel-body form .panel-footer {
        margin: 0 -20px -20px -20px;
    }

.modal-body .panel-body form .panel-footer, .ibox-content .panel-body form .panel-footer {
    margin: 0 -15px -15px -15px;
}

.modal-body-custom {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}


.tabs-container .nav-tabs {
    border-bottom: 1px solid #4F8E3A;
}

    .tabs-container .nav-tabs > li {
        float: none;
        display: inline-block;
        margin-left: -2px;
    }

        .tabs-container .nav-tabs > li:first-child {
            margin-left: 0px;
        }

@media (max-width:1366px) {
    .tab-cadastro .nav-tabs li a {
        padding: 10px 8px;
    }
}

.panel .panel-body {
    border: 0;
}

.line-height-30 {
    line-height: 30px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.form-login {
    margin-top: 10vh;
}

    .form-login .form-group label.control-label {
        margin-bottom: 0;
    }

    .form-login .form-group button.btn-link {
        margin: 10px 0 5px 0;
        padding: 0;
        color: #4F8E3A;
        text-decoration: underline;
    }

        .form-login .form-group button.btn-link:hover {
            color: #235811;
        }

    .form-login .form-group button.btn-success {
        margin: 10px 0;
    }


.alteracao-senha {
    margin-top: 10vh;
}

    .alteracao-senha .margin-bottom-20 {
        margin-bottom: 20px;
    }

    .alteracao-senha .form-group button.btn-success {
        margin-top: 10px;
    }

.dl-horizontal.dl-lg {
    font-size: 14px;
}

.dl-vertical.dl-lg dd {
    line-height: 1.82857143;
}

.dl-horizontal dt {
    padding-left: 20px;
    text-align: left !important;
}

.ibox-content table button.btn-link {
    font-size: 13px;
    padding: 0;
    color: #4F8E3A;
    text-decoration: underline;
}

    .ibox-content table button.btn-link:hover {
        color: #397027;
        text-decoration: none;
    }

.form-edit-boleto .dl-horizontal dt {
    width: 200px;
}

.form-edit-boleto .dl-horizontal dd {
    margin-left: 220px;
}

.table-novo-cartao {
    max-height: 160px;
    border: 1px solid #ccc;
    padding: 0;
    margin-left: 15px;
}

    .table-novo-cartao table {
        margin-bottom: 0px;
    }


.nav-second-level li:last-child {
    margin-bottom: 0;
}

.nav-second-level li .nav-third-level li.active {
    border-left: 4px solid #1d4411;
}

.nav-second-level > li > .nav-third-level > li a,
.nav-second-level > li.active > .nav-third-level > li a {
    font-weight: normal;
    color: #fff;
}

.nav-second-level > li.active > .nav-third-level > li.active > a,
.nav-second-level > li.active > .nav-third-level > li.active > a:focus {
    font-weight: normal;
    background: #1d4411;
}

.dl-hr {
    margin: 5px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 280px;
        white-space: normal;
        margin-bottom: 5px;
    }

    .dl-horizontal dd {
        margin-left: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .dl-detail-lg dt,
    .dl-detail-lg dd {
        width: 100%;
    }
}

.dl-detail-lg dt {
    margin-right: 20px;
}

.border-1px-gray {
    border: 1px solid #eee;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    z-index: 10005;
    position: fixed;
    margin: auto;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 50px;
    overflow: hidden;
}

    .pace .pace-progress {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        display: block;
        position: absolute;
        right: 100%;
        margin-right: -7px;
        width: 93%;
        top: 7px;
        height: 14px;
        font-size: 12px;
        background: #acd12e;
        color: #acd12e;
        line-height: 60px;
        font-weight: bold;
        font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
        -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
        -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
        box-shadow: 120px 0 #fff, 240px 0 #fff;
    }

        .pace .pace-progress:after {
            content: attr(data-progress-text);
            display: inline-block;
            position: fixed;
            width: 45px;
            text-align: right;
            right: 0;
            padding-right: 16px;
            top: 4px;
        }

        .pace .pace-progress[data-progress-text="0%"]:after {
            right: -200px
        }

        .pace .pace-progress[data-progress-text="1%"]:after {
            right: -198.14px
        }

        .pace .pace-progress[data-progress-text="2%"]:after {
            right: -196.28px
        }

        .pace .pace-progress[data-progress-text="3%"]:after {
            right: -194.42px
        }

        .pace .pace-progress[data-progress-text="4%"]:after {
            right: -192.56px
        }

        .pace .pace-progress[data-progress-text="5%"]:after {
            right: -190.7px
        }

        .pace .pace-progress[data-progress-text="6%"]:after {
            right: -188.84px
        }

        .pace .pace-progress[data-progress-text="7%"]:after {
            right: -186.98px
        }

        .pace .pace-progress[data-progress-text="8%"]:after {
            right: -185.12px
        }

        .pace .pace-progress[data-progress-text="9%"]:after {
            right: -183.26px
        }

        .pace .pace-progress[data-progress-text="10%"]:after {
            right: -181.4px
        }

        .pace .pace-progress[data-progress-text="11%"]:after {
            right: -179.54px
        }

        .pace .pace-progress[data-progress-text="12%"]:after {
            right: -177.68px
        }

        .pace .pace-progress[data-progress-text="13%"]:after {
            right: -175.82px
        }

        .pace .pace-progress[data-progress-text="14%"]:after {
            right: -173.96px
        }

        .pace .pace-progress[data-progress-text="15%"]:after {
            right: -172.1px
        }

        .pace .pace-progress[data-progress-text="16%"]:after {
            right: -170.24px
        }

        .pace .pace-progress[data-progress-text="17%"]:after {
            right: -168.38px
        }

        .pace .pace-progress[data-progress-text="18%"]:after {
            right: -166.52px
        }

        .pace .pace-progress[data-progress-text="19%"]:after {
            right: -164.66px
        }

        .pace .pace-progress[data-progress-text="20%"]:after {
            right: -162.8px
        }

        .pace .pace-progress[data-progress-text="21%"]:after {
            right: -160.94px
        }

        .pace .pace-progress[data-progress-text="22%"]:after {
            right: -159.08px
        }

        .pace .pace-progress[data-progress-text="23%"]:after {
            right: -157.22px
        }

        .pace .pace-progress[data-progress-text="24%"]:after {
            right: -155.36px
        }

        .pace .pace-progress[data-progress-text="25%"]:after {
            right: -153.5px
        }

        .pace .pace-progress[data-progress-text="26%"]:after {
            right: -151.64px
        }

        .pace .pace-progress[data-progress-text="27%"]:after {
            right: -149.78px
        }

        .pace .pace-progress[data-progress-text="28%"]:after {
            right: -147.92px
        }

        .pace .pace-progress[data-progress-text="29%"]:after {
            right: -146.06px
        }

        .pace .pace-progress[data-progress-text="30%"]:after {
            right: -144.2px
        }

        .pace .pace-progress[data-progress-text="31%"]:after {
            right: -142.34px
        }

        .pace .pace-progress[data-progress-text="32%"]:after {
            right: -140.48px
        }

        .pace .pace-progress[data-progress-text="33%"]:after {
            right: -138.62px
        }

        .pace .pace-progress[data-progress-text="34%"]:after {
            right: -136.76px
        }

        .pace .pace-progress[data-progress-text="35%"]:after {
            right: -134.9px
        }

        .pace .pace-progress[data-progress-text="36%"]:after {
            right: -133.04px
        }

        .pace .pace-progress[data-progress-text="37%"]:after {
            right: -131.18px
        }

        .pace .pace-progress[data-progress-text="38%"]:after {
            right: -129.32px
        }

        .pace .pace-progress[data-progress-text="39%"]:after {
            right: -127.46px
        }

        .pace .pace-progress[data-progress-text="40%"]:after {
            right: -125.6px
        }

        .pace .pace-progress[data-progress-text="41%"]:after {
            right: -123.74px
        }

        .pace .pace-progress[data-progress-text="42%"]:after {
            right: -121.88px
        }

        .pace .pace-progress[data-progress-text="43%"]:after {
            right: -120.02px
        }

        .pace .pace-progress[data-progress-text="44%"]:after {
            right: -118.16px
        }

        .pace .pace-progress[data-progress-text="45%"]:after {
            right: -116.3px
        }

        .pace .pace-progress[data-progress-text="46%"]:after {
            right: -114.44px
        }

        .pace .pace-progress[data-progress-text="47%"]:after {
            right: -112.58px
        }

        .pace .pace-progress[data-progress-text="48%"]:after {
            right: -110.72px
        }

        .pace .pace-progress[data-progress-text="49%"]:after {
            right: -108.86px
        }

        .pace .pace-progress[data-progress-text="50%"]:after {
            right: -107px
        }

        .pace .pace-progress[data-progress-text="51%"]:after {
            right: -105.14px
        }

        .pace .pace-progress[data-progress-text="52%"]:after {
            right: -103.28px
        }

        .pace .pace-progress[data-progress-text="53%"]:after {
            right: -101.42px
        }

        .pace .pace-progress[data-progress-text="54%"]:after {
            right: -99.56px
        }

        .pace .pace-progress[data-progress-text="55%"]:after {
            right: -97.7px
        }

        .pace .pace-progress[data-progress-text="56%"]:after {
            right: -95.84px
        }

        .pace .pace-progress[data-progress-text="57%"]:after {
            right: -93.98px
        }

        .pace .pace-progress[data-progress-text="58%"]:after {
            right: -92.12px
        }

        .pace .pace-progress[data-progress-text="59%"]:after {
            right: -90.26px
        }

        .pace .pace-progress[data-progress-text="60%"]:after {
            right: -88.4px
        }

        .pace .pace-progress[data-progress-text="61%"]:after {
            right: -86.53999999999999px
        }

        .pace .pace-progress[data-progress-text="62%"]:after {
            right: -84.68px
        }

        .pace .pace-progress[data-progress-text="63%"]:after {
            right: -82.82px
        }

        .pace .pace-progress[data-progress-text="64%"]:after {
            right: -80.96000000000001px
        }

        .pace .pace-progress[data-progress-text="65%"]:after {
            right: -79.1px
        }

        .pace .pace-progress[data-progress-text="66%"]:after {
            right: -77.24px
        }

        .pace .pace-progress[data-progress-text="67%"]:after {
            right: -75.38px
        }

        .pace .pace-progress[data-progress-text="68%"]:after {
            right: -73.52px
        }

        .pace .pace-progress[data-progress-text="69%"]:after {
            right: -71.66px
        }

        .pace .pace-progress[data-progress-text="70%"]:after {
            right: -69.8px
        }

        .pace .pace-progress[data-progress-text="71%"]:after {
            right: -67.94px
        }

        .pace .pace-progress[data-progress-text="72%"]:after {
            right: -66.08px
        }

        .pace .pace-progress[data-progress-text="73%"]:after {
            right: -64.22px
        }

        .pace .pace-progress[data-progress-text="74%"]:after {
            right: -62.36px
        }

        .pace .pace-progress[data-progress-text="75%"]:after {
            right: -60.5px
        }

        .pace .pace-progress[data-progress-text="76%"]:after {
            right: -58.64px
        }

        .pace .pace-progress[data-progress-text="77%"]:after {
            right: -56.78px
        }

        .pace .pace-progress[data-progress-text="78%"]:after {
            right: -54.92px
        }

        .pace .pace-progress[data-progress-text="79%"]:after {
            right: -53.06px
        }

        .pace .pace-progress[data-progress-text="80%"]:after {
            right: -51.2px
        }

        .pace .pace-progress[data-progress-text="81%"]:after {
            right: -49.34px
        }

        .pace .pace-progress[data-progress-text="82%"]:after {
            right: -47.480000000000004px
        }

        .pace .pace-progress[data-progress-text="83%"]:after {
            right: -45.62px
        }

        .pace .pace-progress[data-progress-text="84%"]:after {
            right: -43.76px
        }

        .pace .pace-progress[data-progress-text="85%"]:after {
            right: -41.9px
        }

        .pace .pace-progress[data-progress-text="86%"]:after {
            right: -40.04px
        }

        .pace .pace-progress[data-progress-text="87%"]:after {
            right: -38.18px
        }

        .pace .pace-progress[data-progress-text="88%"]:after {
            right: -36.32px
        }

        .pace .pace-progress[data-progress-text="89%"]:after {
            right: -34.46px
        }

        .pace .pace-progress[data-progress-text="90%"]:after {
            right: -32.6px
        }

        .pace .pace-progress[data-progress-text="91%"]:after {
            right: -30.740000000000002px
        }

        .pace .pace-progress[data-progress-text="92%"]:after {
            right: -28.880000000000003px
        }

        .pace .pace-progress[data-progress-text="93%"]:after {
            right: -27.02px
        }

        .pace .pace-progress[data-progress-text="94%"]:after {
            right: -25.16px
        }

        .pace .pace-progress[data-progress-text="95%"]:after {
            right: -23.3px
        }

        .pace .pace-progress[data-progress-text="96%"]:after {
            right: -21.439999999999998px
        }

        .pace .pace-progress[data-progress-text="97%"]:after {
            right: -19.58px
        }

        .pace .pace-progress[data-progress-text="98%"]:after {
            right: -17.72px
        }

        .pace .pace-progress[data-progress-text="99%"]:after {
            right: -15.86px
        }

        .pace .pace-progress[data-progress-text="100%"]:after {
            right: -14px
        }


    .pace .pace-activity {
        position: absolute;
        width: 100%;
        height: 28px;
        z-index: 10004;
        box-shadow: inset 0 0 0 2px #acd12e, inset 0 0 0 7px #FFF;
        border-radius: 10px;
    }

    .pace.pace-inactive {
        display: none;
    }

.pace-cover {
    display: none;
}

.pace-running .pace-cover {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10002;
    background: rgba(0,0,0, 0.5);
}

.pace-running {
    cursor: not-allowed;
}

.loading-table {
    background: rgba(0,0,0,0.3);
    z-index: 9998;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.sk-spinner-fading-circle.sk-spinner {
    top: 45%;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.sk-spinner-fading-circle .sk-circle:before {
    background-color: #FFFFFF;
}

.clickable {
    cursor: pointer;
}

.jumbotron-destaque {
    background: #4F8E3A;
    color: #FFFFFF;
    padding: 30px;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-default-original {
    color: #333;
    background-color: #fff;
    border-color: #e5e6e7;
}

    .btn-default-original:hover {
        color: #333;
        background-color: #eee;
        border-color: #e5e6e7;
    }


/* ARRUMANDO A ** DO CSS DO DATEPICKER */
.uib-datepicker-popup .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .uib-datepicker-popup .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.uib-datepicker-popup .btn-info.active {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.uib-datepicker-popup span.text-info {
    color: #31708F;
}

.uib-timepicker {
    margin-left: auto;
}

.uib-time input {
    width: 30px;
    padding: 0;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
}
.uib-time > .btn-default{
    padding: 0;
    height: 30px;
    width: 33px;
    margin-left: 3px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
}
.uib-separator{
    font-weight:600;
}
.uib-increment > .btn-link, .uib-decrement > .btn-link{
    padding:0;
    margin-bottom: -2px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}



.holds-the-iframe {
    background: url(../img/ajax-loader.gif) center center no-repeat;
}

div.ui-select-label {
    font-size: 14px;
}

small.ui-select-label {
    font-size: 11px;
}


.cartoes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.5em 0 0;
}

    .cartoes::after {
        content: '';
        flex: auto;
    }

.cartao {
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: center;
    border: 1px solid rgba(204, 204, 204,0.8);
    background-color: rgba(243, 243, 244,0.6);
    align-items: center;
    display: flex;
    flex-direction: column;
}



.cartao--selecionado,
.cartao--selecionado:hover {
    background-color: rgba(196, 219, 50,0.2);
    border-color: rgba(175, 196, 41,0.2);
}

.cartao--lista {
    justify-content: space-between;
}

.cartao__titulo {
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
}

.cartao__elemento {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 1em; */
    /* margin: 1em; */
    width: 100%;
}

    .cartao__elemento::after {
        content: '';
        flex: auto;
    }

.elemento__descricao {
    font-weight: bold;
    flex-basis: 30%;
    text-align: right;
    padding: 0 0.5em 0 0;
    font-size: 12px;
    font-style: normal;
    display: inline-block;
}

.elemento__conteudo {
    flex-basis: 60%;
    text-align: left;
    padding: 0em 0em 0em 0.5em;
    font-size: 12px;
}

.elemento__titulo {
    font-size: 1em;
    font-style: normal;
    flex-basis: 100%;
    margin: 0.5em 0em 0em 0em;
    text-align: center;
    font-weight: bold;
}

.lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1em;
    padding-left: 0;
    margin: 0em auto;
    width: 100%;
    list-style: none;
    overflow-y: auto;
    height: 7em;
    text-align: center;
}

.cartao__wrapper {
    height: 30em;
    width: 25%;
    padding: 1em;
}

.cartao__lista {
    border-top: 1px solid #e7eaec;
    padding: 1em;
    width: 100%;
}

.cartao__check {
    position: absolute;
    top: 1em;
    left: 1em;
}

.cartao--lista .cartao__check {
    position: inherit;
    width: 100%;
}

.listagem {
    padding: 1em 0em;
    border-top: 1px solid #ccc;
    margin-top: 3em;
}

.listagem__lista {
    display: inline-block;
    padding: 0em;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lista__item {
    width: 25%;
    height: 0.5em;
    padding: 0;
    text-align: center;
}

.informacao {
    margin-top: 1em;
}

.informacao__descricao {
    font-weight: bold;
    text-align: right;
}

.informacao__conteudo {
    text-align: left;
}

.listagem__lista {
    height: 16em;
    width: 100%;
    overflow-y: auto;
}

.column--disable,
.column--disable:hover {
    cursor: not-allowed;
    color: #cccccc;
}

.column--alert {
    color: #dc143c;
    font-weight: bold;
}

.listagem__titulo {
    font-size: 1.30em;
    margin: 1em 0 1.5em 0;
    text-align: center;
    font-weight: bold;
}

.acoes {
    border: 1px solid #ccc;
    /* padding: 0.5em 1em; */
    background-color: rgba(245, 245, 246,0.7);
    margin: 1em 0;
    height: 4em;
}

.acoes__lista {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    padding: 1em;
}

.lista__acao {
    text-align: center;
}

.acao__link,
.acao__link:hover {
    color: #337ab7;
}

    .acao__link:hover {
        text-decoration: underline;
    }

.imagemframe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.imagemframe__item {
    flex-grow: 1;
    align-self: center;
    min-width: 25%;
}

.image__cointainer {
    position: relative;
    width: 8em;
}

.image__figure {
    width: 100%;
    height: auto;
}

.imagem__closeButton {
    position: absolute;
    top: 0;
    right: 0;
}

.image__description {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 14em;
    overflow: hidden;
}

.image__load {
    animation-name: loadEffect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.color-disabled {
    color: #aaa;
}

.text-rel-av {
    color: #777777;
    font-weight: 100 !important;
}

.text-rel-av span {
    font-weight: 700 !important;
}

.destaque-rel-av {
    font-size: 16px;
    font-weight: 100;
}

.media-rel-av {
    font-size: 40px;
}

.link-rel-av {
    background: none;
    color: #4e7d3c;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    font-weight: 900;
}

.link-inativo-rel-av {
    background: none;
    color: #777777;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

#iframeFull {
    width: 100%;
    height: calc(100vh - 220px);
    display: block;
    margin-bottom: 10px;
}

.checkbox.radio-enabled .iradio_square-green {
    background-position: -120px 0;
    cursor: pointer;
}

.checkbox.radio-enabled .iradio_square-green.hover {
    background-position: -144px 0;
}

.checkbox.radio-enabled .iradio_square-green.checked {
    background-position: -168px 0;
} 

@media (max-height: 768px) {
    .map-container {
        height: 620px !important;
        width: 100%;
        padding-top: 15px;
    }
}

@media (min-height: 769px) and (max-height: 899px) {
    .map-container {
        height: 720px !important;
        width: 100%;
        padding-top: 25px;
    }
}

@media (min-height: 900px) {
    .map-container {
        height: 820px !important;
        width: 100%;
        padding-top: 35px;
    }
}

.mapa-ailog {
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.area-menu {
    position: absolute;
    z-index: 5;
    height: 660px;
    width: 300px;
    padding-left: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.flex-item {
    flex: 1;
}

.flex-item label{
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
}

    .flex-item label:nth-child(2) {
        margin-top: 5px;
    }

.overflow-box {
    overflow-y: auto;
}

@keyframes loadEffect {
    0% {
        opacity: 0.25;
    }

    50% {
        opacity:0.50;
    }


    100% {
        opacity: 1;
    }
}

td.aprovacaoAutomatica {
    font-style: italic;
}

@media print {
    .print {
        display: block;
    }

    .no-print {
        display: none;
    }
}

.modalHistoricoParametrosSms .modal-dialog {
    min-width: 680px;
}

.div-titulo {
    border: 1px dashed #e7eaec;
    padding:15px;
}

.control-label-bold {
    font-weight: bold;
}

.table.ng-table thead tr.ng-table-filters th div {
    font-weight: normal;
}

.text-align-center {
    text-align: center !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.icon-alert .screenAlert-icon {
    border-radius: 50%;
    border: 4px solid gray;
    box-sizing: content-box;
    height: 70px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: 70px
}

    .screenAlert-icon + .screenAlert-icon {
        margin-top: 50px
    }

    .screenAlert-icon.screenAlert-info {
        border-color: #c5d4d9
    }

        .screenAlert-icon.screenAlert-info:before {
            -webkit-animation: pulseInfo 2s linear infinite;
            animation: pulseInfo 2s linear infinite;
            background-color: transparent !important;
            border-radius: 50%;
            content: "";
            display: inline-block;
            height: 100%;
            opacity: 0;
            position: absolute;
            width: 100%
        }

        .screenAlert-icon.screenAlert-info:after {
            background-color: transparent !important;
            border-radius: 50%;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 1
        }

        .screenAlert-icon.screenAlert-info .screenAlert-body {
            background-color: #c5d4d9;
            border-radius: 2px;
            height: 37px;
            left: 50%;
            margin-left: -2px;
            position: absolute;
            bottom: 10px;
            width: 5px;
            z-index: 2
        }

        .screenAlert-icon.screenAlert-info .screenAlert-dot {
            background-color: #c5d4d9;
            border-radius: 50%;
            top: 10px;
            height: 7px;
            left: 50%;
            margin-left: -3px;
            position: absolute;
            width: 7px;
            z-index: 2
        }

.color-d43f3a {
    color: #d43f3a;
}

.font-size-15 {
    font-size: 15px;
}

.custom-textarea-justificativa {
    width: 100%;
    height: 150px;
    resize: none;
}