﻿html {
    position: relative;
    min-height: 100%;
}

footer {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}

.copyright {
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .copyright {
        text-align: center;
        position: relative !important;
    }
}


/********************
 * LAYOUT
 ********************/
#wrapper .sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 260px;
    height: 100%;
    float: left;
    background-color: #AFC7F7;
    position: fixed;
    left: 0;
}

#wrapper .main {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 260px);
    left: 0;
    position: relative;
    float: right;
    background-color: rgba(255,255,255,0.4);
}

#wrapper #sidebar-nav,
#wrapper .main {
    padding-top: 80px;
}

@media screen and (max-width: 767px) {
    #wrapper #sidebar-nav,
    #wrapper .main {
        padding-top: 130px;
    }
}

.layout-fullwidth #wrapper .sidebar {
    left: -260px;
}

.layout-fullwidth #wrapper .main {
    width: 100%;
}

.layout-fullwidth #wrapper .navbar {
    left: 0 !important;
}

.layout-fullwidth #wrapper .btn-toggle-fullwidth {
    color: #00AAFF;
}

.offcanvas-active #wrapper .sidebar {
    left: 0;
}

.offcanvas-active #wrapper .main {
    width: 100%;
    position: relative;
    left: 260px;
}

@media screen and (max-width: 1024px) {
    #wrapper .sidebar {
        left: -260px;
    }

    #wrapper .main {
        width: 100%;
    }

    #wrapper .navbar {
        left: 0 !important;
    }

    #wrapper .btn-toggle-fullwidth {
        color: #00AAFF;
    }

    .btn-toggle-minified {
        display: none;
    }
}

.main-content {
    padding: 28px 10px;
}

.navbar + .main-content {
    padding: 105px 0 28px 5px;
}

@media screen and (max-width: 767px) {
    .navbar + .main-content {
        padding-top: 155px;
    }
}

html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
    height: 100%;
}

.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-align-middle {
    display: table-cell;
    vertical-align: middle;
}

/********************
 * TOP NAVIGATION
 ********************/
.navbar-default {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #fff;
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #fafafa;
    }

    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #f8f8f8;
    }

    .navbar-default .brand {
        float: left;
        padding: 30px 39px;
        background-color: #fff;
    }

@media screen and (max-width: 1024px) {
    .navbar-default .brand {
        padding-left: 30px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-default .brand {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .navbar-default #navbar-menu {
        float: right;
    }
}

.navbar-btn {
    float: left;
    padding: 16px 0;
}

    .navbar-btn button {
        font-size: 24px;
        padding: 4px 8px;
        line-height: .7;
        border: none;
        background: none;
        outline: none;
    }

@media screen and (max-width: 640px) {
    .navbar-btn {
        padding-left: 0;
    }
}

.navbar-btn-right {
    float: right;
}

.navbar-form {
    padding: 15px;
    border: 0;
}

    .navbar-form input[type="text"] {
        min-width: 200px;
    }

@media screen and (max-width: 767px) {
    .navbar-form {
        float: left;
        width: 70%;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0;
    }

        .navbar-form .input-group {
            width: 70%;
        }

        .navbar-form input[type="text"] {
            min-width: 150px;
        }
}

@media screen and (max-width: 640px) {
    .navbar-form {
        display: none;
    }
}

.navbar-nav .icon-menu {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative;
}

    .navbar-nav .icon-menu .badge {
        position: absolute;
        top: 22px;
        right: 16px;
    }

.navbar-nav > li > a {
    padding: 28px 20px;
}

    .navbar-nav > li > a > i {
        font-size: 22px;
        margin-right: 2px;
        vertical-align: middle;
    }

        .navbar-nav > li > a > i.icon-submenu {
            margin-left: 2px;
            margin-right: 0;
            font-size: 10px;
            position: relative;
            top: 2px;
        }

    .navbar-nav > li > a > span {
        position: relative;
        top: 2px;
    }

    .navbar-nav > li > a img {
        height: 25px;
        margin-right: 2px;
    }

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    min-width: 200px;
}

.navbar-nav .dropdown-menu {
    border-top: 2px solid #ACB0B5;
}

    .navbar-nav .dropdown-menu > li > a {
        padding: 10px 20px;
    }

        .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
            background-color: #fafafa;
        }

        .navbar-nav .dropdown-menu > li > a span,
        .navbar-nav .dropdown-menu > li > a i {
            vertical-align: middle;
        }

@media screen and (min-width: 768px) {
    .navbar-nav.navbar-right {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        width: 100%;
        margin: 0;
    }

        .navbar-nav > li {
            display: table-cell;
            width: 1%;
            position: inherit;
            text-align: center;
        }

            .navbar-nav > li > a {
                padding: 15px 20px;
            }

                .navbar-nav > li > a span:not(.badge),
                .navbar-nav > li > a .icon-submenu {
                    display: none;
                }

        .navbar-nav .open .dropdown-menu {
            -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            position: absolute;
            width: 100%;
            margin-top: 3px;
            background-color: #fff;
        }

            .navbar-nav .open .dropdown-menu > li > a {
                padding: 10px 15px;
            }

        .navbar-nav .icon-menu {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .navbar-nav .icon-menu .badge {
                top: 10px;
                right: 15px;
            }
}

.navbar-toggle {
    padding: 5px 8px;
    margin: 20px 15px 20px 0;
}

    .navbar-toggle .icon-nav {
        font-size: 24px;
    }

/********************
 * LAYOUT
 ********************/
#wrapper .sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 260px;
    height: 100%;
    float: left;
    background-color: #AFC7F7;
    position: fixed;
    left: 0;
}

#wrapper .main {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 260px);
    left: 0;
    position: relative;
    float: right;
    background-color: rgba(255,255,255,0.4);
}

#wrapper #sidebar-nav,
#wrapper .main {
    padding-top: 80px;
}

@media screen and (max-width: 767px) {
    #wrapper #sidebar-nav,
    #wrapper .main {
        padding-top: 130px;
    }
}

.layout-fullwidth #wrapper .sidebar {
    left: -260px;
}

.layout-fullwidth #wrapper .main {
    width: 100%;
}

.layout-fullwidth #wrapper .navbar {
    left: 0 !important;
}

.layout-fullwidth #wrapper .btn-toggle-fullwidth {
    color: #00AAFF;
}

.offcanvas-active #wrapper .sidebar {
    left: 0;
}

.offcanvas-active #wrapper .main {
    width: 100%;
    position: relative;
    left: 260px;
}

@media screen and (max-width: 1024px) {
    #wrapper .sidebar {
        left: -260px;
    }

    #wrapper .main {
        width: 100%;
    }

    #wrapper .navbar {
        left: 0 !important;
    }

    #wrapper .btn-toggle-fullwidth {
        color: #00AAFF;
    }

    .btn-toggle-minified {
        display: none;
    }
}

.main-content {
    padding: 28px 10px;
}

.navbar + .main-content {
    padding: 105px 0 28px 5px;
}

@media screen and (max-width: 767px) {
    .navbar + .main-content {
        padding-top: 155px;
    }
}

html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
    height: 100%;
}

.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-align-middle {
    display: table-cell;
    vertical-align: middle;
}

/********************
 * TOP NAVIGATION
 ********************/
.navbar-default {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #fff;
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #fafafa;
    }

    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #f8f8f8;
    }

    .navbar-default .brand {
        float: left;
        padding: 30px 39px;
        background-color: #fff;
    }

@media screen and (max-width: 1024px) {
    .navbar-default .brand {
        padding-left: 30px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-default .brand {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .navbar-default #navbar-menu {
        float: right;
    }
}

.navbar-btn {
    float: left;
    padding: 16px 0;
}

    .navbar-btn button {
        font-size: 24px;
        padding: 4px 8px;
        line-height: .7;
        border: none;
        background: none;
        outline: none;
    }

@media screen and (max-width: 640px) {
    .navbar-btn {
        padding-left: 0;
    }
}

.navbar-btn-right {
    float: right;
}

.navbar-form {
    padding: 15px;
    border: 0;
}

    .navbar-form input[type="text"] {
        min-width: 200px;
    }

@media screen and (max-width: 767px) {
    .navbar-form {
        float: left;
        width: 70%;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0;
    }

        .navbar-form .input-group {
            width: 70%;
        }

        .navbar-form input[type="text"] {
            min-width: 150px;
        }
}

@media screen and (max-width: 640px) {
    .navbar-form {
        display: none;
    }
}

.navbar-nav .icon-menu {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative;
}

    .navbar-nav .icon-menu .badge {
        position: absolute;
        top: 22px;
        right: 16px;
    }

.navbar-nav > li > a {
    padding: 28px 20px;
}

    .navbar-nav > li > a > i {
        font-size: 22px;
        margin-right: 2px;
        vertical-align: middle;
    }

        .navbar-nav > li > a > i.icon-submenu {
            margin-left: 2px;
            margin-right: 0;
            font-size: 10px;
            position: relative;
            top: 2px;
        }

    .navbar-nav > li > a > span {
        position: relative;
        top: 2px;
    }

    .navbar-nav > li > a img {
        height: 25px;
        margin-right: 2px;
    }

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    min-width: 200px;
}

.navbar-nav .dropdown-menu {
    border-top: 2px solid #ACB0B5;
}

    .navbar-nav .dropdown-menu > li > a {
        padding: 10px 20px;
    }

        .navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
            background-color: #fafafa;
        }

        .navbar-nav .dropdown-menu > li > a span,
        .navbar-nav .dropdown-menu > li > a i {
            vertical-align: middle;
        }

@media screen and (min-width: 768px) {
    .navbar-nav.navbar-right {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        width: 100%;
        margin: 0;
    }

        .navbar-nav > li {
            display: table-cell;
            width: 1%;
            position: inherit;
            text-align: center;
        }

            .navbar-nav > li > a {
                padding: 15px 20px;
            }

                .navbar-nav > li > a span:not(.badge),
                .navbar-nav > li > a .icon-submenu {
                    display: none;
                }

        .navbar-nav .open .dropdown-menu {
            -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            position: absolute;
            width: 100%;
            margin-top: 3px;
            background-color: #fff;
        }

            .navbar-nav .open .dropdown-menu > li > a {
                padding: 10px 15px;
            }

        .navbar-nav .icon-menu {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .navbar-nav .icon-menu .badge {
                top: 10px;
                right: 15px;
            }
}

.navbar-toggle {
    padding: 5px 8px;
    margin: 20px 15px 20px 0;
}

    .navbar-toggle .icon-nav {
        font-size: 24px;
    }

.panel {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);*/
    background-color: #fff;
    margin-bottom: 30px;
}

    .panel .panel-heading,
    .panel .panel-body,
    .panel .panel-footer {
        padding-left: 25px;
        padding-right: 25px;
    }

    .panel .panel-heading {
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .panel .panel-heading .panel-title {
            margin: 0;
            font-size: 18px;
            font-weight: 300;
        }

        .panel .panel-heading button {
            padding: 0;
            margin-left: 5px;
            background-color: transparent;
            border: none;
            outline: none;
        }

            .panel .panel-heading button i {
                font-size: 14px;
            }

    .panel .panel-body {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .panel .panel-note {
        font-size: 13px;
        line-height: 2.6;
        color: #777777;
    }

        .panel .panel-note i {
            font-size: 16px;
            margin-right: 3px;
        }

    .panel .right {
        position: absolute;
        right: 20px;
        top: 32%;
    }

    .panel.panel-headline .panel-heading {
        border-bottom: none;
    }

        .panel.panel-headline .panel-heading .panel-title {
            margin-bottom: 8px;
            font-size: 22px;
            font-weight: normal;
        }

        .panel.panel-headline .panel-heading .panel-subtitle {
            margin-bottom: 0;
            font-size: 14px;
            color: #8D99A8;
        }

    .panel.panel-scrolling .btn-bottom {
        margin-bottom: 30px;
    }

    .panel .table > thead > tr > td:first-child,
    .panel .table > thead > tr > th:first-child,
    .panel .table > tbody > tr > td:first-child,
    .panel .table > tbody > tr > th:first-child,
    .panel .table > tfoot > tr > td:first-child,
    .panel .table > tfoot > tr > th:first-child {
        padding-left: 25px;
    }

    .panel .table > thead > tr > td:last-child,
    .panel .table > thead > tr > th:last-child,
    .panel .table > tbody > tr > td:last-child,
    .panel .table > tbody > tr > th:last-child,
    .panel .table > tfoot > tr > td:last-child,
    .panel .table > tfoot > tr > th:last-child {
        padding-left: 25px;
    }

.panel-footer {
    background-color: #fafafa;
}
.form-control {
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-color: #eaeaea;
    background-color: #fcfcfc;
}
 
    .form-control:focus {
        -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
        border-color: #d6d6d6;
        /*background-color: #fff;*/
    }

.input-group {
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

    .input-group .form-control, .input-group-addon, .input-group-btn {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.input-group-addon {
    border: 1px solid #eaeaea;
}

/* fancy checkbox and radio button 
.fancy-checkbox {
    display: block;
    font-weight: normal;
}

    .fancy-checkbox input[type="checkbox"] {
        display: none;
    }

        .fancy-checkbox input[type="checkbox"] + span {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            cursor: pointer;
            position: relative;
            font-size: 13px;
        }

            .fancy-checkbox input[type="checkbox"] + span:before {
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                *zoom: 1;
                *display: inline;
                position: relative;
                bottom: 1px;
                width: 18px;
                height: 18px;
                margin-right: 5px;
                content: "";
                border: 1px solid #ccc;
            }

        .fancy-checkbox input[type="checkbox"]:checked + span:before {
            font-family: FontAwesome;
            content: '\f00c';
            font-size: 12px;
            color: #99a1a7;
            text-align: center;
            line-height: 16px;
            background: #ededed;
            border: 1px solid #ccc;
        }

    .fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
        color: #53D76A;
        background-color: #fff;
    }

    .fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
        color: #fff;
        background-color: #53D76A;
        border-color: #32cf4d;
    }

.fancy-radio {
    display: block;
    font-weight: normal;
}

    .fancy-radio input[type="radio"] {
        display: none;
    }

        .fancy-radio input[type="radio"] + span {
            display: block;
            cursor: pointer;
            position: relative;
            font-size: 13px;
        }

            .fancy-radio input[type="radio"] + span i {
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                *zoom: 1;
                *display: inline;
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                border-radius: 8px;
                position: relative;
                bottom: 1px;
                content: "";
                border: 1px solid #ccc;
                width: 18px;
                height: 18px;
                margin-right: 5px;
            }

        .fancy-radio input[type="radio"]:checked + span i:after {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: block;
            position: relative;
            top: 3px;
            left: 3px;
            content: '';
            width: 10px;
            height: 10px;
            background-color: #99a1a7;
        }

    .fancy-radio.custom-color-green input[type="radio"]:checked + span i:after {
        background-color: #53D76A;
    }

    .fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i {
        background-color: #53D76A;
    }

        .fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i:after {
            background-color: #fff;
        }

/********************
 * BUTTONS
 ********************/
.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*-moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);*/
    padding: 6px 22px;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 28px;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 18px;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 5px 14px;
}

.btn-primary {
    background-color: #00AAFF;
    border-color: #00a0f0;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #00a0f0;
        border-color: #00a0f0;
    }

.btn-warning {
    background-color: #AFC7F7;
    border-color: #AFC7F7;
    color: #000;
}

    .btn-warning:hover, .btn-warning:focus {
        background-color: #88ADF8;
        border-color: #AFC7F7;
        color: #000;
    }

.btn-default:hover, .btn-default:focus {
    background-color: #f7f7f7;
}

.btn-success {
    background-color: #1E3C6E;
    border-color: #1E3C6E;
}

    .btn-success:hover, .btn-success:focus {
        background-color: #2F4D80;
        border-color: #1E3C6E;
    }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

*/ body {
    font-family: 'Open Sans Regular',sans-serif;
    background: #F3F3F3;
    font-size: 14px;
    color: #444;
}

.top-menu .main-nav-container {
    min-height: 49px;
}

.top-menu .normal-main-header {
    display: block;
}

header {
    background-color: #851111 !important;
}

a {
    background-color: transparent;
}

div {
    display: block;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    /*background-color: #851111;*/
}

#nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

ul#navigation {
    margin: 0px auto;
    position: relative;
    float: left;
}

    ul#navigation li {
        display: block;
        font-size: 14px;
        margin: 0;
        padding: 0;
        float: left;
        position: relative;
    }

        ul#navigation li a {
            padding: 10px 25px;
            color: #fff;
            text-decoration: none;
            display: inline-block;
            background: #851111;
            -webkit-transition: color 0.2s linear, background 0.2s linear;
            -moz-transition: color 0.2s linear, background 0.2s linear;
            -o-transition: color 0.2s linear, background 0.2s linear;
            transition: color 0.2s linear, background 0.2s linear;
            font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
            font-size: 15px;
            font-weight: 400;
            border-radius: 10px 10px 0px 0px;
        }

            ul#navigation li a:hover {
                background: #fff !important;
                color: #000 !important;
                border: 0.1px solid #333333;
                border-radius: 10px 10px 0px 0px;
                text-decoration: underline;
            }

        ul#navigation li:hover > a {
            text-decoration: underline;
        }

        /* Drop-Down Navigation */
        ul#navigation li:hover > ul {
            visibility: visible;
            opacity: 1;
        }

    ul#navigation ul, ul#navigation ul li ul {
        list-style: none;
        margin: 0;
        padding: 0;
        visibility: hidden;
        position: absolute;
        z-index: 99999;
        width: 250px;
        background: #851111;
        color: white;
        opacity: 0;
        -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
        -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
        -o-transition: opacity 0.2s linear, visibility 0.2s linear;
        transition: opacity 0.2s linear, visibility 0.2s linear;
        border-radius: 10px 10px 0px 0px;
    }

    ul#navigation ul {
        top: 42px;
        left: 1px;
    }

        ul#navigation ul li ul {
            top: 0;
            left: 250px;
        }

        ul#navigation ul li {
            clear: both;
            width: 100%;
        }

            ul#navigation ul li a {
                background: none;
                padding: 7px 15px;
                color: #fff;
                text-decoration: none;
                display: block;
                float: left;
                clear: both;
                width: 100%;
                font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
                font-size: 15px;
                font-weight: 400;
                border-radius: 10px 10px 0px 0px;
            }

    ul#navigation li a.first {
        border-left: 0 none;
    }

    ul#navigation li a.last {
        border-right: 0 none;
    }

#wrapper .navbar .navbar-nav .navbar-expand-md #navigation li ul nav a {
    padding: 0px 0px 0px 0px !important;
}

.navbar-light {
    border-bottom: 2px solid #eee;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#navbar-menu {
    float: right;
}

.div_logo_setup {
    width: 200px !important;
    background: #851111;
    height: 60px;
}

    .div_logo_setup img {
        width: 100%;
        padding: 10px 10px 0 10px;
    }

.topbarnav {
    color: #fff;
}

.topnavbarright {
    color: #fff;
}

.sidebar {
    z-index: 9;
}

    .sidebar .nav > li > a {
        padding: 18px 10px;
        color: #000;
        /*border-left: 5px solid transparent;*/
    }

    .sidebar .nav > li {
        border-bottom: thin solid #ffffff;
    }

        .sidebar .nav > li div li {
            border-bottom: thin solid #ffffff;
        }

        .sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
            color: #1E3C6E;
            background-color: #c7d6f3;
        }

            .sidebar .nav > li > a:hover i, .sidebar .nav > li > a:focus i, .sidebar .nav > li > a.active i {
                color: #1E3C6E;
            }

        .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
            background-color: #C7D6F3;
            border-left-color: #EBECEC;
        }

        .sidebar .nav > li > a[data-toggle="collapse"] .icon-submenu {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            float: right;
            position: relative;
            top: 5px;
            font-size: 12px;
            line-height: 1.1;
            /*-moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);*/
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        .sidebar .nav > li > a[data-toggle="collapse"].collapsed .icon-submenu {
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            font-size: medium;
        }

        .sidebar .nav > li > a .badge {
            font-weight: 400;
            background-color: #F9354C;
        }

    .sidebar .nav {
        /* submenu */
    }

        .sidebar .nav i {
            margin-right: 10px;
            font-size: 18px;
        }

        .sidebar .nav span {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            position: relative;
            top: -2px;
        }

        .sidebar .nav .nav {
            background-color: #c7d6f3;
        }

            .sidebar .nav .nav > li > a {
                padding-left: 15px;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .sidebar .nav .nav > li > a:focus, .sidebar .nav .nav > li > a.active {
                    background-color: transparent;
                    border-left-color: transparent;
                }

                    .sidebar .nav .nav > li > a.active a {
                        color: #0381F7;
                    }

html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
    height: 100%;
}

.vertical-menu {
    width: 100%;
    /*border-style: solid;
    border-width: 2px;
    border-color: #fbd5d5;
    box-shadow: 0 0px 4px #fbd5d5;*/
}

    .vertical-menu a {
        background-color: #fff;
        color: #851111;
        display: block;
        padding: 12px;
        text-decoration: none;
        border-bottom: solid 1px #fbd5d5;
        border-right: solid 1px #fbd5d5;
    }

        .vertical-menu a:hover {
            background-color: #eee;
            color: #851111;
        }

        .vertical-menu a.active {
            background-color: #f5b12b;
            color: white;
        }

.rate {
    position: absolute;
    left: 87px;
    width: 313px;
    height: 50px;
    top: 14px;
    padding: 0 2px;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1.3em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 38px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★ ';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #fec601;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #dbac09;
    }

.card-body {
    padding: 0;
}

.TextLabel {
    font-weight: 500;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}
/*sidebar menu*/
.card-link {
    text-decoration: none;
}

.menu-list {
    text-decoration: none;
    color: #851111 !important;
}


.thead {
    background-color: #ffdc97 !important;
    color: #851111;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

modal-header {
    background-color: #ffdc97 !important;
    color: #851111;
}

.TextLabel12 {
    font-weight: 600;
    padding-top: 0px !important;
    padding-bottom: 6px !important;
    padding-left: 0%;
}


.Dropdownlisttst {
    content: '';
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
    width: 100%;
    outline: none !important;
    border-color: #9FB1C1;
    /*color: #851111 !important;*/
    border: 1px solid #ced4da;
    margin-left: 2px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: bottom;
}

#MainBodyDiv .Dropdownlisttst:focus {
    border-color: #e9ecef;
    box-shadow: 3px 3px 5px 1px #cecece;
}
.loader {  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background:  url('../Images/loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 0.5);
}