/* Bootstrap Overrides */

* {
    font-family: Lato, sans-serif;
}


@font-face {
    font-family: 'latobold';
    src: url('fonts/lato/lato-bold-webfont.woff2') format('woff2'), url('fonts/lato/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold_italic';
    src: url('fonts/lato/lato-bolditalic-webfont.woff2') format('woff2'), url('fonts/lato/lato-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoitalic';
    src: url('fonts/lato/lato-italic-webfont.woff2') format('woff2'), url('fonts/lato/lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('fonts/lato/lato-light-webfont.woff2') format('woff2'), url('fonts/lato/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight_italic';
    src: url('fonts/lato/lato-lightitalic-webfont.woff2') format('woff2'), url('fonts/lato/lato-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato/lato-regular-webfont.woff2') format('woff2'), url('fonts/lato/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: Lato;
    src: url(fonts/Lato_ttf/Lato-Regular.ttf);
}

@font-face {
    font-family: Lato-Italic;
    src: url(fonts/Lato_ttf/Lato-Italic.ttf);
}

@font-face {
    font-family: Lato-Light;
    src: url(fonts/Lato_ttf/Lato-Light.ttf);
}

@font-face {
    font-family: Lato-LightItalic;
    src: url(fonts/Lato_ttf/Lato-LightItalic.ttf);
}

@font-face {
    font-family: Lato-Regular;
    src: url(fonts/Lato_ttf/Lato-Regular.ttf);
}


.row {
    position: relative;
}

.btn {
    height: 25px;
    padding: 3px 12px 4px 12px;
    /*background: rgb(255,255,255) url(/nbt55/images/btn-bg-1.png) repeat-x 0 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(182,182,182,1) 100%);*/
    color: white;
    border-color: #002e9e;
    background-color: #002e9e;
    font-size: 11px;
}

.btn-link {
    height: 32px;
    padding: 2px 12px 2px 10px;
    /*background: rgb(255,255,255) repeat-x 0 100%;
    border-color: #FFFFFF;*/
    background-color: transparent;
    border: 0px;
    font-style: normal;
    font-size: 12.5px;
    max-width: 130px;
    color: #002E9E;
}

.slide-in {
    z-index: 10;
    position: absolute;
    overflow: hidden;
}

.slide-in.from-right {
    right: 0;
}

.slide-in-content {
    margin-right: 0px;
    background: #EF3D3B;
    transition: all .9s ease;
}

.slide-in.from-right .slide-in-content {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.slide-in.show .slide-in-content {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.notification-panel {
    width: 400px;
    height: 150px;
    position: relative;
}

#toggle {
    position: absolute;
    right: 0;
    z-index: 11;
    outline: none;
    border: none;
    background: #EF3D3B;
    height: 150px;
    width: 40px;
}

#x {
    position: absolute;
    left: 0;
    z-index: 11;
    outline: none;
    border: none;
    background: red;
    height: 150px;
    width: 40px;
}


.btn:hover {
    border-color: #021f67;
    background-color: #021f67;
    color: white;
    text-decoration: none;
}


.btn-link:hover {
    font-size: 12.5px;
    text-decoration: none;
    background-color: transparent !important;
    color: #021f67;
}


.btn:focus {
    color: white;
    text-decoration: none;
}


.btn-link:focus {
    color: #021f67;
    font-size: 12.5px;
    text-decoration: none;
}

.sidebar-text {
    height: 32px;
    padding: 2px 12px 2px 10px;
    font-style: normal;
    font-size: 12px;
    max-width: 130px;
}




.btn-success {
    height: 25px;
    padding: 3px 12px 4px 12px;
    background: rgb(255,255,255) url(../../../images/btn-bg-1.png) repeat-x 0 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgb(51, 207, 33) 100%);
    border-color: #9C9C9C;
    font-size: 11px;
}

.btn-warning {
    height: 25px;
    padding: 3px 12px 4px 12px;
    background: rgb(255,255,255) url(../../../images/btn-bg-1.png) repeat-x 0 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgb(229, 145, 28) 100%);
    border-color: #9C9C9C;
    font-size: 11px;
}

.form-group {
    margin: 0 0 12px 0;
}


label {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #1b1c1d;
}

.has-error > label {
    color: #b02715;
}

.form-control {
    height: 26px;
    padding: 0 5px;
    outline: none !important;
    border: 1px solid #002E9E;
    box-shadow: none;
    background-color: #FFFFFF;
    border-radius: 4px;
    font-weight: normal;
    font-size: 11px;
    color: #8f8f8f;
}


.form-control2 {
    height: 26px;
    padding: 0 5px;
    outline: none !important;
    border: 1px solid #002E9E;
    box-shadow: none;
    background-color: #FFFFFF;
    border-radius: 4px;
    font-weight: normal;
    font-size: 11px;
    color: #8f8f8f;
}

.has-error > .form-control {
    border-color: #b02715;
}

select.form-control {
    padding: 0 0 0 3px;
}

textarea.form-control {
    min-width: 100%;
    max-width: 100%;
    height: 63px;
    min-height: 63px;
    padding: 2px 5px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.125);
}


input[type=checkbox],
input[type=radio] {
    margin: 1px 0 0 5px;
}

.form-control:focus {
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,61,57,.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,61,57,.3);*/
}

.form-control li {
}

.form-control > li > a:hover,
.form-control > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #f3969a;
}

.form-control li:hover {
}

.checkbox-inline,
.radio-inline {
    padding-left: 17px;
    padding-right: 8px;
}

    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        left: 0;
        top: 0;
        margin-left: 0;
    }

:root .checkbox input[type=checkbox],
:root .checkbox-inline input[type=checkbox],
:root .radio input[type=radio],
:root .radio-inline input[type=radio] {
    top: -3px\9;
}

.input-group-addon {
    border-color: #9C9C9C;
}

.modal-dialog {
    width: 500px;
    margin: 80px auto 30px auto;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.modal-header {
    padding: 0;
    border: 0;
}

    .modal-header .close {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: 10px 10px 0 0;
        background: url(../../../images/btn-ico-close-big.png) no-repeat 0 0;
        background-size: 100% auto;
        opacity: 1;
    }

        .modal-header .close span {
            display: none;
        }

.modal-body {
    padding: 0;
}

.modal-footer {
    padding: 0;
    border: 0;
}


/* Project styles */
*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    font-family: Lato;
    color: #34374d;
}

body {
    min-width: 980px;
    height: 100%;
    margin: 0;
    font-family: Lato;
    font-size: 12px;
    line-height: 1.3;
    color: #34374d;
}

    body:before {
        /*content: '';*/
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-repeat: repeat;
        background-position: center top;
        background-size: cover;
    }

a {
    color: #418cf0;
    text-decoration: none;
}

    a:hover {
        color: #f91100;
        text-decoration: underline;
    }

select {
    height: 24px;
    padding: 0 5px;
    box-shadow: none;
    border: 0px;
    background-color: #e9ebec;
    border-radius: 4px;
    font-weight: normal;
    font-size: 11px;
    color: #34374D;
}

.t-wrapper {
    position: relative;
    min-height: 100%;
    padding-bottom: 25px;
    min-width: 980px;
    background-color: #e0ebf6;
}

    .t-wrapper:before {
        content: '';
        position: absolute;
        /*left: 50%;*/
        top: 0;
        bottom: 0;
        /*width: 760px;*/
        /*margin-left: -270px;*/
        /*background: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,0.25);*/
        background-color: #e0ebf6;
        pointer-events: none;
    }

@media (max-width: 980px) {
    .t-wrapper:before {
        content: '';
        position: absolute;
        left: 220px;
        margin-left: 0px;
    }
}

.t-wrapper-fullwidth:before {
    min-width: 980px;
    margin-left: -490px;
}

@media (max-width: 980px) {
    .t-wrapper-fullwidth:before {
        width: 980px;
        margin-left: -220px;
    }
}

.t-login-wrapper {
    position: relative;
    min-height: 100%;
    padding-bottom: 25px;
}

    .t-login-wrapper:before {
        display: none;
    }


.t-header {
    position: relative;
    z-index: 2;
    height: 80px;
    min-width: 1200px;
    border-bottom: 1px solid #e0ebf6;
}

.t-header-top {
    background-color: #fff;
    color: #111;
    height: 100%;
    padding-top: 15px;
    /*
  background-image: url(../images/header-bg.jpg);
  background-repeat: repeat;
  background-position: center top;
  */
}

.t-header-top-inner {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin: 0 auto;
}

    .t-header-top-inner .row {
        max-width: 100%;
    }

.t-header-nav {
    background-color: #010000;
}

.t-header-nav-inner {
    width: 100%;
    min-height: 22px;
    margin: 0 auto;
    color: #fff;
}

.t-header-logo {
    position: absolute;
    left: 28px;
    top: 20px;
    width: 226px;
    height: 70px;
    background: url(/resources/Novabase/images/logo_campus.png) no-repeat 0 0;
}

.t-header-logo-2 {
    position: absolute;
    margin-left: 10px;
    top: 20px;
    height: 60px;
    width: 226px;
    right: 0;
    background: url(/resources/Novabase/images/logo_enabledbyNB.png) no-repeat 0 0;
}

.t-header-logo span {
    display: none;
}

.t-header-user-info {
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #010000;
    border-right: 1px solid #e0ebf6;
    border-left: 1px solid #e0ebf6;
}

.t-header-user-data {
    position: relative;
    padding: 0 0 0 26px;
    white-space: nowrap;
    min-height: 50px;
}

    .t-header-user-data > img {
        position: absolute;
        left: 0;
        top: 15px;
        width: 30px;
        max-height: 50px;
        border-radius: 50%;
    }

    .t-header-user-data .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        /*min-width: 160px;*/
        padding: 4px 7px 4px 4px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

    .t-header-user-data:hover .dropdown-content {
        display: block;
        margin-left: 20px;
    }

.t-header-user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    /*font-size: 10px;*/
    display: block;
    padding: 11px 0 0 20px;
}

.t-header-user-logout a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 1px 0 0 0;
    font-size: 10px;
    color: #010000;
}

    .t-header-user-logout a > img {
        display: inline-block;
        vertical-align: -2px;
        width: 9px;
        margin: 0 3px 0 0;
    }

.t-header-user-links {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

    .t-header-user-links li {
        position: relative;
        height: 18px;
    }

        .t-header-user-links li a {
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
            height: 18px;
            padding: 3px 0 2px 5px;
            font-size: 10px;
            color: #010000;
        }

            .t-header-user-links li a > i.t-ico {
                position: absolute;
                left: 0;
                top: 0;
                width: 22px;
                text-align: center;
            }

                .t-header-user-links li a > i.t-ico img {
                    display: inline-block;
                    width: 11px;
                }

.t-header-menu {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    list-style: none;
    font-size: 0;
    min-width: 800px;
}

    .t-header-menu li {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
        font-size: 12px;
        line-height: 1;
    }

        .t-header-menu li:first-child {
            margin-left: 5px;
        }

        .t-header-menu li > a,
        .t-header-menu li > span {
            display: inline-block;
            height: 22px;
            color: #111;
        }

        .t-header-menu li ul {
            display: none;
        }

        .t-header-menu li.has-submenu {
            position: relative;
            padding-left: 1%;
        }

            .t-header-menu li.has-submenu > span {
                white-space: nowrap;
                cursor: default;
            }

                .t-header-menu li.has-submenu > span:after {
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 0;
                    height: 0;
                    margin: 0 0 0 4px;
                    border: solid #111;
                    border-width: 0 1px 1px 0;
                    display: inline-block;
                    padding: 2px;
                    transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    margin-bottom: 3px;
                }

            .t-header-menu li.has-submenu > ul {
                position: absolute;
                left: 15px;
                top: 100%;
                min-width: 110px;
                max-width: 200px;
                margin: 0;
                padding: 0;
                list-style: none;
                border-top: 1px solid #fff;
                background: #010000;
            }

            .t-header-menu li.has-submenu:hover > ul,
            .t-header-menu li.has-submenu:focus > ul {
                display: block
            }

            .t-header-menu li.has-submenu > ul > li {
                display: block;
                margin: 0;
                padding: 0;
                line-height: 1.1;
            }

                .t-header-menu li.has-submenu > ul > li > a {
                    display: block;
                    padding: 3px 10px 2px 10px;
                    border: 1px solid transparent;
                    background-color: white;
                }

                    .t-header-menu li.has-submenu > ul > li > a:hover {
                        border-color: #d8d6cd;
                        text-decoration: none;
                        color: #111;
                    }


.t-main {
    position: relative;
    padding-top: 60px;
}

.t-main-popup {
    position: relative;
    padding-top: 10px;
}

.t-main-inner {
    min-width: 1000px;
    max-width: 1366px;
    margin: 0 auto;
    font-size: 0;
}

.t-login-wrapper .t-main-inner {
    padding: 120px 0 40px 0;
}

.t-main-menu-inner {
    width: 1024px;
    margin: 0 auto;
    font-size: 0;
}

.t-main-inner > * {
    font-size: 10px;
}

.t-main-menu-inner > * {
    font-size: 10px;
}

.t-main-sidebar {
    display: inline-block;
    vertical-align: top;
    min-width: 10%;
    max-width: 200px;
    /*min-width: 200px;*/
    margin: 0 35px 0 0;
    padding: 0 35px 25px 35px;
    background: #ffff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}

.t-main-sidebar-title {
    margin: 38px 0 22px -8px;
    font-size: 12px;
    line-height: 1.2;
    color: #021f67;
    font-weight: bold;
}


.t-main-sidebar-list {
    margin: 0;
    font-size: 12px;
    color: #002E9E;
    padding: 7px 0 7px 0;
    list-style: none;
    border-top: 1px solid #dbdde0;
}

* > .t-main-sidebar-list:first-of-type {
    border-color: transparent;
}

.slidebar-imgbot {
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

.t-main-sidebar-list li {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    min-height: 26px;
    line-height: 1.2;
}


.t-main-content {
    display: inline-block;
    vertical-align: top;
    width: 78%;
    padding: 0 30px 30px 30px;
    background: #ffff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}

.t-wrapper-fullwidth .t-main-content {
    width: 100%;
    max-width: 100% !important
}

.t-main-menu-content {
    display: inline-block;
    vertical-align: top;
    width: 1024px;
    padding: 0 30px 30px 30px;
}

.t-content-title {
    padding: 35px 0 0 0;
}

.t-pre-content-bar-1 + .t-content-title,
.t-pre-content-bar-1 + * > .t-content-title:first-of-type {
    padding: 15px 0 0 0;
}

.t-content-title h1 {
    position: relative;
    margin: 4px 0;
    font-size: 24px;
    font-weight: bold;
    color: #021f67;
}

    .t-content-title h1 span {
        position: relative;
        margin: 4px 0;
        font-size: 24px;
        font-weight: bold;
        color: #021f67;
        padding-left: 5px;
        line-height: 1.6;
    }

    .t-content-title h1 strong {
    }

    .t-content-title h1 i.t-ico > img {
        height: 50px;
        padding-bottom: 3px;
    }

.t-pre-content-bar-1 {
    padding: 5px 0 0 0;
}

.t-expandable-1-btn {
    background: none;
    border-color: transparent;
    font-size: 10px;
    color: #a4a6a8;
}

.t-pre-content-bar-1 .t-expandable-1-btn {
    margin-left: -10px;
}

.t-expandable-1-btn:after {
    content: '';
    display: inline-block;
    vertical-align: -1px;
    width: 11px;
    height: 8px;
    margin: 0 0 0 3px;
    background: url(/images/btn-ico-arrow-down.png) no-repeat 0 0;
    background-size: 100% auto;
}

.t-expandable-1-btn.expanded:after {
    background-image: url(/images/btn-ico-arrow-up.png);
}

.t-expandable-1-content {
}

.t-page-validation-global {
    position: relative;
    margin: 10px 0;
    padding: 4px 15px 4px 20px;
    font-size: 11px;
    color: #3F3F3F;
}

    .t-page-validation-global p {
        margin: 0;
    }

        .t-page-validation-global p + p {
            padding: 10px 0 0 0;
        }

    .t-page-validation-global:before {
        content: '';
        position: absolute;
        height: 21px;
        background: url(../../../images/validation-icon-errors.png) no-repeat 0 0;
        background-size: 100% auto;
    }

    .t-page-validation-global.t-page-validation-errors {
        left: 0;
        top: 0;
        background: #FFC1A8;
    }

        .t-page-validation-global.t-page-validation-errors:before {
            left: 8px;
            top: 5px;
            width: 2.5px;
        }

    .t-page-validation-global.t-page-validation-success {
        background: #BDFFAD;
    }

        .t-page-validation-global.t-page-validation-success:before {
            left: 4px;
            top: 7px;
            width: 11.5px;
            background-image: url(../../../images/validation-icon-success.png);
        }

    .t-page-validation-global.t-page-validation-ask {
        background: #fbf7af;
    }

        .t-page-validation-global.t-page-validation-ask:before {
            left: 4px;
            top: 4px;
            width: 14px;
            background-image: url(../../../images/alert_actividade.gif);
        }

.t-table-1 {
    border-top: 10px solid #002E9E;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-x: auto;
}

.t-tabs-system {
    margin: 5px 0 0 0;
}

.t-tabs-system-btns {
    min-height: 25px;
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
    font-size: 0;
}

    .t-tabs-system-btns li {
        display: inline-block;
        height: 20px;
        padding: 4px 35px 1px 0px;
        border-radius: 7px 7px 0 0;
        font-size: 12px;
        color: #002E9E;
        line-height: 1;
        cursor: pointer;
    }

        .t-tabs-system-btns li:hover {
            color: #002E9E;
            text-decoration: none;
            
        }

        .t-tabs-system-btns li.current {
            cursor: default;
            color: #002E9E;
        }

        .t-tabs-system-btns li span {
            cursor: pointer;
        }

        .t-tabs-system-btns li.current span {
            cursor: default;
            font-weight: bolder;
            color: #002E9E;
            border-bottom: 3px solid #111;
            border-radius: 3px;
        }


.t-tabs-system-content {
}

    .t-tabs-system-content > .t-tabs-system-item {
        display: none;
        padding-top: 20px;
    }

        .t-tabs-system-content > .t-tabs-system-item.current {
            display: block;
        }

.t-form-wrapper-1 {
    padding: 15px 10px 0 10px;
}

    .t-form-wrapper-1 > .row {
        margin: 0 -20px;
    }

        .t-form-wrapper-1 > .row > [class*=col-] {
            padding: 0 20px;
        }

.t-form-wrapper-2 > .row {
    margin: 0 -5px;
}

    .t-form-wrapper-2 > .row > [class*=col-] {
        padding: 0 5px;
    }

.t-form-wrapper-3 {
    padding: 15px 0 0 0;
}

    .t-form-wrapper-3 > .row {
        margin: 0 -15px;
    }

        .t-form-wrapper-3 > .row > [class*=col-] {
            padding: 0 15px;
        }

    .t-form-wrapper-3 .is-expandable {
        display: none;
    }

.t-form-wrapper-4 {
    padding: 12px 0 0 0;
}

    .t-form-wrapper-4 > .row {
        margin: 0;
    }

        .t-form-wrapper-4 > .row > [class*=col-] {
            padding: 0;
        }

.t-input-btn-1 {
    width: 26px;
    height: 20px;
    padding: 0;
    background: none;
    border-color: transparent;
    border-radius: 0;
}

    .t-input-btn-1 i.t-ico {
        display: inline-block;
    }

        .t-input-btn-1 i.t-ico img {
            display: inline-block;
            max-height: 18px;
        }

    .t-input-btn-1 span {
        display: none;
    }

.t-form-after-btns {
    padding: 6px 10px 0 10px;
}

.t-tabs-system .t-form-after-btns {
    padding: 6px 0 0 0;
}

.t-form-confirmation-btns {
    padding: 0;
}

.t-go-btn {
    border-color: #1db954;
    background-color: transparent;
    color: #1db954;
}

.t-cancel-btn {
    border-color: #111;
    background-color: transparent;
    color: #111;
}

.t-go-btn:hover {
    border-color: #1db954;
    background-color: #1db954;
    color: white;
}

.t-cancel-btn:hover {
    border-color: #111;
    background-color: #111;
    color: white;
}

.t-ico {
    color: #021f67;
}

.t-help-btn,
.t-add-btn-1,
.t-export-btn-xls {
    display: inline-block;
    background: none;
    border-color: transparent;
    white-space: nowrap;
}

    .t-help-btn i.t-ico,
    .t-add-btn-1 i.t-ico,
    .t-export-btn-xls i.t-ico {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 4px;
    }

        .t-help-btn i.t-ico img,
        .t-add-btn-1 i.t-ico img,
        .t-export-btn-xls i.t-ico img {
            display: inline-block;
            max-height: 20px;
            height: 20px;
        }

    .t-help-btn span,
    .t-add-btn-1 span,
    .t-export-btn-xls span {
        font-size: 11px;
        color: #636363;
    }

        .t-help-btn span:hover,
        .t-add-btn-1 span:hover,
        .t-export-btn-xls span:hover {
            font-size: 11px;
            color: #111;
        }


.t-serial-progress-1.t-serial-progress-size-1 {
    margin: 12px -80px 0 -85px;
}

.t-serial-progress-1.t-serial-progress-size-2 {
    margin: 12px -38px 0 -106px;
}

.t-serial-progress-1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.t-serial-progress-1 li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 16px 0 0 0;
    font-size: 10px;
    text-align: center;
}

.t-serial-progress-1 .t-serial-progress-label {
    color: rgba(164, 166, 168, 0.5);
}

.t-serial-progress-1 li.current .t-serial-progress-label,
.t-serial-progress-1 li.current ~ li .t-serial-progress-label {
    color: #021f67;
}

.t-serial-progress-1 li.current ~ li .t-serial-progress-label {
    color: #002E9E;
}

.t-serial-progress-1 li:before,
.t-serial-progress-1 li:after {
    content: '';
    position: absolute;
    top: 6px;
    height: 1px;
    background: #a4a6a8;
    opacity: 0.5;
}

.t-serial-progress-1 li:before {
    left: 0;
    right: 50%;
}

.t-serial-progress-1 li:after {
    left: 50%;
    right: 0;
}

.t-serial-progress-1 li:first-child:before,
.t-serial-progress-1 li:last-child:after {
    display: none;
}

.t-serial-progress-1 li .t-serial-progress-label:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    margin: 0 0 0 -4px;
    background: #a4a6a8;
    border-radius: 50%;
    border: 1px solid #e0ebf6;
}

.t-serial-progress-1 li.current .t-serial-progress-label:before,
.t-serial-progress-1 li.current ~ li .t-serial-progress-label:before {
    top: 2px;
    width: 12px;
    height: 12px;
    margin: 0 0 0 -5px;
    background: #111;
    border-radius: 0;
    border-radius: 50%;
    border: 1px solid #e0ebf6;
    /*transform: rotate(45deg);
  -ms-transform: rotate(45deg);*/
}

.t-serial-progress-1 li.current ~ li .t-serial-progress-label:before {
    /*transform: rotate(45deg) scale(0.6);
    -ms-transform: rotate(45deg) scale(0.6);*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e0ebf6;
    border: 1px solid #a4a6a8;
}

.t-serial-progress-1 li.current:after,
.t-serial-progress-1 li.current ~ li:before,
.t-serial-progress-1 li.current ~ li:after {
    opacity: 1;
}

.t-modal-msg-1 {
    padding: 0 35px 32px 35px;
}

    .t-modal-msg-1 .t-modal-msg-header {
        padding: 10px 0 10px 0;
        text-align: center;
    }

        .t-modal-msg-1 .t-modal-msg-header i.t-ico {
            display: inline-block;
        }

            .t-modal-msg-1 .t-modal-msg-header i.t-ico > img {
                max-height: 46px;
            }

        .t-modal-msg-1 .t-modal-msg-header h3 {
            margin: 10px 0;
            font-size: 14px;
            color: #636363;
        }

        .t-modal-msg-1 .t-modal-msg-header h2 {
            margin: 10px 0;
            font-size: 16px;
            color: #0081BE;
        }

    .t-modal-msg-1 .t-modal-msg-content {
        font-size: 11px;
        line-height: 1.5;
    }

        .t-modal-msg-1 .t-modal-msg-content p {
            margin: 0 0 15px 0;
        }

        .t-modal-msg-1 .t-modal-msg-content ul li {
            margin: 0 0 10px 0;
            line-height: 1.2
        }

.t-login-form {
    width: 500px;
    margin: 0 auto;
    padding: 30px 0 12px 0;
    background: #fff;
    text-align: center;
}

.t-login-brand {
    display: inline-block;
    width: 140px;
    height: 40px;
    background: url(../images/logo_site_2.png) no-repeat 0 0;
    background-size: 100% auto;
    font-size: 0;
    color: rgba(255,255,255,0);
}

.t-login-intro {
    margin: 12px 0 0 0;
    font-size: 14px;
}

.t-login-form .form-group {
    margin-bottom: 17px;
}

.t-login-form .input-group-addon,
.t-login-form .form-control {
    height: 30px;
}

.t-login-form .form-control {
    border-radius: 0 3px 3px 0;
}

.t-login-form .t-addon-ico {
    display: inline-block;
}

    .t-login-form .t-addon-ico > img {
        max-height: 14px;
        opacity: 0.5;
    }

.t-login-btn {
    display: block;
    width: 100%;
    height: 30px;
    background: #58b1e0;
    border-color: #58b1e0;
    color: #fff;
}

.t-login-bottom-link {
    margin: 12px 0 0 0;
    font-size: 12px;
}

.t-login-footer {
    margin: 17px 0 0 0;
    font-size: 12px;
}

.t-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 25px;
    background: #c6c7c8;
}

.t-footer-inner {
    width: 980px;
    margin: 0 auto;
    padding: 6px 30px 5px 30px;
    text-align: center;
    font-size: 10px;
    color: #636363;
}

t-submain-content {
    display: inline-block;
    vertical-align: top;
    width: 730px;
    padding: 0
}


.t-form-wrapper-5 {
    padding: 12px 0 0 0;
    font-size: 12px;
    color: #636363;
}

.t-form-sidebar {
    padding: 12px 0 0 0;
    font-size: 12px;
    color: #636363;
}

.t-form-wrapper-5 .form-group {
    font-weight: bold;
}

.t-label-name {
    font-weight: bold;
}

.t-form-inline-btns {
    padding: 16px 0 0 0;
    color: #002E9E;
}

.t-container-overflow-1 {
    overflow: auto;
}

.card {
    margin-bottom: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0, 0, 0, 0.125);*/
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .card.flat {
        cursor: default !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
}

.card-text:last-child {
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom,
                .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-img-top,
                .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}


#left-sidebar {
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    height: 100vh;
}

#main-content {
    background-color: #e0ebf6;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

#right-sidebar {
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    height: 100vh;
}

.activity-card {
    background-color: white;
    /*border:5px 0px 0px 0px !important;
    border-right-color:transparent;
    border-radius:5px;
    border-color:blue;*/
    border-left: solid #111 3px;
    border-radius: 5px;
    height: 150px;
}

.class-card {
    border-top: solid #111 6px;
    height: 230px;
}

/*.GridTR td img {
    height: 20px;
}*/


.t-header-top-inner .row .col-xs-3 {
    min-width: 400px;
}

@media (max-width: 1620px) {
    .t-header-top-inner .row .col-xs-8 {
        width: 58.33333333%;
    }

    .t-header-top-inner .row .col-xs-3 {
        width: 25%;
    }
}

@media (max-width: 1350px) {
    .t-header-menu li.has-submenu {
        position: relative;
        padding-left: 0px;
    }
}

@media (max-width: 700px) {

    /* LOG-FORM */

    .form-modal {
        margin: 0 !important;
        min-width: 0 !important;
        margin-bottom: 0;
        /* box-shadow: 0 1px 20px 8px rgba(0, 0, 0, 0.03), 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 1px 20px 8px rgba(0, 0, 0, 0.03), 0px 4px 20px 0px rgba(0, 0, 0, 0.03); */
        -webkit-box-shadow: 0px 0px 43px -10px rgba(0, 0, 0, 0.52);
        box-shadow: 0px 0px 43px -10px rgba(0, 0, 0, 0.52);
    }

    .login-6 {
        text-align: center;
        position: relative;
        padding-top: 20px;
        min-width: 0px !important;
    }


    .test {
        height: 50vh;
        padding: 3rem;
        min-height: 400px;
    }
}

@media (max-width: 1090px) {
    .t-main-content {
        display: inline-block;
        vertical-align: top;
        width: 78%;
        padding: 0 30px 30px 20px;
    }

    .t-main-sidebar {
        display: inline-block;
        vertical-align: top;
        min-width: 10%;
        max-width: 200px;
        /*min-width: 200px;*/
        margin: 0 0px 0 0;
        padding: 0 35px 25px 20px;
        /*background: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,0.25);*/
    }

    .t-main-content {
        display: inline-block;
        vertical-align: top;
        width: 75%;
        padding: 0 30px 30px 30px;
    }


    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    html body {
        font-family: "latoregular";
    }

    html {
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -ms-overflow-style: scrollbar;
    }


    .test-shadow {
        /* height: 50vh; */
        width: 100%;
        -webkit-box-shadow: 0px 0px 43px -10px rgba(0, 0, 0, 0.52);
        box-shadow: 0px 0px 43px -10px rgba(0, 0, 0, 0.52);
    }

  
    .form-login {
        background-color: white;
    }

    .form-title {
        font-family: "Lato";
        color: #343441;
    }

    .has-icon > label {
        font-family: "Lato";
        color: #A5A6A8;
        /* font-size: 0.8rem; */
        margin-bottom: 0;
    }



    .btn-outline-secondary {
        font-family: "Lato";
        color: #B8BAB9;
        border-color: #B8BAB9;
    }

    .form-logo {
        background-color: #111;
    }

        .form-logo > h3 {
            font-family: "Lato";
            color: white;
        }

    .has-icon > i {
        top: 1.6rem !important;
        font-size: 2.5rem !important;
        color: #353442 !important;
        font-weight: 800 !important;
    }

    .has-icon > input {
        height: 4rem !important;
    }

    .has-icon .form-control {
        padding-right: 12px;
        padding-left: 34px;
    }

    .has-icon .form-control-feedback {
        right: initial;
        left: 0;
        color: #ccc;
        top: 2.1rem !important;
    }

    .form-login button:hover {
        background: #111;
    }

    .recover {
        font-family: "Lato";
        color: #A5A6A8;
        /* font-size: 0.8rem; */
    }

        .recover:hover {
            color: #111;
            text-decoration: none;
        }

    .campus-logo {
        /*width: 18rem;*/
        /* margin-top: 15vh; */
        margin-left: auto !important;
        display: none !important;
    }

    /* END LOG-FORM */
    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }

    .sidebar-fixed-bottom-ele {
        position: fixed;
        bottom: 0;
    }

    .sidebar-fixed-ele {
        padding-top: calc(57% / 3 ) !important;
        padding-bottom: calc(57% / 3 ) !important;
    }

    .sidebar-fixed-ele {
        font-weight: 600;
    }

  

    .user {
        margin: 1rem;
    }


    .start-icon {
        font-weight: 600;
    }



    .sidebar-nav-fixed {
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        z-index: 100;
    }

    .cards-board {
        overflow-y: auto;
    }

    .circle {
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
    }

    .white {
        color: white;
    }

    .red {
        color: #111 !important;
    }

    .darkBlue {
        color: #0051CB;
    }

    .blue {
        color: #3E8CE9;
    }

    .yellow {
        color: #FFB333;
    }

    .green {
        color: #5BCBA2;
    }

    .bg-white {
        background: white;
    }

    .bg-#111 {
        background: #111;
    }

    .bg-darkBlue {
        background: #0051CB;
    }

    .bg-blue {
        background: #3E8CE9;
    }

    .bg-yellow {
        background: #FFB333;
    }

    .bg-green {
        background: #5BCBA2;
    }

    /* CARD BORDER COLOR */
    /*MIXED CARDS*/
    .brc-white {
        border-right-color: white !important;
    }

    .brc-#111 {
        border-right-color: #111 !important;
    }

    .brc-darkBlue {
        border-right-color: #0051CB !important;
    }

    .brc-blue {
        border-right-color: #3E8CE9 !important;
    }

    .brc-yellow {
        border-right-color: #FFB333 !important;
    }

    .brc-green {
        border-right-color: #5BCBA2 !important;
    }

    /* HORIZONTAL CARDS */

    .blc-white {
        border-left-color: white !important;
    }

    .blc-#111 {
        border-left-color: #111 !important;
    }

    .blc-darkBlue {
        border-left-color: #0051CB !important;
    }

    .blc-blue {
        border-left-color: #3E8CE9 !important;
    }

    .blc-yellow {
        border-left-color: #FFB333 !important;
    }

    .blc-green {
        border-left-color: #5BCBA2 !important;
    }

    /* VERTICAL CARDS*/

    .btc-white {
        border-top-color: white !important;
    }

    .btc-#111 {
        border-top-color: #111 !important;
    }

    .btc-darkBlue {
        border-top-color: #0051CB !important;
    }

    .btc-blue {
        border-top-color: #3E8CE9 !important;
    }

    .btc-yellow {
        border-top-color: #FFB333 !important;
    }

    .btc-green {
        border-top-color: #5BCBA2 !important;
    }

    /* END CARD BORDER COLOR */

    .grid-centering {
        display: grid;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sidebar-card {
        background: white;
        /* padding-left: 1.5rem !important; */
    }

    .card-spacer {
        padding: 1.5rem;
    }

    .card {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .pointer {
        cursor: pointer;
    }


    .cardH {
        border-left-style: solid 1rem !important;
        border-left-width: 0.5rem !important;
    }

    .cardV {
        border-top-style: solid 1rem; 
        border-top-width: 0.8rem !important;
        min-height: 22.7rem;
    }

    .card:hover {
        -webkit-box-shadow: 0px 0px 43px -10px rgba(0, 0, 0, 0.52);
        box-shadow: 0px 0px 43px -10px rgba(0, 0, 0, 0.52);
    }

    .card-body {
        padding: 1rem;
    }

    .media i {
        margin-top: 0.1rem;
        margin-right: 0.6rem;
        margin-left: 0rem;
    }

    .media-object {
        font-size: 3rem;
    }

    .card-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: table-cell;
        display: flex;
    }

    .card-info-element {
        width: 100%;
        line-height: 1.2rem;
    }

    .card-desc {
        font-size: smaller;
        line-height: 1rem;
    }

    .card-info-element p {
        /* font-size: 0.8rem; */
        font-weight: 600;
    }

    .section-title {
        font-weight: 600;
        padding-top: 1rem;
        color: #002E9E;
    }

    .card-title-v {
        font-weight: 600;
        min-height: 5.6rem;
        max-height: 5.8rem;
        /* truncate */
        overflow: hidden;
    }

    canvas {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }

    .normal {
        -webkit-filter: invert(0%);
        filter: invert(0%);
    }

    .inverted {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }



    .break {
        padding-top: 3.5rem;
    }

    /* TABELA */

    .table thead tr th {
        font-size: 1rem;
        color: #C7CACE;
        padding-left: 0.4rem;
    }

    .table tbody tr td {
        font-size: 1rem;
        color: #737373;
        font-weight: 600;
    }

        .table tbody tr td i {
            font-size: 4rem;
        }

    .table th,
    td {
        padding: 0rem;
        margin: 0;
        border-top: none;
    }

    .table td {
        /* padding: 0.3rem; */
        padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    }

    .table thead th {
        border-bottom: none;
    }

    .fa-exclamation-triangle {
        padding-top: 0.3rem;
    }

    /* END TABELA */
    
}

.dropdown-toggle {
    font-size: 12.5px !important;
}
.dropdown-menu {
    font-size: 12.5px !important;
    min-width: 125px;
    background-color: #021f67;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 3px !important;
}

.dropdown-top {
    font-size: 12.5px !important;
    top: 6px;
}


.navbar-default {
    background-color: white;
    border-color: #e7e7e7;
}


.label_item {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #97a1b1;
    padding-top: 10px;
}



@font-face {
    font-family: SGBL_ICON;
    src: url(fonts/SGBL_ICON.ttf);
    src: url(fonts/SGBL_ICON.woff);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html body {
    font-family: latoregular;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
}

body {
    background-color: #e0ebf6;
    overflow-x: hidden;
}

/* LOG-FORM */

.form-modal {
    margin: 18vh;
    min-width: 300px;
    margin-bottom: 0;
    /* box-shadow: 0 1px 20px 8px rgba(0, 0, 0, 0.03), 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 1px 20px 8px rgba(0, 0, 0, 0.03), 0px 4px 20px 0px rgba(0, 0, 0, 0.03); */
    -webkit-box-shadow: 0px 0px 43px -10px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 0px 43px -10px rgba(0, 0, 0, 0.52);
}

.test {
    height: 50vh;
    padding: 3rem;
    min-height: 400px;
}

.test-shadow {
    /* height: 50vh; */
    width: 100%;
    -webkit-box-shadow: 0px 0px 43px -10px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 0px 43px -10px rgba(0, 0, 0, 0.52);
}

.log-submit {
    height: 3rem !important;
    color: white !important;
    background-color: #002E9E !important;
    border-radius: 0.5rem !important;
    border-color: transparent !important;
    border-width: 0.15rem !important;
    font-size: 1.2rem !important;
    font-family: Lato !important;
    font-weight: 600 !important;
}

    .log-submit:hover {
        color: #002E9E !important;
        background-color: white !important;
        border-color: #002E9E !important;
    }

.form-login {
    background-color: white;
}

.form-title {
    font-family: "Lato";
    color: #343441;
}

.has-icon > label {
    font-family: "Lato";
    color: #A5A6A8;
    /* font-size: 0.8rem; */
    margin-bottom: 0;
}


.btn-outline-secondary {
    font-family: "Lato";
    color: #B8BAB9;
    border-color: #B8BAB9;
}

.form-logo {
    background-color: #111;
}

    .form-logo > h3 {
        font-family: "Lato";
        color: white;
    }

.has-icon > i {
    top: 1.6rem !important;
    font-size: 2.5rem !important;
    color: #353442 !important;
    font-weight: 800 !important;
}

.has-icon > input {
    height: 4rem !important;
}

.has-icon .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

.has-icon .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
    top: 2.1rem !important;
}

.form-login button:hover {
    background: #111;
}

.recover {
    font-family: "Lato";
    color: #A5A6A8;
    /* font-size: 0.8rem; */
}

    .recover:hover {
        color: #111;
        text-decoration: none;
    }


/* END LOG-FORM */
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sidebar-fixed-bottom-ele {
    position: fixed;
    bottom: 0;
}

.sidebar-fixed-ele {
    padding-top: calc(57% / 3 ) !important;
    padding-bottom: calc(57% / 3 ) !important;
}

.sidebar-fixed-ele {
    font-weight: 600;
}

.navbar {
    border-bottom: 0.1rem solid #f5f5f5;
}

.navbar-brand {
    font-weight: 600;
}

.navbar-text {
    margin: 0;
}

    .navbar-text p {
        margin-top: 0.5rem;
    }

.navbar > .list-inline {
    margin-bottom: 0 !important;
}

/* .navbar-nav > li > a{
  font-size: 1.5rem !important;
} */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: #002E9E;
    border-radius:1px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: white;
    background-color: #002E9E;
    border-radius: 1px;
}

.user {
    margin: 1rem;
}


.start-icon {
    font-weight: 600;
}


.help {
    float: right !important;
    margin-top: 2rem !important;
}

    .help > a {
        font-size: 2rem !important;
        margin-right: -1rem !important;
    }

        .help > a > i {
            margin-right: 1rem;
            font-size: 2.5rem;
            font-weight: 600;
        }

.sidebar-nav-fixed {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
}

.cards-board {
    overflow-y: hidden;
}

.circle {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
}

.white {
    color: white;
}

.red {
    color: #111 !important;
}

.darkBlue {
    color: #0051CB;
}

.blue {
    color: #3E8CE9;
}

.yellow {
    color: #FFB333;
}

.green {
    color: #5BCBA2;
}

.bg-white {
    background: white;
}

.bg-red {
    background: #13285e;
}

.bg-darkBlue {
    background: #0051CB;
}

.bg-blue {
    background: #3E8CE9;
}

.bg-yellow {
    background: #FFB333;
}

.bg-green {
    background: #5BCBA2;
}

/* CARD BORDER COLOR */
/*MIXED CARDS*/
.brc-white {
    border-right-color: white !important;
}

.brc-#111 {
    border-right-color: #111 !important;
}

.brc-darkBlue {
    border-right-color: #0051CB !important;
}

.brc-blue {
    border-right-color: #3E8CE9 !important;
}

.brc-yellow {
    border-right-color: #FFB333 !important;
}

.brc-green {
    border-right-color: #5BCBA2 !important;
}

/* HORIZONTAL CARDS */
.blc-white {
    border-left-color: white !important;
}

.blc-red {
    border-left-color: #111 !important;
}

.blc-darkBlue {
    border-left-color: #0051CB !important;
}

.blc-blue {
    border-left-color: #3E8CE9 !important;
}

.blc-yellow {
    border-left-color: #FFB333 !important;
}

.blc-green {
    border-left-color: #5BCBA2 !important;
}

/* VERTICAL CARDS*/

.btc-white {
    border-top-color: white !important;
}

.btc-red {
    border-top-color: #002E9E !important;
}

.btc-darkBlue {
    border-top-color: #0051CB !important;
}

.btc-blue {
    border-top-color: #3E8CE9 !important;
}

.btc-yellow {
    border-top-color: #FFB333 !important;
}

.btc-green {
    border-top-color: #5BCBA2 !important;
}

/* END CARD BORDER COLOR */

.grid-centering {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-card {
    background: white;
    /* padding-left: 1.5rem !important; */
}



.card {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.cardH {
    border-left-style: solid 1rem !important;
    border-left-width: 0.5rem !important;
}

.cardV {
    /* border-top-style: solid 1rem; */
    border-top-width: 0.8rem !important;
    /*min-height: 22.7rem;*/
}

.cardVH {
    border-left-style: solid 1rem !important;
    border-left-width: 0.8rem !important;
    border-top-width: 0.8rem !important;
    /*min-height: 22.7rem;*/
}

.card:hover {
    -webkit-box-shadow: 0px 0px 43px -10px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 0px 43px -10px rgba(0, 0, 0, 0.52);
}

.card-body {
    padding: 1rem;
}

.media i {
    margin-top: 0.1rem;
    margin-right: 0.6rem;
    margin-left: 0rem;
}

.media-object {
    font-size: 3rem;
}

.card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: table-cell;
    display: flex;
}

.card-info-element {
    width: 100%;
    line-height: 1.2rem;
}

.card-desc {
    font-size: smaller;
    line-height: 1rem;
}

.card-info-element p {
    /* font-size: 0.8rem; */
    font-weight: 600;
}


.card-title-v {
    font-weight: 600;
    min-height: 5.6rem;
    max-height: 5.8rem;
    /* truncate */
    overflow: hidden;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.normal {
    -webkit-filter: invert(0%);
    filter: invert(0%);
}

.inverted {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

/* CUSTOM SCROLLBAR */

.custom-scrollbar {
    height: 94vh;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}

    /* To style the document scrollbar, remove `.custom-scrollbar` */

    .custom-scrollbar::-webkit-scrollbar {
        width: 0.6rem;
    }

    .custom-scrollbar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        /*   -webkit-box-shadow: inset 0px 0px 1px 0px #424242; */
        -webkit-box-shadow: inset 0.4rem 0.4rem 0.4rem 0.4rem #b6b6b6;
        box-shadow: inset 0.4rem 0.4rem 0.4rem 0.4rem #b6b6b6;
    }

/* END CUSTOM SCROLLBAR */

.break {
    padding-top: 3.5rem;
}

/* TABELA */

.table thead tr th {
    font-size: 1.35rem;
    font-weight: 300;
    color: #737373;
    padding-left: 0.4rem;
}

.table tbody tr td {
    font-size: 1.35rem;
    color: #737373;
    font-weight: 300;
    vertical-align: inherit !important;    
}

    .table tbody tr td i {
        font-size: 4rem;
    }

.table th,
td {
    padding: 0rem;
    margin: 0;
    border-top: none;
}

.table td {
    /* padding: 0.3rem; */
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
}

.table thead th {
    border-bottom: none;
}

.fa-exclamation-triangle {
    padding-top: 0.3rem;
}

.pagination > li > a {
    margin: 0 0.2rem;
    border-radius: 0.5rem;
}

.breadcrumb > li + li:before {
    content: "> " !important;
}

.breadcrumb > li > a {
    color: #111;
}
/* END TABELA */

/* LABELS */
.cv-label {
    font-weight: 600;
}

/* STAR RATING */
.rating {
    font-size: 2rem;
    width: 100%;
}

    .rating .rate-hover-layer {
        color: #FFB333;
    }

    .rating .rate-select-layer {
        color: #FFB333;
    }

/* END STAR RATING */


/* MY CARDS */
.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex: 1 0 0%;
            -webkit-box-flex: 1;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            -webkit-box-flex: 1;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom,
                .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-img-top,
                .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* END MY CARDS */

/* LAYOUT TOOLS */
.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.row-content {
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #111 !important;
    border-left: none !important;
    background-color: transparent;
    margin: 2.5rem;
    padding-left: 0rem;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.list-group .list-group-separator {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Enable Bootstrap Hover Drop Downs */
/* .dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
@media(max-width: 767px) {

  
  .dropdown-menu li:hover .sub-menu {
    visibility: none;
  }
  .dropdown:hover .dropdown-menu {
    display: inline;
  }
} */
@media(max-width: 992px) {
    body {
        min-width: auto;
        overflow: visible;
        min-width: 320px;
    }

    .custom-scrollbar {
        height: auto;
        overflow-y: hidden;
        -ms-overflow-style: auto;
    }
}
/* END LAYOUT TOOLS */



/* .bs-glyphicons{
  margin: 0 -10px 20px;
  overflow: hidden;
} */

.btn-icons {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 500;
    /*  */
    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;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    /*  */
}

.btn-group {
    margin: 0px 12px 0px 12px;
}

.gutters {
    margin: 5px 5px 5px 5px !important;
    width: 45% !important;
    height: 100% !important;
    border-radius: 0.4rem !important;
    padding: 2rem 2rem !important;
}

.btn-icons:hover {
    color: #111;
}

.btn-icons > i {
    font-size: 4rem;
}

.btn-icons .btn-label {
    display: block;
    text-align: center;
    word-wrap: break-word;
    color: #002E9E;
}
/* 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;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;

} */

.navbar-collapse > li {
    float: left !important;
}

@media(max-width: 1079px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
}

.dropdown {
    top: 6px;
}



.nav > li {
    top: 6px;
}

h4 > span {
    font-weight: bolder;
    color: #021f67;
    /*border-bottom: 3px solid #111;
    border-radius: 3px;*/
}

.cells-title {
    font-weight: bolder;
    line-height: 30px;
}

.cells-title-bot {
    font-weight: bolder;
}

.cells-header {
    font-weight: bolder;
    line-height: 30px;
}

.quest_section_title {
    font-weight: bolder;
    line-height: 30px;
}

.form_letras {
    font-weight: bolder;
    line-height: 30px;
}


/*CSS para os alertas*/

.button_badge {
    background-color: #fa3e3e;
    border-radius: 4px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    /* position: relative; */
    /* top: 0; */
    position: absolute;
   
    left: 65%;
}


i.icon-perigo {
    position: relative;
    text-align: center;
}

/**/


/*css login*/

.login {
    background: none;
    min-height: 100px;
}

.padding-top-login {
    padding-top: 10px;
}

.padding-bottom-login {
    padding-bottom: 60px;
}

.border-login {
    border-top: 1px solid #EAEBED
}

.login-1 {
    text-align: center;
    position: relative;
    padding: 0;
}

.login-2 {
    position: absolute;
    right: 0px;
    color: white;
    padding-top: 5%;
    padding-right: 10%;
    display: flex;
}

.login-3 {
    color: white;
}

.login-4 {
    background-color: #111;
    color: white;
    border: 1px solid white;
}

.login-5 {
    max-width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.login-6 {
    text-align: center;
    position: relative;
    padding-top: 20px;
    min-width: 650px;
}

.login-7 {
    color: #111;
    max-width: 1000px !important
}

/**/



/**/

/*Navbar Colors*/

.navbar-default .navbar-nav > li > a {
    color: white;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: white;
        
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: white;
    background-color: #002E9E;
    border-radius:1px;
}

#navbar_color {
    background: #021f67;
}

#link_color {
    color: white;
    text-decoration: none;
}

/**/

/*Rounded pictures*/
.profilePhoto {
    border-radius: 50%;
}

.GridTable img {
    height: 40px !important;
    border-radius: 50%;
}
/**/

.GridTableSignature img {
    height: 40px !important;
    border-radius: 0%;
}

/*style to insert fields in grids*/

.insert_value_grid {
    text-align: center;
    Width: 40px !important;
}

.insert_date_grid {
    text-align: center;
    width: 70px !important;
}

/**/

.calendar_border {
    border-top: 5px solid #002E9E;
    border-radius: 5px;
    margin-top: 20px;
    overflow-x: auto;
}

@media (min-width: 770px) {
    .graphs {
        height: 299px
    }
}


.main-titles {
    color: #ff7200;
}

.navbar-img,
.navbar-img > img {
    
    height: 0px;
    background: url(../images/Img1.png);
}


/* Homepage Carrocel*/

.carousel-caption {
    text-align: left;
    right: initial !important;
    padding-top: initial !important;
    padding-bottom: initial !important;
    bottom: 100px !important;
    top: 0px;
}

@media screen and (min-width: 768px){
    .carousel-caption{
        right:initial !important;
        left: 15% !important;
        padding-bottom: initial !important;
    }

    .carousel-indicators {
        bottom: 0px !important;
    }

}


.button-slideshow {
    display: inline-block;
    border-radius: 4px;
    background-color: white;
    border: 0;
    color: #111;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    Cursor: pointer;
    opacity: 0.9;
}


.carousel-indicators .active {
    background-color: #111;
}

.cursor-default {
    cursor: default;
}

.btn-play:hover {
    color: #111;
    text-decoration: none;
}


/***************
*  01-03-2019  *
****************/

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
    border: transparent !important;
}

.avatar {
    width: 40px;
}

img.avatar {
    position: relative;
    display: inline-block;
    right: 5px;
}

.t-header-user-data {
    /* margin: 5px 30px 5px 30px; */
}

/*.container {
    width: auto;
    position: relative;
    overflow: hidden;
}

.alert-nav {
    position: relative;
    overflow: hidden;
    background-color: red;
    height: 150px;
    width: 50px;
    right: 100%;
    right: 0;
}

.alert-nav:hover {
    transition: 1s;
}

.new-alert-nav {

}*/

.navbar-img,
.navbar-img > img {
    margin-left: -15px !important;
    margin-right: -15px !important;
    height: 150px;
    background: url(../images/Img1.png);
}

.navbar-height {
    line-height: 60px;
    height: 60px;
    margin-bottom: 0px;
}

.navbar-nav {
    margin: 0;
}

ul.nav.navbar-nav.navbar-right li {
    top: 0;
}

.navbar-toggle {
    padding: inherit;
    margin-top: 0;
}

.navbar-collapse .nav.navbar-nav > li.campus-logo {
    display: none;
}

@media (max-width: 1021px) {
    .navbar-header {
        float: none !important;
    }

    .navbar-collapse .nav.navbar-nav > li.campus-logo {
        display: initial !important;
    }

    .navbar-toggle {
        display: inline-block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        /*float: none !important;*/
        /*margin-top: 7.5px;*/
    }

        /*.navbar-nav > li {
            float: none;
        }*/

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-nav > li {
        float: none !important;
    }
}

@media screen and (max-width: 992px) {

    .login-order {
        display: flex;
        flex-flow: column;
    }

    .second {
        order: 1;
        min-height: 70px;
        height: 70px;
    }

    .first {
        order: 2
    }

    .login-1 {
        text-align: left;
    }

    .login-2 {
        padding: 3rem;
    }
    .login-5 {
        padding: 3rem;
        max-width: 170px;
    }
     
    }

.custom-logo{
    margin-left:20px;
   
}

@media screen and (max-width: 1310px) {
    .custom-logo {
        display: none !important;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

@media screen and (max-width: 1350px) and (min-width:1200px) {
    .center-block{
        width: 100% !important;
    }
}

.page-responsive {
    min-width:0px !important;
    width:100% !important;
}

.t-wrapper-fullwidth.page-responsive:before {
    min-width: 0px !important;
    width: 100% !important;
}


@media screen and (max-width: 992px) {
    .align-btns-left {
        text-align: left;
    }
}

@media screen and (max-width: 821px) {
    .content-responsive {
        min-width: 0px !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 992px) {
    .t-serial-progress-1.t-serial-progress-size-1 {
        margin: 0;
    }
}


.carrocel{
    display:inherit !important;
}

.notification-panel {
    background-color:white;
}



.card-disable {
    border-left-color: #e0e0e0 !important;
    background-color: #e0e0e0;
    -webkit-box-shadow: none !important;
    box-shadow:none !important;
}

.card-bookmark {
    position: absolute;
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.hidden-scroll {
    overflow-y: hidden;
}

@media (max-width: 992px) {
    .hidden-scroll {
        overflow-y: scroll;
    }
}

@media (max-width: 768px) {
    .navbar-right {
        float: right !important;
        
    }
    .dropdown-menu {
        font-size: 12.5px !important;
        width: 90px;
        min-width: 0 !important;
    }
}

@media (min-width: 0px) {
    .navbar-right {
        float: right !important;
    }
}


div .submenu table tbody tr {
    display: table-cell;
    margin: 0;
}
    
div .submenu table tbody tr td {
    padding: 0;
}

/* Loading styles */
.modal_win {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading_win {
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    background-color: rgba(172,172,172,0.4);
    z-index: 1050;
}

.vcenter_loading_win {
    display: flex;
    align-items: center;
}

.wrapper_loading_win {
    min-height: 100%;
}

.box_loading_win {
    padding: 25px;
    width: 100%;
}

.t-label-name-home {
    font-weight: bold;
    font-size: 12px;
}

.t-label-value-home {
    font-weight: normal;
    font-size: 12px;
}

.logo_site{
    height:45px;
}

.dropdown-menu > li > a{
    color: white;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: #002E9E !important;
        color: white !important;
    }