/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700"); */
/* body{
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
} */
body{
    background-color: #f4f6fa;
    font-size: 1rem;
}
.btn{
    font-size: 1rem;
}
.btn-group-sm>.btn, .btn-sm {
    font-size: 1rem;
}
.multiselect, .multiselect__input,
.multiselect__single {
    font-size: 1rem !important;
}
.sidebar {
    width: 15rem;
}
.img-fluid {
    max-width: 100% !important;
}
.sidebar-user{
    background-color: #fff;
}
.landing-page .navy-line {
    width: 60px;
    height: 1px;
    margin: 0 auto;
    border-bottom: 2px solid #74243D;
}
.landing-page h1 {
    margin-top: 10px;
    font-size: 24px;
    /* font-size: 20px; */
    font-weight: 300;
    /* margin: 5px 0 10px 0; */
}
.home-page.landing-page h1, .team.landing-page h1 {
    text-align: center;
}
.home-page.landing-page .navy-line, .team.landing-page .navy-line {
    margin: 0 auto;
}
.landing-page .features-text {
    margin-top: 40px;
}
.landing-page section p {
    color: #5d5d5d;
    margin-bottom:0px;
}
.landing-page .features h2 {
    font-weight: 400;
    font-size: 18px;
}
.landing-page .features-text ul li {
    padding-bottom: 5px;
}
.landing-page .bubble {
    position: relative;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-style: italic;
    font-size: 14px;
    min-height: 55px ;
    padding: 15px;
}
.landing-page .bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 14px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 30px;
}
.landing-page .comments-avatar {
    margin-top: 25px;
    margin-left: 22px;
}
.landing-page .comments-avatar .commens-name {
    font-weight: 600;
    font-size: 14px;
}
.landing-page .features small {
    color: #74243D !important;
}
.dropdown-user .navbar-nav-link>span {
    padding-left: .4rem;
}
.navbar-light .navbar-text a {
    color: #c7708c;
}
.navbar-dark {
    color: rgba(255,255,255,.9);
    background-color: #323640;
    border-bottom-color: rgba(255,255,255,.1);
}
.nav-sidebar .nav-item:not(.nav-item-header):first-child {
    padding-top: 0;
}
.sidebar-dark {
    background-color: #3d424e;
}
.sidebar-dark .nav-sidebar > .nav-item > .nav-link.active {
    border-left: 4px solid /*#c7708c*/ #74243D;
    background-color: #323640;
}
.sidebar-dark .nav-sidebar > .nav-item > .nav-link.router-link-active{
    border-left: 4px solid /*#c7708c*/ #74243D;
    background-color: #323640;
}
.landing-page .team-member {
    margin-bottom: 50px;
    text-align: center;
}
.landing-page .team-member h4{
    font-size: 14px;
    font-weight: 600;
}
.landing-page span.navy {
    color: #74243d;
}
.table-bordered > thead > tr > th {
    background-color: #74243D;
    color: #fff;
}
.bg-primary{
    background-color: #74243D !important;
}
.text-primary{
    color:#74243D !important;
}
.btn-primary {
    background-color: #74243D;
    color: #FFFFFF;
    border:none;
}
.btn-nonprimary {
    background-color:#FFFFFF;
    color:  #74243D;
    border-color: #ddd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #5c1a2d;
    color: #FFFFFF;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #74243D;
    border-color: #74243D;
}
.navbar-brand{
    padding: 2px 0;
    margin: 0;
}
.navbar-nav{
    margin-left: -20px;
}
.navbar-dark .navbar-nav-link:focus, .navbar-dark .navbar-nav-link:hover {
    color: #fff;
    background-color: rgba(0,0,0,0);
}
.navbar-brand img{
    height: auto;
    display: inline-block;
}
.nav-sidebar .nav-link {
    padding:0.9rem 1rem;
}
.VueTables .VueTables__search{
    float: left;
}
.VueTables .VueTables__search-field label, .VueTables .VueTables__limit-field label{
    float: left;
    margin: 8px 8px 0 0;
}
.VueTables .VuePagination{
    margin: 0;
    padding: 0;
}
.VueTables .VuePagination nav{
    margin: 10px 0;
    width: 100%;
}
.VueTables .VuePagination nav > ul{
    float: left;
}
.VueTables .VuePagination .VuePagination__count{
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
}
.VueTables .table td, .VueTables .table th {
    padding: .5rem;
}
/* .navbar-brand a:first-child {
    border-right: 2px solid rgba(255,255,255,.2);
    padding-right: 20px;
    margin-right: 20px;
} */
.nav-link.nav-link-acr {
    padding: 0rem 1.25rem;
}
.form-check-inline {
    margin-right: 2rem;
}
.form-check-inline .form-check-input {
    margin-top: 0.275rem;
}
.sidebar {
    width: 13rem;
}

/* VGT Table Ui */
.vgt-global-search{
    background: #fff !important;
}
.vgt-table{
    font-size: inherit !important;
}
.vgt-table thead th {
    font-weight: 500;
    background: #fff !important;
}
.vgt-wrap__footer{
    background: #fff !important;
}
.vgt-table > tbody > tr > td:first-child > span > span{
    font-weight: 500 !important;
    color: #74243D !important;
}
.vgt-wrap__footer .footer__row-count__label {
    font-size: inherit !important;
}
.vgt-wrap__footer .footer__row-count__select {
    font-size: inherit !important;
    font-weight: 500 !important;
}
.vgt-wrap__footer .footer__navigation {
    font-size: inherit !important;
}
.vgt-wrap__footer .footer__navigation__page-btn {
    font-weight: 500 !important;
}
.vgt-wrap__actions-footer {
    border:none !important;
}
.vgt-wrap__footer .footer__navigation__page-btn .chevron.right::after {
    border-left-color: #74243d !important;
}
.vgt-table th.sorting:after{
    border-bottom-color: #74243d !important;
}
.vgt-table th.sorting:hover:after {
    border-bottom-color: #74243d !important;
}
.vgt-table thead th.sorting-desc:after {
    border-top-color: #74243d !important;
}
.vgt-responsive{
    max-height: calc(100vh - (340px))  !important;
    overflow: auto !important;
}
.vgt-table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}
.vgt-wrap__footer .footer__navigation__page-info__current-entry{
    font-weight: 500 !important;
}
.bodyScroll .table tr:nth-child(odd) {background: rgba(0,0,0,.02);}
.bodyScroll .table tr:nth-child(even) {background: white;}
.table-head > thead > tr > th {
    background-color: #fff ;
}

/* END VGT Table Ui */

.page-header-light {
    border: 1px solid #ddd;
    border-radius: 3px;
}
.media .media-body a{
    font-weight: 500;
}
a, .btn-link {
    color: #74243d;
}
a:hover, a:focus, .btn-link:hover, .btn-link:focus {
    color: #a23a5b;
}
.div-agreement {
    width: 100%;
    clear: both;
    margin: 18px auto;
    padding: 5px 0;
    display: block;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.tableCaption {
    background-color:#74243D !important;
    color:#fff;
}
.tableCaptionSearch {
    padding: .2rem .875rem
}
/* .tableCaptionSearchOuter .form-control-feedback {
    line-height: 1.8rem;
} */
.customScrollTable .table{
    table-layout: fixed;
}

.headScrollOuter{
    background: rgba(0,0,0,.02);
    /* background-color:#74243D; */
}
.bodyScroll .headScrollOuter{
    background: #fafafa;
    /* background-color:#74243D; */
}
.bodyScroll .headScrollOuter .table tr:nth-child(odd), .bodyScroll .bodyScroll .table tr:nth-child(odd) {
    background: #fafafa;
}
.bodyScroll .pagenation .table tr:nth-child(odd) {
    background: #fafafa;
}
.bodyScroll .pagenation .table tr td{
    border-top: 1px solid #ddd !important;
    padding: 0.3rem 0.75rem !important;
}
.bodyScroll .bodyScroll{
    min-height: 87px;
}
.grid-component .grid-component{
    border: 1px solid #ddd;
    border-top: none !important;
}



.grid-loading {
    position: absolute;
    width: 100%;
    z-index: 10;
    margin-top: 117px;
}

.grid-center-align {
    text-align: center;
}

.grid-loading__content {
    background-color: #74243D !important;
    color: white;
    padding: 7px 30px;
    border-radius: 3px;
}

.headScroll{
    margin-right: 17px;
}
/* .headScroll .table tr{
    background: rgba(0,0,0,.02);
     background-color: #74243D;
    color: #fff;
} */
.bodyScroll, .bodyScroll2, .seminalcitation .bodyScroll .bodyScroll, .lookups .bodyScroll .bodyScroll, .library-page .bodyScroll .bodyScroll, .users-page .bodyScroll, .create-editor .bodyScroll, .editor-choice .bodyScroll, .banner .bodyScroll{
    overflow-y: auto;
    overflow-x: hidden;
}
.bodyScroll{
    max-height: calc( 100vh - (290px));
}
.bodyScroll2{
    max-height: calc( 100vh - (235px));
    margin-bottom: 0px;
}
.users-page .bodyScroll, .seminalcitation .bodyScroll, .library-page .bodyScroll, .create-editor .bodyScroll{
    max-height: calc( 100vh - (410px));
}
.non-med-citation .bodyScroll{
    max-height: calc( 100vh - (350px));
}
.lookups .bodyScroll{
    max-height: calc( 100vh - (477px));
}
.editor-choice .bodyScroll{
    max-height: calc( 100vh - (500px));
}
.banner .bodyScroll{
    max-height: calc( 100vh - (370px));
}
.users-page .bodyScroll, .create-editor .bodyScroll {
    min-height: 118px;
}
.seminalcitation .bodyScroll, .library-page .bodyScroll, .non-med-citation .bodyScroll, .lookups .bodyScroll{
    min-height: 87px;
}
.bodyScroll .dropdown-item {
    padding: .3rem 0.7rem;
}

@media (min-width: 1366px){
    .editor-choice .bodyScroll{
        max-height: calc( 100vh - (300px));
    }
}
@media (min-width: 1440px){
    .container {
        max-width: 100%;
    }
    .editor-choice .bodyScroll{
        max-height: calc( 100vh - (480px));
    }
}
@media (min-width: 1920px){
    .editor-choice .bodyScroll{
        max-height: calc( 100vh - (430px));
    }
}
.hSpan{
    position: relative;
}
.hSpan span{
    position: absolute;
}
.customScrollTable .table thead th {
    border-bottom: none;
}
.customScrollTable .bodyScroll {
    border-top: 1px solid #b7b7b7;
}
.customScrollTable .headScrollOuter {
    border-top: 1px solid #ddd;
}
.cWidth30{
    display: inline;
    width: 30px;
}
.cWidth50{
    display: inline;
    width: 50px;
}
.page-title {
    padding: 1rem 0;
}
.customWidth{
    width: 22rem !important;
}
.customHead-A {
    background-color: #fff;
    display: inline-block;
    border: none;
    margin: 0 0 0 -5px;
    padding: 0px 10px;
    position: absolute;
    top: -10px;
    font-size: .9375rem;
    font-weight: 500;
}
.card-group-control .card-header {
    padding: .6375rem 1.25rem !important;

}
.cursor-pointer{
    cursor: pointer;
}
/* custom wizard steps */

.wizard-steps .nav-tabs {
    border-bottom: none;
}
.wizard-steps .nav-tabs .nav-item.show .nav-link, .wizard-steps .nav-tabs .nav-link.active {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    font-weight: 500;
}
.wizard-steps .nav-tabs-highlight .nav-link:before {
    height: 0;
}
.wizard-steps .nav-tabs .nav-link{
    border:none;
    cursor: default;
    position: relative;
    padding-top: 2.5rem;
    margin-top: /*1.25rem*/ 0;
    margin-bottom: /*1.25rem*/ 0;
    display: block;
    outline: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;

}
.wizard-steps .nav-tabs .nav-link > span {
    background-color: #fff;
    color: #999;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 52%;
    margin-left: -1.1875rem;
    border: 2px solid #999;
    font-size: .875rem;
    z-index: 10;
    line-height: 1.9rem;
    text-align: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}
.wizard-steps .nav-tabs .nav-link.active > span {
    border-color: #74243d;
    background-color: #fff;
    color: #74243d;
}
.border-top-primary{
    border-top-color: #74243d;
    border-top-width: 2px;
}
.nav-tabs-highlight .nav-link.active:before {
    background-color: #74243d;
}
.text-primary{
    color: #74243d;
}
a.text-primary:focus, a.text-primary:hover {
    color: #a23a5b !important;
}
.wizard-steps .nav-tabs .nav-link.active:after,
.wizard-steps .nav-tabs .nav-link.active~li:after,
.wizard-steps .nav-tabs .nav-link.active~li:before {
    background-color: #999;
}

.wizard-steps .nav-tabs .nav-link:after {
    right: 0;
}
.wizard-steps .nav-tabs .nav-link:before {
    left: 0;
}
.wizard-steps .nav-tabs .nav-link:after,
.wizard-steps .nav-tabs .nav-link:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.95rem;
    width: 50%;
    height: 2px;
    background-color: #999;
    z-index: 9;
}
.wizard-steps .nav-tabs .first .nav-link:before,
.wizard-steps .nav-tabs .last .nav-link:after {
    height: 0;
}
/* custom wizard steps end */
.table td, .table th {
    padding: .75rem 1rem;
}
.mt-1-5{
    margin-top: .4125rem!important;
}
.ui.dropdown .menu > .item{
    font-size: .8125rem !important;
}
.ui.search.dropdown .menu{
    max-height: 10.68571429rem !important;
}
.tab-pane{
    overflow: auto;
}
.grid-component{
    min-width: 1060px;
}
.multiselect {
    width: 100%;
    text-align: left;
    padding-left:0;
    padding-right: 0;
    text-transform: none;
    overflow: inherit;
    text-overflow: ellipsis;
    white-space: normal;
}
.btn-group-sm>.btn, .btn-sm {
    font-size: .8125rem;
    border-radius: .225rem;
}
.font-bold
{
    font-weight:bold;
}
.font-semi-bold{
    font-weight:500;
}
.multiselect, .multiselect__input,
.multiselect__single {
    font-family: inherit;
    font-size: .8125rem !important;
}

.multiselect__option.multiselect__option--highlight {
    background: #ad4364 !important;
}
.multiselect__option--group.multiselect__option--highlight {
    background: #3d424e !important;
}
/* .multiselect__option--highlight {
    background: #ad4364 !important;
} */
.multiselect__tag {
    background: #74243d !important;
}
.multiselect__tag-icon:after {
    color: #fff !important;
}
.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: #a23a5b !important;
}
.multiselect__option--selected:after{
    background: #e1e1e1 !important;
}
.multiselect__option--highlight:after{
    background:#74243d !important;
    color:#fff
}
.multiselect__option--selected.multiselect__option--highlight:after{
    background:#ff6a6a;
}
.multiselect__tags {
    max-height: 100px;
    overflow: auto;
}
.multiselect__option--selected {
    font-weight: 500;
}
/* Color theme */

/* Skin-light */
body.skin-1 a, body.skin-1 .btn-link {
    color: #00657d;
}
body.skin-1 a:hover, body.skin-1 a:focus, body.skin-1 .btn-link:hover, body.skin-1 .btn-link:focus {
    color: #005970;
}
body.skin-1 .btn-primary {
    background-color: #00657d;
    border:none;
}
body.skin-1 .setings-item a {
    color: #fff;
}
body.skin-1 .btn-primary:hover,
body.skin-1 .btn-primary:focus,
body.skin-1 .btn-primary:active,
body.skin-1 .btn-primary.active,
body.skin-1 .open .dropdown-toggle.btn-primary,
body.skin-1 .btn-primary:active:focus,
body.skin-1 .btn-primary:active:hover,
body.skin-1 .btn-primary.active:hover,
body.skin-1 .btn-primary.active:focus {
    background-color: #005970;
    color: #FFFFFF;
}
body.skin-1 .landing-page .features h2 {
    color: #00657d;
}
body.skin-1 .tableCaption {
    background-color: #00657d !important;
}
body.skin-1 .bg-primary {
    background-color: #00657d !important;
}
body.skin-1 .nav-tabs-highlight .nav-link.active:before {
    background-color: #00657d;
}
body.skin-1 .navbar-light .navbar-text a {
    color: #00657d;
}
body.skin-1 .spin-icon {
    background: #00657d;
}
body.skin-1 .sidebar-light .nav-sidebar>.nav-item-open>.nav-link:not(.disabled), body.skin-1 .sidebar-light .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #00657d;
    color: #fff;
}

body.skin-1 .multiselect__option--highlight {
    background: #00657d !important;
}
body.skin-1 .multiselect__tag {
    background: #00657d !important;
}

body.skin-1 .multiselect__tag-icon:focus, body.skin-1 .multiselect__tag-icon:hover {
    background: #005970 !important;
}

body.skin-1 .multiselect__option--highlight:after{
    background:#00657d !important;
    color:#fff
}
body.skin-1 .multiselect__option--selected.multiselect__option--highlight:after{
    background:#005970;
}
/* Skin-light end */

/* skin-three */

body.skin-2 .sidebar-light {
    background-color: #a2c4c9;
    color: #333;
    border-right: 1px solid rgba(0,0,0,.125);
    background-clip: content-box;
}
body.skin-2 .sidebar-light .nav-sidebar>.nav-item-open>.nav-link:not(.disabled), body.skin-2 .sidebar-light .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #45818e;
    color: #fff;
}
body.skin-2 .sidebar-light .nav-sidebar .nav-link {
    color: rgba(51,51,51,1);
}
body.skin-2 .sidebar-light .nav-sidebar .nav-link:not(.disabled):hover {
    background-color: #90b4b9;
}
body.skin-2 .sidebar-light .nav-sidebar > .nav-item > .nav-link.active {
    border-left: 4px solid #072d2e;
}
body.skin-2 .sidebar-light .nav-sidebar>.nav-item>.nav-link.active:hover{
    background-color: #45818e;
}
/* skin-three end*/

/* Color theme end*/

/* config */
.theme-config {
    position: absolute;
    top: 140px;
    right: 0;
    overflow: hidden;
}
.theme-config-box {
    margin-right: -130px;
    position: relative;
    z-index: 2000;
    transition-duration: 0.8s;
}
.theme-config-box.show {
    margin-right: 0;
}
.spin-icon {
    background: #74243d;
    position: absolute;
    padding: 7px 10px 7px 13px;
    border-radius: 20px 0 0 20px;
    font-size: 16px;
    top: 0;
    left: 0;
    width: 40px;
    color: #fff;
    cursor: pointer;
}
.skin-3 .spin-icon {
    background: #ecba52 !important;
}
.skin-setttings {
    width: 130px;
    margin-left: 40px;
    background: #f3f3f4;
}
.skin-setttings .title {
    background: #efefef;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 10px 15px;
    font-size: 12px;
}
.setings-item {
    padding: 10px 20px;
    cursor: pointer;
}
.default-skin, .light-skin, .skin-three {
    text-align: center;
}
.default-skin {
    font-weight: 600;
    background: #323640;
}
.skin-name a {
    text-transform: uppercase;
}
.setings-item a {
    color: #fff;
    font-size: .72rem;
    font-weight: 500;
}
.light-skin {
    font-weight: 600;
    background-color: #666;
}
.skin-three{
    font-weight: 600;
    background-color: #888;
}
/* config end */

.dropdown-menu {
    min-width: 7.25rem;
}
.dropdown-header>i, .dropdown-header>img, .dropdown-item>i, .dropdown-item>img {
    margin-right: 0.5rem;
}
.nav-sidebar .nav-link i {
    margin-right: 1rem;
}
.about-page .card-group-control-right .card-title > a {
    font-weight:600;
}
.disableInput
{
    pointer-events: none;
    opacity: 0.4;
}
.hoverImg >div { display: none;}
.hoverImg:hover >div { display: block;}

.not-active {
    opacity: 0.4;
  }
  .cust-active{
      cursor:not-allowed;
  }
.btnUploadRemove
{
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 1px;
}
.Uploadlabel
{
    position: relative;
}

.hide-Abs.card-group-control-right .card-title>a:before {
    display:none;
}
#appLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #000;
    opacity: 0.8;
    background-image: url(/Content/images/loaderA.GIF);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 102px;
    overflow: hidden
}
.about-page .card-group-control .card{
    background-color: #fafafa;
}
.icon-size{
    font-size: 10px;
}
.multiselect__select {
    height: 34px !important;
}
.multiselect__tags {
    min-height: 36px !important;
    padding: 7px 40px 0 8px !important;
    border-radius: 3px !important;
    border: 1px solid #ddd !important;
    font-size: 13px !important;
}
.multiselect__placeholder {
    color: #333 !important;
    display: inline-block !important;
    margin-bottom: 4px !important;
    padding-top: 0 !important;
    padding-left: 6px !important;
}

.card-group-control .card-title>a.collapsed:before{
    content: '\e9c1' !important;
}
.card-group-control .card-title>a:before{
    content: '\e9c2' !important;
    font-size: 1.5rem;
}
.header-elements .list-icons > a.colp i:before{
    content: '\e9c1' !important;font-size: 1.5rem;
}
.header-elements .list-icons > a.colp.collapsed i:before{
    content: '\e9c2' !important;
    
}
.card-group-control.editorSelection > .card:last-child{
    margin-bottom: 0;
}
.backBtn i.icon-arrow-left52:before{
    font-size: 22px;
}
.backBtn .addBtn i.icon-plus22:before{
    font-size: 22px;
}
label b{
    font-weight: 500;
}
.cur-pointer
{
    cursor:pointer;
}
.tooltip-inner {
    max-width: 332px;
}
.collapse-tab{
    position: absolute;
    width:90%;
    top: -1px;
    right: -1px;
    z-index: 1;
}
.editor-choice .collapse-tab {
    width: 88%;
}
.collapse-tab > div{
    background: #fafafa;
    margin-left: 0;
    padding: 10px 15px 5px;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.collapse-tab > div a{
    cursor: pointer;
}
#modalformforcitation form label{
    font-weight: 500;
}
.icon-1x {
    font-size: 20px;
}
.mi-expand-more, .mi-expand-less{
    font-size: 2rem;
    position: absolute;
    top: 0.3rem;
    right: 1rem;
}
.pdfIcon{
    position: absolute;
    right: 50px;
    top: 10px;
}
.SpecialityAccessDisplay{
    min-height: 340px;
}
.mx-calendar, .mx-datepicker{
    font: inherit !important;
}
.AdvBanner{
    text-align: right;
    padding-left:1.25rem;
    width:13%;
}
.AdvBannerLeft{
    width:87%;
}
@media (max-width: 1440px){
    .collapse-tab{
        width:89%;
    }
    .editor-choice .collapse-tab {
        width: 86%;
    }
}
@media (max-width: 1366px) {
    .collapse-tab{
        width:88%;
    }
    .editor-choice .collapse-tab {
        width: 85%;
    }
    .customScrollTable{
        min-width: 1024px;
        overflow-x: auto;
    }
}
@media (max-width: 1024px){
    .collapse-tab{
        width:80%;
    }
    .editor-choice .collapse-tab {
        width: 78%;
    }
}
@media (max-width: 768px){
    .collapse-tab {
        width: 73%;
    }
    .editor-choice .collapse-tab {
        width: 74%;
    }
    .card-body {
        padding: 0.8rem;
    }
    .container{
        padding: 0;
    }
}
@media (max-width: 420px){
    .AdvBanner{
        display: none;
    }
    .AdvBannerLeft{
        width: 100%;
    }
}
.tooltip{
    top:-13px !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* Sub-grid color theme */
.lookups .bodyScroll .tableCaption {
    color: #74243d !important;
    background-color: transparent !important;
    border: 1px solid #74243d !important;
    margin: 0 -1px 0px;
}
.lookups .bodyScroll  .btn-primary {
    background-color: transparent;
    border: 1px solid #74243d !important;
    color: #74243d !important;
}
.tooltip-inner img {
    width: auto !important;
    height: auto !important;
    max-width: 150px !important;
    max-height: 200px !important;
}
.multiselect--disabled {
    background:none !important;
}
@media (min-width: 992px){
    .modal-xl {
        max-width: 1024px;
    }
}
.options-block
{
    width: 350px;
    margin: 0 auto;
    text-align: left;
}
.icon-file-pdf{
    margin: 5px 50px 0 0;
}
.pdfIcon .icon-file-pdf{
    margin: 0;
}
.scrollStyle
{
    max-height: 300px;
    overflow-y: auto;
}
.scrollForPassList
{
    min-width: 50%;
    border-bottom: 1px solid #ddd;
}
.table.datatable-scroll-y ul{
    padding-left: 15px;
}
.makeBold{
    font-weight: bold
}

.marignbtm
{
   margin-bottom:  2.3125rem !important
}
.editButton{
    position: absolute;
    top: 0;
    right: 0;
}
/* #msgBody
{
    font-family: "Verdana","sans-serif";
    font-size: 12px;
} */
/* css Switch */
.onoffswitch-outer{
    display: inline-block;
}
.onoffswitch {
    position: relative; width: 148px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    margin-top: 5px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 0 62.5rem rgba(0,0,0,.075) inset;
    border-radius: 3px; 
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Receive Emails";
    padding-left: 10px;
    background-color: #5c1a2d; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "No Emails";
    padding-right: 10px;
    background-color: #a0a0a0;
    color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 30px;
    margin: 2px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 114px;
    border: none;
    
    border-radius: 3px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
/* End Switch */

.navbar-text {
    padding-top: .525rem;
    padding-bottom: .525rem;
    font-size: 13px;
}
.content {
    padding: 1.25rem 1.25rem 1rem;
}
.navbar-nav-link {
    padding: 0.3rem 1rem !important;
}
.navbar-nav-link.sidebar-control{
    padding: 0.7rem 1rem !important;
}
.nav-link {
    padding: .425rem 1.25rem .425rem 1.25rem;
}
.btn{
    text-shadow: none;
}
.btn.btn-nonprimary{
    box-shadow: none;
}
.btn.btn-nonprimary:hover{
    border:1px solid #ddd;
}
.pagenation {
    font-size: 0.825rem;
}


.button-disable
   {
    cursor: not-allowed;
    pointer-events: none;
    color: #c0c0c0;
    background-color: #ffffff;
   }