body{
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.wrapper{
	max-width:800px;
	margin:0 auto;
	width: 100%;
	border:1px solid #6D6D6D;
	padding: 15px;
	/* margin-top:15px; */
	display: table;
}
.overall-display{
	/* max-width:50%; */
	margin:0 auto;
	width: 100%;
	border:1px solid #6D6D6D;
	display: table;
}

.overall-display-new{
	margin:0;
	width: 100%;
	display: table;
}

.no-bor{
	border:none;
	margin-top: 0;
	padding-bottom: 0;
/* 	margin-right: 20%;
	margin-left: 20%; */
}

.row{
	width: 100%;
	float: left;
	margin-bottom:10px;
}
.upsouter{
	background-color : white;
	width: 100%;
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}
.inner-cover{
	margin: 0 auto;
	max-width: 680px;
	width: 100%;
}

.inner-sm-cover{
	margin: 0 auto;
	max-width: 520px;
	width: 100%;
}

.inner-sms-cover{
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}

.inner-lg-cover{
	margin: 0 auto;
	/* max-width: 70%; */
	width: 100%;
}

.inner-btn-cover{
	margin: 0 auto;
	max-width: 175px;
	width: 100%;
}

.sm-cover{
	float: left;
	width: 100%;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}

.text-upper{
	text-transform: uppercase;
}

.text-small{
	text-transform: lowercase;
}

.text-caps{
	text-transform: capitalize;
}

.font-thin{
	font-weight: 300;
}

.font-normal{
	font-weight: 400;
}

.font-medium{
	font-weight: 600;
}

.font-bold{
	font-weight:800;
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

.font-medium {
    font-weight: 600;
}

.no-margin{
	margin: 0;
}

.col1{
	width: 9%;
	margin-right:1%;
}

.col2{
	width: 19%;
	margin-right: 1%;
}

.col3{
	width: 29%;
	margin-right: 1%;
}

.col4{
	width: 39%;
	margin-right: 1%;
}

.col5{
	width: 49%;
	margin-right: 1%;
}

.col6{
	width: 59%;
	margin-right: 1%;
}

.col7{
	width: 69%;
	margin-right: 1%;
}

.col8{
	width: 79%;
	margin-right: 1%;
}

.col9{
	width: 89%;
	margin-right: 1%;
}

.col10{
	width: 99%;
	margin-right: 1%;
}

.himg {
    height: 60px;
    position: relative;
    margin: -20px 10px 0 0;
}

.htitle {
    margin: 0 0 0 0;
    font-size: 19px;
    display: flex;
    padding: 15px 0 0 0;
}

.greybg{
	background: #6C6C6C;
	color: #fff;
	width: 100%;
}

.paybar{
	width: 100%;
	padding: 2px 10px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

.infobox {
    margin: 5px 0;
    width: 100%;
    max-width: 680px;
    padding: 0 15px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    border-bottom: 2px solid #6c6c6c;
    padding-bottom: 10px;
    word-wrap: break-word;
}

.paymeta h4 span.font-bold{
	font-size: 14px;
}

.paymeta h4{
	margin-bottom: 5px;
}

.gu-paymeta h4 span.font-bold{
	font-size: 14px;
}

.gu-paymeta h4{
	margin-bottom: 5px;
	font-size: 11px;
}

.usign{
	height: 70px;
}

.card-front{
	width:250px;
	height: 161px;
	background:url('../../images/img/card-front.svg') no-repeat;
	background-size:cover;
	float: left;
	margin-right: 20px;
	padding:25px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.card-back{
	width:250px;
	height: 161px;
	background:url('../../images/img/card-back.svg') no-repeat;
	background-size:cover;
	float: left;
	padding:25px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.amt {
    color: #fff;
    font-size: 20px;
}

.crdno{
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
	letter-spacing:0.5px;
}

.vldtxt {
    font-size: 8px;
    font-weight: 600;
    color: #fff;
    float: left;
    margin: 0 5px 0 0;
}

.validdays {
    float: left;
    width: 100%;
    margin: 27px 0 0 0;
}

.vlddate {
    float: left;
    font-size: 18px;
    color: #fff;
}

.greybar{
	background: #6C6C6C;
	color: #fff;
}

.greybar th {
    padding: 4px 0;
    font-size: 11px;
    float: left;
    width:19.5%;
}

.paytble th:not(:last-child) {
    border-right: 2px solid #fff;
}

.paytble td {
    padding: 6px 0;
    border-bottom: 1px solid #6C6C6C;
    word-wrap: break-word;
    float: left;
    width: 20%;
}

.paytble tr{
	border-bottom: 1px solid #6C6C6C;
}

.btn {
    padding:5px 25px 5px 50px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    background-color: #00677E;
}

.btn.arrowicon {
    background: #00677E url('../../images/img/arrow.svg') no-repeat;
    background-size: 28px auto;
    background-position: 12px 8px;
}

.btn.checkicon{
	background: #00677E url('../../images/img/check.svg') no-repeat;
	background-size: 17px auto;
    background-position: 20px 7px;
}

.noventis-logo img {
    width: 220px;
    margin-bottom: 20px;
}

.noventis-icon img {
    width: 220px;
    margin: 0 0 -3 0;
}
.radius-icon img {
    margin: 15px 0 -3 0;
}

.radius-logo img {
    margin: 15px 0 0 0;
}

.paynote{
	font-size: 13px;
	text-transform: none;
}

.cvvnum {
    margin: 39px -4px 0 0;
    font-size: 12px;
    font-weight: 600;
    width: 94%;
    text-align: right;
}

.btn.insbtn {
    padding: 5px 0;
    max-width: 175px;
    margin: 30px 0;
    border-radius: 12px;
}

.btn.insbtn strong {
    font-weight: 600;
    width: 100%;
    float: left;
}

.btn.insbtn small {
    font-size: 11px;
    float: left;
    width: 100%;
}

.logbox{
	border-top:1px solid #6C6C6C;
	padding-top: 15px;
}

.logbtn{
	background: #00677E url('../../images/img/login-shield.svg') no-repeat;
	background-size: 22px auto;
    background-position: 20px 7px;
    padding:8px 20px 8px 50px;
}

.logbox .col3 {
    padding-top: 10px;
}

.logbox h4 {
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.logbox h4 strong{
	font-weight: 600;
}

.footmenu{
	display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.footmenu a{
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.footmenu a:hover, .footmenu a:focus{
	text-decoration: none;
}

.footmenu a:after {
    content: '';
    width: 0%;
    height: 2px;
    background: #9a9a9a;
    float: left;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    margin-top: 2px;
}

.footmenu a:hover:after {
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.exbot{
	padding-bottom: 30px;
}

.institle{
	font-size: 22px;
}

.instpara{
	font-size: 14px;
}

.money-sign{
	height: 70px;
	margin-top: 20px;
}

.card-front.big{
	width:350px;
	height: 225px;
}

.card-back.big{
	width:350px;
	height: 225px;
	float: right;
}

.big .amt {
    font-size: 30px;
    border: 1.5px #fff dotted;
    padding: 0 10px;
}

.big .crdno{
	border: 1.5px #fff dotted;
    padding: 0 10px;
}

.big .crdno {
    border: 1.5px #fff dotted;
    padding: 0 10px;
    font-size: 26px;
}

.big .vldtxt {
    font-size: 10px;
}

.big .vlddate {
    font-size: 22px;
}

.big .validdays {
    margin: 55px 0 0 0;
}

.big .cvvnum {
    font-size: 20px;
    margin-top: 63px;
}

.cardcover{
	padding:60px 0 30px 0;
	position: relative;
    display: inline-block; 
    width: 100%;
}

.helptxt{
	font-size: 20px;
	padding:5px 15px;
	border:1px solid #000;
}

.cardbottom{
	margin-top: 40px;
}

.helptxt.pull-right.issuer {
    margin-right: 95px;
}

.flpay:after {
    width: 14px;
    height: 148px;
    background: url(../../images/img/indi-arrow-long.svg) no-repeat;
    content: '';
    position: absolute;
    background-size: auto 100%;
    margin: 29px 0 0 -28px;
    z-index: 11;
}

.flamt:after {
    width: 14px;
    height: 36px;
    background: url(../../images/img/indi-arrow-long.svg) no-repeat;
    content: '';
    position: absolute;
    background-size: 100% auto;
    margin: 33px 0 0 -118px;
    z-index: 11;
    background-position: center bottom;
}

.flcvv:after {
    width: 14px;
    height: 92px;
    background: url(../../images/img/indi-arrow-long.svg) no-repeat;
    content: '';
    position: absolute;
    background-size: 100% auto;
    margin: 33px 0 0 -25px;
    z-index: 11;
    background-position: center bottom;
}

.flexp:before {
    width: 14px;
    height: 35px;
    background: url(../../images/img/indi-arrow-long.svg) no-repeat;
    content: '';
    position: absolute;
    background-size: 100% auto;
    margin: -40px 0 0 53px;
    z-index: 11;
    background-position: center bottom;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.issuer:before {
    width: 14px;
    height: 35px;
    background: url(../../images/img/indi-arrow-long.svg) no-repeat;
    content: '';
    position: absolute;
    background-size: 100% auto;
    margin: -40px 0 0 45px;
    z-index: 11;
    background-position: center bottom;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.pinkbg {
    background: #A11E40 url(../../images/img/foot-sign.svg) no-repeat;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    background-position: 21px center;
    background-size: 140px auto;
}


.brownregbg{
	background: #330000;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    background-position: 21px center;
    background-size: 140px auto;
     margin-top: 5px;
    height: 456px;
}
.brownloginbg{
	background: #330000;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    background-position: 21px center;
    background-size: 140px auto;
     margin-top: 5px;
    height: 395px;
}

.lightbg {
    padding: 30px 30px 30px 30px; 
    float: left;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    margin-bottom: 1px;
}

.bluelightbg {
    background: #051433;
    padding: 30px 10px 30px 30px; 
    float: left;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    margin-bottom: 2px;
}

.loginbg {
    background: #eaebed;
    padding: 30px 10px 0px 30px; 
    float: left;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    margin-bottom: 2px;
}

.whitebg{
	background: #fff;
	padding: 15px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.blueleftbg{
	background: #051433;
	padding: 15px;
	height:  452px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}


.pinktxt {
    font-size: 26px;
    font-weight: 400;
    margin: 30px 0 40px 0;
    color: #510520;
    line-height:30px
}
.whitetxt {
    font-size: 26px;
    font-weight: 400;
    margin: 150px 0 40px 0;
    color: #ffffff;
    line-height:30px
}
.cardtxt {
    font-size: 26px;
    font-weight: 400;
    margin: 10px 0 10px 0;
    color: #510520;
    line-height:30px
}
.card-bottom-txt {
    font-size: 23px;
    font-weight: 400;
    margin: 15px 0 10px 0;
    color: #510520;
    line-height:30px
}

.reg-card h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    margin: 87px 0 0 0;
    float: left;
    width: 100%;
    word-spacing: 25px;
}

.regtitle{
	font-size: 22px;
	font-weight: 600;
	margin:0 0 10px 5px;
}
.logintitle{
	font-size: 28px;
	font-weight: 600;
	margin:0 0 10px 140px;
}
.regform{
	padding:0 10px 10px 10px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.formcontrol{
	padding: 8px 10px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    width: 98%;
    border:none;
    font-size: 14px;
}

.formcontrol[type='checkbox']{
	width: auto;
}

.regbtn {
    background: #00677E url('../../images/img/folder.svg') no-repeat;
    border: none;
    padding: 15px 25px 15px 70px;
    font-size: 20px;
    color: #fff;
    background-size: 40px auto;
    background-position: 18px 10px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}

.regbtnups{
	position :relative;
	right:110px;
	height:34px;
	width:116px;
	border-radius:7px;
	background :#330000;
	color :#FFD100
}

.regbtnupsLogin{
	position :relative;
	right:83px;
	height:34px;
	width:116px;
	border-radius:7px;
	background :#330000;
	color :#FFD100
}

.regbtnupsLogin:hover, .regbtnupsLogin:focus{
	
	 background-color: #330000 !important; 
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.regbtnups:hover, .regbtnups:focus{
	
	 background-color: #330000 !important; 
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.regbtn:hover, .regbtn:focus {
    background-color: #0AC400 !important; 
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.modal-dialog{
	margin-top:20%;
	width:auto;
	max-width:600px;
	position:relative;
}
.modal-width-center {
	width : 96%;
	top:18%;
	left :5%;
}
.modal-header{
	color:#fff;
	background:#5ea9dd;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	padding:10px 15px;
}
.modal-body{
	background:#f4f6f9;
}
.forgot-form{
	padding:0 17%;
}
.login-formN{
	/* border-top:none;
	border-bottom:none;
	padding:30px 35px 1px;
	min-height:150px;
	margin-top : -4%; */
	padding:0 10px 10px 10px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
.null-bg a{
	color:#333333;
	font-size:15px;
}
.easy-autocomplete input {
    margin-left: 6px;
}
.required{
	border:1px #FF0000;
}
	
.margin-instructions{
	margin-top:560px;
}

.margin-login{
	margin-top:10px;
}

.margin-footer{
	margin-top:20px;
}

.brownbottomregbg {
	background: #330000;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    background-position: 21px center;
    background-size: 140px auto;
}



.reg-card {
    width: 100%;
    height: 340px;
    background-size: 100% auto;
}



.bluebg{
	background: #006CFF;
	padding: 15px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

.left-margin{
	margin: 0 0 0 5px;
}

.over-window{
	width:80%;
	margin-right:auto;
	margin-left:auto;
}

.modal-lg {
 max-width: 554px;
}
@media (min-width: 768px) {
 .modal-dialog {
   /* margin: 30px auto; */
 }
}
@media (min-width: 320px) {
 .modal-sm {
   margin-right: auto;
   margin-left: auto;
 }
}
@media (min-width: 620px) {
 .modal-dialog {
   margin-right: auto;
   margin-left: auto;
   
 }
 .modal-lg {
   margin-right: 10px;
   margin-left: 10px;
 }
}
@media (min-width: 920px) {
 .modal-lg {
   margin-right: auto;
   margin-left: auto;
 }
}

@media (max-width: 978px) {
	.container {
	 padding:0;
	 margin:0;
	}
      
    body {
     padding:0;
    }
  
  	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
      margin-left: 0;
      margin-right: 0;
  	  margin-bottom:0;
  	}
}
.row{
	margin-left:unset;
	margin-right:unset;
	float:unset;
}
.container{
	max-width:830px;
}

/* Resets dropdown button to standard dropdown */
#btn-language-dropdown,
	#btn-language-dropdown:hover, #caret-langauge, #caret-langauge:hover,
	#companyCode-language-dropdown, #companyCode-language-dropdown:hover,
	#customerType-language-dropdown, #customerType-language-dropdown:hover {
	height: 24px;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	vertical-align: middle; 
	background: #fff;
	border: 1px solid #ddd;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: none;
	padding-right: 8px;
	opacity: 1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#caret-langauge, #caret-langauge:hover {
	border-left: none;
	border-radius: 0;
}

@supports not (-ms-high-contrast: none) {
	#caret-langauge, #caret-langauge:hover, #btn-language-dropdown, #btn-language-dropdown:hover {
		width: fit-content;
	}
}

#btn-language-dropdown, #btn-language-dropdown:hover, #companyCode-language-dropdown, #customerType-language-dropdown { 
	border-right: none;
	border-radius: 0;
}

.dropdown-menu {
	padding: 0;
	border: 0.5px solid #000;
	border-radius: 0;
	min-width: 100%;
}

.dropdown-menu li {
	width: 100%;
}

.dropdown-menu option {
	font-size: 12px;
}

.dropdown-menu option:hover {
	background-color: #1e90ff !important;
	color: #fff !important;
	cursor: pointer;
}
#dropDownLanguage {
	padding-top: 2%;
}
#languageDropdownMenu {
	transform: translate3d(0px, 24px, 0px) !important;
}
#language-dropdown-grp {
	overflow: inherit !important;
}
.company-code-dropdown {
	display: flex !important;
	height: 35px;
}
#companyCode-language-dropdown {
	height: 100% !important;
	width: 80%;
	padding: 0 4% !important;
	overflow: hidden;
}
#companyCode-togggle {
	height: 100%;
	width: 20%;
}
.companyCode-togggle {
	height: 100% !important;  
}
#companyCodeDropdown {
	max-width: 12vw;
    min-width: 12vw;
	transform: translate3d(182px, 372px, 0px) !important;
}
#companyCodeDropdown li option {
	padding: 4%;
}
.customer-type-dropdown {
	display: flex !important;
	height: 35px;
}
#customerType-language-dropdown {
	height: 100% !important;
	width: 74%;
	padding: 0 4% !important;
	overflow: hidden;
}
#customerType-togggle {
	height: 100%;
	width: 20%;
}
.customerType-togggle {
	height: 100% !important;  
}
#customerTypeDropdown {
	max-width: 12vw;
    min-width: 12vw;
	transform: translate3d(182px, 372px, 0px) !important;
}
#customerTypeDropdown li option {
	padding: 4%;
}