/*Your Custom CSS*/

@charset "utf-8";

a {
    color: #2b7dce;
}

.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

html,
body {
    font-size: 14px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #f7f7f7;
}

/*Custom utility classes*/

.p-7 {
    padding: 7px;
}

.pr-30 {
    padding-right: 30px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.h-100-vh {
    height: 100vh !important;
}

.pt-60 {
    padding-top: 60px;
}

.pr-15 {
    padding-right: 15px;
}

.border-right-1 {
    border-right: 1px solid #eee;
}

.border-left-1 {
    border-left: 1px solid #eee;
}

.br-0 {
    border-right: 0 !important;
}

.ml-15-px {
    margin-left: 15px;
}

.max-height-500 {
    max-height: 500px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-7 {
    margin-top: 7px;
}

/*Login css*/

.login-wrapper {
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}

.login-logo {
    width: 100px;
    margin: 0 auto;
    display: block;
}

/*.login-notice {
    color: darkblue;
    font-size: 13px;
    bottom: 0;
    position: absolute;
    left: 20%;
    right: 20%;
    border: 1px solid red;
    margin: 10px;
    padding: 10px;
    text-align: justify;
}*/

.login-notice {
    color: #dc3545;
    font-size: 13px;
    /* bottom: 0; */
    position: absolute;
    left: 20%;
    right: 20%;
    border: 1px solid red;
    margin: 10px;
    padding: 10px;
    text-align: justify;
}

.login-header {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    color: #7e7e7e;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.login-header::after {
    content: '';
    width: 35%;
    left: 0;
    height: 1px;
    background: #c0c0c0;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login-header::before {
    content: '';
    width: 35%;
    right: 0;
    height: 1px;
    background: #c0c0c0;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login-wrapper .link {
    line-height: 28px;
    color: #5aaaff;
    margin-top: 8px;
    display: block;
}

.btn.btn-login {
    padding: 10px 25px;
    font-size: 16px
}

.login-hr {
    /*margin-top: 30px;*/
}

/*Dashboard CSS*/

header .navbar-brand {
    margin-right: 25px;
}

.main {
    position: relative;
    min-height: calc(100vh - 66px);
    background: #f7f7f7;
    padding-left: 80px;
    padding-top: 75px;
    padding-bottom: 50px;
    width: 100%;
}

.soh-app-container {
    padding-top: 60px;
    height: calc(100vh - 66px);
}

/*nav-bar*/

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                supported by Chrome and Opera */
}

.cst-navbar {
    background: #ffffff;
    height: 60px;
    padding: 0 10px;
    -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.12);
}

ul.custom-navbar li.user span.user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 8px;
}

ul.custom-navbar li {
    position: relative;
    padding: 10px 8px;
}

ul.custom-navbar .dropdown-toggle::after {
    display: none;
}

ul.custom-navbar li:hover {
    cursor: pointer;
}

ul.custom-navbar li.user span.user-name {
    font-weight: 600;
    font-size: 1em;
    position: relative;
    line-height: 60px;
}

ul.custom-navbar li.user a {
    text-decoration: none;
    color: inherit;
}

ul.custom-navbar li.user span.user-name::after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -2px;
}

.user-profile-dropdown {
    border-radius: 0;
    padding: 0;
    font-size: 1em;
    border: none;
    width: 250px;
    cursor: default;
    margin: 0;
    -webkit-box-shadow: 0px 0px 2px 2px #0000002b;
    box-shadow: 0px 0px 2px 2px #0000002b;
    top: 90%;
}

.filter-toggle {
    background: #4caf50;
    position: absolute;
    left: -59px;
    top: 175px;
    padding: 6px 23px;
    color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 16px;
    cursor: pointer;
}

.filter-dropdown {
    border-radius: 0;
    padding: 15px;
    font-size: 1em;
    border: none;
    width: 400px;
    cursor: default;
    margin: 0;
    -webkit-box-shadow: 0px 0px 2px 2px #0000002b;
    box-shadow: 0px 0px 2px 2px #0000002b;
    top: 90%;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.filter-div {
    width: 500px;
    position: fixed;
    top: 0;
    right: -504px;
    bottom: 0;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1033;
    -webkit-box-shadow: -1px 0px 2px 2px rgba(0, 0, 0, 0.16);
    box-shadow: -1px 0px 2px 2px rgba(0, 0, 0, 0.16);
}

.filter-div-title {
    border-bottom: 1px solid #dadada;
    padding: 7px;
    background: #f1f1f1;
    font-size: 14px;
    line-height: 16px;
    color: #464646;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 0px 2px 1px #ffffff;
}

.filter-div-body {
    padding: 7px;
    height: calc(100vh - 31px);
    overflow: hidden;
    overflow-y: auto;
}

.filter-div.active {
    right: 0;
}

.cst-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.40);
    z-index: 32;
}

.cst-navbar .logo {
    width: 60px;
    margin: 0;
}

.cst-sidebar {
    width: 80px;
    padding: 0;
    padding-top: 60px;
    position: fixed;
    height: auto;
    min-height: 100vh;
    background: #243a50;
    z-index: 31;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.cst-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cst-sidebar>ul>li {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.23137254901960785);
}

.cst-sidebar ul li {
    position: static;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.cst-sidebar ul li a {
    padding: 8px 5px;
}

.position-wrapper {
    position: absolute;
    z-index: 10;
    display: none;
}

.cst-sidebar ul>li.has-sub>a {
    position: relative;
}

.cst-sidebar ul>li.has-sub>a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-family: FontAwesome;
    content: "\f104";
    font-size: 1em;
    display: inline-block;
}

.cst-sidebar ul>li.has-sub>a.add-arrow:after {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1em;
    display: inline-block;
}


/* .cst-sidebar ul>li.add-arrow-main-menu>a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1em;
    display: inline-block;
} */

.cst-sidebar>ul>li>a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.cst-sidebar>ul>li>a>span.text {
    color: #eef7ff;
    display: block;
    font-size: 0.786em;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}

.cst-sidebar>ul>li>a>span.icon {
    display: block;
    color: #ffffff;
    font-size: 2.5em;
    line-height: 0;
    margin-bottom: 4px;
}

.cst-sidebar>ul>li.has-sub .sub-menu {
    /*    display: none;
        position: absolute;
        left: 100%;*/
    background: #33516f;
    min-width: 200px;
    /*top: 0;*/
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
}

.cst-sidebar>ul>li.has-sub .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.cst-sidebar>ul>li.has-sub .sub-menu li:last-child {
    border-bottom: none;
}

.cst-sidebar>ul>li.has-sub .sub-menu li:hover {
    background: #243a50;
}

.cst-sidebar>ul>li.has-sub .sub-menu>li>a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
}

/*.sub-menu > li.has-sub::after {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1em;
    display: inline-block;
}*/

.user-data {
    background-color: #FFF;
    padding: 15px !important;
    padding-bottom: 5px !important;
}

.user-data ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.user-data ul li {
    padding: 5px 3px;
    border-bottom: 1px solid #e3e3e3;
}

.user-data ul li a {
    text-decoration: none;
    color: #626262;
    display: block;
}

.user-data ul li:last-child {
    border: none;
}

.user-data ul li.header {
    margin-left: -15px;
    padding-left: 20px;
    background: #d7d7d7;
    margin-right: -15px;
    font-weight: 600;
}

.user-data .user-img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.user-data .user-name {
    margin-top: 8px;
    display: block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

.user-data .postion {
    display: block;
    font-size: 12px;
    text-align: center;
}

.profile-button {
    margin-top: 8px;
}

.profile-button button {
    border-radius: 0;
    line-height: 32px;
    border: none;
}

.profile-button button.changePassword {
    background: #243a50;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.profile-button button.logOut {
    background: #243a50;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs li {
    display: inline-block;
    font-size: 1em;
    margin-right: 20px;
    position: relative;
}

.breadcrumbs li::after {
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    right: -16px;
    top: 50%;
    color: #f8981d;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.breadcrumbs li a {
    color: #33516f;
    text-decoration: none;
    font-weight: 400;
    opacity: .7;
}

.breadcrumbs li.current {
    margin-right: 0;
    color: #2b7dce;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: capitalize;
}

.breadcrumbs li.current::after {
    display: none;
}

.cst-scrollbar::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.4);
}

.cst-scrollbar::-webkit-scrollbar {
    height: 3px;
    width: 10px !important;
    background-color: #3a3a3d;
}

.cst-scrollbar::-webkit-scrollbar-thumb {
    background-color: #858589;
}

.cst-scrollbar.thin::-webkit-scrollbar {
    height: 5px;
    width: 5px !important;
    background-color: rgba(255, 255, 255, 0.4);
}

.powred-by {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 6px;
}

.toggle-sidebar {
    background: url('../img/arrow-right-circle.png');
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 83px;
    right: -10px;
    display: none;
    background-size: cover;
}

.toggle-sidebar:hover,
.toggle-sidebar:focus {
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

body.active .pwrby {
    display: block;
}

.argus-small-logo {
    max-width: 80px;
}

.dashboard-title {
    font-weight: 400;
    color: #5a5a5a;
    margin-bottom: 20px;
}

/*Button*/

.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
    min-width: 70px;
    line-height: 16px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 3px 8px;
    font-size: 13px;
}

.btn.dropdown-toggle-split {
    min-width: auto;
    line-height: 28px;
    padding-top: 0;
    padding-bottom: 0;
}

.btn.dropdown-toggle-split::after {
    vertical-align: middle;
}

.btn:focus,
.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.btn.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.btn.btn-md {
    padding: .3rem 1.2rem;
    font-size: 1.1rem;
    line-height: 1.5;
}

.btn-primary {
    color: #fff;
    background-color: #2b7dce;
    border-color: #2b7dce;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    outline: none;
    background-color: #2167ad;
    border-color: #2167ad;
    box-shadow: none;
}

.btn-secondary {
    background-color: #a5adb5;
    border-color: #a5adb5;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #b7b7b7;
    border-color: #b7b7b7;
    color: #000000;
    cursor: not-allowed;
}

.cst-card {
    padding: 0px;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
}

.cst-card .card-body {
    padding: 7px;
    margin-bottom: 10px;
}

.cst-card .card-title[role=tab] {
    border-bottom: 1px solid #dadada;
    margin-bottom: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.cst-card .card-title[role=tab].active {
    margin-bottom: .75rem;
}

.cst-card .card-title,
.cst-card .card-title.active {
    border-bottom: 1px solid #dadada;
    padding: 7px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #f1f1f1;
}

.section-title {
    padding: 7px;
}

.section-title .text {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #464646;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 0px 2px 1px #ffffff;
}

.section-title-small {
    padding: 7px;
    border-bottom: 1px solid #dfdfdf;
}

.section-title-small .text {
    font-size: 14px;
    line-height: 16px;
    color: #464646;
    font-weight: 500;
    margin-bottom: 0;
    text-shadow: 0px 2px 1px #ffffff;
}

.cst-card.cst-table-card .card-footer {
    padding: 0;
    border-top: 0px solid #dadada;
    padding-top: 0px;
    background: none;
    margin-top: 1rem;
}

.cst-card .card-footer {
    padding: 7px;
    border-top: 1px solid #eee;
    background: none;
    text-align: right;
}

.cst-card .card-title {
    position: relative;
}

.cst-card .card-title .text {
    font-size: 14px;
    line-height: 16px;
    color: #464646;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 0px 2px 1px #ffffff;
}

.cst-card .card-title .text a {
    color: #333333;
    font-weight: 600;
    text-decoration: none;
}

.cst-card .card-title .control ul {
    color: #aaa;
    padding: 0;
    margin: 0;
    list-style: none;
}

.cst-card .card-title .control ul li {
    display: inline-block;
    margin: 0 0 0 8px;
    font-size: 1em;
    color: #0a4166;
}

.cst-card .card-title .control ul li a {
    color: inherit;
    text-decoration: none;
}

.cst-card .card-text {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
}

.cst-card .card-small-title .card-text {
    font-size: 16px;
    margin-top: 0px;
}

.cst-card .card-small-title {
    vertical-align: middle;
}

.cst-card .card-small-title .text {
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
}

.cst-card .card-small-title .icon {
    vertical-align: middle;
    font-size: 13px;
    line-height: 28px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #d64f05;
    width: 30px;
    height: 30px;
    text-align: center;
}

.cst-card .card-small-title .icon.orange {
    color: #d64f05;
    border: 1px solid #d64f05;
}

.cst-card .card-small-title .icon.viking {
    color: #a5b444;
    border: 1px solid #a5b444;
}

.cst-card .card-small-title .icon.blue {
    color: #69a9bc;
    border: 1px solid #69a9bc;
}

.cst-card .card-small-title .icon.purple {
    color: #a060b8;
    border: 1px solid #a060b8;
}

.icon.purple {
    color: #a060b8;
}

.icon.orange {
    color: #d64f05;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #e6e6e6;
}

.cst-table table.table-fixed {
    table-layout: fixed;
}

.cst-table thead {
    background: #f1f1f1;
}

.cst-table {
    max-height: calc(100vh - 192px);
}

.cst-table table {
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .025);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.cst-table thead tr th {
    border-bottom: none;
    min-width: 40px;
    padding: 7px .5rem;
    white-space: nowrap;
    word-wrap: break-word;
}

.cst-table tbody tr td {
    padding: 7px .5rem;
    word-wrap: break-word;
}

.cst-table tbody tr td.action-cell {
    padding: .3rem .5rem;
    width: 120px;
}

.action-cell .more-action-dropdown {
    list-style: none;
    padding: 0;
    border-radius: 0;
    font-size: 1em;
    border: none;
    cursor: default;
    margin: 0;
    -webkit-box-shadow: 0px 0px 2px 2px #0000002b;
    box-shadow: 0px 0px 2px 2px #0000002b;
}

.cst-table .action-cell .more-action-dropdown li {
    display: block;
    height: auto;
    padding: 7px 5px;
    border-bottom: 1px solid #e3e3e3;
    color: #626262;
}

.cst-table .action-cell .more-action-dropdown li:hover {
    background-color: #2b7dce;
    color: #fff;
}

.cst-table .action-cell .more-action-dropdown li a {
    width: 100%;
    text-align: left;
    height: auto;
    text-decoration: none;
    color: inherit;
}

.cst-table .action-item {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 32px;
    white-space: nowrap;
}

.cst-table .action-item li {
    display: inline-block;
    height: 32px;
}

.cst-table .action-item li a {
    display: inline-block;
    text-align: center;
    padding: 0;
    height: 28px;
    width: 28px;
    margin-right: 6px;
}

.cst-table .action-item li .action-icon {
    background-image: url('../../img/edit-deleteicons.png');
    background-repeat: no-repeat;
}

.cst-table .action-item li .action-icon.edit-icon {
    background-position: 0px 0px;
}

.cst-table .action-item li .action-icon.edit-icon:hover {
    background-position: -28px 0px;
}

.cst-table .action-item li .action-icon.delete-icon {
    background-position: 0px -28px;
}

.cst-table .action-item li .action-icon.delete-icon:hover {
    background-position: -28px -28px;
}

.cst-table .action-item li .action-icon.more-icon {
    background-position: 0px -56px;
}

.cst-table .action-item li .action-icon.more-icon:hover {
    background-position: -28px -56px;
}

.cst-table .action-item li.dropdown-toggle::after {
    display: none;
}

.cst-table .action-item li:last-child a {
    margin-right: 0;
}

.cst-table table .cst-thead th.filter-col span {
    display: inline-block;
}

.cst-table table .cst-thead th.filter-col span.active {
    display: inline-block;
}

.cst-table table .cst-thead th.filter-col .sort {
    margin-right: 8px;
    cursor: pointer;
    color: #808080;
}

.cst-table table .cst-thead th.filter-col .search {
    cursor: pointer;
    color: #808080;
}

.cst-table table .cst-thead th.filter-col .search-box,
.cst-table table .cst-thead th.filter-col .text {
    display: none;
    width: calc(100% - 40px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    line-height: 25px;
}

.cst-table table .cst-thead th.filter-col .search-box .form-control-sm {
    height: 25px;
    font-size: 12px;
    padding: 0.25rem .5rem;
    line-height: 12px;
}

.small-col {
    width: 20px;
}

.medium-col {
    width: 120px;
}

.large-col {
    width: 150px;
}

.extralarge-col {
    width: 200px;
}

.simple-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.simple-list li {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
}

.simple-list li:first-child {
    color: #0a4166;
    font-weight: 700;
}

.small-title .text {
    vertical-align: middle;
    line-height: 14px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

/*date-changer*/

.date-list {
    list-style: none;
    margin: 0;
    display: inline-block;
    background: none;
    /*    border: 1px solid rgba(10, 65, 102, .60);*/
    border-radius: 6px;
    padding: 5px 10px;
}

.date-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.date-list li .icon-group {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 7px;
}

.date-list li .icon-group img {
    margin-top: 2px;
}

.date-list li .date-group {
    display: inline-block;
    vertical-align: middle;
}

.date-list li .day {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

.date-list li .date {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #0a4166;
    margin-bottom: 0;
}

.btn-prev,
.btn-next {
    padding: 0;
    text-align: center;
    background: none;
    color: #0a4166;
    font-size: 24px;
}

.btn-prev:hover,
.btn-prev:focus,
.btn-next:hover,
.btn-next:focus {
    color: #30688c;
}

/*Tab*/

.cst-tab-content {
    background: none;
    width: 100%;
    padding: 40px 25px 40px 25px;
}

.cst-tab .nav-pills {
    border-bottom: 1px solid #ddd;
}

.cst-tab .nav-pills .nav-item {
    position: relative;
    width: 230px;
}

.cst-tab .nav-pills .nav-link {
    text-align: center;
    background: none;
    color: #333;
    font-weight: 600;
    border-radius: 0px;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

span.line {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #0a4166;
    -webkit-transition: all .4s;
    transition: all .4s;
}

/*
.cst-tab .nav-pills .nav-link.active::after {
content: '';
width: 100%;
height: 2px;
background: #0a4166;
position: absolute;
bottom: -1px;
left: 0;
transform: translate3d(0%, 0, 0);
transition: all .3s;
}
*/

.two:hover~hr {
    margin-left: 25%;
}

.movingLine-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.movingLine-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.cst-tab .cst-card .card-title .text {
    text-transform: none;
    font-weight: 400;
}

/*Checkbox*/

.control {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-top: 0px;
    cursor: pointer;
    font-size: 1em;
    line-height: 15px;
    min-height: 15px;
    margin-bottom: 0;
    margin-right: 8px;
    min-width: 80px;
    width: auto;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background: none;
    border: 1px solid #978f8f;
}

.control-radio .control_indicator {
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 50%;
}

.control input:checked~.control_indicator {
    background: #2b7dce;
    border: 1px solid #2b7dce;
}

.control-radio input:checked~.control_indicator {
    background: none;
    border: 1px solid #2b7dce;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    -webkit-box-sizing: unset;
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 4px;
    top: 0px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b;
}

.control-radio .control_indicator:after {
    left: 3px;
    top: 3px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #2b7dce;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.control-radio input:disabled~.control_indicator:after {
    background: #7b7b7b;
}

.form-control-xs {
    padding: .1rem .5rem;
    font-size: .8rem;
}

/* .form-group:last-of-type {
    margin-bottom: 0;
} */

.cst-form-control {
    border-radius: 2px;
    font-size: 1em;
    border-color: #c7c7c7;
    padding: 5px;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.cst-form-control:focus {
    background: #fcfcfc;
    border-color: #243a50;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

select.form-control,
select.form-control:focus {
    height: auto !important;
    background-image: url(../img/caret-down.png);
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: 99% 10px;
}

.form-group {
    position: relative;
}

.inline-form .form-group label {
    width: 150px;
    margin-bottom: 0;
    vertical-align: top;
    line-height: 29px;
    margin-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inline-form .form-group label.control {
    width: auto;
    min-width: 80px;
    line-height: normal;
    overflow: visible;
}

.inline-form .form-group .cst-form-control {
    display: inline-block;
    width: calc(100% - 162px);
}

.inline-form .form-group .valid-feedback {
    top: -13px;
}

.inline-form .form-group .input-group {
    width: calc(100% - 162px);
    display: inline-flex;
}

.icon-big {
    font-size: 24px;
    vertical-align: middle;
}

.icon-medium {
    font-size: 20px;
    vertical-align: middle;
}

.status-text span {
    font-size: 14px;
    margin-left: 8px;
}

.cst-paragraph {
    font-size: 1em;
    color: #333;
    font-weight: 400;
    line-height: 20px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.round-border {
    border-radius: 50%;
    border: 1px solid #0a4166;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    display: inline-block;
    text-align: center;
    color: #595959;
}

[contenteditable="true"] {
    padding-right: 15px;
    position: relative;
}

[contenteditable="true"]:hover::after {
    content: '\f040';
    color: #e2e2e2;
    position: absolute;
    top: 0;
    right: 10px;
    font-family: FontAwesome;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/*Call Center CSS*/

.no-sidebar {
    padding-left: 15px;
    padding-top: 60px;
    overflow: hidden;
}

.calling-header {
    background: #fff;
    height: 120px;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
}

ul.navigation {
    margin: 0px;
    padding: 0px;
}

ul.navigation li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    margin-right: 15px;
    vertical-align: middle;
}

.round-label {
    border-radius: 18px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 15px;
    border: 0px;
    position: relative;
    z-index: 1;
    margin-top: -10px;
}

.bg-cst {
    background: #990100;
}

.btn-call-end {
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding: 6px 20px;
    border: 0px;
    cursor: pointer;
    background: #5fd35f;
    position: relative;
    overflow: hidden;
}

.btn-call-end::before {
    position: absolute;
    top: -80px;
    left: -12px;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    height: 90px;
    width: 121px;
}

.btn-call-drop {
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding: 6px 20px;
    border: 0px;
    cursor: pointer;
    background: #ff5555;
    overflow: hidden;
    position: relative;
}

.btn-call-drop::before {
    position: absolute;
    top: -80px;
    left: -12px;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    height: 90px;
    width: 121px;
}

ul.navigation h3 {
    font-size: 22px;
    color: #595959;
    margin-bottom: 0px;
    line-height: 0px;
    font-weight: 600;
    display: inline-block;
}

.mobile-number {
    font-weight: normal !important;
}

ul.navigation span.duration {
    position: absolute;
    font-size: 12px;
    right: 0px;
    top: 26px;
    font-weight: normal;
    color: #898989;
}

.out-line-btn-main {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #b1c3ce;
    text-align: center;
    height: 85px;
    padding-top: 20px;
    position: relative;
    width: 270px;
}

.out-line-btn-main button {
    border: 1px solid #88c7d7;
    color: #0a8dad;
    width: 120px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 3px 15px;
    font-size: 13px;
}

.call-status {
    background: #0a4166;
    position: absolute;
    width: 100px;
    text-align: center;
    top: -11px;
    left: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 2px;
}

ul.tab-list {
    margin: 0px;
    padding: 0px;
}

ul.tab-list li {
    display: block;
}

ul.tab-list img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}

ul.tab-list h4 {
    color: #0b4267;
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
}

ul.tab-list h5 {
    font-size: 12px;
    color: #7d7e7f;
}

.arrow-left {
    position: absolute;
    top: 0px;
    left: 15px;
    font-size: 50px;
    color: #1a4e71;
    cursor: pointer;
}

.arrow-right {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 50px;
    color: #1a4e71;
    cursor: pointer;
}

.text-bold {
    font-weight: 600;
    margin-top: 15px;
}

ul.name-list {
    margin: 0px;
    padding: 0px;
}

ul.name-list li {
    vertical-align: top;
    display: inline-block;
    width: 49%;
    list-style-type: none;
    color: #595959;
}

ul.name-list li span {
    display: block;
}

.hr-left {
    border-left: 1px solid #d7d7d7;
}

.vertical-tab-list.nav-pills {
    background: #fff;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.vertical-tab-list .nav-link {
    color: #595959;
}

.vertical-tab-list.nav-pills .nav-link.active,
.show>.nav-pills .nav-link {
    color: #fff;
    background-color: #0a4166;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.cst-tab .nav-tabs .nav-link.active {
    background-color: #2b7dce;
    color: #fff;
}

.icon-size {
    font-size: 20px !important;
}

.call-history-btn {
    padding: 5px 15px;
    background: #9cd8ff;
    color: #134b70;
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari */
    transform: rotate(-90deg);
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 12px;
    font-weight: normal;
    border: 0px;
    outline: none;
    position: absolute;
    bottom: 100px;
    left: -60px;
}

.header-fixed thead {
    position: sticky;
    top: -1px;
}

.screen-fix-height {
    height: calc(100vh - 478px);
    overflow: hidden;
    overflow-y: auto;
}

.call-history {
    position: absolute;
    bottom: 66px;
    right: -600px;
    border-top-left-radius: 5px;
    border: 1px solid #0a4166;
    background: #fff;
    width: 600px;
    height: 400px;
    -webkit-transition: all .6s;
    transition: all .6s;
    border-bottom-left-radius: 5px;
    z-index: 1;
}

.call-history.active {
    right: -1px;
}

.sm-images-parent {
    position: relative;
}

.sm-images {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 1px solid;
    padding: 4px;
}

.border-color-cst {
    border-color: #990100;
}

.border-color-info {
    border-color: #17a2b8;
}

.border-color-success {
    border-color: #28a745;
}

.border-color-dark {
    border-color: #343a40;
}

.text-sm {
    font-size: 12px;
}

.hr-footer {
    border-top: 1px solid rgba(10, 65, 102, 0.21);
    display: block;
    margin-left: 80px;
    margin-right: 15px;
    background: #f7f7f7;
    position: fixed;
    bottom: 0;
    width: 100%;
    
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    
    
}

.form-block {
    display: block;
}

.checklist-block {
    display: none;
}

ul.logo-list {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 10px 0;
}

ul.logo-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

ul.logo-list li img {
    height: 30px;
}

.argus-logo {
    display: inline-block;
    float: right;
    margin: 6px 0;
}

/*Call Center CSS*/

.custom-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.71);
    z-index: 3;
}

.sk-circle {
    height: 40px;
    width: 40px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*cst-collapse*/

.cst-collapse .cst-collapse-link {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-decoration: none;
}

/*New CSS*/

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.status-badge {
    background-color: #757575;
    padding: 2px 4px;
    border-radius: 2px;
    color: #fff !important;
    text-transform: capitalize;
    margin-bottom: 0px;
    display: inline-block;
    text-decoration: none !important;
}

.status-badge.badge-primary {
    background-color: #2b7dce;
}

.status-badge.badge-success {
    background-color: #4caf50;
}

.status-badge.badge-danger {
    background-color: #da4035;
}

.status-badge.badge-warning {
    background-color: #ff9800;
}

.input-group .cst-form-control {
    border-right: none;
}

.input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    padding: 5px 10px;
    line-height: 17px;
    min-width: auto;
}

.input-group .myFileControl {
    display: none;
}

.cst-tab .tab-content {
    background: #ffffff;
    padding: 0px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
}

.cst-tab .nav-tabs {
    border-bottom: none;
}

.cst-tab .nav-tabs .nav-link {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: none;
    color: #212529;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cst-tab .nav-tabs li.active .nav-link {
    background-color: #2b7dce;
    color: #fff;
}

.cst-progress {
    border-radius: 2px;
    overflow: visible;
    margin-bottom: 10px;
}

.cst-progress .progress-bar {
    height: 16px;
    border-radius: 2px;
    line-height: 17px;
    position: relative;
    background-color: #757575;
}

.progress-bar.progress-bar-primary {
    background-color: #2b7dce;
}

.progress-bar.progress-bar-success {
    background-color: #4caf50;
}

.progress-bar.progress-bar-danger {
    background-color: #da4035;
}

.progress-bar.progress-bar-warning {
    background-color: #ff9800;
}

.value {
    position: absolute;
    background: #5b5a5a;
    color: #ffffff;
    padding: 3px 6px;
    border-radius: 2px;
    top: 0;
    right: 0;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.progress-bar.progress-bar-primary .value {
    background-color: #2469ad;
}

.progress-bar.progress-bar-success .value {
    background-color: #409443;
}

.progress-bar.progress-bar-danger .value {
    background-color: #b93930;
}

.progress-bar.progress-bar-warning .value {
    background-color: #e78a00;
}

.cst-modal .modal-content {
    border-radius: 2px;
}

.cst-modal .modal-header {
    border-bottom: 1px solid #dadada;
    padding: 5px 7px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #f1f1f1;
}

.cst-modal .modal-header .text {
    font-size: 14px;
    line-height: 16px;
    color: #464646;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 0px 2px 1px #ffffff;
}

.cst-modal .modal-body {
    padding: 7px;
    margin-bottom: 10px;
    max-height: calc(100vh - 200px);
    overflow: auto;
}

.cst-modal .modal-footer {
    padding: 7px;
    border-top: 1px solid #eee;
    background: none;
    text-align: right;
}

.cst-pagination {
    margin-top: 7px;
}

.cst-pagination ul {
    margin-bottom: 0;
}

.cst-pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.cst-pagination .page-item:last-child .page-link {
    margin-left: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.cst-pagination .page-item.disabled .page-link {
    background: #d0d0d0;
    color: #000000;
}

.cst-pagination ul li .page-link {
    color: #464646;
    border: none;
}

.page-item.active .page-link {
    background-color: #2b7dce;
    border-color: #2b7dce;
}

.alert {
    padding: 3px 7px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.valid-feedback {
    position: absolute;
    right: 10px;
    display: inline-block;
    top: 16px;
    margin-bottom: 0;
    font-size: 12px;
    border-radius: 47px;
    padding: 3px 15px;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 4;
    width: auto;
}

/*For structure without label*/

.form-group .valid-feedback:nth-child(2) {
    top: -12px;
}

/*For structure without label*/

.custom-grid-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.custom-col {
    margin: 0 15px;
    width: 350px;
}

.data-tile {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #dadada;
}

.data-tile p,
.data-tile h3 {
    margin-bottom: 0;
}

.data-tile .upper-text,
.data-tile .lower-text {
    padding: 4px 8px;
}

.data-tile .upper-text p {
    color: #a5adb5;
}

.data-tile .lower-text p {
    font-size: 13px;
    color: #636363;
}

.data-tile .upper-text h3 {
    font-size: 2em;
}

.data-tile .lower-text {
    border-top: 1px solid #eeeeee;
}

.data-tile .text {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
}

.data-tile .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    font-size: 3em;
    color: #fff;
    background-color: #8e8e8e;
}

.data-tile-bule .icon {
    background-color: #2b7dce;
}

.data-tile-bule .upper-text h3 {
    color: #2b7dce;
}

.data-tile-green .icon {
    background-color: #4caf50;
}

.data-tile-green .upper-text h3 {
    color: #4caf50;
}

.data-tile-red .icon {
    background-color: #da4035;
}

.data-tile-red .upper-text h3 {
    color: #da4035;
}

.data-tile-orange .icon {
    background-color: #ff9800;
}

.data-tile-orange .upper-text h3 {
    color: #ff9800;
}

.data-tile--no-icon .text {
    flex: 0 0 100%;
    max-width: 100%;
}

.data-tile--collapse .upper-text {
    position: relative;
}

.data-tile--collapse .collapse-btn {
    position: absolute;
    background: #243a50;
    height: 30px;
    width: 30px;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border-radius: 50%;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

/* .data-tile--collapse .collapse-btn i{
margin-left: -1px;
transform: rotate(0deg);
transition: all 0.3s;
transform-origin: 50% 50%;
}

.data-tile--collapse .collapse-btn.collapsed i{
transform: rotate(-180deg);
transition: all 0.3s;
transform-origin: 50% 50%;
} */

@media only screen and (max-width: 767px) {
    .data-tile .text {
        width: calc(100% - 100px);
    }
}

.menu-configuration-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: calc(100vh - 273px);
    border: 1px solid #dfdfdf;
    border-right: 0;
    overflow: hidden;
    overflow-y: auto;
}

.menu-configuration-list li {
    padding: 8px 10px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.menu-configuration-list li:hover,
.menu-configuration-list li.current {
    background: #efefef;
    font-weight: 500;
    cursor: pointer;
    border-color: transparent;
}

.menu-configuration-list li:first-child:hover,
.menu-configuration-list li.current:first-child:hover {
    background: #fff;
    color: inherit;
    font-weight: normal;
    cursor: default;
}

.menu-details {
    padding: 7px;
    border: 1px solid #dfdfdf;
    height: calc(100vh - 273px);
    overflow: hidden;
    overflow-y: auto;
}

.light-bottom-border {
    padding-bottom: 7px;
    border-bottom: 1px solid #dfdfdf;
}

.no-data-placeholder {
    padding: 100px 0px;
    text-align: center;
    background: #ffffff;
    color: #c0c0c0;
    border: 1px solid #dfdfdf;
}

.card-sub-title {
    font-size: 14px;
    color: #767676;
    font-weight: 600;
    padding: 0px;
}

/* Report Config */

.add-field {
    position: relative;
}

.cst-popover {
    display: none;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    position: absolute;
    right: 0;
    left: 0px;
    top: 150%;
    z-index: 1;
}

.cst-popover::after {
    content: '';
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #F1F1F1 transparent;
    top: -10px;
    left: 20px;
}

.cst-popover .cst-popover-title {
    border-bottom: 1px solid #dadada;
    padding: 7px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #f1f1f1;
}

.cst-popover-title .text {
    font-size: 14px;
    line-height: 16px;
    color: #464646;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 0px 2px 1px #ffffff;
}

.cst-popover-body {
    padding: 7px;
    margin-bottom: 10px;
}

.cst-popover-footer {
    padding: 7px;
    border-top: 1px solid #eee;
    background: none;
    text-align: right;
}

.edit-field {
    position: relative;
}

.edit-field .icon-list {
    display: none;
    padding: 2px 0px;
    position: absolute;
    right: 5px;
    bottom: 100%;
    width: 45px;
    height: 25px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.edit-field:hover .icon-list {
    display: block;
}

.edit-field .icon-list span {
    width: 20px;
    text-align: center;
    color: #2b7dce;
    display: inline-block;
    cursor: pointer;
}

.tab-content .cst-table table {
    border-left: none;
    border-right: none;
}

.tab-content .cst-table table.table-bordered td,
.tab-content .cst-table table.table-bordered th {
    border-left: none;
}

.tab-content .cst-table table.table-bordered td:last-child,
.tab-content .cst-table table.table-bordered th:last-child {
    border-right: none;
}

.button-footer {
    text-align: right;
    padding: 7px 0px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.control-list {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
}

.control-list li {
    margin-left: 3px;
    display: inline-block;
    cursor: pointer;
}

.close {
    cursor: pointer;
}

.simple-breadcrumbs {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.simple-breadcrumbs li {
    display: inline-block;
    font-size: 1em;
    margin-right: 20px;
    position: relative;
}

.simple-breadcrumbs li::after {
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    right: -16px;
    top: 50%;
    color: #f8981d;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.simple-breadcrumbs li a {
    color: #33516f;
    text-decoration: none;
    font-weight: 400;
    opacity: .7;
}

.simple-breadcrumbs li.current {
    margin-right: 0;
    color: #2b7dce;
    font-size: 1.0em;
    font-weight: 600;
}

.simple-breadcrumbs li.current::after {
    display: none;
}

.default-list {
    list-style: disc;
    padding: 0;
    margin: 0;
    margin-left: 17px;
    list-style-position: inside;
}

.default-list li {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
}

.table.vertical-middle,
.table.vertical-middle tr,
.table.vertical-middle td,
.table.vertical-middle th {
    vertical-align: middle;
}

/* Vertical Tabs */

.cst-tab--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.cst-tab--vertical>.nav-tabs {
    flex: 0 0 150px;
    max-width: 150px;
}

.cst-tab--vertical>.tab-content {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    min-height: 60vh;
}

.cst-tab--vertical>.nav-tabs>li {
    display: block;
    width: 100%;
}

.tab-header {
    padding: 10px 7px;
    -webkit-transition: all .5s;
    transition: all .5s;
    /* background: #f1f1f1; */
    display: flex;
    justify-content: flex-end;
}

.tab-header .text {
    font-size: 14px;
    line-height: 16px;
    color: #464646;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 0px 2px 1px #ffffff;
    display: inline-block;
}

.tab-header .text a {
    color: #333333;
    font-weight: 600;
    text-decoration: none;
}

.inline-form-control .form-group {
    display: inline-flex;
    align-items: center;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 0;
}

.inline-form-control .form-group.border-right-1,
.inline-form-control .form-group.border-left-1 {
    border-color: #dadada;
}

.inline-form-control .form-group label {
    margin-bottom: 0;
    margin-right: 10px;
}

.bxb-0 {
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.cst-table table.table-bordered {
    border: 1px solid #dfdfdf !important;
}

.dropdown-btn-blank {
    text-decoration: none !important;
    color: #333333;
    font-weight: 600;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #2b7dce;
    color: #ffffff;
}

.dropdown-item {
    padding: 8px 10px;
}

.dropdown-menu {
    padding: 0;
}

.input-box {
    border: 1px solid #e2e2e2;
    padding: 0;
}

.input-box>h6 {
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 0;
}

.input-box--inner {
    padding: 15px;
}

.selectize-dropdown {
    z-index: 9999 !important;
}

#gvk_emri_preg_reg_phonenumber_verification .form-group.phone-input .alert.alert-danger.valid-feedback {
    display: contents;
}

.call-status-filter {
    width: 100%;
    display: block;
    text-align: right
}

.call-status-filter select {
    padding: 5px;
    text-transform: none;
    background: #f7f7f7;
    border-radius: .25rem;
}

.migration-table table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.migration-table td,
.migration-table th {
    border: 1px solid #978f8f;
    text-align: left;
    padding: 5px;
}

.divistion-line {
    border-bottom: 1px solid black
}

.geo-invalid-location {
    background-color: pink !important;
}

.geo-location-na {
    background-color: #fde174e0 !important;
}

#mapid {
    height: 500px;
}

#service-delivery-line-list-map {
    height: 560px;
    width: 390px;

}

.my-custom-scrollbar {
    position: relative;
    height: 600px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.close-filter {
    background-color: #7d7e7f !important;
    border-color: #a5adb5 !important;
}

.inline-block {
    display: inline-block
}

.custom-search {
    padding: 8px 10px;
    border-bottom: 1px solid #dfdfdf;
}

.capitalize {
    text-transform: capitalize;
}

.call-center .call-div {
    border: 1px solid white;
    background: white;
}

.call-icon {
    font-size: 50px;
}

.padding-20 {
    padding: 20px;
}

.pad1y {
    padding: 10px 0px;
}

.bottom-spacer-20 {
    margin-bottom: 20px;
}

.margin-top-75 {
    margin-top: 75px;
}

.font-size-13 {
    font-size: 13px;
}

.padding-left-right-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-right-0 {
    padding-right: 0px;
}

.pie-chart-container {
    margin: auto;
    height: 35vh;
    width: 30vw;
}

.bar-chart-container {
    margin: auto;
    height: 56vh;
    width: 50vw;
}

.covidpie-chart-container {
    margin: auto;
    height: 45vh;
    width: 40vw;
}

.covidbar-chart-container {
    margin: auto;
    height: 50vh;
    width: 85vw;
}

.covidline-chart-container {
    margin: auto;
    height: 40vh;
    width: 40vw;
}

.chart-container {
    height: 60vh;
    align-items: center;
    display: flex;
}

.memberInfoDropDown a {
    border-bottom: 1px solid #e3e3e3;
}

.selectize-wpd-input .selectize-input {
    height: 33px !important;
    border-radius: 2px !important;
}

.selectize-wpd-input .selectize-control.single .selectize-input,
.selectize-wpd-input .selectize-control.single .selectize-input input {
    vertical-align: sub;
}

.tabclass {
    margin-top: 20px;
}

/*Fixed column overlap issue*/
.column-overlap-fixed tbody tr td:not(:first-child) {
    word-wrap: break-word;
}

.fs-30 {
    font-size: 30px !important;
}

.pt-10 {
    padding-top: 10px;
}

.covid-19-tooltip {
    color: white;
    background-color: #222;
    padding: .5em;
    text-shadow: #f5f5f5 0 1px 0;
    border-radius: 2px;
    /*opacity: 0.9;*/
    position: absolute;
}
/* Menu -search */
.menu-search .search-icon{
    margin-top: 10px;
}
.menu-search input[type=text] {
    outline: none;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
     background: white url(../../img/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;

    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
.menu-search input[type=text]:focus {
    width: 200px;
    background-color: #fff;
    border-color: #2b7dce;
    width: 200px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
.menu-search input:focus::-moz-placeholder {
    color: #ddd;
}
.menu-search input:focus::-webkit-input-placeholder {
    color: #ddd;
}
.menu-search input:-moz-placeholder {
    color: transparent;
}
.menu-search input::-webkit-input-placeholder {
    color: transparent;
}
#search-data.dropdown-menu a:hover{
    color:#2b7dce !important;
}
#search-data.user-data{
    top:63px !important;
    padding: 5px !important;
    overflow: auto;
    max-height: 200px;
    display: block;
}

.menu-search input[type=text]:focus > .dropdown-menu {
  display: block;
}

.mobile-config-search input[type=text] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
    background: white url(../../img/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px;
    width: 200px;
    padding-left: 32px;
    color: transparent;
    cursor: pointer;
}

.mobile-config-search input[type=text]:focus {
    background-color: #fff;
    border-color: #2b7dce;
    color: #000;
    background-color: #fff;
    cursor: auto;
}

.min-height-120 {
    min-height: 120px;
}
 .overflow-y-auto {
    overflow-y: auto 
}

/* OPD Consent Request Starts */
.mt-20 {
    margin-top: 20px;
}

.ml-14 {
    margin-left: 14px;
}

.ml-161 {
    margin-left: 161px;
}

.health-id .search-icon, .hfr-search-icon {
    margin-left: 4px;
    font-size: 21px;
    color: #666d73;
    margin-top: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.hr-or-line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #a5adb5;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.hr-or-line span {
    background: #fff;
    padding: 0 10px;
    color: #6c7379;
    font-size: 12px !important;
}

.mb-0 {
    margin-bottom: 0px;
}

.resend-otp {
    color: #2167ad !important; 
    float: right; 
    margin-top: 2px; 
}

.is-agree-checkbox {
    height: 17px;
    width: 17px;
    vertical-align: text-bottom;
    margin-right: 7px;
}

.download-health-id-card-title{
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: underline;
}

/* OPD Consent Request Ends */

.health-id-dialog .modal-dialog{
    width: 73%!important;
}

.ndhm-hiu-modal .modal-content{
    height: 480px!important;
}
.field-config-group label.control{
    min-width: unset !important;
}

.health-record-back-button{
    text-decoration: underline;
    margin: 10px;
    float: right;
}

.section-header{
    color: #054697;
    font-weight: 600;
    font-size: 15px;
}
@media only screen and (max-width : 480px) {
    .mobile-width{
        width: 100% !important;
    }
    .valid-feedback{
        top:6px !important;
    }
    .mobile-label{
        width:auto  !important;
        line-height: 1.5  !important;
    }
    .mobile-display{
        display: block !important;
    }
}
@media only screen and (max-width : 1024px) {
    .full-width{
        width: 1024px !important;
    }
}

.mobile-label{
    white-space: normal  !important;  
    line-height: 20px !important;
}

td.cell {
    position: relative;
    word-break: break-all;
    word-wrap: break-word;
}

.cell-content {
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden; 
}
.copy-button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f0f0f0;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    color: #333;
    transition: background-color 0.3s ease;
}

.dashboard-card-footer{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding-top: 2px;
}

   
.br-1 .info{
    width: 13vw;
}