﻿    :root body.blue {
        /*Common*/
        --primary-color: #293f79;
        --secondary-color: #223565;
        --var-font-family: 'Nunito Sans', 'sans-serif';
        --var-default-font-size: 14px;
        --var-form-input-color: #596882;
        --var-form-input-border-color: #e9ecf1;
        --var-form-label-color: #7987a1;
        --var-login-label-heading: #5b47fb;
        --var-forgot-password-link-color: #3b4863;
        --var-btn-bdr-radius: 0px;
        --var-reset-password-field-highlight: #293f79;
    }

    :root body.aqua {
        /*Common*/
        --primary-color: #00b0ac;
        --secondary-color: #54565a;
        --var-font-family: 'Nunito Sans', 'sans-serif';
        --var-default-font-size: 14px;
        --var-form-input-color: #000;
        --var-form-input-border-color: #ced4da;
        --var-form-label-color: #000000;
        --var-login-label-heading: #00b0ad;
        --var-forgot-password-link-color: #6c757d;
        --var-btn-bdr-radius: 0.25rem;
        --var-reset-password-field-highlight: #80bdff;
    }
/* Page Loader */
._gLoader{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: block;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    text-align: center;
}
._gLoaderInner{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 60px rgba(0,0,0,0.2);
    box-shadow: 0 0 60px rgba(0,0,0,0.2);
    padding: 5px;
}
._gLoaderIcon {
  display: block;
	height: 35px;
	width: 35px;
}
._gLoaderIcon span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 35px;
	width: 35px;
    text-indent: -9999px;
}
._gLoaderIcon span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 35px;
	width: 35px;
	border: 3px solid #0c6eb5;
	border-bottom: 3px solid transparent;
	border-radius: 50%;
	-webkit-animation: onCareCircle 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: onCareCircle 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes onCareCircle {
	0%   { -webkit-transform: rotate(0deg); }
	40%  { -webkit-transform: rotate(180deg); }
	60%  { -webkit-transform: rotate(180deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes onCareCircle {
	0%   { transform: rotate(0deg); }
	40%  { transform: rotate(180deg); }
	60%  { transform: rotate(180deg); }
	100% { transform: rotate(360deg); }
}
._gLoaderIcon span::after {
	content: "";
	position: absolute;
	top: -15px; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	width: 3px;
	height: 12px;
	background: #0c6eb5;
	border-radius: 2px;
	-webkit-animation: onCareLine 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: onCareLine 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes onCareLine {
	0%   { -webkit-transform: translate3d(0, -32px, 0) scale(0, 2); opacity: 0; }
	50%  { -webkit-transform: translate3d(0, 0, 0) scale(1.25, 1.25); opacity: 1; }
	100% { -webkit-transform: translate3d(0, 8px, 0) scale(0, 0); opacity: 0; }
}
@keyframes onCareLine {
	0%   { transform: translate3d(0, -32px, 0) scale(0, 2); opacity: 0; }
	50%  { transform: translate3d(0, 0, 0) scale(1.25, 1.25); opacity: 1; }
	100% { transform: translate3d(0, 8px, 0) scale(0, 0); opacity: 0; }
}
/* Page Loader End */

/*  APPLICATION COLORS
    AppColor   - #2b579a
    -------------------------
    #Refrence from OnCare Logo
    ThemeOrange- #f5951c
    ThemeBlue  - #06567b
    -------------------------
    #Refrence from Material Design
    DeepPurple - #673AB7
    Green      - #4CAF50
    Indigo     - #3F51B5
    Pink       - #E91E63
    Teal       - #009688
    Red        - #F44336
*/

@font-face {
  font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),  url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf')  format('truetype'), url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* nunito-sans-regular - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('nunito-sans-v5-latin/nunito-sans-v5-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url('./assets/fonts/poppins/nunito-sans-v5-latin/nunito-sans-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('nunito-sans-v5-latin/nunito-sans-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('nunito-sans-v5-latin/nunito-sans-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('nunito-sans-v5-latin/nunito-sans-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('nunito-sans-v5-latin/nunito-sans-v5-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}

*, a, button, i, input {
    -webkit-font-smoothing: antialiased;
}
*, :active, :focus, :hover {
    outline: 0!important;
    -webkit-tap-highlight-color: transparent !important;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background: #fff;
}
html, body{
	height: 100%;
}
/*body{
    font-family: 'Segoe UI', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    position: relative;
    color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-weight: 400;
   -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}*/

/* DevExpress 
   Control OverRide Style
*/
._globalSelectDx, .dxpcDropDown_DevEx, .dxeDropDownWindow_DevEx, .dxeListBox_DevEx, .dxeTextBox_DevEx, .dxbButton_DevEx, .dxeBase_DevEx, ._dxGrid, .dxpnlControl_DevEx,
.dxeCalendar_DevEx, input[type="text"].dxeEditAreaSys, .dxeRadioButtonList_DevEx, .dxgvControl_DevEx, .dxpcLite_DevEx {
    font-family: var(--var-default-font-size);
    font-size: 14px !important;
    font-weight: 500 !important
}
.tooltip-inner, .dxeMemo_DevEx {
    font-weight: 400 !important;
    font-family: var(--var-default-font-size);
}
._globalSelectDx .dxeEditArea_DevEx{
    margin: 0 !important;
}
.dxeListBoxItem_DevEx, .dxeTextBox_DevEx{
}
.dxeListBoxItemHover_DevEx{
    background: #0c6eb5 !important;
    color: #fff !important;
}
.dxeListBoxItemSelected_DevEx{
    background: #ececec;
    position: relative;
}
.dxeListBoxItemSelected_DevEx:after {
    content: "\f00c";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: 7px;
    top: 50%;
    color: #1aaf00;
    margin-top: -7px;
}
.dxeListBoxItemHover_DevEx.dxeListBoxItemSelected_DevEx:after{
    color: #fff;
}

.dxpcDropDown_DevEx{
    margin-top: -1px;
}
.dxeTextBox_DevEx._globalInput{
    width: 100%;
    padding: 0;
    border: 0 none !important;
    border-bottom: 1px solid rgba(0,0,0,0.3) !important;
}
.dxeTextBox_DevEx._globalInput input{
    padding: 7px 0 !important;
    margin: 0 !important;
}
._globalInput td.dxic{
    padding: 0 !important;
}
/* */
a, input, select{
    font-family: var(--var-default-font-size);
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:visited, a:link{
    color: #333;
}
a:hover, a:focus{
    text-decoration: none !important;
    outline: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
._themeYellow{
    color: #f5951c;
}
._themeBlue{
    color: #06567b;
}
._fontItalic{
	font-style: italic;
}
.inline-block{
    display: inline-block;
}
.block-element{
    display: block;
}
.none{
	margin: 0;
	padding: 0;
}
._fLeft{
    float: left;
}
._fRight{
    float: right;
}
._redClr{
    color: #e21313 !important;
}
._greenClr{
    color: #336a36 !important;
}
._noScript{
    text-align: center;
    background: #ff4f4f;
    padding: 7px;
    color: rgba(255,255,255,0.9);
    font-size: 13px;
}
legend{
    font-size: 0;
    padding: 0;
    border: 0;
    margin: 0;
}
._vCenter{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
._borderRadius{
    border-radius: 50%;
}
._thumbHalf{
    width: 35px;
    height: 35px;
}

.f-13{
    font-size:13px;
}
/* Margin */
.m-t-5, .m-t-sm{
    margin-top: 5px;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-15{
    margin-top: 15px;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-b-5, .m-b-sm{
    margin-bottom: 5px;
}
.m-b-10{
    margin-bottom: 10px;
}
.m-b-15{
    margin-bottom: 15px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-l-5, .m-l-sm{
    margin-left: 5px;
}
.m-l-10{
    margin-left: 10px;
}
.m-l-15{
    margin-left: 15px;
}
.m-l-20{
    margin-left: 20px;
}
.m-r-5, .m-r-sm{
    margin-right: 5px;
}
.m-r-10{
    margin-right: 10px;
}
.m-r-15{
    margin-right: 15px;
}
.m-r-20{
    margin-right: 20px;
}
.p-r-0{
    padding-right: 0;
}
.p-l-0{
    padding-left: 0;
}
.p-r-15{
    padding-right: 15px !important;
}

.pos-t-20{
    position:relative;
    top:20px;
}

/* Layout */
._globalView{

}
._appView {
    position: relative;
}
._globalHeader{
    position: fixed;
    width: 100%;
    height: 57px;
    overflow: hidden;
    z-index: 6;
    background: #0c6eb5;
}
._globalNav{
    background: #1a1c1c;
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    min-height: 100%;
    z-index: 5;
    /*-webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;*/
}
._navSec{
    margin-top: 57px;
}
._shadow {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.29);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.29);
    border-bottom: 1px solid #0b65a7;
}
._globalContent{
    margin-left: 230px;
    padding-top: 100px;
    position: relative;
    background: #f5f5f5;
    padding-bottom: 50px;
    /*-webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;*/
}

._globalFooter{
    font-size: 13px;
    color: rgba(0,0,0,0.9);
    padding: 8px 0;
    border-top: 1px solid rgba(0,0,0,0.2);
    background: url("../images/ftr_bg.png") scroll repeat-x left bottom rgba(255,255,255,0.8);
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    display: block;
    z-index: 5;
    margin-left: 230px;
    font-weight: 500;
    /*-webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;*/
}
._pageHeader{
    padding: 10px 15px;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    background: #e2e2e2;
    position: relative;
    z-index: 3;
}
._pageHeader h1{
    margin: 0;
    font-size: 18px;
    color: #0c6eb5;
}
._pageHeader span{
    font-size: 16px !important;
    font-weight: 700 !important;
}
._pageTitleInfo {
    font-size: 11px;
    background: #ffe0b9;
    padding: 3px 7px;
    border-radius: 3px;
    color: #000;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Hamburger */
._hamburger{
    width: 57px;
    height: 57px;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
    vertical-align: middle;
    line-height: 57px;
}
.navOverlay {
    background: rgba(255,255,255,0.8);
    position: fixed;
    width: 100%;
    z-index: 10;
    height: 100%;
    left: 0;
    top: 0;
}

/* Ripple Effect */
._ripple{
  overflow:hidden;
}
._ripple-effect{
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: ripple-animation 2s;
  -moz-animation: ripple-animation 2s;
  -ms-animation: ripple-animation 2s;
  animation: ripple-animation 2s;
}
@keyframes ripple-animation {
    from {
      -moz-webkit-transform: scale(1);
      -ms-webkit-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0.4;
    }
    to {
     -moz-transform: scale(100);
     -ms-transform: scale(100);
     -webkit-transform: scale(100);
      transform: scale(100);
      opacity: 0;
    }
}
@-webkit-keyframes ripple-animation {
    from {
      -moz-webkit-transform: scale(1);
      -ms-webkit-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    to {
      -moz-transform: scale(100);
     -ms-transform: scale(100);
     -webkit-transform: scale(100);
      transform: scale(100);
      opacity: 0;
    }
}
@-moz-keyframes ripple-animation {
    from {
      -moz-webkit-transform: scale(1);
      -ms-webkit-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    to {
      -moz-transform: scale(100);
     -ms-transform: scale(100);
     -webkit-transform: scale(100);
      transform: scale(100);
      opacity: 0;
    }
}

/* Header */
._headerLeft{
    float: left;
    width: 50%;
}
._headerRight{
    float: right;
    width: 50%;
    text-align: right;
}
._oncareIcon {
    width: 57px;
    text-align: center;
    vertical-align: middle;
    background: rgba(0,0,0,0.01);
    height: 57px;
    line-height: 53px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}
._centerIcon {
    display: inline-block;
    vertical-align: middle;
    height: 57px;
    overflow: hidden;
}
._centerIcon h1{
    margin: 0;
    padding-left: 10px;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 57px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}
._centerIconBlock{
    display: block;
    height: 100%;
}
._oncareIcon:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
._headerLink li{
    float: left;
    display: inline-block;
}
._headerLink li a{
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 12px;
    position: relative;
}
._headerLink li a span{
    display: block;
    color: #fff;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
._headerLink li a:hover, ._headerLink li a:focus{
    background: rgba(0, 0, 0, 0.05);
}
/* Navigation */
._iconMenu{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 17px;
    vertical-align: middle;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
._bar{
    position: absolute;
    height: 2px;
    background-color: #fff;
    overflow: hidden;
}
._bar:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #00406f;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
._iconMenu ._bar:nth-child(1) {
    top: 0;
    width: 20px;
}
._iconMenu ._bar:nth-child(2) {
    top: 7px;
    width: 10px;
}
._iconMenu ._bar:nth-child(3) {
    top: 14px;
    width: 20px;
}
._iconMenu ._bar:nth-child(1):after{
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
._iconMenu ._bar:nth-child(2):after{
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
._iconMenu ._bar:nth-child(3):after{
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
._hamburger:hover ._bar:after {
    left: 0;
}
._hamburgerActive ._iconMenu ._bar:nth-child(2) {
    right: 0;
}
._miniTitle{
    display: none;
}
._largeTitle{
    display: none;
}
._mobileNav ._largeTitle{
    display: inline-block;
    color: rgba(255,255,255,0.5);
}
._navLabel{
    display: none;
}
._navTitle {
    height: 57px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    line-height: 57px;
    padding: 0 15px;
    display: none;
}
._mobileNav ._navTitle{
    display: block;
}
._globalNav .dropdown-backdrop{
    display: none;
}
._hasMenu{
    padding: 12px 15px;
    position: relative;
}

._hasMenu span{
    position: relative;
    top: 2px;
    margin-left: 12px;
}
._hasMenu:after{
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 15px;
    color: rgba(255,255,255,1);
    top: 50%;
    margin-top: -9px;
    opacity: 0.5;
    font-size: 13px;
    filter: alpha(opacity=30);
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
._infoInNav{
    background: #ff6f00;
    background: -webkit-linear-gradient(45deg, #ff6f00 0%, #ffca28 100%);
    background: linear-gradient(45deg, #ff6f00 0%, #ffca28 100%);
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 11px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
}
._closeNav{
    width: 55px;
    height: 57px;
    cursor: pointer;
}
._navTitle{
    padding: 0;
}
._navIcon {
    margin: 0 6px;
}
._closeNav ._bar{
    background: #fff;
    position: absolute;
    top: 50% !important;
    left: 50%;
    margin-top: -3px;
    margin-left: -10px;
}
._closeNav ._bar:after{
    display: none;
}
._closeNav ._bar:nth-child(2){
    display: none;
}
._closeNav ._bar:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
}
._closeNav ._bar:nth-child(3) {
    transform: rotate(-45deg);
    top: 0;
}
._globalNavUl li a{
    display: block;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 12px 10px;
    position: relative;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
._globalNavUl li a span{
    display: inline-block;
    -webkit-transition: all 0.2s cubic-bezier(0.2,.6,.3,1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0.2,.6,.3,1) 0s;
    -ms-transition: all 0.2s cubic-bezier(0.2,.6,.3,1) 0s;
    -o-transition: all 0.2s cubic-bezier(0.2,.6,.3,1) 0s;
    transition: all 0.2s cubic-bezier(0.2,.6,.3,1) 0s;
}
.dropdown.open > a:after{
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
   transform: rotateX(180deg);
}
.dropdown-menu {
    position: relative;
    float: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 15px 50px;
    overflow: hidden;
}
.dropdown-menu>li>a {
    color: rgba(255,255,255,0.7);
    white-space: initial;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: transparent;
    color: rgba(255,255,255,1);
}
.dropdown-menu>li>a:hover:after{
    content: '...';
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -15px;
}
.dropdown-menu li{
    -webkit-animation: navList 400ms both;
    -moz-animation: navList 400ms both;
    -o-animation: navList 400ms both;
    -ms-animation: navList 400ms both;
    animation: navList 400ms both;
}
.dropdown-menu li:nth-child(1){
    -webkit-animation-delay: 40ms;
    animation-delay: 40ms;
}
.dropdown-menu li:nth-child(2){
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
}
.dropdown-menu li:nth-child(3){
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms;
}
.dropdown-menu li:nth-child(4){
    -webkit-animation-delay: 160ms;
    animation-delay: 160ms;
}
.dropdown-menu li:nth-child(5){
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}
.dropdown-menu li:nth-child(6){
    -webkit-animation-delay: 220ms;
    animation-delay: 220ms;
}

@keyframes navList
    {0%{
        opacity:0;
        -webkit-transform:translateY(100px);
        transform:translateY(100px);
        -webkit-animation-timing-function:ease;
        animation-timing-function:ease
     }
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@-webkit-keyframes navList
    {0%{
        opacity:0;
        -webkit-transform:translateY(100px);
        transform:translateY(100px);
        -webkit-animation-timing-function:ease;
        animation-timing-function:ease
     }
    100%{
        opacity:1;-webkit-transform:none;transform:none
    }
}
.open ._hasMenu span {
    color: #33a9ff;
}
._mobile ._globalNav{
    -moz-transform: translateX(-230px);
    -ms-transform: translateX(-230px);
    -webkit-transform: translateX(-230px);
    transform: translateX(-230px);
    width: 0;
}
._mobile ._globalFooter, ._mobile ._globalContent{
    margin-left: 0 !important;
    width: 100%;
}
._mobile ._mobileNavActive {
    position: absolute;
    width: 60vw;
    width: 60%;
    transform: none;
    z-index: 11;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.6);
    box-shadow: 0 0 50px rgba(0,0,0,0.6);
}
._mobile ._navSec{
    margin-top: 0;
}
._miniNav ._globalNav, ._miniNav ._oncareIcon {
    width: 57px;
}
._miniNav ._globalContent, ._miniNav ._globalFooter{
    margin-left: 57px;
}
._miniNav ._hasMenu:after, ._miniNav ._globalNavUl li a span{
    display: none;
}
._miniNav ._globalNav:hover{
    width: 230px;
}
._miniNav ._globalNav:hover ._hasMenu:after, ._miniNav ._globalNav:hover  ._globalNavUl li a span{
    display: inline-block;
}

@media (max-width: 480px){
    ._mobile ._mobileNavActive {
        width: 80%;
    }
}
.mCSB_inside>.mCSB_container{
    margin-right: 0;
}

/* FormElements */
._formGroup{
    /*margin-bottom: 10px;*/
}
.lblValue{
    font-size: 13px !important;
    color: #000;
    display: block;
}
._globalLabel, .lblEle {
    font-size: 14px;
    color: var(--var-form-label-color);
    display: block;
    font-weight: 500;
    margin-bottom: 1px;
    white-space: nowrap;
}
._globalInput input{
    background: transparent !important
}
._globalInput, ._globalSelect select, ._globalMemo {
    background: transparent !important;
    border: 0 none !important;
    border-bottom: 1px solid var(--var-form-input-border-color) !important;
    padding: 7px 0;
    color: var(--var-form-input-color) !important;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
}
._globalMemo textarea{
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
}
._globalInput:focus, ._globalSelect:focus select, ._globalSelectDx.dxeFocused_DevEx, ._globalInput.dxeFocused_DevEx, ._globalMemo.dxeFocused_DevEx{
    border-color: #0c6eb5 !important;
}
._globalSelect{
    position: relative;
}
._globalSelect select{
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding-right: 22px;
    outline: 0;
    vertical-align: middle;
    position: relative;
}
._globalSelect span._selectArrow{
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -10px;
    pointer-events: none;
}
._globalSelect ._globalSelectDx {
    border: 0;
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding: 6px 25px 6px 0;
    cursor: pointer;
    width: 100%;
}
._globalSelect ._globalSelectDx .dxic{
    padding: 1px 0;
}
._globalSelect ._globalSelectDx input{
    background: transparent;
    cursor: pointer;
}
._globalSelect ._globalSelectDx .dxeButton{
    position: absolute;
    right: 0;
    opacity: 0;
    font-size: 0;
    text-indent: -9999px;
}
._globalSelect .dxpc-shadow{
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
._globalSelect .dxeListBoxItem_DevEx{
    padding: 5px 30px 5px 5px;
}
._mandatory{
    color: #e21313;
    display: inline-block;
    margin-right: 3px;
}
._formError span{
    display: block;
    font-size: 13px;
    color: #e21313;
    margin-top: 2px;
    font-weight: 500;
}
._formError span:before{
    font-family: 'FontAwesome';
    content: "\f071";
    position: relative;
    padding-right: 5px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
._globalRadioAsp, ._globalCheckAsp{
    height: 20px;
    margin-top: 12px;
}
._globalRadioAsp label, ._globalCheckAsp label{
    margin: 0;
    font-size: 13px;
    color: rgb(0,0,0);
    position: relative;
    top: -3px;
    margin-right: 30px;
    font-weight: 500;
}
._globalRadioAsp .dxeIRadioButton_DevEx{
    width: 20px !important;
    height: 20px !important;
}
._dxGrid ._globalRadioAsp .dxeIRadioButton_DevEx {
    height: auto !important;
}
._globalRadioAsp span{
    border: 0 none !important;
    background: none !important;
    outline: 0 none !important;
    top: auto !important;
    position: inherit !important;
}
._globalRadioAsp.dxeDisabled_DevEx {
    z-index: -1;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
._globalRadioAsp input,
._globalRadioAsp input[type="radio"], 
._globalCheckAsp input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 100% !important; 
  height: 20px !important;
  cursor: pointer !important;
}
._globalRadioAsp input{
    height: 0 !important;
}
._globalRadioAsp span.dxEditors_edtRadioButtonChecked_DevEx .ripple-container .radio-off,
._globalRadioAsp input[type="radio"]:checked + .ripple-container .radio-off, 
._globalCheckAsp input[type="checkbox"]:checked + .ripple-container .radio-off {
  border-color: #f5951c;
}
._globalRadioAsp span.dxEditors_edtRadioButtonChecked_DevEx .ripple-container .radio-on,
._globalRadioAsp input[type="radio"]:checked + .ripple-container .radio-on, 
._globalCheckAsp input[type="checkbox"]:checked + .ripple-container .radio-on {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
._globalRadioAsp span.dxEditors_edtRadioButtonChecked_DevEx .ripple-container .ripple-on:before, ._globalRadioAsp span.dxEditors_edtRadioButtonChecked_DevEx .ripple-container .ripple-on:after,
._globalRadioAsp input[type="radio"]:checked + .ripple-container .ripple-on:before, ._globalRadioAsp input[type="radio"]:checked + .ripple-container .ripple-on:after,
._globalCheckAsp input[type="checkbox"]:checked + .ripple-container .ripple-on:before, ._globalCheckAsp input[type="checkbox"]:checked + .ripple-container .ripple-on:after {
  -webkit-transition: all 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
._globalRadioAsp span.dxEditors_edtRadioButtonChecked_DevEx .ripple-container .ripple-on:before,
._globalRadioAsp input[type="radio"]:checked + .ripple-container .ripple-on:before, 
._globalCheckAsp input[type="checkbox"]:checked + .ripple-container .ripple-on:before {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
}
._globalRadioAsp span.dxEditors_edtRadioButtonChecked_DevEx  .ripple-container .ripple-on:after
._globalRadioAsp input[type="radio"]:checked + .ripple-container .ripple-on:after, 
._globalCheckAsp input[type="checkbox"]:checked + .ripple-container .ripple-on:after {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
._globalRadioAsp .ripple-container, ._globalCheckAsp .ripple-container {
  width: auto;
  position: relative;
  display: inline-block;
  width: 13px;
  height: 14px;
  top: 0px;
  margin-right: 5px;
  pointer-events: none;
}
._globalRadioAsp .ripple-container:before, ._globalCheckAsp .ripple-container:before {
  border-radius: 50%;
  content: '';
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

._globalRadioAsp .ripple-container .radio-off, ._globalCheckAsp .ripple-container .radio-off {
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid #c7c8ca;
  transition: border-color ease 0.28s;
}
._globalRadioAsp .ripple-container .radio-on, ._globalCheckAsp .ripple-container .radio-on {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #f5951c;
}
._globalRadioAsp .ripple-container .ripple-on:before, .radiobox .ripple-container .ripple-on:after, 
._globalCheckAsp .ripple-container .ripple-on:before, .radiobox .ripple-container .ripple-on:after {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  opacity: 1;
}
._globalRadioAsp .ripple-container .ripple-on:before, 
._globalCheckAsp .ripple-container .ripple-on:before {
  background-color: rgba(0, 0, 0, 0.2);
}
._globalRadioAsp .ripple-container .ripple-on:after, 
._globalCheckAsp .ripple-container .ripple-on:after {
  background-color: rgba(245, 149, 28, 0.9);
}
._globalCheckAsp .ripple-container:before, ._globalCheckAsp .ripple-container .radio-off, ._globalCheckAsp .ripple-container .radio-on, 
._globalCheckAsp .ripple-container .ripple-on:before, .radiobox .ripple-container .ripple-on:after{
    border-radius: 0 !important;
}
._btn, ._btnAsp{
    text-align: center;
    padding: 6px !important;
    background: none !important;
    border: 0 none !important;
    letter-spacing: 0.5px;
    font-weight: 600 !important;
    color: #fff !important;
    border-radius: 2px;
    position: relative !important;
    overflow: hidden;
    vertical-align: middle;
}
._btn, ._btnAsp, ._btnMini{
    -moz-transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    -o-transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    -webkit-transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
._btnAsp{
    padding: 6px 16px !important;
}
._btn:hover{
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.08);
    box-shadow: 0 5px 10px rgba(0,0,0,0.08);
}
._btnBack{
    border: 1px solid #2B2C33 !important;
    color: #2B2C33 !important;
}
._btnOutline{
    background: transparent !important;
    border: 1px solid #43A047 !important;
    color: #43A047 !important;
}
._btnOutline:hover{
    background: #43A047 !important;
    border: 1px solid #43A047 !important;
    color: #fff !important;
}
._btnWithIcon{
    padding: 3px 0 !important;
}
._btnMini{
    padding: 0 !important;
    font-size: 85% !important;
}
._btnMini div.dxb{
    padding: 2px 6px !important;
}
._btnBack span:before{
    content: "\f104";
    font-family: FontAwesome;
    padding-right: 5px;
}
._btnNext span:after{
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 5px;
}
._btnOk span:before{
    content: "\f058";
    font-family: FontAwesome;
    padding-right: 5px;
}
._btnBack:hover, ._btnBack:focus{
    background: #2B2C33 !important;
    color: #fff !important;
}
.dxbButton_DevEx div.dxb{
    border: 0 none !important;
}
._btnInfo{
    background: transparent !important;
    border: 0 none !important;
    font-size: 85% !important;
    color: #ff6020 !important
}
._btnInfo div.dxb{
    padding: 0 !important;
}
._btnInfo span{
    display: block;
    position: relative;
    top: -1px;
    border-bottom: 1px solid transparent;
}
._btnInfo:hover span{
    border-bottom: 1px solid;
}
._btnBrowse{
    background: #0c49af !important;
    color: #fff;
    text-transform: capitalize;
    padding: 3px 0 !important
}
._btnGreen{
    background: #43A047 !important;
    border: 1px solid #43A047 !important;
}
._btnBlue{
    background: #3F51B5 !important;
    border: 1px solid #3F51B5 !important;
}
.company_icon-blue {
    color: #7deae8;
}

/* Content */
._box{
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.03);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.03);
    box-shadow: 0 5px 10px rgba(0,0,0,0.03);
    background: #fff;
    min-height: 100px;
    padding: 10px 15px;
}
._boxTitle{
    color: #0c6eb5;
    font-size: 17px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(43, 87, 154, 0.5);
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    font-weight: 500;
}
._boxFullTitle{
    margin: -5px -15px 0 -15px;
    padding: 0 10px 5px 10px;
    text-transform: uppercase;
}
._boxFullContent{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -10px;
}
._boxTitle i {
    background: rgb(240, 247, 255);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    line-height: 25px;
    border: 1px solid rgb(184, 218, 255);
    box-shadow: 0 2px 4px rgb(230, 242, 255);
    font-size: 14px;
}
._boxTitle span{
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
._boxTitleLink{
    color: #0055b8 !important;
    text-transform: capitalize;
    font-size: 12px;
    float: right;
}
._boxFullTitle i{
    border-color: transparent;
    color: #fff;
}
._boxDeepPurple{
    color: #673AB7;
}
._boxDeepPurple i{
    background: #673AB7;
}
._boxGreen{
    color: #4CAF50;
}
._boxGreen i{
    background: #4CAF50;
}
._boxIndigo{
    color: #3F51B5;
}
._boxIndigo i{
    background: #3F51B5;
}
._boxPink{
    color: #E91E63;
}
._boxPink i{
    background: #E91E63;
}
._alert {
    padding: 10px 35px 10px 20px;
    color: rgba(0,0,0,0.6);
    font-size: 11px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.015);
    overflow: hidden;
    cursor: pointer;
}
._alert:hover{
    background: #f8f8f8;
}
._alertGreen:before, ._alertGreen strong{
    color: #4CAF50;
}
._alertYellow:before, ._alertYellow strong{
    color: #ff9800;
}
._alertRed:before, ._alertRed strong{
    color: #F44336;
}
._alertClose{
    position: absolute;
    right: -50px;
    color: #000;
    background: transparent;
    border: 0 none;
    font-size: 20px;
    top: 50%;
    margin-top: -15px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
}
._alert:hover ._alertClose{
    opacity: 1;
    filter: alpha(opacity=100);
    right: 5px;
}
._alertClose:hover{
    background: #eee;
    opacity: 0.9;
}
._userCircle{
    border-radius: 50%;
    background: #fff;
    /* padding: 10px; */
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.21);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    display: block;
}
._userCircle img{
    border-radius: 50%;
}
._extraLinkInner{
    display: block;
    float: none !important;
    top: 0;
    position: initial;
    border-bottom: 1px solid #c5dbf5;
    box-shadow: 0 5px 10px rgb(237, 245, 253);
    background: linear-gradient(45deg, #ffffff 0%, #d7e9ff 100%);
    background: -webkit-linear-gradient(45deg, #ffffff 0%, #d7e9ff 100%) !important;
    margin-bottom: 15px;
}
._extraLinkInner a{
    font-size: 11px;
    padding: 10px;
    white-space: nowrap;
    display: inline-block;
}
._btnGroup{
    text-align: right;
    position: absolute;
    top: 8px;
    right: 10px;
}
._extraLinkInner a:hover {
    background: rgb(0, 85, 184);
    color: rgba(255,255,255,0.7) !important;
}
._btnGroupLink{
    color: #0c6eb5 !important;
    border: 1px solid #0c6eb5;
    display: inline-block;
    padding: 3px 6px;
    transition: all 0.3s ease 0s;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
}
._btnGroupLink:hover {
    background: #0c6eb5;
    color: #fff !important;
}
.bgLbl{
    /*background: rgb(255, 230, 200);*/
    display: inline-block;
    color: #0c6eb5;
    padding: 3px 0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
}
._dxGridInGrid{
    border: 1px solid rgba(0,0,0,0.05) !important;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.04);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.04);
    box-shadow: 0 5px 10px rgba(0,0,0,0.04);
}
._dxGrid{
    border: 1px solid rgba(0,0,0,0.05) !important;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.04);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.04);
    box-shadow: 0 5px 10px rgba(0,0,0,0.04);
    /*margin-bottom: 20px;*/
    width: 100% !important;
}
._dxGrid .dxeBase_DevEx{
    font-weight: normal !important;
}
._dxGrid .dxeButtonEditSys{
    width: 100% !important;
}
._dxGridHeader{
    padding: 8px !important;
}
._dxGrid .dxgvDataRow_DevEx td{
    font-weight: 400;
    padding: 7px !important;
    border-right: 0 none !important;
    /*white-space: nowrap;*/
    /*border-right: 0 none !important;*/
}
._dxGridHeader{
    border: 0 none !important;
    background: rgba(0, 0, 0, 0.05) !important;
    border-bottom: 2px solid #ccc !important;
    /*background: #0c6eb5 !important;
    border: 0 none !important;
    border-bottom: 2px solid #ccc !important;*/
}
._dxGridHeader td{
    color: #0c6eb5;
    border-color: #e1e6db !important;
    font-weight: 600;
}
._dxGridRowAlter{
    background: #fbfbfb !important;
}
._dxGridBtnGroup {
    white-space: nowrap !important;
}
._dxGridBtnGroup ._dxGridBtn{
    display: inline-block;
    margin-right: 5px;
}
._dxGridBtn{
    padding: 2px 5px;
    border-radius: 1px;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1)
}
._dxGridBtnRed{
    background: #aa5655;
    border-color: #aa5655;
    color: #fff;
}
._dxGridBtnBlue{
    background: #3a6881;
    border-color: #3a6881;
    color: #fff;
}
._userSnap{
    padding: 15px;
    display: block;
}
._userSnap:hover{
    background: #f9f9f9;
}
._userSnap h5{
    margin: 0 0 3px 0;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
._userSnap span{
    font-size: 10px;
    color: #4052b5;
    border: 1px solid;
    padding: 1px 5px;
    display: inline-block;
    border-radius: 2px;
    font-weight: 700;
}
._userSnapCont{
    width: calc(100% - 45px);
}
._table{
    width: 100%;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    margin-bottom: 5px;
}
._table td, ._table th{
   padding: 5px;
   font-size: 13px;
   font-weight: 400;
}
._table th{
    color: #fff;
    font-weight: 500;
    background: #607d8b !important;
}
._tableAlter tr:nth-child(even){
    background: rgba(0,0,0,0.028)
}
._status{
    display: block;
}
._status:before{
    content: "\f111";
    font-family: FontAwesome;
    padding-right: 6px;
    font-size: 7px;
    position: relative;
    top: -1px;
}
._statusBlue, ._statusBlue:before{
    color: #2196f3;
}
._statusRed, ._statusRed:before{
    color: #F44336;
}
._statusBlue:before{
    color: #2196f3;
}
._statusGreen, ._statusGreen:before{
    color: #4CAF50
}
._statusPink,  ._statusPink:before{
    color: #E91E63;
}
._bal{
    font-size: 20px;
}
._balCont{
    font-size: 13px;
    color: #000
}


/*Login*/
.aut-bg-img {
    background-image: url(../images/globalimages/loginbg.jpg) !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
}


.auth-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh;
    background: linear-gradient(45deg,#4099ff,#82bcff);
}


.align-items-stretch {
    align-items: stretch !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}


.auth-wrapper .auth-content:not(.container) {
    width: 400px;
}

.w-auto {
    width: auto !important;
}

.auth-wrapper .auth-side-form > * {
    position: relative;
    z-index: 5;
}

.auth-wrapper .auth-side-form {
    position: absolute;
    min-height: 100%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    left: auto;
    right: 0;
    box-shadow: -2px 0 7px -2px rgba(0,0,0,.5);
}

.auth-wrapper .auth-side-img {
    padding-right: 400px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    justify-content: center;
}

.aut-bg-img .auth-content {
    padding: 70px 40px;
}

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

.align-items-center {
    align-items: center !important;
}

.saprator {
    position: relative;
    margin: 8px 0;
}
    .saprator span {
        background: #fff;
        position: relative;
        padding: 0 10px;
        z-index: 5;
        font-size: 20px;
    }
    .saprator:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #e2e5e8;
        z-index: 1;
    }


.loginError {
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,.16);
    padding: 6px;
    border-left: 3px solid #dc3545;
    border-radius: 2px;
    margin-bottom: 10px;
    color: #dc3545;
    background: #fff;
    z-index: 11;
    position: relative;
}

.loginSuccess {
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,.16);
    padding: 6px;
    border-left: 3px solid #2ed85a;
    border-radius: 2px;
    margin-bottom: 10px;
    color: #2ed85a;
    background: #fff;
    z-index: 11;
    position: relative;
}


    /*login*/
    /* Media Queries */
    @media (max-width: 991px) {
        ._globalRadioAsp label, ._globalCheckAsp label{
        margin-right: 15px;
    }
    .sm-text-left {
        text-align: left !important;
    }
    .sm-m-b-10{
        margin-bottom: 10px !important;
    }
}
@media (max-width: 767px){

    .auth-wrapper .auth-content:not(.container) {
        width: 100%;
    }
    ._alertClose{
        position: absolute;
        right: 5px;
        color: #000;
        opacity: 1;
        background: transparent;
        border: 0 none;
        font-size: 20px;
        top: 50%;
        margin-top: -15px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: block;
    }
    .table-responsive{
        border: 0 none !important;
    }
    ._pageHeader h1{
        display: block;
    }
    
    .alterRow{
        background: #f7f7f7;
    }
    .m-b-10-sm{
        margin-bottom: 10px;
    }
    .xs-text-left{
        text-align: left !important;
    }
    .xs-m-b-10{
        margin-bottom: 10px !important;
    }
    .xs-m-t-10{
        margin-top: 10px;
    }
    ._headerLink li {
        float: none;
    }
    ._headerLeft{
        width: 65%;
    }
    ._headerRight{
        width: 35%;
    }
    ._btnGroupLink{
        margin-bottom: 6px;
    }
    ._btnGroup{
        position: relative;
    }
}
@media (min-width: 481px) and (max-width: 767px){ 
    ._centerIcon{
        width: calc(100% - 115px);
    }
}
@media (max-width: 480px){
    ._headerLink{
        width: 50%;
    }
    ._globalHeader{
        position: relative;
        height: auto;
    }
    ._headerLeft, ._headerRight{
        width: 100%;
    }
    ._headerRight{
        background: #2B2C33;
    }
    ._headerLink li a span{
        display: none;
    }
    ._headerLeft, ._headerRight{
        float: none;
    }
    ._globalContent{
        padding-top: 0;
    }
    ._centerIcon{
        width: calc(100% - 115px);
    }
    .dxpcLite_DevEx, .dxdpLite_DevEx{
        width: 95% !important;
    }
    
}
._noNav ._globalContent, ._noNav ._globalFooter{
    margin-left: 0px;
}
._highlights{
    font-weight: 600;
    color: #000;
}
._displayNone{
    display: none;
}
.lblValueAlter{
    color: #848484;
    font-weight: 400 !important;
}
._subTitle{
    position: relative;
    margin-top: 0;
}
._subTitle span{
    font-size: 14px;
    color: #ff6020;
    padding-right: 10px;
    display: inline-block;
    z-index: 2;
    position: relative;
    letter-spacing: 0.3px;
    font-weight: 600;
}
._confirmSec {
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 10px 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
._disableLbl, ._disableLbl table{
    border: 0 none !important;
    background: transparent !important;
    pointer-events: none;
    
}
._disableLbl td, ._dxGrid ._disableLbl td{
    padding: 0 !important;
    font-weight: 500 !important;
}
._disableLbl .dxeSpinIncButton_DevEx, ._disableLbl .dxeSpinDecButton_DevEx{
    display: none;
}
._disableLbl input {
    background: transparent !important;
    color: #333 !important;
}
._fullWidth{
    width: 100%;
}
._fullHeight{
    height: 100%;
}
._fontZoomOut{
    font-size: 90%;
}
._groupRadio{
    border: 0 none !important;
}
._equalCol{
    width: 100%;
    height: 100%;
    display: table !important;
    border-collapse: collapse;
    overflow: hidden;
}
._tblCell{
    display: table-cell;
    vertical-align: top;
}
.yError {
    position: relative;
    display: table;
    font-weight: 600;
    padding: 5px 10px;
    margin: 0 auto 10px auto;
    text-align: center;
    background: #fff;
    text-align: left;
    width: auto !important;
}
.yErrorRed {
    border: 1px solid #ff2424;
    box-shadow: 0 3px 5px #f9cac4;
    -webkit-box-shadow: 0 3px 5px #f9cac4;
    -moz-box-shadow: 0 3px 5px #f9cac4;
    color: #e21111;
}
.yErrorRed:before {
    content: "\f071";
    position: relative;
    padding-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    top: 1px;
}
.yErrorGreen {
    border: 1px solid #54da63;
    box-shadow: 0 3px 5px #b6e4bc;
    -webkit-box-shadow: 0 3px 5px #b6e4bc;
    -moz-box-shadow: 0 3px 5px #b6e4bc;
    color: #00bd15;
}
.yErrorGreen:before {
    content: "\f058";
    position: relative;
    padding-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    top: 1px;
}
._btnLink{
    background: transparent !important;
    border: 0 none !important;
    font-size: 85% !important;
    color: #7b7b7b !important;
}
/*._btnLink div.dxb{
    padding: 0 !important;
}*/
._btnLink:hover span{
    border-bottom: 1px solid;
}


@media (min-width: 481px){
    ._pageHeader{
        position: absolute;
        top: 57px;
        width: 100%;
        left: 0;
        margin-left: 230px
    }
    ._noNav ._pageHeader{
        margin-left: 0;
    }
}
._miniNav ._pageHeader{
    margin-left: 57px;
}
._miniNav ._noNav ._pageHeader{
    margin-left: 0;
}
._mobile ._pageHeader{
    margin-left: 0;
}
._orangeClr{
    color: #ff6020 !important
}
._noNav ._hamburger{
    display: none;
}
._dxPopup {
    border: 1px solid #0c6eb5 !important;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.3) !important;
    box-shadow: 0 0 40px rgba(0,0,0,0.3) !important;
}
._dxPopup .dxpc-header {
    background: #0c6eb5 !important;
    border-bottom: 1px solid #0c6eb5;
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
    padding: 0 0 0 5px !important;
}
._dxPopup .dxpc-headerContent{
    padding: 5px !important;
    height: auto !important;
}
._dxPopup .dxpc-closeBtn{
    margin: 0 !important;
    background: url(../images/close.png) no-repeat scroll center center transparent;
    width: 30px;
    height: 29px;
    padding: 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
._dxPopup .dxpc-closeBtn img{
    display: none;
}
._dxPopup .dxpc-closeBtn:hover{
    background-color: #f00;
}
._eLbl {
    font-weight: bold;
    color: #ff6a00;
    font-size: 10px;
}
._eCont {
    border: 0 none !important;
}
.withBg {
    margin-left: -12px;
    margin-top: -12px;
    margin-right: -12px;
    background: #eee;
    padding: 10px;
}

/*popup Box*/

.popupBox {
    left: 25% !important;
    top: 20% !important;
}

/* Soft Orange - Devexpress theme */
.dxpcLite_SoftOrange .dxpc-mainDiv{
    border: 0 none;
}
.m-b-30{
    margin-bottom:30px;
}
/*Login & Reset password*/
body {
    font-family: var(--var-font-family);
    font-style: normal;
    font-size: var(--var-default-font-size);
    font-weight: normal;
    letter-spacing: 0.2px;
}

.bg-aqua-blue {
    background-color: var(--primary-color);
}

.login-top-bar {
    min-height: 65px;
}

.auth-side-form {
    width: 40%;
    padding: 0px 60px;
}

._logo_login {
    position: relative;
    top: -25px;
}

.ltitle {
    font-size: 1.3rem;
    color: var(--var-login-label-heading);
    font-weight: bold;
    margin-bottom: 20px;
}

._sign_in_form .input-group > .form-control {
    font: normal 18px var(--var-font-family) !important;
    padding: .675rem .75rem;
}

.forgot-link {
    display: inline-block;
    padding: .52rem 0rem;
    font-family: var(--var-font-family);
    color: var(--var-forgot-password-link-color) !important;
}

.submit_btn{
    width: auto !important;
}

._sign_in_form .input-group > .form-control:-webkit-autofill,
._sign_in_form .input-group > .form-control:-webkit-autofill:hover,
._sign_in_form .input-group > .form-control:-webkit-autofill:focus {
    font: normal 18px var(--var-font-family) !important;
}

.m-t-35 {
    margin-top: 35px;
}

.default-fontFamily-12_bold {
    font: 12px var(--var-font-family) !important;
    font-weight: bold !important;
}

.auth-side-form ._globalLabel {
    color: var(--var-form-label-color) !important;
}

.auth-side-form .btn-primary, .auth-side-form .btn-primary:hover, .auth-side-form .btn-primary:focus, .auth-side-form .btn-primary:active, .auth-side-form .btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
}

.btn_sign_in span {
    float: right;
    position: relative;
    top: 27px;
    right: 1.75em;
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
    transition: margin .4s ease;
}

.btn_sign_in input[type="submit"]:hover .btn_sign_in span {
    margin-right: -4px;
}

.btn_sign_in input[type="submit"] {
    padding: .35rem 1.75rem;
    font-family: var(--var-font-family);
    float: right;
}
.btn{
    border-radius: var(--var-btn-bdr-radius)
}
.bluetext p, .bluetext label {
    margin-bottom: 0px;
    font-family: var(--var-font-family) !important;
    font-size: 14px;
}
.sep_line {
    font-size: 20px;
    padding: 0px 5px;
}
.bluetext label {
    color: var(--secondary-color);
    font-weight: bold;
}

._logo_caption_section {
    position: relative;
    top: -45px;
}

._logo_caption_section ._logo_caption {
    font-weight: bold;
    font-size: 1.5em;
    color: var(--secondary-color);
    margin-bottom: 0px;
}

.text-cta-link {
    color: var(--primary-color) !important;
    text-decoration: underline;
    font-family: var(--var-font-family) !important;
    margin-left: 15px;
}

._forgot_pswd, ._sign_in_form {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 11;
    display: inline-block;
    padding: 40px;
}

.bluetext {
    padding-top: 10px;
}

@media (max-width: 767px) {
    .auth-side-form {
        width: 100%;
    }

    .widres_100 {
        width: 100%!important;
    }
    .ltitle {
        font-size: 1rem;
    }
    .login-top-bar {
        min-height: 20px;
    }

}

/*508 Compliance*/
.skip-link {
    position: absolute;
    top: -40px;
    left: 0px;
    width: auto !important;
    height: auto !important;
    padding: 10px 15px;
    color: #0b0c0c;
    outline: 3px solid #BF1722;
    outline-offset: 0;
    background-color: #BF1722;
    font-size: 15px;
}

    .skip-link:focus {
        width: auto !important;
        height: auto !important;
        padding: 10px 15px;
        color: #0b0c0c;
        outline: 3px solid #BF1722;
        outline-offset: 0;
        background-color: #BF1722;
        z-index: 9999999;
        color: #fff;
        align-items: center;
        top: 0;
        left: 50%;
    }

*:focus {
    outline: 2px solid var(--primary-color) !important;
}

.focus-white *:focus {
    outline: 2px solid #fff !important;
}
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
._navList a:focus {
    outline: 2px solid var(--primary-color) !important;
}
/*508 Compliance*/
a._btnIcon {
    float: left;
    overflow: hidden;
}

a._btnIcon:before {
    padding-right: 10px;
    left: 3px;
}
._btnIcon {
    font-weight: 600;
    color: var(--primary-color) !important;
    width: 25px !important;
    height: 25px !important;
    text-align: center;
    line-height: 25px !important;
    background: #fff !important;
    display: block;
    border: 0 none !important;
    border-radius: 2px;
}
input:-webkit-autofill {
    -webkit-text-fill-color: var(--var-form-input-color);
}
.input-group input {
    color: var(--var-form-input-color) !important;
}