.login-page, .register-page {
    background-color: #303874;
}

.navbar-dark {
    background-color: #303874;
    border-color: #0a3a85;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #303874;
}

[class*=sidebar-dark-] {
    background-color: #303874;
}

[class*=sidebar-dark-] .sidebar a {
    color: #fff;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #2a3064;
}

.visit-block-header {
    background: #dedede;
    border-bottom: 1px solid #ccc;
}

.content-wrapper {
    background-color: #ccc;
}

.bg-off-gray {
    background-color: #f5f5f5;
}

/*.form-control {*/
/*    background-color: #f5f5f5;*/
/*    border: 1px solid transparent;*/
/*    border-bottom: 1px solid #bcbcbc;*/
/*    border-radius: 0px;*/
/*}*/

.ladda-button {
    background: #313874;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
}

.dropdown .dropdown-menu {
    top: 45px;
    min-width: 208px;
    padding: 0;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.2);
    z-index: 5;
}

.dropdown .dropdown-menu .dropdown-item {
    display: block;
    color: rgba(0,0,0,.6)!important;
    line-height: 18px;
    padding: 8px 16px;
    font-weight: 700!important;
    font-size: 14px;
}

#outerRing{
    position:absolute;
    padding:5px;

    z-index: 900008;
    position: fixed;
    left: 48%;
    top: 45%;

    width:60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 5px 5px 5px #888888;
    background: #32b399; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #32b399, #0089af); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #32b399, #0089af); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #32b399, #0089af); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #32b399, #0089af); /* Standard syntax */
}

#innerRing{
    position:absolute;
    width:50px;
    height: 50px;
    border-radius: 50%;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    border-left: 5px solid rgba(255,255,255,0);
    border-right: 5px solid rgba(255,255,255,0);
    background-color: rgba(255,255,255,0);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


#bPlus {
    background: white;
    height: 17px;
    position: absolute;
    width: 5px;
    top:18px;
    left:20px;
}
#bPlus:after {
    background: white;
    content: "";
    height: 5px;
    left: -6px;
    position: absolute;
    top: 6.5px;
    width: 17px;
}

#mPlus {
    background: white;
    height: 13px;
    position: absolute;
    width: 3px;
    top:28px;
    left:38px;
}
#mPlus:after {
    background: white;
    content: "";
    height: 3px;
    left: -5px;
    position: absolute;
    top: 4.75px;
    width: 13px;
}

#sPlus {
    background: white;
    height: 10px;
    position: absolute;
    width: 2px;
    top:36px;
    left:28px;
}
#sPlus:after {
    background: white;
    content: "";
    height: 2px;
    left: -4px;
    position: absolute;
    top: 4px;
    width: 10px;
}

.loader .large .msg {
    background: #fff url(../img/loader.gif) no-repeat 50% 40%;
    font-size: 20px;
    padding: 50px 50px 50px 50px;
}
.loader .loader-body {
    background: none repeat scroll 0 0 rgba(51,51,51,0.3);
    color: #333;
    padding: 7px;
    z-index: 900008;
    position: fixed;
    left: 43%;
    top: 43%;
}
.loader .loader-overlay {
    background: none repeat scroll 0 0 #333;
    z-index: 900000;
    opacity: 0.4;
    filter: alpha(opactiy=40);
    -ms-filter: "alpha(opacity=40)";
    -moz-opacity: .4;
    -khtml-opacity: .4;
}
.loader
{
    display: block;
}
.loader-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.pull-right {
    float: right;
}

.navbar-nav {
    margin: 0px;
}


.newPaddingMarginEMR {
    background: transparent;
    margin-top: 70px;
    border: none!important;
}
.datePickerNewIcon .form-control {
    padding-left: 34px;
}
.datePickerNewIcon .hx-datepicker i {
    left: 4px !important;
    top: 1px;
    background: transparent;
    border: 0 !important;
}



/*body{*/
/*    padding-top: 50px;*/
/*    font-family: 'Nunito Sans', sans-serif !important;*/
/*}*/
/*.container.mb-5.pt-5 {*/
/*    padding: 0 !important;*/
/*    margin: 0;*/
/*    max-width: 100% !important;*/
/*}*/

.box-panel
{
    box-shadow: 0px 0px 6px #aaa;
    background-color:#fff;
    border:1px solid #fff;
}
.dataTables_scrollBody{
    height: auto !important;
}
.globalModal.stablePushModal{z-index: 999999;}
.globalModal.stablePushModal .modalWrap{max-height: 95vh;}
.removeUnwantedClasses form .d-flex.flex-wrap.mb-2 {
    margin-bottom: 0 !important;
}
.removeUnwantedClasses form .hx-input_control.pr-3 label {
    margin: 0;
}
.newPaddingMarginEMR.card.hx-card {
    margin-top: 0!important;
}
.newPaddingMarginEMR .hx-table-wrap {
    padding: 20px 2rem 0;
}

.swal2-select {
    display: none !important;
}

.nav-flat:not(.nav-child-indent) .nav-treeview .nav-item>.nav-link>.nav-icon {
    margin-left: 1.4rem;
}

.hx-btn-danger-xs {
    height: 1.375rem;
    color: #ee1515;
    background: #fde8e8 !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.12);
    border: 0;
    margin: 0;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.85rem !important;
    font-weight: 400;
    padding: 7px 16px !important;
}

.form-control {
    border: 1px solid #DEDEDE;
    border-radius: 2px!important;
    -webkit-border-radius: 2px;
    font-weight: 400;
    line-height: normal;
    font-size: 1rem;
    color: #243951;
    display: block;
    width: 100%;
}

.invst-active{
    background-color: #ffffff;
    border: none;
    padding: 20px;
    font-weight: bold;
    color: #444;
}

.invst{
    background-color: #eee;
    border: none;
    padding: 20px;
    color: #444;
    font-weight: bold;
}

/* Hide the default checkbox */
.custom-checkbox input.styled-checkbox {
    /*position: absolute;*/
    opacity: 0;
    cursor: pointer;
}

/* Style the custom checkbox */
.custom-checkbox .checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 3px;
}

/* Show a checkmark when the checkbox is checked */
.custom-checkbox input.styled-checkbox:checked + .checkmark:after {
    content: '\2713'; /* Unicode checkmark character */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #000;
}

.tb thead, .tb tbody tr {
    table-layout: auto !important;
}

