span.error {
    margin-left: 2px;
}

.error {
    color: #a21309 !important;
    border-color: #c51b0c !important;
    font-size: 12px;
}

.div_error {
    border-color: #c51b0c;
}

#divState {
    margin-bottom: 0;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.verification-code {
    height: 100px;
    font-size: 36px;
    line-height: 40px;
}

.email-cell-verification-code {
    height: 100px;
    font-size: 26px;
    line-height: 36px;
}

.loader {
    margin: 0 auto;
    width: 250px;
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    z-index: 10000;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    text-align: center;
    top: 50%;
    pointer-events: none;
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    animation: rotate 2s linear infinite;
    height: 35%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/****************dropdown css 20-06-2019******************/

.search_menu_dropdown ul li a {
    font-weight: 600;
    font-size: 16px;
}

.search_menu_dropdown ul li a i {
    height: 40px;
    width: 40px;
    background-size: 40px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.search_menu_dropdown ul li a span {
    vertical-align: middle;
    display: inline-block;
    padding-top: 10px;
}

.search_menu_dropdown ul li a:hover {
    background-position: 0 0;
    background-color: #ddd
}

.search_menu_dropdown,
.search_box input,
.search_box .search_btn,
.search_box {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.search_menu_dropdown {
    width: auto;
    display: inline-block;
    margin-right: 3px
}

.search_menu_dropdown .dropdown-toggle {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding: 7px;
    border-radius: 50%;
    background-image: linear-gradient(-50deg, red, yellow);
    color: #fff !important;
}

.search_box {
    height: 50px;
    padding: 6px 0;
    margin-top: 5px;
}

.search_box input {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    min-width: 220px;
    float: left;
}

.search_box .search_btn .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    box-shadow: none;
    border: 1px solid #ddd;
    height: 36px;
    background-color: #fff;
    color: #666;
    outline: none;
}

@media (max-width: 600px) {
    .circular {
        height: 50% !important;
    }

    .google-recaptcah-size {
        transform: scale(0.78) !important;
        transform-origin: 0 0 !important;
        -webkit-transform: scale(0.78) !important;
        -webkit-transform-origin: 0 0 !important;
    }
}

@media (max-width: 640px) {
    .google-recaptcah-size {
        transform: scale(0.78) !important;
        transform-origin: 0 0 !important;
        -webkit-transform: scale(0.92) !important;
        -webkit-transform-origin: 0 0 !important;
    }
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 2s ease-in-out infinite;
    stroke-linecap: round;
    stroke-width: 3px;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {

    100%,
    0% {
        stroke: #b01312;
    }

    50% {
        stroke: #1073AE;
    }

    100% {
        stroke: #F6871F;
    }
}

.back-drop {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #f8f4f3;
    opacity: 0.4;
    z-index: 10000;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.google-recaptcah-size {
    transform: scale(0.92);
    transform-origin: 0;
    -webkit-transform: scale(0.92);
    -webkit-transform-origin: 0 0;
}

.multiselect-container>li a {
    padding: 0px 8px !important;
}

/* .select2_default_required {
    border-radius: 1px;
    border: 1px solid red;
} */

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}

.panel-accordion {
    cursor: pointer;
}

.text-border-danger {
    border-bottom: 1px solid #DA0E00;
    color: #DA0E00
}

.bg-danger-new {
    background-color: #DA0E00;
    border-color: #DA0E00;
    color: #fff
}

.text-danger-new {
    color: #DA0E00
}

.bg-blue.plus {
    width: 40px;
    padding: 8px;
    margin-left: 15px;
}

.info-icon {
    color: #1c6c9c;
}

.info-icon:hover {
    color: #333;
}

select.myErrorClass {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #cc0000 !important;
    background-color: #f3d8d8 !important;
    background-image: url(http://goo.gl/GXVcmC) !important;
    background-position: 50% 50% !important;
    background-repeat: repeat !important;
}

.select2-selection__placeholder {
    font-size: 13px !important;
}

.select2-selection__rendered {
    margin-top: 0px !important;
}

.select2-selection__clear {
    margin-top: 5px !important;
}

/* .text-muted{
    top: 5px;
} */

.select2_default_required {
    border-radius: 3px !important;
    border: 1px solid red !important;
    height: 38px;
}

.selection__clear {
    margin-top: 5px !important;
}

.has-error .select2-selection {
    border: 1px solid #a94442;
    border-radius: 4px;
}

.has-feedback label~.form-control-feedback {
    top: 30px !important;
}

#radioBtn .notActive {
    color: #3276b1;
    background-color: #fff;
}

.custom .checkbox input[type=checkbox] {
    display: none;
}

.custom .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 14px;
}

.custom .checkbox label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: url(../../assets/images/checkbox.png) no-repeat;
    background-size: 18px;
    top: 1px;
}

.custom .checkbox label:before {
    border-radius: 0px;
}

.custom .checkbox input[type=checkbox]:checked+label:before {
    content: "";
    background: url(../../assets/images/checkbox-act.png) no-repeat;
    background-size: 18px;
}

@media (max-width:1200px) {
    .center_block {
        display: table;
        float: none !important;
        margin: 0px auto !important;
    }

    .inc_btn {
        display: table;
        float: none !important;
        margin-top: 15px;
    }
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    top: 25% !important;
}

/* @media (min-width:768px) and (max-width:1200px){
    .exp_icon{  z-index: 1 !important;}
} */

.exp_icon {
    background: url(../../assets/icon/required-icon.png) no-repeat center center;
    /* #cc0000 url(../../assets/images/error_icon.png) no-repeat center center; */
    background-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 36px;
    border-radius: 2px 0px 0px 2px;
    z-index: 10;
    margin-top: 22px;
}

.form-control.withicon {
    padding-left: 42px;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    color: #000;
}

/* arrow icon (span tag) */

#back-top span {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(../../assets/images/up-arrow.png) no-repeat center center;
    background-size: 20px;
    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 100%;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover span {
    background-color: #777;
}

.invalid-error {
    font-size: 12px !important;
    color: #ea0909 !important;
}

.custom-model-size .modal-dialog {
    width: 80%;
    max-height: 80%;
    padding: 0;
}

.custom-model-size .modal-content {
    max-height: 99%;
}

.text-left {
    text-align: left !important;
}

.sub-table {
    border: 1px solid #e5e5e5;
}

.sub-table thead {
    background: #e5e5e5;
}

.sub-table th,
td {
    padding: 7px !important;
}

.is-invalid {
    border: 1px solid red;
}

.edit-icon {
    color: #0a5d00;
}

.delete-icon {
    color: #ff0000;
}

.action-icon {
    padding: 0px 5px;
    font-size: 20px;
    cursor: pointer;
}

.width-100 .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.hidden-div {
    width: 100%;
    background: transparent;
    height: 37px;
    position: absolute;
    top: 0px;
    z-index: 9999;
}

.invalid-group-input {
    border: 1px #cc0000 solid;
}

.TwoTierSelectDisabled {
    background-color: #fafafa !important;
    cursor: not-allowed !important;
}

/* css - To show Multiselect Placeholder in full width  :- Jignesh Zala */

.select2-search__field {
    width: 100% !important;
}

.form-control.textbox[disabled]+.ui-icon-delete {
    display: none !important;
}

@media (max-width: 1199px) {
    .margin-bottom {
        margin-bottom: 10px;
    }
}

/* .custom .checkbox input[type=checkbox] {
    display: none;
}

.custom .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 14px;
}

.custom .checkbox label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: url(assets/images/checkbox.png) no-repeat;
    background-size: 18px;
    top: 1px;
}

.custom .checkbox label:before {
    border-radius: 0px;
}

.custom .checkbox input[type=checkbox]:checked+label:before {
    content: "";
    background: url(assets/images/checkbox-act.png) no-repeat;
    background-size: 18px;
} */

/*----vijay---1042018--*/

.login-container .footer {
    bottom: 0;
}

/* .alert {
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    top: 60px;
    z-index: 100000;
    width: 90%;
    display: table;
    left: 0;
    right: 0;
    display: table;
    margin: 0px auto; box-shadow: 0 6px 12px 0px rgba(0,0,0,0.15);} */

a.menu-control {
    padding: 10px;
    color: #fff;
    margin-top: 6px;
    float: left;
}

body.pattern .content-wrapper {
    background: url(../images/new/pattern.png) repeat left top !important;
    min-height: 100vh
}

.content-wrapper .page-header-default {
    background-color: transparent !important;
}

.breadcrumb-line:first-child {
    border-bottom: 0px !important;
    background: #fff;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.sec-head h4 .title {
    color: #fff;
    font-size: 18px;
}

.sec-head {
    padding-bottom: 15px;
    width: 100%;
    float: left;
}

.sec-head h4 {
    width: auto;
    float: left;
    margin: 0px;
    padding: 0px;
}

.sec-head .btn-area .btn.btn-green {
    margin-left: 10px;
}

.panel {
    background: #fff;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.box-card {
    background: #fff;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.btn-area {
    float: right;
}

.btn-area .btn {
    display: inline-block;
}

.btn.btn-bordered {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    width: 89px;
    color: #484848;
    font-weight: 700;
}

.btn.btn-green {
    border-radius: 4px;
    background-color: #4caf50;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
    width: 89px;
    color: #fff;
    font-weight: 700;
}

.btn.btn-green:hover,
.btn.btn-green:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.btn.btn-bordered:hover,
.btn.btn-bordered:focus {
    text-decoration: none;
    outline: none;
    color: #484848;
}

.progressbar-box {
    width: 100%;
    float: left;
    padding: 15px 15px 0px;
    box-sizing: border-box;
}

.progressbar-box h4 {
    color: #0f3a54;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
}

.progressbar-box #div_progress {
    width: 100%;
    margin: 15px 0;
}

#div_progress {
    position: relative;
}

.percent {
    display: block;
    font-size: 11px;
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
}

.progressbar-box #div_progress .bg-gradian,
.progressbar-box #div_progress .progress {
    border-radius: 100px;
}

.progressbar-box #div_progress .progress {
    height: 18px !important;
}

.input-group .form-control {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.parent-box {
    width: 100%;
    float: left;
}

.sidenav {
    background: #fff;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.sidenav .sidebar-content {
    padding-bottom: 0px;
}

.sidenav .navigation {
    padding: 0px;
}

.sidenav .navigation li+li {
    margin-top: 0px;
}

.sidenav .navigation li a {
    color: #484848 !important;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 12px 10px 12px 0px;
    border-bottom: 1px solid #999;
    box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.3) !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
}

.sidenav .navigation li a:hover {
    background-color: rgba(47, 106, 155, 0.2);
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
}

.sidenav .navigation li.active {
    background-color: #2f6a9b !important;
}

.sidenav .navigation li.active a {
    color: #fff !important;
}

.sidenav .navigation-alt>li.active:after {
    width: 10px;
    height: 10px;
    top: 20px;
    left: auto;
    right: -5px;
    background: #2f6a9b;
    margin-left: 0;
}

.sidenav .navigation li a.disabled {
    background-color: #e4e4e4;
    border-color: #999;
    box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.3) !important;
}

.sidenav .navigation b {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    position: relative;
    top: -2px;
    float: left;
    margin: 0 5px 0 10px;
    width: 26px;
    height: 24px;
}

.sidenav .navigation li b.basic-icon {
    background: url(../images/new/basic.png) no-repeat -0px -0px;
    background-size: 24px;
}

.sidenav .navigation li.active b.question {
    background: url(../images/info_14.svg) no-repeat -0px -0px;
    position: absolute;
    top: 17px;
    margin: 0 0px 0 0px !important;
}

.sidenav .navigation li b.question {
    background: url(../images/info_14_1.svg) no-repeat -0px -0px;
    position: absolute;
    top: 17px;
    margin: 0 0px 0 0px !important;
}

.sidenav .navigation li.active b.basic-icon {
    background: url(../images/new/basic.png) no-repeat -0px -24px;
    background-size: 24px;
}

.sidenav .navigation li b.supp-icon {
    background: url(../images/new/ems.png) no-repeat -0px -0px;
    background-size: 24px;
}

.sidenav .navigation li.active b.supp-icon {
    background: url(../images/new/ems.png) no-repeat -0px -24px;
    background-size: 24px;
}

.sidenav .navigation li b.fire-icon {
    background: url(../images/new/fire.png) no-repeat -0px -0px;
    background-size: 24px;
}

.sidenav .navigation li.active b.fire-icon {
    background: url(../images/new/fire.png) no-repeat -0px -24px;
    background-size: 24px;
}

.sidenav .navigation li b.stru-icon {
    background: url(../images/new/build.png) no-repeat -0px -0px;
    background-size: 24px;
}

.sidenav .navigation li.active b.stru-icon {
    background: url(../images/new/build.png) no-repeat -0px -24px;
    background-size: 24px;
}

.sidenav .navigation li b.civi-icon {
    background: url(../images/new/user.png) no-repeat -0px -0px;
    background-size: 24px;
}

.sidenav .navigation li.active b.civi-icon {
    background: url(../images/new/user.png) no-repeat -0px -24px;
    background-size: 24px;
}

.sidenav .navigation li b.serv-icon {
    background: url(../images/new/serv.png) no-repeat -0px -0px;
    background-size: 24px;
}

.sidenav .navigation li.active b.serv-icon {
    background: url(../images/new/serv.png) no-repeat -0px -24px;
    background-size: 24px;
}

.sidenav .navigation li b.supp-icon {
    background: url(../images/new/ems.png) no-repeat -0px -0px;
    background-size: 24px;
}

.sidenav .navigation li.active b.supp-icon {
    background: url(../images/new/ems.png) no-repeat -0px -24px;
    background-size: 24px;
}

.sidenav .navigation li b.hazm-icon {
    background: url(../images/new/haz.png) no-repeat -0px -0px;
    background-size: 24px;
}

.sidenav .navigation li.active b.hazm-icon {
    background: url(../images/new/haz.png) no-repeat -0px -24px;
    background-size: 24px;
}

.sidenav .navigation li b.wild-icon {
    background: url(../images/new/wild.png) no-repeat -0px -0px;
    background-size: 24px;
}

.sidenav .navigation li.active b.wild-icon {
    background: url(../images/new/wild.png) no-repeat -0px -24px;
    background-size: 24px;
}

.sidenav .navigation li b.app-icon {
    background: url(../images/new/resorce.png) no-repeat -0px -0px;
    background-size: 24px;
}

.sidenav .navigation li.active b.app-icon {
    background: url(../images/new/resorce.png) no-repeat -0px -24px;
    background-size: 24px;
}

.sidenav .navigation li b.pers-icon {
    background: url(../images/new/perso.png) no-repeat -0px -0px;
    background-size: 24px;
}

.sidenav .navigation li.active b.pers-icon {
    background: url(../images/new/perso.png) no-repeat -0px -24px;
    background-size: 24px;
}

.sidenav .navigation li b.arso-icon {
    background: url(../images/new/arson.png) no-repeat -0px -0px;
    background-size: 24px;
}

.sidenav .navigation li.active b.arso-icon {
    background: url(../images/new/arson.png) no-repeat -0px -24px;
    background-size: 24px;
}

ol.steps {
    margin-bottom: 0px;
}

.steps__item {
    border: 0px;
}

/* #ol_head_section { width: 100%; float: left; z-index: 1; position: relative; } */

#ol_head_section {
    z-index: 1
}

#ol_head_section {
    width: 100%;
    float: left;
    position: relative;
}

#ol_head_section ol.steps {
    overflow: visible;
    padding-left: 0;
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

#ol_head_section ol.steps li {
    height: 52px;
    display: table;
    background: #d9d9d9;
}

#ol_head_section ol.steps li:last-child a {
    border: 0px;
}

#ol_head_section ol.steps li.steps__item--active {
    background: #2f6a9b;
    box-shadow: 0 3px 6px 0px rgba(47, 106, 155, 0.4), inset 1px 1px 0px rgba(255, 255, 255, 0.3) !important;
}

#ol_head_section ol.steps li a {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #fff;
    text-align: center;
}

#ol_head_section ol.steps li a:hover {
    background-color: rgba(47, 106, 155, 0.2);
}

#ol_head_section ol.steps li .status-icon {
    width: auto;
    text-align: center;
    margin-bottom: 5px;
    float: none;
    display: inline-block;
}

#ol_head_section ol.steps li .status-icon i {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

#ol_head_section ol.steps li span.text {
    width: auto;
    float: none;
    margin-top: 2px;
    margin-left: 5px;
    display: inline-block;
}

@media (max-width: 866px) {

    #ol_head_section ol.steps li span.text {
        margin-left: 0px;
    }

    .warning-icon {
        width: auto;
    }
}

@media (max-width: 768px) {

    #ol_head_section ol.steps li span.text {
        margin-left: 5px;
    }

    .warning-icon {
        width: 22px;
    }
}

#ol_head_section ol.steps .steps__item::after {
    display: none;
}

#ol_head_section ol.steps .steps__item--active::after {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: auto;
    bottom: -7px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: '';
    z-index: 2;
    background: inherit;
    margin: 0 auto;
    border-color: transparent;
}

.form-content .box-con {
    padding-right: 2px;
    z-index: 0;
}

.form-content .box-con .panel {
    border-radius: 0px;
    display: table;
    border: 0px;
    width: 100%;
}

.form-content .box-con .panel-body {
    width: 100%;
    float: left;
    background: #fff;
}

.form-content .box-con {
    width: 100%;
    float: left;
}

.divider {
    border-top: 1px solid #e5e5e5;
    width: 100%;
    float: left;
    margin: 15px 0;
}

.disabled {
    cursor: not-allowed !important;
    /* opacity: 0.6; */
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    /* border-radius: 3px 3px 0 0; */
}

.popover {
    border-top: 2px solid #1c6c9c;
    border-left: 2px solid #1c6c9c;
    border-right: 2px solid #1c6c9c;
    border-bottom: 2px solid #1c6c9c;
    /* border-radius: 6px; */
    box-shadow: 5px 5px 15px #888888;
}

.popover.right .arrow:after {
    border-right-color: #1c6c9c;
    left: 1px;
}

.navbar-brand {
    margin-left: 30px;
}

a.menu-control {
    position: absolute;
    left: 8px;
}

/*********20-3-2019*******/

.bootstrap-datetimepicker-widget .btn {
    box-shadow: none !important
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 20em !important;
}

/* .box-card #exposure_id{z-index: 0;} */



/* @media screen and (max-width:1023px) {
    .navbar-brand {
        margin-left: 0px;
        padding-left: 5px;
    }
} */



/*---new theme vijay---*/

.filter-head.panel-primary {
    width: 100%;
    float: left;
}

.filter-head.panel-primary>.panel-heading {
    background: #0f3a54;
    box-shadow: 0 0 0, inset 1px 1px 0px rgba(255, 255, 255, 0.3);
    padding: 10px 15px !important;
}

.filter-head h3.panel-title {
    font-size: 14px !important;
    font-weight: bold;
    color: #fff;
}

.filter-head.panel-collapsed {
    border-bottom: 0px;
}

.filter-head.panel-collapsed .panel-heading {
    border-radius: 0px !important;
    border-color: transparent !important;
}

.filter-head .panel-heading {
    border-radius: 0px 0px 0 0 !important;
}

.filter-head .panel-footer {
    background: #f2f2f2;
    border-top: 1px solid #ccc;
    width: 100%;
    float: left;
    padding: 10px 15px !important;
    box-sizing: border-box;
}

.filter-head .icons-list a[data-action]:after {
    font-family: icomoon;
    margin-top: 0px !important;
    font-size: 24px !important;
    min-width: 24px !important;
    text-align: center;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 6px;
}

.filter-head .icons-list a.rotate-180[data-action]:after {
    top: -4px;
}

.panel {
    border: 0;
}

.panel-body {
    padding: 15px !important;
}

.section .panel-heading {
    background: #2f6a9b;
    /* padding: 15px !important; */
    width: 100%;
    border-radius: 0 0 0 0 !important;
}

.section .panel-heading h3 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.right-btn-group {
    text-align: right;
    margin-top: 5px;
}

.section .panel-body {
    /* padding: 15px !important; */
    width: 100%;
    float: left;
    background: #fff;
}

.btn {
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 0px rgba(255, 255, 255, 0.3) !important;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border: 0px;
}

.btn-default {
    background-color: #fff;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 0px rgba(255, 255, 255, 0.3);
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #666;
    line-height: 31px;
    padding: 0 14px;
    text-decoration: none;
}

.form-control {
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.15) !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
}

.form-control.div_error {
    border: 1px solid red !important;
}

.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
    /* box-shadow: none !important; */
    border-radius: 3px 3px 3px 3px;
    border-color: #ccc !important;
    /* background-color: #dbebf6; */
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.form-control.daterange-basic {
    border-radius: 0 3px 3px 0px !important;
}

.input-group .form-control.daterange-single {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

/* .SpaceO .expandIcon {background-color: #dbebf6 !important;} */

.SpaceO {
    box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 3px !important;
}

.select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-results__option {
    font-size: 13px;
}

.select2-selection--multiple .select2-selection__rendered {
    padding: 5px;
}

.select2-selection__choice {
    font-size: 12px;
    height: 27px;
    padding: 5px 8px !important;
}

.select2-selection--single .select2-selection__clear:after {
    position: relative;
    top: -2px;
    background: #9d9696;
}

.select2_default_required {
    height: auto !important;
}

label {
    font-size: 13px;
    font-weight: bold;
    color: #444;
    float: left;
    line-height: 15px;
    margin-right: 10px;
    width: 100%;
}

.navbar-nav>.dropdown-user img {
    max-width: 38px;
    width: 38px;
    max-height: 38px !important;
    height: 38px;
}

.table-responsive table thead tr {
    background: #dbebf6;
}

.table-responsive table tbody tr:nth-child(odd) {
    background: #fdfdfd;
}

.table-responsive tbody tr:nth-child(even) {
    background: #eee;
}

/* .table-responsive table tr:hover td {
    background: #ffebd1;
} */
.table-responsive table tr:hover {
    background: #ffebd1 !important;
}

.table-responsive table .btn.btn-xs {
    padding: 0 8px !important;
    box-sizing: border-box;
}


/* .table-responsive table thead tr th, table tbody tr td { width: auto !important;  } */

.table-responsive table thead tr th {
    border-right: 1px solid #dfdfdf;
    text-align: left !important;
    vertical-align: middle;
    font-size: 14px !important;
    box-sizing: border-box;
}

.table-responsive table tbody tr td {
    border-right: 1px solid #dfdfdf;
    padding: 12px 15px !important;
    text-align: left !important;
    vertical-align: middle;
    font-size: 14px !important;
    box-sizing: border-box;
}

.custom .checkbox label {
    line-height: 21px;
}

/*.sec-head h4 .title {
   color: #444;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}*/

.navigation-main>li>a {
    color: rgba(255, 255, 255, 0.7);
    padding: 11px 5px;
}

.navigation-main>li>a:hover,
.navigation-main>li>a:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: #2f6a9b !important;
}

.navigation li a>i {
    margin-right: 5px;
    width: 100%;
    margin-bottom: 8px;
}

@media (max-height: 700px) {

    .navigation li a>i {
        margin-right: 5px;
        width: 100%;
        margin-bottom: 4px;
    }

    .navigation-main>li>a {
        padding: 4px 5px;
    }
}


.navigation-main>li ul li a {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7) !important;
    padding: 10px 0px !important;
    padding-left: 0px;
}

.navigation-main>li ul li a:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: #0f3a54;
}

.navigation.navigation-main>li ul {
    background: #222 !important;
}

.navigation.navigation-main>li ul .name {
    width: auto;
    float: left;
    text-align: left;
    padding-left: 6px;
}

.sidebar-xs .sidebar-main .navigation>li>a>span {
    background-color: #2f6a9b;
    border-color: #2f6a9b;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 14px !important;
}

.navbar-nav>li.messages-menu a img {

    width: 28px;
    cursor: pointer;
}


@media(max-width: 1024px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 12px !important;
    }

    .navbar-nav>li.messages-menu a img {
        width: 22px;
        cursor: pointer;
    }
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.75);
    border-radius: 4px !important;
    top: 45px;
}

.navbar-inverse .navbar-nav .dropdown-menu li a:hover {
    color: #1c6c9c;
}

.breadcrumb>li {
    position: relative;
    font-size: 14px;
}

.dataTables_info {
    float: left;
    padding: 10px 5px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 14px;
    color: #888;
}

.dataTables_paginate {
    margin: 10px 0 !important;
}

.dataTables_paginate .paginate_button {
    min-width: auto !important;
    padding: 0px 10px !important;
}

.box-card #exposure_id {
    height: 32px;
}

.toggle-on.btn,
.toggle-off.btn {
    text-align: left;
}

.toggle.btn {
    width: 60px !important;
}

label.browse-btn {
    display: table;
    color: #fff;
}

label.browse-btn input[type="file"] {
    display: none;
}

.modal-header[class*="bg-"] .close {
    margin-top: 3px;
}


/*.alert { border-radius: 4px; position: fixed; left: auto; right: 18px; top: 15px; width: auto; z-index: 10000; box-shadow: 0 30px 95px rgba(0, 0, 0, 0.75); }*/

.alert button.close {
    margin-left: 15px;
    float: right;
}

.SpaceO a {
    padding-right: 5px !important;
}

.SpaceO {
    font-size: 14px;
}

.panel,
.sidenav,
.box-card {
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.20);
}

.navigation-alt>li.active>a,
.navigation-alt>li.active>a:hover,
.navigation-alt>li.active>a:focus {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
}

#toast-container>div {
    font-size: 14px;
    -moz-box-shadow: 0 0 12px #000 !important;
    -webkit-box-shadow: 0 0 12px #000 !important;
    box-shadow: 0 0 12px #000 !important;
}

table .btn.btn-xs {
    margin-right: 4px;
    float: left;
}

h1.md-title {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1;
}

/* b.yr{
    position: absolute;
    color:gray;
    top:32px;
    left:35px;
    font-size:12px;
    font-weight: normal;
}

.incident_num{
    padding-left:72px;
} */

.lidisabled {
    pointer-events: none;
    opacity: 0.6;
}

.sidbar_icon {
    background-image: url(../../assets/icon/icn_dashbord_report_grey.png) no-repeat center center !important;
}

.box-card #exposure_id {
    height: 32px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.breadcrumb-line .btn-area {
    margin-top: 10px;
    padding-bottom: 10px;
}

.btn.btn-bordered {
    border: 1px solid #e5e5e5;
}

.page-header-default .breadcrumb-line {
    background: #e5e5e5 !important
}

.center-div {
    display: table;
    float: none !important;
    margin: 0 auto;
}

.registration-form .btn.bg-default:hover {
    color: #333 !important;
}

.registration-form .btn.bg-default:focus {
    color: #333 !important;
}

.registration-form .btn-labeled>b {
    position: absolute;
    top: 0;
    left: -1px;
    background-color: rgba(0, 0, 0, .15);
    display: block;
    line-height: 1;
    padding: 8px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.registration-form .btn-labeled.btn-labeled-right>b {
    left: auto;
    right: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.inner-addon .icon-warning22 {
    z-index: 1;
}

.navbar-default .dropdown-menu.notify-drop {
    min-width: 330px !important;
    background-color: #fff;
    min-height: 360px;
    max-height: 360px;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content {
    min-height: 280px;
    max-height: 280px;
    overflow-y: scroll;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 5px 0px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:nth-child(2n+0) {
    background-color: #fafafa;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:after {
    content: "";
    clear: both;
    display: block;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:hover {
    background-color: #fcfcfc;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:last-child {
    border-bottom: none;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li .notify-img {
    float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 0px 8px 0px;
}

.navbar-default .dropdown-menu.notify-drop .allRead {
    margin-right: 7px;
}

.navbar-default .dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999;
}

.navbar-default .dropdown-menu.notify-drop .rIcon:hover {
    color: #333;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li a {
    font-size: 12px;
    font-weight: normal;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li {
    font-weight: bold;
    font-size: 11px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li hr {
    margin: 5px 0;
    width: 70%;
    border-color: #e2e2e2;
}

.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
    padding-left: 0;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li p {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    margin: 3px 0;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0px 0px 0px;
    padding: 0px 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff, #f2f2f2);
    display: inline-block;
    border-radius: 2px;
    color: #B97745;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li p.time:hover {
    background-image: linear-gradient(#fff, #fff);
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {
    color: #777;
    text-decoration: none;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a:hover {
    color: #333;
}

/*

.navbar-fixed {
    position: fixed;
    z-index: 1000;
    width: 100%;
}
.page-content {
    position: relative;
    top: 30px;
}
.content-wrapper {
    width: 100%;
    padding-left: 50px;
    padding-top: 30px;
}
 .sidebar-main {
    z-index: 1001;
    position: fixed;
    left: 0;
    height: 100%;
    top: 60px;
} */

/* .page-header.fixedtop {
    position: fixed;
    width: auto;
    right: 0;
    left: 50px;
    top:60px;
    z-index: 1000;

} */

/* .topmove {
    padding-top: 70px;
} */

.navigation-main>li ul li {
    float: left;
    width: 100%;
}

.navigation-main>li ul li a.img-icon span {
    padding-top: 5px;
}

.navigation li>.has-ul::after {
    display: none;
}

.navigation li>.has-ul_after::after {
    display: block;
}

.icon_submit_state {
    background: url(../icon/submit_state.svg) 15px center no-repeat;
    background-size: auto 20px;
    display: block;
    width: 20px;
    height: 30px;
}

.icon_starwest_admin {
    background: url(../icon/starwest_admin.svg) 15px center no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 30px;
}

.icon_security {
    background: url(../icon/security.svg) 15px center no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 30px;
}

.icon_ready_submit {
    background: url(../icon/ready_submit.svg) 15px center no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 30px;
}

.icon_personnel {
    background: url(../icon/personnel.svg) 15px center no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 30px;
}

.icon_nfirs_approval {
    background: url(../icon/nfirs_approval.svg) 15px center no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 30px;
}

.icon_external {
    background: url(../icon/external.svg) 15px center no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 30px;
}

.icon_apparatus {
    background: url(../icon/apparatus.svg) 15px center no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 30px;
}

.icon_admin_approval {
    background: url(../icon/admin_approval.svg) 15px center no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 30px;
}

.icon_station {
    background: url(../icon/station.svg) 15px center no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 30px;
}

.icon_settings {
    background: url(../icon/settings.svg) 15px center no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 30px;
}

.icon_measure {
    background: url(../icon/measure.svg) 15px center no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 30px;
}

.icon_navigation {
    background: url(../icon/navigation.png) 15px center no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 30px;
    background-position: center;
    width: 100%;
    background-size: 26px;
    opacity: 0.7
}

.incident_icon {
    background: url(../icon/incident_icon.png) 15px center no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 30px;
    background-position: center;
    width: 100%;
    background-size: 26px;
    opacity: 0.7
}

.icon-CAD {
    background: url(../icon/CAD.png) 15px center no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 30px;
    background-position: center;
    width: 100%;
    background-size: 26px;
    opacity: 0.7
}

.navigation>li>a:hover .incident_icon,
.navigation>li>a:focus .incident_icon,
.navigation>li.active>a .incident_icon {
    opacity: 1
}

.icon-spinner6 {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-size: 20px;
}

.navigation>li>a:hover .icon_navigation,
.navigation>li>a:focus .icon_navigation,
.navigation>li.active>a .icon_navigation {
    opacity: 1
}

.icon-spinner6 {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-size: 20px;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*---start add incident new design--*/

.entirecover {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: -62px;
    background: url(../images/new/pattern.png) repeat left top;
    float: left;
    padding-bottom: 100px;
}

.fixedbreadcrumb.page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #e5e5e5 !important;
    padding: 0 15px 0 0;
    min-height: 35px;
}

.top-bar {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.15);
    padding: 10px 15px;
}

.top-bar,
.bottom-bar {
    z-index: 2;
}

.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: -1px -1px 12px rgba(0, 0, 0, 0.15);
    padding: 10px 15px;
}

.bottom-bar .btn.cancel {
    background: #e5e5e5;
    line-height: 16px !important;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3), inset 1px 1px 0px rgba(255, 255, 255, 0.3) !important;
}

.bottom-bar .btn-area .btn:first-child {
    margin-right: 2px;
}

.fixedbreadcrumb {
    z-index: 3;
}

.fixedbreadcrumb h4 {
    margin-top: 5px !important;
    margin-bottom: 0px;
    font-size: 14px;
}

.fixedbreadcrumb .breadcrumb {
    padding: 5px 0;
}

.fixedbreadcrumb .breadcrumb-line {
    width: auto;
    float: left;
    box-shadow: none !important;
    padding: 0px !important;
}

.fixedbreadcrumb.page-header a.back i.icon-cross {
    font-size: 26px;
    color: #fff;
}

.fixedbreadcrumb.page-header a.back {
    background: #222D32;
    padding: 10px 5px;
}

.fixedbreadcrumb h4 span {
    padding-left: 10px;
}

.content-section {
    width: 100%;
    float: left;
    padding: 72px 15px 0;
    position: relative;
    z-index: 1;
}

.top-bar .progressbar-box #div_progress .progress {
    height: 14px !important;
}

.top-bar .progressbar-box {
    padding: 0px !important;
}

.top-bar .progressbar-box #div_progress {
    margin: 10px 0 !important;
}

.top-bar .input-group {
    max-width: 200px;
}

.top-bar .btn-area .btn:first-child {
    margin-right: 6px;
}

.sidemenu-main {
    width: 290px;
    position: fixed;
    top: 54px;
    left: 0;
}

.sidemenu-main .sidenav {
    position: relative;
    height: 100vh;
    background: #e4e4e4;
    width: 100%;
    float: left;
}

.sidemenu-main .sidenav .sidebar-content {
    padding-bottom: 142px;
}

.right-content {
    padding-left: 300px;
    width: 100%;
    float: left;
}

#btn_exposure {
    border: 0px;
    box-shadow: none !important;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0.30) !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 80% !important;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -15px !important;
    top: 5px;
}

h4.incident-title {
    float: left;
    margin: 0px;
    position: fixed;
    left: 0;
    top: 0;
}

h4.incident-title a.back {
    background: #222D32;
    padding: 5px 5px 4px 5px;
    float: left;
    margin: 9px 5px 9px 10px;
}

h4.incident-title a.back i.icon-cross {
    font-size: 26px;
    color: #fff;
}

h4.incident-title span {
    padding-left: 10px;
    padding-top: 14px;
    float: left;
}

h4.incident-title span b {
    color: #2f6a9b !important;
}

h4.incident-title a.back {
    background: #222D32;
    padding: 5px 5px 4px 5px;
    float: left;
    margin: 9px 5px 9px 10px;
}

h4.incident-title a.back i.icon-cross {
    font-size: 26px;
    color: #fff;
}

h4.incident-title span {
    padding-left: 10px;
    padding-top: 14px;
    float: left;
}

h4.incident-title span b {
    color: #2f6a9b !important;
}

/*---end add incident new design--*/

.navbar-brand>img {
    margin-top: 0px !important;
    height: 45px !important;
}

.copyright {
    color: #275068;
    font-size: 12px !important;
}

/* .bg_pink {
    background-color: #ffe6e682 !important;
    border: #FFC0CB47 !important;
    box-shadow: inset 2px 2px 6px #FFC0CB96 !important;
} */

 /* .select_bg_pink .select2-selection.select2-selection--single {
    background-color: #ffe6e682 !important;
    border: #FFC0CB47 !important;
    box-shadow: inset 2px 2px 6px #FFC0CB96 !important;
} */

.panel-heading-active {
    color: #fff;
    background-color: #4c9cd4 !important;
    border-color: #4c9cd4 !important;
}

.bg-secondary-lablel {
    text-align: center;
    background-color: #4c9cd4 !important;
    color: #FFF !important;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    padding: 8px 20px;
    margin-top: 0px;
}

a.btn_update:hover {
    color: #fff;
    background: #00a65a;
}

.btn_update {
    background-color: transparent;
    box-shadow: none !important;
    border: 1px solid #00a65a;
    color: #00a65a;
    border-radius: 6px !important;
}

.btn_update i,
.btn_pdf i,
.btn_view i {
    font-size: 13px !important;
}

.btn_pdf {
    background: transparent;
    border: 1px solid #005ea6;
    box-shadow: none !important;
    color: #005ea6;
    border-radius: 6px !important;
}

a.btn_pdf:hover {
    background: #005ea6;
    color: #fff;
}

.btn_view:hover {
    background: #fcaf3c;
    color: #fff;
}

.btn_view {
    background: transparent;
    box-shadow: none !important;
    border-radius: 6px !important;
    border: 1px solid #fcaf3c;
    color: #fcaf3c;
}

.btn_delete {
    background-color: transparent;
    box-shadow: none !important;
    border: 1px solid #DA0E04;
    color: #DA0E00;
    border-radius: 6px !important;
}

.btn_delete:hover {
    background: #DA0E04;
    color: #fff;
}

.btn_pdf i {
    text-shadow: 1px 0 0 #005ea6;
}

a.btn_pdf:hover i {
    text-shadow: 1px 0 0 #005ea6;
}

.text-center {
    text-align: center !important;
}

.navbar-inverse .navbar-nav>li.messages-menu>a {
    padding: 17px 15px;
}

.navbar-nav>li.messages-menu>a>.label {
    position: absolute;
    top: 10px;
    right: 5px;
    border-radius: 50%;
    padding: 1px 0;
    height: 18px;
    width: 18px;
    /* text-align: center; */
}

table td .btn {
    margin: 3px 2px;
}

.btn_delete.disabled:hover,
.btn_delete[disabled]:hover {
    background-color: #DA0E00 !important;
    border-color: #DA0E00 !important;
}

.btn_update.disabled:hover,
.btn_update[disabled]:hover {
    background-color: #00a65a !important;
    border-color: #00a65a !important;
}

.modal-footer {
    margin-top: 10px;
    padding: 15px !important;
    border-top: 1px solid #e5e5e5 !important;
}

.section .panel-heading {
    border-radius: 0px 0px 0px 0px;
}

.text-wrap {
    white-space: normal;
}

.exp_icon1 {
    background: url(../../assets/icon/required-icon.png) no-repeat center center;
    background-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 36px;
    border-radius: 2px 0px 0px 2px;
    z-index: 10;
    border-color: #c51b0c;
}

.left_addon input {
    padding-left: 30px;
}

.has_error .select2-selection {
    border-color: red !important;
    padding-left: 20px;
}

.btn_delete i {
    font-size: 13px !important;
}

.table-responsive table .btn.btn-xs {
    padding: 0 6px !important;
    box-sizing: border-box;
    line-height: 23px;
}

#content .panel {
    box-shadow: none !important;
}

.nfirs_sidebar_scroll {
    /* height: 650px; */
    overflow-y: auto;
    background: #fff;
}

.nfirs_sidebar_scroll_long {
    height: 870px;
    overflow-y: auto;
    background: #fff;
}

.nfirs_sidebar_scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #fff
}

.nfirs_sidebar_scroll::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.warning-icon {
    background: url(../../assets/icon/required-icon.png) no-repeat center center;
    border-radius: 0;
    height: 20px;
    background-size: contain;
}

.btn_update i,
.btn_pdf i,
.btn_view i {
    font-size: 13px !important;
}

.icon-warning22:before {
    display: none;
}

.breadcrumb>li>a {
    color: #0f3a54;
    font-weight: bold;
}

.table-responsive table .btn.btn-xs {
    padding: 0 6px !important;
    box-sizing: border-box;
    line-height: 23px;
}

/* 09012020 */
.white_btn a {
    color: #2f6a9b;
}


.white_btn {
    /* background: white;
    float: right;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 500;
    margin: 12px 14px 0;
    position: relative;
    bottom: 15px;
    font-size: 12px; */
    margin-top: 150px;
    background: white;
    float: right;
    text-align: center;
    padding: 7px 14px;
    border-radius: 4px;
    font-weight: 500;
    margin-left: 13px;
    position: fixed;
    display: flex;
    flex-direction: column;
    bottom: 10px;
    font-size: 12px;
    align-items: center;
}

.white_btn:hover {
    cursor: pointer;
}

.white_btn img {
    width: 25px;
}

@media (max-height: 700px) {
    .white_btn {
        margin-left: 18px;
        margin-right: 5px;
        font-size: 9px;
    }
}

.input-group-addon {
    color: #9d9696;
}

.warning-icon {
    background: url(../../assets/icon/required-icon.png) no-repeat center center;
    border-radius: 0;
    height: 20px;
    background-size: contain;
}

.icon-warning22:before {
    display: none;
}

.breadcrumb>li>a {
    color: #0f3a54;
    font-weight: bold;
}

.panel-heading {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.left-sidebar .sidebar-category ul li a {
    border-bottom: 0px solid #ddd !important;
}



.popover-content {
    overflow: auto;
    /* max-height: 250px; */
    color: rgb(58, 57, 57);
}

.popover-title {
    color: white;
    background: #1c6c9c;
}

.popover {
    max-width: 20%;
}

.content-wrapper {
    display: inline-block;
}

.group-box.bg-white h6.title-text {
    background: #dbebf6;
    padding: 2px !important;
    border-bottom: 1px solid #ccc !important;
}

.popover-content::-webkit-scrollbar {
    width: 1em;
}

.popover-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px white;
}

.popover-content::-webkit-scrollbar-thumb {
    background-color: white;
    outline: 1px solid white;
}

.popover-content::scrollbar {
    width: 1em;
}

.popover-content::scrollbar-track {
    box-shadow: inset 0 0 6px white;
}

.popover-content::scrollbar-thumb {
    background-color: white;
    outline: 1px solid white;
}

.popover-content {
    scrollbar-color: #fff white;
    scrollbar-width: thin;
}

#downClick {
    margin-left: 5px;
    position: absolute;
    bottom: 10px;
    right: 6px;
    bottom: 5px;
}

#upClick {
    margin-left: 5px;
    position: absolute;
    bottom: 5px;
    right: 32px;
}

#ol_head_section li.steps__item--active b.question {
    background: url(../images/info_14.svg) no-repeat -0px -0px;
    background-size: cover;
    position: absolute;
    z-index: 999 !important;
    background-size: contain;
}

#ol_head_section ol.steps li {
    position: relative;
}

#ol_head_section li b.question {
    background: url(../images/info_14_1.svg) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 999 !important;
    right: 0 !important;
    left: auto !important;
    top: 18px;
    width: 20px;
    height: 15px;
    background-size: contain;
}

.popover-content {
    scrollbar-color: #fff white;
    scrollbar-width: none;
}

.qaqi_class input[type=checkbox]:checked+label {
    background: url(../images/select_1.svg) no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    background-size: 100%;
    position: relative;

}

input[type=checkbox].div_qaqi_checkbox {
    display: none;
}

.qaqi_class input[type=checkbox]+label {
    display: inline-block;
    background: url(../images/select_2.svg) no-repeat;
    height: 16px;
    width: 16px;
    position: relative;
    background-size: 100%;
    left: 0px !important;
}

/* @media screen and (max-width: 1266px) {
    .li_QAQI .btn-group ul.multiselect-container {
        right: 0;
        left: -136px !important;
        top: 35px !important;
    }
} */


.qaqi_class .btn-group .multiselect-container {
    min-width: 150px;
}

/* .qaqi_class .tooltip.top {
        left: -70px !important;
    }

    .qaqi_class .tooltip.top .tooltip-arrow {
        left: 86% !important;
    } */

.li_QAQI {
    display: flex;
    align-items: start;
}

/* 
    .li_QAQI a {
        padding: 13px 45px 0 15px !important;
    } */

.li_QAQI {

    position: relative;
}

.li_QAQI .btn-group {
    width: auto !important;

}

.li_QAQI input {
    margin-left: 5px;
}

.qaqi_class {
    display: flex;
    position: absolute;
    right: 0;
    padding-top: 10px;
    min-width: 46px;
    text-align: right;
    justify-content: flex-end;
}

.qaqi_class .btn-group {
    background: transparent;
}

.qaqi_class .btn-group button {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.qaqi_class .btn-group button span {
    border-bottom: none !important;
}

.li_QAQI .btn-group ul.multiselect-container {
    right: 0;
    left: auto;
}

.li_QAQI.active a {
    color: #fff !important;
}

.li_QAQI a {
    background: #dbebf6;
    color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 6px rgba(47, 106, 155, .30);
    padding: 10px 40px 0px 10px !important;

}

.li_QAQI.active button b {
    color: #fff !important;
}

.li_QAQI button {
    padding: 0 10px;
    height: 20px;
}

.li_QAQI .btn-group ul.multiselect-container li a {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.li_QAQI .btn-group ul.multiselect-container {
    padding: 0 !important;
}

.multiselect-container>li>a>label {
    white-space: normal;
}

.li_QAQI .multiselect-container>li>a>label {
    padding-left: 25px;
}

#ul_personnal1 li b.question {
    background: url(../images/info_14_1.svg) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 9999 !important;
    right: 0 !important;
    left: auto !important;
    top: 14px;
    width: 20px;
    height: 15px;
    background-size: contain;
}

#ul_personnal1 li.active b.question {
    background: url(../images/info_14.svg) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 9999 !important;
    right: 0 !important;
    left: auto !important;
    top: 14px;
    width: 20px;
    height: 15px;
    background-size: contain;
}

#ul_personnal1 li {
    position: relative;
}

#ul_nav li b.question {
    background: url(../images/info_14_1.svg) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 9999 !important;
    right: 0 !important;
    left: auto !important;
    top: 17px;
    width: 20px;
    height: 15px;
    background-size: contain;
}

.popover-title button.close {
    margin-left: 10px;
}

#ul_class li b.question {
    background: url(../images/info_14_1.svg) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 9999 !important;
    right: 0 !important;
    left: auto !important;
    top: 14px;
    width: 20px;
    height: 15px;
    background-size: contain;
}

#ul_class li.active b.question {
    background: url(../images/info_14.svg) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 9999 !important;
    right: 0 !important;
    left: auto !important;
    top: 14px;
    width: 20px;
    height: 15px;
    background-size: contain;
}

#ul_setting_menu li b.question {
    background: url(../images/info_14_1.svg) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 9999 !important;
    right: 0 !important;
    left: auto !important;
    top: 10px;
    width: 20px;
    height: 15px;
    background-size: contain;
}

#ul_class li {
    position: relative;
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .li_QAQI .btn-group ul.multiselect-container {

        right: -8px !important;
        left: auto !important;
        min-width: 125px !important;
    }
}

.left-sidebar .sidebar-category ul li ul li a {
    box-shadow: none
}

.left-sidebar .sidebar-category ul li .multiselect-container li a {
    border-bottom: 1px solid #ddd !important;
    ;
    border-radius: 0 !important;
}

#ul_setting li.active b.question {
    background: url(../images/info_14.svg) no-repeat;
    background-size: auto;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0 !important;
    left: auto !important;
    width: 20px;
    height: 15px;
    background-size: contain;
    margin-top: 14px;
}

#ul_setting li b.question {
    background: url(../images/info_14_1.svg) no-repeat;
    background-size: auto;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0 !important;
    left: auto !important;
    margin-top: 14px;
    width: 20px;
    height: 15px;
    background-size: contain;
}

.ul_setting li ul b.question {
    background: url(../images/info_14_1.svg) no-repeat -0px -0px;    
    width: 16px;
    height: 16px;
    right: 15%;
}