@charset "UTF-8";

/*<editor-fold desc="GERAL">*/

    html, body {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 16px;
        color: #363636;
    }
    
    #app {
        position: relative;
        width: 100%;
        min-height: 100%;
        margin: auto;
        background-color: #F4F5F9;
        border: 1px solid #ddd;-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
    }

        @media (min-width: 480px) {
            #app {
                width: 480px;
            }
        }
    
        @media (min-width: 576px) {
            #app {
                width: 576px;
            }
        }
        
        @media (min-width: 768px) {
            #app {
                width: 768px;
            }
        }
        
        @media (min-width: 992px) {
            #app {
                width: 992px;
            }
        }

        @media screen and (min-width: 1200px) {
            #app {
                width: 1200px;
            }
        }
    
    a, a:hover, a:active, a:visited, a:link {
        text-decoration: none;
        color: #363636;
    }

    .color.underline {
        border-bottom: 1px solid #2183d9;
    }
    
    a.color, a.color:hover, a.color:active, a.color:visited, a.color:link {
        color: #2183d9;
    }
    
    .panel {
        margin-bottom: 15px !important;
    }
    
    .panel-heading {
        background-color: #EFF4FD !important;
    }
    
    .panel-heading a {
        color: #333 !important;
    }

    .troca-op .req-troca-op {
        color: #d95757;
    }
    
/*</editor-fold>*/

/*<editor-fold desc="BOOTSTRAP-CUSTOMIZATION">*/

    .form-group {
        margin-bottom: 25px;
    }

    .form-control {
        height: 46px;
    }
    
    .form-control.fc-md {
        height: 36px;
    }
    
    .control-label {
        font-weight: normal;
    }
    
    .text-danger {
        color: #f05454;
    }
    
    .text-warning {
        color: #e6a439;
    }
    
    .text-success {
        color: #37b24e;
    }
    
    span.input-group-addon {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .swal-button.swal-button--confirm.go {
        background-color: #27AE60;
    }

/*</editor-fold>*/

/*<editor-fold desc="MAIN-NAV">*/

    nav#main-nav {
        position: relative;
        width: 100%;
        height: 60px;
        line-height: 60px;
        z-index: 9999;
        -webkit-box-shadow: 0 1px 15px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 1px 15px 0 rgba(0,0,0,0.3);
        box-shadow: 0 1px 15px 0 rgba(0,0,0,0.3);
    }

    nav#main-nav.gradient {
        background: rgb(16, 114, 205); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(16, 114, 205, 1) 0%, rgba(5, 80, 167, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(16, 114, 205, 1) 0%, rgba(5, 80, 167, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(16, 114, 205, 1) 0%, rgba(5, 80, 167, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1072cd', endColorstr='#0550a7', GradientType=1); /* IE6-9 */
    }

    nav#main-nav a#logo-header {
        position: relative;
        display: inline-block;
        margin-left: 30px;
    }
    
    nav#main-nav a#logo-header img {
        height: 32px;
    }

    nav#main-nav ul.nav-items-mobile {
        float: right;
        height: 30px;
        padding: 0;
        margin: 0;
        text-align: right;
        list-style-type: none;
    }

    nav#main-nav ul.nav-items-mobile li.mobile-menu-button {
        float: right;
        margin-right: 35px;
        position: relative;
        padding: 0 15px;
    }
    
    nav#main-nav ul.nav-items-mobile li.mobile-menu-button img.menu-icon {
        width: 30px;
        height: 30px;
    }

    nav#main-nav ul.nav-items-mobile li.mobile-menu-button:hover {
        background-color: #1e7bd3;
    }
    
    nav#main-nav ul.nav-items-mobile ul.mobile-menu {
        position: absolute;
        top: 60px;
        right: 0;
        display: none;
        padding: 0;
        width: 85vw;
        background-color: #1e7bd3;
        list-style-type: none;
        text-align: left;
    }
    
    nav#main-nav ul.nav-items-mobile li.mobile-menu-button:hover ul.mobile-menu {
        display: block;
    }
    
    nav#main-nav ul.nav-items-mobile ul.mobile-menu li {
        margin: 0 40px;
        border-bottom: 1px solid rgba(255,255,255,0.25);
    }
    
    nav#main-nav ul.nav-items-mobile ul.mobile-menu li:last-child {
        border: none;
    }

    nav#main-nav ul.nav-items-mobile ul.mobile-menu li a {
        color: #fff;
    }
    
    nav#main-nav ul.nav-items-mobile ul.mobile-menu li img.nav-icon {
        position: relative;
        top: -2px;
        margin-right: 10px;
        height: 15px;
    }

        @media (min-width: 480px) {
            nav#main-nav ul.nav-items-mobile ul.mobile-menu {
                width: 435px;
            }
        }
        @media (min-width: 576px) and (max-width: 767px) {
            nav#main-nav ul.nav-items-mobile ul.mobile-menu {
                width: 507px;
            }
        }

    nav#main-nav ul.nav-items {
        display: none;
        float: right;
        height: 30px;
        padding: 0;
        margin: 0;
        text-align: right;
        list-style-type: none;
    }

    nav#main-nav ul.nav-items li {
        float: right;
        margin-right: 5px;
    }
    
    nav#main-nav ul.nav-items li a {
        position: relative;
        padding: 10px;
        color: #fff;
        font-size: 16px;
        vertical-align: middle;
    }
    
    nav#main-nav ul.nav-items li .h-underline {
        border-color: #fff !important;
    }
    
    nav#main-nav ul.nav-items li .nav-icon {
        position: relative;
        top: -2px;
        margin-right: 10px;
        height: 15px;
    }

    @media (min-width: 992px) {
        nav#main-nav ul.nav-items {
            display: block;
        }
        nav#main-nav ul.nav-items-mobile {
            display: none;
        }
    }
    
/*</editor-fold>*/

/*<editor-fold desc="FULL-HEADER">*/

    #full-header-back {
        position: absolute;
        width: 100%;
        height: 520px;
        margin: -32px 0 0 -32px;
        text-align: center;
        overflow: hidden;
    }

    #full-header-back #header-circle {
        position: absolute;
        display: inline-block;
        bottom: 0;
        margin: 0 -2500px;
        width: 5000px;
        height: 5000px;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
    }

    #full-header-back #header-background {
        vertical-align: bottom;
        display: inline-block;
        height: 5000px;
        width: 480px;
        background: rgb(16, 114, 205); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(16, 114, 205, 1) 0%, rgba(5, 80, 167, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(16, 114, 205, 1) 0%, rgba(5, 80, 167, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(16, 114, 205, 1) 0%, rgba(5, 80, 167, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1072cd', endColorstr='#0550a7', GradientType=1); /* IE6-9 */
        overflow: hidden;
    }
    
    #full-header-content {
        position: relative;
        padding: 40px 32px;
        color: #fff;
        font-size: 16px;
        margin: -32px 0 0 -32px;
    }

        @media (min-width: 576px) and (max-width: 767px) {
            #full-header-back #header-background {
                width: 576px;
            }
            #full-header-back {
                height: 435px;
            }
        }
        
        @media (min-width: 768px) and (max-width: 991px) {
            #full-header-back #header-background {
                width: 768px;
            }
            #full-header-back {
                height: 365px;
            }
        }
        
        @media (min-width: 992px) {
            #full-header-back #header-background {
                width: 992px;
            }
            #full-header-back {
                height: 345px;
            }
        }
        
        @media screen and (min-width: 1200px) {
            #full-header-back #header-background {
                width: 1200px;
            }
        }
    
/*</editor-fold>*/

/*<editor-fold desc="PAGE-STRUCTURE">*/

    #page-content {
        position: relative;
        width: 100%;
        padding: 32px 5px 85px;
    }

    @media (min-width: 480px) {
        #page-content {
            padding: 32px 32px 85px 32px;
        }
    }

    /*<editor-fold desc="PAGE-BOX">*/
        .page-box {
            margin-top: 25px;
            margin-bottom: 25px;
            padding: 30px 30px 65px 30px;
            background-color: #fff;
            border-radius: 5px;
            -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
            -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
        }
        
        #page-info-box {
            overflow: hidden;
        }
        
        #page-info-box .box-title {
            font-size: 27px;
            color: #1072CD;
            padding: 25px;
            text-align: center;
            border-bottom: 1px solid #ddd;
            vertical-align: middle;
        }
        
        #page-info-box .box-title .icon {
            display: inline-block;
            position: relative;
            top: -1px;
            width: 34px;
            height: 27px;
            background: center no-repeat;
            vertical-align: middle;
        }
        
        #page-info-box .box-section {
            padding: 20px;
            border-bottom: 1px solid #ddd;
        }
        
        #page-content-box .box-section:last-child {
            border-bottom: none;
        }
        
        .box-section.colored {
            background-color: #eff4fd;
        }
        
        #page-info-box .sec-label {
            font-weight: bold;
        }
    
        #page-content-box .section-label {
            font-weight: bold;
            border-bottom: 1px solid black;
            font-size: 18px;
        }
        
        #page-content-box > div {
            padding: 25px;
            border-bottom: 1px solid black;
        }
        
        #page-content-box > form > div {
            padding: 25px;
            border-bottom: 1px solid black;
        }
        
        #page-content-box > div:last-child {
            border-bottom: none;
        }
        
        #page-content-box #msg-box {
            overflow-y: auto;
            overflow-x: hidden;
            padding: 35px 25px 35px 35px;
            max-height: 465px;
            position: relative;
        }
    
        #page-content-box #msg-box:after {
            content: "";
            display: block;
            height: 15px;
            width: 100%;
        }
    /*</editor-fold>*/
    
    .condo-nome {
        border-bottom: 1px solid #333;
    }
    
    /*<editor-fold desc="PAGE-TITLE">*/
        .page-title {
            text-align: center;
            margin-bottom: 70px;
        }
        
        .page-title img {
            height: 40px;
            margin-right: 10px;
            vertical-align: middle;
        }
        
        .page-title h2 {
            display: inline;
            font-family: "Raleway", sans-serif;
            font-weight: 900;
            font-size: 32px;
            color: #1072CD;
            vertical-align: middle;
        }
    /*</editor-fold>*/

    /*<editor-fold desc="LAYER-BOX">*/
        .layer-box-cont {
            position: fixed;
            top: 0;
            left: 0;
            display: none;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0,0,0,0.75);
            z-index: 9999;
            overflow: auto;
        }
    
        .layer-box-cont .layer-box {
            position: relative;
            width: 90%;
            max-width: 1000px;
            margin: 45px auto;
            padding: 45px 40px;
            background-color: #fff;
            border-radius: 10px;
        }
        
        .layer-box-cont .layer-box .glyphicon.layer-box-close {
            position: absolute;
            right: 20px;
            top: 20px;
            font-weight: normal;
            cursor: pointer;
        }
    
        .layer-box-trigger {
            cursor: pointer;
        }
    
        .layer-box-cont.visible {
            display: block;
        }

        .layer-box-cont .layer-box-title {
            margin-top: 5px;
            color: #1072cd;
            font-size: 26px;
            text-align: center;
        }
        
        .layer-box-cont .layer-box-title .title-text {
            display: inline-block;
            vertical-align: middle;
        }

        .layer-box-cont .layer-box-icon {
            display: inline-block;
            position: relative;
            top: -1px;
            width: 35px;
            height: 25px;
            background: center no-repeat;
            vertical-align: middle;
        }
        
        .layer-box-cont .layer-box-subtitle {
            margin-top: 5px;
            font-size: 20px;
            text-align: center;
        }
        
        .layer-box-cont .layer-box-body {
            padding: 35px 0 10px;
        }
        
        .layer-box-cont .layer-box-buttons {
            clear: both;
            padding-top: 30px;
            text-align: right;
        }
    /*</editor-fold>*/
    
/*</editor-fold>*/

/*<editor-fold desc="APP-FOOTER">*/

    #app-footer {
        position: absolute;
        bottom: 0;
        display: table;
        height: 62px;
        width: 100%;
        table-layout: fixed;
        color: #8F8F8F;
    }
    
    #app-footer div {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    
    #app-footer a {
        color: #8F8F8F;
        border-bottom: 1px solid #8F8F8F;
        padding-bottom: 1px;
    }
    
    #app-footer a:hover {
        color: #555555;
        border-color: #555555;
    }
    
/*</editor-fold>*/

/*<editor-fold desc="SECTION-MENU">*/

    #section-menu {
        display: flex;
        width: 100%;
        margin: 0 auto 45px;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
    }
    
    #section-menu .section-item {
        position: relative;
        width: 264px;
        height: 235px;
        margin-bottom: 25px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
        border-radius: 4px;
        overflow: hidden;
    }
    
    #section-menu .section-item.pad {
        visibility: hidden;
        height: 0 !important;
        margin: 0 !important;
    }
    
    #section-menu .section-item a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
    }
    
    #section-menu .section-item .icon-area {
        height: 150px;
        background-color: #EFF4FD;
        line-height: 150px;
        text-align: center;
    }
    
    #section-menu .section-item .icon-area img {
        height: 60px;
    }
    
    #section-menu .section-item .title {
        margin: 28px auto 0;
        line-height: 1;
        font-family: "Raleway", sans-serif;
        font-weight: 900;
        font-size: 22px;
        color: #1072CD;
        text-align: center;
    }
    
    #section-menu .section-item .count {
        position: absolute;
        bottom: 10px;
        right: 12px;
        width: 26px;
        height: 26px;
        color: #fff;
        background-color: #1072CD;
        line-height: 26px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        vertical-align: middle;
    }
    
    #section-menu .section-item .subtitle {
        position: absolute;
        bottom: 6px;
        right: 44px;
        font-size: 15.5px;
        color: rgba(16, 114, 205, 0.55);
    }

    .subtitle-b {
        float: left !important;
        position: absolute;
        bottom: 6px;
        left: 24px;
        font-size: 15.5px;
        color: rgba(16, 114, 205, 0.55);        
    }

        @media (min-width: 576px) and (max-width: 767px) {
            #section-menu {
                width: 512px;
                justify-content: space-between;
            }
            #section-menu .section-item {
                width: 241px;
            }
            #section-menu .section-item.pad-xs {
                display: block;
            }
        }
        
        @media (min-width: 768px) and (max-width: 991px)  {
            #section-menu {
                width: 704px;
                justify-content: space-evenly;
            }
            #section-menu .section-item.pad-sm {
                display: block;
            }
        }
        
        @media (min-width: 992px) and (max-width: 1199px) {
            #section-menu {
                width: 928px;
                justify-content: space-evenly;
            }
            #section-menu .section-item.pad-md {
                display: block;
            }
        }
        
        @media screen and (min-width: 1200px) {
            #section-menu {
                width: 1136px;
                justify-content: space-between;
            }
            #section-menu .section-item.pad-lg {
                display: block;
            }
        }
/*</editor-fold>*/

/*<editor-fold desc="ELEMENTS">*/

    /*<editor-fold desc="BUTTONS">*/

        .back-button {
        }
    
        .back-button img {
            width: 18px;
            vertical-align: baseline;
        }
        
        .but {
            position: relative;
            display: inline-block;
            height: 41px;
            margin-right: 10px;
            margin-bottom: 10px;
            padding: 8px 25px;
            background-color: #fff;
            color: #fff;
            border-radius: 5px;
            font-size: 16px;
            -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
            -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
            box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
            text-align: center;
            vertical-align: middle;
            font-weight: normal;
            border: 0;
            cursor: pointer;
        }
        
        .but:link, .but:visited, .but:active, .but:hover {
            color: #fff;
        }
        
        .but-small {
            height: 35px;
            padding: 6px 15px;
            font-size: 15px;
        }
        
        .but-primary {
            background-color: #1072CD;
            color: #fff;
        }
        
            @media (min-width: 576px) {
                .but-primary {
                    padding: 8px 45px;
                }
                .but-small {
                    padding: 6px 15px;
                }
            }

        .but-primary:hover {
            background-color: #1280e0;
        }

        .but-secondary {
            background-color: #7B8CAE;
            color: #fff;
        }

        .but-secondary:hover {
            background-color: #889abf;
        }

        .but-commit {
            background-color: #27ae60;
        }
        
        .but-commit:hover {
            background-color: #2bbd68;
        }

        .but-warning {
            background-color: #b9c21a;
        }
        
        .but-warning:hover {
            background-color: #c4d662;
        }        

        .but-cancel {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            color: #f05454 !important;
            text-decoration: underline !important;
        }
        
        .but-go {
            background-color: #27AE60;
        }
        
        .but-go:hover {
            background-color: #2bbd68;
        }
        
        .but-danger {
            background-color: #EC6262;
        }
        
        .but-danger:hover {
            background-color: #fa6969;
        }
        
        .but {
            color: #fff;
        }
        
        .but img {
            position: relative;
            top: 2px;
            height: 16px;
            margin-right: 10px;
            vertical-align: baseline;
        }
        
        .but.round {
            border-radius: 50%;
            width: 38px;
            height: 38px;
            padding: 0;
            margin-bottom: 0;
            line-height: 38px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: auto 16px;
        }
        
        .but.round-small {
            border-radius: 50%;
            width: 23px;
            height: 23px;
            padding: 0;
            margin-bottom: 0;
            line-height: 38px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: auto 10px;
        }
        
        .but.round:last-child {
            margin: 0;
        }

        .but.edit {
            background-image: url('/images/pencil.svg');
        }

        .but.remove {
            background-image: url('/images/trash.svg');
        }

        .but.download {
            background-image: url('/images/download.svg');
        }
        
        .but.magnifier {
            background-image: url('/images/magnifier.svg');
        }
        
        .but.plus {
            background-image: url('/images/plus.svg');
        }
        .but.sync {
            background-image: url('/images/sync-white.svg');
        }
        .but.password {
            background-image: url('/images/password-svgrepo-com.svg');
        }        
        .but.upload {
            background-image: url('/images/upload-solid.svg');
        }
        .form-buttons {
            margin-top: 26px;
            text-align: center;
        }
        
    /*</editor-fold>*/
    
    /*<editor-fold desc="DYNAMIC TABLE">*/
        .dyn-table-section {
            margin: 25px auto;
            width: 100%;
        }
        
        /************** FILTER *************/
        
        .dyn-table-section .dyn-table-filter {
            width: 100%;
            display: table;
            margin: 10px auto 15px;
        }
        
        .dyn-table-section .dyn-table-filter label {
            margin-right: 15px;
            font-size: 22px;
        }

        /************** NEW ITEM *************/
        
        .new-table-entry {
            width: 100%;
            margin: 35px 0 10px;
        }
        
        .new-table-entry .label-entry {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 8px;
        }
        
        .new-table-entry > div {
            vertical-align: middle;
            margin-bottom: 13px;
        }
        
        .new-entry-msg {
            margin: 0;
            padding-bottom: 13px;
        }
        
        /************ TABLE *************/
        
        .dyn-table-section .dyn-table {
            width: 100%;
            margin: auto;
            border-radius: 5px;
            overflow: hidden;
            background-color: #f5f8fa;
            border: 1px solid #D5D5D5;
            color: #29455B;
        }
        
        .dyn-table-section .dyn-table .table-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            width: 100%;
            height: 210px;
            margin: -1px;
            background-color: #EFF4FD;
            box-shadow: 0 0 6px 0 rgba(0,0,0,0.09);
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            border: 1px solid #D5D5D5;
            box-sizing: content-box;
        }
        
        .dyn-table-section .dyn-table .table-header .active {
            color: #1072CD;
        }
        
        .dyn-table-section .dyn-table .table-header > div {
            padding: 0 15px;
            cursor: pointer;
            flex-shrink: 0;
            flex-grow: 0;
        }

        .dyn-table-section .dyn-table .table-header > div .order {
            position: relative;
            top: -1px;
            left: 5px;
            display: inline-block;
            width: 11px;
            height: 11px;
            vertical-align: middle;
            background: url('/images/order.svg') center no-repeat;
            background-size: 9px;
        }
        
        .dyn-table-section .dyn-table .table-header > div .order.up {
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        
        .dyn-table-section .dyn-table .table-header > div .order.active {
            background-image: url('/images/order-active.svg');
        }
        
        .dyn-table-section .dyn-table .table-container {
            display: flex;
            max-height: 2100px;
            flex-direction: column;
            flex-wrap: wrap;
            position: relative;
            top: 0;
            left: 0;
            transition: left 600ms ease;
        }
        
        .dyn-table-section .dyn-table .table-row {
            width: 100%;
            height: 210px;
            margin: -1px;
            align-items: center;
            line-height: 1.2;
            text-align: left;
            display: none;
            flex-wrap: wrap;
            border-top: 1px solid #D5D5D5;
            border-bottom: 1px solid #D5D5D5;
            overflow: hidden;
        }

        .dyn-table-section .dyn-table .table-row.clickable {
            cursor: pointer;
        }

        .dyn-table-section .dyn-table .table-row.clickable:hover {
            background-color: #f7f9fc !important;
        }
        
        .dyn-table-section .dyn-table .table-row.visible {
            display: flex;
            background-color: #F8F8F8;
        }
        
        .dyn-table-section .dyn-table .visible.even {
            background-color: #fff;
        }
        
        .dyn-table-section .dyn-table .table-row .table-cell {
            padding: 0 15px;
            vertical-align: middle;
            word-wrap: break-word;
            flex-grow: 0;
            flex-shrink: 0;
        }
        
        /********* RESPONSIVE ***********/

            @media (max-width: 575px) {
                .dyn-table-section .dyn-table .table-cell {
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }
                .dyn-table-section .dyn-table .table-header .table-cell {
                    height: 25px;
                    line-height: 25px;
                    font-size: 16px;
                }
            }

            @media (min-width: 576px) and (max-width: 767px) {
                .dyn-table-section .dyn-table .table-container {
                    max-height: 1000px;
                }
                .dyn-table-section .dyn-table .table-row {
                    width: 450px;
                    height: 102px;
                    font-size: 15px;
                }
                .dyn-table-section .dyn-table .table-header {
                    height: 102px;
                    font-size: 14px;
                }
                .dyn-table-section .dyn-table .table-cell {
                    padding: 8px !important;
                }
            }
            
            @media (min-width: 768px) and (max-width: 991px) {
                .dyn-table-section .dyn-table .table-container {
                    max-height: 1000px;
                }
                .dyn-table-section .dyn-table .table-row {
                    width: 642px;
                    height: 102px;
                    font-size: 15px;
                }
                .dyn-table-section .dyn-table .table-header {
                    height: 102px;
                    font-size: 16px;
                }
            }
            
            @media (min-width: 992px) and (max-width: 1199px) {
                .dyn-table-section .dyn-table {
                    font-size: 15px;
                }
                .dyn-table-section .dyn-table-pagination {
                    font-size: 14px;
                }
                .dyn-table-section .dyn-table .table-header {
                    font-size: 16px;
                    height: 61px;
                }
                .dyn-table-section .dyn-table .table-row {
                    width: 866px;
                    height: 61px;
                }
                .dyn-table-section .dyn-table .table-row .icon.change {
                    display: none;
                }
                .dyn-table-section .dyn-table .table-row .but.round {
                    width: 35px;
                    height: 35px;
                    margin-right: 3px;
                }
                .dyn-table-section .dyn-table .table-row .but.round:last-child {
                    margin: 0;
                }
                .dyn-table-section .dyn-table .table-container {
                    max-height: 600px;
                }
            }
            
            @media screen and (min-width: 1200px) {
                .dyn-table-section .dyn-table .table-row {
                    width: 1074px;
                    height: 61px;
                }
                .dyn-table-section .dyn-table .table-header {
                    height: 61px;
                }
                .dyn-table-section .dyn-table .table-container {
                    max-height: 600px;
                }
            }
    
        /************ PAGINATION ************/

        .dyn-table-section .dyn-table-pagination {
            width: 1350px;
            margin: 8px auto 20px;
            padding-left: 8px;
            color: #4a4a4a;
        }
        
        .dyn-table-section .dyn-table-pagination ul.table-pag {
            width: 100%;
            margin: 0;
            padding: 0;
            list-style-type: none;
            font-size: 0;
            text-align: left;
        }
        
        .dyn-table-section .dyn-table-pagination ul.table-pag li {
            display: inline-block;
            width: 25px;
            height: 24px;
            margin: 0 3px 0 0;
            padding: 2px 5px;
            border-radius: 3px;
            background-color: #fff;
            border: 1px solid #ccc;
            font-size: 15px;
            line-height: 18px;
            text-align: center;
            cursor: pointer;
        }
        
        .dyn-table-section .dyn-table-pagination ul.table-pag li.hidden {
            display: none;
        }
        
        .dyn-table-section .dyn-table-pagination ul.table-pag li:hover,
        .dyn-table-section .dyn-table-pagination ul.table-pag li.active {
            background-color: #EFF4FD;
        }
        
        .dyn-table-section .dyn-table-pagination ul.table-pag li.icon {
            color: #666666;
        }
        
            /******** COL SIZES ********/

            .dyn-table-section .dyn-table .table-cell.xxs-l10 {
                width: 10%;
            }
            
            .dyn-table-section .dyn-table .table-cell.xxs-l12-5 {
                width: 12.5%;
            }
            
            .dyn-table-section .dyn-table .table-cell.xxs-l15 {
                width: 15%;
            }
            
            .dyn-table-section .dyn-table .table-cell.xxs-l20 {
                width: 20%;
            }
            
            .dyn-table-section .dyn-table .table-cell.xxs-l22-5 {
                width: 22.5%;
            }
            
            .dyn-table-section .dyn-table .table-cell.xxs-l25 {
                width: 25%;
            }
            
            .dyn-table-section .dyn-table .table-cell.xxs-l30 {
                width: 30%;
            }
            .dyn-table-section .dyn-table .table-cell.xxs-l35 {
                width: 35%;
            }
            .dyn-table-section .dyn-table .table-cell.xxs-l40 {
                width: 40%;
            }
            .dyn-table-section .dyn-table .table-cell.xxs-l100 {
                width: 100%;
            }

            @media (min-width: 576px) and (max-width: 767px) {
                .dyn-table-section .dyn-table .table-cell.xs-l10 {
                    width: 10%;
                }
                
                .dyn-table-section .dyn-table .table-cell.xs-l12-5 {
                    width: 12.5%;
                }
                
                .dyn-table-section .dyn-table .table-cell.xs-l15 {
                    width: 15%;
                }
                
                .dyn-table-section .dyn-table .table-cell.xs-l20 {
                    width: 20%;
                }
                
                .dyn-table-section .dyn-table .table-cell.xs-l22-5 {
                    width: 22.5%;
                }
                
                .dyn-table-section .dyn-table .table-cell.xs-l25 {
                    width: 25%;
                }
                
                .dyn-table-section .dyn-table .table-cell.xs-l30 {
                    width: 30%;
                }
                .dyn-table-section .dyn-table .table-cell.xs-l35 {
                    width: 35%;
                }
                .dyn-table-section .dyn-table .table-cell.xs-l40 {
                    width: 40%;
                }
                .dyn-table-section .dyn-table .table-cell.xs-l50 {
                    width: 50%;
                }
                .dyn-table-section .dyn-table .table-cell.xs-l70 {
                     width: 70%;
                 }
                .dyn-table-section .dyn-table .table-cell.xs-l80 {
                    width: 80%;
                }
            }

            @media (min-width: 768px) and (max-width: 991px) {
                .dyn-table-section .dyn-table .table-cell.sm-l10 {
                    width: 10%;
                }
                
                .dyn-table-section .dyn-table .table-cell.sm-l12-5 {
                    width: 12.5%;
                }
                
                .dyn-table-section .dyn-table .table-cell.sm-l15 {
                    width: 15%;
                }
                
                .dyn-table-section .dyn-table .table-cell.sm-l20 {
                    width: 20%;
                }
                
                .dyn-table-section .dyn-table .table-cell.sm-l22-5 {
                    width: 22.5%;
                }
                
                .dyn-table-section .dyn-table .table-cell.sm-l25 {
                    width: 25%;
                }
                
                .dyn-table-section .dyn-table .table-cell.sm-l30 {
                    width: 30%;
                }.dyn-table-section .dyn-table .table-cell.sm-l35 {
                     width: 35%;
                 }
                .dyn-table-section .dyn-table .table-cell.sm-l40 {
                    width: 40%;
                }
                .dyn-table-section .dyn-table .table-cell.sm-l45 {
                    width: 45%;
                }
                .dyn-table-section .dyn-table .table-cell.sm-l50 {
                    width: 50%;
                }
                .dyn-table-section .dyn-table .table-cell.sm-l60 {
                    width: 60%;
                }
                .dyn-table-section .dyn-table .table-cell.sm-l70 {
                    width: 70%;
                }
                .dyn-table-section .dyn-table .table-cell.sm-l80 {
                    width: 80%;
                }
            }

            @media (min-width: 992px) and (max-width: 1199px) {
                .dyn-table-section .dyn-table .table-cell.md-l10 {
                    width: 10%;
                }
                
                .dyn-table-section .dyn-table .table-cell.md-l12-5 {
                    width: 12.5%;
                }
                
                .dyn-table-section .dyn-table .table-cell.md-l15 {
                    width: 15%;
                }
                
                .dyn-table-section .dyn-table .table-cell.md-l20 {
                    width: 20%;
                }
                
                .dyn-table-section .dyn-table .table-cell.md-l22-5 {
                    width: 22.5%;
                }
                
                .dyn-table-section .dyn-table .table-cell.md-l25 {
                    width: 25%;
                }
                
                .dyn-table-section .dyn-table .table-cell.md-l30 {
                    width: 30%;
                }
                .dyn-table-section .dyn-table .table-cell.md-l40 {
                    width: 40%;
                }
            }
            
            @media screen and (min-width: 1200px) {
                .dyn-table-section .dyn-table .table-cell.lg-l05 {
                    width: 5%;
                }
                .dyn-table-section .dyn-table .table-cell.lg-l07-5 {
                    width: 7.5%;
                }
                .dyn-table-section .dyn-table .table-cell.lg-l10 {
                    width: 10%;
                }
                
                .dyn-table-section .dyn-table .table-cell.lg-l12-5 {
                    width: 12.5%;
                }
                
                .dyn-table-section .dyn-table .table-cell.lg-l15 {
                    width: 15%;
                }
                
                .dyn-table-section .dyn-table .table-cell.lg-l17-5 {
                    width: 17.5%;
                }
                
                .dyn-table-section .dyn-table .table-cell.lg-l20 {
                    width: 20%;
                }
                
                .dyn-table-section .dyn-table .table-cell.lg-l22-5 {
                    width: 22.5%;
                }
                
                .dyn-table-section .dyn-table .table-cell.lg-l25 {
                    width: 25%;
                }
                
                .dyn-table-section .dyn-table .table-cell.lg-l30 {
                    width: 30%;
                }
                .dyn-table-section .dyn-table .table-cell.lg-l40 {
                    width: 40%;
                }
            }
        
    /*</editor-fold>*/

    /*<editor-fold desc="CELL-BOX">*/
        .cell-box {
            text-align: center;
            color: #fff;
            font-size: 14px;
            border-radius: 2px;
            padding: 6px 6px 4px;
            line-height: 1.2;
        }
        
        .cell-box.verde {
            background-color: #27AE60;
        }
        
        .cell-box.vermelho {
            background-color: #EC6262;
        }

        .cell-box.azul-claro {
            background-color: #2ca4db;
        }
        
        .cell-box.azul {
            background-color: #1072CD;
        }

        .cell-box.laranja {
            background-color: #f58e20;
        }
        
        .cell-box.roxo {
            background-color: #be76d6;
        }

        .cell-box.amarelo {
            background-color: #ebdf00;
            color: #333;
        }

        .cell-box.cinza {
            background-color: #8F8F8F;
            color: black;
        }        
        
        .cell-box .icon {
            display: inline-block;
            width: 16px;
            height: 16px;
            background-repeat: no-repeat;
            background-size: contain;
            font-family: FontAwesome, sans-serif;
            color: #fff;
            font-size: 16px;
            vertical-align: middle;
            margin-right: 5px;
        }
        
        .cell-box .icon.change {
            background-image: url('/images/sync.svg')
        }
    /*</editor-fold>*/

    /*<editor-fold desc="NOTIFICATION-BOX">*/
        #notification-zone {
            position: fixed;
            top: 45vh;
            left: 0;
            width: 100%;
            z-index: 99999999;
        }

        #notification-zone .notification-box {
            margin: 2px auto;
            position: relative;
            width: 90%;
            max-width: 850px;
            top: -65vh;
            padding: 5px 20px;
            color: #fff;
            border-radius: 5px;
            transition: top 1s;
            z-index: 99999999;
            font-size: 23px;
        }
        
        #notification-zone .notification-box.in {
            top: 0;
        }
        
        #notification-zone .notification-box.success {
            background-color: #23b15f;
        }
        
        #notification-zone .notification-box.error {
            background-color: #e36666;
        }
        
        #notification-zone .notification-box.info {
            background-color: #5da6d4;
        }
        
        #notification-zone .notification-box div.glyphicon {
            position: absolute;
            right: 10px;
            top: 11px;
            font-size: 13px;
            font-weight: normal;
            cursor: pointer;
        }
    /*</editor-fold>*/

    /*<editor-fold desc="ATTACH-BOX">*/
        .attach-box {
            display: inline-block;
            height: 23px;
            margin: 0 10px 10px 0;
            border: 1px solid #d6d6d6;
            border-radius: 3px;
            background-color: #fff;
            font-size: 13px;
        }
        
        .attach-box .attach-name {
            display: inline-block;
            max-width: 110px;
            height: 100%;
            padding: 0 8px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        
        .attach-box .remove {
            position: relative;
            right: 4px;
            float: right;
            color: #363636;
            font-size: 12px;
            line-height: 23px;
        }
    /*</editor-fold>*/

    /*<editor-fold desc="MENSAGEM">*/
        .mensagem {
            display: table;
            padding-bottom: 22px;
            font-size: 15px;
            table-layout: fixed;
            width: 100%;
        }
        
        .mensagem .col-left {
            display: table-cell;
            width: 85px;
            text-align: center;
        }
        
        .mensagem .col-right {
            position: relative;
            display: table-cell;
            vertical-align: top;
        }
        
        .mensagem .bubble {
            position: relative;
            padding: 15px 20px;
            border: 1px solid #ddd;
            border-radius: 15px;
            vertical-align: top;
            box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.15);
            background-color: #fff;
        }
        
        .mensagem .arrow {
            position: absolute;
            top: 35px;
            left: -12px;
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 12px solid #ddd;
            z-index: 10;
        }
        
        .mensagem .arrow:after {
            position: absolute;
            top: -12px;
            left: 1px;
            content: "";
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 12px solid #fff;
        }
        
        .mensagem .arrow-shadow {
            position: absolute;
            top: 36px;
            left: -11px;
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-right: 12px solid #d9d9d9;
            filter: blur(4px);
            z-index: 0;
        }
        
        .mensagem .col-right .footer {
            margin-top: 15px;
            font-weight: bold;
        }
        
        .mensagem .icon {
            position: relative;
            top: 25px;
            left: -10px;
            display: inline-block;
            width: 45px;
            height: 45px;
            background: center;
            background-size: contain;
            border-radius: 50%;
            border: 0;
        }

        .mensagem .options {
            position: relative;
            float: right;
        }

        #form-msg #alert-resposta {
            display: none;
        }

        .mensagem .alert,
        #form-msg .alert {
            margin-bottom: 0;
        }

        #form-msg .mensagem-parcial {
            font-size: 75%;
        }

        .ultimaVisualizacaoBox {
            display: block;
            background: #eee;
            width: 100%;
            height: 40px;
            margin: 0 0 22px 0;
            border-radius: 10px;
            box-shadow: #ddd 3px 3px 3px;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            color: #777;
        }
    /*</editor-fold>*/

    /*<editor-fold desc="CHARTS">*/
        .opcao-chart-cont {
            display: inline-block;
            width: 100px;
            padding: 0 15px;
            margin: 15px 0;
            vertical-align: top;
        }
        .chart-title {
            font-weight: bold;
            text-align: center;
        }
        .chart-cont > svg {
            height: 100%;
            padding: 10px 0;
            display: block;
        }
        .chart-cont .chart_label {
            color: #444444 !important;
            font-size: 19px !important;
            font-weight: bold !important;
        }
    /*</editor-fold>*/

    /*<editor-fold desc="CHECKBOX">*/
        .checkbox {
            display: block;
            position: relative;
            padding-left: 30px;
            margin-bottom: 5px;
            padding-top: 0 !important;
            font-size: 15px;
            font-weight: normal;
            vertical-align: middle;
        }
        .checkbox input {
            position: absolute;
            z-index: -1;
            opacity: 0;
        }
        .checkbox_indicator {
            position: absolute;
            top: 2px;
            left: 0;
            height: 20px;
            width: 20px;
            background: #e6e6e6;
            border-radius: 4px;
        }
        .checkbox-radio .checkbox_indicator {
            border-radius: 50%;
        }
        
        .checkbox:hover input ~ .checkbox_indicator,
        .checkbox input:focus ~ .checkbox_indicator {
            background: #e6e6e6;
        }
        
        .checkbox input:checked ~ .checkbox_indicator {
            background: #7EC3E6;
        }
        .checkbox:hover input:not([disabled]):checked ~ .checkbox_indicator,
        .checkbox input:checked:focus ~ .checkbox_indicator {
            background: #7ec3e6;
        }
        .checkbox input:disabled ~ .checkbox_indicator {
            background: #e6e6e6;
            opacity: 0.6;
            pointer-events: none;
        }
        .checkbox_indicator:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .checkbox input:checked ~ .checkbox_indicator:after {
            display: block;
        }
        .checkbox-checkbox .checkbox_indicator:after {
            left: 8px;
            top: 4px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
        .checkbox-checkbox input:disabled ~ .checkbox_indicator:after {
            border-color: #7b7b7b;
        }
    /*</editor-fold>*/

    .file-size-msg {
        font-size: 14px;
        color: #d62d32;
        margin-top: 10px;
    }

/*</editor-fold>*/

/*<editor-fold desc="ELEMENT-STYLE">*/

    .dim {
        opacity: 0.65;
    }

    .pointer {
        cursor: pointer;
    }

    .block-center {
        display: block;
        margin: auto;
    }

    .inline {
        display: inline-block;
    }
    
    .no-shadow {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    
    .underline {
        border-bottom: 1px solid #363636;
        padding-bottom: 1px;
    }
    
    .strong {
        font-weight: bold;
    }
    
    .italic {
        font-style: italic;
    }
    
    .h-underline:hover {
        border-bottom: 1px solid #363636;
        padding-bottom: 1px;
    }
    
    .clean {
        font-weight: normal !important;
        text-decoration: none !important;
    }
    
    .wauto {
        width: auto !important;
    }
    
    .smaller {
        font-size: 90%;
    }
    
    .ellipsis {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .no-float {
        float: none;
    }
    
    .no-padding {
        padding: 0;
    }
    
    .valign-top {
        vertical-align: top;
    }
    
    .valign-middle {
        vertical-align: middle;
    }
    
    .no-margin {
        margin: 0 !important;
    }
    
    .hidden {
        display: none;
    }

    .top-0 {
        margin-top: 0;
    }
    
    .top-5 {
        margin-top: 5px;
    }

    .top-10 {
        margin-top: 10px;
    }
    
    .top-15 {
        margin-top: 15px;
    }

    .top-20 {
        margin-top: 20px;
    }
    
    .top-25 {
        margin-top: 25px;
    }

    .top-30 {
        margin-top: 30px;
    }
    
    .top-40 {
        margin-top: 40px;
    }
    
    .top-50 {
        margin-top: 50px;
    }

    .bot-0 {
        margin-bottom: 0;
    }

    .bot-10 {
        margin-bottom: 10px;
    }
    
    .bot-15 {
        margin-bottom: 15px;
    }

    .bot-20 {
        margin-bottom: 20px;
    }
    
    .bot-35 {
        margin-bottom: 35px;
    }
    
    .bot-55 {
        margin-bottom: 55px;
    }
    
    .left-15 {
        margin-left: 15px !important;
    }
    
    .margin-sm-tb {
        margin: 20px 0;
    }

    .margin-md-tb {
        margin: 35px 0;
    }
    
    .margin-big-tb {
        margin: 55px 0;
    }

    .margin-huge-tb {
        margin: 85px 0;
    }
    
    .max-650 {
        max-width: 650px;
        width: 100%;
    }
    
    @media (max-width: 575px) {
        .xxs-center {
            text-align: center;
        }
    }
    
/*</editor-fold>*/

/*<editor-fold desc="PAINEL-HOME">*/

    /*<editor-fold desc="FULL-HEADER">*/
        .painel-home #full-header-content .main-header {
            display: table;
            margin-bottom: 30px;
            width: 100%;
        }
        
        .painel-home #full-header-content .main-header .icon {
            display: table-cell;
            vertical-align: middle;
            padding-right: 13px;
        }
        
        .painel-home #full-header-content .main-header .icon img {
            height: 44px;
        }
        
        .painel-home #full-header-content .main-header .header-text {
            display: table-cell;
        }
        
        .painel-home #full-header-content .main-header .header-title {
            margin-bottom: 10px;
            font-family: "Raleway", sans-serif;
            font-weight: 900;
            font-size: 24px;
            line-height: 1.2;
        }
        
        .painel-home #full-header-content .main-header .header-subtitle {
            font-size: 18px;
            line-height: 1.2;
        }
        
        .painel-home #full-header-content .main-header .header-subtitle .cond {
            font-weight: bold;
            border-color: #fff;
        }
        
        .painel-home #full-header-content .welcome-text a {
            color: #fff;
            border-bottom: 1px solid #fff;
        }
        
            @media (min-width: 576px) and (max-width: 767px) {
                .painel-home #full-header-content .main-header .header-title {
                    font-size: 28px;
                }
                .painel-home #full-header-content .main-header .header-subtitle {
                    font-size: 20px;
                }
            }
            
            @media (min-width: 768px) {
                .painel-home #full-header-content .main-header .header-title {
                    font-size: 30px;
                }
            }
    /*</editor-fold>*/
    
/*</editor-fold>*/

.login-logo {
    width: 215px !important;
    height: auto !important;;
    margin-top: 45px !important;
}

.logo-config-cont {
    height: 135px;
    line-height: 135px;
}
.logo-config {
    max-width: 70%;
    max-height: 135px;
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media screen and (min-width: 1200px) {
}

.whatsapp {
    position: absolute;
    right: 15px;
    top: 15px;
}

.termos-de-uso {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #1072CD;
    color: white;
    border: 1px solid black;
    left: 0px;
}
.termos-de-uso .aceito {
    background-color: white;
    color: black;
    border: 1px solid black;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}
.termos-de-uso a {
    color: white;
}

.termos-de-uso a:hover {
    color: white;
}

.select2-container--bootstrap .select2-selection--single {
    height: 46px !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    padding: 6px 12px !important;
}


.select2-container {
    width: 100% !important;
}

.eye {
    height: 28px !important;
    width: 28px !important;
    padding: 6px !important;
    margin-bottom: 1.5px !important;
}

.hrAssembleia {
	border-width: 0; 
	height: 2px;
	border-top-width: 1px;
    border-color: rgb(0, 0, 0);
}
.but-user {
    margin-right: 0px !important;
}

.text-alert {
    color: #e6a439;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Fundo que cobre toda a tela */
.loading-overlay {
position: fixed; /* fixa na tela */
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(128, 128, 128, 0.7); /* cinza translúcido */
display: none;
align-items: center;
justify-content: center;
z-index: 9999; /* fica acima de tudo */
}

/* Spinner (animação de loading) */
.spinner {
border: 8px solid #f3f3f3; /* borda cinza clara */
border-top: 8px solid #2b4ad1; /* borda escura na parte de cima */
border-radius: 50%;
width: 60px;
height: 60px;
animation: spin 1s linear infinite;
}

/* Animação giratória */
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}