@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,300italic,400italic,600,600italic,700italic,800italic);

html,
body {
    height: 100%;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase !important;
}

.btn {
    border-radius: 0 !important;
}

.text-left {
    text-align: left !important;
}

.bold {
    font-weight: 700 !important;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

.edit-heading {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 20px;
    line-height: 28px;
    padding-bottom: 3px;
    color: #5A5A5A;
    border-bottom: 1px solid;
}

.main-container {
    padding-bottom: 40px;
}

:focus {
    outline: 0 !important;
}

.questions-box {
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 30px;
    cursor: pointer;
    padding: 15px;
}

    .questions-box .text-question {
        color: #333 !important;
    }

    .questions-box .answer .answer-content {
        width: 90%;
        float: left;
    }

.text-normal {
    font-weight: 400 !important;
}

.text-right {
    text-align: right !important;
}

.page-content {
    width: 100%;
    float: left;
    padding: 5px;
}

.page-content-small {
    border: 1px solid #cfcfcf;
    padding: 7px 15px !important;
}

.footer-buttons {
    border-top: 1px solid #cfcfcf;
    float: left;
    width: 100%;
    padding: 15px 0;
}

.main-title {
    font-size: 24px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
}

.main-title-small {
    font-size: 17px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 400;
}

.main-title-small-black {
    font-size: 17px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
}

.main-title-bold {
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 700;
}

.input-group {
    width: 100%;
}

    .input-group .form-control-search {
        box-shadow: none !important;
    }

.btn-search,
.btn-search:hover,
.btn-search:focus,
.btn-search:active {
    box-shadow: none;
    top: -32px;
    margin-bottom: -32px;
    margin-right: 2px;
    position: relative;
    height: 30px;
    outline: none;
    z-index: 3;
    float: right;
    background: #fff;
    padding: 0 10px;
}

.btn-fixed {
    width: 300px !important;
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus,
.btn-gray:visited {
    color: #333;
    background-color: #d2d2d2;
    border-color: #c4c4c4;
}

.btn-theme:hover,
.btn-theme:active,
.btn-theme:focus,
.btn-theme:visited {
    color: #fff;
}

.spacer-top-10 {
    margin-top: 10px;
}

.spacer-top-15 {
    margin-top: 15px;
}

.spacer-top-20 {
    margin-top: 20px;
}

.spacer-top-25 {
    margin-top: 25px;
}

.spacer-top-30 {
    margin-top: 30px;
}

.spacer-bottom-10 {
    margin-bottom: 10px;
}

.spacer-bottom-15 {
    margin-bottom: 15px;
}

.spacer-bottom-25 {
    margin-bottom: 25px;
}

.spacer-bottom-30 {
    margin-bottom: 30px;
}

.spacer-left-5 {
    margin-left: 5px;
}

.spacer-left-10 {
    margin-left: 10px;
}

.spacer-left-15 {
    margin-left: 15px;
}

.spacer-left-20 {
    margin-left: 20px;
}

.spacer-left-25 {
    margin-left: 25px;
}

.spacer-left-30 {
    margin-left: 30px;
}

.spacer-right-5 {
    margin-right: 5px;
}

.spacer-right-10 {
    margin-right: 10px;
}

.spacer-right-15 {
    margin-right: 15px;
}

.spacer-right-20 {
    margin-right: 20px;
}

.spacer-right-25 {
    margin-right: 25px;
}

.spacer-right-30 {
    margin-right: 30px;
}

.checkbox-inline {
    margin: -3px 10px 0 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-left-1 {
    padding-left: 1px !important;
}

.padding-right-1 {
    padding-right: 1px !important;
}

.padding-left-right-1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.padding-left-2 {
    padding-left: 2px !important;
}

.padding-right-2 {
    padding-right: 2px !important;
}

.padding-left-right-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.checkbox-theme label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    margin-left: -19px;
    margin-top: 2px;
    border: 1px solid;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out;
}

.checkbox-theme label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 0;
    font-size: 11px;
    color: #555;
}

.checkbox-theme input[type="checkbox"]:focus + label::before {
    outline: none;
}

.radio-theme label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    margin-top: 1px;
    border: 1px solid;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out;
}

.radio-theme label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
}

.radio-theme input[type="radio"].styled:checked + label:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    margin-left: -18px;
    margin-top: 3px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out;
}

#mainmenu .panel,
.collapse-menu .panel {
    margin-bottom: 0;
    border: 0 solid transparent;
}

.navbar {
    min-height: 44px;
}

.navbar-default {
    border: none;
    border-radius: 0 !important;
    height: 44px;
    margin: 0;
}

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #fff;
    border-radius: 4px;
    padding: 9px 10px;
}

.navbar-brand {
    height: 44px !important;
    padding: 7px 10px 7px 0 !important;
}

    .navbar-brand img {
        width: auto;
        height: 30px;
    }

.navbar-theme-left {
    margin-left: 20px;
    padding: 0;
}

    .navbar-theme-left li {
        margin: 18px 0 !important;
    }

        .navbar-theme-left li a {
            color: #024d58 !important;
            border-left: 1px solid #024d58;
            padding: 0 12px !important;
        }

        .navbar-theme-left li:last-child a {
            border-right: 1px solid #024d58;
        }

        .navbar-theme-left li:active a,
        .navbar-theme-left li:focus a,
        .navbar-theme-left li:hover a {
            color: #fff !important;
            padding: 0 12px !important;
        }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff !important;
    background: none !important;
}

.navbar-theme-right {
    padding: 0;
}

    .navbar-theme-right li:hover {
    }

    .navbar-theme-right > li > a {
        border-left: 1px solid;
        border-right: 1px solid;
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 28px;
        height: 44px;
        color: #fff !important;
    }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
}

.navbar-theme-right > li > a .user-image {
    max-height: 28px;
    max-width: 28px;
    margin-right: 5px;
    border-radius: 50%;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
}

.main-container:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    max-width: inherit;
    bottom: 0;
    top: 0;
    background-color: #FFF;
}

.sidebar {
    background-color: #f2f2f2;
    width: 190px;
    float: left;
    position: static;
    padding-left: 0;
    padding-right: 0;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 0 0;
}

    .sidebar:before {
        content: "";
        display: block;
        width: inherit;
        position: absolute;
        top: 44px;
        bottom: 0;
        z-index: -1;
        background-color: inherit;
        border-color: inherit;
        border-style: inherit;
        border-width: inherit;
    }

    .sidebar + .main-content {
        margin-left: 190px;
    }

.main-content {
    margin-left: 0;
    min-height: 100%;
    padding: 0;
}

    .main-content .main-content-inner {
        float: left;
        width: 100%;
    }

.sidebar .hide-show {
    background-color: #f2f2f2;
    float: left;
    height: 40px;
    width: 189px;
    text-decoration: none;
    margin: 0 auto;
    padding: 10px;
}

.sidebar.menu-min .hide-show {
    background-color: #f2f2f2;
    float: left;
    height: 40px;
    width: 49px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 10px;
}

.sidebar .hide-show .fa {
    border: 1px solid;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 1px 5px;
}

.sidebar.menu-min .hide-show .fa {
    border: 1px solid;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding: 1px 6px;
}

.breadcrumb-theme {
    margin-bottom: 15px;
    min-height: 42px;
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    float: left;
    border-radius: 0px !important;
}

    .breadcrumb-theme ol {
        background: #e5e5e5;
        float: left;
        width: 100%;
    }

        .breadcrumb-theme ol li {
            font-size: 13px;
            line-height: 28px;
            color: #6c6c6c;
            float: left;
            position: relative;
            padding: 0px 10px 0px 15px;
        }

            .breadcrumb-theme ol li:after {
                content: "";
                display: inline-block;
                width: 0;
                position: absolute;
                height: 0;
                margin-left: 9px;
                vertical-align: middle;
                border-top: 14px solid transparent;
                border-left: 9px dashed #e5e5e5;
                border-bottom: 14px solid transparent;
                z-index: 6;
                right: -8px;
                top: 0px;
            }

            .breadcrumb-theme ol li a {
                color: #6c6c6c !important;
            }

                .breadcrumb-theme ol li a:after {
                    content: "";
                    display: inline-block;
                    width: 0;
                    position: absolute;
                    height: 0;
                    margin-left: 10px;
                    vertical-align: middle;
                    border-top: 14px solid transparent;
                    border-left: 9px dashed #bcbcbc;
                    border-bottom: 14px solid transparent;
                    z-index: 6;
                }

        .breadcrumb-theme ol .active {
            color: #fff !important;
        }

            .breadcrumb-theme ol .active:after {
                content: "";
                display: inline-block;
                width: 0;
                position: absolute;
                height: 0;
                margin-left: 10px;
                vertical-align: middle;
                border-top: 14px solid transparent;
                border-bottom: 14px solid transparent;
                z-index: 6;
                top: 0px;
                right: -9px;
            }

.panel-blue-theme {
    border: 1px solid !important;
    border-radius: 0 !important;
}

    .panel-blue-theme .panel-heading {
        border-bottom: 0;
        font-size: 13px;
        color: #fff;
        border-radius: 0;
        padding: 15px;
    }

.panel-theme {
    border: 1px solid #ccc !important;
    border-radius: 0;
}

    .panel-theme .panel-heading {
        background: #fff;
        border-bottom: 1px solid #ccc;
        font-size: 15px;
        font-weight: 700;
        padding: 7px 15px;
    }

.page-content .control-label {
    text-align: left;
    color: #333;
    font-weight: 400;
    padding-top: 0;
    font-size: 13px;
    line-height: 16px;
    vertical-align: middle;
}

.page-content .form-control {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 0;
    padding: 6px;
}

.page-content textarea {
    height: 83px;
}

.page-content .form-control:focus {
    border: 1px solid;
    outline: 0;
    box-shadow: none;
}

.theme-nav-tabs .nav-tabs {
    border-bottom: 1px solid #ccc;
}

    .theme-nav-tabs .nav-tabs > li > a {
        margin-right: 5px;
        color: #717171;
        line-height: 1.42857143;
        border: 1px solid #ccc;
        border-radius: 0;
        background: #d6d4d4;
        padding: 5px 10px;
    }

    .theme-nav-tabs .nav-tabs > li.active > a,
    .theme-nav-tabs .nav-tabs > li.active > a:active,
    .theme-nav-tabs .nav-tabs > li.active > a:focus,
    .theme-nav-tabs .nav-tabs > li.active > a:hover {
        cursor: default;
        font-weight: 700;
        background: #fff;
        border: 1px solid #ccc;
        border-bottom-color: transparent;
    }

.theme-nav-tabs .tab-content {
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0;
    padding: 20px;
}

.theme-blue-tabs .header-tabs {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

    .theme-blue-tabs .header-tabs .btn {
        border-radius: 0;
        position: relative;
        bottom: -1px;
        min-width: 10%;
    }

        .theme-blue-tabs .header-tabs .btn.active {
            border-radius: 0;
            background: #fff !important;
            border: 1px solid #ccc;
            border-bottom: 1px solid #fff !important;
        }

.theme-blue-tabs .tab-content {
    border: none;
    padding: 5px 0 0;
}

.theme-blue-tabs-left {
    padding-left: 20px;
    margin-left: 83px;
    border-left: 1px solid #ccc;
}

    .theme-blue-tabs-left .header,
    .theme-blue-tabs .header {
        width: 100%;
        text-align: center;
        border-radius: 0 !important;
        border: 1px solid #fff;
        background: #fff;
        margin: 5px 0 0;
        padding: 5px;
    }

        .theme-blue-tabs-left .header .title,
        .theme-blue-tabs .header .title {
            font-size: 22px;
            line-height: 26px;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .theme-blue-tabs-left .header .paragraph,
        .theme-blue-tabs .header .paragraph {
            font-size: 13px;
            line-height: 18px;
            color: #333;
        }

    .theme-blue-tabs-left .header-tabs {
        border-right: 1px solid #ccc;
        width: 85px;
        float: left;
        margin-left: -105px;
    }

        .theme-blue-tabs-left .header-tabs .btn {
            position: relative;
            right: -1px;
            width: 100%;
            white-space: normal;
            margin: 3px 0;
        }

            .theme-blue-tabs-left .header-tabs .btn.active {
                background: #fff !important;
                border: 1px solid #ccc;
                border-right: none !important;
                width: 100%;
            }

.listing-panel {
    border: 1px solid #ccc !important;
    font-size: 13px;
    border-radius: 0;
    margin-bottom: 15px;
    cursor: pointer;
    min-height: 130px;
}

.listing-page-2 .listing-panel {
    border: 1px solid #ccc !important;
    font-size: 13px;
    border-radius: 0;
    margin-bottom: 15px;
    cursor: pointer;
    min-height: 150px;
}

    .listing-page-2 .listing-panel .listing-panel-body .footer p {
        position: relative;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 16px;
        white-space: nowrap;
        width: 98%;
        margin: 0 0 5px;
    }

.listing-accordion .dropdown:before {
    content: "\f0d9";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
}

.listing-accordion .collapsed:before {
    content: "\f0d7";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
}

.listing-accordion .panel {
    border: 1px solid #ccc !important;
    font-size: 13px;
    border-radius: 0;
    margin-bottom: 15px;
    cursor: pointer;
}

    .listing-accordion .panel .panel-heading {
        background: #fff;
        font-size: 15px;
        font-weight: 700;
        padding: 7px 15px;
    }

    .listing-accordion .panel .panel-body {
        border-top: 1px solid #ccc;
        padding: 15px;
    }

.modal-content {
    background: #fff;
    overflow: auto;
    width: 100%;
    border-radius: 0;
    position: relative;
    border: 1px solid #999;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 20px;
}

    .modal-content .modal-header {
        min-height: auto;
        border-bottom: none;
        padding: 0;
    }

        .modal-content .modal-header .close {
            float: right;
            font-size: 21px;
            font-weight: 700;
            line-height: 1;
            color: transparent;
            text-shadow: 0 1px 0 #fff;
            filter: alpha(opacity=20);
            opacity: 1;
        }

            .modal-content .modal-header .close:after {
                content: "\f00d";
                display: inline-block;
                font-family: FontAwesome;
                font-size: 21px;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .modal-content .modal-header .modal-title {
            font-size: 20px;
            font-weight: 700;
            width: 100%;
            line-height: 28px;
            padding-bottom: 3px;
            color: #333;
            border-bottom: 1px solid;
        }

    .modal-content .modal-body .bootbox-body {
        padding: 20px;
    }

    .modal-content .modal-footer {
        border-top: 1px solid #cfcfcf;
        padding: 15px 0;
    }

.modal-backdrop {
    z-index: 8000;
}

.modal.fade.in {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 8001;
}

.modal .main-title {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 20px;
    line-height: 28px;
    padding-bottom: 3px;
    color: #333;
    border-bottom: 1px solid;
}

.theme-modal-dialog {
    max-height: 500px;
    background: #fff;
    overflow: auto;
    border: 1px solid #999;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 20px;
}

    .theme-modal-dialog .theme-modal-content {
        border: 1px solid #d1d1d1;
        background: #fff;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

        .theme-modal-dialog .theme-modal-content .dialog-content {
            border-bottom: 1px dotted #ddd;
        }

            .theme-modal-dialog .theme-modal-content .dialog-content + .dialog-content {
                border-bottom: 0 dotted #ddd;
            }

            .theme-modal-dialog .theme-modal-content .dialog-content .left {
                width: 35%;
                float: left;
                font-weight: 700;
                padding: 5px 10px;
            }

            .theme-modal-dialog .theme-modal-content .dialog-content .right {
                width: 100%;
                float: left;
                padding: 5px 10px;
            }

.question-panel-gray .header {
    color: #333 !important;
    background: #d0d0d0 !important;
}

.question-panel-green .header {
    color: #fff !important;
}

.question-panel-gray-2 .header {
    color: #333 !important;
    background: #fff !important;
    border-bottom: 1px solid #d0d0d0 !important;
}

.question-panel-green-2 .header {
    background: #fff !important;
    border-bottom: 1px solid !important;
}

.question-panel {
    border-bottom: 0;
    font-size: 13px;
    border-radius: 0;
    margin-bottom: 15px;
    border: 1px solid;
    position: relative;
    width: 100%;
    float: left;
}

    .question-panel .header {
        border-radius: 0;
        border-bottom: 0;
        font-size: 13px;
        font-weight: 400;
        position: relative;
        width: 100%;
        float: left;
        padding: 7px 15px;
    }

        .question-panel .header .dropdown-toggle {
            width: 90%;
            word-break: break-word;
        }

        .question-panel .header .help {
            position: absolute;
            right: 8px;
            top: 8px;
            text-align: center;
            font-size: 17px;
            line-height: 22px;
            width: 24px;
            height: 24px;
            border: 1px solid #fff;
            border-radius: 50%;
            color: #fff;
            cursor: pointer;
        }

            .question-panel .header .help:hover,
            .question-panel .header .help:focus {
            }

    .question-panel .panel-body {
        font-weight: 400;
        position: relative;
        width: 100%;
        float: left;
        padding: 15px;
    }

        .question-panel .panel-body .text {
            text-align: left;
            font-size: 13px;
            font-weight: 700;
            line-height: 1.5;
            border-radius: 0;
            background: #fff;
            padding: 5px 30px 5px 0;
        }

        .question-panel .panel-body .button {
            width: 75px;
            text-align: center;
            font-size: 12px;
            line-height: 1.5;
            border-radius: 0;
            background: #fff;
            margin: 0 5px 5px 0;
            padding: 5px 10px;
        }

        .question-panel .panel-body .gray-button {
            border-color: #969494;
        }

            .question-panel .panel-body .gray-button:hover,
            .question-panel .panel-body .gray-button:active,
            .question-panel .panel-body .gray-button:focus {
                color: #fff;
                background: #969494;
                outline: none;
                border-color: #969494;
            }

        .question-panel .panel-body .golden-button {
            border-color: #c39953;
        }

            .question-panel .panel-body .golden-button:hover,
            .question-panel .panel-body .golden-button:active,
            .question-panel .panel-body .golden-button:focus {
                color: #fff;
                background: #c39953;
                outline: none;
                border-color: #c39953;
            }

        .question-panel .panel-body .red-button {
            border-color: #be4a4a;
        }

            .question-panel .panel-body .red-button:hover,
            .question-panel .panel-body .red-button:active,
            .question-panel .panel-body .red-button:focus {
                color: #fff;
                background: #be4a4a;
                outline: none;
                border-color: #be4a4a;
            }

        .question-panel .panel-body .navy-button:hover,
        .question-panel .panel-body .navy-button:active,
        .question-panel .panel-body .navy-button:focus,
        .question-panel .panel-body .navy-button.active {
            color: #fff;
            outline: none;
        }

.action-panel {
    border: 1px solid #d0d0d0 !important;
    border-bottom: 0;
    font-size: 13px;
    border-radius: 0;
    margin-bottom: 15px;
}

    .action-panel .header {
        background: #fff;
        border-bottom: 1px solid #ccc;
        font-size: 15px;
        font-weight: 700;
        padding: 7px 15px;
    }

    .action-panel .panel-body {
        font-weight: 400;
        padding: 15px;
    }

        .action-panel .panel-body .action-body {
            border-bottom: dotted 1px #999;
            margin-bottom: 10px;
            padding: 0 0 10px;
        }

            .action-panel .panel-body .action-body:hover .action-button-main {
                display: block !important;
                float: right;
                font-size: 18px;
                cursor: pointer;
                color: #a94442;
                position: relative;
                top: 18px;
                z-index: 15;
                margin-top: -18px;
            }

            .action-panel .panel-body .action-body .action-items {
                padding: 0 15px;
            }

                .action-panel .panel-body .action-body .action-items:hover .action-button-main {
                    display: block !important;
                    float: right;
                    color: #a94442;
                }

            .action-panel .panel-body .action-body .text {
                text-align: left;
                float: left;
                font-size: 13px;
                font-weight: 400;
                line-height: 1.5;
                border-radius: 0;
                background: #fff;
                padding: 5px 20px 5px 10px;
            }

            .action-panel .panel-body .action-body .text-flexible {
                text-align: left;
                float: left;
                font-size: 13px;
                font-weight: 400;
                cursor: pointer;
                line-height: 1.5;
                border-radius: 0;
                background: #fff;
                padding: 0 0 5px 5px;
            }

                .action-panel .panel-body .action-body .text-flexible:hover .action-button {
                    display: block !important;
                    color: #a94442;
                }

                .action-panel .panel-body .action-body .text-flexible .action-button:before {
                    float: right;
                    top: -22px;
                    right: 6px;
                    margin-bottom: -22px;
                    position: relative;
                }

                .action-panel .panel-body .action-body .text-flexible .action-button:after {
                    content: "";
                    padding: 0;
                }

            .action-panel .panel-body .action-body .text-bold {
                text-align: left;
                float: left;
                line-height: 34px;
                font-size: 13px;
                font-weight: 700;
                border-radius: 0;
                background: #fff;
            }

                .action-panel .panel-body .action-body .text a:hover,
                .action-panel .panel-body .action-body .text-bold a:hover,
                .action-panel .panel-body .action-body .text-flexible a:hover {
                    color: #333;
                    text-decoration: none;
                }

            .action-panel .panel-body .action-body .button {
                width: 50px;
                float: left;
                margin-right: 10px;
                margin-left: 10px;
            }

.progress-group {
    margin-bottom: 25px;
    padding: 0;
}

    .progress-group .title {
        color: #000;
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 5px;
    }

        .progress-group .title span {
            color: #fff;
            margin-left: 5px;
            border-radius: 0;
            font-size: 12px;
            padding: 1px 3px;
        }

    .progress-group .progress-bar-theme {
        height: 12px !important;
        background-color: #d2d3d5 !important;
        margin-bottom: 0 !important;
    }

.btn-status span {
    background-color: #fff !important;
    font-weight: 700;
    margin-left: 5px;
    border-radius: 0;
    font-size: 12px;
    padding: 1px 3px;
}

.theme-list-group {
    border: 1px solid #ccc;
    border-radius: 0;
}

    .theme-list-group .list-group-item {
        position: relative;
        display: block;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        font-weight: 700;
        padding: 4px 10px;
    }

        .theme-list-group .list-group-item .arrow-label {
            width: 95%;
            font-weight: 400;
            cursor: pointer;
            font-size: 13px;
            line-height: 20px;
            color: #333;
        }

    .theme-list-group .sub-item {
        border-bottom: 0;
        font-weight: 400;
    }

.improvement-list .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.improvement-list .list-group-item {
    position: relative;
    font-size: 12px;
    color: #333;
    display: block;
    border-radius: 0 !important;
    border: 1px solid #ccc;
    font-weight: 400;
    padding: 7px 10px;
}

    .improvement-list .list-group-item .icon {
        width: 15px;
        text-align: center;
        margin-right: 5px;
    }

.improvement-list a:hover,
.improvement-list a:active,
.improvement-list a:focus {
    font-weight: 400;
}

.improvement-list .sub-item-3 {
    color: #333;
    background-color: #fff;
    padding: 0 10px 0 41px;
}

    .improvement-list .sub-item-3 .border {
        border-left: 1px dotted !important;
        margin-left: -14px;
        display: block;
        padding: 7px 0 7px 18px;
    }

        .improvement-list .sub-item-3 .border:before {
            content: "---";
            color: transparent;
            position: relative;
            left: -18px;
            bottom: 7px;
            margin-right: -12px;
            border-bottom: 1px dotted;
        }

.tree-list .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
}

.tree-list .list-group-item {
    position: relative;
    font-size: 13px;
    color: #333;
    display: block;
    border-radius: 0 !important;
    border: none;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
    padding: 0;
}

    .tree-list .list-group-item .checkbox-theme {
        padding-left: 10px !important;
        margin-top: 4px;
    }

        .tree-list .list-group-item .checkbox-theme label {
            margin-bottom: 0 !important;
        }

    .tree-list .list-group-item .icon {
        width: 15px;
        text-align: center;
        margin-right: 5px;
        line-height: 25px;
    }

.tree-list .sub-item-2 {
    background-color: #fff;
    padding-left: 40px;
}

.tree-list .sub-item-3 {
    color: #333;
    background-color: #fff;
    padding: 0 10px 0 61px;
}

    .tree-list .sub-item-3 .border {
        border-left: 1px dotted !important;
        margin-left: -16px;
        display: block;
        padding: 7px 0 7px 15px;
    }

        .tree-list .sub-item-3 .border:before {
            content: "--";
            color: transparent;
            position: relative;
            left: -14px;
            bottom: 9px;
            margin-right: -8px;
            border-bottom: 1px dotted;
        }

.tree-list .dropdown:before {
    content: "\f147";
    float: left;
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    margin-right: 10px;
    line-height: 22px;
    font-size: 17px;
}

.tree-list .collapsed:before {
    content: "\f196";
    float: left;
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    margin-right: 10px;
    line-height: 22px;
    font-size: 17px;
}

.dropdown-submenu {
    position: relative;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0;
}

    .dropdown-submenu a {
        border-bottom: 1px dotted transparent;
        padding: 6px 20px;
    }

.theme-multidropdown {
    border: 1px solid #bebebe;
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0;
}

    .theme-multidropdown li a {
        padding: 6px 20px;
    }

        .theme-multidropdown li a .fa {
            line-height: 20px;
            position: absolute;
            right: 10px;
        }

.dropdown-submenu .dropdown-menu li a:focus,
.dropdown-submenu .dropdown-menu li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.spacer-bottom-20 .dropdown-menu > li > a:focus,
.spacer-bottom-20 .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    border: 1px solid #bebebe;
    box-shadow: none !important;
    border-radius: 0 !important;
}

    .dropdown-submenu > .dropdown-menu li a {
        color: #333;
        text-decoration: none;
        background: #dedede;
    }

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    padding: 0;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

footer {
    color: #595959;
    border-top: 1px solid #a0a0a0;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    margin-top: 4px;
    height: 40px;
    bottom: 0;
    left: 0;
    background: #fff;
    position: absolute;
    padding: 10px 0;
}

    footer ul {
        float: right;
        margin-bottom: 0;
    }

        footer ul li {
            list-style: none;
            float: left;
        }

            footer ul li a {
                color: #333;
                text-decoration: none;
            }

            footer ul li + li:before {
                color: #000;
                content: "/";
                padding: 0 10px;
            }

.switch-button {
    line-height: 28px;
    height: 44px;
    border-bottom: none;
    border-top: none;
    background: linear-gradient(#f8f8f8, #cecece);
    padding: 8px 15px;
}

    .switch-button:hover,
    .switch-button:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

.login-page {
    margin-top: 100px;
}

.group > .ng-invalid {
    border: 1px solid #ca2323;
}

.ns-popover-tooltip-theme .ns-popover-tooltip ul li {
    font-size: 12px;
    padding-left: 20px;
    margin-bottom: 2px;
}

    .ns-popover-tooltip-theme .ns-popover-tooltip ul li input[type="radio"],
    .ns-popover-tooltip-theme .ns-popover-tooltip ul li input[type="checkbox"] {
        position: absolute;
        margin: 1px 0 0 -18px;
    }

input[type=email].ng-invalid,
input[type=text].ng-invalid,
textarea.ng-invalid,
select.ng-invalid {
    border: 1px solid #cc2626 !important;
}

.validation-invalid {
    color: #cc2626;
}

.result-item-group {
    border: 1px solid;
}

    .result-item-group .item-line {
        border-bottom: 1px dotted #cecece;
        float: left;
        width: 100%;
        padding: 5px 10px;
    }

        .result-item-group .item-line:last-child {
            border-bottom: none;
        }

.border-right {
    border-right: 1px solid #e6e6e6 !important;
}

.border-right-none {
    border-right: none !important;
}

.theme-form-ul.theme-form-ul-assessments {
    margin: 0 0 0 20px;
    padding: 0;
}

.theme-form-ul.theme-form-ul-main .checkbox-theme {
    padding-left: 20px !important;
}

.theme-form-ul {
    margin: 0 0 20px 20px;
    padding: 0;
}

    .theme-form-ul li {
        list-style: none;
        padding-left: 35px;
        margin: 0;
        margin-bottom: 10px !important;
    }

.legend-class {
    border: 1px solid #ccc;
    margin: 14px 0 25px;
    padding: 15px;
    width: 100%;
    float: left;
}

    .legend-class .legend-title {
        font-size: 13px;
        font-weight: 700;
        position: relative;
        top: -26px;
        background-color: #fff;
        float: left;
        padding: 0 10px;
    }

.panel-collapse {
    border: none !important;
    margin: 0 !important;
}

.sidebar .sidebar-shortcuts {
    text-align: center;
    min-height: 41px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    border: 0 solid;
    background-color: #fafafa;
}

.sidebar .sidebar-shortcuts-large {
    line-height: 37px;
}

    .sidebar .sidebar-shortcuts-large > .btn {
        text-align: center;
        width: 41px;
        line-height: 24px;
        border-radius: 0;
        border-width: 4px;
        padding: 0;
    }

.sidebar-list {
    border-radius: 0 !important;
    margin-bottom: -1px !important;
    border-bottom: 1px solid #ccc;
}

    .sidebar-list .list-group-item {
        position: relative;
        font-size: 13px;
        color: #fff;
        display: block;
        border-radius: 0 !important;
        margin-bottom: 0;
        border-bottom: 0;
        border-right: 0;
        font-weight: 400;
        min-height: 40px;
        padding: 10px;
    }

        .sidebar-list .list-group-item .menu-icon {
            width: 30px;
            font-size: 16px;
            text-align: center;
        }

    .sidebar-list .sub-item {
        background-color: #fff;
        color: #333;
        border-color: #ccc;
        border-style: solid;
        border-width: 1px 0 0;
    }

        .sidebar-list .sub-item.active:after {
            content: "";
            position: absolute;
            right: -1px;
            top: 10px;
            display: inline-block;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid;
            border-left: 10px solid transparent;
        }

    .sidebar-list .sub-dropdown {
        color: #616161;
        background-color: #fff;
        padding: 0 10px 0 41px;
    }

        .sidebar-list .sub-dropdown .border {
            border-left: 1px dotted !important;
            margin-left: -24px;
            display: block;
            padding: 10px 5px 11px 18px;
        }

    .sidebar-list .sub-dropdown1 .border {
        padding: 10px 5px 11px 18px;
    }

    .sidebar-list .sub-dropdown2 .border {
        padding: 10px 10px 11px 18px;
    }

    .sidebar-list .sub-dropdown3 .border {
        padding: 10px 11px 11px 18px;
    }

    .sidebar-list .sub-dropdown:hover .menu-text:before {
        content: "\f0da";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 14px;
        position: relative;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        left: -9px;
        margin-left: -7px;
        background-color: #fff;
        width: 7px;
    }

    .sidebar-list .sub-dropdown1 .border:before {
        content: "--";
        color: transparent;
        position: relative;
        left: -17px;
        bottom: 9px;
        margin-right: -10px;
        border-bottom: 1px dotted;
    }

    .sidebar-list .sub-dropdown2 .border:before {
        content: "-----";
        color: transparent;
        position: relative;
        left: -17px;
        bottom: 9px;
        margin-right: -20px;
        border-bottom: 1px dotted;
    }

    .sidebar-list .sub-dropdown2:hover .menu-text:before {
        left: -26px;
    }

    .sidebar-list .sub-dropdown2 .menu-text {
        position: relative;
        left: 12px;
    }

    .sidebar-list .sub-dropdown3 .border:before {
        content: "--------";
        color: transparent;
        position: relative;
        left: -17px;
        bottom: 9px;
        margin-right: -33px;
        border-bottom: 1px dotted;
    }

    .sidebar-list .sub-dropdown3:hover .menu-text:before {
        left: -37px;
    }

    .sidebar-list .sub-dropdown3 .menu-text {
        position: relative;
        left: 24px;
    }

    .sidebar-list .collapsed:before {
        content: "\f107";
        float: right;
        font: normal normal normal 14px/1 FontAwesome;
        width: 10px;
        text-align: right;
    }

    .sidebar-list .sub-dropdown.dropdown:before {
        content: "\f104";
        float: right;
        font: normal normal normal 14px/1 FontAwesome;
        width: 10px;
        text-align: right;
        padding: 12px 0;
    }

    .sidebar-list .sub-dropdown.collapsed:before {
        content: "\f107";
        float: right;
        font: normal normal normal 14px/1 FontAwesome;
        padding: 12px 0;
    }

.theme-modal-plan {
    background: #fff;
    overflow: auto;
    width: 100%;
    max-width: 550px;
    position: relative;
    border: 1px solid #999;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 20px;
}



    .theme-modal-plan .radio-theme label {
        font-size: 14px;
        font-weight: 700;
        color: #333;
    }

    .theme-modal-plan .form-horizontal .control-label {
        text-align: left;
        font-size: 14px;
        color: #333;
    }

    .theme-modal-plan .table {
        font-size: 14px;
        color: #333;
    }

    .theme-modal-plan .theme-modal-content {
        background: #fff;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }

.invoice-table > thead > tr > th {
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left !important;
}

.invoice-client-detail {
    border: 1px solid #ddd;
    padding: 15px;
}

    .invoice-client-detail img {
        max-width: 300px;
    }

    .invoice-client-detail .client-name {
        font-size: 18px;
        font-weight: 600;
        margin: 5px 0;
    }

    .invoice-client-detail .client-invoice {
        font-size: 24px;
        font-weight: 600;
        margin: 5px 0;
    }

.invoice-table {
    border: 1px solid #ddd;
}

    .invoice-table .border-white {
        border-top: 1px solid #fff;
    }

    .invoice-table .border-gray {
        border-top: 1px solid #ddd;
    }

    .invoice-table .border-theme {
        border-top: 1px solid;
    }

    .invoice-table .plan-title {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 5px;
    }

    .invoice-table .plan-sub-title {
        font-size: 16px;
        font-weight: 700;
        margin: 10px 0 5px 20px;
    }

    .invoice-table ul li {
        font-size: 14px;
        margin-bottom: 5px;
        list-style: none;
    }

        .invoice-table ul li:before {
            content: "\f00c";
            display: inline-block;
            font-family: FontAwesome;
            font-size: 14px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: relative;
            left: -5px;
            margin-left: 30px;
        }

    .invoice-table p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .invoice-table .theme-color {
        color: #fff;
        text-align: right;
        vertical-align: middle;
    }

    .invoice-table .light-gray {
        background-color: #eee;
        text-align: right;
        vertical-align: middle;
    }

    .invoice-table .dark-gray {
        background-color: #ddd;
        text-align: right;
        vertical-align: middle;
    }

.theme-blue-content {
    padding-left: 0;
    margin: 0;
}

    .theme-blue-content .header-tabs {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .theme-blue-content .header-tabs .btn {
            position: relative;
            width: 100%;
            white-space: normal;
            margin: 3px 0;
        }

            .theme-blue-content .header-tabs .btn.active {
                background: #fff !important;
                border: 1px solid #8d8d8d;
                width: 100%;
            }

    .theme-blue-content .header {
        margin-bottom: 10px;
        list-style: none;
        width: 100%;
        text-align: center;
        border-radius: 0 !important;
        border: 1px solid;
        padding: 10px;
    }

        .theme-blue-content .header .title {
            font-size: 22px;
            line-height: 26px;
            color: #fff;
            margin-bottom: 5px;
        }

        .theme-blue-content .header .paragraph {
            font-size: 13px;
            line-height: 18px;
            color: #fff;
        }

.listing-panel-4 {
    border: 1px solid #ccc !important;
    border-radius: 0;
    margin-bottom: 15px;
    cursor: pointer;
    min-height: 125px;
    padding: 10px;
}

    .listing-panel-4 .heading {
        font-size: 19px;
        line-height: 25px;
        height: 25px;
        margin-bottom: 5px;
        font-weight: 400;
        display: 0;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .listing-panel-4 .listing-panel-content {
        font-weight: 400;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        position: relative;
        display: 0;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .listing-panel-4 .date {
        float: left;
        width: 100%;
        position: relative;
        margin-top: 10px;
    }

        .listing-panel-4 .date .day {
            font-size: 40px;
            font-weight: 700;
            line-height: 40px;
            height: 40px;
            margin-right: 6px;
        }

        .listing-panel-4 .date .month {
            font-weight: 600;
            font-size: 13px;
            position: absolute;
            top: 0;
            left: 52px;
        }

        .listing-panel-4 .date .year {
            font-weight: 600;
            font-size: 16px;
            position: absolute;
            left: 52px;
            top: 18px;
        }

    .listing-panel-4 .carat-down {
        float: right;
        font-size: 24px;
        position: relative;
        top: -22px;
        left: -7px;
        padding: 0;
    }

    .listing-panel-4:hover,
    .listing-panel-4:active {
        border: 1px solid !important;
        color: #fff !important;
    }

.listing-page-4 .dropdown-menu {
    right: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

    .listing-page-4 .dropdown-menu:before {
        display: inline-block;
        width: 0;
        height: 0;
        right: 30px;
        position: absolute;
        content: "";
        margin-left: 13px;
        margin-top: -27px;
        vertical-align: middle;
        border-top: 10px solid transparent;
        border-bottom: 10px dashed;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }

.listing-page-4 .dropdown-content {
    float: right;
    position: relative;
    border-radius: 0;
    top: -10px;
    right: 15px;
    border: 2px solid;
    min-width: 140px !important;
    background-color: #fff;
    z-index: 100;
    padding: 0;
}

    .listing-page-4 .dropdown-content > li > a {
        display: block;
        font-size: 13px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        padding: 7px 10px;
    }

    .listing-page-4 .dropdown-content > li + li {
        border-top: 1px solid #ccc;
    }

    .listing-page-4 .dropdown-content > li > a:hover {
        border-radius: 0;
        text-decoration: none;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 0 !important;
    border-color: #ccc !important;
}

.action-panel.action-item {
    border: none !important;
    border-bottom: 1px solid !important;
    padding-bottom: 20px;
}

    .action-panel.action-item .header {
        border-bottom: none;
        margin-bottom: 15px;
        padding: 7px 0;
    }

    .action-panel.action-item .panel-body .action-body {
        border-bottom: dotted 1px #d0d0d0;
    }

.add-comment {
    float: left;
    margin-right: 20px;
}

.highcharts-container {
    overflow-x: auto !important;
    min-width: 400px;
}

.click-button .dropdown .fa {
    float: left;
    line-height: 20px;
    margin-right: 8px;
    font-size: 16px;
}

.table-overflow {
    overflow: auto;
    width: 100%;
    float: left;
}

.table-description {
    width: 250px;
    position: relative;
    display: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    float: left;
    line-height: 19px;
    text-overflow: ellipsis;
    border: none;
    height: 19px;
}

.table-striped > tbody > tr:nth-child(odd) {
}

    .table-striped > tbody > tr:hover,
    .table-striped > tbody > tr:nth-child(odd):hover {
    }

.panel-scoring {
    width: 100%;
    float: left;
}

    .panel-scoring .panel {
        margin-bottom: 20px !important;
        width: 100%;
        float: left;
    }

    .panel-scoring .edit-heading {
        font-size: 18px;
        margin-bottom: 0;
    }

    .panel-scoring .panel-scoring-content {
        width: 100%;
        float: left;
        padding-bottom: 15px;
    }

        .panel-scoring .panel-scoring-content .question {
            width: 100%;
            margin-bottom: 10px;
            font-size: 13px;
            position: relative;
            float: left;
            line-height: 22px;
            font-weight: 600;
            color: #000;
        }

            .panel-scoring .panel-scoring-content .question .que-left {
                width: 35px;
                float: left;
                margin-bottom: 10px;
                position: absolute;
                top: 0;
            }

            .panel-scoring .panel-scoring-content .question .que-right {
                margin-bottom: 10px;
                margin-left: 23px;
                float: left;
            }

.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
        margin: 0;
    }

.iconx {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    background-repeat: no-repeat;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

a,
a:hover,
a:focus,
.breadcrumb-theme ol li a:hover,
.breadcrumb-theme ol li a:focus,
.action-panel .panel-body .action-body .text a,
.action-panel .panel-body .action-body .text-bold a,
.action-panel .panel-body .action-body .text-flexible a,
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {
    text-decoration: none;
}

.questions-box .action-buttons,
.sidebar.menu-min .hide-show .menu-normal-icon,
.sidebar .hide-show .menu-min-icon,
.displaynone,
.tuxedo-menu-trigger,
.click-button .dropdown.collapsed .fa-caret-up,
.click-button .dropdown .fa-caret-down {
    display: none;
}

.questions-box:hover .action-buttons,
.sidebar.menu-min .hide-show .menu-min-icon,
.sidebar .hide-show .menu-normal-icon,
.click-button .dropdown.collapsed .fa-caret-down,
.click-button .dropdown .fa-caret-up {
    display: block;
}

.questions-box .question,
.questions-box .answer,
.spacer-top-5 {
    margin-top: 5px;
}

.text-theme-bold,
.invoice-table .text-theme,
.listing-panel-4 .listing-panel-content span,
.table-striped > tbody > tr.unread {
    font-weight: 700;
}

.btn-gray,
.modal-content .modal-footer .btn-default {
    color: #333;
    background-color: #ddd;
    border-color: #d8d8d8;
}

.btn-theme,
.modal-content .modal-footer .btn-primary,
.modal-content .modal-footer .btn-danger {
    color: #fff;
}

.spacer-bottom-5,
.btn-status {
    margin-bottom: 5px;
}

.spacer-bottom-20,
.theme-modal-plan .radio-theme {
    margin-bottom: 20px;
}

.checkbox-theme,
.radio-theme {
    padding-left: 22px !important;
    margin-top: 4px;
}

    .checkbox-theme label,
    .radio-theme label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        cursor: pointer;
    }

    .checkbox-theme input[type="checkbox"],
    .radio-theme input[type="radio"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
        margin: 0 0 0 -17px;
    }

        .checkbox-theme input[type="checkbox"]:checked + label::after,
        .checkbox-theme input[type="checkbox"].styled:checked + label:after {
            font-family: FontAwesome;
            content: "\f00c";
        }

        .checkbox-theme input[type="checkbox"]:disabled + label,
        .radio-theme input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox-theme input[type="checkbox"]:disabled + label::before,
            .radio-theme input[type="radio"]:disabled + label::before {
                background-color: #eee;
                cursor: not-allowed;
            }

    .checkbox-theme.checkbox-circle label::before,
    .radio-theme.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox-theme.checkbox-inline,
    .radio-theme.checkbox-inline {
        margin-top: 0;
    }

    .checkbox-color input[type="checkbox"]:checked + label::after,
    .checkbox-theme input[type="checkbox"] .styled:checked + label::before,
    .checkbox-theme input[type="checkbox"] .styled:checked + label::after,
    .radio-color input[type="radio"]:checked + label::after,
    .radio-theme input[type="radio"] .styled:checked + label::before,
    .radio-theme input[type="radio"] .styled:checked + label::after,
    .listing-panel-4:hover .heading,
    .listing-panel-4:active .heading,
    .listing-panel-4:hover .listing-panel-content,
    .listing-panel-4:active .listing-panel-content,
    .listing-panel-4:hover .listing-panel-content span,
    .listing-panel-4:active .listing-panel-content span {
        color: #fff;
    }

label,
.tree-list a:hover,
.tree-list a:active,
.tree-list a:focus {
    font-weight: 400 !important;
    font-size: 13px !important;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
.improvement-list .sub-item,
.improvement-list .sub-item-3:hover,
.improvement-list .sub-item-3:active,
.improvement-list .sub-item-3:focus,
.improvement-list .sub-item-3.active,
.tree-list .sub-item,
.tree-list .sub-item-3:hover,
.tree-list .sub-item-3:active,
.tree-list .sub-item-3:focus,
.tree-list .sub-item-3.active,
.sidebar-list .sub-dropdown:hover,
.sidebar-list .sub-dropdown:active,
.sidebar-list .sub-dropdown:focus,
.sidebar-list .sub-dropdown.active,
.table-striped > tbody > tr {
    background-color: #fff;
}

.theme-nav-tabs,
.theme-blue-tabs,
.modal-content .modal-body,
.improvement-list,
.tree-list,
.invoice-table ul,
.score-key,
.score-key ul,
.action-panel.action-item .panel-body {
    padding: 0;
}

    .theme-blue-tabs .tab-content #container1,
    .theme-blue-tabs .tab-content #container2 {
        border: 1px solid;
        margin-bottom: 10px;
        width: 100%;
        padding: 10px;
    }

.listing-page .dropdown-menu,
.listing-page-2 .dropdown-menu {
    top: 36px;
    border-radius: 0;
    right: 18px;
    border: 1px solid;
    min-width: 140px !important;
    padding: 0;
}

    .listing-page .dropdown-menu > li > a,
    .listing-page-2 .dropdown-menu > li > a {
        display: block;
        font-size: 13px;
        clear: both;
        border-bottom: 1px solid #ccc;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        padding: 7px 10px;
    }

        .listing-page .dropdown-menu > li > a .fa,
        .listing-page-2 .dropdown-menu > li > a .fa,
        .listing-page-4 .dropdown-content > li > a .fa {
            width: 15px;
            margin-right: 8px;
            text-align: center;
            font-size: 15px;
        }

        .listing-page .dropdown-menu > li > a:hover,
        .listing-page-2 .dropdown-menu > li > a:hover {
            border-radius: 0;
        }

.listing-panel:hover,
.listing-page-2 .listing-panel:hover,
.listing-accordion .panel:hover {
    border: 1px solid !important;
}

.listing-panel .header,
.listing-page-2 .listing-panel .header {
    border-bottom: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 15px;
}

    .listing-panel .header .pull-left,
    .listing-page-2 .listing-panel .header .pull-left {
        position: relative;
        display: 0;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 20px;
        width: 95%;
        text-overflow: ellipsis;
    }

        .listing-panel .header .pull-left:after,
        .listing-page-2 .listing-panel .header .pull-left:after {
            content: "";
            font-weight: 400;
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 0 30px 0 45px;
        }

.listing-panel .listing-panel-body,
.listing-page-2 .listing-panel .listing-panel-body {
    font-weight: 400;
    border-radius: 0;
    padding: 15px 15px 10px;
}

    .listing-panel .listing-panel-body .listing-panel-content,
    .listing-page-2 .listing-panel .listing-panel-body .listing-panel-content {
        font-weight: 400;
        height: 36px;
        position: relative;
        display: 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .listing-panel .listing-panel-body .footer,
    .listing-page-2 .listing-panel .listing-panel-body .footer {
        margin-top: 15px;
        padding: 0;
    }

.listing-accordion,
.sidebar .sidebar-shortcuts-large > .btn > .ace-icon {
    margin: 0;
}

.theme-modal-dialog .close,
.theme-modal-plan .close {
    width: 0;
    top: 0;
    left: -15px;
    opacity: 1.0;
    position: relative;
}

.question-panel-gray,
.question-panel-gray-2 {
    border-color: #d0d0d0 !important;
}

.action-panel .panel-body .action-body .action-button-main,
.action-panel .panel-body .action-body .action-items .action-button-main {
    display: none !important;
    text-decoration: none;
}

.action-panel .panel-body .action-body .text-flexible a:after,
.action-panel .panel-body .action-body .text-flexible span:after {
    content: "|";
    color: #333;
    float: right;
    padding: 0 0 0 5px;
}

.action-panel .panel-body .action-body .text-flexible .action-button,
.permissionbased {
    display: none !important;
}

.theme-list-group .dropdown:after,
.improvement-list .dropdown:before,
.sidebar-list .dropdown:before {
    content: "\f104";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
}

.theme-list-group .collapsed:after,
.improvement-list .collapsed:before {
    content: "\f107";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
}

.improvement-list .sub-dropdown,
.tree-list .sub-dropdown {
    background-color: #0195aa;
    border-bottom: 1px solid #fff;
    padding-left: 33px;
}

    .improvement-list .sub-dropdown:hover,
    .improvement-list .sub-dropdown:active,
    .improvement-list .sub-dropdown:focus,
    .tree-list .sub-dropdown:hover,
    .tree-list .sub-dropdown:active,
    .tree-list .sub-dropdown:focus {
        background-color: #018699;
        color: #fff;
    }

.improvement-list .sub-item-2,
.tree-list .sub-item-1 {
    background-color: #fff;
    padding-left: 20px;
}

.theme-form-ul.theme-form-ul-main,
.theme-form-ul.theme-form-ul-practice,
.theme-form-ul.theme-form-ul-main li {
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar-list .sub-item.active,
.sidebar-list .sub-item:hover,
.sidebar-list .sub-item:active,
.sidebar-list .sub-item:focus {
    background-color: #fff;
    border-color: #ccc;
}

.listing-page-4 .dropdown-content li,
.score-key ul li {
    list-style: none;
}

.breadcrumb-structure {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    border-radius: 0px !important;
}

    .breadcrumb-structure ol {
        float: left;
        width: 100%;
    }

        .breadcrumb-structure ol li {
            font-size: 13px;
            line-height: 36px;
            float: left;
            position: relative;
            padding: 0px 10px 0px 15px;
        }

            .breadcrumb-structure ol li a {
                cursor: pointer;
            }

            .breadcrumb-structure ol li:after {
                content: "";
                display: inline-block;
                width: 0;
                position: absolute;
                top: 0px;
                right: -15px;
                margin-left: 9px;
                margin: 12px;
                vertical-align: middle;
                border-top: 6px solid transparent;
                border-left: 6px dashed;
                border-bottom: 6px solid transparent;
                z-index: 6;
            }

        .breadcrumb-structure ol .active {
            color: #000 !important;
        }

            .breadcrumb-structure ol .active:after {
                display: none;
            }

.theme-panel-group {
    width: 100%;
    float: left;
}

    .theme-panel-group .panel-default {
        width: 100%;
        float: left;
        border-radius: 0px;
        position: relative;
        margin-bottom: 10px;
        border: 1px solid rgba(89, 155, 143, 1.0);
    }

        .theme-panel-group .panel-default .panel-heading-actions {
            display: none;
            position: absolute;
            top: 0px;
            right: 0px;
            height: 35px;
            padding: 0px 5px;
        }

        .theme-panel-group .panel-default:hover .panel-heading-actions {
            display: block;
            background: rgba(89, 155, 143, 1.0);
        }

        .theme-panel-group .panel-default .panel-heading-actions .panel-heading-icon {
            position: relative;
            top: 0px;
            right: 0px;
            line-height: 25px;
            height: 25px;
            margin: 5px 2px;
            width: 25px;
            border-radius: 50%;
            background: #fff !important;
            text-align: center;
            color: rgba(89, 155, 143, 1.0);
        }

        .theme-panel-group .panel-default .panel-heading.collapsed {
            cursor: pointer;
            background: rgba(89, 155, 143, 0.1);
            border-radius: 0px;
        }

            .theme-panel-group .panel-default:hover .panel-heading.collapsed,
            .theme-panel-group .panel-default .panel-heading,
            .theme-panel-group .panel-default .panel-heading.collapsed:hover {
                cursor: pointer;
                border-radius: 0px;
                background: rgba(89, 155, 143, 1.0);
            }

                .theme-panel-group .panel-default .panel-heading.collapsed .panel-title {
                    font-size: 14px;
                    color: rgba(89, 155, 143, 1.0);
                }

                .theme-panel-group .panel-default:hover .panel-heading.collapsed .panel-title,
                .theme-panel-group .panel-default .panel-heading .panel-title,
                .theme-panel-group .panel-default .panel-heading.collapsed:hover .panel-title {
                    font-size: 14px;
                    color: #fff;
                }

        .theme-panel-group .panel-default .panel-body {
            padding: 15px;
        }

            .theme-panel-group .panel-default .panel-body .panel-sub-title {
                width: 100%;
                float: left;
                font-size: 15px;
                padding-bottom: 5px;
                margin-bottom: 10px;
                border-bottom: 1px solid rgba(89, 155, 143, 1.0);
            }

            .theme-panel-group .panel-default .panel-body .questions {
                width: 100%;
                float: left;
                margin-bottom: 15px;
                padding-left: 15px;
            }

                .theme-panel-group .panel-default .panel-body .questions .question {
                    width: 100%;
                    float: left;
                    font-size: 13px;
                    line-height: 18px;
                    padding: 5px 0px;
                    position: relative;
                    padding-left: 20px;
                    padding-right: 25px;
                    word-break: break-word;
                }

                    .theme-panel-group .panel-default .panel-body .questions .question .question-action {
                        display: none;
                        position: absolute;
                        top: 5px;
                        right: 0px;
                        background: #fff;
                        width: 40px;
                        height: 20px;
                        line-height: 20px;
                        text-align: center;
                    }

                    .theme-panel-group .panel-default .panel-body .questions .question:hover .question-action {
                        display: block;
                    }

                    .theme-panel-group .panel-default .panel-body .questions .question:before {
                        content: "\f101";
                        display: inline-block;
                        font: normal normal normal 14px/1 FontAwesome;
                        font-size: inherit;
                        text-rendering: auto;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        color: rgba(89, 155, 143, 1.0);
                        position: absolute;
                        left: 5px;
                        top: 7px;
                    }

                    .theme-panel-group .panel-default .panel-body .questions .question + .question {
                        width: 100%;
                        float: left;
                        border-top: 1px dashed #777777;
                    }

                .theme-panel-group .panel-default .panel-body .questions .form-group {
                    width: 100%;
                    float: left;
                    margin: 10px 0px;
                }

.theme-result-panel {
    width: 100%;
    float: left;
    border: none !important;
    border-radius: 0px;
    margin-bottom: 10px;
}

    .theme-result-panel .panel-default {
        border: none;
        width: 100%;
        float: left;
        border-radius: 0px;
    }


    .theme-result-panel ul li {
        margin: 0px 0;
        list-style-type: none;
        float: left;
        position: relative;
        padding: 0px 5px 0px 5px;
        width: 100%;
    }

        .theme-result-panel ul li::before {
            content: '';
            position: absolute;
            top: 0;
            width: 1px;
            height: 100%;
            right: auto;
            left: 0px;
            border-left: 1px solid #ccc;
            bottom: 50px;
        }

        .theme-result-panel ul li:last-child::before {
            height: 16px;
        }


    /* .theme-result-panel .panel-default:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    right: auto;
    left: 0px;
    border-left: 1px solid #ccc;
    bottom: 50px;
} */
    .theme-result-panel .panel-default .panel-collapse {
        width: 100%;
        float: left;
        padding-left: 20px;
    }

    .theme-result-panel .panel-group {
        margin-bottom: 0px;
        width: 100%;
        float: left;
    }

    .theme-result-panel .panel-heading {
        width: 100%;
        float: left;
        border-radius: 0px;
        position: relative;
        height: 32px;
        padding: 10px 10px 0px 10px;
        background-color: #fff;
    }

        .theme-result-panel .panel-heading span {
            padding: 3px 7px 3px 27px;
            background: transparent;
            color: rgba(89, 155, 143, 1.0);
            position: relative;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            float: left;
        }

        .theme-result-panel .panel-heading.collapsed span:before {
            content: "\f105 ";
            float: left;
            font: normal normal normal 14px/1 FontAwesome;
            line-height: 20px;
            position: absolute;
            left: 8px;
            width: 14px;
            text-align: center;
        }

        .theme-result-panel .panel-heading span:before {
            content: "\f107  ";
            float: left;
            font: normal normal normal 14px/1 FontAwesome;
            line-height: 20px;
            position: absolute;
            left: 8px;
            width: 14px;
            text-align: center;
        }

        .theme-result-panel .panel-heading:before {
            content: "";
            height: 21px;
            border-bottom: 1px solid #c1c1c1;
            width: 10px;
            background: transparent;
            position: absolute;
            left: -5px;
            border-left: 1px solid #c1c1c1;
            top: 0px;
        }

    .theme-result-panel .single-assessees {
        color: #333;
        background-color: #fff;
        border-color: #ddd;
        padding: 5px 18px 5px 9px;
        position: relative;
    }

        .theme-result-panel .single-assessees .checkbox-theme {
            margin-top: 0px;
        }

            .theme-result-panel .single-assessees .checkbox-theme label {
                margin-bottom: -1px;
            }

        .theme-result-panel .single-assessees:before {
            content: "";
            width: 10px;
            left: -4px;
            position: absolute;
            top: 15px;
            border-bottom: 1px solid #ccc;
        }

.panel-group .panel + .panel {
    margin-top: 0px !important;
}

.theme-result-panel2 .panel-heading {
    width: 100%;
    float: left;
    border-radius: 0px;
    padding: 6px 12px;
    position: relative;
    background-color: transparent;
}

    .theme-result-panel2 .panel-heading.collapsed span:after {
        content: "\f196";
        float: right;
        font: normal normal normal 14px/1 FontAwesome;
        line-height: 22px;
    }

    .theme-result-panel2 .panel-heading span:after {
        content: "\f147";
        float: right;
        font: normal normal normal 14px/1 FontAwesome;
        line-height: 22px;
    }

.theme-result-panel2 {
    width: 100%;
    float: left;
    border: 1px solid rgba(89, 155, 143, 1.0) !important;
    border-radius: 0px;
}

    .theme-result-panel2 .panel-default {
        border: none;
        width: 100%;
        float: left;
        background: transparent;
        border-radius: 0px;
        padding-left: 0px;
    }

        .theme-result-panel2 .panel-default li {
            width: 100%;
            float: left;
            list-style: none;
            padding: 0px;
            border-top: 1px solid rgba(89, 155, 143, 1.0);
        }

            .theme-result-panel2 .panel-default li .panel-heading {
                padding: 6px 10px 6px 29px;
            }

        .theme-result-panel2 .panel-default.level1 .panel-heading {
            background: rgba(89, 155, 143, 1.0);
            padding: 6px 10px 6px 12px;
        }

    .theme-result-panel2 .panel-collapse.level2 .panel-heading {
        background-color: rgba(89, 155, 143, 0.8);
        color: #fff;
        padding: 6px 10px 6px 29px;
    }

        .theme-result-panel2 .panel-collapse.level2 .panel-heading:before {
            content: "";
            height: 33px;
            background: transparent;
            position: absolute;
            left: 12px;
            border-left: 1px dotted #fff;
            top: 0px;
        }

        .theme-result-panel2 .panel-collapse.level2 .panel-heading span:before {
            content: "";
            height: 17px;
            width: 10px;
            background: transparent;
            position: absolute;
            left: 12px;
            border-bottom: 1px dotted #fff;
            top: 0px;
        }

    .theme-result-panel2 .panel-collapse.level2 .single-assessees {
        padding: 6px 10px 6px 26px;
        background-color: rgba(89, 155, 143, 0.8);
        color: #fff;
    }

        .theme-result-panel2 .panel-collapse.level2 .single-assessees:before {
            content: "";
            height: 33px;
            background: transparent;
            position: absolute;
            left: 12px;
            border-left: 1px dotted #fff;
            top: 0px;
        }

        .theme-result-panel2 .panel-collapse.level2 .single-assessees .checkbox-theme:before {
            content: "";
            height: 17px;
            width: 10px;
            background: transparent;
            position: absolute;
            left: 12px;
            border-bottom: 1px dotted #fff;
            top: 0px;
        }

    .theme-result-panel2 .panel-default.level2 li .panel-heading:before {
        content: "";
        height: 33px;
        width: 20px;
        background: transparent;
        position: absolute;
        left: 12px;
        border-left: 1px dotted #fff;
        top: 1px;
    }

    .theme-result-panel2 .panel-default.level2 li .panel-heading span:before {
        content: "";
        height: 17px;
        width: 10px;
        background: transparent;
        position: absolute;
        left: 12px;
        border-bottom: 1px dotted #fff;
        top: 0px;
    }

    .theme-result-panel2 .panel-collapse.level3 .panel-heading {
        background: transparent;
        padding: 6px 10px 6px 43px;
        background-color: rgba(89, 155, 143, 0.6);
        color: #fff;
    }

        .theme-result-panel2 .panel-collapse.level3 .panel-heading:before {
            content: "";
            height: 33px;
            background: transparent;
            position: absolute;
            left: 26px;
            border-left: 1px dotted #fff;
            top: 0px;
        }

        .theme-result-panel2 .panel-collapse.level3 .panel-heading span:before {
            content: "";
            height: 17px;
            width: 10px;
            background: transparent;
            position: absolute;
            left: 26px;
            border-bottom: 1px dotted #fff;
            top: 0px;
        }

    .theme-result-panel2 .panel-collapse.level3 .single-assessees {
        padding: 6px 10px 6px 40px;
        background-color: rgba(89, 155, 143, 0.6);
        color: #fff;
    }

        .theme-result-panel2 .panel-collapse.level3 .single-assessees:before {
            content: "";
            height: 33px;
            background: transparent;
            position: absolute;
            left: 26px;
            border-left: 1px dotted #fff;
            top: 0px;
        }

        .theme-result-panel2 .panel-collapse.level3 .single-assessees .checkbox-theme:before {
            content: "";
            height: 17px;
            width: 10px;
            background: transparent;
            position: absolute;
            left: 26px;
            border-bottom: 1px dotted #fff;
            top: 0px;
        }

    .theme-result-panel2 .panel-default.level3 li .panel-heading:before {
        content: "";
        height: 33px;
        width: 20px;
        background: transparent;
        position: absolute;
        left: 12px;
        border-left: 1px dotted #fff;
        top: 1px;
    }

    .theme-result-panel2 .panel-default.level3 li .panel-heading span:before {
        content: "";
        height: 17px;
        width: 10px;
        background: transparent;
        position: absolute;
        left: 12px;
        border-bottom: 1px dotted #fff;
        top: 0px;
    }

    .theme-result-panel2 .panel-default .panel-collapse {
        width: 100%;
        float: left;
    }

    .theme-result-panel2 .panel-group {
        margin-bottom: 0px;
        width: 100%;
        float: left;
        padding: 6px 20px 6px 26px;
    }

    .theme-result-panel2 .panel-default li .panel-heading.level1 {
        background-color: rgba(89, 155, 143, 1.0);
        padding: 6px 12px;
    }

    .theme-result-panel2 .panel-heading span {
        color: #fff;
        width: 100%;
        float: left;
    }

    .theme-result-panel2 .panel-default li .single-assessees {
        padding: 6px 10px 6px 26px;
        position: relative;
    }

    .theme-result-panel2 .single-assessees + .single-assessees {
        border-top: 1px solid rgba(89, 155, 143, 1.0);
    }

    .theme-result-panel2 .single-assessees .checkbox-theme {
        margin-top: 0px;
    }

        .theme-result-panel2 .single-assessees .checkbox-theme label {
            margin-bottom: -1px;
        }








    .theme-result-panel2 .panel-collapse.level4 .panel-heading {
        background: transparent;
        padding: 6px 10px 6px 57px;
        background-color: rgba(89, 155, 143, 0.4);
        color: rgba(89, 155, 143, 1.0);
    }

        .theme-result-panel2 .panel-collapse.level4 .panel-heading:before {
            content: "";
            height: 33px;
            background: transparent;
            position: absolute;
            left: 40px;
            border-left: 1px dotted rgba(89, 155, 143, 1.0);
            top: 0px;
        }

        .theme-result-panel2 .panel-collapse.level4 .panel-heading span {
            color: rgba(89, 155, 143, 1.0);
        }

            .theme-result-panel2 .panel-collapse.level4 .panel-heading span:before {
                content: "";
                height: 17px;
                width: 10px;
                background: transparent;
                position: absolute;
                left: 40px;
                border-bottom: 1px dotted rgba(89, 155, 143, 1.0);
                top: 0px;
            }

    .theme-result-panel2 .panel-collapse.level4 .single-assessees {
        padding: 6px 10px 6px 54px;
        background-color: rgba(89, 155, 143, 0.4);
        color: rgba(89, 155, 143, 1.0);
    }

        .theme-result-panel2 .panel-collapse.level4 .single-assessees:before {
            content: "";
            height: 33px;
            background: transparent;
            position: absolute;
            left: 40px;
            border-left: 1px dotted rgba(89, 155, 143, 1.0);
            top: 0px;
        }

        .theme-result-panel2 .panel-collapse.level4 .single-assessees .checkbox-theme:before {
            content: "";
            height: 17px;
            width: 10px;
            background: transparent;
            position: absolute;
            left: 40px;
            border-bottom: 1px dotted rgba(89, 155, 143, 1.0);
            top: 0px;
        }

    .theme-result-panel2 .panel-default.level4 li .panel-heading:before {
        content: "";
        height: 33px;
        width: 20px;
        background: transparent;
        position: absolute;
        left: 12px;
        border-left: 1px dotted #fff;
        top: 1px;
    }

    .theme-result-panel2 .panel-default.level4 li .panel-heading span:before {
        content: "";
        height: 17px;
        width: 10px;
        background: transparent;
        position: absolute;
        left: 12px;
        border-bottom: 1px dotted #fff;
        top: 0px;
    }

















    .theme-result-panel2 .panel-collapse.level5 .panel-heading {
        background: transparent;
        padding: 6px 10px 6px 71px;
        background-color: rgba(89, 155, 143, 0.2);
        color: rgba(89, 155, 143, 1.0);
    }

        .theme-result-panel2 .panel-collapse.level5 .panel-heading:before {
            content: "";
            height: 33px;
            background: transparent;
            position: absolute;
            left: 54px;
            border-left: 1px dotted rgba(89, 155, 143, 1.0);
            top: 0px;
        }

        .theme-result-panel2 .panel-collapse.level5 .panel-heading span {
            color: rgba(89, 155, 143, 1.0);
        }

            .theme-result-panel2 .panel-collapse.level5 .panel-heading span:before {
                content: "";
                height: 17px;
                width: 10px;
                background: transparent;
                position: absolute;
                left: 54px;
                border-bottom: 1px dotted rgba(89, 155, 143, 1.0);
                top: 0px;
            }

    .theme-result-panel2 .panel-collapse.level5 .single-assessees {
        padding: 6px 10px 6px 68px;
        background-color: rgba(89, 155, 143, 0.2);
        color: rgba(89, 155, 143, 1.0);
    }

        .theme-result-panel2 .panel-collapse.level5 .single-assessees:before {
            content: "";
            height: 33px;
            background: transparent;
            position: absolute;
            left: 54px;
            border-left: 1px dotted rgba(89, 155, 143, 1.0);
            top: 0px;
        }

        .theme-result-panel2 .panel-collapse.level5 .single-assessees .checkbox-theme:before {
            content: "";
            height: 17px;
            width: 10px;
            background: transparent;
            position: absolute;
            left: 54px;
            border-bottom: 1px dotted rgba(89, 155, 143, 1.0);
            top: 0px;
        }

    .theme-result-panel2 .panel-default.level5 li .panel-heading:before {
        content: "";
        height: 33px;
        width: 20px;
        background: transparent;
        position: absolute;
        left: 12px;
        border-left: 1px dotted #fff;
        top: 1px;
    }

    .theme-result-panel2 .panel-default.level5 li .panel-heading span:before {
        content: "";
        height: 17px;
        width: 10px;
        background: transparent;
        position: absolute;
        left: 12px;
        border-bottom: 1px dotted #fff;
        top: 0px;
    }




















    .theme-result-panel2 .panel-collapse.level6 .panel-heading {
        background: transparent;
        padding: 6px 10px 6px 71px;
        background-color: rgba(89, 155, 143, 0.2);
        color: rgba(89, 155, 143, 1.0);
    }

        .theme-result-panel2 .panel-collapse.level6 .panel-heading:before {
            content: "";
            height: 33px;
            background: transparent;
            position: absolute;
            left: 54px;
            border-left: 1px dotted rgba(89, 155, 143, 1.0);
            top: 0px;
        }

        .theme-result-panel2 .panel-collapse.level6 .panel-heading span {
            color: rgba(89, 155, 143, 1.0);
        }

            .theme-result-panel2 .panel-collapse.level6 .panel-heading span:before {
                content: "";
                height: 17px;
                width: 10px;
                background: transparent;
                position: absolute;
                left: 54px;
                border-bottom: 1px dotted rgba(89, 155, 143, 1.0);
                top: 0px;
            }

    .theme-result-panel2 .panel-collapse.level6 .single-assessees {
        padding: 6px 10px 6px 82px;
        background-color: rgba(89, 155, 143, 0.05);
        color: rgba(89, 155, 143, 1.0);
    }

        .theme-result-panel2 .panel-collapse.level6 .single-assessees:before {
            content: "";
            height: 33px;
            background: transparent;
            position: absolute;
            left: 68px;
            border-left: 1px dotted rgba(89, 155, 143, 1.0);
            top: 0px;
        }

        .theme-result-panel2 .panel-collapse.level6 .single-assessees .checkbox-theme:before {
            content: "";
            height: 17px;
            width: 10px;
            background: transparent;
            position: absolute;
            left: 68px;
            border-bottom: 1px dotted rgba(89, 155, 143, 1.0);
            top: 0px;
        }

    .theme-result-panel2 .panel-default.level6 li .panel-heading:before {
        content: "";
        height: 33px;
        width: 20px;
        background: transparent;
        position: absolute;
        left: 12px;
        border-left: 1px dotted #fff;
        top: 1px;
    }

    .theme-result-panel2 .panel-default.level6 li .panel-heading span:before {
        content: "";
        height: 17px;
        width: 10px;
        background: transparent;
        position: absolute;
        left: 12px;
        border-bottom: 1px dotted #fff;
        top: 0px;
    }

.theme-result-panel .panel-default.abcd {
    border: none;
}

.theme-result-panel .panel-heading.abcd {
    border: none;
    position: relative;
    left: 0px;
}

    .theme-result-panel .panel-heading.abcd:before {
        border: none;
    }



.assessments-part {
    width: 100%;
    float: left;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dotted #818181;
}

.assessment-level {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    border: 1px dotted rgba(89, 155, 143, 1.0);
}

    .assessment-level .assessment-level-name {
        padding: 10px 10px 0px 10px;
        float: left;
        width: 100%;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
    }

    .assessment-level .assessment-delete {
        display: none;
        float: right;
        right: 10px;
        top: 13px;
        font-size: 18px;
        position: absolute;
    }


    .assessment-level:hover .assessment-delete {
        display: block;
    }



.white-box {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    background: #fff;
}

    .white-box .white-box-title {
        line-height: 30px;
        color: #245997;
        font-size: 18px;
        font-weight: 600;
        width: 100%;
        float: left;
        margin-bottom: 10px;
        padding: 0px 0px 1px 0px;
        border-bottom: 1px solid #e6ad3a;
    }


.action-icon {
    text-decoration: none;
    font-size: 12px;
    width: 25px;
    color: rgba(89,155,143,1.0);
    height: 25px;
    background: #fafafa;
    padding: 2px;
    top: -5px;
    position: relative;
    line-height: 20px;
    text-align: center;
    margin: 0px 0px 9px 0px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
}

    .action-icon:hover {
        color: #ffffff;
        background: rgba(89,155,143,1.0);
        border: 1px solid rgba(89,155,143,1.0);
    }


.white-box .white-box-detail {
    width: 100%;
    float: left;
}

    .white-box .white-box-detail .left-navigation {
        float: left;
    }

        .white-box .white-box-detail .left-navigation.width100 {
            width: 100%;
        }

        .white-box .white-box-detail .left-navigation .white-sub-box {
            width: auto;
            float: left;
            padding-right: 30px;
            margin-bottom: 10px;
        }

            .white-box .white-box-detail .left-navigation .white-sub-box.width100 {
                width: 100%;
                margin-bottom: 15px;
            }

            .white-box .white-box-detail .left-navigation .white-sub-box .address-icon {
                float: left;
                width: 45px;
            }

                .white-box .white-box-detail .left-navigation .white-sub-box .address-icon .fa {
                    width: 32px;
                    float: left;
                    text-align: center;
                    line-height: 30px;
                    background: #fff;
                    border: 1px solid #e6ad3a;
                    color: #e6ad3a;
                    border-radius: 50%;
                }

            .white-box .white-box-detail .left-navigation .white-sub-box .white-box-label.address-label {
                padding-left: 45px;
            }

            .white-box .white-box-detail .left-navigation .white-sub-box .white-box-data.address-data {
                padding-left: 45px;
            }

            .white-box .white-box-detail .left-navigation .white-sub-box .white-box-label {
                font-size: 11px;
                line-height: 12px;
                color: #a73c11;
                font-weight: 600;
                width: 100%;
                margin-bottom: 5px;
            }

            .white-box .white-box-detail .left-navigation .white-sub-box .white-box-data {
                font-size: 14px;
                font-weight: 600;
                line-height: 20px;
                color: #515151;
                width: 100%;
            }


    .white-box .white-box-detail.roll-permission .left-navigation .white-sub-box {
        padding-right: 100px;
    }

        .white-box .white-box-detail.roll-permission .left-navigation .white-sub-box .white-box-data {
            line-height: 40px;
        }

            .white-box .white-box-detail.roll-permission .left-navigation .white-sub-box .white-box-data .permision {
                display: inline-block;
                font-family: FontAwesome;
                font-size: 16px;
                font-weight: normal;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .white-box .white-box-detail.roll-permission .left-navigation .white-sub-box .white-box-data .yes:before {
                content: "\f00c";
                color: #1c7114;
            }

            .white-box .white-box-detail.roll-permission .left-navigation .white-sub-box .white-box-data .no:before {
                content: "\f00d";
                color: #bc0c0c;
            }


.welcome-page {
    position: relative;
    min-height: 360px;
    width: 100%;
    float: left;
}


    .welcome-page .welcome-bg-logo {
        background-image: url('../Images/logo-dashboard.png');
        background-repeat: no-repeat;
        width: 100%;
        float: left;
        position: absolute;
        min-height: 360px;
        background-position: center;
        opacity: 0.3;
        top: 0px;
    }


    .welcome-page .welcome-logo-client {
        max-width: 220px;
        float: left;
        height: auto;
        position: absolute;
        top: 0px;
        left: 0px;
    }

        .welcome-page .welcome-logo-client img {
            width: 100%;
            height: 100%;
        }


    .welcome-page .welcome-content {
        position: absolute;
        top: 120px;
        left: 0px;
        width: 100%;
        float: left;
        text-align: center;
        font-size: 24px;
        line-height: 36px;
        font-weight: 600;
    }


        .welcome-page .welcome-content span {
            font-size: 32px;
            line-height: 48px;
            font-weight: 700;
        }




.assessment-level2 {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    border: 1px dotted rgba(89, 155, 143, 1.0);
    padding: 5px;
}

    .assessment-level2 .assessment-level-name {
        padding: 4px 8px;
        float: left;
        color: #fff;
        width: 100%;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        background: rgba(89, 155, 143, 0.8);
    }

    .assessment-level2 .assessment-delete {
        display: block;
        float: right;
        right: 10px;
        top: 12px;
        color: #fff;
        font-size: 18px;
        position: absolute;
    }

    .assessment-level2 .theme-result-panel .panel-heading {
        padding: 0px;
    }

    .assessment-level2 .theme-result-panel {
        width: 100%;
        float: left;
        border: none !important;
        border-radius: 0px;
        margin-bottom: 10px;
        box-shadow: none !important;
    }

        .assessment-level2 .theme-result-panel .panel-default {
            border: none;
            width: 100%;
            float: left;
            border-radius: 0px;
        }

        .assessment-level2 .theme-result-panel ul li {
            margin: 0px 0;
            list-style-type: none;
            float: left;
            position: relative;
            padding: 0px 0px 0px 5px;
            width: 100%;
        }

            .assessment-level2 .theme-result-panel ul li::before {
                content: '';
                position: absolute;
                top: 0;
                width: 1px;
                height: 100%;
                right: auto;
                left: 0px;
                border-left: 1px solid #ccc;
                bottom: 50px;
            }

            .assessment-level2 .theme-result-panel ul li:last-child::before {
                height: 16px;
            }

        .assessment-level2 .theme-result-panel .panel-default .panel-collapse {
            width: 100%;
            float: left;
            padding-left: 17px;
        }

        .assessment-level2 .theme-result-panel .panel-group {
            margin-bottom: 0px;
            width: 100%;
            float: left;
        }

        .assessment-level2 .theme-result-panel .panel-heading {
            width: 100%;
            float: left;
            border-radius: 0px;
            position: relative;
            height: 32px;
            padding: 0px;
            background-color: #fff;
        }

            .assessment-level2 .theme-result-panel .panel-heading span {
                padding: 5px 25px 0px 5px;
                background: transparent;
                color: rgba(89, 155, 143, 1.0);
                position: relative;
                width: 100% !important;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                float: left;
            }

                .assessment-level2 .theme-result-panel .panel-heading span .fa {
                    font-size: 15px;
                    width: 25px;
                    text-align: center;
                    margin-right: 5px;
                }

            .assessment-level2 .theme-result-panel .panel-heading.collapsed span:before {
                content: "\f0d9 ";
                float: left;
                font-family: FontAwesome;
                line-height: 20px;
                position: absolute;
                font-size: 20px;
                right: 8px;
                width: 14px;
                text-align: center;
                left: inherit;
            }

            .assessment-level2 .theme-result-panel .panel-heading span:before {
                content: "\f0d7  ";
                float: left;
                font-family: FontAwesome;
                line-height: 20px;
                position: absolute;
                font-size: 20px;
                right: 8px;
                width: 14px;
                text-align: center;
                left: inherit;
            }

            .assessment-level2 .theme-result-panel .panel-heading:before {
                content: "";
                height: 16px;
                border-bottom: 1px solid #c1c1c1;
                width: 10px;
                background: transparent;
                position: absolute;
                left: -5px;
                border-left: 1px solid #c1c1c1;
                top: 0px;
            }

        .assessment-level2 .theme-result-panel .single-assessees {
            color: #333;
            background-color: #fff;
            border-color: #ddd;
            padding: 5px 18px 5px 9px;
            position: relative;
            cursor: pointer;
            word-break: break-word;
        }

            .assessment-level2 .theme-result-panel .single-assessees:hover {
                color: rgba(89, 155, 143, 1.0);
            }

            .assessment-level2 .theme-result-panel .single-assessees.active {
                color: rgba(89, 155, 143, 1.0);
                font-weight: bold;
            }

            .assessment-level2 .theme-result-panel .single-assessees .fa {
                font-size: 13px;
                width: 18px;
                text-align: center;
                margin-right: 2px;
                color: #BCBCBC;
            }

            .assessment-level2 .theme-result-panel .single-assessees .checkbox-theme {
                margin-top: 0px;
            }

                .assessment-level2 .theme-result-panel .single-assessees .checkbox-theme label {
                    margin-bottom: -1px;
                }

            .assessment-level2 .theme-result-panel .single-assessees:before {
                content: "";
                width: 10px;
                left: -4px;
                position: absolute;
                top: 15px;
                border-bottom: 1px solid #ccc;
            }

        .assessment-level2 .theme-result-panel .panel-heading.abcd:before {
            border: none !important;
        }

        .assessment-level2 .theme-result-panel label {
            padding-left: 0px !important;
        }









/* Custom css*/

.question-panel .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: pointer !important;
    opacity: 1 !important;
}

/* End */



.form-group.question-group {
    padding-right: 200px;
    position: relative;
    margin-bottom: 25px !important;
}


    .form-group.question-group .checkbox-button {
        float: left;
        position: absolute;
        top: 3px;
        right: 75px;
    }

    .form-group.question-group .btn-help {
        position: absolute;
        top: 6px;
        right: 0px;
    }



/*-------------------------------------------------------------------------------------------*/
.main-checkbox {
    padding-left: 56px !important;
    margin-top: 8px;
    height: 26px;
}

.theme-result-panel .panel-heading.arrow-theme {
    height: 16px;
    padding: 0px;
    float: left;
    width: auto;
    position: relative;
}


    .theme-result-panel .panel-heading.arrow-theme .arrow-icon {
        left: 6px;
        position: absolute;
        top: 10px;
    }

    .theme-result-panel .panel-heading.arrow-theme.collapsed .arrow-icon:before {
        content: "\f105 ";
        float: left;
        font: normal normal normal 14px/1 FontAwesome;
        line-height: 20px;
        position: absolute;
        left: 8px;
        width: 14px;
        text-align: center;
    }

    .theme-result-panel .panel-heading.arrow-theme .arrow-icon:before {
        content: "\f107 ";
        float: left;
        font: normal normal normal 14px/1 FontAwesome;
        line-height: 20px;
        position: absolute;
        left: 8px;
        width: 14px;
        text-align: center;
    }




    .categories-list-new {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.categories-list-new .list-button {
    float: left;
    background: #EEE;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 20px 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    color: #484848;
    position: relative;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.categories-list-new .list-button:hover {
    background: #FFD7D7;
    border: 1px solid #FF9F9F;
    color: #AB0000;
}
.categories-list-new .list-button:before {
    /*content: "\f00d";*/
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 5px;
    top: 6px;
}


/*password message*/
.password-message {
    background: #dee9c2;
    padding: 10px;
    border: 1px solid #91b532;
    border-radius: 3px;
    position: absolute;
    right: -395px;
    display: inline-block;
    width: 100%;
}

.password-message::before {
    content: "";
    border: 10px solid transparent;
    position: absolute;
    left: -20px;
    border-right-color: #91b532;
}

.password-message p {
    margin-bottom: 0;
}
/*password message*/


.breadcrumb-arrow {
    /*height: 36px;*/
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #f2f2f2;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}
    .breadcrumb-arrow ol {
        padding:5px
    }
.breadcrumb-arrow li:first-child a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}
/*.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}*/
.breadcrumb-arrow li span {
    padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
   background-color: #ddd;
    border: 1px solid #ddd;
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 11px
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #fff
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #ddd;
    border: 1px solid #ddd
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #ddd
}
.breadcrumb-arrow li a:active {
    background-color: #ddd;
    border: 1px solid #ddd
}
/*.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color:#fff
}*/
.breadcrumb-arrow li span {
    color: #434a54
}
.sidebar .sidebar-shortcuts {
        min-height: 45px !important;
}
.sidebar .hide-show {
   
    height: 45px !important;
    
}