﻿@import url('/Content/icons/font-awesome/css/font-awesome.min.css');
@import url('/Content/icons/simple-line-icons/css/simple-line-icons.css');
@import url('/Content/icons/weather-icons/css/weather-icons.min.css');
@import url('/Content/icons/linea-icons/linea.css');
@import url('/Content/icons/themify-icons/themify-icons.css');
@import url('/Content/icons/flag-icon-css/flag-icon.min.css');
@import url('/Content/icons/material-design-iconic-font/css/materialdesignicons.min.css');

@import url(https://fonts.googleapis.com/css?family=Comfortaa:300,400,700);

body a {
    color: #0099cb;
}

    body a:hover {
        color: #336699;
    }

.page-top {
    background-color: #243877;
    padding-left: 0;
    box-shadow: none;
    /*background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);*/
}

.btn {
    border-radius: 25px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding: 6px 20px;
    margin: 3px;
}

    button.btn.btn-info, .btn.btn-info {
        background: #243877;
        border-color: #243877;
    }

    button.btn.btn-primary, .btn.btn-primary {
        background: #336699;
        border-color: #336699;
    }

.bg-white {
    background: #fff !important;
    display: inline-block;
    position: fixed;
    width: 240px;
    height: 66px;
    padding: 0 5px;
}

a.al-logo {
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    white-space: nowrap;
    outline: none !important;
    line-height: 60px;
    display: inline-block;
    /* width: 175px; */
    float: none !important;
}

a.collapse-menu-link {
    margin-left: 5px;
    font-size: 24px;
    display: inline-block !important;
    float: none !important;
    color: #243877;
}

a.al-logo span img {
    width: 40px !important;
}

img.logo-text {
    width: 128px;
}

a.collapse-menu-link {
    text-decoration: none;
    color: #191919;
    background: transparent;
    padding: 0 13px;
    border-radius: 50%;
}

    a.collapse-menu-link:hover, a.collapse-menu-link:active, a.collapse-menu-link:visited, a.collapse-menu-link:focus, a.collapse-menu-link:focus:hover {
        text-decoration: none;
        color: #191919;
        background: rgba(60,64,67,0.1);
        padding: 0 13px;
        border-radius: 50%;
    }

a.al-sidebar-list-link {
    height: 35px;
    line-height: 35px;
}

.al-sidebar-list-item.selected:not(.with-sub-menu) {
    background-color: #fff;
    height: auto;
}

.page-top.scrolled {
    background-color: rgba(36, 56, 119, 0.92);
}

.al-sidebar {
    width: 240px;
    background-color: #fff;
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

.al-main {
    margin-left: 240px;
}

@media (max-width: 1200px) and (min-width: 300px) {
    .al-main {
        margin-left: 50px;
    }
}

.al-footer {
    padding: 20px 18px 30px 240px;
    background: #f0f3f4;
    color: #001f59;
}

/*Cards*/

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 8px;
    padding-bottom: 20px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5em 2.5em;
}

.card-title {
    font-size: 1em;
    background: #26a7d1;
    padding: 10px;
    color: #fff;
    border-radius: 8px 8px 0 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 0;
}

/*Card style ends*/

a.al-sidebar-list-link, .al-sidebar-sublist > li a {
    color: #666;
}

    a.al-sidebar-list-link b {
        color: #243877;
    }

.al-sidebar-sublist > li.selected:not(.with-sub-menu) > a {
    background-color: #2438772b;
    /*border-right: 4px solid #26a7d1;*/
    color: #243877;
    font-weight: 600;
}

.al-sidebar-sublist > li a {
    line-height: 35px;
    border-radius: 0 50px 50px 0px;
}

    .al-sidebar-sublist > li.selected:not(.with-sub-menu) > a:hover, a.al-sidebar-list-link:hover, .al-sidebar-sublist > li a:hover {
        color: #243877;
    }

.al-sidebar-sublist > li {
    background: #f5f5f5;
}

.sidebar-hover-elem {
    background: #243877;
    width: 4px;
    left: 0;
}

@media (max-width: 1200px) {
    .al-sidebar .sidebar-hover-elem, .al-sidebar .sidebar-select-elem {
        left: 0;
        -webkit-transition: left 0.5s ease;
        transition: left 0.5s ease;
    }
}

a.al-sidebar-list-link i {
    /*color: #0099cb;*/
    font-size: 16px;
}

.al-sidebar-list-item.selected:not(.with-sub-menu) a.al-sidebar-list-link {
    color: #243877 !important;
    background: #2438772b;
    font-weight: 700;
    border-radius: 0 50px 50px 0px;
}

li.al-sidebar-list-item.ng-scope.selected i {
    color: #243877;
    font-weight: bold;
}

.al-content {
    padding: 8px 32px 40px 40px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 18px;
}

.slimScrollBar, .slimScrollRail {
    border-radius: 0px !important;
    width: 4px !important;
    left: 236px;
}

.dib {
    display: inline-block !important;
    vertical-align: text-top;
}

.nmp {
    margin: 0 !important;
    padding: 0 !important;
}

.al-breadcrumb li {
    font-size: 13px;
}

h1.al-title {
    font-size: 14px;
    display: none;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.btn-panel {
    display: block;
    position: relative;
}

.keyHeaderBtns, .listHeaderBtns {
    margin: 0px 20px;
    padding-left: 0;
    display: block;
    list-style: none;
}

    .listHeaderBtns a, .keyHeaderBtns a {
        padding: 7px 10px;
        display: inline-block;
        border: 1px solid;
        border-radius: 50%;
        cursor: pointer;
    }

        .listHeaderBtns a:hover, .keyHeaderBtns a:hover {
            border: 3px dotted #243877;
            background: #0099cb12;
        }

    .listHeaderBtns li {
        display: inline-block;
        float: right;
    }

.edopts i {
    font-size: 14px;
    margin-right: 10px;
}

.panel ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/*.panel > .panel-heading {
    color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #26a7d1;
}*/

div#keyPersonList {
    margin-top: 55px;
}

.align-middle {
    vertical-align: middle !important;
}

.panel.horizontal-tabs .tab-content {
    height: auto !important;
}

.mt-30 {
    margin-top: 30px;
}

input.search-input {
    margin-left: 0px;
}

.form-field-file label {
    position: relative;
    display: inline-block;
    width: auto;
    /* height: 44px; */
    padding: 0 1.5em 0 3em;
    background: #336699;
    border-radius: 2px;
    font-size: 0.8125rem;
    line-height: 38px !important;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: background 0.25s ease-in-out;
    font-size: 12px;
    border-radius: 2em;
}

    .form-field-file label:hover, .form-field-file label:active {
        background: #224365;
    }

    .form-field-file label:after {
        content: '\f093';
        position: absolute;
        top: 0;
        left: 1.34em;
        z-index: 2;
        display: block;
        font-family: 'FontAwesome';
    }

.form-field-file input[type="file"] {
    position: absolute;
    z-index: -1;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
}

.panel-info > .panel-heading {
    background-color: #001F59;
    border-color: #001F59;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 1px;
    border-radius: 5px 5px 0 0;
    padding: 10px 22px;
    height: auto;
}

.form-horizontal .control-label {
    text-align: left;
    font-weight: 600;
    color: #444;
    line-height: 1.4;
}


/*Tab Styles*/

.nav.nav-tabs {
    background-color: #243877;
}

    .nav.nav-tabs > li.active > a {
        color: #ffffff;
        background-color: #0b1d56;
    }

    .nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus {
        border: none;
        background-color: #0b1d56;
    }

.panel-title {
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1;
    letter-spacing: 0.02em;
    font-size: 15px;
}

.zoomIn {
    -webkit-animation-name: none;
    animation-name: none;
}

.animated {
    -webkit-animation-duration: unset;
    animation-duration: unset;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

.panel.animated {
    -webkit-animation-duration: unset;
    animation-duration: unset;
}

.table > tbody > tr > td {
    vertical-align: top;
    padding: 13px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 0.9em;
}

.withAddBtnlable {
    display: block;
}

.form-control.withAddBtn {
    width: 83%;
    display: inline-block;
    margin-right: 10px;
}

.form-control {
    height: 37px;
    padding: 6px 12px;
    font-size: 12px;
    border: 1px solid #243877;
    border-radius: 8px;
    font-weight: 600;
    color: #444;
}

    .form-control:focus {
        border-color: #0099cb;
    }

.form-group {
    margin-bottom: 10px;
}

.dotted-btn {
    padding: 4px 7px;
    display: inline-block;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
}

    .dotted-btn:hover {
        border: 2px dotted #000;
    }

.companyDetailListItem i, .otherKeyPersonDetails i {
    color: #243877;
    margin-right: 10px;
    text-align: center;
}

.otherKeyPersonDetails li {
    list-style: none;
    margin-bottom: 10px;
}

.accordion-panel .panel-heading .accordion-toggle {
    background: #efefef;
    color: #243877;
}

.coNameTitle {
    color: #243877;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.table > tbody > tr > td:first-child {
    text-align: center !important;
    font-weight: 400;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: rgb(237, 248, 252);
}

.text-danger {
    color: #d00602 !important;
}

.text-warning {
    color: #f39c12 !important;
}

.edopts a {
    color: #4f5d5b;
    cursor: pointer;
}

    .edopts a i {
        font-size: 16px;
    }

.companyDetailListItem, .table > tbody > tr > td {
    line-height: initial;
}

.addressBlock, .contactRelatedFields {
    margin-bottom: 10px;
}

.addressIcon, .address {
    display: inline-block;
    vertical-align: top;
}

    .address span, .contactRelatedFields .crfv, .coTaxRelatedInfo span {
        display: block;
        margin-bottom: 3px;
    }

.scrollable-panel {
    height: 75vh;
}

.companyListRow.active {
    background: rgba(38, 167, 209, 0.5);
}

.login-register {
    background-image: url('/Client/theme/assets/img/background/login-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 5% 0;
    position: fixed;
}

.card-no-border .card {
    border-radius: 8px;
}

.card-no-border .card {
    border: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.login-box {
    width: 400px;
    margin: 0 auto;
}

.bgGray {
    background: ghostwhite;
}

#recoverform {
    display: none;
}

.form-material .form-group {
    overflow: hidden;
}

.mb50 {
    margin-bottom: 50px;
}

.back-top {
    font-size: 45px;
    color: #fff;
}

.alert {
    color: inherit;
}

.al-sidebar-list-link i {
    color: #666;
}

.al-sidebar-list-link:hover i {
    color: #0099cb;
}

.content-top {
    padding-top: 5px;
    padding-bottom: 15px;
}

.al-breadcrumb {
    padding-top: 0;
}

.ba-wizard-progress {
    margin-top: 10px;
    height: 3px;
}

.progress-bar-accent {
    background-color: #243877;
}

.ba-wizard-navigation-container {
    margin-bottom: 35px;
    padding: 5px 0;
}

    .ba-wizard-navigation-container .ba-wizard-navigation {
        font-weight: 400;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Noto Sans JP', sans-serif;
    }

        .ba-wizard-navigation-container .ba-wizard-navigation.active {
            opacity: 1;
            color: #243877;
            font-weight: 500;
        }

.progress {
    margin-bottom: 10px;
}

@media (max-width: 590px) {
    .al-footer {
        padding: 12px 0;
        height: auto;
    }

    .al-footer-right {
        margin-bottom: 8px !important;
    }

    .logo-text {
        display: none;
    }

    .bg-white {
        width: 110px;
    }

    a.collapse-menu-link {
        /* margin-left: 10px; */
    }

    .form-control {
        margin-bottom: 8px;
    }

    .al-main {
        margin-left: unset;
        padding: 66px 10px;
    }
}

@media screen and (max-width: 500px) {
    .al-content {
        padding: 8px 10px;
    }

    .nav-tabs > li {
        float: none;
        text-align: center;
    }

    .nav.nav-tabs > li > a {
        display: block;
    }

    .dib {
        display: block !important;
    }

    .ba-wizard-navigation-container .ba-wizard-navigation {
        font-size: 14px;
        display: block;
        line-height: 1.8;
        text-transform: capitalize;
        background: #eee;
    }

    .form-control.withAddBtn {
        width: 80%;
    }

    .btn {
        padding: 6px 20px;
    }

    .ba-wizard-navigation-container {
        margin-bottom: 10px;
        padding: 5px 0;
    }

    .sidebar-hover-elem {
        background: #243877;
        width: 4px;
        left: 0px !important;
    }
}

@media (max-width: 1200px) {
    .al-sidebar .al-sidebar-sublist > li.selected:not(.with-sub-menu) > a {
        border: none;
        background-color: #0099cb12;
        color: #243877;
    }

    .al-sidebar .al-sidebar-sublist > li a {
        color: #666;
    }

    .al-sidebar-sublist > li.selected:not(.with-sub-menu) > a:hover, a.al-sidebar-list-link:hover, .al-sidebar-sublist > li a:hover {
        color: #243877;
    }

    .al-sidebar .al-sidebar-sublist > li.selected:not(.with-sub-menu) > a:hover {
        color: #243877;
    }

    .al-sidebar .al-sidebar-sublist > li a:hover {
        color: #243877;
    }
}

/*.form-horizontal label {
    line-height: unset;
}*/

.pageRowLabel {
    margin-bottom: 5px;
    display: inline-block;
}

.select-page-size-wrap {
    width: auto;
}

.formTitle {
    font-size: 16px;
    padding: 5px 0px 10px;
    color: #243877;
    letter-spacing: 0.03em;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

    .formTitle:after {
        content: "";
        position: absolute;
        width: 8%;
        bottom: 1px;
        background: #26a7d1;
        height: 2px;
        left: 0;
    }


.pr5 {
    padding-right: 5px !important;
}

.w83 {
    width: 83% !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.tabs-right .tab-content, .tabs-left .tab-content {
    width: auto;
}

.panel.xsmall-panel {
    height: 380px;
}

.table > thead > tr > th {
    border-bottom: none;
    font-weight: 600;
    color: #333;
}

.scrollTable-500 {
    overflow-y: scroll;
    height: 500px;
}

.multiSelCont {
    position: relative;
    width: 100% !important;
}

    .multiSelCont .caret {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%,-50%);
        -moz-transform: translate(0%,-50%);
        -o-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
        right: 10px;
    }

.multiSelectLink:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.text-success {
    color: #128e15 !important;
}

.vh25 {
    overflow-y: scroll;
    height: 25vh;
}

.modal.in .modal-dialog {
    height: auto;
    /*overflow: auto;*/
    margin: 20px;
}

}

a.form-control.multiSelCont {
    width: 100%;
}

.tab-content {
    padding: 15px 15px 20px 15px !important;
    overflow: auto;
}


/*custom tab Styles go here */

.tab-animation > .tab-content {
    position: relative;
}

    .tab-animation > .tab-content > .tab-pane {
        transition: 0.2s linear opacity;
    }

        .tab-animation > .tab-content > .tab-pane.active-remove {
            position: absolute;
            top: 0;
            width: 100%;
            display: block;
        }

        .tab-animation > .tab-content > .tab-pane.active-remove-active {
            opacity: 0;
        }

        .tab-animation > .tab-content > .tab-pane.active-add {
            opacity: 0;
        }

.custom-tab .nav.nav-tabs {
    background-color: transparent;
}

    .custom-tab .nav.nav-tabs > li > a {
        background: #dedede;
        color: #243877;
        font-weight: 500;
    }

    .custom-tab .nav.nav-tabs > li.active > a {
        color: #fff;
        background-color: #243877;
    }

    .custom-tab .nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus {
        border: none;
        background-color: #0b1d56;
        color: #fff;
    }

    .custom-tab .nav.nav-tabs > li:first-of-type a {
        border-top-left-radius: 6px;
    }

    .custom-tab .nav.nav-tabs > li:last-of-type a {
        border-top-right-radius: 6px;
    }


.custom-tab .tab-content {
    background: #f1f1f1;
}

uib-tab-heading i {
    margin-right: 6px;
}

.al-footer-right a {
    margin-left: 4px;
    color: #d43f06;
}

.clearfix {
    clear: both;
}

tr.black-muted-bg th {
    font-weight: 700;
    color: #464646;
}

label.radio-inline.custom-radio.nowrap.col-sm-3.control-label.pl15 {
    padding-left: 15px;
}


.chart-icon {
    display: inline-block;
}

    .chart-icon i {
        font-size: 4em;
        color: #dedede;
    }

.chart-description {
    display: inline-block;
    margin: 0 20px;
}

.d-block {
    display: block !important;
}

.mt-10 {
    margin-top: 10px;
}

.dotted-underline {
    border-bottom: 1px dotted #0099cb;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 13px;
    font-weight: 600;
    color: #001f59;
    line-height: 20px;
}

.suppKeyPersonSelector {
    height: 120px;
    overflow: auto;
}

.modal-header .modal-title {
    color: #ffffff !important;
}

.bg-accent {
    background-color: #001F59;
    padding: 10px 15px;
}

.modal-body {
    padding: 15px 30px;
}

.brtb {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.totalAmount {
    font-size: 20px;
}

.w30 {
    width: 27px;
    height: 26px;
    display: inline-block;
}

.has-error .help-block.error-block.basic-block {
    font-size: 12px;
}

span.tag.label.label- {
    background: #ebebeb;
    color: #001f59;
    font-weight: 700;
}

.bootstrap-tagsinput {
    border: 1px solid #243877;
}

    .bootstrap-tagsinput input {
        border: none;
    }

button.btn.btn-primary.disabled, button.btn.btn-primary[disabled], fieldset[disabled] button.btn.btn-primary, button.btn.btn-primary.disabled:hover, button.btn.btn-primary[disabled]:hover, fieldset[disabled] button.btn.btn-primary:hover, button.btn.btn-primary.disabled:focus, button.btn.btn-primary[disabled]:focus, fieldset[disabled] button.btn.btn-primary:focus, button.btn.btn-primary.disabled.focus, button.btn.btn-primary[disabled].focus, fieldset[disabled] button.btn.btn-primary.focus, button.btn.btn-primary.disabled:active, button.btn.btn-primary[disabled]:active, fieldset[disabled] button.btn.btn-primary:active, button.btn.btn-primary.disabled.active, button.btn.btn-primary[disabled].active, fieldset[disabled] button.btn.btn-primary.active {
    background: #336699;
    border-color: #336699;
}

button.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary.focus, button.btn.btn-primary:active, button.btn.btn-primary.active {
    background: #001f59;
    border-color: #001f59;
}

.profile-toggle-link span.text-white {
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: .08em;
}

.al-user-profile a {
    display: block;
    width: unset;
    position: unset;
    right: unset;
}

.al-user-profile {
    margin-right: unset;
    width: unset;
    height: unset;
}

.user-profile {
    float: none;
}

.btn:hover {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.btn.btn-primary:hover {
    background: #07437f;
    border: 1px solid #07437f;
}

.btn.btn-info:hover {
    background: #001f59;
    border-color: #001f59;
}

.switcher-container .switcher.info .handle.handle-on {
    background-color: #0099cb;
}

.switcher-container .switcher.info {
    border: solid 1px #0099cb;
}

.token {
    display: inline-block;
    background: #eee;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 0 3px;
    position: relative;
    top: -3px;
}

.token-label {
    padding: 5px 10px;
    font-weight: 600;
    color: #222;
}

.token .close {
    font-size: 16px;
}

input#options-tokenfield {
    display: inline-block;
    width: auto !important;
    position: relative;
    top: -2px;
    padding: 1px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.vh80 {
    height: 50vh;
    overflow: auto;
}

.nbs {
    box-shadow: none;
}

.prln15 {
    padding: 0 30px;
}


::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}

tfoot.onTop {
    position: absolute;
    top: 37px;
    left: 50%;
    transform: translate(-50%,0%);
    border-top: none;
    width: 98%;
    background: #fff;
    text-align: center;
}

.table > tfoot > tr {
    display: inline-block;
}

    .table > tfoot > tr > td {
        border-top: none;
    }

.mt72 {
    padding-top: 72px !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #243877;
    border-color: #243877;
}

.enq-btn-panel {
    margin-bottom: 20px;
}

.enq-btn {
    display: inline-block;
}

    .enq-btn .btn-info {
        border: 0px;
        border-radius: 20px;
        margin: 3px 1px;
        padding: 8px 15px;
        background: #d0d0d0;
        color: #001f59;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-size: 13px;
    }

        .enq-btn .btn-info:hover {
            color: #fff;
        }




.table-head-fix tbody {
    display: block;
    height: 80vh;
    overflow: auto;
}

    .table-head-fix thead, .table-head-fix tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed; /* even columns width , fix width of table too*/
    }


.enqStatusCard .panel-body {
    padding: 10px 5px;
}

.enqStatusCard .chart-icon {
    margin-bottom: 10px;
    display: block;
}

    .enqStatusCard .chart-icon i {
        font-size: 3em;
        color: #dedede;
    }

.enqStatusCard .chart-description h5 {
    font-size: 14px;
    color: #666;
    height: 40px;
    margin-bottom: 5px;
    line-height: 20px;
}

.enqStatusCard .chart-description h2 {
    font-size: 18px;
    color: #222;
}

.channels-info-item p {
    font-size: 13px;
}

.legend-color {
    width: 10px;
    height: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    top: 14px;
    border-radius: 15px;
    left: -20px;
}

.channels-info-item:after {
    content: "";
    width: 80%;
    height: 1px;
    background: #ccc;
}

.message-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2em;
    color: #fff;
}

.feed-message .message-icon {
    background: #001f59;
    border-radius: 50px;
}

.top0 {
    top: 0 !important;
}

/*input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}*/

/* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

.p0 {
    padding: 0 !important;
}

.w6p {
    width: 6%;
}

.w8p {
    width: 8%;
}

.w10p {
    width: 10%;
}

.w15p {
    width: 15%;
}

.calcTable .form-control {
    padding: 3px 6px;
}

.calcTable select {
    -webkit-appearance: none;
    margin: 0;
}


.calcTable input[type="number"]::-webkit-inner-spin-button,
.calcTable input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.dropdown-menu {
    position: unset !important;
    top: auto !important;
    left: auto !important;
    width : 100%;
}

.selectSupplier ul.dropdown-menu {
    position: relative !important;
    border-radius: 0;
}

.close.onPopup {
    position: absolute;
    top: 0;
    right: 20px;
}

/*.modal {
    position: absolute;
    top: -90%;
}*/

@media (min-width: 992px) {
    .modal-lg {
        width: 1100px;
    }
}

.dropdown-menu > li > a {
    white-space: pre-wrap;
    text-transform: uppercase;
}

textarea.form-control {
    resize: vertical;
}