
.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: 19px;	
}
.dashboard {
	font-family: "RTARegular", 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(../images/icons/dashboard/bg.png) repeat-y left center;
}
.float-left {
	float: left;
}
.text-center {
	text-align: center; 
}
.text-center * {
	text-align: center;
}
.text-center img {
	text-align: center;
	display:block;
	margin:0 auto;
}
.text-right {
	text-align: right;
}
.dashboard-text {
	padding: 0px 15px;
}
.dashboard-content {
	padding: 50px;
	color: #53565a;
	font-size: 18px;
	font-family: "RTABold", 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: left;
}
.box-wrapper2 {
	width: 66%;
	float: left;
	overflow: hidden;
}
.box {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.box a.close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	z-index:999;
	background: url(../images/icons/dashboard/close.png) no-repeat right center;
}
.box .body .box-content {
	padding: 15px !important;
	margin-left: 0px;
}
.box .body .box-content h2 {
	font-size: 26px;
	margin: 0px;
	line-height:22px;
	padding:3px 0px;
}
.box .body .box-content img{ padding-bottom:5px !important; }
.box .body .box-content p {
	font-family: "RTARegular", Arial;
	font-size: 16px;
}
.box .footer {
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #ee0000;
	border-top: none;
}
.box .footer img {
	float: left;
	padding: 12px 0px 12px 10px;
	max-height: 60px;
}
.box .footer a {
	display: block;
	float: right;
	padding: 20px 25px 20px 0px;
	margin: 0px 20px;
	text-decoration: none;
	color: #ffffff;
	background: url(../images/icons/dashboard/arrow-right-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: 14px;
}
.small .box .body .box-content p {
	font-size: 15px;
}
.medium .box .body .box-content p {
	font-size: 17px;
}
.large .box .body .box-content p {
	font-size: 18px;
	line-height:18px;
}

/* 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;
	line-height:16px;
}
.large .box .body .box-content p {
	font-size: 17px;
	line-height: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: 388px;*/
	height: auto;
	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: left;
	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(../images/icons/dashboard/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(../images/icons/dashboard/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 ; 
}
 
.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;
}
.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 a b {
    display: table-cell;
    line-height:18px;
}

.dashboard-nav ul li ul {
	margin: 0px;
	padding: 0px;
	padding-left: 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: left;
	width: 29px;
	height: 29px;
	margin-right: 15px;
	background: url(../images/icons/dashboard/menu.png) no-repeat center top;
}
.ico-dashboard, .ico-linked, .ico-more, .ico-edit, .ico-cal {
	display: block;
	float: right;
	width: 31px;
	height: 35px;
	margin-right: 15px;
}
.ico-dashboard {
	background: url(../images/icons/dashboard/dashboard.png) no-repeat center top;
}
.ico-linked {
	background: url(../images/icons/dashboard/linked-services.png) no-repeat center top;
}
.ico-more {
	background: url(../images/icons/dashboard/more-services.png) no-repeat center top;
}
.ico-edit {
	background: url(../images/icons/dashboard/edit-profile.png) no-repeat center top;
}
.ico-cal {
	background: url(../images/icons/cal.png) no-repeat right 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;
}
.ico-switch {
	display: block;
	float: right;
	width: 59px;
	height: 27px;
	margin-right: 15px;
	background: url(../images/icons/dashboard/switch.png) no-repeat center right;
	transition: background-position 200ms;
}
.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: 16px;
}
.small .dashboard-nav ul li a {
	font-size: 17px;
}
.medium .dashboard-nav ul li a {
	font-size: 19px;
}
.large .dashboard-nav ul li a {
	font-size: 20px;
}

/* 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: left;
	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: 630px) {
.dashboard-nav ul li b {
	display: none;
}
.ico-dashboard, .ico-linked, .ico-more, .ico-edit {
	float: none;
	margin: 0px auto 5px auto;
}
}
/* Dash board - Linked Services */
.dashboard-inner {
	background-color: #ffffff;
	background-image: none;
	color: #53565a;
}
.dashboard-body {
	border-left: solid 1px #eeeeee;
}
.dashboard-header, .dashboard-content-inner {
	padding: 30px;
	font-size: 16px;
	clear: both;
	overflow: hidden;
}
.dashboard-content-inner {
	line-height: 26px;
}
.dashboard-header img {
	float: left;
	padding-right: 24px;
}
.dashboard-header h1 {
	font-family: "RTABold", Arial;
	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-red {
	color: #ff0000;
	background: url(../images/icons/dashboard/info-red.png) no-repeat left center;
	display: block;
	float: left;
	padding: 10px 0px 10px 40px !important;
	font-weight: bold;
}
.info-green {
	color: #29af57;
	background: url(../images/icons/dashboard/info-green.png) no-repeat left center;
	display: block;
	float: left;
	padding: 10px 0px 10px 50px !important;
	font-weight: bold;
}
.info-box {
	text-align: center;
	background-color: #e5e6e6;
	padding: 30px 10px;
}
.info-box h3, .info-box p {
	margin: 0px;
}
.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;
	cursor:pointer;
}
ul.list-one {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
ul.list-one li {
	margin: 0;
	padding: 10px 0px;
	width: 50%;
	float: left;
	display: block;
}
ul.list-one li a {
	display: block;
	color: #3c3e41;
	text-decoration: underline;
	line-height: 28px;
}
.ss-ico {
	display: block;
	width: 35px;
	height: 28px;
	float: left;
	margin-right: 10px;
	background: url(../images/icons/dashboard/salik-services.png) no-repeat top center;
	overflow: hidden;
}
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: left;
}
.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: 19px;
}
.form .field {
	width: 100%;
	overflow: hidden;
	padding: 17px 2px;
}
.form .field1 {
	position:relative;
}
.form .txt {
	background-color: #ffffff;
	outline: none;
	border: none;
	padding: 10px 25px;
	border-bottom: solid 4px #3c3e41;
	box-sizing: border-box;
	width: 90%;
	color: #3c3e41;
	margin: 10px 0px;
	float:left;
}
.form .ddl {
	background-color: #ffffff;
	outline: none;
	border: none;
	border-bottom: solid 4px #3c3e41;
	padding: 10px 25px;
	box-sizing: border-box;
	width: 90%;
	color: #3c3e41;
	margin: 10px 0px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background: url(../images/icons/dashboard/arrow-down-grey.png) no-repeat;
	background-position: 97% center;
	float:left;
} 
.form .ddl:focus {
	color:#666666;
}
select::-ms-expand {
 display: none;
}
.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;
	
	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 {
	border:none !important;
	border-bottom: solid 4px #d30505 !important;
	color: #d30505;
}
.form .btn-link {
	background-color: #ffffff;
	color: #3c3e41;
	border: solid 1px #ffffff;
	text-decoration: underline;
	text-align: left;
}
.form .btn-link:hover {
	background-color: #ffffff;
	color: #666666;
	border: solid 1px #ffffff;
}
.form .edit {
	background: url(../images/icons/dashboard/edit.png) no-repeat;
	background-position: 97% center;
}
.form .btn-small {
	min-width: 125px;
	padding: 8px 20px;
	font-size: 18px;
}
.form .btn-link-small {
	padding: 0px;
}
.form a.cancel {
	font-size: 12px;
	float: right;
	cursor: pointer;
	padding: 5px 30px 5px 10px;
}
/* Accessibility starts */
.smaller .form {
	font-size: 17px;
}
.small .form {
	font-size: 18px;
}
.medium .form {
	font-size: 20px;
}
.large .form {
	font-size: 21px;
}

/* 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: left;
}
.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: left;
	font-size: 19px;
	padding-right: 60px;
}
.dashboard-subnav ul li a {
	font-family: "RTABold", 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: left;
	text-align: left;
}
.services ul li span {
	display: block;
	background-color: #fff000;
	padding: 15px;
	position: relative;
	height: 148px;
	margin-right: 15px;
	color: #000000;
}
.services ul li.active span {
	background-color: #ee0000;
	color: #ffffff;
}
.services ul li span b {
	float: left;
	font-size: 19px;
}
.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: 17px;
}
.small .services ul li span b {
	font-size: 18px;
}
.medium .services ul li span b {
	font-size: 20px;
}
.large .services ul li span b {
	font-size: 21px;
}
.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(../images/icons/login/userid.png) no-repeat 10px center;
	padding: 5px 30px 5px 50px !important;
}
.ico-password {
	background: url(../images/icons/login/password.png) no-repeat 10px center;
	padding: 5px 30px 5px 50px !important;
}
.ico-loading {
	background: url(../images/icons/login/spinner.gif) no-repeat right center;
	padding: 5px 50px 5px 30px !important;
	border-bottom: solid 4px #d30505 !important;
	color: #d30505 !important;
}
.ico-success {
	background: url(../images/icons/login/success.png) no-repeat right center !important;
	padding: 5px 50px 5px 30px !important;
}
.login h1 {
	line-height: 74px;
}
.login h1 img {
	float: left;
}
ul.list-steps {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	background: url(../images/icons/login/blue-line.png) no-repeat center center;
	background-size: 80% auto;
}
ul.list-steps li {
	margin: 0;
	padding: 0;
	float: left;
	width: 54px;
	height: 54px;
	margin: 10px 20px;
	text-align: center;
	line-height: 55px;
	font-weight: bold;
	cursor: pointer;
	background: #ffffff url(../images/icons/login/blue.png) no-repeat bottom center;
}
ul.list-steps li.active {
	background: #ffffff url(../images/icons/login/blue.png) no-repeat top center;
	color: #ffffff;
}
.regn-tab-header {
	background-color: #e5e6e6;
	padding: 15px;
	cursor: pointer;
	border-bottom: solid 2px #ffffff;
}
.regn-tab-contents {
	padding: 0px 50px;
}
.regn-tab-body {
	padding: 25px 0px;
}
h3.step {
	margin: 0px;
	padding: 0px;
	line-height: 54px;
}
h3.step.success {
	background: url(../images/icons/login/success-big.png) no-repeat right center;
}
h3.step span {
	display: block;
	width: 54px;
	margin-right: 15px;
	height: 54px;
	float: left;
	text-align: center;
	color: #53565a;
	background: url(../images/icons/login/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(../images/icons/login/steps.png) no-repeat top center;
}
.link-back {
	color: #ff0000;
	font-size: 18px;
	text-decoration: none;
	background: url(../images/icons/login/back-red.png) no-repeat left 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;
}
.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;
}
h3.step {
	line-height: 28px;
}
h3.step span {
	line-height: 54px;
}
}

@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;
	line-height: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(../images/icons/login/success.png) no-repeat left 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 .radio-list label:focus {
	color:#666666;
}
.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: left;
	margin: 3px 8px 0px 0px;
	padding: 0px;
}
.form label input[type="checkbox"] {
	margin: 2px 5px 0px 0px;
}
.form label input[type="radio"] {
	background: url("../images/icons/radio-normal.png")no-repeat center center;
}
.form label input[type="radio"]:checked {
	background: url("../images/icons/radio-selected.png")no-repeat center center;
}
.form label input[type="checkbox"] {
	background: url("../images/icons/checked-normal.png")no-repeat center center;
}
.form label input[type="checkbox"]:checked {
	background: url("../images/icons/checked-selected.png")no-repeat center center;
}
.errInlineBlock .innerErr {
	padding: 10px;
	margin: 10px;
	color: #ff0000;
	font-size: 14px;
	line-height: 18px;
	background: url(../images/icons/error.png) no-repeat left 8px;
	padding: 8px 8px 8px 30px !important;
}
.bootstrap-datetimepicker-widget {
	border: solid 1px red;
	padding: 0px;
	/*box-shadow: none;
	-webkit-box-shadow: none;*/
	border-color: transparent;
	-moz-box-shadow: 0 -5px 32px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 -5px 32px rgba(0, 0, 0, 0.1);
	box-shadow: 0 -5px 32px rgba(0, 0, 0, 0.1);
}
.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; 
	left:2px;
	font-size:12px; 
}
.field .res .available {
	color:#6BD400;
	padding:5px;
}
.field .res .unavailable {
	color:#FF0000;
	padding:5px;
}
.glyphicon::before {
	content:'';
}
.glyphicon-chevron-right {
	background: url(../images/icons/arrow-white-right.png)no-repeat center center;
	background-size:100% auto;
	width:7px;
	height:10px;
}
.glyphicon-chevron-left {
	background: url(../images/icons/arrow-white-left.png)no-repeat center center;
	background-size:100% auto;
	width:7px;
	height:10px;
}
.ico-expander-inner {
	display: block;
	float: left;
	width: 29px;
	height: 29px;
	margin-right: 15px; 
}
@media screen and (min-width: 768px) {
.mainContainer {
	padding: 0px 35px;
}


.footerblue{
    background-color: #000f9e !important;
}


.lastLogin{
	/*direction: rtl !important;*/
	text-align: right !important;	
}
}
/*parking new look*/
.service-wrap .service {
    position: relative;
    padding: 1.7rem 1rem 2.5rem 3.2rem;
    margin-top: 20px;
}
.service-wrap .service:hover,.service-wrap .service:focus ,.service-wrap .service-wrap:active{
    background-color: #f5f6f6;
}
.service-wrap .service .icon.icon-chevron {
    position: absolute;
    left: .8rem;
    margin-top: 5px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    width: 16px;
    height: 8px;
    fill: #171c8f;
}
.service-wrap .service .icon.icon-chevron svg {
    width: 16px;
    height: 8px;
}
.service-wrap .service .link-title {
    color: #171c8f;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
    font-family: "RTA",Arial;
    display: block;
}
.service-wrap .service p {
    margin-bottom: 5px;
    color: #000;
	font: normal 14px 'RTA';
}
.service-wrap .icon::before {
	display: none;
	width: 0;
	height: 0;
}

/*new parking style*/
.parkingServiceNew .titleDesc p{
	font-size:16px;
}
.parkingServiceNew a.btn {
	color: #ffffff; 
    width: 100%;
    font: bold 18px 'RTA';
    color: #FFFFFF;
    padding: 8px 10px ;
    background: #ee0000;
    margin: 0 0 10px;
    text-decoration: none;
    border: 1px solid #ee0000;
	transition: background .45s;
	border-radius: 0px;
}

.parkingServiceNew a.btn:hover {
    background-color: #171c8f;
    border: 1px solid #171c8f;
}



.box svg.normal.dashiconsvg {
    float: left;
    padding: 11px 5px 10px 6px;
    max-height: 60px;
    position: absolute;
    width: 20%;
}
.box .dashiconsvg .icon {
    color: #fff !important;
    fill: #fff;
}


.box svg.normal.dashiconsvg {
       float: right;
    padding: 11px 5px 10px 6px;
    max-height: 60px;
    position: absolute;
    width: 20%;
}
.box .dashiconsvg .icon {
    color: #fff !important;
    fill: #fff;
}


.padFooter{
	padding : 8px 25px 20px 0px !important;
}


