﻿/*
    This is a custom CSS style class for web.PUBLIC
*/


/* Data Validation Labels */
.data-label {
    font-weight: 400;
}

.k-state-error {
    border: 1px solid #ed5565;
}

.required-field:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.btn-link {
    color: #337ab7;
    padding: 0;
}

.textarea-left {
    white-space: pre;
    text-align: left !important;
}

.loader {
    margin-left: 50%;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #1ab394;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ibox Wrapper */
.ibox {
    background-color: #ffffff;
}
.ibox-title {
    border-top: 2px solid #19AA8D;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.hr-dashed {
    border-top: 1px dashed #19AA8D;
    border-bottom: none;
    margin: 0 20px 0 20px;
}

.ibox-content {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
}

/*Login Screen CSS*/
.login-wrapper {
    background-color: #eeeeee;
    padding: 5px 40px 40px 40px;
    border-radius: 8px;
    border-top: 3px solid #c7ac56;
}

.image-bg {
    background-image: url("~/Baseline/img/login-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.login-logo {
    display: block;
    margin: 25px auto 5px auto;
}

.login-logo-text {
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 100;
}

.navbar-logo-text {
    text-align: center;
    color: #ffffff;
}

.white-color {
    color: #dddddd;
}

.black-color {
    color: #333333;
}

/* STYLE CUSTOM */

/*Custom Style*/
#wrapper {
    background-repeat: no-repeat;
    background-color: #005F9F;
}

.form-control:focus {
    border-color: #0076C7 !important;
}

.ibox-theme-border {
    border-top: 2px solid #0076C7;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-radius: 5px;
}

.hr-line-dashed {
    background-color: #0076C7;
}

.white-color {
    color: #dddddd;
}

.black-color {
    color: #333333;
}

.loader {
    border-top: 10px solid #0076C7;
    margin-left: 46%;
}

.clearfix {
    clear: both;
}

body {
    padding: 0 !important;
}

/*Z-Index Positioning*/
.k-pager-numbers, .k-pager-nav {
    z-index: 5000;
}

.header-static {
    z-index: 5100;
}

.k-state-expanded {
    z-index: 5101;
}

.k-animation-container {
    /*z-index: 6000 !important;*/
}

.navbar {
    z-index: 999991 !important;
}

.navbar-static-side {
    z-index: 999991 !important;
}

.modal-backdrop {
    z-index: 999992 !important;
}

.modal {
    z-index: 999993 !important;
}

/*General CSS Replacement*/
.btn-primary {
    background-color: #0076C7 !important;
    border-color: #005F9F !important;
}

    .btn-primary:hover {
        background-color: #005F9F;
        border-color: #00538B;
    }

    .btn-primary:active {
        background-color: #004777 !important;
        border-color: #00538B !important;
    }

    .btn-primary:focus {
        background-color: #005F9F;
        border-color: #00538B;
    }

    .btn-primary:disabled {
        background-color: #3392D2;
        border-color: #1984CC;
    }

/*Breadcrumb*/
@media (max-width: 767px) {
    .title-action {
        padding-top: 0px;
    }
}

/*Static header*/
.page-heading {
    top: 60px;
}

.page-footer {
    bottom: 0;
    padding-top: 20px;
}

/* Fix Position*/
.header-static {
    position: fixed;
    width: 100%;
    transition: all 0.4s ease;
}

/*Modal*/
.modal {
    -webkit-backface-visibility: hidden !important;
}

/*Login Screen CSS*/
.login-wrapper {
    background-color: #eeeeee;
    padding: 5px 40px 40px 40px;
    border-radius: 8px;
    border-top: 3px solid #0076C7;
}

.image-bg {
    background-image: url("../../img/login-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.login-logo {
    display: block;
    width: 300px;
    margin: 25px auto 5px auto;
}

.login-logo-text {
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 100;
}

/*NAV Menu*/
/*body.canvas-menu nav #side-menu {
    display: block !important;
}

body.fixed-sidebar nav #side-menu {
    display: block !important;
}*/
/*fix for jquery 3.1.1 upgrade issue*/
body.canvas-menu.mini-navbar nav #side-menu {
    display: block !important;
    opacity: 1 !important;
}

body.fixed-sidebar nav #side-menu {
    display: block !important;
    opacity: 1 !important;
}

body.fixed-sidebar.mini-navbar nav #side-menu {
    display: none !important;
}

.fixed-nav .slimScrollDiv #side-menu {
    padding-bottom: 150px;
}

body.skin-smart .slimScrollDiv .footer-copyright {
    padding-top: 20px;
    padding-bottom: 65px;
}

body.skin-smart nav .navbar-logo {
    width: 200px;
}

body.skin-smart nav .navbar-logo-text {
    text-align: center;
    color: #dddddd;
}

body.skin-smart nav .nav-header {
    background-color: transparent;
    background-image: none;
    padding-top: 10px;
    padding-bottom: 25px;
}

body.skin-smart nav .profile-icon {
    float: left;
}

body.skin-smart nav .full-name {
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.skin-smart nav .caret {
    position: absolute;
    right: -10px;
    top: 8px;
}

body.skin-smart nav .dropdownprofile-toggle {
    background-color: transparent !important;
}

body.skin-smart nav .dropdown-menu a {
    color: #000000 !important;
    font-weight: normal !important;
}

    body.skin-smart nav .dropdown-menu a:hover {
        background-color: #f5f5f5 !important;
        font-weight: normal !important;
    }

body.skin-smart nav .navbar-header-center {
    margin-top: 10px;
    margin-left: 20px;
    float: left;
}

body.skin-smart .navbar-fixed-top {
    background: url("../../img/navtop_bg.jpg");
    border-bottom: 0px !important;
    height: 60px;
}

body.skin-smart .navbar-static-side, body.skin-smart .navbar-static-side a {
    color: #dddddd !important;
    font-weight: 500 !important;
}

body.skin-smart .navbar-static-side, body.skin-smart .nav-header {
    background: #005F9F !important;
}

body.skin-smart nav .nav-second-level, body.skin-smart nav .nav-third-level {
    background: #005F9F !important;
}

    body.skin-smart nav .nav-second-level > li > a {
        padding-left: 40px !important;
    }

    body.skin-smart nav .nav-third-level > li > a {
        padding-left: 60px !important;
    }

body.skin-smart nav ul > li.active {
    border-left: 2px solid #BB1335;
}

    body.skin-smart nav ul > li.active, body.skin-smart nav ul > li.active > a {
        background: #337FB2 !important;
        font-weight: bold !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: #337FB2 !important;
    font-weight: bold !important;
}

body.skin-smart nav .footer-copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #005F9F;
    font-size: 10px;
    color: #84cbff;
}

body.skin-smart .nav > li.active.ibox-theme-tab {
    background: none;
    border: none;
}

body.skin-smart .nav > li.ibox-theme-tab > a {
    color: #777777;
}

body.skin-smart .nav > li.ibox-theme-tab > a:hover {
    color: #222222;
}

@media (max-width: 425px) {
    body.skin-smart .navbar-static-side {
        width: 66% !important;
    }

    body.skin-smart nav .dropdown-menu {
        min-width: 100% !important;
    }
}

@media (min-width: 426px) {
    body.skin-smart .navbar-static-side {
        max-width: 220px;
    }
}

/*Dropdownlist fix width*/
.dropdownlist-fix-width {
    width: 100% !important;
    max-width: 250px !important;
}

    .dropdownlist-fix-width .k-input, .dropdownlist-fix-width .k-select {
        background-color: #0076C7 !important;
        border-color: #005F9F !important;
        color: #fff !important;
    }

    .dropdownlist-fix-width .k-input {
        height: 2em !important;
    }

/*License menu switch from tab to dropdownlist*/
.license-tab-menu {
    display: block !important;
}

.license-ddl-menu {
    display: none !important;
}

@media (max-width: 768px) {
    .license-tab-menu {
        display: none !important;
    }

    .license-ddl-menu {
        display: block !important;
    }
}

/*Kendo UI Customize Style*/
.k-grid {
    border: 0;
}

    .k-grid table {
        table-layout: fixed;
        border: 1px solid #dddddd;
    }

.k-grid-content {
    overflow-x: hidden;
    overflow-y: hidden;
}

.k-pager-wrap {
    background-color: white;
    border: 0;
}

.k-pager-input {
    padding: 0 0.5em;
}

.k-tooltip {
    background: #ffffff !important;
    color: #000000 !important;
}

.k-pager-nav + .k-link {
    border-right: 1px solid #ccc;
}

th.k-header, .k-grid-header th.k-header > .k-link {
    /*background-color: #428bca;*/
    color: white;
}

.k-grid-header th.k-header {
    font-weight: bold;
}

.k-pager-numbers .k-link, .k-pager-wrap {
    line-height: 2.31em;
}

.k-detail-row .form-group {
    margin-bottom: 30px;
}

.k-detail-row .detailTemplateLabel {
    margin-bottom: 0;
}

.k-button, .k-widget {
    -webkit-box-shadow: none;
    box-shadow: none;
}

span.kendoDropDown {
    width: 100%;
}

.kendoGridResponsiveFloat {
    float: right;
}

@media (max-width: 768px) {
    .kendoGridResponsiveFloat {
        float: left;
    }
}

/*Accordion Style*/
.accordion-group .accordion-section {
    cursor: pointer;
    border: none;
    outline: none;
}

.accordion-group .accordion-section-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-group .accordion-section.active {
    color: #005F9F;
    font-weight: 500;
}

.accordion-group .accordion-section:hover {
    color: #005F9F;
}

.accordion-group .accordion-section:after {
    content: "\f0da"; /* Unicode character for "plus" sign (+) */
    font-family: FontAwesome;
    font-size: 20px;
    float: left;
    padding: 3px;
    margin-right: 5px;
}

.accordion-group .accordion-section.active:after {
    content: "\f0d7"; /* Unicode character for "minus" sign (-) */
}

/*Add Supporting Document*/
#btnAddSupportingDocument {
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    #grid-attachments .gridDesktop {
        display: none;
    }
}

@media (min-width: 1025px) {
    #grid-attachments .gridMobile {
        display: none;
    }
}