﻿/******************** Styling: Common ********************/

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: default !important;
}

body {
    font-family: 'Open Sans', Arial !important;
    background-color: #F5F5F5;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background-color: #666666 !important;
    border-color: #666666 !important;
}

    .btn-primary:focus {
        background-color: #126B73 !important;
        border-color: #126B73 !important;
    }

body.skin-smart nav .footer-copyright {
    background-color: #555555 !important;
    color: #B1B1B1 !important;
}

#wrapper {
    padding: 0px;
}

.container-fluid {
    max-width: 1366px !important; /* This controls the maximum display width of the elements. If you need full width, just set it to 100% */
    /*commented - footer showing shadow*/
    /*box-shadow: 0 0 20px rgba(0,0,0,0.05);*/
}

.page-heading {
    background-color: white;
    padding: 10px 10px 15px 10px;
}

.hidden-item {
    display: none;
}

.modal {
    overflow-y: auto;
}

label:empty {
    display: none;
}

.draggable {
    cursor: move;
}

.not-draggable {
    cursor: default !important;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutter > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

/******************** Styling: Top Navigation ********************/

body.skin-smart nav .navbar-logo-sg {
    text-align: right;
}

body.skin-smart .navbar-fixed-top {
    background: #FFF !important;
    border-bottom: 1px solid #dddddd !important;
}

.navbar-link-text {
    color: #555555 !important;
}

    .navbar-link-text:hover {
        text-decoration: underline;
    }

body.skin-smart .navbar-fixed-top {
    height: 70px !important;
}

/******************** Styling: Side Navigation ********************/

li.nav-header.dropdown.profile-element.text-center {
    background: #AB1D39 !important;
    padding-bottom: 44px !important;
}

body.skin-smart .navbar-static-side, body.skin-smart .nav-header {
    background: #384042 !important;
}

body.skin-smart nav .nav-second-level, body.skin-smart nav .nav-third-level {
    background: #31383A !important;
}

body.skin-smart nav ul > li.active {
    border-left: 2px solid #31383A;
}

.nav-second-level > li.active, .nav-second-level > li:hover, .nav-third-level > li.active, .nav-third-level > li:hover {
    border-left: 2px solid #AB1D39 !important;
}

body.skin-smart nav ul > li > a:hover, body.skin-smart nav ul > li > a:active, body.skin-smart nav ul > li > a:focus {
    background: #2C3334 !important;
}

body.skin-smart nav ul > li.active > a {
    background: #2C3334 !important;
    font-weight: bold !important;
}

body.skin-smart nav ul > li > a:hover {
    background: #2C3334 !important;
}

body.skin-smart nav ul > li > a:active {
    background: #2C3334 !important;
}

/******************** Styling: Table Contents ********************/

.ibox-theme-border {
    /*border-top: 2px solid #AB1D39 !important;*/
    padding: 10px;
}

.hr-line-dashed {
    background-color: #AB1D39 !important;
}

/*th.k-header, .k-grid-header th.k-header > .k-link {
    background-color: #AB1D39 !important;
}*/

/******************** Styling: Nav Tabs ********************/

.nav-tabs {
    border-bottom: 0px;
}

    .nav-tabs > li > a {
        border-style: none;
    }

    .nav-tabs > li.active > a {
        background-color: #AB1D39 !important;
        border-color: #AB1D39 !important;
        color: white !important;
    }

/******************** Styling: SummerNote ********************/

.note-editor.note-frame {
    border-color: #E5E6E7 !important;
    border-radius: 2px;
}

/******************** Styling: Example ********************/
.example-position {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100%;
}

/******************** Styling: Add qn template - Textarea ********************/
.textarea-drag {
    resize: vertical;
}

/******************** Styling: Action buttons ********************/
.icon-style {
    color: #666;
    padding-right: 3px;
    cursor: pointer;
}

/******************** Styling: Ellipsis for public summary ********************/
.publish-summary {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/******************** Styling: Example Hyperlink ********************/
.example-link {
    text-decoration: underline;
}

.heading-custom {
    color: #2a7a82;
    font-size: 1.6em;
    font-weight: 400;
    padding: 20px 0 !important;
    text-align: left;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 0;
}

.heading-custom strong.heading-title {
    font-weight: 400;
}


.heading-custom span {
    display: block;
    font-size: 0.5em;
    font-weight: 600;
    margin-top: 10px;
    line-height: 100%;
}

.heading-custom strong {
    font-weight: 600;
}

.heading-custom span.font-small {
    font-weight: 400;
    color: #666;
    font-size: 14px;
    margin-top: 0;
}

.heading-footer .heading-custom {
    margin: 0;
    border-top: 3px solid #ddd;
}
