
:root {
	/* --site-color-theme: #026B37; */
	--site-color-theme: #81a335;
	--site-color-theme-fourth: #206DBB;
	--site-color-grey: #444444;
	/* --menu-active-bg-second: #02552b ; */
	--menu-active-bg-second: #206DBB ;
	--menu-active-bg: #AAAAAA ;
	--menu-active-color: #ffffff ;
	/* --menu-active-color-second: #02552b ; */
	--menu-active-color-second: #206DBB ;
	--site-menu-bar-bg: #bbbbbb ;
	--menu-item-padding: 8px 15px;


	--site-color-theme-label: #8FBE54;

	--site-color-theme-light-20: color-mix(in srgb, white 20%, var(--site-color-theme));
	--site-color-theme-light-50: color-mix(in srgb, white 50%, var(--site-color-theme));
	--site-color-theme-dark-20: color-mix(in srgb, black 20%, var(--site-color-theme));
	--site-color-theme-dark-50: color-mix(in srgb, black 50%, var(--site-color-theme));

	--white-clr: #ffffff;
	--nav-title-color: #ffffff;
	--filter-items-pills-bg: #3d4c7724;
	--site-pagenation-first-element-color: #888;
	--site-pagenation-element-color: color-mix(in srgb, white 20%, var(--site-color-theme));

	/* puvii - 04-06-2025 - newly for common change password */
	--site-menu-bar-bg: #bbbbbb;
	--site-table-color: #FFFFFF;
	--list-category-common-color: #000000;
}

input[type="text"].form-control:disabled,
input[type="number"].form-control:disabled,
input[type="email"].form-control:disabled,
input[type="file"].form-control:disabled,
input[type="date"].form-control:disabled,
input[type="password"].form-control:disabled,
textarea.form-control:disabled,
select.form-select:disabled {
    cursor: not-allowed;
}

input[type="text"].form-control:not(.border-0),
input[type="number"].form-control:not(.border-0),
input[type="email"].form-control:not(.border-0),
input[type="file"].form-control:not(.border-0),
input[type="date"].form-control:not(.border-0),
input[type="password"].form-control:not(.border-0),
textarea.form-control:not(.border-0),
select.form-select:not(.border-0) {
    border: 1px solid #a4a4a4 !important;
    background-color: rgba(var(--bs-secondary-bg-rgb), 1) !important;
}

.list-category-a {
    color: var(--list-category-common-color) !important;
    text-decoration: none;
}

.site-font {
	color: var(--site-color-theme-third, var(--site-color-theme)) !important;
}

.site-font-second {
	color: var(--site-color-theme-fourth, var(--site-color-theme-third, var(--site-color-theme))) !important;
}

.site-heading {
	font-size: 2.1em;
	font-variant: normal;
	font-weight: 700;
	color: var(--nav-title-color);
}

.site-btn {
	background-color: var(--site-color-theme-second, var(--site-color-theme)) !important;
	color: #ffff !important;
}

.disable-menu, .desible-menu {
	background: var(--site-menu-bar-bg) !important;
	padding: var(--menu-item-padding);
	pointer-events: none;
	opacity: 0.5;
}

.desible-menu-link {
    color: black;
}

.list-category-des {
    pointer-events: none;
}

.table-heading {
	text-align: right !important;
	color: white !important;
}

.table-heading-start {
	color: white !important;
}

.filter-value {
	background: var(--filter-items-pills-bg) !important;
}

.pagenation-element-first {
	cursor: auto !important;
	background: var(--site-pagenation-element-color-second, var(--site-pagenation-element-color)) !important;
	color: white !important;
	border: 0;
	border-radius: 5px;
	width: 30px;
	text-align: center;
}

.pagenation-element {
	background: white;
	color: var(--site-pagenation-element-color-second, var(--site-pagenation-element-color)) !important;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	width: 30px;
	text-align: center;
}

/* puvii - 04-06-2025 - newly for common change password */
.bg-nav {
background-color: var(--site-color-theme);
}

.sub-menu {
background: var(--site-menu-bar-bg) !important;
}

.menu-text-color {
color: var(--site-color-theme-third, var(--site-color-theme));
font-size: 14px;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.card-header-site {
background: var(--site-color-theme-fourth, var(--site-color-theme-second, var(--site-color-theme))) !important;
color: #ffff !important;
}

.site-table-header {
background-color: var(--site-color-theme-fourth, var(--site-color-theme-second, var(--site-color-theme))) !important;
color: var(--site-table-color) !important;
}
/* puvii - 04-06-2025 - newly for common change password */

@font-face {
font-family: 'Poppins-Regular';
src: url(Poppins-Regular.ttf) format("opentype");
font-display: swap;
}

@font-face {
font-family: 'Poppins-Bold';
src: url("Poppins-Bold.ttf") format("opentype");
font-display: swap;
}

#wrapper {
margin: 0px 0px 0px 0px;
background-color: transparent;
width: 100%;
padding: 0;
border: none;
}

body {
margin: 0px 0px 0px 0px;
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/portal_bg.png);
width: 100%;
padding: 0;
border: none;
}
.sub-menu-width {
width: 153px;
}
.nav-item {
color: black;
}

.default-menu-link {
color: #fffff !important;
}

.default-menu {
background: var(--site-menu-bar-bg) !important;
padding: var(--menu-item-padding);
}

.sub-menu-hov:hover {
background: var(--menu-active-bg-second, var(--menu-active-bg)) !important;
color: var(--menu-active-color) !important;
}

.sub-menu-hov:hover a {
color: var(--menu-active-color) !important;
}

.active-menu-link {
color: var(--menu-active-color-second, var(--menu-active-color)) !important;
/* pointer-events: none; */
}

.active-menu {
background: var(--menu-active-bg-second, var(--menu-active-bg)) !important;
padding: var(--menu-item-padding);
pointer-events: none;
color: var(--menu-active-color) !important;
}

sup {
font-size: 8px;
}

.zero {
height: 0;
line-height: 0;
font-size: 0;
}

.presBldPage {
font-size: 14px;
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/transparent.gif);
font-family: 'Poppins-Regular';
text-decoration: underline;
margin: 0.01px;
padding: 0.01px;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}

.presBldPageNoUn {
font-size: 14px;
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/transparent.gif);
font-family: 'Poppins-Bold';
font-weight: normal !important;
margin: 0.01px;
padding: 0.01px;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}

.toparea {
background-attachment: fixed;
background-repeat: no-repeat;
height: 140px;
width: 40%;
background-color: var(--site-color-theme);
font-family: 'Poppins-Regular';
font-size: 24px;
color: var(--site-color-grey);
}

.header_bg {
background-repeat: no-repeat;
height: 90px;
background-color: var(--site-color-theme);
font-family: Poppins-Regular;
font-size: 24px;
color: var(--site-color-grey);
padding-left: 50px;
}

.welcome {
font-family: 'Poppins-Bold';
font-weight: normal !important;
font-size: 12px;
font-style: normal;
color: var(--site-color-grey);
text-decoration: none;
text-align: right;
text-indent: 30px;
vertical-align: middle;
white-space: nowrap;
margin-right: 30px;
background-color: transparent;
}

.menu_data {
font-family: Poppins-Regular;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
text-align: left;
white-space: nowrap;
text-transform: capitalize;
}

.menu_link_data {
font-family: Poppins-Regular;
font-size: 14px;
font-style: normal;
font-weight: bold;
font-variant: normal;
color: #000066;
text-decoration: none;
}

a.menu_link_data:hover {
font-family: Poppins-Regular;
font-size: 14px;
font-style: normal;
font-weight: bold;
font-variant: normal;
color: #000066;
text-decoration: underline;
}

a.menu_link_data:active {
font-family: Poppins-Regular;
font-size: 14px;
font-style: normal;
font-weight: bold;
font-variant: normal;
color: #3366CC;
text-decoration: underline;
}

/* Menu link data normal test */
.menu_link_ndata {
font-family: Poppins-Regular;
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000066;
text-decoration: none;
text-indent: 10px;
}

a.menu_link_ndata:hover {
font-family: Poppins-Regular;
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000066;
text-decoration: underline;
text-indent: 10px;
}

a.menu_link_ndata:active {
font-family: Poppins-Regular;
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #3366CC;
text-decoration: underline;
text-indent: 10px;
}

/* Menu link data normal test */
/* Main Nevigation Include file link color information */

.menu_toplink_welcome {
font-family: 'Poppins-Bold';
font-weight: normal !important;
font-size: 14px;
font-style: normal;
font-variant: normal;
color: #007F0E;
text-decoration: none;
text-transform: uppercase;
}

.menu_toplink {
font-family: 'Poppins-Bold';
font-weight: normal !important;
font-size: 14px;
font-style: normal;
font-variant: normal;
color: #007F0E;
text-decoration: none;
text-transform: uppercase;
}


a.menu_toplink:hover {
font-family: 'Poppins-Bold';
font-weight: normal !important;
font-size: 14px;
font-style: normal;
font-variant: normal;
color: #007F0E;
text-decoration: underline;
}

a.menu_toplink:active {
font-family: 'Poppins-Bold';
font-weight: normal !important;
font-size: 14px;
font-style: normal;
font-variant: normal;
color: #3366CC;
text-decoration: underline;
}


.page_link {
font-family: Poppins-Regular;
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000066;
text-decoration: none;
}


a.page_link:hover {
font-family: Poppins-Regular;
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000066;
text-decoration: underline;
}

a.page_link:active {
font-family: Poppins-Regular;
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #3366CC;
text-decoration: underline;
}


/* Main Nevigation Include file link color information */
.footerarea {
font-family: Poppins-Regular;
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/line_bg.gif);
height: 25px;
width: 100%;
background-repeat: repeat-x;
background-position: bottom;
}

.headderarea {
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/line_bg.gif);
height: 20px;
width: 100%;
background-repeat: repeat-x;
background-position: left bottom;
text-align: center;
}

.btn_left_top {
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/new_btn_left.gif);
background-repeat: no-repeat;
background-position: left top;
height: 17px;
width: 7px;
}

.btn_top_bg {
background-repeat: repeat-x;
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/btn_top_bg.gif);
}

.datedisp {
font-family: Poppins-Regular;
font-size: 10px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
text-decoration: none;
vertical-align: middle;
white-space: nowrap;
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/line_bg.gif);
background-repeat: repeat-x;
background-position: bottom;
}

a.topnew {
font-family: 'Poppins-Bold';
font-weight: normal !important;
font-size: 12px;
font-style: normal;
color: #000000;
text-decoration: none;
text-align: center;
vertical-align: middle;
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/btn_top_bg.gif);
background-repeat: repeat-x;
height: 17px;
width: 100%;
}

a.topnew:active {
font-family: 'Poppins-Bold';
font-weight: normal !important;
font-size: 12px;
font-style: normal;
color: #000000;
text-decoration: none;
text-align: center;
vertical-align: middle;
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/btn_top_bg.gif);
background-repeat: repeat-x;
height: 17px;
width: 100%;
}

a.topnew:visited {
font-family: 'Poppins-Bold';
font-weight: normal !important;
font-size: 12px;
font-style: normal;
color: #000000;
text-decoration: none;
text-align: center;
vertical-align: middle;
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/btn_top_bg.gif);
background-repeat: repeat-x;
height: 18px;
width: 100%;
}

.btn_right_top {
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/new_btn_right.gif);
background-repeat: no-repeat;
background-position: right top;
height: 17px;
width: 7px;
}

.button_new {
background: linear-gradient(var(--site-color-theme), var(--site-color-theme));
text-shadow: 1px 1px 1px var(--site-color-theme);
border: 0;
color: var(--white-clr);
border-radius: 10px;
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
font-family: Poppins-Regular;
display: inline-block;
line-height: 2em;
padding: 0 1em;
font-size: 14px;
cursor: pointer;
text-decoration: none;
}

.button_new:hover {
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 1.5em 1em rgba(255, 255, 255, 0.3);
}

.button_hidden {
background: linear-gradient(var(--site-color-theme), var(--site-color-theme));
text-shadow: 1px 1px 1px var(--site-color-theme);
color: var(--white-clr);
border-radius: 10px;
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
font-family: Poppins-Regular;
line-height: 2em;
padding: 0 1em;
text-decoration: none;
border: 0;
pointer-events: none;
opacity: 0.6;
display: none !important;
}

.button_disb {
background: linear-gradient(var(--site-color-theme), var(--site-color-theme));
text-shadow: 1px 1px 1px var(--site-color-theme);
border: 0;
color: var(--white-clr);
border-radius: 10px;
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
font-family: Poppins-Regular;
display: inline-block;
line-height: 2em;
padding: 0 1em;
font-size: 14px;
text-decoration: none;
pointer-events: none;
opacity: 0.6;
}

.content_area {
height: 100%;
overflow: auto;
font-family: Poppins-Regular;
font-size: 12px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
vertical-align: 100%;
}

.dataTableLeftUp {

background-image: url(https://www.newleafsc.net//1.3/media/nl_images/h_area_left.gif);
background-repeat: no-repeat;
background-position: left top;
height: 60px;
width: 5px;

}

.dataTableLine {
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/top_1.gif);
background-repeat: repeat-x;
height: 8px;
width: 8px;
}

.dataTableDownLineBG {
height: 7px;
width: 100%;
background-repeat: repeat-x;
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/down_middle_bg.gif);
}

.dataTableTopLineBG {
height: 7px;
width: 100%;
background-repeat: repeat-x;
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/top_middle_bg.gif);
}

.left_side {
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/down_left_bg.gif);
background-repeat: repeat-y;
width: 6px;
}

.right_side {
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/down_right_bg.gif);
background-repeat: repeat-y;
width: 6px;
}

.dataTableDownLeft {
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/down_left.gif);
background-repeat: no-repeat;
height: 7px;
width: 6px;
background-position: left top;
}

.dataTableTopLeft {
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/top_left.gif);
background-repeat: no-repeat;
height: 7px;
width: 6px;
background-position: left top;
}

.dataTableDownRight {
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/down_right.gif);
background-repeat: no-repeat;
background-position: right top;
height: 7px;
width: 6px;
background-position: right top;
}

.dataTableTopRight {
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/top_right.gif);
background-repeat: no-repeat;
background-position: right top;
height: 7px;
width: 6px;
background-position: right top;
}

.dataTableBg {
background-color: #D5D5D5;
width: 100%;
}


.dataTableRightUp {
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/h_area_right.gif);
background-repeat: no-repeat;
background-position: right top;
height: 60px;
width: 5px;
}

.input_box_login {
color: #26a;
background: #FFFFE6;
border: #26a solid 1px
}

.submit_button_login {
color: #000;
background: #C7C7C7;
border: 2px #9cf outset
}


.blankrow {}


.style14 {
font-size: 14px;
font-family: 'Poppins-Regular';
font-weight: normal;
}

.style11 {
font-size: 14px;
font-family: Poppins-Regular;
font-weight: normal;
text-indent: 10px;
}

.style1 {
font-family: 'Poppins-Bold';
font-weight: normal !important;
font-size: 12px;
text-indent: 10px;
}

.style12 {
font-size: 12px;
font-family: 'Poppins-Bold';
font-weight: normal !important;
text-indent: 10px;
}

.style13 {
font-size: 12px;
font-family: 'Poppins-Bold';
font-weight: normal !important;
color: #CCCCCC;
text-indent: 10px;

}

.style78 {
font-family: 'Poppins-Bold';
font-weight: normal !important;
color: #CCCCCC;
font-size: 12px;
font-style: normal;
font-variant: normal;
color: #2E2E2E;
text-decoration: none;
}

.style79 {
font-family: 'Poppins-Bold';
font-weight: normal !important;
font-size: 12px;
font-style: normal;
font-variant: normal;
color: #000000;
text-decoration: none;
}

.error_msg {
font-family: Poppins-Regular;
font-size: 14px;
font-style: normal;
color: #CC0000;
text-decoration: none;
text-align: left;
}

.scrHeadder {
font-family: 'Poppins-Bold';
font-weight: normal !important;
font-size: 14px;
color: var(--white-clr);
background-color: #9EB96C;
text-align: left;
white-space: nowrap;
height: 24;
text-indent: 10px;
}

.mainPageHead {
font-family: 'Poppins-Bold';
font-weight: normal !important;
font-size: 1.5em;
font-style: normal;
font-variant: normal;
color: var(--white-clr);
text-decoration: none;
}

.headderbgwelcome {
background-image: url(https://www.newleafsc.net//1.3/media/nl_images/line_bg.gif);
height: 20px;
width: 100%;
background-repeat: repeat-x;
background-position: left bottom;
}

.mainsubtitle {
color: var(--white-clr);
font-size: 14px;
font-family: Poppins-Regular;
background-color: var(--site-color-theme-label);
vertical-align: middle;
text-indent: 10px;
height: 25px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
}

.mainsubtitlebig {
color: var(--white-clr);
font-size: 15px;
font-weight: bold;
font-family: Poppins-Regular;
background-color: var(--site-color-theme-label);
vertical-align: middle;
text-indent: 3px;
height: 30px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
}

tr {
height: 25px;
}

.colonText {
font-size: 14px;
font-family: Poppins-Regular;
font-weight: normal;
text-indent: 0.01px;
font-style: normal;
color: #000000;
padding: 0;
margin: 0;
text-decoration: none;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
width: 9px;
background-color: transparent;
}

.bodyText {
font-size: 14px;
font-family: Poppins-Regular;
font-weight: normal;
text-indent: 10px;
font-style: normal;
color: #000000;
text-decoration: none;
line-height: 21px;
height: 21px;
vertical-align: middle;
}

.bodyTextNormal {
font-size: 14px;
font-family: Poppins-Regular;
font-weight: normal;
font-style: normal;
color: #000000;
text-decoration: none;
line-height: 21px;
height: 21px;
vertical-align: middle;
}

.bodyTextDelDate {
font-size: 13px;
font-family: Poppins-Regular;
font-weight: normal;
font-style: normal;
color: #000000;
text-decoration: none;
line-height: 21px;
height: 21px;
vertical-align: middle;
width: 95px;
}

.bodyTextCoupon {
font-size: 13px;
font-family: Poppins-Regular;
font-weight: normal;
font-style: normal;
color: #000000;
text-decoration: none;
line-height: 21px;
height: 21px;
vertical-align: middle;
width: 90px;
}

.bodyTextNormalNew {
font-size: 13px;
font-family: Poppins-Regular;
font-weight: normal;
font-style: normal;
color: #000000;
text-decoration: none;
line-height: 21px;
height: 21px;
vertical-align: middle;
}

.custbodyText {
font-size: 14px;
font-family: Poppins-Regular;
font-weight: normal;
text-indent: 10px;
font-style: normal;
color: #000000;
text-decoration: none;
line-height: 18px;
height: 18px;
}

.custbodyTextNormal {
font-size: 14px;
font-family: Poppins-Regular;
font-weight: normal;
font-style: normal;
color: #000000;
text-decoration: none;
line-height: 18px;
height: 18px;
padding: 0;
margin: 0;
vertical-align: bottom;
}

.custbodyTextNormalgreen {
font-size: 14px;
font-family: Poppins-Regular;
font-weight: normal;
font-style: normal;
color: var(--site-color-theme);
padding-left: 3px;
text-decoration: none;
line-height: 18px;
height: 18px;
margin: 0;
vertical-align: bottom;
}

.prodmodel {
font-family: Poppins-Regular;
font-weight: bold;
font-style: normal;
color: var(--site-color-theme);
text-decoration: none;
margin: 0;
padding: 2px;
}

.contbodyTextNormal {
font-size: 14px;
font-family: Poppins-Regular;
font-weight: normal;
font-style: normal;
color: #000000;
text-decoration: none;
line-height: 20px;
height: 20px;
padding: 0;
margin: 0;
vertical-align: bottom;
}

.altLight {
font-size: 12px;
font-family: Poppins-Regular;
font-weight: normal;
font-style: normal;
color: #000000;
text-decoration: none;
height: 16px;
line-height: 16px;
}

.altLightBlue {
font-size: 12px;
font-family: Poppins-Regular;
font-weight: normal;
font-style: normal;
color: #000000;
background-color: #C9EDF9;
text-decoration: none;
height: 16px;
line-height: 16px;
}

.altDark {
font-size: 12px;
font-family: Poppins-Regular;
font-weight: normal;
font-style: normal;
color: #000000;
text-decoration: none;
background: #ccc;
height: 16px;
line-height: 16px;
}

.menu_link_data_normal {

font-family: Poppins-Regular;
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000066;
text-decoration: none;
}

tr.menuImage {
background: var(--white-clr);
}

td.menuImage {
width: 134px;
height: 27px;
text-align: center;
vertical-align: middle;
}

.menudiv {
background: #BBBBBB;
width: 134px;
height: 22px;
text-align: center;
vertical-align: middle;
padding-top: 10px;
padding-bottom: 5px;
}

.selmenudiv {
background: #AAAAAA;
background-color: var(--site-color-theme-dark-20);
width: 134px;
height: 22px;
text-align: center;
vertical-align: middle;
padding-top: 10px;
padding-bottom: 5px;
}

.dismenudiv {
background: #BBBBBB;
width: 134px;
height: 22px;
text-align: center;
vertical-align: middle;
font-size: 12px;
font-family: 'Poppins-Bold';
font-weight: normal !important;
color: #555;
letter-spacing: 2px;
text-transform: uppercase;
padding-top: 10px;
padding-bottom: 5px;
}

.logbut {
background: linear-gradient(#7FC100, #7FC100) !important;
text-shadow: 1px 1px 1px #7FC100;
border: 0;
color: var(--white-clr);
border-radius: 10px;
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
font-family: Poppins-Regular;
display: inline-block;
line-height: 2em;
padding: 0 1em;
cursor: pointer;
text-decoration: none;
}

.menua {
cursor: pointer;
font-size: 12px;
font-family: 'Poppins-Bold';
font-weight: normal !important;
padding: 0px 4px 2px 4px;
color: var(--white-clr);
text-decoration: none;
letter-spacing: 2px;
text-transform: uppercase;
}

.spaceCol {
background: var(--white-clr);
width: 1px;
}

#menuI {
background-color: var(--white-clr);
background-repeat: repeat-x;
}

#menuN {
width: 50%;
background-color: var(--white-clr);
height: 1px;
line-height: 1px;
}

.trH {
height: 1px;
}

#spaceRow {
height: 23px;
}

#spaceCol {
background: var(--white-clr);
width: 1px;
}

#menuImage {
}

.menuNav {
width: 50%;
background: #BBBBBB;
padding-top: 7px;
}

#menuNav {
width: 50%;
background: #BBBBBB;
padding-top: 7px;
}

#expwith {

width: 700px;
height: 1px;
}

.datelinebox {
text-decoration: none;
}

.hlpbox {
border: 3px;
border-style: solid;
border-bottom-color: #333333;
border-right-color: #555555;
border-left-color: #BBBBBB;
border-top-color: #DDDDDD;
font-size: 12px;
background-color: #FFFFD4;
padding: 5px;
font-family: Poppins-Regular;
text-align: left;
}

.hlpbox_li {
font-size: 12px;
background-color: #FFFFD4;
font-family: Poppins-Regular;
text-align: left;
}

input.logtxt {
font-family: Poppins-Regular;
font-size: 12px;
line-height: 20px;
border-radius: 6px;
border: 0px;
padding: 0 4px;
}

td.logtxt {
font-family: Poppins-Regular;
color: var(--white-clr);
font-size: 9px;
font-weight: normal;
vertical-align: top;
padding-left: 3px;
}

td.secure {
font-family: Poppins-Regular;
color: var(--white-clr);
font-size: 9px;
font-weight: normal;
vertical-align: top;
}

a.logtxt {
font-family: Poppins-Regular;
color: var(--white-clr);
font-size: 10px;
font-weight: normal;
vertical-align: top;
text-decoration: none;
}

a:visited.logtxt {
font-family: Poppins-Regular;
color: var(--white-clr);
font-size: 10px;
font-weight: normal;
vertical-align: bottom;
text-decoration: none;
}

a:hover.logtxt {
font-family: Poppins-Regular;
color: var(--white-clr);
font-size: 10px;
font-weight: normal;
vertical-align: bottom;
text-decoration: none;
}

td.error_msg {
font-family: Poppins-Regular;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #CC0000;
text-decoration: none;
text-align: left;
}

.login_wrapper {
padding: 0;
margin: 0;
background: var(--white-clr);
}

.fgt_pswd_bdy {
background: transparent;
}

.hlp_cls {
background-color: transparent;
border: 0;
vertical-align: middle;
}

.greensubtitle {
color: var(--white-clr);
font-size: 14px;
font-weight: bold;
font-family: 'Poppins-Regular';
background-color: var(--site-color-theme);
vertical-align: middle;
text-indent: 10px;
padding: 2px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-radius: 4px;
}

.reset_header {
width: 388px;
margin-top: 50px;
border: 2px solid var(--site-color-theme);
border-radius: 5px;
}

.reset_header_reset {
width: 388px;
margin-top: 50px;
border: 2px solid var(--site-color-theme);
border-radius: 5px;
}

@media screen and (max-width: 700px) {
.reset_header_reset {
width: 340px;
margin-top: 50px;
border: 2px solid var(--site-color-theme);
border-radius: 5px;
}
}

@media screen and (max-width: 800px) and (min-width: 500px) {
.content_area {
margin-left: 150px;
height: 100%;
overflow: auto;
font-family: Poppins-Regular;
font-size: 12px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
vertical-align: 100%;
}
}

.reset_content {
vertical-align: middle;
padding: 10px 15px;
background-color: var(--site-color-theme);
text-align: left;
color: var(--white-clr);
padding-bottom: 10px;
font-size: 25px;
}

.blank-row {
height: 5px;
}

.mainsubtitle_new_port {
color: var(--white-clr);
font-size: 18px;
font-weight: bold;
font-family: Poppins-Regular, Arial, sans-serif;
background: linear-gradient(#7FC100, #7FC100);
background-image: linear-gradient(var(--site-color-theme), var(--site-color-theme));
background-position-x: initial;
background-position-y: initial;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: initial;
vertical-align: middle;
text-indent: 10px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
}

.site_theme_color {
background-color: var(--site-color-theme) !important;
color: white !important;
}

.create-user-body,
.reset-body,
.access_your_plan_body {
background: transparent !important
}

.login-text {
color: var(--white-clr) !important
}