.navbar-nav .menu-item-has-children .input-group .col-md-2 {
    max-width: 12%;
}

.navbar-nav .menu-item-has-children .lastmenuhold .col-md-2 {
    max-width: 11%;
}

.dataTables_filter {
    float: right;
}

.header-menu a {
    color: #212529;
}

.navbar-brand input {
    max-height: 108px;
    max-width: 108px;
}
.menu-title .input-group a {
    color: #fff;
}

.ajax__scroll_none_hold {
    overflow: initial;
    height: 278px;
}

.menu-item-has-children .menu-manage {
    line-height: 20px;
    margin-bottom: 10px;
    background: none !important;
    color: #ffffff !important;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 30px;
    padding: 4px 0;
    position: relative;
}


.menu-item-has-children .input-group-addon i {
    margin-top: 11px;
    width: 55px;
    text-align: left;
    color: #fff;
}

.menu-item-has-children .input-group:before {
    content: "\f105";
    color: #ffffff;
    font-family: 'Fontawesome';
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.menu-item-has-children [type=submit] {
    background: none;
    color: #ffffff !important;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    position: relative;
    width: 100%;
    padding: 2px 0 2px 30px;
    border: none;
}

.menu-item-has-children .lastmenuhold {
    background: #055f94;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    overflow: hidden;
    padding: 0px 0 0 28px;
}

.menu-item-has-children .lastmenuhold [type=submit] {
    padding: 2px 0 2px 0px;
    cursor: pointer;
}


.bg-img-repeat {
    background: url(../../images/bg-repeat.jpg) repeat;
    background-size: cover;
}

.login-contact-add {
    display: none;
    background: rgba(255, 255, 255, 0.9098039215686274);
    z-index: 9999999;
    padding: 22px 16px;
    border-radius: 5px;
    margin-top: -15px;
}

.login-logo img {
    border-radius: 100%;
    background: #fff;
    padding: 10px;
}

.login-contact-add p {
    margin-bottom: 8px;
    line-height: 20px;
    color: #0a2856;
}

.login-form a {
    color: #045f92;
}

.login-contact-add .row .col-md-6:first-child {
    border-right: 1px solid #b3bbca;
}

.menu-item-has-children .input-group {
    cursor: pointer;
}

.header-menu .d-flex .fa {
    color: #0070ae;
    font-size: 18px;
    margin-right: 4px;
}

.navbar .navbar-nav {
    width: 100%;
    display: block;
}

.login-form h3 {
    color: #006cac;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.error {
    text-align: center;
    font-size: 13.5px;
    padding: 5px;
    background: #fb9f9f;
    margin-bottom: 5px;
    border-radius: 4px;
    width: 100%;
    display: block;
}

.ctrl-error {
    text-align: center;
    font-size: 13px;
    background: #ff9ba5;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    width: 100%;
    display: block;
    line-height: 28px;
}

.border-primary {
    border-color: #006fad !important;
}

.chkhld input[type=checkbox] {
    margin-right:5px;
}

.ajax__validatorcallout div, .ajax__validatorcallout td {
    border-color: #721c24 !important;
    font-weight: bold;
    color: #721c24;
}

.ajax__validatorcallout_icon_cell,
.ajax__validatorcallout_error_message_cell,
.ajax__validatorcallout_close_button_cell,
.ajax__validatorcallout_innerdiv div {
    background-color: #f2dede !important;
}


.helpscroll {
    height: 510px;
    overflow: scroll;
    overflow-x: hidden;
}

/*Header*/
.Tab .ajax__tab_header {
    color: #4682b4;
    font-size: 14px;
    background-color: #ffffff;
    margin-left: 0px;
}
/*Body*/
.Tab .ajax__tab_body {
    border: 1px solid #b4cbdf;
    border-radius: 0 5px 0 0;
    height: auto !important;
    
}

.importexcelscroll {
    width: 100%;
    border: 1px dotted gray;
    background-color: #f0f0f0;
    overflow-y: scroll;
    min-height: 30px;
    height: 108px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab {
    color: #ffffff;
    background: #006fad;
}

.Tab .ajax__tab_active .ajax__tab_inner {
    color: #ffffff;
    background: #006fad;
}

.Tab .ajax__tab_active .ajax__tab_outer {
    color: #ffffff;
    background: #006fad;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab {
    color: ffffff;
    background: #006fad;
}

.Tab .ajax__tab_hover .ajax__tab_inner {
    color: ffffff;
    background: #006fad;
}

.Tab .ajax__tab_hover .ajax__tab_outer {
    color: #ffffff;
    background: #006fad;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab {
    color: #444444;
    background: #90d7ff;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    transition: 0.3s ease-in;
}

.ajax__tab_body {
    padding: 20px;
}

.Tab .ajax__tab_outer {
    color: #666666;
    background: #90d7ff;
    /* padding-right: 6px; */
    margin-right: 2px;
    padding: 0px 15px;
    border-radius: 4px 4px 0 0;
    transition: 0.3s ease-in;
    margin-top:5px;
}

.alpha-hold [type=submit] {
    background: #04afb9;
    border: none;
    width: 26px;
    height: 26px;
    font-weight: 500;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: middle;
    transition: 0.3s ease-in;
    margin-bottom: 2px;
}

.alpha-hold [type=submit]:hover {
    background: #006fad;
}


.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ababab;
    border-color: #ababab;
}

.gridtablehold th, .gridtablehold td {
    border: 1px solid #b7d1e0;
    background: #fff;
    padding: 5px;
    font-size: 13px;
}

.gridtablehold th a {
    color: #fff;
}


.gridtablehold th {
    background: #006fad;
    font-weight: 500;
    padding: 5px;
    position: sticky;
    top: -1px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.gridtablehold {
    width: 100%;
    display: block;
    max-height: 44vh;
    overflow-y: auto;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid #b7d1e0;
}

.bg-notes a {
    font-weight: bold;
    color: #009221 !important;
}

.imgwidth {
    height: 16px;
    width: 16px;
}

.gridbottomhold p {
    font-size: 14px;
}

.btn-primary {
    color: #fff;
    background-color: #006ead;
    border-color: #006dac;
}

.add-rec .btn {
    margin-bottom: 10px;
}

.min190 {
    min-height: 190px;
}

.usedates {
    background: #17a2b8;
    padding: 4px;
    border-radius: 5px;
    color: #fff;
    padding-bottom: 0;
    width: 12%;
}

.usedates label{
    font-weight:bold;
}

.loadding-page {
    background-color: rgba(40, 64, 109, 0.8313725490196079);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 999999;
    left: 0;
}

.loader {
    position: absolute;
    width: 75px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: #96eaff;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

    .loader__bar:nth-child(1) {
        left: 0px;
        transform: scale(1, 0.2);
        animation: barUp1 4s infinite;
    }

    .loader__bar:nth-child(2) {
        left: 15px;
        transform: scale(1, 0.4);
        animation: barUp2 4s infinite;
    }

    .loader__bar:nth-child(3) {
        left: 30px;
        transform: scale(1, 0.6);
        animation: barUp3 4s infinite;
    }

    .loader__bar:nth-child(4) {
        left: 45px;
        transform: scale(1, 0.8);
        animation: barUp4 4s infinite;
    }

    .loader__bar:nth-child(5) {
        left: 60px;
        transform: scale(1, 1);
        animation: barUp5 4s infinite;
    }

.loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    animation: ball 4s infinite;
}

@keyframes ball {
    0% {
        transform: translate(0, 0);
    }

    5% {
        transform: translate(8px, -14px);
    }

    10% {
        transform: translate(15px, -10px);
    }

    17% {
        transform: translate(23px, -24px);
    }

    20% {
        transform: translate(30px, -20px);
    }

    27% {
        transform: translate(38px, -34px);
    }

    30% {
        transform: translate(45px, -30px);
    }

    37% {
        transform: translate(53px, -44px);
    }

    40% {
        transform: translate(60px, -40px);
    }

    50% {
        transform: translate(60px, 0);
    }

    57% {
        transform: translate(53px, -14px);
    }

    60% {
        transform: translate(45px, -10px);
    }

    67% {
        transform: translate(37px, -24px);
    }

    70% {
        transform: translate(30px, -20px);
    }

    77% {
        transform: translate(22px, -34px);
    }

    80% {
        transform: translate(15px, -30px);
    }

    87% {
        transform: translate(7px, -44px);
    }

    90% {
        transform: translate(0, -40px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes barUp1 {
    0% {
        transform: scale(1, 0.2);
    }

    40% {
        transform: scale(1, 0.2);
    }

    50% {
        transform: scale(1, 1);
    }

    90% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 0.2);
    }
}

@keyframes barUp2 {
    0% {
        transform: scale(1, 0.4);
    }

    40% {
        transform: scale(1, 0.4);
    }

    50% {
        transform: scale(1, 0.8);
    }

    90% {
        transform: scale(1, 0.8);
    }

    100% {
        transform: scale(1, 0.4);
    }
}

@keyframes barUp3 {
    0% {
        transform: scale(1, 0.6);
    }

    100% {
        transform: scale(1, 0.6);
    }
}

@keyframes barUp4 {
    0% {
        transform: scale(1, 0.8);
    }

    40% {
        transform: scale(1, 0.8);
    }

    50% {
        transform: scale(1, 0.4);
    }

    90% {
        transform: scale(1, 0.4);
    }

    100% {
        transform: scale(1, 0.8);
    }
}

@keyframes barUp5 {
    0% {
        transform: scale(1, 1);
    }

    40% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 0.2);
    }

    90% {
        transform: scale(1, 0.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.wizardmodalBackground {
    width: 100% !important;
    left: 0;
}

.hlpbrder {
    width: 100%;
    background-color: #FBFBFB;
    text-align: left;
    overflow: auto;
    max-height: 380px;
    height: 380px;
    min-height: 380px;
    border: 1px dotted #CCCCCC;
    padding: 10px;
}

.selectqualific option:before {
    margin-right: 12px !important;
    content: "\f028";
    font-family: "FontAwesome";
    color: #045785;
    float: left;
    margin-top: 2px;
}

.selectqualific option {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    vertical-align: middle;
}
.selectqualific option:last-child {
    border:none;
}
    .add-rec input, .add-rec select, .add-rec textarea {
    -webkit-box-shadow: 0px 4px 21px -6px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 4px 21px -6px rgba(0,0,0,0.28);
    box-shadow: 0px 4px 21px -6px rgba(0,0,0,0.28);
}

.add-rec select {
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e8ea;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.borderedTextBoxDisabled {
    background: #eaeaea !important;
    border: 1px solid #dcdcdc !important;
}


.dateholder .datefield {
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e8ea;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.btmpagebtn .btn {
    padding: 5px 15px;
    margin-top: 10px;
}

.sideboxes {
    overflow: auto;
    width: 99%;
    height: 130px;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    max-height: 130px;
    -webkit-box-shadow: 0px 4px 21px -6px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 4px 21px -6px rgba(0,0,0,0.28);
    box-shadow: 0px 4px 21px -6px rgba(0,0,0,0.28);
}

.bg-notes {
    padding: 20px;
    text-align: left;
    background: #b7dff1;
}

    .bg-notes .fa {
        color: #0d4290;
        margin-right: 5px;
        font-size: 12px;
    }
.wizard_step_text {
    font-weight: normal;
    color: #006fad;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 16px;
}

.dxeCheckBoxList {
    width:100%;
    border:none;
}
.dxeRadioButtonList label, .dxeCheckBoxList label {
    margin-right: 6px;
    font-size: 14px;
    margin-left: 5px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin-left: 8px !important;
}

.dxWeb_edtCheckBoxUnchecked {
    background-position: -41px -100px;
}

.headfont {
    color: #006eac;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 22px;
    margin-bottom: 2px;
}

.module-edit .FormViewLabelCell {
    font-size: 12px;
}

.requirefld {
    color: red;
}

.leadtxt {
    font-size: 4vw;
    color: #006fad;
    font-weight: 500;
}

.maincheckboxhold {
    padding: 0 15px;
    -webkit-box-shadow: 0px 4px 21px -6px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 4px 21px -6px rgba(0,0,0,0.28);
    box-shadow: 0px 4px 21px -6px rgba(0,0,0,0.28);
    border: 1px solid #e6e6e6;
    height: 30vh;
    overflow: auto;
    margin-bottom: 30px;
}

    .maincheckboxhold .dxeCheckBoxList {
        border: none;
    }

.content table h6 {
    color: #006fad;
    font-weight: 600;
}




.ajax__calendar_today {
    font-weight: bold;
}

.ajax__calendar_other,
.ajax__calendar_hover .ajax__calendar_today,
.ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

.ajax__calendar_container {
    background-color: #DEF1F4;
    border: solid 1px #77D5F7;
    width: 230px !important;
}

.ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.ajax__calendar_title,
.ajax__calendar_next,
.ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.ajax__calendar_body {
    background-color: #ffffff;
    border: solid 1px #77D5F7;
    width: 100% !important;
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    width: 100% !important;
}

.ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
    padding: 0 !important;
    font-size: 10px;
}

.ajax__calendar_day {
    color: #004080;
    text-align: center;
}

.ajax__calendar_hover .ajax__calendar_day,
.ajax__calendar_hover .ajax__calendar_month,
.ajax__calendar_hover .ajax__calendar_year,
.ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #DEF1F4;
}

.ajax__calendar_container TABLE {
    width: 100%;
}

.footer p {
    font-size: 14px;
}

.chkhld {
    padding: 9px;
    height: 180px;
    max-height: 180px;
}

.bg-light {
    background: #efefef;
}

.checkbox-hold input[type=checkbox] {
    margin-left: 10px;
    margin-right: 2px;
}

.helptxt {
    padding: 12px;
}
.helptxt ol, .helptxt ul, .helptxt ol li, .helptxt ul li, .helptxt span {
    padding-left: 0;
    font-size: 16px;
    color: #878787;
}

.content table h6, .contenth6 {
    color: #006fad !important;
    font-weight: 600;
    display: block;
}

.mnhgt {
    height: 80vh;
    min-height: 450px;
    max-height: 80vh;
}

.lablebelowfiled {
    font-size: 14px;
    color: #006fad;
    font-weight: 500;
}

.modulelabel {
    font-size: 16px;
    color: #006fad;
    font-weight: 500;
    margin-bottom:0px;
}

.calicon {
    margin-top:5px;
}

.tab_body-style {
    border: 1px solid #b4cbdf;
    border-radius: 5px;
    padding: 20px;
}

.ajax__calendar_day {
    height: 17px;
    width: 20px !important;
    text-align: center !important;
    padding: 0 !important;
    cursor: pointer;
}

a, button {
    color: #00731a;
}

.helptxt .text-danger {
    font-style: italic;
}

.bsmdl {
    padding: 0px;
}

.bsmdl .modal-title {
    text-transform:uppercase;
}

.bsmdl .modal-body {
    padding: 20px;
    text-align: center;
}

.confirm-modal-header {
background-color: rgb(255, 204, 0);
}

.error-modal-header {
    background-color: rgb(255, 0, 0);
}

    .error-modal-header .modal-title {
        width: 100%;
        text-align: center;
    }
.inputpopModel {
    background: #006fad;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 0;
    border-radius: 0;
}

.accordionHeader, .accordionHeaderSelected {
    background: #0a8ebf;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
}

.accordionHeaderSelected {
    background: #006fad;
    margin-bottom: 0px;
    border-radius: 4px 4px 0 0;
}

.accordionContent {
    padding: 20px;
    border: 1px solid #006fad;
    margin-bottom: 5px;
    background: #f7f7f7;
}

fieldset {
    width: 100%;
}

.SingleCheckbox {
        background: #006fad;
        padding: 5px 19px;
        border-radius: 5px;
        color: #fff;
}

.SingleCheckbox input[type=checkbox] {
    margin-left: -10px;
    margin-right: 8px;
}

.sideboxes12 span {
    padding:10px;
    float:left;
}

.sideboxes12 span input[type=checkbox] {
    float: left;
    margin-right: 5px;
    width:8%;
}
.sideboxes12 span label {
    width: 80%;
    margin-top: -5px;
    font-size:14px;
}

.scrolabal-table-top {
    overflow: auto;
    max-width: 1000px;
    min-width: 400px;
    background: #ececec;
    padding:15px;
}

.attendanceintable {
width: 100%;
}

.attendanceintable h2 {
    background-color: #006fad !important;
}

.scrolabal-table-top .form-control {
        background: #fff;
    }

.scrolabal-table {
    overflow: auto;
    max-width: 1000px;
    min-width: 400px;

    border: 2px solid #006fad;
}


.scrolabal-table-top fieldset .lablebelowfiled {
    font-size: 16px;
    color: #006fad;
    font-weight: 500;
}


.lerner-rport .card .card-body .report_list_container {
    max-height: 170px;
    overflow: auto;
    margin-bottom: 10px;
    overflow-x: hidden;
}

.lerner-rport .dxeRadioButtonList label, .lerner-rport .dxeCheckBoxList label {
    width: 100%;
}

.lerner-rport .lgnd {
    background: #0a8ebf;
    border-radius: 3px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 500;
}

.bg-darkblue {
    background: #01569b;
}

.bg-wildgreen {
    background: #06ba8b;
}

.lerner-rport .fxtheight {
    height: 112px;
    overflow: auto;
    overflow-x: hidden;
}

.lerner-rport .fxtheight180 {
    height: 180px;
    overflow: auto;
    overflow-x: hidden;
}

.lerner-rport .card .card-header {
    font-weight: 500;
    padding: 5px;
}

.lerner-rport .card .card-body {
    padding:6px;
}

.overflowselect option {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #DDD;
}


.notetextarea {
    min-height:100px;
}


li.active > a.hidden-xs {
    display: block !important;
}

li.active > a.visible-xs {
    display: none !important;
}


.nav-pills.nav-wizard > li {
    position: relative;
    overflow: visible;
    border-right: 12px solid #fff;
    border-left: 12px solid #fff;
}

.nav-pills.nav-wizard > li:first-child {
border-left: 0;
}

.nav-pills.nav-wizard > li:first-child  {
    border-radius: 5px 0 0 5px;
}

.nav-pills.nav-wizard > li:last-child {
border-right: 0;
}

.nav-pills.nav-wizard > li:last-child  {
    border-radius: 0 5px 5px 0;
}

.nav-pills.nav-wizard > li  {
border-radius: 0;
background-color: #eee;
padding: 8px;
}

.nav-pills.nav-wizard > li .nav-arrow {
position: absolute;
top: 0px;
right: -19px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 20px 0 20px 20px;
border-color: transparent transparent transparent #eee;
z-index: 150;
}

.nav-pills.nav-wizard > li .nav-wedge {
position: absolute;
top: 0px;
left: -20px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 20px 0 20px 20px;
border-color: #eee #eee #eee transparent;
z-index: 150;
}

.nav-pills.nav-wizard > li:hover .nav-arrow {
border-color: transparent transparent transparent #aaa;
}

.nav-pills.nav-wizard > li:hover .nav-wedge {
border-color: #aaa #aaa #aaa transparent;
}

.nav-pills.nav-wizard > li:hover  {
background-color: #aaa;
color: #fff;
}

.nav-pills.nav-wizard > li.active .nav-arrow {
border-color: transparent transparent transparent #428bca;
}

.nav-pills.nav-wizard > li.active .nav-wedge {
border-color: #428bca #428bca #428bca transparent;
}

.nav-pills.nav-wizard > li.active {
    background-color: #428bca;
    color: #fff;
}
.wizardnotehld {
    height: 420px;
    min-height: 420px;
    max-height: 420px;
    background-color: #f5f5f5;
    width: 100%;
    min-width: 100%;
    overflow: hidden;       
}

.wizard_password {
    background: #006fb3;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.wizardnotehldreport table td {
    width:auto !important;
}

.overflowscroll {
    overflow-y: scroll;
}
.height20vh {
    height: 20vh;
}

.confirm-modal-header .modal-title {
    width: 100%;
    text-align: center;
}

.wizardnotehld-inn {
    height: 390px;
    min-height: 390px;
    max-height: 390px;
    vertical-align: top;
    padding: 15px;
}

    .wizardnotehld-inn h2, .h2wiz {
        color: #0d4290;
        margin: 10px 0;
        font-size: 18px;
        width: 100%;
    }

.spanh2 span {
    color: #0d4290 !important;
    font-size: 18px;
    font-weight: 500 !important;
}

.completedstep {
    font-weight: bold;
    color: #0d4290;
}


.wizardnotehldreport {
    background-color: #f5f5f5;
    width: 100%;
    min-width: 100%;
}

.hgtauto {
    height: 425px;
    min-height: 425px;
    max-height: 425px;
    width: 99%;
}

.radiopeople input[type=radio] {
    margin-left: 10px;
}

.radiopeople label {
    margin-right: 5px;
}

td.fieldname {
    text-align: right;
    font-size: 14px !important;
}

.brdno th, .brdno td {
        border: 1px solid #eeeeee;
}

.fixed-heading-1 {
    width: 100%;
    background-color: #90d7ff;
    color: #404040;
    font-weight: normal;
    text-align: center;
    width: 100%;
    border: 2px solid #006fad;
}

.ajax__validatorcallout_popup_table {
    position: absolute;
    right: 0;
    top: 0;
    left: 95% !important;
}

.deletebtnhold {
   
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 100%;
    float: left;
    background: #f9f9f9;
}

.deletebtnhold img {
    margin: 10px auto;
    width: 138px;
}
    .deletebtnhold input {
        float: right;
        background: none;
        box-shadow: none;
        height: 25px;
        margin-bottom: 10px;
        margin-right: 10px;
    }


.maincheckboxhold14vh input[type=checkbox] {
    margin-right:6px;
}

.checkmarginright8 {
    background:#fff;
}
.checkmarginright8 input[type=checkbox] {
    margin-right: 8px;
}

@media only screen and (min-width:768px) and (max-width:1025px) {
    aside .left-panel {
                width: 26vw;
            }

            .right-panel {
                width: 74vw;
            }

            .ajax__validatorcallout_popup_table {
                left: 50% !important;
                top: 0;
            }

            .menu-item-has-children .input-group-addon i {
                font-size: 12px;
            }

            .menu-item-has-children .menu-manage {
                padding: 0px;
            }

            .btmpagebtn {
                margin-bottom: 25px;
            }

            .btnfrresponsive .btn {
                width: 82% !important;
            }

            .btnfrresponsive .col-md-12 {
                padding: 0px;
            }

            .sidebtnfrresponsive .btn {
                width: 100%;
                margin-bottom: 8px;
            }

            .heightauto {
                height: auto !important;
                max-height: 100% !important;
                min-height: auto !important;
            }

            .dxeRadioButtonList label, .dxeCheckBoxList label {
                width: 74%;
            }

            .dxICheckBox {
                float: left;
            }


    .wizardnotehld-inn {
        height: auto !important;
        min-height: none !important;
        vertical-align: top;
        padding: 15px;
    }

    .dimgnone {
        display:none !important;
    }
    .btnbt20 {
        margin-bottom:15px;
    }
        }


@media (max-width: 769px) {
    .mwidth100 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .wizardnotehld-inn {
        height: 412px;
        min-height: 392px;
        overflow: scroll;
    }

    .right-panel .page-header {
        min-height: 52px;
    }

    .mobilecenter {
        text-align: center !important;
    }

    .psm-0 {
        padding: 0px !important;
    }


    .scrolabal-table {
        overflow: auto;
        max-width: 500px;
    }

    .ajax__scroll_none_hold {
        height: auto;
    }

    .hgtauto {
        height: auto;
        min-height: none;
        max-height: none;
        width: 99%;
    }

    .hgtauto580 .ajax__tab_body {
        min-height: 650px !important;
    }

    .modal-header .modal-title img {
        height:auto !important;
    }

    .modal-content .modal-header {
        padding: 6px;
    }

    .modal-body {
        padding: 6px;
    }

    #upDateConfirmation, #ctl00_ContentPlaceHolderBody_upDateConfirmation {
        width: 75% !important;
    }
    .scrolabal-table-top .form-control {
       
        width: 168px !important;
        float: left;
    }
    .mobilewid100 {
        width: 250px !important;
        display: block;
    }
}

    @media (max-width: 767px) {

        .btnbt20 {
            margin-bottom: 20px;
        }

        .nav-pills.nav-wizard > li {
            width: 100%;
        }

        .wizardnotehld {
            height: 442px;
            min-height: 442px;
            max-height: 442px;
        }

        .wizardnotehld-inn {
            height: 412px;
            min-height: 412px;
            max-height: 412px;
            overflow: scroll;
        }

        .ajax__validatorcallout_popup_table {
            left: 35% !important;
            width: 53%;
            top: 0;
        }

        .usedates {
            width: auto;
        }

        .menu-item-has-children .input-group-addon i {
            font-size: 12px;
        }

        .menu-item-has-children .menu-manage {
            padding: 0px;
        }

        .menu-item-has-children .lastmenuhold [type=submit] {
            font-size: 13px;
        }

        .btmpagebtn {
            margin-bottom: 25px;
        }

        .heightauto {
            height: auto !important;
            max-height: 370px !important;
            min-height: 370px !important;
        }

        aside.left-panel {
            width: 100% !important;
        }

            aside.left-panel .navbar .navbar-brand input[type="image" i] {
                margin-top: 0px !important;
                height: 30px;
            }

            aside.left-panel .navbar .navbar-toggler i {
                color: #fff;
            }

        .right-panel {
            width: 100%;
        }

        .btnfrresponsive .btn {
            width: 82% !important;
        }

        .btnfrresponsive .col-md-12 {
            padding: 0px;
        }

        .sidebtnfrresponsive .btn {
            width: 100% !important;
            margin-bottom: 8px;
        }

        .heightauto {
            height: auto !important;
            max-height: 100% !important;
            min-height: auto !important;
        }

        .navbar-nav .menu-item-has-children .lastmenuhold .col-md-2, .navbar-nav .menu-item-has-children .input-group .col-md-2 {
            max-width: 11%;
            float: left;
        }

        .navbar-nav .menu-item-has-children .lastmenuhold .col-md-10, .navbar-nav .menu-item-has-children .input-group .col-md-10 {
            max-width: 80%;
            float: left;
        }

        aside.left-panel .navbar .menu-title {
            padding: 8px;
        }

        .right-panel header.header {
            padding: 5px;
        }

        .header-menu .d-flex .fa {
            font-size: 14px;
            margin-right: 2px;
        }

        .header-menu {
            font-size: 14px;
            float: left;
        }

        .dxeRadioButtonList label, .dxeCheckBoxList label {
            width: 70%;
        }

        .dxICheckBox {
            float: left;
        }

        .dxeCheckBoxList {
            background: rgba(0,0,0,0.28);
        }

        .dateholder .datefield, .dateholder select {
            width: 42% !important;
        }

        .login-contact-add {
            background: rgb(255, 255, 255) !important;
        }

            .login-contact-add .col-md-6 {
                margin-bottom: 20px;
                padding: 12px;
            }

            .login-contact-add .row .col-md-6:first-child {
                border-right: none;
            }

        .right-panel {
            display: block !important;
        }

        #right-panel.container {
            padding: 0px;
        }
    }

    @media only screen and (min-width: 1300px) {
        aside .left-panel {
            width: 20vw !important;
        }

        .maincheckboxhold14vh {
            height: 14vh;
        }

        .ajax__validatorcallout_popup_table {
            position: absolute;
            right: 0;
            top: 0 !important;
            left: 95% !important;
        }

        .negMargin {
            margin-top: -42px;
        }
    }

    @media only screen and (min-width:1300px) and (max-width:1450px) {
        aside.left-panel {
            padding: 0 8px;
        }

        .usedates {
            width: 11%;
            background: #17a2b8;
            padding: 4px;
            border-radius: 5px;
            color: #fff;
            padding-bottom: 0;
        }
    }


@media (max-width: 605px) {
    aside.left-panel {
        display: block;
        height: auto;
        min-height: inherit;
        padding: 0 15px;
        width: 100%;
    }

    aside.left-panel .navbar {
        margin-bottom: 0;
    }

    aside.left-panel .navbar .navbar-header {
        height: 50px;
    }

    aside.left-panel .navbar .navbar-toggler {
        float: right;
        margin-top: 8px;
    }

    aside.left-panel .navbar .navbar-brand {
        border-bottom: none;
        display: inline-block;
        float: left;
        line-height: 1;
        min-height: inherit;
    }

    .navbar-expand-sm .navbar-toggler {
        display: block;
    }

    aside.left-panel .navbar .navbar-toggler i {
        color: #fff;
    }

    .dxeCheckBoxList {
        background: transparent;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    aside.left-panel {
        width: 100vw !important;
    }

    .dxeRadioButtonList label, .dxeCheckBoxList label {
        width: auto;
    }
    .checkboxlist input {
       margin-right: 10px !important;
      }
 .radiobuttonlist input{
	margin-right: 5px !important;
	}
   .radiobuttonlist label{
margin-right: 10px !important;
}
}



