
div.validation-summary-valid {
    display: none;
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

/*************************************************************** BOOTSTRAP.CSS *************************************************************/
body {
    font-family: Poppins, Arial, Helvetica, Sans-Serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, h6 {
    font-family: Poppins, Arial, Helvetica, Sans-Serif;
}

.tooltip {
    font-family: Poppins, Arial, Helvetica, Sans-Serif;
}

.popover {
    font-family: Poppins, Arial, Helvetica, Sans-Serif;
}

a {
    color: #57a6db;
}

.page-footer a:focus, .page-footer a:hover, #header a:focus, #header a:hover {
    color: #fff;
    text-decoration: none;
}

.btn-primary {
    background-color: #57a6db; /*#42c1c6;*/
    border-color: #1685ce; /*#42c1c6;*/
}
    .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #4885ad;
        border-color: #1573b2;
    }

.btn-success {
    background-color: #57a6db;
    border-color: #42ABC6;
}
    .btn-success.active, .btn-success:active, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #4885ad;
        border-color: #1573b2;
    }

.btn-info {
    background-color: #57a6db; /*#42c1c6;*/
    border-color: #1685ce; /*#42c1c6;*/
}

    .btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #4885ad;
        border-color: #1573b2;
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #57a6db;
    border-color: #57a6db;
}

.pagination > li > a,
.pagination > li > span {
    color: #319fa4;
}

@media (min-width: 992px) {
    .modal-xl {
        width: 90%;
    }
}

/************************************************************** SMARTADMIN-PRODUCTION.CSS *************************************************************/

h1, h2, h3, h4 {
    font-family: Poppins, Arial, Helvetica, Sans-Serif;
}

nav > ul > li > a > i > em {
    font-family: "Poppins", Arial, Helvetica, Sans-Serif;
}

.smart-form footer .btn {
    font: 300 15px/29px Poppins, Helvetica, Arial, sans-serif;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    font: 13px/16px Poppins, Helvetica, Arial, sans-serif;
}

.smart-form .button {
    font: 300 15px/31px Poppins, Helvetica, Arial, sans-serif;
}

.smart-form.submited .message {
    font: 300 18px/27px Poppins, Helvetica, Arial, sans-serif;
}

#logo img {
    /*width: 200px;*/
}

.page-footer {
    background: #b8e8e9;
}

.ui-datepicker {
    z-index: 9999 !important;
}
/********************************************************************* STYLE 7 *************************************************************/


.smart-style-7 #shortcut {
    background-color: rgba(255, 255, 255, 0.9);
}

    .smart-style-7 #shortcut ul {
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        border-bottom: 1px solid #A8BADB;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

.smart-style-7 .superbox-list.active:before {
    color: #2C3742;
}

.smart-style-7 .superbox-img-description {
    color: #9EA8B1 !important;
}

.smart-style-7 .project-context > :first-child {
    text-shadow: none;
}

.smart-style-7 .project-selector {
    color: #B2C1D5;
}

    .smart-style-7 .project-selector:hover {
        color: #fff;
    }

.smart-style-7 #logo-group span#activity {
    background: none !important;
    border: none !important;
    color: #C5C6CA;
}

    .smart-style-7 #logo-group span#activity:hover {
        color: #fff;
    }

.smart-style-7 #logo-group > span .badge {
    background: #008DC4;
}

.smart-style-7 .header-search > input[type="text"] {
    background: #161B22;
    border: 1px solid #0F1217;
    border-radius: 4px;
    color: #fff;
}

.smart-style-7 #ribbon {
    background: #fff;
}

.smart-style-7 .btn.btn-ribbon {
    background: #9498A0;
}

.smart-style-7 aside {
    background: #F7F7F7;
    background: -webkit-gradient(linear, left top, right top, color-stop(99%, #f7f7f7), color-stop(100%, #cacaca));
    background: -webkit-linear-gradient(left, #f7f7f7 99%, #cacaca 100%);
    background: -webkit-gradient(linear, top left, top right, from(#f7f7f7), to(#cacaca));
    background: linear-gradient(to right, #f7f7f7 99%, #cacaca 100%);
    min-height: 100%;
}

.smart-style-7 #left-panel {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 64px;
}

.smart-style-7 .login-info {
    height: auto;
    margin-bottom: 7px !important;
}

    .smart-style-7 .login-info span {
        background: #FFF;
        border-radius: 4px;
        padding: 5px 10px 7px;
    }

    .smart-style-7 .login-info a {
        color: #33455A;
        font-size: 16px !important;
        margin-top: 2px;
    }

        .smart-style-7 .login-info a span {
            font-size: 16px !important;
            max-width: 105px;
            padding: 0;
        }

    .smart-style-7 .login-info img {
        width: 35px;
    }

.smart-style-7 nav ul li a {
    color: #69737A !important;
    font-size: 12px !important;
}

.smart-style-7 nav ul ul {
    background: none;
}

    .smart-style-7 nav ul ul > li:hover b {
        color: #69737A !important;
    }

    .smart-style-7 nav ul ul li > a {
        padding-left: 23px;
    }

    .smart-style-7 nav ul ul ul li a {
        padding-left: 30px;
    }

    .smart-style-7 nav ul ul ul ul li a {
        padding-left: 40px;
    }

    .smart-style-7 nav ul ul ul ul ul li a {
        padding-left: 50px;
    }

    .smart-style-7 nav ul ul ul ul ul ul li a {
        padding-left: 60px;
    }

.smart-style-7 nav > ul > li > a {
    padding-bottom: 16px;
    padding-top: 16px;
}

    .smart-style-7 nav > ul > li > a > i {
        font-size: 25px !important;
    }

    .smart-style-7 nav > ul > li > a b {
        top: 16px;
    }

.smart-style-7 .jarviswidget-color-blueDark > header {
    background: #2C3742 !important;
    border-color: #2C3742 !important;
}

.smart-style-7 .btn-success {
    background-color: #96bf48;
    border-color: #84A83E;
}

.smart-style-7 .btn-danger {
    background-color: #DB4A67;
    border-color: #CA4862;
}

.smart-style-7 .btn-warning {
    background-color: #E2B14A;
    border-color: #C99D42;
}

.smart-style-7 .bg-color-red {
    background: #DB4A67 !important;
}

.smart-style-7 .bg-color-blue {
    background: #4387bf !important;
}

.smart-style-7 .smart-form .toggle i:before {
    background-color: #57a6db;
}

.smart-style-7 .bg-color-greenLight {
    background-color: #89AD45 !important;
}

.smart-style-7 .bg-color-orange {
    background-color: #D6A848 !important;
}

.smart-style-7 .bg-color-teal {
    background-color: #5ba0a3 !important;
}

.smart-style-7 .minifyme {
    background: #D7DAE2;
    border-bottom: 1px solid #818181;
    color: #7E7E7E;
}

    .smart-style-7 .minifyme:hover {
        color: #4E4E4E;
    }

.smart-style-7 .onoffswitch-inner:before {
    background: #57a6db;
    border-color: #57a6db #257DC7 #2A7DC4;
}

.smart-style-7 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    color: #84A83E;
}

.smart-style-7 .ui-chatbox-titlebar {
    background: #576574 !important;
}

    .smart-style-7 .ui-chatbox-titlebar.ui-state-focus {
        background: #2C3742 !important;
    }

body.smart-style-7 {
    background: #fff;
}

.smart-style-7 #header,
.smart-style-7 .page-footer,
.smart-style-7 .superbox-show {
    background-color: #2073aa;
    background-image: none;
}

.smart-style-7 .btn-header > :first-child > a,
.smart-style-7 #hide-menu a > i {
    background: none;
    border: none !important;
    box-shadow: none !important;
    color: #C5C6CA !important;
}

    .smart-style-7 .btn-header > :first-child > a:hover,
    .smart-style-7 #hide-menu a:hover i {
        color: #fff !important;
        cursor: pointer !important;
    }

.smart-style-7 .header-search > button,
.smart-style-7 .header-dropdown-list a.dropdown-toggle {
    color: #C5C6CA;
}

.smart-style-7.fixed-ribbon #ribbon {
    border-bottom: 1px solid #E0E0E0;
}

.smart-style-7 #ribbon .breadcrumb li:last-child,
.smart-style-7 #ribbon .breadcrumb > .active,
.smart-style-7 #ribbon .breadcrumb,
.smart-style-7 #ribbon .breadcrumb a {
    color: #7C7C7C !important;
}

.menu-on-top.smart-style-7 #left-panel {
    padding-top: 49px !important;
}

.smart-style-7 .login-info span,
.smart-style-7 .login-info {
    border: 0 !important;
    box-shadow: none !important;
}

.smart-style-7 nav ul li.open > a,
.smart-style-7 nav ul li.open > a b,
.smart-style-7 nav ul .active > a {
    color: #202427 !important;
    font-weight: bold;
}

.smart-style-7 nav ul ul li > a:hover,
.smart-style-7 nav ul li a:hover {
    background: none !important;
    color: #202427 !important;
}

.smart-style-7 nav > ul > li > ul::before,
.smart-style-7 nav > ul ul li::before {
    border: none !important;
}

/*.smart-style-7 .btn-primary,
.smart-style-7 .smart-form .button {
    background-color: #57a6db;
    border-color: #3292E2;
}

    .smart-style-7 .btn-primary:hover,
    .smart-style-7 .btn-primary:focus,
    .smart-style-7 .btn-primary:active,
    .smart-style-7 .btn-primary.active,
    .smart-style-7 .open .dropdown-toggle.btn-primary {
        background-color: #3E90D4;
        border-color: #2F7DBE;
    }
    */
.smart-style-7 .dropdown-menu > li > a:hover,
.smart-style-7 .dropdown-menu > li > a:focus {
    background-color: #3E90D4;
}

.smart-style-7 .btn-success:hover,
.smart-style-7 .btn-success:focus,
.smart-style-7 .btn-success:active,
.smart-style-7 .btn-success.active,
.smart-style-7 .open .dropdown-toggle.btn-success {
    background-color: #89AD45;
    border-color: #78973B;
}

.smart-style-7 .btn-danger:hover,
.smart-style-7 .btn-danger:focus,
.smart-style-7 .btn-danger:active,
.smart-style-7 .btn-danger.active,
.smart-style-7 .open .dropdown-toggle.btn-danger {
    background-color: #CF4762;
    border-color: #C0455E;
}

.smart-style-7 .btn-warning:hover,
.smart-style-7 .btn-warning:focus,
.smart-style-7 .btn-warning:active,
.smart-style-7 .btn-warning.active,
.smart-style-7 .open .dropdown-toggle.btn-warning {
    background-color: #D6A848;
    border-color: #C09844;
}

.smart-style-7 .pagination > .active > a,
.smart-style-7 .pagination > .active > span,
.smart-style-7 .pagination > .active > a:hover,
.smart-style-7 .pagination > .active > span:hover,
.smart-style-7 .pagination > .active > a:focus,
.smart-style-7 .pagination > .active > span:focus {
    background-color: #57a6db;
}

.smart-style-7.minified .login-info {
    margin: 0 !important;
}

    .smart-style-7.minified .login-info a {
        margin-top: 4px;
    }

    .smart-style-7.minified .login-info span {
        padding: 0;
    }

.smart-style-7.minified #left-panel {
    padding: 0 !important;
    padding-top: 50px !important;
}

.smart-style-7.minified nav ul > li > a {
    padding: 12px 11px;
}

.smart-style-7.minified nav ul li.active > a:before {
    color: #FFFFFF;
    font-size: 20px;
    height: 23px;
    right: -19px;
    top: 7px;
}

.smart-style-7.minified nav > ul > li {
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #FFFFFF;
}

    .smart-style-7.minified nav > ul > li > a > i {
        font-size: 18px !important;
    }

    .smart-style-7.minified nav > ul > li > ul,
    .smart-style-7.minified nav > ul > li > ul > li,
    .smart-style-7.minified nav > ul > li > ul > li > ul > li {
        background: #fff !important;
    }

.smart-style-7 .smart-form .checkbox input:checked + i,
.smart-style-7 .smart-form .radio input:checked + i,
.smart-style-7 .smart-form .toggle input:checked + i {
    border-color: #57a6db;
}

.smart-form .rating input + label:hover,
.smart-form .rating input + label:hover ~ label {
    color: #57a6db;
}

.smart-style-7.menu-on-top .menu-item-parent {
    font-size: 10px;
}

.smart-style-7.menu-on-top #left-panel {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.smart-style-7.menu-on-top nav ul ul li > a {
    color: #646E75;
    text-shadow: none !important;
}

.smart-style-7.menu-on-top nav ul ul li a {
    font-size: 13px;
    padding-left: 10px !important;
}

.smart-style-7.menu-on-top nav ul ul li:hover > a {
    background-color: #5E6C88;
    color: #fff !important;
}

.smart-style-7.menu-on-top nav ul ul .active > a {
    color: #fff !important;
}

.smart-style-7.menu-on-top nav > ul ul ul {
    border-top: 1px solid #c7c7c7 !important;
}

.smart-style-7.menu-on-top nav > ul ul li:hover > ul {
    background: #333;
}

.smart-style-7.menu-on-top nav > ul > li > a:after {
    color: #8AA1B3 !important;
}

.smart-style-7.menu-on-top aside {
    background: inherit;
}

    .smart-style-7.menu-on-top aside#left-panel {
        -webkit-box-shadow: none;
        border-bottom: 1px solid #B8B8B8;
        border-top: 1px solid #333;
        box-shadow: none;
    }

        .smart-style-7.menu-on-top aside#left-panel nav > ul > li {
            border-left: 1px solid transparent;
            border-right: 1px solid transparent;
        }

            .smart-style-7.menu-on-top aside#left-panel nav > ul > li > a {
                font-size: 13px;
                padding: 10px 9px !important;
                text-shadow: none !important;
            }

            .smart-style-7.menu-on-top aside#left-panel nav > ul > li > ul {
                background: #2C3742;
            }

            .smart-style-7.menu-on-top aside#left-panel nav > ul > li:hover {
                background: #2e3e57;
                border-left-color: #fff;
                border-right-color: #fff;
            }

                .smart-style-7.menu-on-top aside#left-panel nav > ul > li:hover > a {
                    border-left: 1px solid #000;
                    border-right: 1px solid #000;
                    color: #F1F1F1 !important;
                    padding-left: 8px !important;
                    padding-right: 8px !important;
                }

.smart-style-7.menu-on-top nav ul ul li a,
.smart-style-7.menu-on-top nav ul ul ul li a {
    color: #ADBED3 !important;
}

    .smart-style-7.menu-on-top nav ul ul li a:hover,
    .smart-style-7.menu-on-top nav ul ul ul li a:hover {
        background-color: #5E6C88 !important;
        color: #fff;
    }

.smart-style-7.menu-on-top nav ul ul,
.smart-style-7.menu-on-top nav ul ul ul {
    background: #2e3e57 !important;
    border: 1px solid transparent;
}

    .smart-style-7.menu-on-top nav > ul > li > a:after,
    .smart-style-7.menu-on-top nav > ul ul > li a:after,
    .smart-style-7.menu-on-top nav ul ul li:hover > a:after,
    .smart-style-7.menu-on-top nav > ul ul > li a:hover:after {
        color: #D5D5D5;
    }

    .smart-style-7.menu-on-top nav ul ul li:hover > a:after,
    .smart-style-7.menu-on-top nav > ul ul > li a:hover:after {
        color: #fff;
    }

    .smart-style-7.menu-on-top nav ul ul .active > a:hover,
    .smart-style-7.menu-on-top nav ul ul li.active:hover > a {
        color: #fff !important;
    }


/*
 * Style 3 Responsive
 */

@media (max-width: 979px) {
    .smart-style-7 #content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .smart-style-7 #ribbon {
        border-radius: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }
}

.smart-style-7 #ribbon, .smart-style-3 #smart-fixed-ribbon + span {
    display: none;
}




#documentsTab {
    display: table;
    width: 100%;
}

    #documentsTab > div {
        display: table-cell;
    }

    #documentsTab .documents-filter.bottom {
        width: 300px;
        vertical-align: top;
    }
    #documentsTab .documents-filter.top {
        display: none;
    }

@media (max-width: 768px) {
    #documentsTab {
        display: block;
    }

        #documentsTab > div {
            display: block;
        }
        #documentsTab > div {
            width: 100% !important;
            float: left !important;
        }
        #documentsTab .documents-filter.top {
            display: block;
        }
        #documentsTab .documents-filter.bottom {
            display: none;
        }
}
