.row, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    margin-right: 0px;
    margin-left: 0px;
	padding-right:0px;
	padding-left:0px;
}
.dashboard .form .txt, .dashboard p{
	font-size: 18px;	
}
.dashboard {
	font-family: "GE_SS_TWO_MEDIUM", Arial !important;
}
.dashboard h1, .dashboard p{
	color: #000;
}
a,.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline:none; }
.close {
	opacity: 0.7;
}
.dashboard {
	overflow: hidden;
	background: url(../img/bg.png) repeat-y right center;
}
.float-left {
	float: left;
}
.dashboard-text {
	padding: 0px 15px;
}
.dashboard-content {
	padding: 50px;
	color: #53565a;
	font-size: 18px;
	font-family: "GE_SS_TWO_MEDIUM", Arial;
	overflow: hidden;
	background-color: #e5e6e6;
	min-height: 920px;
}
.dashboard-content h1 {
	font-size: 46px;
	margin: 0px;
	padding: 0px;
}
/* Accessibility starts */
.smaller .dashboard-content {
	font-size: 16px;
}
.small .dashboard-content {
	font-size: 17px;
}
.medium .dashboard-content {
	font-size: 19px;
}
.large .dashboard-content {
	font-size: 20px;
}
.smaller .dashboard-content h1 {
	font-size: 44px;
}
.small .dashboard-content h1 {
	font-size: 45px;
}
.medium .dashboard-content h1 {
	font-size: 47px;
}
.large .dashboard-content h1 {
	font-size: 48px;
}

/* Accessibility ends */


@media screen and (max-width: 1200px) {
.dashboard-content {
	padding: 50px 25px;
}
.dashboard-content h1 {
	font-size: 38px;
}
.dashboard-content p {
	font-size: 16px;
}
/* Accessibility starts */
.smaller .dashboard-content h1 {
	font-size: 36px;
}
.small .dashboard-content h1 {
	font-size: 37px;
}
.medium .dashboard-content h1 {
	font-size: 39px;
}
.large .dashboard-content h1 {
	font-size: 40px;
}
/* Accessibility ends */

}

@media screen and (max-width: 1024px) {
.dashboard-content {
	padding: 25px 15px;
}
}

@media screen and (max-width: 849px) {
.dashboard-content {
	padding: 50px 0px;
}
}

@media screen and (max-width: 444px) {
.dashboard-content {
	padding: 25px 15px;
}
.dashboard-text {
	padding: 0px;
}
}
/* Boxes */
.dashboard-boxes {
	position: relative;
}
.box-wrapper {
	width: 33%;
	float: right;
}
.box-wrapper2 {
	width: 66%;
	float: right;
	overflow: hidden;
}
.box {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 15px;
}
.box a.close {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 16px;
	height: 16px;
	z-index:999;
	background: url(../img/close.png) no-repeat right center;
}
.box .body .box-content {
	padding: 15px;
}
.box .body .box-content h2 {
	font-size: 26px;
	margin: 0px;
	padding:3px 0px;
}
.box .body .box-content p { 
	font-size: 14px;
}
.box .footer {
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #ee0000;
	border-top: none; 
}
.box .footer img {
	float: right;
	padding: 12px 15px 12px 0px;
	max-height: 60px;
}
.box .footer a {
	display: block; 
	float: left;
	padding: 20px 20px 20px 10px;
	margin: 0px 5px;
	text-decoration: none;
	color: #ffffff;
	font-size:14px;
	line-height:16px;
	max-width:60%;
	background: url(../img/arrow-left-white.png) no-repeat right 22px;
} 
/* Accessibility starts */
.smaller .box .body .box-content h2 {
	font-size: 24px;
}
.small .box .body .box-content h2 {
	font-size: 25px;
}
.medium .box .body .box-content h2 {
	font-size: 27px;
}
.large .box .body .box-content h2 {
	font-size: 28px;
}
.smaller .box .body .box-content p {
	font-size: 11px;
}
.small .box .body .box-content p {
	font-size: 13px;
}
.medium .box .body .box-content p {
	font-size: 15px;
}
.large .box .body .box-content p {
	font-size: 16px;
}
.smaller .box .footer a {
	font-size: 12px;
}
.small .box .footer a {
	font-size: 13px;
}
.medium .box .footer a {
	font-size: 15px;
}
.large .box .footer a {
	font-size: 16px;
}
/* Accessibility ends */

 
@media screen and (max-width: 1024px) {
.box {
	margin: 10px;
}
.box .body .box-content h2 {
	font-size: 24px;
}
.box .body .box-content p {
	font-size: 14px;
}
/* Accessibility starts */
.smaller .box .body .box-content h2 {
	font-size: 22px;
}
.small .box .body .box-content h2 {
	font-size: 23px;
}
.medium .box .body .box-content h2 {
	font-size: 25px;
}
.large .box .body .box-content h2 {
	font-size: 26px;
}
.smaller .box .body .box-content p {
	font-size: 12px;
}
.small .box .body .box-content p {
	font-size: 13px;
}
.medium .box .body .box-content p {
	font-size: 16px;
}
.large .box .body .box-content p {
	font-size: 17px;
}
/* Accessibility ends */
}

@media screen and (max-width: 849px) {
.box-wrapper, .box-wrapper2 {
	width: 50%;
}
.box-wrapper-full {
	width: 100%;
}
}

@media screen and (max-width: 444px) {
.box-wrapper, .box-wrapper2 {
	width: 100%;
}
.box {
	margin: 15px 0px;
	width: 100%;
}
}
.box-sizer {
	width: 258px;
}
/* Box Small */
.box-small {
	/*width: 258px;*/
	height: 184px;
	background-color: #ffffff;
}
/* Box Blue */
.box-blue {
	/*width: 258px;*/ 
	height: 398px;
	background-color: #0a2f97;
	color: #ffffff;
}
.box-blue .body a {
	color: #ffffff;
	text-decoration: none;
}
.box-blue .body a:hover {
	color: #eeeeee;
}
/* Box Medium */
.box-medium {
	/*width: 546px;*/
	height: 398px;
	background-color: #ffffff;
}
.box-medium .header {
	height: 100px;
	width: 100%;
	background-color: #cbcccd;
}
 
.box-medium .header ul {
	margin: 15px 0px;
	padding: 0px;
	list-style: none;
}
.box-medium .header ul li {
	float: right;
	width: 124px;
	text-align: center;
}
.box-medium .header ul li a {
	color: #aeafaf;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}
.box-medium .header ul li span {
	display: block;
	width: 52px;
	height: 44px;
	margin: 5px auto;
	background: url(../img/car.png) no-repeat top center;
}
.box-medium .header ul li:hover a, .box-medium .header ul li.active a {
	color: #ee0000;
}
.box-medium .header ul li:hover span, .box-medium .header ul li.active span {
	background: url(../img/car.png) no-repeat bottom center;
}
 
.box-medium .tab-item {
	display: block;
	float: left;
	padding: 20px 10px;
	min-width: 155px;
}
.box-medium .tab-item h2, .box-medium .tab-item p {
	margin: 0px;
	padding: 0px;
}
  

/* Accessibility ends */
@media screen and (max-width: 1200px) {
.box-medium .header ul li {
	width: 120px;
}
.box-medium .tab-item {
	min-width: 150px;
} 
}

@media screen and (max-width: 1024px) {
.box-medium .header ul li {
	width: 110px;
}
.box-medium .tab-item {
	min-width: 140px;
}
}

@media screen and (max-width: 849px) {
.box-medium {
	height: 380px;
}
}

@media screen and (max-width: 444px) {
.box-medium {
	height: 440px;
}
.box-medium .header ul li {
	width: 80px;
}
.box-medium .header ul li a {
	font-size: 14px;
}
.box-medium .header ul li span {
	width: 39px;
	height: 33px;
	background-size: 100% auto;
}
.box-medium .header ul li:hover a, .box-medium .header ul li.active a {
	color: #ee0000;
}
.box-medium .header ul li:hover span, .box-medium .header ul li.active span {
	background-size: 100% auto;
}
.box-medium .tab-item {
	padding: 18px 0px;
	min-width: 50%;
} 
}
.box-medium-vertical {
	/*width: 258px;*/
	height: 398px;
	background-color: #ffffff;
} 


@media screen and (max-width: 444px) {
.box-medium-vertical {
	width: 100%;
}
}
 
/* Box Red */ 
.box-red {
	display: block;
	/*width: 258px;*/ 
	background-color: #ee0000 !important; 
}
 
.box-red .box-content h2 {
	color: #ffffff !important;
}
.box-red .box-content p {
	color: #ffffff !important;
} 

 
/* Box Empty */ 
.box-empty {
	display: block;
	/*width: 258px;*/
	height: 184px;
	background-color: #dbdbdb;
	position: relative;
	overflow: hidden;
} 


.etraffic-slider ul, .etraffic-slider ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.etraffic-slider .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
	left: 0px;
	background: #ffffff;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.etraffic-slider .slide-data {
	padding-bottom: 25px;
	min-height: 275px;
}
.etraffic-slider .para {
	padding: 10px 0px;
	text-align:right;
}
.etraffic-slider p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
.etraffic-slider h2 {
	font-family: "RTARegular", Arial;
	margin: 0px;
	padding: 0px;
}
.etraffic-slider h2 b {
	font-size: 14px;
	font-weight: normal;
}
.etraffic-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #cdcdcd;
}
.etraffic-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .etraffic-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ee0000;
}
 
/* Dashboard nav */
.dashboard-nav {
	padding: 15px;
	font-size: 18px;
	font-family: "RTABold", Arial;
	overflow: hidden;
	background-color: #ffffff;
}
.dashboard-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.dashboard-nav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: solid 2px #ebebec;
}
.dashboard-nav ul li a {
	color: #333538;
	text-decoration: none;
	display: block;
	line-height: 38px;
	padding: 20px 0px;
	overflow: hidden;
	font-size: 16px;
	cursor: pointer;
}
.dashboard-nav ul li ul {
	margin: 0px;
	padding: 0px;
	padding-right: 42px;
	display: none;
	transition: display 2s;
}
.dashboard-nav ul li.active ul {
	display: block;
}
.dashboard-nav ul li ul li {
	border-top: solid 2px #ebebec;
	border-bottom: none;
}
.ico-expander {
	display: block;
	float: right;
	width: 29px;
	height: 29px;
	margin-left: 15px;
	background: url(../img/menu.png) no-repeat center top;
}
.ico-dashboard, .ico-linked, .ico-more, .ico-edit {
	display: block;
	float: left;
	width: 31px;
	height: 35px;
	margin-left: 15px;
}
.ico-dashboard {
	background: url(../img/dashboard.png) no-repeat center top;
}
.dashboard-nav ul li.active a {
	color: #ee0000;
}
.dashboard-nav ul li.active a .ico-dashboard, .dashboard-nav ul li.active a .ico-linked, .dashboard-nav ul li.active a .ico-more, .dashboard-nav ul li.active a .ico-edit {
	background-position: center bottom;
}
.dashboard-nav ul li.active .ico-expander {
	background-position: center bottom;
}

.dashboard-nav ul li.active ul li a {
	color: #333538;
}
.dashboard-nav ul li.active ul li.on a {
	color: #ee0000;
}
.dashboard-nav ul li ul li.on .ico-switch {
	background-position: center left;
}
/* Accessibility starts */  
.smaller .dashboard-nav ul li a {
	font-size: 12px;
}
.small .dashboard-nav ul li a {
	font-size: 13px;
}
.medium .dashboard-nav ul li a {
	font-size: 15px;
}
.large .dashboard-nav ul li a {
	font-size: 16px;
}

/* Accessibility ends */
@media screen and (max-width: 1024px) {
.dashboard-nav {
	padding: 5px;
}
.dashboard-nav ul li a {
	padding: 15px 0px;
}
}

@media screen and (max-width: 849px) {
.dashboard-nav ul li .ico-expander {
	display: none;
}
.dashboard-nav {
	padding: 0px;
}
.dashboard-nav ul li {
	float: right;
	width: 25%;
	text-align: center;
	border: none;
}
.dashboard-nav ul li b {
	font-size: 12px;
}
.dashboard-nav ul li ul {
	width: 100%;
	clear: both;
	float: none;
	position: absolute;
	left: 0px;
	z-index: 999;
	padding: 0px 25px;
	background-color: #ffffff;
}
.dashboard-nav ul li ul li {
	width: 100%;
	clear: both;
	float: none;
	text-align: left;
}
.ico-dashboard, .ico-linked, .ico-more, .ico-edit {
	margin-right: 10px;
}
}

@media screen and (max-width: 444px) {
.dashboard-nav ul li b {
	display: none;
}
.ico-dashboard, .ico-linked, .ico-more, .ico-edit {
	float: none;
	margin: 0px auto;
}
}
/* Dash board - Linked Services */
.dashboard-inner {
	background-color: #ffffff;
	background-image: none;
	color: #53565a;
}
.dashboard-body {
	border-right: solid 1px #eeeeee;
}
.dashboard-header, .dashboard-content-inner {
	/* padding: 50px; */
	font-size: 16px;
	clear: both;
	overflow: hidden;
}
.dashboard-content-inner {
	line-height: 26px;
}
.dashboard-header img {
	float: right;
	padding-left: 24px;
}
.dashboard-header h1 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 46px;
	line-height: 46px;
}
.dashboard-content-inner h2 {
	margin: 0px;
	font-size: 32px;
}
.dashboard-header p {
	margin: 0px;
	padding: 0px;
}

.info-box {
	text-align: center;
	background-color: #e5e6e6;
	padding: 30px 10px;
	direction: ltr;
	font-family: "RTARegular", Arial;
}
.info-box h3, .info-box p {
	margin: 0px;
	direction: ltr;
}
.info-box h3 {
	font-size: 26px;
}
.info-box a {
	color: #3c3e41;
	text-decoration: underline;
}
.sms a {
	color: #ff0000;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}
ul.list-one {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
ul.list-one li {
	margin: 0;
	padding: 10px 0px;
	width: 50%;
	float: right;
	display: block;
}
ul.list-one li a {
	display: block;
	color: #3c3e41;
	text-decoration: underline;
	line-height: 28px;
}

span.salik-recharge-card {
	background-position: top center;
}
span.salik-violation-management {
	background-position: center -56px;
}
span.salik-manage-account {
	background-position: center -28px;
}
span.salik-tag-registration {
	background-position: center -84px;
}
/* Accessibility starts */  
.smaller .dashboard-header, .smaller .dashboard-content-inner {
	font-size: 14px;
}
.small .dashboard-header, .small .dashboard-content-inner {
	font-size: 15px;
}
.medium .dashboard-header, .medium .dashboard-content-inner {
	font-size: 17px;
}
.large .dashboard-header, .large .dashboard-content-inner {
	font-size: 18px;
}
.smaller .dashboard-header h1 {
	font-size: 42px;
}
.small .dashboard-header h1 {
	font-size: 43px;
}
.medium .dashboard-header h1 {
	font-size: 45px;
}
.large .dashboard-header h1 {
	font-size: 46px;
}
.smaller .dashboard-content-inner h2 {
	font-size: 30px;
}
.small .dashboard-content-inner h2 {
	font-size: 31px;
}
.medium .dashboard-content-inner h2 {
	font-size: 33px;
}
.large .dashboard-content-inner h2 {
	font-size: 34px;
}
.smaller .info-box h3 {
	font-size: 24px;
}
.small .info-box h3 {
	font-size: 25px;
}
.medium .info-box h3 {
	font-size: 27px;
}
.large .info-box h3 {
	font-size: 28px;
}
.smaller ul.list-one li a.btn {
	font-size: 15px;
}
.small ul.list-one li a.btn {
	font-size: 16px;
}
.medium ul.list-one li a.btn {
	font-size: 18px;
}
.large ul.list-one li a.btn {
	font-size: 19px;
}

/* Accessibility ends */

@media screen and (max-width: 849px) {
.dashboard-header, .dashboard-content-inner {
	padding: 25px 15px;
}
.dashboard-header h1 {
	font-size: 38px;
}
.dashboard-content-inner h2 {
	font-size: 26px;
}
}

@media screen and (max-width: 444px) {
.no-xs {
	display: none;
}
.dashboard-header {
	text-align: right;
}
.dashboard-header img {
	float: none;
	clear: both;
	margin: 0px auto;
	padding: 10px 0px;
}
ul.list-one li {
	width: 100%;
	padding: 20px 0px;
}
.info-box {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
}
/* Form elements */
.form {
	font-size: 18px;
}
.form .field {
	width: 100%;
	overflow: hidden;
	padding: 5px 2px !important;
}
.form .field1 {
	position:relative;
}
.form .txt {
	background-color: #ffffff;
	outline: none;
	border: none;
	border-bottom: solid 4px #3c3e41;
	padding: 10px 25px;
	box-sizing: border-box;
	width: 90%;
	height:50px !important;
	color: #3c3e41;
	margin: 10px 0px;
	float:right;
}
.form .ddl {
	background-color: #ffffff;
	outline: none;
	border: none;
	height:50px;
	border-bottom: solid 4px #3c3e41;
	padding: 10px 25px;
	box-sizing: border-box;
	width: 90%;
	height:50px !important;
	color: #3c3e41;
	margin: 10px 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: url(../img/arrow-down-grey.png) no-repeat;
	background-position: 10px center;
	float:right;
}
.form .ddl:focus {
	color:#666666;
}
.form .txt-full {
	width:100%;
}
.form .ddl > option {
	background: #3c3e41;
	color: #ffffff;
}
.form .ddl > option:hover {
	background: #ffffff;
	color: #3c3e41;
}
.form .btn {
	background-color: #ee0000;
	color: #ffffff;
	outline: none;
	border-radius: 0px;
	border: solid 1px #ee0000;
	padding: 15px 20px;
	min-width: 254px;
	font-size: inherit;
	text-decoration: none;
	max-width: 90%;
}
.form .btn:hover {
	background-color: #171c8f;
	border: solid 1px #171c8f;
}
.form .txt.form-error, .form .ddl.form-error, .dashboard .error {
	border:none ;
	border-bottom: solid 4px #d30505 ;
	color: #d30505;
}
.form .btn-link {
	background-color: #ffffff;
	color: #3c3e41;
	border: solid 1px #ffffff;
	text-decoration: underline;
	text-align: right;
}
.form .btn-link:hover {
	background-color: #ffffff;
	color: #666666;
	border: solid 1px #ffffff;
}
.form .btn-small {
	min-width: 135px;
	padding: 8px 20px;
	font-size: 18px;
}
.form .btn-link-small {
	padding: 0px;
}
.form a.cancel {
	font-size: 12px;
	float: left;
	cursor: pointer;
	padding: 5px 10px 5px 30px;
}
/* Accessibility starts */
.smaller .form {
	font-size: 16px;
}
.small .form {
	font-size: 17px;
}
.medium .form {
	font-size: 19px;
}
.large .form {
	font-size: 20px;
}

/* Accessibility ends */
@media screen and (max-width: 849px) {
.form .txt, .form .btn, .form .btn-link, .form .ddl, .form .txt-full {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	text-align: right;
}
.form .btn, .form .btn-link {
	text-align: center;
}
}
.box-link .footer {
	background-color: #ffc000 !important;
}
/* My Profile */
.dashboard-inner-profile {
	padding: 0px 50px 50px 50px;
}
.dashboard-subnav {
	clear: both;
	overflow: hidden;
	padding: 0px 0px 30px 0px;
}
.dashboard-subnav ul {
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
}
.dashboard-subnav ul li {
	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 19px;
	padding-left: 60px;
}
.dashboard-subnav ul li a {
	font-family: "GE_SS_TWO_MEDIUM", Arial;
	color: #53565a;
	display: block;
	padding: 10px 0px;
	text-decoration: none;
	margin: 0px;
	border-bottom: solid 6px #ffffff;
}
.dashboard-subnav ul li a.active, .dashboard-subnav ul li a:hover {
	border-bottom: solid 6px #ee0000;
}
/* Accessibility starts */
.smaller .dashboard-subnav ul li {
	font-size: 17px;
}
.small .dashboard-subnav ul li {
	font-size: 18px;
}
.medium .dashboard-subnav ul li {
	font-size: 20px;
}
.large .dashboard-subnav ul li {
	font-size: 21px;
}
/* Accessibility ends */


/* My Services */
.services ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}
.services ul li {
	margin: 0px;
	padding: 0px;
	width: 20%;
	display: block;
	float: right;
	text-align: right;
}
.services ul li span {
	display: block;
	background-color: #fff000;
	padding: 15px;
	position: relative;
	height: 148px;
	margin-left: 15px;
	color: #000000;
}
.services ul li.active span {
	background-color: #ee0000;
	color: #ffffff;
}
.services ul li span b {
	float: right;
	font-size: 15px;
	line-height: 18px;
	display: block;
	min-height: 40px;
}
.services ul li span img {
	clear: both;
	display: block;
	margin: 0px auto;
	padding: 30px 0px;
}
.services ul li span img.active {
	display: none;
}
.services ul li span img.inactive {
	display: block;
}
.services ul li.active span img.active {
	display: block;
}
.services ul li.active span img.inactive {
	display: none;
}
.services ul li a {
	display: block;
	padding: 20px 0px 10px 0px;
	cursor: pointer;
	color: #53565a;
	font-size: 14px;
	text-decoration: underline;
}
/* Accessibility starts */
.smaller .services ul li span b {
	font-size: 13px;
}
.small .services ul li span b {
	font-size: 14px;
}
.medium .services ul li span b {
	font-size: 16px;
}
.large .services ul li span b {
	font-size: 17px;
}
.smaller .services ul li a {
	font-size: 12px;
}
.small .services ul li a {
	font-size: 13px;
}
.medium .services ul li a {
	font-size: 15px;
}
.large .services ul li a {
	font-size: 16px;
}

/* Accessibility ends */

@media screen and (max-width: 849px) {
.dashboard-inner-profile {
	padding: 25px 15px;
}
}

@media screen and (max-width: 550px) {
.services ul li {
	width: 33%;
	padding-bottom: 20px;
}
}

@media screen and (max-width: 444px) {
.services ul li {
	width: 100%;
}
.services ul li span {
	margin: 0px;
}
.dashboard-subnav ul li {
	padding-right: 30px;
}
}
/* Login & Register */
.login .login-content {
	min-height: 295px;
	border: solid 1px #ffffff;
}
.ico-userid {
	background: url(../img/userid.png) no-repeat 95% center;
	padding: 5px 50px 5px 30px !important;
}
.ico-password {
	background: url(../img/password.png) no-repeat 95% center;
	padding: 5px 50px 5px 30px !important;
}
.ico-loading {
	background: url(../img/spinner.gif) no-repeat 10px center;
	padding: 5px 30px 5px 50px !important;
	border-bottom: solid 4px #d30505 !important;
	color: #d30505 !important;
}
.ico-success {
	background: url(../img/icons/success.png) no-repeat 10px center !important;
	padding: 5px 30px 5px 50px !important;
}
.login h1 {
	line-height: 74px;
}
.login h1 img {
	float: right;
}
ul.list-steps {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background: url(../img/blue-line.png) no-repeat center center;
	background-size: 80% auto;
}
ul.list-steps li {
	margin: 0;
	padding: 0;
	float: right;
	width: 54px;
	height: 54px;
	margin: 10px 20px;
	text-align: center;
	line-height: 55px;
	font-weight: bold;
	cursor: pointer;
	background: #ffffff url(../img/blue.png) no-repeat bottom center;
}
ul.list-steps li.active {
	background: #ffffff url(../img/blue.png) no-repeat top center;
	color: #ffffff;
}
.regn-tab-header {
	background-color: #e5e6e6;
	padding: 15px;
	cursor: pointer;
	border-bottom: solid 2px #ffffff;
	/* margin-right: 61px; */
}
.regn-tab-contents {
	padding: 0px 50px;
}
.regn-tab-body {
	padding: 15px 0px;
}
h3.step {
	margin: 0px;
	padding: 0px;
	line-height: 54px;
}
h3.step.success {
	background: url(../img/success-big.png) no-repeat 10px center;
}
h3.step span {
	display: block;
	width: 54px;
	margin-left: 15px;
	height: 54px;
	float: right;
	text-align: center;
	color: #53565a;
	background: url(../img/steps.png) no-repeat bottom center;
}
.login-active .regn-tab-header {
	background-color: #ffffff;
	transition: background-color 5ms ease;
}
.login-active h3.step span {
	color: #ff0000;
	background: url(../img/steps.png) no-repeat top center;
}
.link-back {
	color: #ff0000;
	font-size: 18px;
	text-decoration: none;
	background: url(../img/back-red.png) no-repeat right center;
	display: block;
	padding: 5px 20px;
}
.link-back:hover {
	color: #171c8f;
	text-decoration: none;
}
.link-email {
	color: #3c3e41;
	font-size: 16px;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

@media screen and (max-width: 849px) {
.login .login-content {
	padding: 10px;
}
.form .btn-small {
	max-width: 90%;
	min-width: 90%;
}
.login .login-content {
	min-height: 315px;
}
.regn-tab-contents {
	padding: 0px;
}
.regn-tab-body {
	padding: 10px;
	/* margin-right: 100px; */
}
.regn-tab-body .form .txt, .regn-tab-body .form .btn, .regn-tab-body .form .btn-link, .regn-tab-body .form .ddl {
	text-align: left;
}
.regn-tab-body .form .field {
	padding: 17px 5px;
}
}

@media screen and (max-width: 767px) {
.dashboard-header h1 {
	font-size: 32px;
}
.login .login-content {
	padding: 0px;
}
.form .btn-small {
	max-width: 100%;
	min-width: 100%;
}
.login .login-content {
	min-height: auto;
}
}

@media screen and (max-width: 550px) {
}

@media screen and (max-width: 444px) {
.login h1 {
	font-size: 28px;
	line-height: 48px;
}
.login h1 img {
	height: 48px;
	padding-right: 20px;
}
.regn-tab-body .form .field img {
	margin: 0px auto;
}
}
/* Accessibility starts */
.smaller .link-back {
	font-size: 16px;
}
.small .link-back {
	font-size: 17px;
}
.medium .link-back {
	font-size: 19px;
}
.large .link-back {
	font-size: 20px;
}
.smaller h4 {
	font-size: 16px;
}
.small h4 {
	font-size: 17px;
}
.medium h4 {
	font-size: 19px;
}
.large h4 {
	font-size: 20px;
}
.smaller h3 {
	font-size: 22x;
}
.small h3 {
	font-size: 23px;
}
.medium h3 {
	font-size: 25px;
}
.large h3 {
	font-size: 26px;
}
/* Accessibility ends */

.field-info {
	font-size: 14px;
	line-height: 16px;
	max-width: 180px;
	padding: 15px 0px 0px;
}
#fpPanel {
	padding: 20px 0px;
}
.msg-success {
	background: url(../img/success.png) no-repeat right center !important;
	padding: 5px 30px 5px 30px !important;
	color: #29af57;
	font-size: 14px;
}
/* Accessibility starts */
.smaller .field-info {
	font-size: 12px;
}
.small .field-info {
	font-size: 13px;
}
.medium .field-info {
	font-size: 15px;
}
.large .field-info {
	font-size: 16px;
}
.smaller .msg-success {
	font-size: 12px;
}
.small .msg-success {
	font-size: 13px;
}
.medium .msg-success {
	font-size: 15px;
}
.large .msg-success {
	font-size: 16px;
}
/* Accessibility ends */

.form .radio-list { font-size:16px; cursor:pointer; }
.form .radio-list label { padding:5px; }
.form label input[type="radio"], 
.form label input[type="radio"]:checked,
.form label input[type="checkbox"] {
    display: block;
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    outline: none;
    float: right;
    margin: 3px 0px 0px 8px;
    padding: 0px;
}

.form label input[type="checkbox"] { 
    margin: 2px 0px 0px 5px; 
}

.form label input[type="radio"] {
    background: url("../img/radio-normal.png")no-repeat center center;
}

.form label input[type="radio"]:checked {
    background: url("../img/radio-selected.png")no-repeat center center;
}

.form label input[type="checkbox"] {
    background: url("../img/checked-normal.png")no-repeat center center;
}

.form label input[type="checkbox"]:checked {
    background: url("../img/checked-selected.png")no-repeat center center;
}

.modal-header .close { float:left; }
.modal-footer .btn { float:left; }
/*.errInlineBlock .innerErr{ padding:10px; margin:10px; color:#ff0000; font-size:12px; background-color:#eeeeee; border:solid 1px #666666; line-height:18px; }*/
.errInlineBlock .innerErr{ padding:10px; margin:10px; color:#ff0000; font-size:14px; line-height:18px;  
    background: url(../img/error.png)no-repeat right 8px;
    padding: 8px 30px 8px 8px !important; }
.bootstrap-datetimepicker-widget {
	border: solid 1px red;
	padding: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-color: transparent;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	max-width: 225px;
}
.datepicker {
	margin: 0px;
	padding: 0px;
	bottom: 0;
}
.datepicker .picker-switch, .datepicker .prev, .datepicker .next {
	color: #fff;
	background-color: #ef3d42;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
	background-color: #ef3d42;
	color: #E26363;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background-color: #ef3d42;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
.bootstrap-datetimepicker-widget table td span.active, .bootstrap-datetimepicker-widget table td span:hover {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.bootstrap-datetimepicker-widget table td.day {
	color: #9c9c9c;
}
.bootstrap-datetimepicker-widget table td.today {
	background-color: #eee;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
	color: #dadada;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td span.active {
	background-color: #ef3d42;
	color: #fff;
}

.field .res {
	position:absolute;
	bottom:2px; 
	right:2px;
	font-size:14px; 
	text-align:right;
}
.field .res .available {
	color:#6BD400;
	padding:5px;
}
.field .res .unavailable {
	color:#FF0000;
	padding:5px;
}

.field .traderes {
	/* position:absolute;
	bottom:2px; 
	right:2px; */
	font-size:14px; 
	text-align:right;
}
.field .traderes .available {
	color:#6BD400;
	padding:5px;
}
.field .traderes .unavailable {
	color:#FF0000;
	/* padding:5px; */
}
.glyphicon::before {
	content:'';
}
.glyphicon-chevron-right {
	background: url(../img/arrow-white-left.png)no-repeat center center;
	background-size:100% auto;
	width:7px;
	height:10px;
}
.glyphicon-chevron-left {
	background: url(../img/arrow-white-right.png)no-repeat center center;
	background-size:100% auto;
	width:7px;
	height:10px;
}


#securityCodeDivId{
float:right;
}


ol, ul{
margin-bottom:0px;
}


.form .ddl > option {
background: #ffffff;
color: #000000;
}
.form .ddl > option:hover {
background: #ffffff;
color: #3c3e41;
}

.field > label, .black{
    color: #53565a;
}


.tradeLicenseError, .reEmailError{
    text-align: right;
}

.greyBtn{
    background-color: #d5d5d5 !important;
    border: solid 1px #d5d5d5 !important;
}
.row{
    padding: 0px 0px 10px 0px;
}

.Validation-wrapper {
	color: #ff0000;
	display: inline-block;
	font-size: 14px;
	margin: 1px;
}

#cboxClose {
	width: 35px;
	height: 35px;
	position: absolute;
	top: -15px;
	right: -15px;
	background: url('../img/close.png') no-repeat 0 0 !important;
	outline: none;
}


.mTop56{
	margin-top: 56px;
}

.pad9{
    padding: 9px 20px;
}

.form a:hover{
    color: #1daeec;
}