    @import url(bootstrap.css);
    @import url(nprogress.css);
    body,
    html {
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
        height: 100%;
        background: #f5f7fa;
        color: #000;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    
    #wrapper {
        position: relative;
        top: 0;
        z-index: 10;
        width: 100%;
        min-height: 100%;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        background: #f5f7fa;
        overflow: hidden;
        transition: transform .4s ease;
        -webkit-transition: -webkit-transform .4s ease;
        -moz-transition: -moz-transform .4s ease;
        -o-transition: -o-transform .4s ease;
        -ms-transition: -ms-transform .4s ease
    }
    
    @media (min-width:1025px) {
        #wrapper {
            top: 0 !important
        }
    }
    
    img {
        max-width: 100%;
        height: auto;
        -webkit-backface-visibility: hidden
    }
    
    a,
    button,
    input {
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    a {
        text-decoration: none !important;
        outline: 0;
        /*color: #304ffe*/
    }
    
    a:active,
    a:focus,
    a:hover {
        text-decoration: none !important;
        outline: 0;
        /*color: #1e3ded*/
    }
    
    button,
    input {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        outline: 0
    }
    
    label {
        font-weight: 500;
        margin-bottom: 10px
    }
    
    @-moz-keyframes pulse {
        0% {
            -moz-transform: scale(0);
            opacity: 0
        }
        25% {
            -moz-transform: scale(0);
            opacity: .1
        }
        50% {
            -moz-transform: scale(.1);
            opacity: .3
        }
        75% {
            -moz-transform: scale(.5);
            opacity: .5
        }
        100% {
            -moz-transform: scale(1);
            opacity: 0
        }
    }
    
    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale(0);
            opacity: 0
        }
        25% {
            -webkit-transform: scale(0);
            opacity: .1
        }
        50% {
            -webkit-transform: scale(.1);
            opacity: .3
        }
        75% {
            -webkit-transform: scale(.5);
            opacity: .5
        }
        100% {
            -webkit-transform: scale(1);
            opacity: 0
        }
    }
    
    .fa-hover {
        font-size: 14px;
        line-height: 22px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        cursor: pointer
    }
    
    .fa-hover .fa,
    .fa-hover .ico {
        display: inline-block;
        height: 22px;
        vertical-align: top;
        min-width: 28px;
        font-size: 14px;
        line-height: 22px;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        color: #000
    }
    
    .fa-hover:hover {
        background: #304ffe;
        color: #FEFEFE
    }
    
    .fa-hover:hover .fa,
    .fa-hover:hover .ico {
        font-size: 22px;
        line-height: 22px;
        height: 22px;
        color: #FEFEFE
    }
    
    .input-no-style {
        border: none;
        background: 0 0;
        outline: 0
    }
    
    .row-inline-block {
        font-size: 0;
        text-align: left
    }
    
    .row-inline-block>* {
        display: inline-block;
        float: none;
        font-size: 14px;
        vertical-align: top
    }
    
    .row-inline-block.text-center>* {
        text-align: center
    }
    
    .row.small-spacing {
        margin-left: -11.5px;
        margin-right: -11.5px
    }
    
    .row.small-spacing>[class^=col-] {
        padding-left: 8px;
        padding-right: 8px
    }
    
    .light-effect {
        position: relative;
        overflow: hidden;
        display: block
    }
    
    .light-effect:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -200%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .3);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transform: skew(45deg);
        -webkit-transform: skew(45deg);
        -moz-transform: skew(45deg);
        -o-transform: skew(45deg);
        -ms-transform: skew(45deg)
    }
    
    .light-effect:hover:after {
        left: 100%;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0
    }
    
    .error {
        color: #ea4335;
        font-weight: 400;
        padding: 5px 0 5px 0
    }
    
    .display-none {
        display: none
    }
    
    @media (min-width:1025px) {
        .hidden-on-desktop {
            display: none !important
        }
    }
    
    h4 strong {
        font-weight: 600;
        font-size: 16px
    }
    
    .help-block {
        margin-top: 10px;
        color: #aab2bd
    }
    
    .margin-top-0 {
        margin-top: 0 !important
    }
    
    .margin-top-10 {
        margin-top: 10px !important
    }
    
    .margin-top-15 {
        margin-top: 15px !important
    }
    
    .margin-top-20 {
        margin-top: 20px !important
    }
    
    .margin-top-30 {
        margin-top: 30px !important
    }
    
    .margin-top-40 {
        margin-top: 40px !important
    }
    
    .margin-top-50 {
        margin-top: 50px !important
    }
    
    .margin-top-60 {
        margin-top: 60px !important
    }
    
    .margin-top-70 {
        margin-top: 70px !important
    }
    
    .margin-top-80 {
        margin-top: 80px !important
    }
    
    .margin-top-90 {
        margin-top: 90px !important
    }
    
    .margin-top-100 {
        margin-top: 100px !important
    }
    
    .margin-bottom-0 {
        margin-bottom: 0 !important
    }
    
    .margin-bottom-10 {
        margin-bottom: 10px !important
    }
    
    .margin-bottom-20 {
        margin-bottom: 20px !important
    }
    
    .margin-bottom-30 {
        margin-bottom: 30px !important
    }
    
    .margin-bottom-40 {
        margin-bottom: 40px !important
    }
    
    .margin-bottom-50 {
        margin-bottom: 50px !important
    }
    
    .margin-bottom-60 {
        margin-bottom: 60px !important
    }
    
    .margin-bottom-70 {
        margin-bottom: 70px !important
    }
    
    .margin-bottom-80 {
        margin-bottom: 80px !important
    }
    
    .margin-bottom-90 {
        margin-bottom: 90px !important
    }
    
    .margin-bottom-100 {
        margin-bottom: 100px !important
    }
    
    .padding-for-mess {
        padding: 10px 15px 10px 15px
    }
    
    .padding-10 {
        padding: 10px !important
    }
    
    .padding-20 {
        padding: 20px !important
    }
    
    .padding-30 {
        padding: 30px !important
    }
    
    .min-height-100 {
        min-height: 100px !important
    }
    
    .min-height-200 {
        min-height: 200px !important
    }
    
    .min-height-300 {
        min-height: 300px !important
    }
    
    .min-height-400 {
        min-height: 400px !important
    }
    
    .min-height-500 {
        min-height: 500px !important
    }
    
    .no-margin {
        margin: 0 !important
    }
    
    .no-padding {
        padding: 0 !important
    }
    
    .inline-block {
        display: inline-block
    }
    
    .btn-group-lg>.btn,
    .btn-lg {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px
    }
    
    .btn {
        font-size: 16px;
        line-height: 26px;
        padding: 8px 25px;
        border: none;
        font-weight: 500;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
    
    .btn_modal {
        margin-bottom: 15px !important;
    }
    
    .modal-header .btn {
        margin-bottom: 15px !important;
    }
    
    .btn.btn-bordered {
        background: #FEFEFE;
        color: #000;
        border: 2px solid #e4e7ea
    }
    
    .btn.btn-bordered:hover {
        background: #e4e7ea
    }
    
    .btn.btn-rounded {
        border-radius: 23px;
        -moz-border-radius: 23px;
        -webkit-border-radius: 23px
    }
    
    .btn.btn-rounded.btn-lg {
        border-radius: 32px;
        -moz-border-radius: 32px;
        -webkit-border-radius: 32px
    }
    
    .btn.btn-rounded.btn-sm {
        border-radius: 19px;
        -moz-border-radius: 19px;
        -webkit-border-radius: 19px
    }
    
    .btn.btn-lg {
        font-size: 18px;
        line-height: 28px;
        padding: 15px 35px
    }
    
    .btn.btn-sm {
        font-size: 14px;
        line-height: 24px;
        padding: 7px 20px
    }
    
    .btn.btn-xs {
        font-size: 12px;
        line-height: 22px;
        padding: 5px 15px
    }
    
    .btn.btn-icon {
        position: relative;
        overflow: hidden
    }
    
    .btn.btn-icon .ico {
        position: absolute;
        top: 0;
        width: 42px;
        height: 100%;
        line-height: 42px;
        background: rgba(0, 0, 0, .1)
    }
    
    .btn.btn-icon.btn-lg .ico {
        line-height: 58px
    }
    
    .btn.btn-icon.btn-sm .ico {
        line-height: 38px;
        width: 38px
    }
    
    .btn.btn-icon.btn-xs .ico {
        line-height: 32px;
        width: 32px
    }
    
    .btn.btn-icon-left {
        padding-left: 57px;
        padding-right: 15px
    }
    
    .btn.btn-icon-left.btn-lg {
        padding-right: 30px;
        padding-left: 73px
    }
    
    .btn.btn-icon-left .ico {
        left: 0
    }
    
    .btn.btn-icon-left.btn-sm {
        padding-left: 53px
    }
    
    .btn.btn-icon-left.btn-xs {
        padding-left: 47px
    }
    
    .btn.btn-icon-right {
        padding-right: 57px;
        padding-left: 15px
    }
    
    .btn.btn-icon-right.btn-lg {
        padding-left: 30px;
        padding-right: 73px
    }
    
    .btn.btn-icon-right .ico {
        right: 0
    }
    
    .btn.btn-icon-right.btn-sm {
        padding-right: 53px
    }
    
    .btn.btn-icon-right.btn-xs {
        padding-right: 47px
    }
    
    .btn.btn-circle {
        padding-right: 0;
        padding-left: 0;
        width: 42px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%
    }
    
    .btn.btn-circle.btn-lg {
        width: 58px
    }
    
    .btn.btn-circle.btn-sm {
        width: 38px
    }
    
    .btn.btn-circle.btn-xs {
        width: 32px
    }
    
    .btn.btn-social {
        width: 38px;
        height: 38px;
        padding: 0;
        line-height: 38px;
        color: #FEFEFE
    }
    
    .btn.btn-facebook {
        background-color: #3b5998 !important
    }
    
    .btn.btn-twitter {
        background-color: #55acee !important
    }
    
    .btn.btn-google-plus {
        background-color: #dd4b39 !important
    }
    
    .btn.btn-linkedin {
        background-color: #007bb6 !important
    }
    
    .btn.btn-instagram {
        background-color: #3f729b !important
    }
    
    .btn.btn-pinterest {
        background-color: #cb2027 !important
    }
    
    .btn.btn-dribbble {
        background-color: #ea4c89 !important
    }
    
    .btn.btn-youtube {
        background-color: #b00 !important
    }
    
    .btn.btn-social-with-text {
        width: 100%;
        margin-bottom: 15px
    }
    
    .btn .ico {
        display: inline-block
    }
    
    .btn .ico-left {
        margin-right: 8px
    }
    
    .btn .ico-right {
        margin-left: 8px
    }
    
    .btn-primary {
        background: #304ffe
    }
    
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:hover {
        background: #1e3ded !important
    }
    
    .btn-primary.btn-bordered {
        border-color: #304ffe;
        color: #304ffe
    }
    
    .btn-primary.btn-bordered:active,
    .btn-primary.btn-bordered:focus,
    .btn-primary.btn-bordered:hover {
        border-color: #1e3ded;
        color: #FEFEFE
    }
    
    .btn-success {
        background: #00bf4f
    }
    
    .btn-success:active,
    .btn-success:focus,
    .btn-success:hover {
        background: #00ce55 !important
    }
    
    .btn-success.btn-bordered {
        border-color: #00bf4f;
        color: #00bf4f
    }
    
    .btn-success.btn-bordered:active,
    .btn-success.btn-bordered:focus,
    .btn-success.btn-bordered:hover {
        border-color: #00ce55;
        color: #FEFEFE
    }
    
    .btn-info {
        background: #00aeff
    }
    
    .btn-info:active,
    .btn-info:focus,
    .btn-info:hover {
        background: #00aeff !important
    }
    
    .btn-info.btn-bordered {
        border-color: #00aeff;
        color: #00aeff
    }
    
    .btn-info.btn-bordered:active,
    .btn-info.btn-bordered:focus,
    .btn-info.btn-bordered:hover {
        border-color: #00aeff;
        color: #FEFEFE
    }
    
    .btn-warning {
        background: #fbbc05
    }
    
    .btn-warning:active,
    .btn-warning:focus,
    .btn-warning:hover {
        background: #ffa000 !important
    }
    
    .btn-warning.btn-bordered {
        border-color: #fbbc05;
        color: #fbbc05
    }
    
    .btn-warning.btn-bordered:active,
    .btn-warning.btn-bordered:focus,
    .btn-warning.btn-bordered:hover {
        border-color: #ffa000;
        color: #FEFEFE
    }
    
    .btn-danger {
        background: #ea4335
    }
    
    .btn-danger:active,
    .btn-danger:focus,
    .btn-danger:hover {
        background: #ff3838 !important
    }
    
    .btn-danger.btn-bordered {
        border-color: #ea4335;
        color: #ea4335
    }
    
    .btn-danger.btn-bordered:active,
    .btn-danger.btn-bordered:focus,
    .btn-danger.btn-bordered:hover {
        border-color: #ff3838;
        color: #FEFEFE
    }
    
    .btn-violet {
        background: #7045ff;
        color: #FEFEFE
    }
    
    .btn-violet:active,
    .btn-violet:focus,
    .btn-violet:hover {
        color: #FEFEFE;
        background: #8445ff !important
    }
    
    .btn-violet.btn-bordered {
        border-color: #7045ff;
        color: #7045ff
    }
    
    .btn-violet.btn-bordered:active,
    .btn-violet.btn-bordered:focus,
    .btn-violet.btn-bordered:hover {
        border-color: #8445ff;
        color: #FEFEFE
    }
    
    .btn-orange {
        background: #ff460b;
        color: #FEFEFE
    }
    
    .btn-orange:active,
    .btn-orange:focus,
    .btn-orange:hover {
        color: #FEFEFE;
        background: #ff6230 !important
    }
    
    .btn-orange.btn-bordered {
        border-color: #ff460b;
        color: #ff460b
    }
    
    .btn-orange.btn-bordered:active,
    .btn-orange.btn-bordered:focus,
    .btn-orange.btn-bordered:hover {
        border-color: #ff6230;
        color: #FEFEFE
    }
    
    .tour-buttons .btn.btn-sm {
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        padding: 0 10px
    }
    
    @media (max-width:999px) {
        .list-inline-faq li {
            width: 100%
        }
    }
    
    .limit-width {
        max-width: 600px;
        display: block;
        margin: 0 auto 0;
        float: none
    }
    
    .width-100 {
        max-width: 100px !important;
        width: 100px !important
    }
    
    .width-200 {
        max-width: 200px !important;
        width: 200px !important
    }
    
    .width-300 {
        max-width: 300px !important;
        width: 300px !important
    }
    
    .width-400 {
        max-width: 400px !important;
        width: 400px !important
    }
    
    .width-500 {
        max-width: 500px !important;
        width: 500px !important
    }
    
    .bg-custom {
        background-color: #71b6f9 !important
    }
    
    .bg-primary {
        background-color: #304ffe !important
    }
    
    .bg-success {
        background-color: #00bf4f !important
    }
    
    .bg-info {
        background-color: #00aeff !important
    }
    
    .bg-warning {
        background-color: #ff8f00 !important
    }
    
    .bg-danger {
        background-color: #ea4335 !important
    }
    
    .bg-muted {
        background-color: #f4f8fb !important
    }
    
    .bg-inverse {
        background-color: #212121 !important
    }
    
    .bg-purple {
        background-color: #5b69bc !important
    }
    
    .bg-pink {
        background-color: #ff8acc !important
    }
    
    .bg-white {
        background-color: #FEFEFE !important
    }
    
    .bg-lightdark {
        background-color: #f4f8fb !important
    }
    
    .bg-violet {
        background-color: #7045ff !important
    }
    
    .bg-orange {
        background-color: #ff460b !important
    }
    
    .text-custom {
        color: #6200ea !important
    }
    
    .text-white {
        color: #FEFEFE !important
    }
    
    .text-danger {
        color: #ff1744 !important
    }
    
    .text-muted {
        color: #aab2bd !important
    }
    
    .text-primary {
        color: #188ae2 !important
    }
    
    .text-warning {
        color: #fbbc05 !important
    }
    
    .text-success {
        color: #00bf4f !important
    }
    
    .text-info {
        color: #00aeff !important
    }
    
    .text-inverse {
        color: #212121 !important
    }
    
    .text-pink {
        color: #ff8acc !important
    }
    
    .text-purple {
        color: #5b69bc !important
    }
    
    .text-dark {
        color: #212121 !important
    }
    
    .text-orange {
        color: #ff460b !important
    }
    
    .table>tbody>tr.success>td,
    .table>tbody>tr.success>th,
    .table>tbody>tr>td.success,
    .table>tbody>tr>th.success,
    .table>tfoot>tr.success>td,
    .table>tfoot>tr.success>th,
    .table>tfoot>tr>td.success,
    .table>tfoot>tr>th.success,
    .table>thead>tr.success>td,
    .table>thead>tr.success>th,
    .table>thead>tr>td.success,
    .table>thead>tr>th.success {
        background: #00bf4f
    }
    
    .table>tbody>tr.info>td,
    .table>tbody>tr.info>th,
    .table>tbody>tr>td.info,
    .table>tbody>tr>th.info,
    .table>tfoot>tr.info>td,
    .table>tfoot>tr.info>th,
    .table>tfoot>tr>td.info,
    .table>tfoot>tr>th.info,
    .table>thead>tr.info>td,
    .table>thead>tr.info>th,
    .table>thead>tr>td.info,
    .table>thead>tr>th.info {
        background: #00aeff
    }
    
    .table>tbody>tr.primary>td,
    .table>tbody>tr.primary>th,
    .table>tbody>tr>td.primary,
    .table>tbody>tr>th.primary,
    .table>tfoot>tr.primary>td,
    .table>tfoot>tr.primary>th,
    .table>tfoot>tr>td.primary,
    .table>tfoot>tr>th.primary,
    .table>thead>tr.primary>td,
    .table>thead>tr.primary>th,
    .table>thead>tr>td.primary,
    .table>thead>tr>th.primary {
        background: #304ffe
    }
    
    .table>tbody>tr.danger>td,
    .table>tbody>tr.danger>th,
    .table>tbody>tr>td.danger,
    .table>tbody>tr>th.danger,
    .table>tfoot>tr.danger>td,
    .table>tfoot>tr.danger>th,
    .table>tfoot>tr>td.danger,
    .table>tfoot>tr>th.danger,
    .table>thead>tr.danger>td,
    .table>thead>tr.danger>th,
    .table>thead>tr>td.danger,
    .table>thead>tr>th.danger {
        background: #ea4335
    }
    
    .table>tbody>tr.warning>td,
    .table>tbody>tr.warning>th,
    .table>tbody>tr>td.warning,
    .table>tbody>tr>th.warning,
    .table>tfoot>tr.warning>td,
    .table>tfoot>tr.warning>th,
    .table>tfoot>tr>td.warning,
    .table>tfoot>tr>th.warning,
    .table>thead>tr.warning>td,
    .table>thead>tr.warning>th,
    .table>thead>tr>td.warning,
    .table>thead>tr>th.warning {
        background: #fbbc05
    }
    
    .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 41;
        width: 260px;
        height: 100%;
        padding-top: 185px;
        background: #FEFEFE;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
        -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .main-menu .content {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-color: #333333 #f3f3f3;
        scrollbar-width: thin;
    }
    
    .main-menu .button-close {
        display: none;
        position: absolute;
        top: 25px;
        right: 10px;
        font-size: 16px;
        outline: 0;
        background: 0 0;
        border: none;
        font-size: 20px;
        color: #FEFEFE
    }
    
    .main-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #aab2bd !important
    }
    
    .main-menu:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
    
    .main-content {
        position: relative;
        z-index: 10;
        margin-left: 280px;
        margin-right: 20px;
        padding-top: 95px;
    }
    
    .fixed-navbar {
        position: fixed;
        top: 0;
        left: 260px;
        z-index: 20;
        right: 0;
        padding: 0 20px 0 80px;
        background: #304ffe;
        color: #FEFEFE;
    }
    
    .fixed-navbar .searchform {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: -3px;
        top: 13px;
        height: 49px;
        font-size: 0;
        line-height: 0;
        padding: 0;
        width: 50px;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .fixed-navbar .searchform.active {
        opacity: 1;
        width: 320px;
        visibility: visible;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0)
    }
    
    .fixed-navbar .searchform .input-search {
        font-weight: 500;
        height: 49px;
        font-size: 14px;
        width: 320px;
        max-width: 100%;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px
    }
    
    .fixed-navbar .searchform .button-search {
        top: 50%;
        right: 11px;
        color: #aab2bd;
        font-size: 18px;
        transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%)
    }
    
    .fixed-navbar .searchform .button-search.mdi {
        font-size: 24px
    }
    
    @media (max-width:799px) {
        .main-menu {
            transform: translate(-110%, 0);
            -webkit-transform: translate(-110%, 0);
            -moz-transform: translate(-110%, 0);
            -o-transform: translate(-110%, 0);
            -ms-transform: translate(-110%, 0)
        }
        .main-menu .header {
            text-align: left;
            padding-left: 20px
        }
        .main-menu .button-close {
            display: block
        }
        .main-content {
            margin-left: 20px
        }
        .fixed-navbar {
            left: 0;
            right: 0;
        }
        .menu-active .main-menu {
            transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0)
        }
    }
    
    @media (max-width:599px) {
        .fixed-navbar .searchform {
            top: 75px;
            position: fixed;
            width: 100%;
            right: 0;
        }
        .fixed-navbar .searchform.active {
            width: 100%
        }
        .fixed-navbar .searchform .input-search {
            width: 100%;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0
        }
    }
    
    .header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 185px;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 75px
    }
    
    .header .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 75px;
        height: 75px;
        white-space: nowrap;
        overflow: hidden;
        color: #FEFEFE;
        background: #1e3ded;
        font-weight: 500
    }
    
    .header .logo .ico {
        margin-right: 5px;
        font-size: 24px;
        position: relative;
        top: 2px
    }
    
    .user {
        position: absolute;
        top: 75px;
        left: 0;
        width: 100%;
        padding: 32px 10px 0 100px;
        height: 110px
    }
    
    .user:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        clear: both;
        overflow: hidden
    }
    
    .user .control-wrap.active .control-list {
        opacity: 1;
        visibility: visible
    }
    
    .user .avatar {
        max-width: 70px;
        position: absolute;
        top: 19px;
        left: 20px
    }
    
    .user .avatar img {
        max-height: 70px;
        border: 0px solid #d7ecfb;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .user .control-wrap {
        position: absolute;
        width: 20px;
        height: 40px;
        right: 15px;
        top: 44px;
        text-align: center
    }
    
    .user .control-wrap>.fa {
        font-size: 18px;
        line-height: 20px;
        color: #434a54;
        cursor: pointer
    }
    
    .user .control-list {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 5px;
        z-index: 20;
        width: 130px;
        margin-top: 2px;
        padding: 0 0;
        border: 1px solid rgba(152, 166, 173, .15);
        background: #FEFEFE;
        list-style: none;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -o-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
    }
    
    .user .control-list a {
        top: 0;
        color: #000;
        font-size: 14px;
        line-height: 24px;
        padding: 6px 20px 6px 20px;
        display: block;
        text-align: left;
        border-radius: 8px
    }
    
    .user .control-list a i {
        font-size: 16px;
        line-height: 24px;
        width: 25px
    }
    
    .user .control-list a:hover {
        color: #e60000
    }
    
    .user .name {
        color: #000;
        margin: 0;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    
    .user .name a {
        color: #000
    }
    
    @media (min-width:1025px) {
        .user .name a:hover {
            color: #e60000
        }
    }
    
    .user .position {
        color: #aab2bd;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        margin: 0
    }
    
    .user .status {
        position: absolute;
        bottom: 5px;
        right: 5px;
        width: 12px;
        height: 12px;
        border: 1px solid #FEFEFE;
        background: #FEFEFE;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%
    }
    
    .user .status:before {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 8px;
        height: 8px;
        background: #00bf4f;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%
    }
    
    .navigation .title {
        padding: 12px 20px;
        margin: 0;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        color: #212121
    }
    
    .navigation .menu {
        list-style: none;
        padding: 0;
        margin: 0
    }
    
    .navigation .menu a {
        display: block;
        color: #FEFEFE
    }
    
    .navigation .menu a i {
        color: #FEFEFE;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    @media (min-width:1025px) {
        .navigation .menu a:hover {
            color: #FEFEFE
        }
        .navigation .menu a:hover i {
            color: #FEFEFE
        }
    }
    
    .navigation .menu a.active,
    .navigation .menu a.current {
        color: #333333;
        background-color: #FEFEFE
    }
    
    @media (min-width:1025px) {
        .navigation .menu a.active:hover {
            color: #000
        }
        .navigation .menu a.active:hover i {
            color: #000
        }
    }
    
    .navigation .menu a.active i {
        color: #000
    }
    
    .navigation .menu>li {
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .navigation .menu>li>a {
        position: relative;
        padding: 14px 26px 14px 60px;
        border-radius: 30px 0 0 30px
    }
    
    .navigation .menu>li>a:hover,
    .navigation .menu .sub-menu>li>a:hover {
        background-color: #333333;
        color: #FEFEFE;
    }
    
    .navigation .menu>li>a span {
        vertical-align: middle;
        font-size: 14px
    }
    
    .navigation .menu>li>a .menu-arrow {
        position: absolute;
        top: 14px;
        right: 20px;
        font-size: 14px;
        line-height: 18px;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .navigation .menu>li.active {
        background: #161616
    }
    
    .navigation .menu>li.active>a:hover {
        background: #161616
    }
    
    .navigation .menu>li.active>a .menu-arrow {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg)
    }
    
    .navigation .menu>li.current>a {
        background: #304ffe;
        color: #FEFEFE
    }
    
    .navigation .menu>li.current>a>i {
        color: #FEFEFE
    }
    
    .navigation .menu>li.current .current>a {
        color: #304ffe
    }
    
    .navigation .menu>li.current .sub-menu {
        display: block
    }
    
    .navigation .menu .sub-menu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .navigation .menu .sub-menu a {
        padding: 14px 30px 14px 30px;
        margin-left: 25px;
        border-radius: 30px 0 0 30px;
    }
    
    .navigation .menu>li.active>a .menu-arrow,
    .navigation .menu>li.active>a i {
        color: #FEFEFE
    }
    
    .navigation .menu>li>a.active:hover,
    .navigation .menu .sub-menu>li>a.active:hover {
        background-color: #FEFEFE;
        color: #333333 !important;
        cursor: default;
    }
    
    .navigation .menu .menu-icon {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 20px;
        margin-left: 0;
        width: 50px;
        font-size: 18px;
        line-height: 49px;
        text-align: center;
        vertical-align: middle
    }
    
    .navigation .menu .menu-icon.mdi {
        font-size: 20px
    }
    
    .navigation .menu .notice {
        position: absolute;
        top: 12px;
        right: 20px;
        font-size: 12px
    }
    
    .navigation .menu .waves-ripple {
        background: -webkit-radial-gradient(rgba(113, 182, 249, .2) 0, rgba(113, 182, 249, .3) 40%, rgba(113, 182, 249, .4) 50%, rgba(113, 182, 249, .5) 60%, rgba(113, 182, 249, 0) 70%);
        background: -o-radial-gradient(rgba(113, 182, 249, .2) 0, rgba(113, 182, 249, .3) 40%, rgba(113, 182, 249, .4) 50%, rgba(113, 182, 249, .5) 60%, rgba(113, 182, 249, 0) 70%);
        background: -moz-radial-gradient(rgba(113, 182, 249, .2) 0, rgba(113, 182, 249, .3) 40%, rgba(113, 182, 249, .4) 50%, rgba(113, 182, 249, .5) 60%, rgba(113, 182, 249, 0) 70%);
        background: radial-gradient(rgba(113, 182, 249, .2) 0, rgba(113, 182, 249, .3) 40%, rgba(113, 182, 249, .4) 50%, rgba(113, 182, 249, .5) 60%, rgba(113, 182, 249, 0) 70%)
    }
    
    @media (min-width:800px) {
        .main-menu {
            transition: none;
            -moz-transition: none;
            -o-transition: none;
            -ms-transition: none;
            -webkit-transition: none
        }
        .header .logo {
            transition: none;
            -moz-transition: none;
            -o-transition: none;
            -ms-transition: none;
            -webkit-transition: none
        }
        .menu-active .header {
            width: 90px;
            height: 0;
            padding: 0
        }
        .menu-active .header .logo {
            position: fixed;
            z-index: 988;
            width: 90px;
            height: 90px;
            font-size: 0;
            line-height: 80px;
            color: #1e3ded;
            background: 0 0;
            border-color: #111
        }
        .menu-active .header .logo::first-letter {
            font-size: 28px
        }
        .menu-active .header .logo:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 75px;
            height: 75px;
            background: #1e3ded;
            z-index: -2;
            border-color: #111
        }
        .menu-active .header .logo:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 35px;
            height: 35px;
            z-index: -1;
            border-color: #111
        }
        .menu-active .header .logo .ico {
            margin-right: 0;
            top: 0
        }
        .menu-active .main-menu {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 41;
            width: 90px;
            padding-top: 75px;
        }
        .menu-active .fixed-navbar {
            left: 90px;
            z-index: 40
        }
        .menu-active .main-content {
            margin-left: 105px
        }
        .menu-active .user,
        .menu-active #hr_menu_esq {
            display: none
        }
        .menu-active .navigation .title {
            display: none
        }
        .menu-active .navigation .menu>li {
            position: relative
        }
        .menu-active .navigation .menu>li>a {
            height: 48px;
            padding: 10px 30px;
            transition: color .4s ease;
            -moz-transition: color .4s ease;
            -o-transition: color .4s ease;
            -ms-transition: color .4s ease;
            -webkit-transition: color .4s ease
        }
        .menu-active .navigation .menu>li>a {
            position: relative;
            padding: 14px 30px 14px 15px;
            margin: 0;
            border-radius: 30px 0 0 30px
        }
        .menu-active .navigation .menu>li>a:hover {
            position: relative;
            background-color: #403f3f !important;
            padding: 14px 30px 14px 15px;
            margin: 0;
            border-radius: 30px 0 0 30px
        }
        .menu-active .navigation .menu>li>a {
            position: relative;
            padding: 14px 30px 14px 0;
            margin-left: 0;
            border-radius: 30px 0 0 30px
        }
        .navigation .menu .menu-icon {
            top: 0;
            left: 0;
            margin-left: 8px;
            width: 50px
        }
        .menu-active .navigation .menu>li>a span {
            display: none;
            font-size: 14px;
            line-height: 20px
        }
        .menu-active .navigation .menu>li>a .menu-arrow,
        .menu-active .navigation .menu>li>a .notice {
            display: none !important
        }
        .menu-active .navigation .menu>li:hover>a {
            width: 280px;
            background: #161616 !important;
            color: #FEFEFE !important;
            padding-left: 90px;
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 rgba(0, 0, 0, .04);
            -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 rgba(0, 0, 0, .04);
            -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 rgba(0, 0, 0, .04)
        }
        .menu-active .navigation .menu>li:hover>a i {
            color: #FEFEFE
        }
        .menu-active .navigation .menu>li:hover>a span {
            display: block;
        }
        .menu-active .navigation .menu>li:hover .sub-menu {
            display: block !important;
        }
        .menu-active .navigation .menu .menu-icon {
            font-size: 24px;
            width: 75px
        }
        .menu-active .navigation .menu .menu-icon.mdi {
            font-size: 26px
        }
        .menu-active .navigation .menu .sub-menu {
            display: none !important;
            position: absolute;
            top: 100%;
            left: 75px;
            width: 205px;
        }
        .menu-active .navigation .menu .sub-menu a {
            background: #161616 !important;
            padding: 10px 15px;
            margin-left: 0px;
            border-radius: 0;
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 rgba(0, 0, 0, .04);
            -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 rgba(0, 0, 0, .04);
            -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 rgba(0, 0, 0, .04);
        }
        .menu-active .navigation .menu .sub-menu a.active {
            background: #FEFEFE !important;
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 rgba(0, 0, 0, .04);
            -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 rgba(0, 0, 0, .04);
            -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 rgba(0, 0, 0, .04);
        }
        .menu-active .navigation .menu .sub-menu a:hover {
            background: #403f3f !important;
        }
        .menu-active .navigation .menu .sub-menu a.active:hover {
            background: #FEFEFE !important;
            cursor: default;
        }
        .menu-active .navigation .menu>li.active>a,
        .menu-active .navigation .menu>li.active>a i {
            background: #FEFEFE;
            color: #1F1F1F;
            border-radius: 30px 0 0 30px
        }
        .menu-active .navigation .menu>li.active:hover>a,
        .menu-active .navigation .menu>li.active:hover>a i {
            background: #161616 !important;
            color: #FEFEFE !important;
        }
        .menu-active .content,
        .menu-active .mCSB_container,
        .menu-active .mCustomScrollBox {
            overflow-y: auto;
            overflow-x: hidden;
            scrollbar-color: #333333;
            scrollbar-width: thin;
        }
        .menu-active body {
            height: 100%
        }
    }
    
    .fixed-navbar {
        height: 75px
    }
    
    .fixed-navbar .ico-item {
        display: inline-block;
        position: relative;
        margin-left: 15px;
        cursor: pointer;
        font-size: 19px;
        line-height: 75px;
        color: #000
    }
    
    @media (min-width:1025px) {
        .fixed-navbar .ico-item:hover {
            color: #FEFEFE
        }
    }
    
    .fixed-navbar .ico-item .ico-img {
        max-height: 40px;
        width: auto;
        margin-top: -3px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%
    }
    
    .fixed-navbar .ico-item .ico-item {
        margin-left: 0
    }
    
    .fixed-navbar .ico-item .ico-item.mdi {
        font-size: 24px
    }
    
    .fixed-navbar .ico-item .ico-item.mdi:before {
        font-size: 24px;
        line-height: 75px;
        position: relative;
        top: 3px
    }
    
    .fixed-navbar .ico-item.mdi {
        font-size: 24px
    }
    
    .fixed-navbar .ico-item.mdi:before {
        font-size: 24px;
        line-height: 75px;
        position: relative;
        top: 3px
    }
    
    .fixed-navbar .ico-item.pulse:before {
        content: '';
        width: 2px;
        height: 2px;
        border: 3px solid #ffce54;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #ffce54;
        z-index: 10;
        position: absolute;
        right: 2px;
        top: 28px
    }
    
    .fixed-navbar .ico-item.pulse:after {
        content: '';
        border: 4px solid #ffce54;
        background: 0 0;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        height: 30px;
        width: 30px;
        -webkit-animation: pulse 3s ease-out;
        -moz-animation: pulse 3s ease-out;
        animation: pulse 3s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        position: absolute;
        top: 16px;
        left: -1px;
        z-index: 1;
        opacity: 0
    }
    
    .fixed-navbar .ico-item.toggle-hover {
        position: relative
    }
    
    .fixed-navbar .ico-item.toggle-hover .toggle-content {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        right: -10px;
        background: #FEFEFE;
        border: 1px solid rgba(152, 166, 173, .15);
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -o-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
    }
    
    .fixed-navbar .ico-item.toggle-hover .toggle-content ul {
        margin: 0;
        padding: 10px 15px 0;
        list-style: none;
        font-size: 0;
        line-height: 0;
        text-align: left;
        width: 300px
    }
    
    .fixed-navbar .ico-item.toggle-hover .toggle-content ul li {
        width: calc(33.33333333%);
        display: inline-block;
        text-align: center;
        margin-bottom: 10px
    }
    
    .fixed-navbar .ico-item.toggle-hover .toggle-content ul a {
        display: block;
        font-size: 14px;
        line-height: 24px;
        color: #000
    }
    
    .fixed-navbar .ico-item.toggle-hover .toggle-content ul a>i {
        display: block;
        font-size: 18px;
        line-height: 28px
    }
    
    .fixed-navbar .ico-item.toggle-hover .toggle-content .read-more {
        display: block;
        background: #f5f5f5;
        color: #000;
        font-size: 14px;
        line-height: 34px;
        text-align: center
    }
    
    .fixed-navbar .ico-item.toggle-hover .toggle-content .read-more:hover {
        color: #304ffe
    }
    
    .fixed-navbar .ico-item.toggle-hover.active .toggle-content {
        opacity: 1;
        visibility: visible;
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0)
    }
    
    .fixed-navbar .ico-item:hover .sub-ico-item {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0)
    }
    
    .fixed-navbar .sub-ico-item {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 0;
        top: 48px;
        background-color: #FEFEFE;
        padding: 5px 0;
        font-size: 0;
        line-height: 0;
        list-style: none;
        border: 1px solid rgba(152, 166, 173, .15);
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -o-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
    }
    
    .fixed-navbar .sub-ico-item:before {
        content: '';
        position: absolute;
        height: 10px;
        width: 100%;
        top: -10px;
        left: 0
    }
    
    .fixed-navbar .sub-ico-item a {
        display: block;
        width: 200px;
        padding: 6px 20px 6px 20px;
        color: #000;
        font-size: 14px;
        line-height: 24px
    }
    
    .fixed-navbar .sub-ico-item a:hover {
        color: #304ffe
    }
    
    .footer {
        padding: 19px 30px 20px 30px;
        margin: 0 -20px 0 -20px;
        color: rgba(0, 0, 0, .7)
    }
    
    .footer a {
        color: rgba(0, 0, 0, .7)
    }
    
    @media (min-width:1025px) {
        .footer a:hover {
            color: #304ffe
        }
    }
    
    .box-content {
        overflow: hidden;
        position: relative;
        padding: 13px;
        margin: 0 0 20px 0;
        background: #FEFEFE;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 8px;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
        -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05);
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .05)
    }
    
    .box-content:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        clear: both;
        overflow: hidden
    }
    
    .box-content .box-title,
    #dash_title_comp_ent_sai {
        margin: 0 0 30px 0;
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .box-content .box-title .ico {
        margin-right: 8px;
        line-height: 16px
    }
    
    .box-content .box-title.with-control .controls {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 0;
        line-height: 16px
    }
    
    .box-content .box-title.with-control .control {
        border: none;
        background: 0 0;
        outline: 0;
        height: 16px;
        font-size: 14px
    }
    
    .box-content .box-title.with-control .fa-times {
        position: relative;
        top: -1px
    }
    
    .box-content .content:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        clear: both;
        overflow: hidden
    }
    
    .box-content .dropdown.js__drop_down {
        position: absolute;
        right: 20px;
        top: 20px
    }
    
    .box-content .dropdown.js__drop_down .dropdown-icon {
        color: #aab2bd
    }
    
    @media (min-width:1025px) {
        .box-content .dropdown.js__drop_down .dropdown-icon:hover {
            color: #000
        }
    }
    
    .box-content .dropdown.js__drop_down .sub-menu {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 100%;
        margin-right: 5px;
        z-index: 20;
        width: 200px;
        margin-top: 2px;
        padding: 10px 0;
        border: 1px solid rgba(152, 166, 173, .15);
        background: #FEFEFE;
        list-style: none;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -o-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
    }
    
    .box-content .dropdown.js__drop_down .sub-menu a {
        display: block;
        padding: 6px 20px 6px 20px;
        color: #000
    }
    
    @media (min-width:1025px) {
        .box-content .dropdown.js__drop_down .sub-menu a:hover {
            color: #304ffe
        }
    }
    
    .box-content .dropdown.js__drop_down .sub-menu .split {
        margin: 9px 0 9px 0;
        width: 100%;
        height: 1px;
        background: #e5e5e5
    }
    
    .box-content .dropdown.js__drop_down.active .dropdown-icon {
        color: #000
    }
    
    .box-content .dropdown.js__drop_down.active .sub-menu {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0)
    }
    
    .box-content.card-closed .box-title {
        margin-bottom: 0 !important
    }
    
    .box-content.card-closed .box-title.with-control .fa-minus:before {
        content: "\f067"
    }
    
    .box-content.bordered {
        border-top: 4px solid #000;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 8px
    }
    
    .box-content.bordered-all {
        border: 1px solid #000;
        border-top: 4px solid #000;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 8px
    }
    
    .box-content.card {
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 8px
    }
    
    .box-content.card .box-title {
        margin-bottom: 0;
        padding: 10px 20px 10px 20px;
        line-height: 30px;
        color: #FEFEFE;
        background-color: #000;
        border-radius: 8px
    }
    
    .box-content.card .box-title .ico {
        line-height: 30px
    }
    
    .box-content.card .box-title .controls {
        top: 17px
    }
    
    .box-content.card .dropdown {
        top: 15px
    }
    
    .box-content.card .dropdown .dropdown-icon {
        color: #FEFEFE
    }
    
    .box-content.card .card-content {
        padding: 20px
    }
    
    .box-content.card.bordered-all {
        border-top: none
    }
    
    .box-content.card .dropdown.js__drop_down .dropdown-icon {
        color: #FEFEFE !important
    }
    
    .box-content.card.white .box-title {
        color: #000 !important;
        background: #FEFEFE;
        border-bottom: 1px solid #e6e9ed
    }
    
    .box-content.primary {
        border-color: #188ae2
    }
    
    .box-content.primary .box-title {
        color: #188ae2
    }
    
    .box-content.success {
        border-color: #00bf4f
    }
    
    .box-content.success .box-title {
        color: #00bf4f
    }
    
    .box-content.info {
        border-color: #00aeff
    }
    
    .box-content.info .box-title {
        color: #00aeff
    }
    
    .box-content.warning {
        border-color: #fbbc05
    }
    
    .box-content.warning .box-title {
        color: #fbbc05
    }
    
    .box-content.danger {
        border-color: #ea4335
    }
    
    .box-content.danger .box-title {
        color: #ea4335
    }
    
    .box-content.muted {
        border-color: #f4f8fb
    }
    
    .box-content.muted .box-title {
        color: #f4f8fb
    }
    
    .box-content.inverse {
        border-color: #212121
    }
    
    .box-content.inverse .box-title {
        color: #212121
    }
    
    .box-content.purple {
        border-color: #5b69bc
    }
    
    .box-content.purple .box-title {
        color: #5b69bc
    }
    
    .box-content.pink {
        border-color: #ff8acc
    }
    
    .box-content.pink .box-title {
        color: #ff8acc
    }
    
    .box-content.lightdark {
        border-color: #f4f8fb
    }
    
    .box-content.lightdark .box-title {
        color: #f4f8fb
    }
    
    .calendar {
        float: left;
        margin-bottom: 0
    }
    
    .fc-view {
        margin-top: 30px
    }
    
    .none-border .modal-footer {
        border-top: none
    }
    
    .fc-toolbar {
        margin-bottom: 5px;
        margin-top: 15px
    }
    
    .fc-toolbar h2 {
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
        text-transform: uppercase
    }
    
    .fc-toolbar .fc-state-active,
    .fc-toolbar .ui-state-active,
    .fc-toolbar button:focus,
    .fc-toolbar button:hover {
        z-index: 0
    }
    
    .fc-widget-content,
    .fc-widget-header {
        border: 1px solid #d7ecfb
    }
    
    .fc th.fc-widget-header {
        background: #f5f5f5;
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0 10px 0;
        text-transform: uppercase
    }
    
    .fc th.fc-widget-header a {
        color: #505458
    }
    
    .fc .fc-event .fc-bg {
        display: none
    }
    
    .fc .fc-list-item[class*=" bg-"] {
        color: #FEFEFE
    }
    
    .fc .fc-list-item[class*=" bg-"]:hover td {
        background: rgba(255, 255, 255, .2)
    }
    
    .fc-button {
        background: #FEFEFE;
        border: 1px solid #d7ecfb;
        color: #555;
        text-transform: capitalize
    }
    
    .fc-text-arrow {
        font-size: 16px
    }
    
    .fc-state-hover {
        background: #f3f3f3
    }
    
    .fc-cell-overlay,
    .fc-state-highlight {
        background: #f0f0f0
    }
    
    .fc-unthemed .fc-today {
        background: #FEFEFE
    }
    
    #external-events .fc-event,
    .fc .fc-event {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: none;
        cursor: move;
        font-size: 12px;
        margin: 5px 7px 5px 7px;
        padding: 5px;
        text-align: center
    }
    
    .external-event {
        color: #FEFEFE;
        cursor: move;
        margin: 10px 0 10px 0;
        padding: 6px 10px 6px 10px
    }
    
    .fc-basic-view td.fc-day-number,
    .fc-basic-view td.fc-week-number span {
        padding-right: 5px
    }
    
    .fc-toolbar .fc-button-group .fc-button {
        background: #FEFEFE
    }
    
    .fc-toolbar .fc-button-group .fc-button:hover {
        background: #f5f5f5
    }
    
    .fc .fc-event,
    .fc .fc-event-dot {
        background: #304ffe;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none
    }
    
    .fc .fc-event-dot {
        background: #FEFEFE
    }
    
    .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        color: #000
    }
    
    .fc.fc-ltr .fc-h-event.fc-not-start,
    .fc.fc-rtl .fc-h-event.fc-not-end {
        margin-left: 7px
    }
    
    .chartist-chart .ct-label {
        font-size: 12px
    }
    
    .chartist-chart-pie .ct-label {
        font-size: 14px;
        color: #FEFEFE;
        fill: #FEFEFE
    }
    
    .checkbox input[type=checkbox] {
        display: none
    }
    
    .checkbox input[type=checkbox]:checked+label:before {
        border-color: #415dfb;
        background: #415dfb
    }
    
    .checkbox input[type=checkbox]:checked+label:after {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
    
    .checkbox input[type=checkbox]:disabled+label {
        -moz-opacity: .6;
        -khtml-opacity: .6;
        opacity: .6
    }
    
    .checkbox label {
        position: relative;
        padding-left: 25px
    }
    
    .checkbox label:before {
        content: "";
        position: absolute;
        top: 1px;
        left: 0;
        width: 17px;
        height: 17px;
        border: 1px solid #ccc;
        background: #FEFEFE;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .checkbox label:after {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 12px;
        line-height: 15px;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        position: absolute;
        top: 2px;
        left: 2px;
        color: #FEFEFE;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .checkbox.primary input[type=checkbox]:checked+label:before {
        background: #188ae2;
        border-color: #188ae2
    }
    
    .checkbox.success input[type=checkbox]:checked+label:before {
        background: #00bf4f;
        border-color: #00bf4f
    }
    
    .checkbox.info input[type=checkbox]:checked+label:before {
        background: #00aeff;
        border-color: #00aeff
    }
    
    .checkbox.warning input[type=checkbox]:checked+label:before {
        background: #fbbc05;
        border-color: #fbbc05
    }
    
    .checkbox.danger input[type=checkbox]:checked+label:before {
        background: #ea4335;
        border-color: #ea4335
    }
    
    .checkbox.purple input[type=checkbox]:checked+label:before {
        background: #5b69bc;
        border-color: #5b69bc
    }
    
    .checkbox.pink input[type=checkbox]:checked+label:before {
        background: #ff8acc;
        border-color: #ff8acc
    }
    
    .checkbox.inverse input[type=checkbox]:checked+label:before {
        background: #212121;
        border-color: #212121
    }
    
    .checkbox.circled label:before {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%
    }
    
    .dataTables_wrapper .dataTables_paginate .pagination {
        margin: 0
    }
    
    .dataTables_wrapper .dataTables_paginate .pagination .paginate_button {
        padding: 0;
        min-width: 0;
        margin-left: 10px;
        border: none !important;
        background: 0 0 !important
    }
    
    .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:first-child {
        margin-left: 0
    }
    
    .dataTables_wrapper .dataTable {
        margin-top: 10px !important;
        margin-bottom: 18px !important
    }
    
    .dataTables_wrapper .dataTable .group {
        background-color: #304ffe !important;
        color: #FEFEFE !important
    }
    
    .dataTables_wrapper .dataTables_scrollBody .dataTable {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    
    .dataTables_wrapper .dataTables_scrollFoot .dataTable {
        margin-top: 0 !important
    }
    
    .dataTables_wrapper table.dataTable thead td,
    .dataTables_wrapper table.dataTable thead th {
        border-bottom-color: #ddd;
        padding-left: 8px;
        padding-right: 8px;
        border-bottom-width: 1px
    }
    
    table.focus-on tbody tr.focused td,
    table.focus-on tbody tr.focused th {
        background: #304ffe !important;
        color: #FEFEFE !important
    }
    
    .dropcap,
    .dropcap-circle,
    .dropcap-square {
        display: block;
        float: left;
        font-weight: 400;
        line-height: 36px;
        margin-right: 6px;
        text-shadow: none
    }
    
    .dropcap {
        font-size: 3.1em
    }
    
    .dropcap-circle {
        font-size: 26px;
        line-height: 36px;
        width: 36px;
        text-align: center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%
    }
    
    .dropcap-square {
        font-size: 26px;
        line-height: 36px;
        width: 36px;
        text-align: center
    }
    
    .example-content {
        position: relative;
        padding: 15px;
        background: #f5f5f5
    }
    
    .example-content .modal {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: 10
    }
    
    .example-content .modal-dialog {
        left: auto;
        margin-right: auto;
        margin-left: auto
    }
    
    .bs-example {
        position: relative;
        padding: 45px 15px 15px 15px;
        margin: 0;
        border: 1px solid #ddd;
        background: #f4f4f4
    }
    
    .bs-example .bs-title {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 12px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase
    }
    
    .bs-example>.dropdown>.dropdown-toggle {
        float: left
    }
    
    #empresa_select {
        top: 50px;
        left: -100px;
        padding-left: 1px;
        padding-right: 1px;
        width: 250px;
        text-align: center
    }
    
    .bs-example>.dropdown>.dropdown-menu {
        position: static;
        display: block;
        margin-bottom: 5px;
        clear: left
    }
    
    .inbox-list {
        margin-bottom: 15px;
        list-style: none;
        padding: 0
    }
    
    .inbox-list li {
        border-bottom: 1px solid #f3f3f3
    }
    
    .inbox-list .avatar {
        position: absolute;
        top: 10px;
        left: 0;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%
    }
    
    .inbox-list .inbox-item {
        position: relative;
        min-height: 40px;
        padding: 10px 0 10px 55px;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .inbox-list .name {
        color: #304ffe;
        margin: 0;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        font-size: 14px;
        line-height: 22px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 500
    }
    
    @media (min-width:1025px) {
        .inbox-list .name:hover {
            color: #1e3ded
        }
    }
    
    .inbox-list .text {
        color: #656d78;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0;
        font-weight: 500
    }
    
    .inbox-list .time {
        font-size: 11px;
        color: #aab2bd;
        position: absolute;
        top: 10px;
        right: 0
    }
    
    .inbox-list .full-text .text {
        white-space: normal
    }
    
    .inbox-read-more {
        display: block;
        color: #000;
        text-align: center
    }
    
    .ui-sortable-placeholder {
        border: 2px dashed #000;
        background: #ccc;
        -moz-opacity: .7;
        -khtml-opacity: .7;
        opacity: .7
    }
    
    .menu-mobile-button {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 75px;
        width: 51px;
        border: none;
        outline: 0;
        font-size: 20px;
        line-height: 75px;
        color: #FEFEFE;
        background: #306ffe
    }
    
    .morris-chart-detail-list {
        margin-top: 10px
    }
    
    .morris-chart-detail-list .fa {
        margin-right: 5px
    }
    
    .morris-chart-detail-list li:nth-child(1) {
        color: #fcb03b
    }
    
    .morris-chart-detail-list li:nth-child(2) {
        color: #ea65a2
    }
    
    .morris-chart-detail-list li:nth-child(3) {
        color: #566fc9
    }
    
    .morris-chart-detail-list li:nth-child(4) {
        color: #333
    }
    
    .morris-chart-realtime .morris-hover-row-label {
        display: none
    }
    
    .notice {
        display: inline-block;
        -webkit-border-radius: .25em;
        -moz-border-radius: .25em;
        border-radius: .25em;
        padding: 2px 6px 0;
        font-size: 75%
    }
    
    .notice-blue {
        color: #FEFEFE;
        background: #304ffe
    }
    
    .notice-success {
        color: #FEFEFE;
        background: #07c900
    }
    
    .notice-yellow {
        color: #FEFEFE;
        background: #fbbc05
    }
    
    .notice-danger {
        color: #FEFEFE;
        background: #ff1744
    }
    
    .notice-list {
        list-style: none;
        padding: 0
    }
    
    .notice-list li {
        border-bottom: 1px solid #eaedef
    }
    
    .notice-list a {
        display: block;
        position: relative;
        padding: 14px 15px 14px 14px;
        min-height: 75px
    }
    
    .notice-list a:hover {
        background: #f5f7fa
    }
    
    .notice-list .avatar {
        position: absolute;
        top: 10px;
        left: 15px;
        width: 55px;
        height: 55px;
        overflow: hidden;
        text-align: center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%
    }
    
    .notice-list .avatar i {
        font-size: 24px;
        line-height: 55px;
        color: #FEFEFE;
        top: 0
    }
    
    .notice-list .desc {
        color: #90a4ae;
        font-size: 13px;
        line-height: 23px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 85%;
        display: block
    }
    
    .notice-list .name {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: #212121;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        display: block
    }
    
    @media (min-width:1025px) {
        .notice-list .name:hover {
            color: #304ffe
        }
    }
    
    .notice-list .time {
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        color: #aab2bd;
        position: absolute;
        right: 20px;
        top: 17px
    }
    
    .notice-popup {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 75px;
        right: 20px;
        z-index: 40;
        background: #FEFEFE;
        width: 400px;
        max-width: 100%;
        padding-top: 50px;
        transform: translate(0, 30px);
        -webkit-transform: translate(0, 30px);
        -moz-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
    }
    
    @media (max-width:550px) {
        .notice-popup {
            width: 100%;
            right: 0
        }
        .notice-popup#message-popup {
            right: 0
        }
    }
    
    .notice-popup.active {
        border-radius: 8px;
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0)
    }
    
    .notice-popup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #aab2bd !important
    }
    
    .notice-popup:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
    
    .notice-popup .content {
        overflow: auto;
        height: 100%
    }
    
    .notice-popup .content .notice-list {
        width: 100%;
        overflow: hidden
    }
    
    .notice-popup .popup-title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        padding: 11px 10px 11px 18px;
        color: #1b1f20;
        margin: 0;
        border-bottom: 1px solid #e6e9ed;
        font-weight: 600;
        letter-spacing: .03em;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 27px
    }
    
    .notice-popup .popup-title a {
        text-transform: initial;
        font-weight: 400
    }
    
    .notice-popup .popup-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        font-size: 18px;
        line-height: 59px;
        padding: 0 10px 0 10px;
        color: #000
    }
    
    @media (min-width:1025px) {
        .notice-popup .popup-close:hover {
            color: #ea4335
        }
    }
    
    .notice-popup .notice-read-more {
        font-size: 14px;
        line-height: 24px;
        color: #212121;
        padding: 3px 10px 13px;
        text-align: center;
        display: block
    }
    
    .notice-popup .notice-read-more:hover {
        color: #304ffe
    }
    
    #message-popup {
        right: 60px
    }
    
    .noui-connect .noUi-origin {
        right: auto;
        width: 0
    }
    
    .noui-connect .connect {
        position: absolute;
        top: 0;
        bottom: 0;
        background: #80c9f5;
        box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
        -moz-box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
        -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, .45)
    }
    
    .noui-connect.noUi-state-tap .connect {
        -webkit-transition: left .3s, right .3s;
        -moz-transition: left .3s, right .3s;
        transition: left .3s, right .3s
    }
    
    .noui-number,
    .noui-select {
        padding: 7px;
        margin: 15px 5px 5px 5px;
        width: 70px
    }
    
    .process-bar {
        display: block;
        position: relative;
        width: 100%;
        height: 5px;
        margin-top: 12px;
        background: #FEFEFE;
        overflow: hidden
    }
    
    .process-bar .bar {
        position: absolute;
        top: 0;
        left: 0;
        height: 5px;
        z-index: 2
    }
    
    .process-bar .bar-bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 5px;
        z-index: 1;
        opacity: .2;
        width: 100%
    }
    
    .radio input[type=radio] {
        display: none
    }
    
    .radio input[type=radio]:checked+label:before {
        border-color: #000
    }
    
    .radio input[type=radio]:checked+label:after {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
    
    .radio input[type=radio]:disabled+label {
        -moz-opacity: .6;
        -khtml-opacity: .6;
        opacity: .6
    }
    
    .radio label {
        position: relative;
        padding-left: 25px
    }
    
    .radio label:before {
        content: "";
        position: absolute;
        top: 1px;
        left: 0;
        width: 17px;
        height: 17px;
        border: 1px solid #ccc;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%
    }
    
    .radio label:after {
        content: "";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        position: absolute;
        top: 4px;
        left: 3px;
        width: 11px;
        height: 11px;
        background: #000;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .radio.primary label:after {
        background: #304ffe
    }
    
    .radio.success label:after {
        background: #00bf4f
    }
    
    .radio.info label:after {
        background: #00aeff
    }
    
    .radio.warning label:after {
        background: #fbbc05
    }
    
    .radio.danger label:after {
        background: #ea4335
    }
    
    .radio.purple label:after {
        background: #5b69bc
    }
    
    .radio.pink label:after {
        background: #ff8acc
    }
    
    .radio.inverse label:after {
        background: #212121
    }
    
    .radio.primary input[type=radio]:checked+label:before {
        border-color: #304ffe
    }
    
    .radio.success input[type=radio]:checked+label:before {
        border-color: #00bf4f
    }
    
    .radio.info input[type=radio]:checked+label:before {
        border-color: #00aeff
    }
    
    .radio.warning input[type=radio]:checked+label:before {
        border-color: #fbbc05
    }
    
    .radio.danger input[type=radio]:checked+label:before {
        border-color: #ea4335
    }
    
    .radio.purple input[type=radio]:checked+label:before {
        border-color: #5b69bc
    }
    
    .radio.pink input[type=radio]:checked+label:before {
        border-color: #ff8acc
    }
    
    .radio.inverse input[type=radio]:checked+label:before {
        border-color: #212121
    }
    
    .searchform {
        display: inline-block;
        position: relative;
        margin-left: 20px;
        padding: 13px 0 13px 0
    }
    
    .searchform .input-search {
        border: none;
        width: 190px;
        height: 34px;
        padding: 7px 40px 7px 20px;
        font-size: 13px;
        line-height: 20px;
        color: #505458;
        background: #FEFEFE;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px
    }
    
    .searchform .input-search::-webkit-input-placeholder {
        color: #999
    }
    
    .searchform .input-search:-moz-input-placeholder {
        color: #999
    }
    
    .searchform .input-search::-moz-input-placeholder {
        color: #999
    }
    
    .searchform .input-search:-ms-input-placeholder {
        color: #999
    }
    
    .searchform .button-search {
        position: absolute;
        top: 22px;
        right: 10px;
        color: #000;
        z-index: 10;
        background: 0 0;
        outline: 0;
        border: none
    }
    
    @media (min-width:1025px) {
        .searchform .button-search:hover {
            color: #304ffe
        }
    }
    
    .statistics-box {
        padding-top: 14px;
        min-height: 80px;
        text-align: center
    }
    
    .statistics-box.with-icon {
        position: relative;
        padding-left: 80px;
        text-align: right
    }
    
    .statistics-box.with-icon .ico {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        font-size: 60px;
        line-height: 80px;
        text-align: center
    }
    
    .statistics-box.with-icon .ico.small {
        font-size: 42px
    }
    
    .statistics-box .counter {
        margin-top: 0;
        margin-bottom: 0
    }
    
    .statistics-box .text {
        color: #aab2bd;
        margin: 0
    }
    
    .switch-reduz {
        display: block;
        margin-bottom: 10px
    }
    
    .switch-reduz input[type=checkbox] {
        display: none
    }
    
    .switch-reduz input[type=checkbox]:checked+label:before {
        background: #435966;
        border-color: #435966
    }
    
    .switch-reduz input[type=checkbox]:checked+label:after {
        left: 14px
    }
    
    .switch-reduz label {
        position: relative;
        padding-left: 40px;
        font-weight: 400;
        cursor: pointer;
        margin: 0;
        min-height: 20px
    }
    
    .switch-reduz label:before {
        content: "";
        width: 32px;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #ddd;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        background: #f1f1f1;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .switch-reduz label:after {
        content: "";
        width: 16px;
        height: 16px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        position: absolute;
        top: 2px;
        left: 0;
        z-index: 10;
        background: #FEFEFE;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3)
    }
    
    .switch-reduz.primary input[type=checkbox]:checked+label:before {
        background: #304ffe;
        border-color: #304ffe
    }
    
    .switch-reduz.success input[type=checkbox]:checked+label:before {
        background: #00bf4f;
        border-color: #00bf4f
    }
    
    .switch-reduz.info input[type=checkbox]:checked+label:before {
        background: #00aeff;
        border-color: #00aeff
    }
    
    .switch-reduz.warning input[type=checkbox]:checked+label:before {
        background: #fbbc05;
        border-color: #fbbc05
    }
    
    .switch-reduz.danger input[type=checkbox]:checked+label:before {
        background: #ea4335;
        border-color: #ea4335
    }
    
    .switch-reduz.purple input[type=checkbox]:checked+label:before {
        background: #5b69bc;
        border-color: #5b69bc
    }
    
    .switch-reduz.pink input[type=checkbox]:checked+label:before {
        background: #ff8acc;
        border-color: #ff8acc
    }
    
    .switch-reduz.inverse input[type=checkbox]:checked+label:before {
        background: #212121;
        border-color: #212121
    }
    
    .tab-content {
        padding: 15px;
        border: 1px solid #ddd;
        border-top: none;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px
    }
    
    .tab-header {
        padding: 15px;
        border: 1px solid #ddd;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px
    }
    
    .tab-header .navbar {
        margin-bottom: 0;
        border: none;
        min-height: auto
    }
    
    .tab-header.pill {
        border: none;
        padding: 0
    }
    
    .bootstrap-timepicker-widget table td a:hover {
        background-color: transparent;
        border-color: transparent;
        border-radius: 4px;
        color: #188ae2;
        text-decoration: none
    }
    
    .bootstrap-timepicker-widget table td input {
        border: none
    }
    
    .page-title {
        display: inline-block;
        margin: 0;
        font-size: 18px;
        line-height: 75px;
        font-weight: 500
    }
    
    .user-info .avatar {
        float: left;
        width: 78px
    }
    
    .user-info .avatar img {
        border: 3px solid #FEFEFE;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25)
    }
    
    .user-info .name,
    .user-info .text-custom,
    .user-info p {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
    
    .user-info .text-custom {
        font-weight: 500
    }
    
    .user-info .name {
        margin: 0 0 5px 0;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px
    }
    
    .user-info .right-content {
        margin-left: 90px
    }
    
    .user-info p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 5px
    }
    
    .user-info a {
        color: #2962ff;
        font-size: 13px
    }
    
    .widget-stat {
        padding-bottom: 10px;
        text-align: right
    }
    
    .widget-stat .counter {
        padding-top: 10px;
        margin-top: 0;
        margin-bottom: 0;
        color: #434a54
    }
    
    .widget-stat .percent {
        float: left;
        padding: 0 10px 0 10px;
        margin-top: 20px;
        font-size: 12px;
        line-height: 22px;
        color: #FEFEFE;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }
    
    .widget-stat .percent i {
        font-size: 12px;
        line-height: 22px;
        margin-right: 4px
    }
    
    .widget-stat .left-content {
        float: left
    }
    
    .widget-stat .right-content {
        margin-left: 130px
    }
    
    .widget-stat .text {
        color: #aab2bd;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }
    
    .widget-stat-chart {
        padding-bottom: 10px;
        text-align: right
    }
    
    .widget-stat-chart .c100 {
        margin: 0
    }
    
    .widget-stat-chart .counter {
        padding-top: 10px;
        margin-top: 0;
        margin-bottom: 0
    }
    
    .widget-stat-chart .right-content {
        margin-left: 80px
    }
    
    .widget-stat-chart .text {
        color: #aab2bd;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 600
    }
    
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 25px
    }
    
    .label {
        padding: .2em .6em .2em;
        font-weight: 400
    }
    
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 9px
    }
    
    @media (min-width:768px) {
        .form-horizontal .control-label {
            padding-top: 12px
        }
    }
    
    .ui-accordion .ui-accordion-header {
        outline: 0
    }
    
    .list-group-item,
    .list-group-item:first-child,
    .list-group-item:last-child {
        cursor: pointer;
        border-radius: 0;
        border-color: rgba(120, 130, 140, .13)
    }
    
    .table-purchases a {
        color: #ccc
    }
    
    .table-purchases a:hover {
        color: #999
    }
    
    .box {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        background: #FEFEFE;
        border: 1px solid #e1e3e5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
    }
    
    .box.collapsed-box .box-body,
    .box.collapsed-box .box-footer {
        display: none
    }
    
    .box .nav-stacked>li {
        border-bottom: 1px solid #f4f4f4;
        margin: 0
    }
    
    .box .nav-stacked>li:last-of-type {
        border-bottom: none
    }
    
    .box .border-right {
        border-right: 1px solid #f4f4f4
    }
    
    .box .border-left {
        border-left: 1px solid #f4f4f4
    }
    
    .box.box-solid {
        border-top: none
    }
    
    .box.box-solid>.box-header .btn.btn-default {
        background: 0 0
    }
    
    .box.box-solid>.box-header .btn:hover,
    .box.box-solid>.box-header a:hover {
        background: rgba(0, 0, 0, .1)
    }
    
    .box.box-solid.box-default {
        border: 1px solid #d2d6de
    }
    
    .box.box-solid.box-default>.box-header {
        color: #444;
        background-color: #d2d6de
    }
    
    .box.box-solid.box-default>.box-header .btn,
    .box.box-solid.box-default>.box-header a {
        color: #444
    }
    
    .box.box-solid.box-primary {
        border: 1px solid #304ffe
    }
    
    .box.box-solid.box-primary>.box-header {
        color: #FEFEFE;
        background-color: #304ffe
    }
    
    .box.box-solid.box-primary>.box-header .btn,
    .box.box-solid.box-primary>.box-header a {
        color: #FEFEFE
    }
    
    .box.box-solid.box-success {
        border: 1px solid #00bf4f
    }
    
    .box.box-solid.box-success>.box-header {
        color: #FEFEFE;
        background-color: #00bf4f
    }
    
    .box.box-solid.box-success>.box-header .btn,
    .box.box-solid.box-success>.box-header a {
        color: #FEFEFE
    }
    
    .box.box-solid.box-info {
        border: 1px solid #00aeff
    }
    
    .box.box-solid.box-info>.box-header {
        color: #FEFEFE;
        background-color: #00aeff
    }
    
    .box.box-solid.box-info>.box-header .btn,
    .box.box-solid.box-info>.box-header a {
        color: #FEFEFE
    }
    
    .box.box-solid.box-warning {
        border: 1px solid #fbbc05
    }
    
    .box.box-solid.box-warning>.box-header {
        color: #FEFEFE;
        background-color: #fbbc05
    }
    
    .box.box-solid.box-warning>.box-header .btn,
    .box.box-solid.box-warning>.box-header a {
        color: #FEFEFE
    }
    
    .box.box-solid.box-danger {
        border: 1px solid #ea4335
    }
    
    .box.box-solid.box-danger>.box-header {
        color: #FEFEFE;
        background-color: #ea4335
    }
    
    .box.box-solid.box-danger>.box-header .btn,
    .box.box-solid.box-danger>.box-header a {
        color: #FEFEFE
    }
    
    .box.box-solid.box-purple {
        border: 1px solid #5b69bc
    }
    
    .box.box-solid.box-purple>.box-header {
        color: #FEFEFE;
        background-color: #5b69bc
    }
    
    .box.box-solid.box-purple>.box-header .btn,
    .box.box-solid.box-purple>.box-header a {
        color: #FEFEFE
    }
    
    .box.box-solid.box-pink {
        border: 1px solid #ff8acc
    }
    
    .box.box-solid.box-pink>.box-header {
        color: #FEFEFE;
        background-color: #ff8acc
    }
    
    .box.box-solid.box-pink>.box-header .btn,
    .box.box-solid.box-pink>.box-header a {
        color: #FEFEFE
    }
    
    .box.box-solid.box-inverse {
        border: 1px solid #212121
    }
    
    .box.box-solid.box-inverse>.box-header {
        color: #FEFEFE;
        background-color: #212121
    }
    
    .box.box-solid.box-inverse>.box-header .btn,
    .box.box-solid.box-inverse>.box-header a {
        color: #FEFEFE
    }
    
    .box.box-solid[class*=bg]>.box-header {
        color: #FEFEFE
    }
    
    .box>.box-header>.box-tools .btn {
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none
    }
    
    .box .box-body:after,
    .box .box-body:before,
    .box .box-footer:after,
    .box .box-footer:before,
    .box .box-header:after,
    .box .box-header:before {
        content: "";
        display: table
    }
    
    .box .box-body:after,
    .box .box-footer:after,
    .box .box-header:after {
        clear: both
    }
    
    .box .box-header {
        display: block;
        position: relative;
        padding: 14px 20px;
        color: #444
    }
    
    .box .box-header.with-border {
        border-bottom: 1px solid #f2f4f6
    }
    
    .box .box-header .box-title,
    .box .box-header .ico,
    .box .box-header>.fa,
    .box .box-header>.glyphicon {
        display: inline-block;
        font-size: 18px;
        line-height: 20px;
        margin: 0;
        margin-right: 5px;
        font-weight: 500
    }
    
    .box .box-header>.box-tools {
        position: absolute;
        top: 7px;
        right: 20px
    }
    
    .box .box-header>.box-tools [data-toggle=tooltip] {
        position: relative
    }
    
    .box .box-header>.box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto
    }
    
    .box .box-header .has-feedback .form-control {
        width: 300px;
        height: 35px
    }
    
    .box .box-header .has-feedback .form-control-feedback {
        width: 35px;
        height: 35px;
        line-height: 35px;
        color: #656d78
    }
    
    .box.collapsed-box .box-header.with-border {
        border-bottom: none
    }
    
    .btn-mail-main {
        height: 50px;
        font-size: 14px;
        line-height: 34px
    }
    
    .btn-box-tool {
        padding: 5px;
        font-size: 12px;
        background: 0 0;
        color: #97a0b3
    }
    
    .btn-box-tool.btn:active {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none
    }
    
    .btn-box-tool:hover,
    .open .btn-box-tool {
        color: #606c84
    }
    
    .box-body {
        padding: 0 0px;
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px
    }
    
    .box-body>.table {
        margin-bottom: 0
    }
    
    .box-body .nav li.active a {
        background: #FEFEFE;
        color: #304ffe
    }
    
    .box-body .nav a {
        padding: 13px 0;
        color: #212121;
        font-size: 14px;
        line-height: 25px;
        font-weight: 500
    }
    
    .box-body .nav a:hover {
        background: #FEFEFE;
        color: #304ffe
    }
    
    .box-body .nav .fa {
        display: inline-block;
        width: 35px;
        line-height: 26px;
        font-size: 17px
    }
    
    .box-body .nav .label-text-right {
        color: #656d78;
        font-size: 14px;
        line-height: 25px
    }
    
    .box-body .nav .label-right {
        padding: 0 7px;
        font-size: 14px;
        line-height: 20px;
        margin-top: 2px;
        padding-top: 2px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        font-weight: 400
    }
    
    .box-footer {
        padding: 10px 20px;
        background: #FEFEFE;
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px
    }
    
    .mailbox-messages .table {
        margin-bottom: 0;
        border-collapse: separate;
        border-spacing: 0 1px
    }
    
    .mailbox-messages .table>tbody>tr>td {
        border-top: none
    }
    
    .mailbox-messages .table .mailbox-subject {
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 500px;
        overflow: hidden
    }
    
    .mailbox-messages .mailbox-star a {
        color: #ccd1d9;
        font-size: 17px
    }
    
    .mailbox-messages .mailbox-name a {
        color: #212121;
        font-weight: 500
    }
    
    .mailbox-messages .mailbox-subject {
        color: #90a4ae
    }
    
    .mailbox-messages .mailbox-subject span {
        color: #656d78;
        font-weight: 500
    }
    
    .mailbox-messages .table-striped>tbody>tr:nth-of-type(odd) {
        background: #f5f7fa
    }
    
    .mailbox-messages .unread>td:first-of-type {
        border-left: 5px solid #304ffe
    }
    
    .mailbox-messages .unread .mailbox-subject span {
        color: #212121
    }
    
    .mailbox-messages tr>td:first-of-type {
        border-left: 5px solid transparent
    }
    
    .mailbox-read-info {
        border-bottom: 1px solid #f4f4f4;
        padding: 10px 20px
    }
    
    .mailbox-read-info h3 {
        font-size: 20px;
        margin: 0
    }
    
    .mailbox-read-info h5 {
        padding: 5px 0 0 0;
        margin: 0
    }
    
    .mailbox-read-time {
        color: #999;
        font-size: 13px
    }
    
    .mailbox-controls {
        border-bottom: 1px solid #f4f4f4;
        padding: 8px 20px 1px 15px
    }
    
    .mailbox-controls:after {
        content: '';
        display: block;
        clear: both
    }
    
    .mailbox-controls .btn {
        padding: 0;
        line-height: 35px;
        height: 35px;
        min-width: 80px;
        margin: 0 5px 7px;
        font-size: 18px;
        color: #656d78;
        background: #f5f7fa;
        border-color: #ccd1d9
    }
    
    .mailbox-controls .btn-group {
        font-size: 0
    }
    
    .mailbox-controls .btn-group .btn {
        min-width: 40px;
        color: #aab2bd;
        font-size: 26px;
        background: #f5f7fa;
        border: 1px solid #ccd1d9;
        margin: 0 !important;
        z-index: 1 !important
    }
    
    .mailbox-controls .btn-group .btn:first-child {
        border-right: none
    }
    
    .mailbox-controls .inbox-text {
        display: inline-block;
        font-size: 16px;
        line-height: 35px;
        margin-right: 8px
    }
    
    @media (max-width:929px) {
        .mailbox-controls .pull-right {
            width: 100%;
            padding: 10px
        }
    }
    
    .icheckbox_square-blue {
        transform: scale(.7)
    }
    
    .mailbox-read-message {
        padding: 10px 20px
    }
    
    .mailbox-footer {
        padding: 10px 20px;
        border-bottom: 1px solid #f4f4f4;
        border-top: 1px solid #f4f4f4
    }
    
    .mailbox-attachments {
        list-style: none;
        padding: 0
    }
    
    .mailbox-attachments li {
        float: left;
        width: 200px;
        border: 1px solid #eee;
        margin-bottom: 10px;
        margin-right: 10px
    }
    
    .mailbox-attachment-name {
        font-weight: 700;
        color: #666
    }
    
    .mailbox-attachment-icon,
    .mailbox-attachment-info,
    .mailbox-attachment-size {
        display: block
    }
    
    .mailbox-attachment-info {
        padding: 10px;
        background: #f4f4f4
    }
    
    .mailbox-attachment-size {
        color: #999;
        font-size: 12px
    }
    
    .mailbox-attachment-icon {
        text-align: center;
        font-size: 65px;
        color: #666;
        padding: 20px 10px 20px 10px
    }
    
    .mailbox-attachment-icon.has-img {
        padding: 0
    }
    
    .mailbox-attachment-icon.has-img>img {
        max-width: 100%;
        height: auto
    }
    
    #page-404 {
        height: 100%;
        background: url(../images/404.jpg) top center repeat;
        background-position: center center;
        background-attachment: fixed;
        overflow: hidden;
        width: 100%;
        padding: 0 15px 0 15px
    }
    
    #page-404 .content {
        width: 100%;
        max-width: 600px;
        display: block;
        margin: 0 auto 0;
        float: none;
        text-align: center;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    
    #page-404 p {
        padding: 30px 0 30px 0;
        color: #777;
        font-size: 16px;
        line-height: 30px;
        margin: 0
    }
    
    @media (max-height:359px) {
        #page-404 {
            min-height: 100%;
            height: auto
        }
        #page-404 .content {
            transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            top: 0;
            margin-top: 60px;
            margin-bottom: 60px
        }
    }
    
    .title-on-desktop {
        position: relative
    }
    
    .title-on-desktop .title {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 28px;
        line-height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        white-space: nowrap
    }
    
    .title-on-mobile {
        display: none
    }
    
    @media (max-width:649px) {
        .title-on-desktop {
            display: none
        }
        .title-on-mobile {
            display: block
        }
    }
    
    .prj-header {
        position: relative;
        min-height: 64px;
        padding: 0 130px;
        border-bottom: 1px solid #e8e8e8
    }
    
    .prj-header .btn-submit-prj {
        position: absolute;
        top: 10px;
        right: 0
    }
    
    .prj-header .result-count {
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 14px;
        line-height: 34px
    }
    
    .prj-header .filters {
        list-style: none;
        padding: 0;
        font-size: 0;
        text-align: center;
        margin-bottom: 0
    }
    
    .prj-header .filters li {
        display: inline-block;
        font-size: 14px;
        line-height: 34px;
        margin: 0 5px 0 5px
    }
    
    .prj-header .filters a {
        display: block;
        color: #000;
        position: relative;
        padding: 10px 10px 20px
    }
    
    .prj-header .filters a:before {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -1px;
        left: 0;
        background: #188ae2;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .prj-header .filters a.active,
    .prj-header .filters a:hover {
        color: #188ae2
    }
    
    .prj-header .filters a.active:before,
    .prj-header .filters a:hover:before {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
    
    @media (max-width:999px) {
        .prj-header {
            padding: 65px 0 0
        }
    }
    
    .prj-item {
        display: block;
        position: relative;
        background: #FEFEFE;
        border: 1px solid #e9e9e9;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px
    }
    
    .prj-item .top-project-section {
        height: 220px;
        padding: 40px 20px 20px 20px;
        border-bottom: 1px solid #e9e9e9
    }
    
    .prj-item .top-project-section h3 {
        margin: 20px 0 0 0;
        font-size: 16px;
        line-height: 20px;
        color: #3a3a3a
    }
    
    .prj-item .top-project-section .meta {
        font-size: 13px;
        color: #b2b2b2
    }
    
    .prj-item .top-project-section .meta span {
        color: #767676
    }
    
    .prj-item .project-icon {
        height: 90px
    }
    
    .prj-item .project-icon img {
        display: block;
        margin: 0 auto 0;
        float: none;
        max-width: 80px;
        height: auto
    }
    
    .prj-item .bottom-project-section {
        padding: 15px 20px 15px 20px;
        font-size: 13px;
        color: #767676
    }
    
    .prj-item .bottom-project-section:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        clear: both;
        overflow: hidden
    }
    
    .prj-item .bottom-project-section .points {
        float: left;
        margin-right: 10px
    }
    
    .prj-item .bottom-project-section .views {
        float: left;
        margin-right: 10px
    }
    
    .prj-item .bottom-project-section .feedable-time {
        float: right
    }
    
    .task-item {
        display: block;
        margin-bottom: 20px;
        padding: 10px 15px 10px 15px;
        border: 1px solid #e9e9e9;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }
    
    .task-item .title {
        font-weight: 600;
        color: #000;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    @media (min-width:1025px) {
        .task-item .title:hover {
            color: #188ae2
        }
    }
    
    .task-item .metas {
        padding-top: 5px;
        color: #bbb
    }
    
    .task-item .metas:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        clear: both;
        overflow: hidden
    }
    
    .task-item .metas .meta {
        margin-right: 10px;
        float: left
    }
    
    .task-item .metas .ico {
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        margin-right: 4px
    }
    
    .task-item .progress {
        margin-bottom: 5px;
        height: 10px;
        margin-top: 10px
    }
    
    .task-item .task-icon {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        margin-bottom: 5px
    }
    
    .task-user {
        margin-bottom: 20px;
        position: relative;
        top: 0;
        left: 0;
        width: auto
    }
    
    .task-user .name {
        margin-bottom: 5px
    }
    
    .user-assign-list li {
        vertical-align: top
    }
    
    .user-assign-list .avatar {
        display: block;
        width: 34px;
        height: 34px;
        overflow: hidden;
        position: relative;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%
    }
    
    .user-assign-list .add_new {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%
    }
    
    .user-attach-list .thumbs {
        display: block;
        padding: 5px;
        width: 100px;
        border: 1px solid #e9e9e9
    }
    
    .user-attach-list .add_new {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%
    }
    
    .frm-comment {
        position: relative;
        padding: 10px 0 10px 55px
    }
    
    .frm-comment .avatar {
        position: absolute;
        top: 4px;
        left: 0;
        width: 44px;
        height: 44px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden
    }
    
    .profile-avatar .btn {
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #FEFEFE
    }
    
    .profile-avatar .btn-friend {
        background: #00aeff
    }
    
    .profile-avatar .btn-inbox {
        background: #304ffe
    }
    
    .profile-friends-list li {
        margin-bottom: 10px
    }
    
    .profile-friends-list li .avatar {
        width: 48px;
        height: 48px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden;
        position: relative;
        display: block
    }
    
    .dot-list {
        list-style: none;
        padding: 0;
        margin: 0
    }
    
    .dot-list li {
        margin-bottom: 15px;
        padding: 0 0 0 30px;
        position: relative
    }
    
    .dot-list li:before {
        content: "\f10c";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 14px;
        line-height: 20px
    }
    
    .dot-list .date {
        font-size: 12px;
        color: #939ba2;
        display: block
    }
    
    .box-contact {
        position: relative;
        margin-top: 60px;
        padding: 60px 20px 20px 20px;
        border: 1px solid #e0e0e0;
        background: #FEFEFE;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        text-align: center;
        margin-bottom: 30px
    }
    
    .box-contact .avatar {
        width: 108px;
        height: 108px;
        position: absolute;
        top: -54px;
        border: 4px solid #e7e6e6;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    
    .box-contact .name {
        font-size: 24px;
        margin-bottom: 0
    }
    
    .box-contact .job {
        font-size: 16px;
        color: #a8a8a8;
        font-weight: 700;
        padding-bottom: 15px;
        position: relative;
        margin-bottom: 20px
    }
    
    .box-contact .job:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 75px;
        height: 2px;
        background: #fbbc05
    }
    
    .box-contact p {
        font-size: 14px;
        line-height: 22px
    }
    
    .contact-social a {
        display: block;
        font-size: 20px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        color: #FEFEFE
    }
    
    .contact-social .fa-phone {
        background: #00aeff
    }
    
    .contact-social .fa-envelope {
        background: #00bf4f
    }
    
    .contact-social .fa-facebook {
        background: #3b5999
    }
    
    .contact-social .fa-twitter {
        background: #55acee
    }
    
    .contact-social .fa-google-plus {
        background: #dd4b39
    }
    
    .pricing-table {
        display: table;
        margin-top: 30px;
        width: 100%;
        text-align: center
    }
    
    .pricing-table:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        clear: both;
        overflow: hidden
    }
    
    .pricing-table .pricing-table-row {
        display: table-row
    }
    
    .pricing-table .col {
        display: table-cell;
        position: relative;
        width: 25%;
        vertical-align: top
    }
    
    .pricing-table .col:before {
        content: "";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        position: absolute;
        top: -7px;
        left: 0;
        width: 100%;
        height: 7px;
        background: #212121;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .pricing-table .col-first:before {
        display: none
    }
    
    .pricing-table .col-first .thead {
        border: 1px solid #e9eaeb;
        background: 0 0;
        color: #ff1000;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        background: #FEFEFE
    }
    
    .pricing-table .col-first .td {
        border-left: 1px solid #e9eaeb
    }
    
    .pricing-table .thead {
        height: 110px;
        padding: 13px;
        background: #ff1000;
        color: #FEFEFE;
        vertical-align: middle
    }
    
    .pricing-table .thead h4 {
        margin: 0;
        font-weight: 700;
        line-height: 34px;
        white-space: nowrap
    }
    
    .pricing-table .thead.bg-main-2 {
        background-color: #304ffe
    }
    
    .pricing-table .thead.bg-blue-1 {
        background-color: #2444f9
    }
    
    .pricing-table .thead.bg-blue-2 {
        background-color: #1e3def
    }
    
    .pricing-table .thead.bg-blue-3 {
        background-color: #304ffe
    }
    
    .pricing-table .thead.bg-red-1 {
        background-color: #d42b20
    }
    
    .pricing-table .thead.bg-red-2 {
        background-color: #ea1000
    }
    
    .pricing-table .price {
        display: inline-block;
        position: relative;
        padding: 0 45px 0 15px
    }
    
    .pricing-table .price .number {
        font-size: 45px;
        line-height: 50px;
        font-weight: 700
    }
    
    .pricing-table .price .currency {
        position: absolute;
        top: 0;
        left: -20px;
        font-size: 18px;
        line-height: 50px;
        font-weight: 700
    }
    
    .pricing-table .price .small_number {
        position: absolute;
        right: 0;
        top: 5px;
        width: 40px;
        text-align: left;
        font-size: 18px
    }
    
    .pricing-table .price .time {
        position: absolute;
        top: 30px;
        right: 0;
        width: 40px;
        text-align: left;
        font-size: 16px;
        color: #fcd20b;
        font-weight: 700
    }
    
    .pricing-table .td {
        left: 24px;
        height: 62px;
        padding: 7px;
        border-right: 1px solid #e9eaeb;
        border-bottom: 1px solid #e9eaeb;
        font-size: 14px;
        line-height: 48px;
        color: #222;
        white-space: nowrap;
        overflow: hidden;
        background: #FEFEFE
    }
    
    .pricing-table .td:last-child {
        height: 100px
    }
    
    .pricing-table .td .fa-times {
        color: #666;
        font-size: 24px;
        line-height: 48px
    }
    
    .pricing-table .td .fa-check {
        color: #ff1000;
        font-size: 24px;
        line-height: 48px
    }
    
    .pricing-table .td .btn-order {
        display: inline-block;
        width: 125px;
        color: #FEFEFE;
        background: #212121;
        font-size: 12px;
        line-height: 40px;
        font-weight: 700;
        margin: 23px 0 23px 0
    }
    
    .pricing-table .center-v {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative
    }
    
    .pricing-table .col-featured {
        top: -10px;
        -webkit-box-shadow: 0 12px 12px 0 rgba(34, 34, 34, .25);
        -moz-box-shadow: 0 12px 12px 0 rgba(34, 34, 34, .25);
        box-shadow: 0 12px 12px 0 rgba(34, 34, 34, .25)
    }
    
    .pricing-table .col-featured .thead {
        height: 120px;
        padding-top: 23px
    }
    
    .pricing-table .col-featured .td:last-child {
        height: 110px
    }
    
    .pricing-table .col-featured .td .btn-order {
        background: #ff1000
    }
    
    @media (min-width:1025px) {
        .pricing-table .td .btn-order:hover {
            background: #ff1000
        }
        .pricing-table .col:hover:before {
            opacity: 1
        }
    }
    
    @media (max-width:1199px) {
        .pricing-table .thead h4 {
            font-size: 14px
        }
    }
    
    @media (max-width:991px) {
        .pricing-table .col-first {
            display: none !important
        }
        .pricing-table .col:nth-child(2) .td {
            border-left: 1px solid #e9eaeb
        }
    }
    
    @media (max-width:991px) {
        .pricing-table .col {
            width: 100%;
            display: block;
            margin: 0 auto 50px;
            max-width: 300px
        }
        .pricing-table .col:last-child {
            margin-bottom: 0
        }
        .pricing-table .col .td {
            border-left: 1px solid #e9eaeb
        }
        .pricing-table .thead h4 {
            font-size: 18px
        }
    }
    
    .invoice-box {
        max-width: 800px;
        margin: auto;
        padding: 30px;
        border: 1px solid #eee;
        font-size: 16px;
        line-height: 24px;
        color: #555;
        background: #FEFEFE;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15)
    }
    
    .invoice-box .logo {
        color: #000;
        font-weight: 600
    }
    
    .invoice-box .logo span {
        font-weight: 400
    }
    
    .invoice-box table {
        width: 100%;
        text-align: left
    }
    
    .invoice-box table td {
        padding: 5px;
        vertical-align: top
    }
    
    .invoice-box table tr td:nth-child(2) {
        text-align: right
    }
    
    .invoice-box table tr.top table td {
        padding-bottom: 20px
    }
    
    .invoice-box table tr.top table td.title {
        font-size: 45px;
        line-height: 45px;
        color: #333
    }
    
    .invoice-box table tr.information table td {
        padding-bottom: 40px
    }
    
    .invoice-box table tr.heading td {
        background: #eee;
        border-bottom: 1px solid #ddd;
        font-weight: 700
    }
    
    .invoice-box table tr.details td {
        padding-bottom: 20px
    }
    
    .invoice-box table tr.item td {
        border-bottom: 1px solid #eee
    }
    
    .invoice-box table tr.item.last td {
        border-bottom: none
    }
    
    .invoice-box table tr.total td:nth-child(2) {
        border-top: 2px solid #eee;
        font-weight: 700
    }
    
    @media only screen and (max-width:600px) {
        .invoice-box table tr.information table td,
        .invoice-box table tr.top table td {
            width: 100%;
            display: block;
            text-align: center
        }
    }
    
    .item-gallery {
        display: block;
        position: relative;
        margin-bottom: 15px;
        border: 10px solid #FEFEFE;
        background: #222;
        -webkit-box-shadow: 0 0 5px 0 rgba(14, 14, 14, .1);
        -moz-box-shadow: 0 0 5px 0 rgba(14, 14, 14, .1);
        box-shadow: 0 0 5px 0 rgba(14, 14, 14, .1)
    }
    
    .item-gallery:before {
        content: "\f065";
        font-family: FontAwesome;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        font-size: 16px;
        line-height: 22px;
        position: absolute;
        left: 10px;
        bottom: 5px;
        color: #a5a5a5;
        z-index: 10;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .item-gallery img {
        min-width: 100%;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    .item-gallery .title {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 20;
        width: 100%;
        margin: 0;
        text-align: center;
        color: #FEFEFE;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        transform: translate(0, -40%);
        -webkit-transform: translate(0, -40%);
        -moz-transform: translate(0, -40%);
        -o-transform: translate(0, -40%);
        -ms-transform: translate(0, -40%);
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }
    
    @media (min-width:1025px) {
        .item-gallery:hover:before {
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1
        }
        .item-gallery:hover .title {
            transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1
        }
        .item-gallery:hover img {
            -moz-opacity: .35;
            -khtml-opacity: .35;
            opacity: .35
        }
    }
    
    .isotope-filter .filter-controls {
        padding-top: 8px;
        margin-bottom: 43px;
        font-size: 0;
        padding-left: 0;
        text-align: center
    }
    
    .isotope-filter .filter-controls li {
        display: inline-block;
        padding: 10px 15px 0 15px
    }
    
    .isotope-filter .filter-controls a {
        display: block;
        color: #000;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500
    }
    
    @media (min-width:1025px) {
        .isotope-filter .filter-controls a:hover {
            color: #ff1000
        }
    }
    
    .isotope-filter .filter-controls .js__active {
        color: #ff1000
    }
    
    .modal-content {
        padding: 0 15px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0
    }
    
    .modal-dialog {
        max-width: 100%
    }
    
    .form-control {
        line-height: 24px;
        padding: 9px 14px;
        height: 40px;
        border-color: #ccd1d9;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0
    }
    
    .form-control.input-sm {
        padding: 0 10px;
        height: 30px
    }
    
    .form-control:focus {
        border-color: #00aeff !important;
        -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12) !important;
        -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12) !important;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12) !important
    }
    
    textarea.form-control {
        height: 105px
    }
    
    .has-success .form-control {
        border-color: #00bf4f
    }
    
    .has-warning .form-control {
        border-color: #fbbc05
    }
    
    .has-error .form-control {
        border-color: #ea4335
    }
    
    .has-inverse .form-control {
        border-color: #000
    }
    
    .form-with-icon {
        position: relative
    }
    
    .form-with-icon .item-icon-right {
        position: absolute;
        right: 0;
        top: 50%;
        width: 50px;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }
    
    .form-with-icon .form-control {
        padding-right: 50px
    }
    
    .has-success .form-with-icon .item-icon {
        color: #00bf4f
    }
    
    .has-warning .form-with-icon .item-icon {
        color: #fbbc05
    }
    
    .has-error .form-with-icon .item-icon {
        color: #ea4335
    }
    
    .has-inverse .form-with-icon .item-icon {
        color: #000
    }
    
    .input-group-btn>.btn {
        min-width: 50px;
        padding: 7px 10px;
        font-size: 18px;
        line-height: 29px;
        color: #000;
        border: 1px solid #ccd1d9;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        height: 45px
    }
    
    .input-group-btn>.btn.no-border {
        border: none;
        line-height: 31px
    }
    
    .input-group-btn>.btn span {
        font-size: 14px
    }
    
    .review-list {
        color: #adadad;
        font-size: 14px;
        line-height: 24px
    }
    
    .review-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee
    }
    
    .review-item .top {
        padding-bottom: 5px
    }
    
    .review-item .top:after {
        content: '';
        clear: both;
        display: block
    }
    
    .review-item .top .name {
        display: inline-block;
        margin-right: 10px;
        color: #000
    }
    
    .review-item .top .date {
        display: inline-block
    }
    
    .review-item .top .star-rating {
        float: right;
        white-space: nowrap
    }
    
    @media (max-width:1299px) and (min-width:1199px) {
        .review-item .top .star-rating {
            width: 100%
        }
    }
    
    .review-item .desc {
        font-size: 13px;
        line-height: 23px
    }
    
    .activity-list {
        color: #000;
        margin-bottom: 20px
    }
    
    .activity-item {
        position: relative;
        padding-left: 35px;
        padding-bottom: 20px;
        font-size: 14px;
        line-height: 24px
    }
    
    .activity-item .bar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        width: 1px
    }
    
    .activity-item .dot {
        position: absolute;
        top: 0;
        left: -4px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%
    }
    
    .activity-item .last-dot {
        position: absolute;
        bottom: 0;
        left: -2px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%
    }
    
    .activity-item .date {
        font-size: 12px;
        color: #adadad
    }
    
    .activity-link {
        display: block;
        padding: 8px 10px 5px;
        text-align: center;
        color: #000
    }
    
    .todo-list {
        margin-bottom: 15px
    }
    
    .todo-item {
        padding: 15px 0;
        border-bottom: 1px solid #eee
    }
    
    .todo-item .checkbox {
        margin: 0
    }
    
    .todo-item .checkbox input:checked+label {
        color: #adadad;
        text-decoration: line-through
    }
    
    .todo-form {
        padding-top: 10px
    }
    
    .editableform input.form-control,
    .editableform select.form-control {
        padding: 4px 10px;
        height: 32px
    }
    
    .editableform .btn-sm {
        height: 32px;
        padding: 0 20px;
        line-height: 32px
    }
    
    .jqstooltip {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }
    
    .sweet-alert .sa-button-container button {
        background: #e4e7ea;
        outline: 0 !important;
        font-size: 16px;
        line-height: 26px;
        padding: 8px 25px;
        border: none;
        font-weight: 500;
        font-family: Arial, Helvetica, sans-serif;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px
    }
    
    .sweet-alert .sa-button-container button.cancel {
        background: #e4e7ea;
        color: #000
    }
    
    .sweet-alert .sa-button-container button.cancel:hover {
        background: #e4e7ea
    }
    
    .sweet-alert .sa-button-container button.confirm {
        background: #ea4335
    }
    
    .sweet-alert.visible .sa-icon.sa-success .sa-line {
        background: #00bf4f
    }
    
    .sweet-alert.visible .sa-icon.sa-warning {
        border-color: #fbbc05
    }
    
    .sweet-alert.visible .sa-icon.sa-error {
        border-color: #ea4335
    }
    
    .sweet-alert.visible .sa-icon.sa-error .sa-line {
        background: #ea4335
    }
    
    .config {
        list-style: none;
        padding: 0
    }
    
    .config li {
        border-bottom: 1px solid #eaedef
    }
    
    .config a {
        display: block;
        position: relative;
        padding: 14px 15px 14px 20px;
        min-height: 40px
    }
    
    .config a:hover {
        background: #f5f7fa
    }
    
    .config .name {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: #212121;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        display: block
    }
    
    @media (min-width:1025px) {
        .config .name:hover {
            color: #304ffe
        }
    }
    
    .config-popup {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 75px;
        right: 20px;
        z-index: 40;
        background: #FEFEFE;
        width: 200px;
        max-width: 100%;
        transform: translate(0, 30px);
        -webkit-transform: translate(0, 30px);
        -moz-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
    }
    
    .config-popup.active {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0)
    }
    
    .config-popup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #aab2bd !important
    }
    
    .config-popup:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
    
    .config-popup .content {
        overflow: auto;
        height: 100%;
    }
    
    #config {
        border-radius: 8px;
    }
    
    .config-popup .content .notice-list {
        width: 100%;
        overflow: hidden
    }
    
    .config-popup .popup-title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        padding: 11px 10px 11px 18px;
        color: #1b1f20;
        margin: 0;
        border-bottom: 1px solid #e6e9ed;
        font-weight: 600;
        letter-spacing: .03em;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 27px
    }
    
    .config-popup .popup-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        font-size: 18px;
        line-height: 59px;
        padding: 0 10px 0 10px;
        color: #000
    }
    
    @media (min-width:1025px) {
        .config-popup .popup-close:hover {
            color: #ea4335
        }
    }
    
    .config {
        list-style: none;
        padding: 0
    }
    
    .config li {
        border-bottom: 1px solid #eaedef
    }
    
    .config a {
        display: block;
        position: relative;
        padding: 14px 15px 14px 20px;
        min-height: 40px
    }
    
    .config a:hover {
        background: #f5f7fa
    }
    
    .config .name {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: #212121;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        display: block
    }
    
    .config:hover .name:hover {
        color: #212121
    }
    
    @media (min-width:1025px) {
        .config .name:hover {
            color: #304ffe
        }
    }
    
    .config-popup {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 75px;
        right: 20px;
        z-index: 40;
        background: #FEFEFE;
        width: 200px;
        max-width: 100%;
        transform: translate(0, 30px);
        -webkit-transform: translate(0, 30px);
        -moz-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
    }
    
    .config-popup.active {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0)
    }
    
    .config-popup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #aab2bd !important
    }
    
    .config-popup:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
    
    .config-popup .content {
        overflow: auto;
        height: 100%
    }
    
    .config-popup .content .notice-list {
        width: 100%;
        overflow: hidden
    }
    
    .config-popup .popup-title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        padding: 11px 10px 11px 18px;
        color: #1b1f20;
        margin: 0;
        border-bottom: 1px solid #e6e9ed;
        font-weight: 600;
        letter-spacing: .03em;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 27px
    }
    
    .config-popup .popup-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        font-size: 18px;
        line-height: 59px;
        padding: 0 10px 0 10px;
        color: #000
    }
    
    @media (min-width:1025px) {
        .config-popup .popup-close:hover {
            color: #ea4335
        }
    }
    
    .float_right {
        float: right
    }
    
    .display_none {
        display: none
    }
    
    .cursor_pointer {
        cursor: pointer
    }
    
    .qtdReg {
        width: 80px;
        padding: 0
    }
    
    .input-group0 {
        width: 0
    }
    
    .input_group_datepicker {
        width: 0;
        padding: 0px;
        margin: 0px;
        border-radius: 0px;
    }
    
    .label_group_datepicker {
        padding: 10px;
        margin: 0px;
    }
    
    .disabled {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .6
    }
    
    .btn-style {
        padding: 5px;
        font-size: 15px;
        background-color: transparent
    }
    
    .btn-style2 {
        padding: 2px;
        font-size: 15px;
        color: #FEFEFE;
        background-color: #1f1e1e
    }
    
    .btn-style2:hover {
        padding: 2px;
        font-size: 15px;
        color: #a9a9a9;
        background-color: #403f3f
    }
    
    .logo-table {
        border-radius: 2%;
        max-width: 220px;
        max-height: 70px
    }
    
    .scrollable-menu {
        height: auto;
        max-height: 350px;
        overflow-x: hidden
    }
    
    .btn-group-custom-flex {
        display: flex !important
    }
    
    .search {
        float: right
    }
    
    .rdo-grp {
        position: absolute;
        top: calc(50% + 22px)
    }
    
    .rdo-grp label:hover {
        background: rgba(125, 100, 247, .06)
    }
    
    .rdo-grp label:not(:last-child) {
        margin-right: 16px
    }
    
    .rdo-grp label span {
        vertical-align: middle
    }
    
    .rdo-grp label span:first-child {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: #e8eaed;
        border-radius: 50%;
        transition: all .2s ease;
        margin-right: 8px
    }
    
    .rdo-grp label span:first-child:after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        margin: 2px;
        background: #FEFEFE;
        border-radius: 50%;
        transition: all .2s ease
    }
    
    .rdo-grp label:hover span:first-child {
        background: #000
    }
    
    .rdo-grp input {
        display: none
    }
    
    .rdo-grp input:checked+label span:first-child {
        background: #000
    }
    
    .rdo-grp input:checked+label span:first-child:after {
        transform: scale(.5)
    }
    
    .context {
        position: absolute;
        display: none;
        z-index: 18
    }
    
    fieldset {
        margin: 4px;
        border: .2px solid silver;
        padding: 8px;
        border-radius: 0
    }
    
    legend {
        padding: 8px;
        font-size: 15px
    }
    
    fieldset.scheduler-border {
        border: .2px groove #ddd !important;
        border-radius: 8px;
        padding: 0 1.4em 1.4em 1.4em !important;
        margin: 0 0 1.5em 0 !important;
        -webkit-box-shadow: 0 0 0 0 #000;
        box-shadow: 0 0 0 0 #000
    }
    
    legend.scheduler-border {
        font-size: 1em !important;
        text-align: left !important;
        width: auto;
        padding: 0 10px;
        border-bottom: none
    }
    
    .dropdown.dropdown-lg .dropdown-menu {
        margin-top: -1px;
        padding: 6px 20px
    }
    
    .dropdown-menu {
        border-radius: 8px;
    }
    
    .input-group-btn .btn-group {
        display: flex !important
    }
    
    .btn-group .btn {
        border-radius: 0;
        margin-left: -1px
    }
    
    .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }
    
    .btn-group .form-horizontal .btn[type=submit] {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }
    
    .control-label {
        min-height: 24px !important;
    }
    
    .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0
    }
    
    .form-group .form-control:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    
    @media screen and (min-width:768px) {
        #adv-search {
            width: 500px;
            margin: 0 auto
        }
        .dropdown.dropdown-lg {
            position: static !important
        }
        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 500px
        }
    }
    
    @media screen and (max-width:1300px) {
        .esconder_texto {
            display: none
        }
    }
    
    .dropdown.dropdown-lg .dropdown-menu {
        margin-top: -1px;
        padding: 6px 20px
    }
    
    .our-team-main {
        width: 100%;
        height: auto;
        border-bottom: 5px #323233 solid;
        background: #FEFEFE;
        text-align: center;
        border-radius: 2px;
        overflow: hidden;
        position: relative;
        transition: .7s;
        margin-bottom: 28px
    }
    
    .img-fluid {
        border-radius: 50%;
        margin-bottom: 20px;
        width: 90px
    }
    
    .our-team-main h3 {
        font-size: 20px;
        font-weight: 700
    }
    
    .our-team-main p {
        margin-bottom: 0
    }
    
    .team-back {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 15px 0 15px;
        text-align: left;
        background: #e4e4e4
    }
    
    .team-front {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 10;
        background: #f6f6f6;
        padding: 15px;
        bottom: 0;
        transition: all .7s ease
    }
    
    .our-team-main:hover .team-front {
        bottom: -200px;
        transition: all .7s ease
    }
    
    .our-team-main:hover {
        border-color: #777;
        transition: .7s
    }
    
    .switch {
        display: inline-block;
        height: 27px;
        position: relative;
        width: 52px;
        margin-top: 15px;
        margin-bottom: 0px;
    }
    
    .switch input {
        display: none
    }
    
    .slider {
        background-color: #ccc;
        bottom: 0;
        cursor: pointer;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: .4s
    }
    
    .slider:before {
        background-color: #FEFEFE;
        bottom: 5px;
        content: "";
        height: 17px;
        left: 5px;
        position: absolute;
        transition: .4s;
        width: 17px
    }
    
    input:checked+.slider:before {
        transform: translateX(26px)
    }
    
    .slider.round {
        border-radius: 20px
    }
    
    .slider.round:before {
        border-radius: 50%
    }
    
    #newlogin {
        display: none
    }
    
    .item-anexo {
        width: 100px
    }
    
    .btn-actions {
        margin-bottom: 8px;
        min-height: 34px;
        margin-right: 1px;
        padding: 10px;
        padding-top: 4px;
        padding-bottom: 2px;
        font-size: 15px;
        color: #000
    }
    
    .d_actions:disabled {
        border: 2px solid #5A5A5A;
    }
    
    .img_login {
        width: auto;
        height: 130px
    }
    
    .note-editable {
        cursor: text
    }
    
    @media (max-width:650px) {
        .icon_anexo {
            width: 100%;
            margin-right: 0;
            margin-left: 0
        }
    }
    
    @media (min-width:650px) {
        .icon_anexo {
            width: calc(98%/2);
            margin-right: calc(.5%/2);
            margin-left: calc(.5%/2)
        }
    }
    
    @media (min-width:940px) {
        .icon_anexo {
            width: calc(97.6%/3);
            margin-right: calc(.5%/3);
            margin-left: calc(.5%/3)
        }
    }
    
    @media (min-width:1200px) {
        .icon_anexo {
            width: calc(97.5%/4);
            margin-right: calc(.5%/4);
            margin-left: calc(.5%/4)
        }
    }
    
    @media (min-width:1425px) {
        .icon_anexo {
            width: calc(97.5%/5);
            margin-right: calc(.5%/5);
            margin-left: calc(.5%/5)
        }
    }
    
    @media (min-width:1640px) {
        .icon_anexo {
            width: calc(97.3%/6);
            margin-right: calc(.5%/6);
            margin-left: calc(.5%/6)
        }
    }
    
    @media (min-width:1900px) {
        .icon_anexo {
            width: calc(97%/8);
            margin-right: calc(.5%/8);
            margin-left: calc(.5%/8)
        }
    }
    
    @media (min-width:2300px) {
        .icon_anexo {
            width: calc(97.3%/8);
            margin-right: calc(.5%/8);
            margin-left: calc(.5%/8)
        }
    }
    
    @media (min-width:2700px) {
        .icon_anexo {
            width: calc(97.5%/8);
            margin-right: calc(.5%/8);
            margin-left: calc(.5%/8)
        }
    }
    
    @media (min-width:3000px) {
        .icon_anexo {
            width: calc(97.7%/8);
            margin-right: calc(.5%/8);
            margin-left: calc(.5%/8)
        }
    }
    
    @media (min-width:3300px) {
        .icon_anexo {
            width: calc(97.5%/9);
            margin-right: calc(.5%/9);
            margin-left: calc(.5%/9)
        }
    }
    
    @media (min-width:3800px) {
        .icon_anexo {
            width: calc(97.8%/9);
            margin-right: calc(.5%/9);
            margin-left: calc(.5%/9)
        }
    }
    
    @media (min-width:4200px) {
        .icon_anexo {
            width: calc(97.9%/10);
            margin-right: calc(.5%/10);
            margin-left: calc(.5%/10)
        }
    }
    
    .icon_anexo {
        position: relative;
        right: 0;
        margin-top: 7.5px;
        background-color: #f6f6f6;
        height: 195.96px;
        font-size: 14px;
        line-height: 26px;
        padding: 8px 25px;
        border: none;
        font-weight: 500;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 8px
    }
    
    .icon_anexo p {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis
    }
    
    .icon_anexo img {
        max-height: 110px;
        margin-top: auto;
        margin-bottom: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }
    
    .modal {
        display: none;
        position: fixed;
        padding-top: 80px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #000;
        background-color: rgba(0, 0, 0, .5);
        color: #000
    }
    
    .modal-content {
        position: relative;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 80%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
        margin-bottom: 80px;
        border-radius: 8px
    }
    
    .close {
        color: #202020;
        float: right;
        font-size: 28px;
        font-weight: 700
    }
    
    .close:focus,
    .close:hover {
        color: #111;
        text-decoration: none;
        cursor: pointer
    }
    
    .modal-body {
        padding: 2px 16px;
        border-radius: 8px
    }
    
    .modal-header {
        border-bottom: none;
        margin: 0 0 5px 0;
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
        border-radius: 8px
    }
    
    .check {
        padding-top: 40px;
        cursor: pointer
    }
    
    #gravar_plano {
        margin-bottom: 20px;
        margin-top: 20px
    }
    
    .pulso {
        -webkit-animation: fa-blink 1.25s linear infinite;
        -moz-animation: fa-blink 1.25s linear infinite;
        -ms-animation: fa-blink 1.25s linear infinite;
        -o-animation: fa-blink 1.25s linear infinite;
        animation: fa-blink 1.25s linear infinite
    }
    
    @keyframes fa-blink {
        0% {
            opacity: 1
        }
        100% {
            opacity: .4
        }
    }
    
    span.notif_circle {
        position: absolute;
        font-size: .7em;
        top: 20px;
        color: #ffd000
    }
    
    span.qtd_notif {
        position: absolute;
        font-size: .5em;
        top: -12px;
        font-weight: 700;
        color: #000;
        right: -9px
    }
    
    @media screen and (min-width: 767px) {
        .m_renomear {
            width: 400px;
            height: 200px;
        }
    }
    
    #remover_logo:hover,
    #remover_logo:focus {
        color: #333;
        text-decoration: none
    }
    
    #anexo img {
        margin-left: 5px;
        margin-top: 10px;
        margin-bottom: 25px;
        max-width: 300px;
        max-height: 225px;
        width: auto;
        height: auto;
        overflow: auto;
    }
    
    .rmv {
        margin-left: 5px;
    }
    
    #foto,
    #inserir_anexo_empresa,
    #marca_dagua {
        display: none;
    }
    
    .foto {
        border-bottom: 20px;
        background-color: #aaa;
        border-radius: 4%;
        width: 200px;
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    
    .foto img {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    
    .notificacoes {
        max-height: calc(100vh - 175px) !important;
        overflow-y: auto !important;
    }
    /* Custom Scrollbar */
    
    @-moz-document url-prefix() {
        .scrollbar {
            overflow: auto;
            width: 0.5em !important;
            scroll-behavior: smooth !important;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
            background-color: darkgrey !important;
            outline: 1px solid slategrey !important;
            border-radius: 10px !important;
        }
    }
    
    #content {
        height: 100% !important;
    }
    
    .group_datepicker {
        width: 100% !important;
    }
    
    #btn_login {
        background-color: #c91919 !important;
    }
    
    @media screen and (min-width: 767px) {
        #lbl_arq_ofx {
            margin-top: 36px;
        }
    }
    
    .legenda-import-ofx {
        align-items: center;
        display: flex;
    }
    
    .legenda-red {
        background-color: #D9534F;
        height: 20px;
        width: 40px;
        border: 1px solid #ccc;
        margin-right: 10px;
    }
    
    .legenda-green {
        background-color: #5CB85C;
        height: 20px;
        width: 40px;
        border: 1px solid #ccc;
        margin-right: 10px;
    }
    
    .legenda-yellow {
        background-color: #F0AD4E;
        height: 20px;
        width: 40px;
        border: 1px solid #ccc;
        margin-right: 10px;
    }
    
    .dropzone {
        border-radius: 8px;
    }
    
    .dropzone {
        border-radius: 8px;
    }
    
    #btn_serv:disabled {
        background-color: #eee;
        opacity: 1;
    }
    
    .select2-container--default.select2-container--disabled .select2-selection--single,
    .select2-container--opcional.select2-container--disabled .select2-selection--single {
        cursor: not-allowed;
    }
    
    .botao_padrao:disabled {
        cursor: not-allowed
    }
    
    .botao {
        display: none;
    }
    
    .campo_pesquisa {
        border-right: none;
        border-radius: 50px;
        width: 100%;
    }
    
    .input_group_search {
        border-left: 0px;
        border-radius: 50px;
        opacity: 100%;
    }
    
    .label_group_search {
        margin-bottom: 0;
        cursor: pointer;
    }
    
    .botao_pesq_sup {
        position: absolute;
        top: 9px;
        right: 9px;
        z-index: 10;
        border: none;
        background: transparent;
        outline: none;
        font-size: 16px;
    }
    
    .botao_pesq_sup_div {
        position: relative;
    }
    
    .botao_pesq_sup_div input {
        width: 100%;
    }
    
    .div_sup_result_artigos {
        cursor: pointer;
    }
    
    .resultados_artigos {
        margin-top: 0%;
        margin: 2%;
    }
    
    .lbl_import_xml_nfc {
        padding-top: 6px;
        display: block;
        padding: 0 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
    
    .btn-copy-to-clipboard {
        cursor: pointer
    }
    
    .btn-copy-to-clipboard:hover {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }
    
    @media screen and (min-width: 1200px) {
        h2.text-inverse {
            font-size: 20px;
        }
    }
    
    @media screen and (min-width: 1360px) {
        h2.text-inverse {
            font-size: 24px;
        }
    }
    
    @media screen and (min-width: 1900px) {
        h2.text-inverse {
            font-size: 30px;
        }
    }
    
    .lock-definir-padrao-ctapag {
        position: absolute;
        float: right;
        top: 60px;
        right: 10px;
        z-index: 100;
    }
    
    .lock-definir-padrao-ctarec {
        position: absolute;
        float: right;
        top: 60px;
        right: 10px;
        z-index: 100;
    }
    
    .lock-definir-padrao-movto {
        position: absolute;
        float: right;
        top: 60px;
        right: 10px;
        z-index: 100;
    }
    
    .lock-definir-padrao-func {
        position: absolute;
        float: right;
        top: 60px;
        right: 10px;
        z-index: 100;
    }
    
    .lock-definir-padrao-fornec {
        position: absolute;
        float: right;
        top: 60px;
        right: 10px;
        z-index: 100;
    }
    
    .lock-definir-padrao-acerto-lote {
        position: absolute;
        float: right;
        top: 60px;
        right: 10px;
        z-index: 100;
    }
    
    .lock-definir-padrao-inv-depre {
        position: absolute;
        float: right;
        top: 60px;
        right: 10px;
        z-index: 100;
    }
    
    .lock-definir-padrao-maquin {
        position: absolute;
        float: right;
        top: 60px;
        right: 10px;
        z-index: 100;
    }
    
    .lock-definir-padrao-doc {
        position: absolute;
        float: right;
        top: 60px;
        right: 10px;
        z-index: 100;
    }
    
    .lock-definir-padrao {
        position: absolute;
        float: right;
        top: 60px;
        right: 10px;
        z-index: 100;
    }
    
    .btn-ampliar-dash {
        color: black;
        background-color: transparent;
        border-color: transparent;
        margin-top: -5px;
    }
    
    .switch_ck_center {
        text-align: center;
        white-space: nowrap;
        margin-bottom: 18px !important;
    }
    
    .switch_ck_center>.switch {
        z-index: 101 !important;
    }
    
    .switch_ck_center>.lock-definir-padrao.lock-definir-padrao {
        right: 0px !important;
        left: 80px !important;
    }
    
    .nowrap {
        white-space: nowrap !important;
    }
    
    .tab-header-alt {
        margin-left: -31px;
        margin-right: -31px;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        margin-top: -18px;
    }
    
    .tab-content-alt {
        margin-right: -32px;
        margin-left: -32px;
        margin-bottom: -18px;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }
    /* Input tipo rádio personalizado para exibir o anexo principal */
    
    .radio-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .radio-hidden {
        display: none;
    }
    
    .radio-label {
        font-size: 20px;
        color: #ccc;
        cursor: pointer;
    }
    
    .radio-hidden:checked+.radio-label {
        color: #f39c12;
    }
    
    .bloco-cartao-movto-ofx {
        padding: 20px;
    }
    
    .bloco-tabela-movto-ofx {
        padding: 20px;
    }
    
    .cartao-movto-ofx {
        background: #fff;
        box-shadow: 0 2px 12px #0001;
        padding: 18px 22px 14px 22px;
        border-left: 5px solid #0078d7;
        transition: box-shadow 0.2s, border-color 0.2s;
        position: relative;
        margin-bottom: 15px;
    }
    
    .cartao-movto-ofx:hover {
        cursor: pointer;
        background-color: #00000010;
    }
    
    .cartao-movto-ofx .valor-data {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.1em;
        margin-bottom: 6px;
    }
    
    .cartao-movto-ofx .valor {
        font-weight: bold;
        color: #0078d7;
        font-size: 1.15em;
    }
    
    .cartao-movto-ofx .data {
        color: #888;
        font-size: 0.98em;
    }
    
    .cartao-movto-ofx .descricao {
        color: #222;
        font-size: 1em;
        margin-bottom: 2px;
    }
    
    .cartao-movto-cdto {
        border-left: 5px solid #5CB85C !important;
    }
    
    .cartao-movto-dbto {
        border-left: 5px solid #D9534F !important;
    }
    
    .cartao-movto-select {
        background: #d5f5d5 !important;
    }
    
    .cartao-movto-cdto .valor {
        color: #5CB85C !important;
    }
    
    .cartao-movto-dbto .valor {
        color: #D9534F !important;
    }
    
    .container-cartao-movto-ofx {
        overflow-y: scroll;
        scrollbar-width: thin;
        max-height: 50vh;
        border-top: solid 1px #dee2e6;
        border-bottom: solid 1px #dee2e6;
        margin-top: 10px;
    }
    
    .container-tabela-movto-ofx {
        overflow-y: scroll;
        scrollbar-width: thin;
        max-height: 50vh;
        border-top: solid 1px #dee2e6;
        border-bottom: solid 1px #dee2e6;
        margin-top: 10px;
    }
    
    .tabela-movto-ofx {
        margin-bottom: 0px !important;
    }
    
    .tabela-movto-ofx thead {
        position: sticky;
        top: 0;
        background: white;
        z-index: 100;
        box-shadow: inset 0 -1px 0 #dee2e6;
    }
    
    .tabela-movto-ofx tbody tr:hover {
        cursor: pointer;
        background-color: #00000010
    }
    
    .tabela-movto-cdto {
        box-shadow: inset 3px 0px 0px 0px #5CB85C !important;
        color: #5CB85C !important;
    }
    
    .tabela-movto-dbto {
        box-shadow: inset 3px 0px 0px 0px #D9534F !important;
        color: #D9534F !important;
    }
    
    .tabela-movto-select {
        background: #d5f5d5 !important;
    }
    
    .cartao-movto-concil-ofx {
        background: #d5d5d5 !important;
        cursor: default !important;
    }
    
    #tbl_caracter_imovel {
        margin: 15px;
    }
    
    .tbl-imv-caract {
        border-collapse: separate;
        border: 1px solid #ddd;
        border-radius: 8px;
    }
    
    .tbl_caract_imovel_remov_td:hover {
        cursor: pointer;
        background-color: #eee;
    }
    
    .add-vlr-tbl {
        cursor: pointer;
        text-align: center;
        font-size: 20px;
    }
    
    .add-vlr-tbl:hover {
        background-color: #eee;
    }
    
    ul.nav.nav-pills li {
        margin-bottom: 2px;
    }