@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Medium.ttf);
}
/* INPUT STYLING */
input:invalid {
    border-color: #40B8B5;
    border-width: 2px;
    box-shadow: none;
}
select:required, input:required, .required_input{
	background-color: #FFF5BD;
    color: #01445C;
}
input[type=button], input[type=submit], button {
    background-color: #02455C;
    color: white;
	border-radius: 8px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
	margin-bottom: 2px;
}
input[type=text], select, input[type=password], input[type=email], input[type=number] {
	border-radius: 8px;
}
/* BANNER IMAGE */
#top_image {
	background-image: url("../images/maxmoney_banner.png");
    background-position: center;
    height: 150px;
	max-width: 1280px;
	border-radius: 8px;
	border: 2px solid #0b4d5b;
	margin-top: 1vh;
	position: relative;
}
/* LOGIN BANNER IMAGE (larger) */
#login_top_image {
	background-image: url("../images/login_maxmoney_banner.png");
    background-position: center;
    height: 230px;
	max-width: 1280px;
	border-radius: 8px;
	border: 2px solid #0b4d5b;
	margin-top: 1vh;
	position: relative;
}
/* MAXADMIN BANNER IMAGE */
#maxadmin_top_image {
	background-image: url("../images/maxadmin_banner.png");
    background-position: center;
    height: 230px;
	max-width: 1280px;
	border-radius: 8px;
	border: 2px solid #0b4d5b;
	margin-top: 1vh;
	position: relative;
}
/*Under Banner*/
.upgrade_message {
	font: bold 15px "Poppins";
	color: #01445C;
	margin: 5px 0;
}
.top_menu_large {
	display: block;
	font: bold 12px "Poppins";
	margin-left: 165px;
}
.top_menu_large div a {
	text-decoration: none;
	/*color: #01445C;*/
}
/*.top_menu {*/
/*	display: block;*/
/*	height: auto;*/
/*	background-color: #8A9D9B;*/
/*	font: bold 12px "Poppins";*/
/*	color: white;*/
/*	position: relative;*/
/*	padding-top: 1px;*/
/*	padding-bottom: 1px;*/
/*	vertical-align: middle;*/
/*}*/
/*.top_menu div a {*/
/*	position: relative;*/
/*	padding-top: 1px;*/
/*	padding-bottom: 1px;*/
/*	vertical-align: middle;*/
/*	text-decoration: none;*/
/*}*/
/*.top_menu div a:link, .top_menu div a:visited, .top_menu div a:active {*/
/*	background-color: #8A9D9B;*/
/*}*/
.left_align {
	width:100%;
	text-align: left;
	height: auto;
    margin: auto;
	max-width: 1280px;
}
.left_align a {
    color: #4e7e88;
}
.left_align a:hover {
    color: #01445C;
}
.right_align {
    width: 100%;
	text-align: center;
	color: White;
	/*height: 52px;*/
	padding: 15px 0;
	margin: auto;
	display: flex;
	justify-content: center;
	max-width: 1280px;
}
.right_align a {
    width: 18%;
    padding: 10px 5px;
    border: 2px solid #0b4d5b;
    border-radius: 8px;
    text-overflow: ellipsis;
    margin: 0 5px;
    color: #0b4d5b;
    display: grid;
    grid-template-columns: 20% 80%;
    overflow: hidden;
    min-height: 30px;
}
.right_align a:hover {
    background-color: #0b4d5b;
    color: #FFFFFF;

    #legal_entity_icon {
        filter: brightness(0) invert(1);
    }
    #branch_icon {
        filter: brightness(0) invert(1);
    }
    #cashbox_icon {
        filter: brightness(0) invert(1);
    }
    #help_icon {
        filter: brightness(0) invert(1);
    }
    #logout_icon {
        filter: brightness(0) invert(1);
    }
    #user_icon {
        filter: brightness(0) invert(1);
    }
}
.maxmoney_home_image {
    background-image: url('../images/maxmoney_home_image.png');
    background-repeat: no-repeat;
    background-position: center;
    max-width: 50%;
    height: 500px;
    margin: auto;
}
.top_logo {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.top_logo_text {
    /*color: #01445C;*/
    text-align: left;
    display: flex;
    align-items: center;
    /*transform: translateY(18%);*/
    margin-left: 12px;
}
/* LEFT MENU */
.side_menu ul {
	float: left;
	margin-top: 2px;
	padding: 0;
	list-style-type: none;
	font: bold 12px "Poppins";
	width: 165px; /* Main Menu Item widths */;
	text-align: center;
}
.side_menu ul li {
	position: relative;
}
.side_menu ul li a {
	display: block;
	overflow: auto;
	color: #214E4A;
	text-decoration: none;
	padding: 8px 10px;
	border-radius: 8px;
	margin: 3px;
}
.side_menu ul li a:link, .side_menu ul li a:visited, .side_menu ul li a:active {
	color: white;
	background-color: #0b4d5b;
}
.side_menu ul li a:visited {
	color: #FFFFFF;
}

.side_menu ul li a:hover {
	background-color: #C0B9B4;
	color: Black;
}

.side_menu ul li a.selected{
	background-color: #CFCFCF;
	color: Black;
}
.main_menu ul {
	margin-left: 25%;
	padding: 0;
	list-style-type: none;
	font: bold 11px "Poppins";
	width: 50%; /* Main Menu Item widths */;
}
.main_menu ul li {
	position: relative;
}
.main_menu ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */;
	color: white;
	text-decoration: none;
	text-align: center;
	font: 12px Poppins;
	border-radius: 8px;
	padding: 8px 0;
	margin-bottom: 2px;
}
.main_menu ul li a:link, .main_menu ul li a:visited, .main_menu ul li a:active {
	font: normal normal bold 12px "Poppins";
	background-color: #0b4d5b;
}
.main_menu ul li a:visited {
	color: white;
}
.main_menu ul li a:hover {
	background-color: #C0B9B4;
	color: black;
}
.main_menu_small ul li {
	margin-left: 5px;
	padding: 0;
	list-style-type: none;
	font: bold 13px "Poppins";
	width: 30%; /* Main Menu Item widths */;
	position: relative;
}
.main_menu_small ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 2px 1px;
	font-family: Poppins;
    background-color: #01445C;
	border-radius: 8px;
}
.main_menu_small ul li a:link, .main_menu_small ul li a:visited, .main_menu_small ul li a:active {
	background-color: #0b4d5b;
}
.main_menu_small ul li a:visited {
	color: white;
}
.main_menu_small ul li a:hover {
	background-color: #C0B9B4;
	color: black;
}
.tab_navigation {
	position: relative;
	width: 100%;
	padding-bottom:25px;
	margin-bottom: 20px;
	list-style: none;
	line-height: 1em;
}
.tab_navigation h5 {
	text-decoration: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0.25em 0.25em;
	border-left: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	font: bold 11px "Poppins";
	background-color: #d3d3d3;
	color: black;
	border-radius: 8px;
  	margin-right: 2px;
}

h5.fake_nav {
	color: white;
	background-color: #0b4d5b;
}

.tab_navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: None;
}
.tab_navigation ul li a {
	text-decoration: none;
	display: block;
	color: white;
	margin: 0;
	font: bold 11px "Poppins";
	background: #0b4d5b;
	padding: 0.25em 1.25em;
	border-left: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-radius: 8px;
	margin-right: 2px;
}
.tab_navigation ul li a:hover, .tab_navigation ul li a:active, .tab_navigation ul li a.here:link, .tab_navigation ul li a.here:visited {
	background-color: #C0B9B4;
	color: black;
}
.tab_navigation ul li a.here:link, .tab_navigation ul li a.here:visited {
	position: relative;
	color: white;
	z-index: 102;
}
.lock_screen_form {
	width: 50%;
	position: relative;
    margin-top: 6px;
	margin-left: 2%;
    padding:10px 0 0 0;
	font: 13px "Poppins";
	border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
	background-color: #4e7e88;
	color: #FFFFFF;
	border-radius: 8px;
}
.lock_screen_form table tr th {
	margin-left: 2%;
	width: 40%;
	font: bold 13px "Poppins";
}
.lock_screen_form table tr td {
	margin-left: 2%;
	width: 46%;
	text-align: left;
	font: bold 12px "Poppins";
	color: #FFFFFF;
}
.lock_screen_form table tr td ul {
	list-style-type: none;
	text-align: left;
	padding: 0;
}
.lock_screen_form p h3 {
	font: bold 13px "Poppins";
	text-align: center;
}
.lock_screen_form p {
	text-align: center;
}
.lock_screen_form p input {
	width: 20%;
	overflow-wrap: break-word;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 10px 5px;
	margin-bottom: 10px;
}
.upgrade_message_body {
	background-image: linear-gradient(#82C6B6, #368392);
	max-width: 45%;
	position: relative;
    margin-top: 40px;
	margin-left: 2%;
    padding:10px 0;
	font: 13px "Poppins";
	background-color: #4e7e88;
	color: #FFFFFF;
	border-radius: 8px;
}
.update_form {
	width: 97%;
	position: relative;
    margin-top: 10px;
	margin-left: 2%;
    padding:10px 0 0 0;
	font: 13px "Poppins";
	border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
	background-color: #4e7e88;
	color: #FFFFFF;
	border-radius: 8px;
}
.update_form table tr th {
	margin-left: 2%;
	width: 40%;
	background-color: #235e6b;
	font: bold 13px "Poppins";
	text-align: left;
}
.update_form table tr td {
	margin-left: 2%;
	width: 46%;
	text-align: left;
	font: bold 12px "Poppins";
	color: #FFFFFF;
}
.update_form table tr td ul {
	list-style-type: none;
	text-align: left;
	padding: 0;
}
.update_form p h3 {
	font: bold 13px "Poppins";
	text-align: center;
}
.update_form p {
	text-align: center;
}
.update_form p input {
	width: 20%;
	overflow-wrap: break-word;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 10px 5px;
	margin-bottom: 10px;
}
.update_form p a {
	color: #38e1ff;
}
.update_form p a:visited {
	color: #C6E5E8;
}
.update_form_display_only {
	width: 90%;
	position: relative;
    margin-top: 2%;
	margin-left: 2%;
	margin-right: 2%;
    padding:2px 0 0 0;
	font: 13px "Poppins";
	border-top: 1px solid white;
	border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
	background-color: #4e7e88;
	color: #04496b;
}
.update_form_display_only table tr th {
	margin-top: 2%;
	margin-left: 2%;
	margin-right: 2%;
	width: 30%;
	background-color: #235e6b;
	font: bold 13px "Poppins";
	text-align: left;
	color: #FFFFFF;
}
.update_form_display_only table tr td {
	margin-top: 2%;
	margin-left: 2%;
	margin-right: 2%;
	width: 30%;
	text-align: left;
}
.update_form_display_only table tr td ul {
	list-style-type: none;
	text-align: left;
	padding: 0;
}
.update_form_display_only p h3 {
	font: bold 13px "Poppins";
	text-align: center;
}
.update_form_display_only p {
	text-align: center;
}
/* wrap-footer */
.footer_bottom {
	display: block;
	background-color: #8A9D9B;
	font: bold 12px "Poppins";
	color: white;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
    text-align: center;

}

.check_menu table {
	margin-left: 25%;
	padding: 0;
	list-style-type: none;
	font: bold 11px "Poppins";
	width: 50%; /* Main Menu Item widths */;
	background-color: #0b4d5b;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}

.check_menu table tr td a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */;
	color: white;
	text-decoration: none;
	text-align: center;
	font: bold 12px Poppins;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-collapse: collapse;
	border: none;
	border-bottom: 1px #FFFFFF solid;
	border-spacing: 0;
	height: 18px;
}

.check_menu table tr td span{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */;
	color: white;
	text-decoration: none;
	text-align: center;
	font: bold 18px Poppins;
	padding-top: 1px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-collapse: collapse;
	border: none;
	border-bottom: 1px #FFFFFF solid;
	border-spacing: 0;
	height: 18px;
	overflow: hidden;
	vertical-align: middle;
}

.check_menu table tr td span.feedback{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */;
	color: white;
	text-decoration: none;
	text-align: center;
	font: 24px Poppins;
	padding-bottom: 7px;
	padding-left: 0px;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	border-right: 1px #FFFFFF solid;
	height: 36px;
	overflow: hidden;
	vertical-align: middle;
}

.check_menu table tr td a.imagelink{
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	font: 24px Poppins;
	padding-bottom: 7px;
	padding-left: 0px;
	border-collapse: collapse;
	border: none;
	border-right: 1px #FFFFFF solid;
	border-spacing: 0;
	height: 36px;
	overflow: hidden;
	vertical-align: middle;
	horiz-align: center;
}

.info_summary {
	border: 5px #0b4d5b solid;
}

.info_summary p{
	text-align: left;
	line-height: 1.0;
}

.list_table table {
	width: 95%;
	position: relative;
	margin-left: 3%;
	font: 14px "Poppins";
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	background-color: #4e7e88;
	/*color: #7dc6b5;*/
	color: #FFFFFF;
	text-align: left;
	border-radius: 8px;
  	padding: 8px;
}
/*TABLE LIST VIEW*/
.list_table table tr th {
	background-color: #04496b;
	font: bold 13px "Poppins";
	color:#FFFFFF;
	text-align: center;
}
.list_table table tr td {
	padding-left: 3px;
	white-space: nowrap;
}
.list_table table tr td input[type="button"] {
	overflow-wrap: break-word;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
}
.list_table table tr:hover {
	cursor: pointer;
	background-color:#5DB1B4;
	color:#FFF;
}
.list_table table tr td a {
	text-decoration: None;
	font: bold 15px "Poppins";
	color: #38e1ff;
}
.list_table table tr td ul li {
	text-decoration: None;
	font: bold 15px "Poppins";
	color: #9E0000;
	text-align:left
}
.list_table table tr td a:visited {
	text-decoration: None;
	font: bold 15px "Poppins";
	color: #C6E5E8;
}
.list_table_log table {
	width: 95%;
	position: relative;
	margin-left: 3%;
	padding: 0;
	font: 15px "Poppins";
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	background-color: #B4C0B4;
	color: #4A6457;
	text-align: left;
}
.list_table_log table tr th {
	background-color: #CABD71;
	font: bold 13px "Poppins";
	color:#4A6457;
	text-align: center;
}
.list_table_log table tr td {
	padding-left: 3px;
	white-space: nowrap;
}
.list_table_log table tr:hover {
	cursor: pointer;
	background-color:#04496b;
	color:#FFF;
}
.list_table_log table tr td a {
	text-decoration: None;
	font: bold 15px "Poppins";
	color: #4A6457;
}
.list_table_log table tr td ul li {
	text-decoration: None;
	font: bold 15px "Poppins";
	color: #9E0000;
	text-align:left
}
.list_table_log table tr td a:visited {
	text-decoration: None;
	font: bold 15px "Poppins";
	color: white;
}
.list_table_ro table {
	width: 97%;
	position: relative;
	margin-left: 2%;
	padding: 0;
	font: 15px "Poppins";
	border: 1px #FFFFFF solid;
	background-color: #4e7e88;
	color: #FFFFFF;
	text-align: left;
}
.list_table_ro table tr th {
	background-color: #01445C;
	font: bold 13px "Poppins";
	text-align: center;
	color: #FFFFFF;
}
.list_table_ro table tr td {
	padding-left: 3px;
	white-space: nowrap;
}
.list_table_ro table tr td a {
	color: #38e1ff;
	text-decoration: None;
}
.list_table_ro table tr td a:visited {
	color: #C6E5E8;
	text-decoration: None;
}
.errorlist {
	list-style-type: none;
	text-align: left;
	padding: 0;
	color: #A81E1E;
	font: bold 13px "Poppins";
}
.select_form {
	width: 35%;
	position: relative;
	margin-left: 25%;
	font: 18px "Poppins";
	padding: 7px;
	background-image: linear-gradient(#82C6B6, #368392);
	color: #4A6457;
	border-radius: 8px;
}
.select_form p input {
	width: 30%;
	overflow-wrap: break-word;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
	height: 50px;
}
.select_form table {
	width: 100%;
}
.select_form table tr th {
	left: 2%;
	width: 40%;
	/*background-color: #A6BCC5;*/
	font: bold 14px "Poppins";
	text-align: left;
	color: #FFFFFF;
}
.select_form table tr td {
	margin-left: 2%;
	width: 46%;
	/*text-align: left;*/
}
.select_form table tr td select {
	padding: 7px;
	border-radius: 8px;
}
.select_form table tr td input {
	padding: 7px;
	border-radius: 8px;
}
.select_form p h3 {
	font: bold 13px "Poppins";
	text-align: center;
}
.select_form p {
	text-align: center;
}
.legal_entity_select_form {
	width: 40%;
	position: relative;
	margin-left: 30%;
	font: 18px "Poppins";
	padding: 7px;
	background-image: linear-gradient(#82C6B6, #368392);
	color: #4A6457;
	border-radius: 8px;
}
.legal_entity_select_form p input {
	width: 30%;
	overflow-wrap: break-word;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
	height: 50px;
}
.legal_entity_select_form table {
	width: 100%;
}
.legal_entity_select_form table tr th {
	left: 2%;
	width: 20%;
	/*background-color: #A6BCC5;*/
	font: bold 14px "Poppins";
	text-align: left;
	color: #FFFFFF;
}
.legal_entity_select_form table tr td {
	margin-left: 2%;
	width: 46%;
	/*text-align: left;*/
}
.legal_entity_select_form table tr td select {
	padding: 7px;
	border-radius: 8px;
}
.legal_entity_select_form table tr td input {
	padding: 7px;
	border-radius: 8px;
}
.select_form_machine {
	width: 45%;
	position: relative;
	margin-left: 25%;
	/*padding: 0;*/
	font: 18px "Poppins";
	/*border: 7px #FFFFFF solid;*/
	background-image: linear-gradient(#82C6B6, #368392);
	/*background-color: #D1E0DB;*/
	color: #4A6457;
	border-radius: 8px;
	padding: 7px;
}
.select_form_machine table tr th {
	left: 2%;
	width: 40%;
	background-color: #A6BCC5;
	font: bold 14px "Poppins";
	text-align: left;
}
.select_form_machine table tr td {
	margin-left: 2%;
	width: 46%;
	text-align: left;
}
.select_form_machine p h3 {
	font: bold 13px "Poppins";
	text-align: center;
}
.select_form_machine p {
	text-align: center;
}
.select_form_machine p button {
	width: 20%;
	height: 30px;
	overflow-wrap: break-word;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
}
.login_body {
	display: grid;
	background-image: linear-gradient(#48192e, #473359, #295079, #006b84, #1c837b);
	grid-template-columns: 45% 55%;
	max-width: 750px;
	margin-top: 20px;
	border-radius: 8px;
}
.login_body h5, .login_body .errorlist {
	background-color: #d2e6e5;
  	border-radius: 8px;
  	padding: 2px;
  	text-align: center;
}

.select_form_login {
	position: relative;
	padding: 10px;
	font: 14px Poppins;
    color: #FFFFFF;
	text-align: left;
}
.select_form_login table {
	width: 92%;
}
.select_form_login tr {
	display: grid;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 100%;
}
.select_form_login table tr th {
	width: 40%;
	/*background-color: #A6BCC5;*/
	font: bold 14px "Poppins";
	text-align: left;
	color: #FFFFFF;
}
.select_form_login table tr td {
	width: 100%;
	text-align: left;
}
.select_form_login table tr td input {
	border-radius: 8px;
	width: 100%;
	padding: 5px;
}
.select_form_login h3 {
	font: bold 18px "Poppins";
	text-align: center;
	margin-bottom: 0;
	color: white;
}
.select_form_login h4 {
	font: bold 16px "Poppins";
	text-align: center;
	margin-top: 0;
	color: white;
}
.select_form_login h5 {
	font: bold 14px "Poppins";
	text-align: center;
}
.select_form_login p {
	display: flex;
	justify-content: space-between;
	align-content: center;
	width: 95%;
	height: 50px;
	margin-left: 15px;
}
.select_form_login p input {
	width: 40%;
	overflow-wrap: break-word;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
}
.reset_body {
	background-image: linear-gradient(#82C6B6, #368392);
	max-width: 20%;
	margin-top: 40px;
	border-radius: 8px;
	padding-right: 15px;
}
.reset_choice_body {
	background-image: linear-gradient(#82C6B6, #368392);
	max-width: 30%;
	margin-top: 40px;
	border-radius: 8px;
	padding-right: 15px;
}
.reset_message_body {
	background-image: linear-gradient(#82C6B6, #368392);
	max-width: 30%;
	margin-top: 40px;
	border-radius: 8px;
	text-align: center;
	padding: 10px;
	font: 14px Poppins;
    color: #FFFFFF;
}
.reset_message_body input {
	width: 40%;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
	height: 50px;
}
.reset_form_login {
    max-width: 100%;
	position: relative;
	padding: 10px;
	font: 14px Poppins;
    color: #FFFFFF;
	text-align: left;
}
.reset_form_login table {
	width: 100%;
}
.reset_form_login tr {
	display: grid;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 95%;
}
.reset_form_login table tr th {
	left: 2%;
	width: 40%;
	/*background-color: #A6BCC5;*/
	font: bold 14px "Poppins";
	text-align: left;
	color: #FFFFFF;
}
.reset_form_login table tr td {
	width: 100%;
	text-align: left;
}
.reset_form_login table tr td input {
	border-radius: 15px;
	max-width: 100%;
	padding: 5px;
}
.reset_form_login h3 {
	font: bold 18px "Poppins";
	text-align: center;
	margin-bottom: 0;
}
.reset_form_login h4 {
	font: bold 16px "Poppins";
	text-align: center;
	margin-top: 0;
}
.reset_form_login h5 {
	font: bold 14px "Poppins";
	text-align: center;
}
.reset_form_login p {
	display: flex;
	justify-content: space-between;
	align-content: center;
	width: 95%;
	height: 50px;
	margin-left: 15px;
}
.reset_form_login p input {
	width: 40%;
	overflow-wrap: break-word;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
}
.reset_form {
	/*text-align: left;*/
	/*align-items: center;*/
}
.reset_form label {
	/*display: grid;*/
	/*grid-template-columns: auto auto;*/
	/*align-items: center;*/
}
.otp_body {
	background-image: linear-gradient(#82C6B6, #368392);
	max-width: 570px;
	margin-top: 40px;
	border-radius: 8px;
	text-align: center;
	padding: 10px;
	font: 14px Poppins;
    color: #FFFFFF;
}
.otp_body button {
	width: 40%;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
	height: 50px;
}
.login_image_body {
	max-width: 100%;
	position: relative;
	border-radius: 0 10px 10px 0;
	padding: 5px;
	text-align: center;
	align-content: center;
}
.login_image {
	background-image: url("../images/login_image.png");
	background-position: center;
	background-size: cover;
	border-radius: 12px;
	margin: 10px;
	height: 95%;
	width: 92%;
}
.captcha {
	margin: 5px 0 5px 0;
}
.login_tip {
	background-color: #02455C;
	border-radius: 8px;
	margin-left: 15px;
	padding: 5px;
}
.login_tip p {
	display: block;
	grid-template-rows: 100%;
	height: auto;
}
.form_logo_body {
	height: 90px;
	max-width: 100%;
	text-align: center;
	align-content: center;
}
.form_logo {
	background-image: url("../images/maxmoney_logo.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 90px;
	width: 190px;
	margin: 0 auto;
}
.maxadmin_form_logo {
	background-image: url("../images/MaxAdmin.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 90px;
	width: 190px;
	margin: 0 auto;
}
.select_form_user_update {
    background-image: linear-gradient(#82C6B6, #368392);
    background-attachment: inherit;
    width: 60%;
	position: relative;
	margin-top: 40px;
	padding-top: 10px;
	font: 18px "Poppins";
    color: #FFFFFF;
	border-radius: 8px;
	padding-bottom: 10px;
}
.select_form_user_update button {
	width: 30%;
	overflow-wrap: break-word;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
	height: 50px;
}
.select_form_user_update table tr th {
	left: 2%;
	width: 60%;
	background-color: #A6BCC5;
	font: bold 14px "Poppins";
	text-align: left;
	color: #214E4A;
}
.select_form_user_update table tr td {
	margin-left: 2%;
	width: 66%;
	text-align: left;
}
.select_form_user_update h3 {
	font: bold 18px "Poppins";
	text-align: center;
}
.select_form_user_update h4 {
	font: bold 16px "Poppins";
	text-align: center;
}
.select_form_user_update h5 {
	font: bold 16px "Poppins";
	text-align: center;
}
.select_form_user_update p {
	text-align: center;
}
.print-button {
	display: none;
}
.fic_rectangle {
	margin-right: 2%;
	margin-left: 5%;
	min-height: 110px;
	width: 100%;
	background: linear-gradient(to right, #82c7b6, #388191);
	border-radius: 25px;
	display: flex;
  	justify-content:center;
  	align-items: center;
	padding-left: 5%;
	/*padding-right: 5%;*/
}
.fic_results table {
	padding: 0;
	list-style-type: none;
	font: bold 11px "Poppins";
	background-color: #4e7e88;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	position: relative;
}
.fic_results table tr td {
	font: 12px "Poppins";
	border: none;
	text-align: center;
	margin-left: 7%;
}
.fic_results table tr td:nth-child(odd) {
	width: 23%;
}
.fic_results table tr td:nth-child(even) {
	width: 8%;
}
.fic_results table tr td span {
	font: bold 36px "Poppins" !important;
	text-align: left;
}
.fic_results table tr td label {
	font: bold 12px "Poppins";
	text-align: center;
	color: #214E4A;
}
/*a{*/
/*	color:#C6E5E8;*/
/*	!*text-decoration: none;*!*/
/*}*/

a {
    /*text-decoration: none;*/
    color:#C6E5E8;
}
/*a:link {*/
/*    color:#C6E5E8;*/
/*}*/
/*a:visited {*/
/*    color:#DBA40E;*/
/*}*/
/*a:visited {*/
/*	color:#DBA40E;*/
/*}*/


input[type=radio] {
            accent-color: #01445C;
         }

input[type=checkbox] {
            accent-color: #01445C;
        }

::selection {
  color: #01445C;
  background: #C6E5E8;
}

::-moz-selection { /* Code for Firefox */
  color: #01445C;
  background: #C6E5E8;
}

.mfi_rectangle {
	margin-right: 2%;
	margin-left: 5%;
	height: 110px;
	width: 100%;
	background: linear-gradient(to top, #dbefe3, #7cbfc5);
	border-radius: 5px;
	display: flex;
  	justify-content:center;
  	align-items: center;
	padding-left: 1%;
	padding-right: 1%;
}
/*Login Reset Password Page*/
.password_reset_body {
	background-image: linear-gradient(#82C6B6, #368392);
	max-width: 570px;
	margin-top: 40px;
	border-radius: 8px;
	padding-right: 15px;
}
/*Login Reset Password Choice Page*/
.password_reset_choice_body {
	background-image: linear-gradient(#82C6B6, #368392);
	max-width: 30%;
	margin-top: 40px;
	border-radius: 8px;
	padding-right: 15px;
}
.password_reset_choice_form_login {
    max-width: 100%;
	position: relative;
	padding: 10px;
	font: 14px Poppins;
    color: #FFFFFF;
	text-align: left;
}
.password_reset_choice_form_login table {
	width: 92%;
}
.password_reset_choice_form_login tr {
	display: grid;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 100%;
}
.password_reset_choice_form_login table tr th {
	left: 2%;
	width: 40%;
	/*background-color: #A6BCC5;*/
	font: bold 14px "Poppins";
	text-align: left;
	color: #FFFFFF;
}
.password_reset_choice_form_login table tr td {
	width: 100%;
	text-align: left;
}
.password_reset_choice_form_login table tr td input {
	border-radius: 8px;
	max-width: 100%;
	padding: 5px;
}
.password_reset_choice_form_login h3 {
	font: bold 18px "Poppins";
	text-align: center;
	margin-bottom: 0;
}
.password_reset_choice_form_login h4 {
	font: bold 16px "Poppins";
	text-align: center;
	margin-top: 0;
}
.password_reset_choice_form_login h5 {
	font: bold 14px "Poppins";
	text-align: center;
}
.password_reset_choice_form_login p {
	display: flex;
	justify-content: space-between;
	align-content: center;
	width: 95%;
	height: 50px;
	margin-left: 15px;
}
.password_reset_choice_form_login p input {
	width: 40%;
	overflow-wrap: break-word;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
}
/*Login User Password Reset Page*/
.login_user_password_reset_body {
	background-image: linear-gradient(#82C6B6, #368392);
	max-width: 20%;
	margin-top: 40px;
	border-radius: 8px;
	padding-right: 15px;
}
/*Merchant Branch Select Page*/
.merchant_branch_select_form {
	width: 35%;
	position: relative;
	margin-left: 33%;
	font: 18px "Poppins";
	padding: 7px;
	background-image: linear-gradient(#82C6B6, #368392);
	color: #4A6457;
	border-radius: 8px;
}
.merchant_branch_select_form input {
	width: 30%;
	overflow-wrap: break-word;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
	height: 50px;
}
.merchant_branch_select_form table {
	width: 100%;
}
.merchant_branch_select_form table tr th {
	left: 2%;
	width: 40%;
	/*background-color: #A6BCC5;*/
	font: bold 14px "Poppins";
	text-align: left;
	color: #FFFFFF;
}
.merchant_branch_select_form table tr td {
	margin-left: 2%;
	width: 46%;
	/*text-align: left;*/
}
.merchant_branch_select_form table tr td select {
	padding: 7px;
	border-radius: 8px;
}
.merchant_branch_select_form table tr td input {
	padding: 7px;
	border-radius: 8px;
}
.merchant_branch_select_form p h3 {
	font: bold 13px "Poppins";
	text-align: center;
}
.merchant_branch_select_form p {
	text-align: center;
}
/*Password Reset Message Page*/
.password_reset_message_body {
	background-image: linear-gradient(#82C6B6, #368392);
	max-width: 30%;
	margin-top: 40px;
	border-radius: 8px;
	text-align: center;
	padding: 10px;
	font: 14px Poppins;
    color: #FFFFFF;
}
.password_reset_message_body input {
	width: 40%;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
	height: 50px;
}
/*User Update Info Page*/
.select_form_user_update_info {
    background-image: linear-gradient(#82C6B6, #368392);
    background-attachment: inherit;
    width: 60%;
	position: relative;
	margin-top: 40px;
	padding: 10px;
	font: 18px "Poppins";
    color: #FFFFFF;
	border-radius: 8px;

}
.select_form_user_update_info button {
	width: 30%;
	overflow-wrap: break-word;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
	height: 50px;
}
.select_form_user_update_info table tr th {
	left: 2%;
	width: 60%;
	background-color: #A6BCC5;
	font: bold 14px "Poppins";
	text-align: left;
	color: #214E4A;
}
.select_form_user_update_info table tr td {
	margin-left: 2%;
	width: 66%;
	text-align: left;
}
.select_form_user_update_info h3 {
	font: bold 18px "Poppins";
	text-align: center;
}
.select_form_user_update_info h4 {
	font: bold 16px "Poppins";
	text-align: center;
}
.select_form_user_update_info h5 {
	font: bold 16px "Poppins";
	text-align: center;
}
.select_form_user_update_info p {
	text-align: center;
}
/*Cashbox Select Page*/
.cashbox_select_form {
	width: 25%;
	position: relative;
	margin-left: 37%;
	font: 18px "Poppins";
	padding: 10px;
	background-image: linear-gradient(#82C6B6, #368392);
	color: #4A6457;
	border-radius: 8px;
}
.cashbox_select_form p input {
	width: 30%;
	overflow-wrap: break-word;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
	height: 50px;
}
.cashbox_select_form table {
	width: 92%;
}
.cashbox_select_form tr {
	/*display: grid;*/
	margin-bottom: 10px;
	margin-left: 15px;
	width: 100%;
}
.cashbox_select_form table tr th {
	left: 2%;
	width: 40%;
	/*background-color: #A6BCC5;*/
	font: bold 14px "Poppins";
	text-align: left;
	color: #FFFFFF;
}
.cashbox_select_form table tr td {
	/*margin-left: 2%;*/
	width: 100%;
	text-align: left;
}
.cashbox_select_form table tr td select {
	padding: 7px;
	border-radius: 8px;
	width: 100%;
}
.cashbox_select_form table tr td input {
	padding: 7px;
	width: 92%;
	border-radius: 8px;
}
.cashbox_select_form p h3 {
	font: bold 13px "Poppins";
	text-align: center;
}
.cashbox_select_form p {
	text-align: center;
}
.select_form_login_otp {
	position: relative;
	padding: 10px;
	font: 14px Poppins;
    color: #FFFFFF;
	text-align: left;
}
.select_form_login_otp table {
	width: 92%;
}
.select_form_login_otp tr {
	display: grid;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 100%;
}
.select_form_login_otp table tr th {
	width: 40%;
	/*background-color: #A6BCC5;*/
	font: bold 14px "Poppins";
	text-align: left;
	color: #FFFFFF;
}
.select_form_login_otp table tr td {
	width: 100%;
	text-align: left;
}
.select_form_login_otp table tr td input {
	border-radius: 8px;
	width: 100%;
	padding: 5px;
}
.select_form_login_otp p {
	display: flex;
	justify-content: space-between;
	/*align-content: center;*/
	width: 95%;
	height: 50px;
	margin-left: 15px;
}
.select_form_login_otp p button {
	width: 40%;
	overflow-wrap: break-word;
  	white-space: normal;
	text-transform: uppercase;
	background-color: #02455C;
	border-radius: 8px;
	color: white;
	border: none;
	padding: 5px;
}
.select_form_login_otp h3 {
	font: bold 18px "Poppins";
	text-align: center;
	margin-bottom: 0;
	color: white;
}
.select_form_login_otp h4 {
	font: bold 16px "Poppins";
	text-align: center;
	margin-top: 0;
	color: white;
}
.select_form_login_otp h5 {
	font: bold 14px "Poppins";
	text-align: center;
}
/*@media screen and (max-width: 1620px){*/
/*	#top_image {*/
/*		max-width: 980px;*/
/*	}*/
/*	#maxadmin_top_image {*/
/*		max-width: 980px;*/
/*	}*/
/*	.right_align {*/
/*		max-width: 980px;*/
/*	}*/
/*	.left_align {*/
/*		max-width: 980px;*/
/*	}*/
/*}*/
@media screen and (max-width: 1315px){
	.password_reset_body {
		max-width: 30%;
	}
	.otp_body {
		max-width: 370px;
	}
}
@media screen and (max-width: 700px){
	.otp_body {
		max-width: 270px;
	}
}
@media screen and (max-width: 1075px){
	.tab_navigation {
		padding-bottom: 50px;
	}
	.legal_entity_select_form {
		width: 60%;
		margin-left: 18%;
	}
}
@media screen and (max-width: 1040px){
	.login_body {
		max-width: 75%;
	}
	.password_reset_body {
		max-width: 50%;
	}
	.password_reset_choice_body {
		max-width: 50%;
	}
	.reset_message_body {
		max-width: 30%;
	}
	.select_form_user_update {
		max-width: 50%
	}
	.login_user_password_reset_body {
		max-width: 50%;
	}
	.cashbox_select_form {
		width: 50%;
		margin-left: 25%;
	}
	.form_logo {
		max-width: 100%;
		max-height:max-content;
	}
}