/*=========================================================================================
DESIGN AND DEVELOPED BY :  Gaurav Kalbande
=========================================================================================*/

@charset "utf-8";

@font-face {
    font-family: 'opensans';
    src: url('../plugins/newbootstrap/webfont/opensans/regular/opensans-regular-webfont.eot');
    src: url('../../newbootstrap/webfont/OpenSans-Regular-webfont.eot?iefix') format('eot'), url('../../newbootstrap/webfont/OpenSans-Regular-webfont.woff') format('woff'), url('../../newbootstrap/webfont/OpenSans-Regular-webfont.ttf') format('truetype'), url('../../newbootstrap/webfont/OpenSans-Regular-webfont.svg') format('svg');
}

@font-face {
    font-family: 'opensans-bold';
    src: url('../../newbootstrap/webfont/opensans-semibold-webfont.eot');
    src: url('../../newbootstrap/webfont/OpenSans-Bold-webfont.eot?iefix') format('eot'), url('../../newbootstrap/webfont/OpenSans-Bold-webfont.woff') format('woff'), url('../../newbootstrap/webfont/OpenSans-Bold-webfont.ttf') format('truetype'), url('../../newbootstrap/webfont/OpenSans-Bold-webfont.svg') format('svg');
}


@font-face {
    font-family: 'opensans-semibold';
    src: url('../plugins/newbootstrap/webfont/opensans/semibold/opensans-semibold-webfont.eot');
    src: url('../plugins/newbootstrap/webfont/opensans/semibold/opensans-semibold-webfont.eot?iefix') format('eot'), url('../../newbootstrap/webfont/opensans/semibold/opensans-semibold-webfont.woff') format('woff'), url('../../newbootstrap/webfont/opensans/semibold/opensans-semibold-webfont.ttf') format('truetype'), url('../plugins/newbootstrap/webfont/opensans/semibold/opensans-semibold-webfont.svg') format('svg');
}

body {
    font-family: 'opensans', sans-serif;
    background-color: #f4f4f4;
    font-size: 13px;
    /*-webkit-font-smoothing: antialiased;*/
}

    body.hold-transition .content-wrapper, body.hold-transition .right-side, body.hold-transition .main-footer,
    body.hold-transition .main-sidebar, body.hold-transition .left-side, body.hold-transition .main-header > .navbar,
    body.hold-transition .main-header .logo {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

.layout-top-nav .content-wrapper, .layout-top-nav .right-side, .layout-top-nav .main-footer {
    margin-left: 0;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}

.btn {
    font-size: 13px;
    cursor: pointer;
}

    .btn.focus, .btn:focus {
        outline: 0;
        box-shadow: none;
    }

    .btn.dropdown-toggle::after {
        border: 0 !important;
        font-family: FontAwesome;
        content: "\f107";
        vertical-align: 0em;
    }

.btn-footer .dropdown-menu {
    top: -300% !important;
    font-size: 13px;
    padding: .5rem 0.5rem;
}

label {
    font-weight: bold;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    border-color: #d2d6de;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        outline: 0;
        /*border-color: #255282;
    box-shadow: none;*/
    }

button:focus {
    outline: 0;
}
.btn-outline-primary {
    background-color: transparent;
}
.btn-outline-danger {
    background-color: transparent;
}
.btn-primary {
    background-color: #255282;
    border-color: #255282;
    border-radius: 0px;
}

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
    border-radius: 0px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #367fa9;
}

.bg-primary, .btn-primary.disabled, .btn-primary:disabled {
    background-color: transparent !important;
    color: #5b5b5b;
    font-size: 12px;
    font-family: 'opensans-semibold', sans-serif;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #387cc5;
    border-color: #4286d0;
    box-shadow: 0px 2px 8px #5cef7d;
}

.btn-warning, .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #f39c12;
    border-color: #e08e0b;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    color: #fff;
    background-color: #f9a827;
    border-color: #f9a827;
    box-shadow: 0px 5px 9px #f3b04766;
}

.btn-secondary {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.btn-outline-info, .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #fff;
    color: #17a2b8;
    border-color: #17a2b8;
    background-color: transparent;
}

    .btn-outline-info:hover, .btn-outline-info:active, .btn-outline-info:focus {
        color: #fff;
        background-color: #21b194;
        border-color: #3ead99;
        /*box-shadow: 0px 5px 9px #24c78c7d;*/
    }

.text-primary {
    color: #255282!important;
}

a {
    color: #3c8dbc;
}

.wrapper:after {
    clear: both;
}

.wrapper:before, .wrapper:after {
    content: " ";
    display: table;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.card-header {
    padding: .5rem 1.25rem;
    font-weight: 600;
}

/*-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}
::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    background: #ff0000;
}
-webkit-scrollbar-thumb {
    background-color: #7b7b7b;
}*/

::-webkit-scrollbar {
    width: 8px;
     height: 6px;
    background: #e5e5e5;
}
::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	/*border-radius: 10px;*/
	background-color: #f9f9f9;
}

::-webkit-scrollbar
{
	width: 8px;
	background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb
{
	
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #dbd8d8;
}

/*.page-content {
    scrollbar-width: thin;
}*/
.select2-container--default .select2-results > .select2-results__options {
    scrollbar-width: thin;
}
.dataTables_scrollBody {
    scrollbar-width: thin;
}

/*================== added by gaurav 24072021=================*/
.dropdown.dropleft {
    display: inline-block;
}

.btn-footer .dropdown:hover > .dropdown-menu {
    display: block;
}

.btn-footer .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

/*================== loader Strat=================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1000;
    background-color: rgba(0,0,0,0.2);
}
#loader-img {
      display: block;
    position: relative;
    left: 50%;
    top: 22%;
    transform: translate(-50%, -50%) scale(0.6);
    width: 135px;
    height: 100px;
    background-image: url('../../../img/loader_image.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    z-index: 1020;
}
#loader {
    display: table;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid transparent;
/*    border-top-color: #1d94c6;*/
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #78c043;
    -webkit-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #1d94c6;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loaded-img {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}     
#loader-img p {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    color: #1d94c6;
    font-size: 20px;
    font-weight:500    
}   
#loader-img p span {
    font-weight:700;
    font-size:35px;
    color:#78c043
}
        
@keyframes blink {
    0% {
      opacity: .2;
    }
   
    20% {
      opacity: 1;
    }
   
    100% {
      opacity: .2;
    }
}
.saving span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.saving span:nth-child(2) {
    animation-delay: .2s;
}
.saving span:nth-child(3) {
    animation-delay: .4s;
}
/*================== loader END =================*/

/*================== Top Menu Start =================*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid gray;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.main-header > .navbar, .main-header > .navbar > .navbar-brand {
    height: 40px;
    min-height: 40px;
}

    .main-header > .navbar .navbar-brand {
        padding-top: 4px;
    }

        .main-header > .navbar .navbar-brand > img {
            height: 35px;
            position: relative;
            z-index: 9999;
        }

.main-header > .navbar {
    background-color: #053769;
    padding: 0rem;
}

.main-header .navbar-brand, .main-header .navbar-nav > li > a {
    line-height: 30px;
}

.main-header .level1 {
    font-size: 11px;
}

.main-header .level2,
.main-header .level3,
.main-header .level4 {
    font-size: 12px;
}

.main-header .level3 {
    margin: 0;
}

.main-header .level4 {
    top: 0!important;
    left: 100%!important;
}

.main-header ul.level1 > li > a,
.main-header .box.box-primary .box-header h3.box-title {
    font-family: 'opensans-bold', sans-serif;
}

.main-header ul.level2 > li > a,
.main-header ul.level3 > li > a,
.main-header ul.level4 > li > a {
    font-family: 'ptsans', sans-serif;
}

.main-header .navbar-nav > li > a {
    padding: 5px!important;
}

.main-header .dropdown-menu {
    min-width: 200px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border-color: #05274a;
    background-color: #05274a;
    border: 0;
}

    .main-header .dropdown-menu > li > a {
        color: #fff;
    }

    .main-header .dropdown-menu > li > a {
        padding: 5px 5px;
    }

    .main-header .dropdown-menu > li:hover {
        background-color: #255282;
        color: #fff;
    }

.main-header li.dynamic {
    cursor: pointer;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #aaa;
}

    .main-header li.dynamic .fa {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        font-size: 13px;
        color: #fff;
        z-index: 999;
    }

.main-header a:not(.popout).dynamic {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: row;
    flex-flow: inherit;
    flex: auto;
}

.main-header .menu-rig {
    flex-direction: row;
}

.main-header .dropdown-toggle::after {
    display: none;
}

.main-header .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    width: 256px;
    background: #fff !important;
    box-shadow: 0px 0px 5px #eee;
}

.main-header .navbar-custom-menu .dropdown-menu > li:hover {
    background-color: #fff;
    color: #212529;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}


.main-header .navbar-dark .navbar-toggler {
    color: #fff;
    border-color: transparent;
}

#ctl00_ctl00_mainMenu .level1.nav > li > a, #ctl00_ctl00_mainMenu .level1.nav > li > a {
    color: #fff;
}

#ctl00_ctl00_mainMenu .level1.nav > li:hover > a, #ctl00_ctl00_mainMenu .level1.nav > li:hover > a {
    color: #000;
}

#ctl00_mainMenu .level1.nav > li > a {
    color: #fff;
    padding: 13px 5px!important;
    border: 1px solid transparent;
}

#ctl00_mainMenu .level1.nav > li:hover > a {
    color: #000;
}

#ctl00_mainMenu ul.level1.nav > li:hover > a, ul.level1.nav > li:active > a {
    color: #fff;
    background-color: #fff;
    /** border:1px solid #0d70fd;*/
    border-radius: 5px;
    color: #0d70fd !important;
}

.hidden-xs {
    color: #fff;
}

.navbar-nav > li:nth-child(10) .level4, .navbar-nav > li:nth-child(11) .level4 {
    left: auto !important;
    right: 98% !important;
}

@media (max-width: 992px) {
    .main-header .dropdown-menu {
        box-shadow: none !important;
    }
}

/*=========== top header Search Box Code ==============*/
.scrollable-menu {
    height: auto;
    max-height: 350px;
    overflow-x: hidden;
}

.live-search-box {
    text-transform: capitalize;
    background-image: url('../../../IMAGES/search-svg.png');
    background-position: 10px 7px;
    background-repeat: no-repeat;
}

    .live-search-box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #666;
    }

    .live-search-box::-moz-placeholder { /* Firefox 19+ */
        color: #666;
    }

.live-search-box {
    border: solid 1px #ccc;
    padding: 5px 4px 5px 30px;
    width: 90px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    .live-search-box:focus {
        outline: none;
    }

.search-box {
    position: relative;
}

    .search-box .live-search-area {
        background-color: #eee;
        border: 1px solid #d9d9d9;
        box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
        z-index: 999;
    }

.live-search-area {
    width: 310px;
    max-height: 400px;
    height: auto;
    position: absolute;
    top: 35px;
    right: 0%;
    background-color: #eee;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 3px;
    display: none;
}

.live-search-box:focus {
    background-color: #fff;
    border-color: #1ABB9C;
    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}

.live-search-box {
    position: relative;
}

.live-search-area .dropdown-menu {
    box-shadow: none !important;
}

/*========= on hover and focus cross remove in bootstrap 4 ======*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input[type="search"]::-moz-search-decoration,
input[type="search"]::-moz-search-cancel-button {
    display: none;
}
/*========= on hover and focus cross remove in bootstrap 4 ======*/
.cross-btn {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-42%);
    z-index: 999;
    cursor: pointer;
}

    .cross-btn .fa {
        color: #e60000;
        font-size: 16px;
        opacity: .6;
    }

        .cross-btn .fa:hover {
            opacity: 1;
        }

.width210 {
    width: 170px;
}

.jj .level2, .jj .level3, .jj .level4 {
    display: block !important;
}

.jj #ctl00_mainMenu ul li {
    position: initial !important;
}

.jj a.popout.level1 {
    background-color: #f9f9f9;
    color: #444 !important;
}

    .jj a.popout.level1::after {
        content: "\f111";
        font-family: 'FontAwesome';
        display: inline-block;
        color: #1ABB9C;
        padding-right: 20px;
        float: right;
        font-weight: lighter;
    }

.jj a.popout.level2, .jj a.popout.level3, .jj a.popout.level4 {
    background-color: #fff;
    color: #3c8dbc;
}

.jj a.popout.level1, .jj a.popout.level2, .jj a.popout.level3, .jj a.popout.level4 {
    pointer-events: none;
}

    .jj a.popout.level2::after, .jj a.popout.level3::after, .jj a.popout.level4::after {
        content: "\f175";
        font-family: 'FontAwesome';
        display: inline-block;
        color: #555;
        padding-left: 8px;
        font-weight: lighter;
    }

.jj .arrow-right, .jj .caret {
    display: none;
}

.jj .level1, .jj .level2, .jj .level3, .jj .level4 {
    width: 300px;
    position: static !important;
}

.jj .navbar-nav > li > .dropdown-menu {
    border-left: none;
    margin-top: 0;
}

.jj a.level2.dynamic, .jj a.level3.dynamic, .jj a.level4.dynamic {
    font-weight: bold;
}

.jj li.has-popup.dynamic {
    position: initial !important;
    display: contents;
}

.jj .dropdown-menu {
    background: #fff;
    color: #212529;
}

.jj li.dynamic {
    border-bottom: 1px solid #e6e6e6;
}

    .jj li.dynamic:hover {
        background-color: #f5f5f5;
    }

    .jj li.dynamic .fa {
        color: #255282;
    }

.jj .dropdown-menu > li > a {
    color: #777;
}

.scrollbar .jj ul li:hover {
    background-color: transparent!important;
}
/* scrollbar */
.scrollbar::-webkit-scrollbar {
    background-color: transparent;
    width: 8px;
}
/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}

    .scrollbar::-webkit-scrollbar-track:hover {
        background-color: #f4f4f4;
    }
/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 2px solid #fff;
}

    .scrollbar::-webkit-scrollbar-thumb:hover {
        background-color: #a0a0a5;
        border: 2px solid #f4f4f4;
    }
/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {
    display: none;
}
/* ---scrollbar---  */
/*=========== top header Search Box Code END ==============*/
/*================== Top Menu END =================*/

/*========  Fixed menu Start ========*/
.fix-menu {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
    transition: .2s ease-in-out;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}

    .fix-menu ul.list-group .list-group-item {
        padding: 7px 10px;
    }

    .fix-menu .relative {
        position: relative;
    }

        .fix-menu .relative .left-chevron {
            display: none;
        }

.relative .fixed-menu-btn {
    position: absolute;
    left: -14px;
    top: 50%;
    z-index: 99;
    font-size: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

    .relative .fixed-menu-btn .fa {
        background-color: #3c8dbc;
        color: #fff;
        padding: 10px 5px 10px 3px;
    }

.fix-menu ul.list-group .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.fix-menu ul.list-group li {
    cursor: pointer;
    background-color: #e97b25;
    color: #fff;
    border-radius: 0;
    transition: .2s all;
}

    .fix-menu ul.list-group li:hover {
        background-color: #fff;
        color: #e97b25;
        transition: .2s all;
    }

    .fix-menu ul.list-group li a {
        color: #fff;
    }

    .fix-menu ul.list-group li:hover a {
        color: #e97b25 !important;
    }

.block {
    display: block !important;
}

.flex {
    display: flex !important;
}

.unblock {
    display: none !important;
}

.hide-btn {
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    transition: .2s all;
}
/* ======================= */

/* Rating css added by gaurav */
.emojis {
    display: flex;
}

.rating-title h5 {
    font-size: 14px;
    font-weight: 600;
}

.half-stars-example .rating-group {
    display: inline-flex;
}

.half-stars-example .rating__icon {
    pointer-events: none;
}

.half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.half-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1rem;
}

.half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}

.half-stars-example .rating__icon--star {
    color: orange;
}

.half-stars-example .rating__icon--none {
    color: #eee;
}

.half-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
}

.half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.half-stars-example .rating-group:hover .rating__label .rating__icon--star, .half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
}

.half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star, .half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
}

.half-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
    color: #eee;
}

.half-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
}

/*======== Modal Recent Links ============*/
.modal.right.fade.show .modal-dialog {
    right: 0 !important;
    transform: translateX(-50%);
}

.modal.right .modal-content {
    height: 100%;
    overflow: auto;
    border-radius: 0;
    border: transparent;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    width: 350px;
}

.modal.right.fade.show .modal-dialog {
    transform: translateX(0%);
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right .modal-header {
    background-color: #255282;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0.8rem 1rem;
}

    .modal.right .modal-header h4 {
        font-size: 1.1rem;
    }
/*.modal.right .modal-header::after {content:""; display:inline-block;}*/
.modal.right .close {
    text-shadow: none;
    opacity: 1;
    color: #ff4d4d;
    font-size: 26px;
}

.modal.right ul.list-group.recent-links > li:before {
    content: "\f0c1" !important;
    font-family: FontAwesome;
    display: inline-block;
    height: 20px;
    width: 20px;
    color: #3c8dbc;
    font-size: 10px;
}

.modal.right ul.list-group > li > span {
    max-width: 90%;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}

.modal.right ul.list-group > li a {
    color: #888;
    font-size: 95%;
}

    .modal.right ul.list-group > li a:hover {
        color: #444;
    }

.modal.right ul.list-group > li.list-group-item {
    border: 1px solid #f9f9f9;
    border-radius: 0px;
}

    .modal.right ul.list-group > li.list-group-item::before {
        content: "\f007";
        font-family: FontAwesome;
        display: inline-block;
        height: 20px;
        width: 20px;
        color: #3c8dbc;
        font-size: 14px;
        vertical-align: middle;
    }

.modal.right .modal-body {
    max-height: 535px;
    overflow-y: auto;
}

.modal.right .modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.modal.right .modal-header {
    padding-left: 25px;
}

.modal-title {
    font-size: 1.1rem;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.3);
        box-shadow: 0 2px 15px rgba(0,0,0,0.3);
    }
}
/* ========== */
/*========  Fixed menu End ========*/

/*==========tooltip css===========*/
[tooltip] {
    position: relative;
}

    [tooltip]::before,
    [tooltip]::after {
        text-transform: none;
        font-size: 0.9em;
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        display: none;
        opacity: 0;
    }

    [tooltip]::before {
        content: "";
        border: 5px solid transparent;
        z-index: 1001;
    }

    [tooltip]::after {
        content: attr(tooltip);
        font-family: "Segoe UI", Arial, sans-serif;
        text-align: center;
        min-width: 3em;
        max-width: 21em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0.5em 1em;
        border-radius: 5px;
        box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
        background: #020204;
        color: #fff;
        z-index: 1000;
    }

    [tooltip]:hover::before,
    [tooltip]:hover::after {
        display: block;
    }

[tooltip=""]::before,
[tooltip=""]::after {
    display: none !important;
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up-left"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #111;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up-left"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up-left"]::before {
    left: 25%;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up-left"]::after {
    left: 50%;
}

[tooltip][flow^="down-left"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #020204;
}

[tooltip][flow^="down-left"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down-left"]::before {
    left: 30%;
}

[tooltip][flow^="down-left"]::after {
    left: 50%;
}

[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #020204;
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%);
}

[tooltip][flow^="down-left"]:hover::before,
[tooltip][flow^="down-left"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

@-moz-keyframes tooltips-vert {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}

@-webkit-keyframes tooltips-vert {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}

@-o-keyframes tooltips-vert {
    to;

{
    opacity: 0.9;
    transform: translate(-50%, 0);
}

}

@keyframes tooltips-vert {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}

@-moz-keyframes tooltips-horz {
    to {
        opacity: 0.9;
        transform: translate(0, -50%);
    }
}

@-webkit-keyframes tooltips-horz {
    to {
        opacity: 0.9;
        transform: translate(0, -50%);
    }
}

@-o-keyframes tooltips-horz {
    to;

{
    opacity: 0.9;
    transform: translate(0, -50%);
}

}

@keyframes tooltips-horz {
    to {
        opacity: 0.9;
        transform: translate(0, -50%);
    }
}
/*==========tooltip css end===========*/

/*========  Main Footer Start ========*/
.main-footer {
    background: #fff;
    padding: 0px;
    color: #444;
    border-top: 1px solid #d2d6de;
}
/*========  Main Footer End ========*/

/*======== Media Query ========*/
@media (max-width: 991px) {
    .main-header .static {
        float: none !important;
    }

    .main-header #ctl00_mainMenu {
        float: none !important;
    }

    .navbar-collapse.pull-left + .navbar-custom-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 45px;
    }

    .navbar-custom-menu .navbar-nav > li > a {
        line-height: 20px;
    }

    .menu-rig {
        margin-top: 4px;
    }

    .navbar-toggler {
        padding: 0rem;
    }

    .hidden-xs {
        display: none;
    }

    #ctl00_mainMenu .level1, #ctl00_mainMenu .level2,
    #ctl00_mainMenu .level3, #ctl00_mainMenu .level4,
    #ctl00_mainMenu .level1 li, #ctl00_mainMenu .level2 li,
    #ctl00_mainMenu .level3 li, #ctl00_mainMenu .level4 li {
        width: 100%;
    }

    .dropdown-menu .level3, .level2, .level4 {
        display: block!important;
        position: static!important;
    }

    #ctl00_mainMenu li.dynamic, .dropdown-menu .level3, .level2 {
        position: static!important;
        display: block;
    }

    .dropdown-menu .level3 {
        border-top: none;
        border-bottom: none;
        top: 0!important;
        left: 100%!important;
    }

    .level2 {
        top: 100%!important;
        left: 0!important;
        width: 100%!important;
    }

    .navbar-nav .dropdown-menu {
        background-color: #05274a;
    }

    #ctl00_mainMenu .level1.nav > li {
        background-color: #255282;
        color: #fff;
    }

    a.popout.level1 {
        background-color: #255282;
        color: #fff;
    }

    #ctl00_mainMenu .dropdown-menu {
        border: none;
    }

        #ctl00_mainMenu .dropdown-menu li > a {
            color: #fff!important;
        }

        #ctl00_mainMenu .dropdown-menu .level3 a {
            color: #f1f1f1!important;
        }

    #ctl00_mainMenu .nav > li > a {
        width: 100%;
        display: inline-block;
    }

    #ctl00_mainMenu .level1.nav > li > a {
        padding: 5px 5px!important;
    }

    .navbar-collapse.pull-left {
        float: none!important;
        min-height: 100%;
        max-height: 500px;
        overflow: auto !important;
        background-color: #05274a;
    }

    .navbar-toggle {
        padding: 10px 15px;
    }

        .navbar-toggle:hover {
            background-color: transparent !important;
        }

    li.dynamic {
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-bottom-color: transparent !important;
    }

        li.dynamic .fa {
            /*transform:translateX(-30px);*/
            color: #fff;
            padding: 5px;
        }

    .jj li.dynamic .fa {
        transform: translateX(0);
    }

    li.dynamic:hover {
        background-color: initial !important;
        color: #fff !important;
    }

    #ctl00_mainMenu .dropdown-menu li > a, #ctl00_mainMenu .level1.nav > li > a, #ctl00_mainMenu li.dynamic .fa {
        font-size: 15px !important;
    }

    .level1.static.highlighted, #ctl00_mainMenu ul.level1.nav > li:hover > a, ul.level1.nav > li:active > a {
        /*background-color: #31749b !important;
        color: #fff !important;*/
    }

    #ctl00_mainMenu li.dynamic.shortcut-key {
        margin-right: 15px;
    }

    /* for search box */
    .jj #ctl00_mainMenu .dropdown-menu li > a {
        color: #777 !important;
    }

    .jj .navbar-nav .dropdown-menu {
        background-color: #fff;
    }

    .cross-btn {
        right: 30px;
        top: 50%;
        transform: translateY(30%);
    }

    .live-search-box {
        z-index: 0 !important;
    }

    .live-search-area {
        position: absolute;
        left: -60px;
        transform: translateX(-78%);
        -webkit-transform: translateX(-78%);
        -moz-transform: translateX(-78%);
        -o-transform: translateX(-78%);
    }

    .jj .level1, .jj .level2, .jj .level3, .jj .level4, live-search-area {
        /*width: 250px;*/
    }

    .live-search-box {
        display: none;
        transform: translateX(-50%);
        left: 60%;
        z-index: 9999;
        position: fixed;
        top: 0;
        width: 30%;
        margin-top: 2px;
    }
    /* X  */
    .live-search-list {
        background: #fff;
    }

    .content {
        padding-bottom: 15px;
    }

    .sub-heading-side {
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    .navbar-collapse.pull-left + .navbar-custom-menu {
        right: 53px;
    }

    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: grey!important;
    }

        .skin-blue .main-header .navbar .dropdown-menu li a:hover {
            color: #fff!important;
        }

    .live-search-box {
        display: none;
        transform: translateX(-50%);
        left: 33% !important;
        z-index: 9999;
        position: fixed;
        top: 0;
        width: 35% !important;
        margin-top: 4px;
    }

    .live-search-area {
        left: 35px;
    }
}

@media (max-width: 375px) {
    .cross-btn {
        right: 15px;
    }

    .live-search-area {
        left: 60px;
    }
}

@media only screen and (max-width:320px) {
    .live-search-box {
        width: 50%;
    }
}


/*------start-------user photo and letter----------------*/
   .noti-head {
            position: absolute;
            top: 10%;
            padding: 1px;
            right: 38%;
            width: 15px;
            height: 15px;
            font-size: 15px;
            font-weight: bold;
            line-height: 14px;
            text-align: center;
            border-radius: 50%;
    } 
    .noimgtop {
            background-color: #fff;
            font-size: 17px;
            padding: 1px 7px 1px 7px;
            display: inline;
            border-radius: 100%;
            margin-top:9px;
            border: 2px solid #fff;
            cursor: pointer;
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);     
    }
    .noimghead {
        font-size:47px;
        padding: 5px 20px 5px 20px;
        border-radius:50%;
        border:1px solid rgba(0,0,0,0.24);
    }
    .user-header img {
        height:80px;
        width:80px;
        border-radius: 50%;
    }
.user-image {
    height:28px;
    width:28px;
    border-radius: 50%;
}
/*-------------user photo and letter--- end-------------*/



/*========== Breadcrumb START ============*/
#breadcrumb {
    list-style: none;
    display: inline-block;
}

    #breadcrumb .icon {
        font-size: 14px;
    }

    #breadcrumb li {
        float: left;
    }

        #breadcrumb li a {
            color: #FFF;
            display: block;
            background: #3498db;
            text-decoration: none;
            position: relative;
            height: 40px;
            line-height: 40px;
            padding: 0 10px 0 5px;
            text-align: center;
            margin-right: 23px;
        }

        #breadcrumb li:nth-child(even) a {
            background-color: #2980b9;
        }

            #breadcrumb li:nth-child(even) a:before {
                border-color: #2980b9;
                border-left-color: transparent;
            }

            #breadcrumb li:nth-child(even) a:after {
                border-left-color: #2980b9;
            }

        #breadcrumb li:first-child a {
            padding-left: 15px;
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px 0 0 4px;
        }

            #breadcrumb li:first-child a:before {
                border: none;
            }

        #breadcrumb li:last-child a {
            padding-right: 15px;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0;
            border-radius: 0 4px 4px 0;
        }

            #breadcrumb li:last-child a:after {
                border: none;
            }

        #breadcrumb li a:before, #breadcrumb li a:after {
            content: "";
            position: absolute;
            top: 0;
            border: 0 solid #3498db;
            border-width: 20px 10px;
            width: 0;
            height: 0;
        }

        #breadcrumb li a:before {
            left: -20px;
            border-left-color: transparent;
        }

        #breadcrumb li a:after {
            left: 100%;
            border-color: transparent;
            border-left-color: #3498db;
        }

        #breadcrumb li a:hover {
            background-color: #1abc9c;
        }

            #breadcrumb li a:hover:before {
                border-color: #1abc9c;
                border-left-color: transparent;
            }

            #breadcrumb li a:hover:after {
                border-left-color: #1abc9c;
            }

        #breadcrumb li a:active {
            background-color: #16a085;
        }

            #breadcrumb li a:active:before {
                border-color: #16a085;
                border-left-color: transparent;
            }

            #breadcrumb li a:active:after {
                border-left-color: #16a085;
            }

.breadcrumb-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-left: 15px;
    /*background-color: #fff;*/
    background-color: none;
    margin-top: 15px;
}

    .breadcrumb-menu ul.breadcrumb {
        padding: 5px 0px 5px 8px;
        list-style: none;
        /*background-color: #fff;*/
        background-color: transparent;
        margin: 5px 0 0 0;
    }

        .breadcrumb-menu ul.breadcrumb li {
            display: inline;
            color: #666;
            cursor: pointer;
            font-size: 12px;
        }

            .breadcrumb-menu ul.breadcrumb li + li:before {
                padding: 8px;
                color: #666;
                content: "\f105";
                font-family: FontAwesome;
            }

            .breadcrumb-menu ul.breadcrumb li a {
                color: #666;
            }

.breadcrumb {
    border-radius: 0;
}

.breadcrumb-menu ul.breadcrumb li:last-child {
    color: #3c8dbc;
}
/*========== Breadcrumb END ============*/

/*============ Page Main Content Start ============*/
.box.box-primary {
    border-top-color: #255282;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

    .box.box-primary .box-header h3.box-title {
        font-family: 'opensans-bold', sans-serif;
    }

.box-header.with-border {
    /*border-bottom: 1px solid #f4f4f4;*/
}

.box-header {
    color: #444;
    display: block;
    padding: 8px 10px;
    position: relative;
    padding: 4px 10px !important;
}

    .box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
        content: " ";
        display: table;
    }

    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
        display: inline-block;
        font-size: 17px;
        margin: 0;
        line-height: 1;
    }

    .box-header:after, .box-body:after, .box-footer:after {
        clear: both;
    }

    .box-header p {
        position: absolute;
        right: 10px;
        top: 5px;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 5px 10px;
}
/*.box-body {
    padding-bottom: 0px;
}*/
.box-tools.pull-right {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 12px;
}

.box-footer {
    border-top: 0px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    background-color: #fff;
}
/*============ Page Main Content END ============*/

/*========== page-wrapper Start =================*/
.content {
    padding-top: 0px;
}

.page-wrapper {
    /*margin-top:50px;*/
    height: 100vh;
    background-color: #f4f4f4;
}

    .page-wrapper .page-content > div {
        position: relative;
    }

    .page-wrapper .theme {
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 4px;
        margin: 2px;
    }

        .page-wrapper .theme.chiller-theme {
            background: #1e2229;
        }

    .page-wrapper.toggled .sidebar-wrapper {
        left: 0px;
    }

    .page-wrapper.toggled #show-sidebar {
        left: -40px;
    }

    .page-wrapper .page-content {
        display: inline-block;
        width: 100%;
        padding: 20px 0px 20px 30px;
        height: 100vh;
    }

        .page-wrapper .page-content > div {
            /*padding: 20px 40px;*/
        }

    .page-wrapper .page-content {
        overflow-x: hidden;
        transition: all 0.6s ease;
    }

/*==== dynamic side tabs added by @Arpana 25012021 ====*/
.sub-tabs {
    width: 200px;
}

    .sub-tabs .nav-tabs {
        border-bottom: 0px solid #ddd;
        /*text-align:center;*/
    }

        .sub-tabs .nav-tabs > li {
            font-size: 12px;
            padding: 7px 3px !important;
            /*color: #0033b2;*/
            width: 95%;
            /*height: 63px;*/
            align-items: center;
            display: flex;
            font-weight: bold;
            background-color: #d0d7f585;
            margin: 2px;
            border-radius: 4px 70px 70px 0px;
        }

            .sub-tabs .nav-tabs > li:last-child {
                margin-bottom: 10px;
            }

            .sub-tabs .nav-tabs > li > a {
                color: #255282;
                margin-left: 7px;
            }

            .sub-tabs .nav-tabs > li > i {
                color: #255282;
            }

        .sub-tabs .nav-tabs > li {
            align-items: center;
            display: inline-flex;
        }

.chiller-theme .nav-tabs > li.active {
    /*//background-color: #0033b2;*/
    color: #fff;
    border: 0px solid #ddd !important;
}

.sub-tabs .nav-tabs > li.active > a, .sub-tabs .nav-tabs > li.active > a:focus, .sub-tabs .nav-tabs > li.active > a:hover {
    /*background-color: #0033b2 !important;*/
    color: #fff !important;
    /*border-bottom: 1px solid #3c8dbc !important;*/
}

.tab-content {
    background-color: #fff;
    border-radius: 3px;
    /*padding:20px;*/
}

#show-sidebar {
    position: fixed;
    left: 0;
    top: 10%;
    border-radius: 0 4px 4px 0px;
    width: 40px;
    font-size: 18px;
    background-color: #fff;
    color: #053769;
    border-color: #fff;
    /*transition-delay: 0.2s;*/
    /*z-index: 1000;*/
}

/*-------tab silder-------------*/
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
    width: 200px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
    transition: all 0.6s ease;
}

    .sidebar-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-wrapper a {
        text-decoration: none;
    }
/*----------------sidebar-content----------------*/
.sidebar-content {
    /*max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;*/
    position: relative;
}

    .sidebar-content.desktop {
        overflow-y: hidden;
    }

.sidebar-wrapper .sidebar-brand {
    padding: 2px 20px;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

    .sidebar-wrapper .sidebar-brand > a {
        text-transform: uppercase;
        font-weight: bold;
        flex-grow: 1;
    }

    .sidebar-wrapper .sidebar-brand #close-sidebar {
        cursor: pointer;
        font-size: 20px;
        color: #337ab7;
    }
/*------scroll bar---------------------*/
.menuscroll {
    height: 80vh;
    scrollbar-width: thin;
    overflow-y: hidden;
}

    .menuscroll:hover {
        overflow-y: scroll;
        /*position: absolute;*/
    }

    .menuscroll::-webkit-scrollbar {
        background-color: transparent;
        width: 8px;
    }

    .menuscroll::-webkit-scrollbar-track {
        background-color: transparent;
    }

        .menuscroll::-webkit-scrollbar-track:hover {
            background-color: #f4f4f4;
        }

    .menuscroll::-webkit-scrollbar-thumb {
        background-color: #babac0;
        border-radius: 16px;
        border: 1px solid #f4f4f4;
    }

        .menuscroll::-webkit-scrollbar-thumb:hover {
            background-color: #a0a0a5;
            border: 1px solid #f4f4f4;
        }

    .menuscroll::-webkit-scrollbar-button {
        display: none;
    }

.chiller-theme .sidebar-wrapper {
    background: #fff;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
    transition: all 0.6s ease;
}

@media screen and (min-width: 991px) {
    .page-wrapper.toggled .page-content {
        padding-left: 250px;
    }
}

@media screen and (max-width: 991px) {
    #show-sidebar {
        top: 7%;
    }
}

@media screen and (max-width: 767px) {
    .page-wrapper .page-content {
        padding: 20px 0px !important;
    }

    #show-sidebar {
        left: -7px !important;
        width: 33px !important;
        font-size: 16px !important;
        z-index: 444;
    }

    .sub-tabs .nav-tabs > li {
        width: 170px;
        height: 30px;
        padding: 6px 10px !important;
        font-weight: bold;
        font-size: 10px;
    }

    .breadcrumb-menu {
        padding-left: 25px;
        margin-top: 25px;
    }

        .breadcrumb-menu ul.breadcrumb li + li:before {
            padding: 8px 4px;
        }
}

@media screen and (max-width:320px) {
    .sub-tabs .nav-tabs > li {
        width: 145px;
    }
}
/*==== dynamic side tabs 23012021 END====*/
/*============ Page Main Content END ============*/
.fa-star.active {
    color: #FF4500 !important;
}

/*===========20-05-2021 added by gaurav=============*/
.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well .list-group-item {
        border: 1px solid #fff;
        padding: 10px 15px 0px;
    }

.label-dynamic {
    margin-bottom: 5px;
}

sup {
    color: red;
    font-weight: bold;
}

.box.box-primary label,
.modal label {
    margin-bottom: 0px;
}

.heading- {
    font-size: 16px;
    font-weight: 600;
}
/*======================*/

.list-group-unbordered > .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding: .5rem .6rem;
}

/*--======= toggle switch css added by gaurav 29072021 =======--*/
.switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch label {
    cursor: pointer;
    width: 65px;
    height: 25px;
    background: #dc3545;
    display: block;
    border-radius: 4px;
    position: relative;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .switch label:hover {
        background-color: #c82333;
    }

    .switch label:before {
        content: attr(data-off);
        position: absolute;
        right: 0;
        font-size: 12px;
        padding: 3px 4px;
        font-weight: 400;
        color: #fff;
        transition: 0.35s;
        -webkit-transition: 0.35s;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

.switch input:checked + label:before {
    content: attr(data-on);
    position: absolute;
    left: 0;
    font-size: 12px;
    padding: 3px 4px;
    font-weight: 400;
    color: #fff;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.switch label:after {
    content: '';
    position: absolute;
    top: 1.5px;
    left: 1.7px;
    width: 6px;
    height: 22px;
    background: #fff;
    border-radius: 2.5px;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.switch input:checked + label {
    background: #28a745;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .switch input:checked + label:hover {
        background: #218838;
    }

    .switch input:checked + label:after {
        transform: translateX(55px);
        transition: 0.35s;
        -webkit-transition: 0.35s;
        -moz-user-select: none;
        -webkit-user-select: none;
    }


/*========== Table Start ============*/
.dataTables_scrollHeadInner {
    width:100% !important;
}
.table {
    width:100% !important;
}

.table td, .table th {
    padding: .4rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #255282 !important;
    color: #fff;
}

.table-bordered,
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #e5e5e5;
}

.table > tbody > tr > td {
    padding: 5px 8px;
}

div.dataTables_info {
    font-size: 12px;
}

thead {
    font-size: 13px;
    font-weight: 300 !important;
}

tbody td {
    font-size: 12px;
}

.dt-button-collection .dt-button.buttons-columnVisibility::before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f096";
    margin-right: 5px;
}

.dt-button-collection .dt-button.buttons-columnVisibility.active::before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f046";
    margin-right: 5px;
}

table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 1rem !important;
}

.sub-heading {
    padding-bottom: 5px;
}

    .sub-heading h5 {
        font-size: 16px;
        font-weight: 600;
        border-left: 3px solid #3c8dbc;
        padding-left: 4px;
        margin-top: 0px;
    }

.list-group .list-group-item .sub-label {
    float: right;
}

.btn.m-top {
    margin-bottom: 0px;
    margin-left: 3px;
}

.btn-footer {
    margin-bottom: 10px;
    text-align: center;
}

    .btn-footer .btn {
        margin-top: 5px;
    }

.divNote {
    border: 2px solid #C0C0C0;
    background-color: #fdfde6;
    padding: 20px;
    margin: 20px;
    color: #990000;
}

.dataTables_length {
    display: inline;
    /*float:right;*/
}

.dt-buttons .btn-group .dropdown-toggle::after {
    border: none !important;
}

div.dataTables_wrapper div.dataTables_filter {
    display: inline;
    float: right;
}

.dt-buttons {
    display: inline !important;
    float: right;
    margin-left: 10px;
}

div.dt-button-collection ul.dropdown-menu {
    position: absolute!important;
    right: 0;
    left: auto;
    min-width: 160px;
}

.dt-buttons a {
    font-size: 12px;
    color: #333 !important;
}

    .dt-buttons a:hover {
        color: #777 !important;
    }

.dt-button-collection .dropdown-item.active, .dt-button-collection .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    float: right;
    display: inline;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
    display: inline;
}

.page-link {
    color: #255282;
    border-radius: 50%;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #255282;
    border-color: #255282;
}

table.dataTable > thead .sorting:first-child {
    cursor: default;
}

table.dataTable > thead th:first-child.sorting::before,
table.dataTable > thead th:first-child.sorting::after {
    display: none;
    cursor: default;
}

@media (max-width:991px) {
    .bg-light-blue.filters {
        display: none;
    }
}

@media (max-width:767px) {
    div.dt-buttons {
        float: right !important;
        margin-left: 4px;
        margin-top: .5em;
    }

    .btn.m-top {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .box-tools.pull-right {
        float: none!important;
        position: static;
        padding-left: 35px;
        padding-bottom: 5px;
    }

    .box-header > .box-tools {
        position: static;
        font-size: 89%!important;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 5px 8px;
    }

    div.dataTables_wrapper div.dataTables_filter {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
        display: inherit;
        float: inherit;
    }

    div.dataTables_wrapper div.dataTables_info {
        padding-bottom: .5rem;
    }
}

@media screen and (max-width:480px) {
    .box-body {
        padding: 3px;
        padding-bottom: 10px;
    }

    .input_Style {
        width: 270px;
    }

    .list-group .list-group-item .sub-label {
        float: none;
    }

    .hidden-md_1 {
        display: none;
    }
}

@media only screen and (max-width:370px) {
    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: normal !important;
    }

    div.dataTables_wrapper div.dataTables_length select {
        width: 70px !important;
    }
}
/*======== Tabel END =======*/

/*======== Feedback CSS Start added by Gaurav =======*/
.feedback {
    font-size: 13px;
}

.feedback-detail .modal-body {
    background: #f8f8f8;
}

.feedback-detail .modal-header {
    background: #337ab7;
    color: #fff;
    padding-bottom: 50px;
}

    .feedback-detail .modal-header h2 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .feedback-detail .modal-header .modal-sub-title {
        margin-top: 0;
        margin-bottom: 0;
    }

.feedback-detail .modal-footer {
    padding: 0px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
}

.feed-content {
    position: relative;
    top: -50px;
    padding: 25px 15px;
    background: #fff;
    box-shadow: 0 2px 5px #ccc;
}

.buton-bottom {
    position: absolute;
    bottom: 8px;
}

.feedback.form-group {
    margin-bottom: 20px;
}

.feed-back textarea.form-control {
    height: auto;
}

.radio-answer {
    padding-right: 10px;
    color: #777;
    font-weight: 500;
}

input[type=checkbox], input[type=radio] {
    margin: 0px 0 0;
}

/*== Feedback ScrollBar ==*/
.feedback .scrollbar {
    float: left;
    height: 410px;
    width: 100%;
    overflow-y: scroll;
}

.feedback #style-2::-webkit-scrollbar-track {
    border-radius: 4px;
}

.feedback #style-2::-webkit-scrollbar {
    width: 8px;
}

.feedback #style-2::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #eee;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 1.5rem auto;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .fedbck-main img {
        height: 300px;
        padding-bottom: 0px;
    }

    .fedbck-main h2 {
        text-align: center;
        padding: 50px 15px 15px 25px;
    }

    .feedback .scrollbar {
        height: 760px;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .feed-content {
        position: relative;
        top: 0;
        padding: 0;
        background: #fff;
        box-shadow: none;
    }

    .buton-bottom {
        position: static;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .feedback-detail .modal-open .modal {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .feedback-detail .modal-header {
        padding-bottom: 25px;
    }

    .feedback-detail .modal-body {
        background: #fff;
    }

    .feedback-detail .title-main {
        padding-left: 15px;
    }

    .fedbck-main h2 {
        text-align: center;
        padding: 40px 15px 9px 0px;
        font-size: 24px;
    }

    .fedbck-main img {
        height: 200px;
        padding-bottom: 0px;
    }

    .feedback {
        margin-top: 15px;
    }

    .feed-back {
        padding: 0px;
    }

    .feedback .scrollbar {
        margin-bottom: 65px;
        height: 400px;
    }
}
/*======== Feedback CSS END =======*/

/*======= Calendar Start ======*/
.ajax__calendar_container {
    z-index: 2;
    border: 1px solid #eee !important;
    width: 178px !important;
    padding: 0px !important;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {
    color: #bbb;
}

.ajax__calendar_container table thead td {
    padding: 1px !important;
    color: #053769;
}

.ajax__calendar_container table td {
    padding: 1px !important;
}

.ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
    background-color: #ebf4f8;
    padding: 2px;
}

.ajax__calendar .ajax__calendar_footer {
    border-top: 1px solid #f5f5f5;
    background-color: #ebf4f8;
}

.ajax__calendar_footer {
    height: 25px !important;
}
/*======= Calendar END ======*/

/*======= shortcut-key ======*/
.shortcut-key {
    align-self: center;
    display: flex;
    padding: 2px 4px;
    font-size: 10px;
    height: 18px;
    background-color: #dfe2e6;
    color: #767e88;
    margin: 2px;
    font-weight: 600;
    border-radius: 3px;
}
/*======= shortcut-key ======*/

/*======= Note Start ======*/
.note-div {
    border: 1px solid #eee;
    margin-bottom: 10px;
    color: #000;
    padding: 10px;
}

    .note-div i {
        color: #053769;
        background-color: #E4EAF6;
        padding: 3px;
        border-radius: 50%;
        border: 1px solid #eee;
        margin-right: 8px;
    }

    .note-div p {
        margin-bottom: 5px;
    }

    .note-div .heading {
        font-size: 16px;
        font-weight: bold;
        border-left: 3px solid #053769;
        padding-left: 6px;
    }
/*======= Note END ======*/

/*======= pill dynamic tabs Start ======*/
.nav-tabs-custom {
    box-shadow: none;
}

    .nav-tabs-custom .nav-tabs .nav-item.show .nav-link, .nav-tabs-custom .nav-tabs .nav-link.active {
        color: #255282;
        background-color: #fff;
        border-top: 3px solid #255282;
        border-color: #255282 #255282 #fff;
    }

    .nav-tabs-custom .nav-tabs .nav-link:focus, .nav-tabs-custom .nav-tabs .nav-link:hover {
        border-color: #255282 #255282 #fff;
    }

@media (max-width:767px) {
    .nav-tabs-custom .nav-tabs .nav-link {
        padding: .5rem .5rem;
    }
}
/*======= pill dynamic  End ======*/

/*=========File Upload CSS==========*/
.logoContainer img {
    width: 45px;
    height: 45px;
}

    .logoContainer img:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }

.fileContainer {
    position: relative;
    cursor: pointer;
}

    .fileContainer span {
        overflow: hidden;
        font-weight: bold;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    .fileContainer input[type="file"] {
        opacity: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        cursor: pointer;
        color: #495057;
    }
/*=========File Upload end==========*/

/*========= Examination Note full page==========*/
.exam-note {
    border: 2px solid #C0C0C0;
    background-color: #fbf0e7;
    padding: 20px;
    color: #990000;
    font-size: 13px;
}

    .exam-note p span {
        color: #053769;
        background-color: #d2e0ef;
        padding: 2px 5px 3px 7px;
        border-radius: 50%;
        border: 1px solid #eee;
        margin-right: 3px;
        font-size: 13px;
        font-weight: 600;
    }

    .exam-note p {
        margin-bottom: 8px;
    }

    .exam-note .heading {
        font-size: 16px;
        font-weight: bold;
        border-left: 3px solid #053769;
        padding-left: 6px;
    }
/*========= Examination Note full page END==========*/


/*========= User drop down Start==========*/
.user-list ul {
    list-style: none;
    padding-left: 0px;
}
.user-list ul li {
    padding: 6px 0px;
}
.user-list ul li:last-child {
    border-top: 1px solid #ccc;
}
.user-list ul li a {
    margin-left: 10px;
}
.user-list ul li a i {
    padding: 5px;
}
.user-list ul li {
    color: #5b5b5b !important;
}
.user-list ul li:hover {
    background-color: #dedede;
    color: #0d70fd;
}
/*========= User drop down END==========*/

/*=========== multi select list CSS Start ===========*/
.multiselect-list-style {
background-color: #ffffff;
border: 1px solid #adadad;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 100%;
height: 130px !important;
overflow: auto;
overflow-x: hidden;
display:block;
margin-bottom:20px;
}

.multiselect-list-style option:nth-child(odd) {
background-color: rgba(0,0,0,.04);
}

.multiselect-list-style option:nth-child(even) {
background-color: #ffffff;
}

.multiselect-list-style::-webkit-scrollbar {
width: 8px;
background: #ffffff !important;
}

.multiselect-list-style::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 20px #ffffff;
}

.multiselect-list-style::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 20px #e5e5e5;
}
/*=========== multi select list CSS END ===========*/

/*=========== check list RepeatColumns CSS Start ===========*/
.checkbox-list-box input[type=checkbox] {
    vertical-align: top;
    margin-right: 5px;
    margin-top: 3px;
}

.checkbox-list-box {
    background-color: #ffffff;
    border: 1px solid #adadad;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 100%;
    height: 130px;
    overflow: auto;
    overflow-x:hidden;
}

@media (max-width:767px) {
    .checkbox-list-box {
        min-height: 25px;
        height:auto;
        max-height: 200px;
        margin-bottom:10px;
    }
}

.checkbox-list-box .select-all-checkbox input[type=checkbox] {
    margin-left: 5px;
}

.checkbox-list-box .select-all-checkbox label {
    display: inline-block;
    width: calc(100% - 23px);
}

.checkbox-list-box table label {
    display: inline-block;
    width: calc(100% - 18px);
}

.checkbox-list-box table {
    width: 100%;
}

.checkbox-list-box td {
    vertical-align: top;
    padding: 5px;
}

.checkbox-list-box tr:nth-child(odd) {
    background-color: rgba(0,0,0,.04);
}

.checkbox-list-box tr:nth-child(even) {
    background-color: #ffffff;
}

.checkbox-list-column {
    padding-right: 15px;
    padding-left: 15px;
    height: 100%;
}

.checkbox-list-column .select-all-checkbox {
    background-color: #e6edff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.checkbox-list-box::-webkit-scrollbar {
    width: 6px;
    background: #ffffff !important;
}

.checkbox-list-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 20px #ffffff;
}

.checkbox-list-box::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 20px #e5e5e5;
}
/*=========== check list RepeatColumns CSS END ===========*/

/*=========== radio button list CSS Start ===========*/
.radio-button-list-style input[type=radio] {
    vertical-align: top;
    margin-right: 5px;
    margin-top: 3px;
}

.radio-button-list-style td {
    vertical-align: top;
    padding: 5px;
}

.radio-button-list-style {
    border: 1px solid #adadad;
    width:100%;
    margin-bottom:15px;
}

.radio-button-list-style tbody td {
    padding: 5px;
}

.radio-button-list-style tbody tr:nth-child(odd) {
    background-color: #efefef;
}

.radio-button-list-style tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.radio-button-list-style label {
    display: inline-block;
    width: calc(100% - 23px);
}

/*=========== radio button list RepeatColumns CSS END ===========*/

.modalPopup {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
     box-shadow: rgb(0 0 0 / 20%) 0px 5px 10px;
}

/*tour function*/
.tour-step-background {
    background: transparent;
    border-radius: 0;
}

.tour-backdrop {
    opacity: 0.5;
}

.hold-transition, .modal-open {
    padding-right: 0px !important;
}

.emojis img {
    width: 35px;
}

.feat-tour {
    float: right;
}

.feature {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc;
}

.tour-gif {
    text-align: center;
}

    .tour-gif img {
        width: 100%;
    }

.featureDate {
    font-size: 10px;
}

.featurenew {
    font-size: 11px;
    font-weight: 600;
}

.featureTitle-h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.featureContent p {
    font-size: 13px;
    margin: 0 0 5px;
}

.feat-tour a {
    font-size: 12px;
}


div.dt-button-background {
            position: inherit;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }
		
		
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
	right: 1em;
	content: "\f176" !important;
	font-family: 'FontAwesome' !important;
	opacity: 0.3 !important;
}
table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
	right: .5em;
	content: "\f175" !important;
	font-family: 'FontAwesome' !important;
	opacity: 0.3 !important;
}