@charset "UTF-8";
/* CSS Document */




@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600&subset=latin-ext');
/* new pages codes  */


.modal .btn-primary{
	 background-color: #054ea9;
    border-color: #054ea9;
}



.homeHeaderActionButtons i{
	color: #fff !important;
}


.ammanHomeCardSliderItem {
    background-color: #fff;
    border-radius: 16px;
    padding: 0px;
    min-height: 180px;
    cursor: pointer;
    border: 2px solid #808080;
}



.ammanHomeCardHeader{
	position: relative;
	width: 100%;
	height: 28px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	background-color: #666666;
}

.ammanHomeCardHeader span{font-size: 13px;color: #fff;padding: 0px 10px;line-height: 28px;}



.ammanHomeCardHeader i{
	position: absolute;
	top: 7px;
	right: 7px;
	color: #fff;
}

.ammanHomeCardAmountWrapper{padding: 0px 4px;}

.ammanHomeCardAmountWrapper i{font-size: 64px; color: #054ea9; vertical-align: middle;}

.ammanHomeCardAmountWrapper .ammanHomeCardAmount{font-size: 32px; font-weight: bold; vertical-align: middle;}



.ammanHomeCardBalance{
	font-size: 22px;
    display: block;
    text-align: right;
    color: #000;
}

.ammanHomeCardCur{
	font-size: 16px;
	font-weight: 400;
	position: relative;
	left: -2px;
	top: -2px;
}


.ammanHomeCardButtons{
	position: absolute;
	bottom: 28px;
	left: 10px;
}

.ammanHomeCardButtons a{
	background-color: #666 !important;
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	text-align: center;
	font-size: 17px;
	line-height: 30px;
	color: #fff;
	margin-right: 6px;
	text-decoration: none;
}



.ammanHomeCardButtons a:hover{
	background-color: #333 !important;
	
}


.ammanHomeCardFooter{
	position: absolute;
	bottom: 2px;
	background-color: #054ea9;
	width: 99%;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	text-align: right;
	padding: 0px 15px;
	height: 20px;
	line-height: 18px;
}

.ammanHomeCardFooter {}

.ammanHomeCardFooter span{
	padding: 0px 5px;
	font-size: 10px;
	color: #fff;
	vertical-align: middle;
}

.ammanHomeCardFooter i{
	color: #fff;
	vertical-align: middle;
	cursor: pointer
}


.ammanHomeCardInfoTexts{
	padding: 0px 10px;
	position: relative;
	top: -2px;
}


.ammanHomeCardInfoTexts p{
	font-size: 10.5px;
	line-height: 6px;
	color: #666;
}

.ammanHomeCardInfoValue{
	color: #054ea9 !important;
}


.ammanHomeCardAlarm {
    position: absolute;
    bottom: 26px;
    right: 10px;
    font-size: 18px;
    color: #054ea9;
    cursor: pointer;
    display: block;
}



.wizard li .round-tab i {
    font-size: 1.5em !important;
    vertical-align: text-bottom !important;
}




.btn-primary:hover {
	background-color: #999;
	border-color: #999;
}




.darkCurrency {
    font-size: 12px;
    top: 18px;
    font-weight: bold;
    background-color: #000;
    padding: 0px 5px;
    border-radius: 28px;
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    width: 36px;
}

#cardAndFavoritesModal .modal-body {
    position: relative;
    padding: 15px;
    max-height: 380px;
    overflow-y: auto;
    height: auto;
}
.favoriteWarning img {
    width: 24px;
}
.favoriteWarning {
    padding: 0px 10px;
}
.waitingTopupModal {
    background-color: #de6053;
    color:#fff;
}

img.waitingTopupBanner.center-block {
    width: 80%;
    margin-bottom: 10px;
}

.waitingTopupModal span{
    font-size: 14px;
    font-weight: bold;
}

.waitingTopupModal ul {
    margin-top: 20px;
    height: 200px;
    overflow: auto;
}

.waitingTopupModal li{
    font-size: 14px;
    padding: 4px 0px;
}

.waitingTopupModal p{
    font-size: 13px;
    line-height: 12px;
    margin-top: 20px;
    color: #fff !important;
}
.waitingTopupModalWrapper .modal-dialog{
    top: 15%;
}


.waitingTopupModalBtn {
    background-color: #cc3b2b;
    width: 100%;
    display: block;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 20px;
}

.waitingTopupModalWrapper  ul::-webkit-scrollbar {
 width: 12px;
 height: 12px;
}
.waitingTopupModalWrapper ul::-webkit-scrollbar-button {
 width: 0px;
 height: 0px;
}
.waitingTopupModalWrapper ul::-webkit-scrollbar-thumb {
 background: #ae3c2f;
 border: 24px none #ffffff;
 border-radius: 25px;
}
.waitingTopupModalWrapper ul::-webkit-scrollbar-thumb:hover {
 background: #ffffff;
}
.waitingTopupModalWrapper  ul::-webkit-scrollbar-thumb:active {
 background: #D1D1D1;
}
.waitingTopupModalWrapper ul::-webkit-scrollbar-track {
 background: #e0786d;
 border: 12px none #ffffff;
 border-radius: 23px;
}
.waitingTopupModalWrapper ul::-webkit-scrollbar-track:hover {
 background: #F2F2F2;
}
.waitingTopupModalWrapper  ul::-webkit-scrollbar-track:active {
 background: #F2F2F2;
}
.waitingTopupModalWrapper  ul::-webkit-scrollbar-corner {
 background: transparent;
}
.tripSidebar::-webkit-scrollbar {
 width: 8px;
 height: 8px;
}
.tripSidebar::-webkit-scrollbar-button {
 width: 0px;
 height: 0px;
}
.tripSidebar::-webkit-scrollbar-thumb {
 background: #D1D1D1;
 border: 24px none #ffffff;
 border-radius: 25px;
}
.tripSidebar::-webkit-scrollbar-thumb:hover {
 background: #D1D1D1;
}
.tripSidebar::-webkit-scrollbar-thumb:active {
 background: #D1D1D1;
}
.tripSidebar::-webkit-scrollbar-track {
 background: #F2F2F2;
 border: 7px none #ffffff;
 border-radius: 23px;
}
.tripSidebar::-webkit-scrollbar-track:hover {
 background: #F2F2F2;
}
.tripSidebar::-webkit-scrollbar-track:active {
 background: #F2F2F2;
}
.tripSidebar::-webkit-scrollbar-corner {
 background: transparent;
}
#cardAndFavoritesModal .modal-body::-webkit-scrollbar {
 width: 8px;
 height: 8px;
}
#cardAndFavoritesModal .modal-body::-webkit-scrollbar-button {
 width: 0px;
 height: 0px;
}
#cardAndFavoritesModal .modal-body::-webkit-scrollbar-thumb {
 background: #D1D1D1;
 border: 24px none #ffffff;
 border-radius: 25px;
}
#cardAndFavoritesModal .modal-body::-webkit-scrollbar-thumb:hover {
 background: #D1D1D1;
}
#cardAndFavoritesModal .modal-body::-webkit-scrollbar-thumb:active {
 background: #D1D1D1;
}
#cardAndFavoritesModal .modal-body::-webkit-scrollbar-track {
 background: #F2F2F2;
 border: 7px none #ffffff;
 border-radius: 23px;
}
#cardAndFavoritesModal .modal-body::-webkit-scrollbar-track:hover {
 background: #F2F2F2;
}
#cardAndFavoritesModal .modal-body::-webkit-scrollbar-track:active {
 background: #F2F2F2;
}
#cardAndFavoritesModal .modal-body::-webkit-scrollbar-corner {
 background: transparent;
}



#cardAndFavoritesModal .modal-dialog {
    top: 20%;
}

.departureTimeListArea .tooltip {
    position: fixed;
    opacity: 1 !important;
}

.tooltip-inner {
    text-align: left;
    border-radius: 10px;
    font-size:14px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
}
.tooltip.in {
    opacity: 1 !important;
}


.subPathContentHeader{
	position: relative;
	max-width: 400px;
	height: 56px;
}

.subPathContentHeaderNum {
    width: auto;
    height: 18px;
    border-radius: 6px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    display: inline-block;
    padding: 0px 8px;
    background-color: #94DCE2;
    vertical-align: top;
    position: relative;
    top: 2px;
    float: left;
    margin: 0px 4px;
}



.subPathContentHeaderText {
    display: inline;
    font-size: 14px;
}


.subPathContentHeaderTime{
	position: relative;
	left: 6px;
	top: 4px;
	font-size: 11px;
	display: block;
}


.busTimeMatchArea {
    height: auto;
    max-height: 200px;
    overflow-y: auto;
}


.busTimeMatchArea ul{
	
	background-image: url("../images/timeline_border.png");
	background-repeat: repeat-y;
	background-position: 60px 0px;
	background-size: 6px 6px;
	
	
}

.busTimeMatchArea li {
    font-size: 13px;
    width: auto !important;
    height: auto !important;
    border: 0px !important;
}

.busTimeMatchAreaTime{
	display: inline-block;
	width: 53px;
	height: 30px;
	text-align: right;
	vertical-align: middle;
	position: relative;
	top: 6px;
	padding-right: 3px;
}

.busTimeMatchAreaCircle{
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: #fff;
	border: 2px solid #2962cb;
	border-radius: 100%;
	vertical-align: middle;
}


.busTimeMatchAreaText{
	vertical-align: middle;
	padding: 0px 4px;
}






.bottomMapPanelWrapper::-webkit-scrollbar {
 width: 8px;
 height: 8px;
}
.bottomMapPanelWrapper::-webkit-scrollbar-button {
 width: 0px;
 height: 0px;
}
.bottomMapPanelWrapper::-webkit-scrollbar-thumb {
 background: #D1D1D1;
 border: 24px none #ffffff;
 border-radius: 25px;
}
.bottomMapPanelWrapper::-webkit-scrollbar-thumb:hover {
 background: #D1D1D1;
}
.bottomMapPanelWrapper::-webkit-scrollbar-thumb:active {
 background: #D1D1D1;
}
.bottomMapPanelWrapper::-webkit-scrollbar-track {
 background: #F2F2F2;
 border: 7px none #ffffff;
 border-radius: 23px;
}
.bottomMapPanelWrapper::-webkit-scrollbar-track:hover {
 background: #F2F2F2;
}
.bottomMapPanelWrapper::-webkit-scrollbar-track:active {
 background: #F2F2F2;
}
.bottomMapPanelWrapper::-webkit-scrollbar-corner {
 background: transparent;
}




.bottomPanelList::-webkit-scrollbar {
 width: 8px;
 height: 8px;
}
.bottomPanelList::-webkit-scrollbar-button {
 width: 0px;
 height: 0px;
}
.bottomPanelList::-webkit-scrollbar-thumb {
 background: #D1D1D1;
 border: 24px none #ffffff;
 border-radius: 25px;
}
.bottomPanelList::-webkit-scrollbar-thumb:hover {
 background: #D1D1D1;
}
.bottomPanelList::-webkit-scrollbar-thumb:active {
 background: #D1D1D1;
}
.bottomPanelList::-webkit-scrollbar-track {
 background: #D1D1D1;
 border: 7px none #ffffff;
 border-radius: 23px;
}
.bottomPanelList::-webkit-scrollbar-track:hover {
 background: #F2F2F2;
}
.bottomPanelList::-webkit-scrollbar-track:active {
 background: #F2F2F2;
}
.bottomPanelList::-webkit-scrollbar-corner {
 background: transparent;
}



.nav>li>a {
    padding: 5px 10px !important;
    text-align: center;
}


#topupModal {
    width: 55%;
    margin: 0px 25%;
}
.homeCardTopupAreaContent {
    text-align: center;
}
.homeCardTopupAreaContent .formButton {
    width: auto;
    padding: 0px 40px;
}
.homeCardTopupAreaContent label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #445482 !important;
    display: inline;
    font-size: 26px;
    margin-left: 4px;
}
div[data-toggle="buttons"] label {
    color: #3C8F9F !important;
}
.homeCardTopupArea {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 10px;
    background-color: #ecf7f8 !important;
}
.homeCardTopupAreaHeader {
    width: 100%;
    position: relative;
    height: 50px;
    padding: 0px 1%;
    background-color: #daefee;
    margin-bottom: 10px;
}
.topupAliasInput {
    width: 60%;
    margin: 0px 20%;
}
.homeHeader .listHeaders {
    padding: 0px 10px 10px 0px;
}
.homeSideBar p {
    color: #333;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}
.m_webPages {
}
.homeSearchIcon {
    width: 52px;
    height: 34px;
    display: block;
    position: absolute;
    top: 12px;
    left: 0px;
    font-size: 40px;
    vertical-align: bottom;
    line-height: 28px;
    text-align: center;
    color: #445482;
    border-right: 1px solid #BEC9E0;
}
.homeSideBar {
    /* background-color: #f3f5f6 !important; */
    /* padding: 16px 12px; */
    margin-top: 20px;
}

.col-md-4.homeSideBar {}
.announcementItemHeader i {
    display: inline-block;
    font-size: 28px;
    vertical-align: sub;
    color: #f5a037;
    padding: 0px 4px 0px 0px;
}
.announcementItemHeader h1 {
    display: contents;
    font-size: 20px;
    vertical-align: middle;
    font-weight: bold;
    color: #333;
}
.announcementItemContent {
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}
.announcementItemContent p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
}
.swiperAnnouncementsWrapper {
}
.swiperAnnouncementsWrapper .swiper-slide {
    min-height: auto !important;
    padding: 0px 40px 10px 40px;
}
.swiper-button-next, .swiper-button-prev {
    bottom: 0px;
    background-size: 27px 30px;
    background-color: rgba(255,255,255,0.9);
    width: 40px;
    height: 20px;
    border-radius: 4px;
    background-size: 38%;
    top: auto;
    z-index: 12;
}
.swiper-button-prev {
    left: 0px;
}
.swiperCardsWrapper {
}
.homeSearchBox {
    width: 100%;
    height: 52px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(193,193,193,0.3);
    -moz-box-shadow: 0px 2px 2px 0px rgba(193,193,193,0.3);
    box-shadow: 0px 2px 2px 0px rgba(193,193,193,0.3);
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid #99bfd2;
    margin: 0px 0px;
}
.homeSearchBox input[type=text] {
    border: 0px;
    outline: 0px;
    background-color: transparent;
    padding-top: 2px;
}
.homeButtonsArea {
    margin-top: 30px;
    padding: 0px;
}
.homeButton {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    text-align: center;
    padding-top: 35px;
    color: #fff;
    background-color: #054ea9 !important;
    cursor: pointer;
    margin-bottom: 30px;
}
.homeButton:hover {
    background-color: #555 !important;
}
.homeButton i {
    font-size: 56px;
}
.homeButton h2 {
    font-size: 20px;
    margin: 8px;
}
.homeLoginArea {
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.homeLoginTextBox {
}
.homeLoginTextBox input {
}
.homeLoginArea .loginButtons {
    margin: 5px 2%;
}
.homeSideBarHeader {
    font-size: 18px;
    padding: 6px 2%;
    color: #054ea9;
    display: block;
    text-align: center;
    margin-bottom: 4px;
    font-weight: 700;
}
.homeLoginTextBox input {
    width: 96%;
    margin: 0px 2%;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 4px;
    outline: none;
    border: 2px solid #BFDDE6;
    padding: 0px 8px;
    font-size: 16px;
}
 .homeLoginTextBox input::placeholder {
 color:#ccc;
 font-size: 14px;
}
.loginButtons a {
    display: inline-block;
    width: auto;
    padding: 8px 16px;
    background-color: #78c6cd;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 2px;
    color: #fff;
}
.loginButtons .homeLoginBtn {
    background-color: #5C98DD;
}
.homeSideBar .searchBox {
    margin: 20px 0px;
    width: 100%;
    background-color: transparent;
}
.homeSideBar .searchBox input {
    border-radius: 4px;
}
.homeSideBar .searchBox i {
    opacity: 0.4;
    font-size: 28px;
    top: 9px;
    padding-top: 0px;
}
.homeSearchBox i {
    opacity: 0.4;
    font-size: 28px;
    top: 9px;
    padding-top: 5px;
}
.swiper-pagination-bullet-active {
    background: #009b00;
}
.downloadAppArea {
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    border-radius: 8px;
}
.home_qr_area {
    width: 74%;
    height: auto;
    text-align: center;
    padding: 6px 2%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 13%;
}
.home_qr_text {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: top;
    padding-top: 0px;
    text-align: center;
    font-size: 13px;
}
.home_qr_text span {
    color: #888;
}
.home_qr_area img {
    width: 60%;
    height: auto;
}
.homeRateArea {
    width: 94%;
    height: auto;
    padding: 10px 3%;
    text-align: center;
}
.homeRateArea span {
    font-size: 22px;
    color: #E39039;
}
.homeHeader {
}
.homeHeader .listHeaders i {
    position: relative;
    top: 8px;
    vertical-align: top;
}
.swiperCardsWrapper .swiper-container {
    padding-bottom: 30px;
}
.swiperCardsWrapper .swiper-slide {
}

@media only screen and (max-width: 600px) {
.swiperCardsWrapper .swiper-container {
    padding-bottom: 26px;
    width: 100%;
}
.swiperCardsWrapper .swiper-slide {
    width: 22% !important;
}
}
.homeCardSliderItem {
    background-color: #c6dbf5;
    border-radius: 8px;
    padding: 10px;
    min-height: 150px;
    cursor: pointer;
    border: 2px solid #;
}
.homeCardSliderItem:hover {
    background-color: #dee7f3;
}
.homeCardHeader {
    position: relative;
    width: 100%;
    height: auto;
}
.homeCardHeader {
}
.homeCardHeader i {
    font-size: 32px;
    vertical-align: middle;
    color: #333;
    padding-right: 4px;
}
.homeCardHeader span {
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
span.homeCardAlias {
    font-size: 12px;
    display: block;
    color: #608bbf;
    font-weight: 600;
}
.homeCardBalance {
    font-size: 22px;
    display: block;
    text-align: right;
    color: #054ea9;
    font-weight: 700;
}
.homeCardButtons {
    /* position: absolute; */
    /* bottom: 0px; */
    text-align: right;
    margin-top: 20px;
}
.homeCardButtons a {
    border-radius: 4px;
    display: inline-block;
    background-color: #fff;
    padding: 4px 10px;
    color: #445482;
    margin-bottom: 5px;
}
.homeCardTopupBtn {
    background-color: #009b00 !important;
    color: #fff !important;
}
.homeCardLogsListArea {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 10px;
    background-color: #ecf7f8 !important;
}
.homeCardLogsListArea .nav-tabs li {
    width: 50%;
}
.homeCardLogsListArea .nav-tabs .active a {
    background-color: #054ea9 !important;
    color: #fff !important;
    border-radius: 0px;
    border: 0px !important;
}
.homeCardLogsListArea .nav-tabs>li>a {
    margin-left: 0px;
    background-color: #dee9f1;
    border-radius: 0px;
    color: #96b4ca;
    border: 0px;
    font-size: 16px;
}
.homeCardLogsListArea .nav>li>a:focus, .homeCardLogsListArea .nav>li>a:hover {
    background-color: #C1BFBF;
}
.homeCardLogsListArea .tab-pane li {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    line-height: 40px;
    border-bottom: 2px solid #fff;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #f3f5f6;
    color: black;
}
.homeCardLogsListArea .tab-pane li:hover {
    opacity: 0.7;
}
.homeCardLogsListArea .tab-pane li i {
    font-size: 28px;
    color: #333;
    vertical-align: middle;
}
.homeCardLogsListArea .tab-pane li span {
    font-size: 15px;
    color: #5d647b;
    padding-right: 5px;
    padding-top: 4px;
}
.homeCardLogsListArea .tab-pane li x {
    font-size: 13px;
    color: #CBC8C0;
    position: absolute;
    top: 12px;
    right: 6px;
    opacity: 0.8;
}
.homeCardLogsListArea .statementCardAmount {
    font-size: 15px;
    top: 14px;
    font-weight: 400;
    background-color: #009b00;
    padding: 0px 8px;
    border-radius: 28px;
    color: #fff !important;
    height: 28px;
    line-height: 28px;
}
.homeCardLogsListArea .statementCardAmountUsage {
    background-color: #009b00;
    font-size: 15px;
    top: 14px;
    font-weight: 400;
    padding: 0px 8px;
    border-radius: 28px;
    color: #fff !important;
    height: 28px;
    line-height: 28px;
}
.cardLogsArea {
    margin-top: 0px;
    padding: 0px;
}
.homeCardLogsListAreaHeader {
    width: 100%;
    position: relative;
    height: 50px;
    padding: 0px 1%;
    background-color: #f3f5f6;
}
.homeCardLogsListAreaHeader i {
    font-size: 36px;
}
span.homeCardLogsListAreaHeading {
    font-size: 20px;
    color: #054ea9;
    line-height: 50px;
}
span.homeCardLogsListAreaHederAlias {
    font-size: 14px;
    padding: 0px 10px;
    color: #666666;
}
.homeHeaderActionButtons a {
    background-color: #009b00;
    padding: 6px 10px;
    border-radius: 4px;
    color: #fff;
    vertical-align: middle;
    font-size: 13px;
    text-decoration: none !important;
}
.homeHeaderActionButtons a:hover {
    background-color: #77c586;
    text-decoration: none !important;
}
.homeHeaderActionButtons a i {
    font-size: 15px;
    top: 0px !important;
    vertical-align: middle !important;
    padding-right: 4px;
    color: #fff !important;
}
.homeHeaderActionButtons {
    float: right;
    position: relative;
    top: 8px;
}
.homeHeaderAddCardBtn {background-color: #009b00;padding: 6px 10px;border-radius: 4px;color: #fff;font-size: 15px !important;margin-top: 6px;display: inline-block;vertical-align: middle;font-size: 13px;text-decoration: none !important;}
.homeHeaderTopupBtn i {
    font-size: 18px !important;
}
.homeCardLogsListArea .cardDateRange {
    display: inline-block;
    width: 360px;
    position: absolute;
    right: 10px;
    top: 7px;
}
.homeCardLogsListArea .cardDateRange .form-control[disabled], .homeCardLogsListArea .cardDateRange .form-control[readonly], .homeCardLogsListArea .cardDateRange fieldset[disabled] .form-control {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    box-shadow: none !important;
}
.homeCardLogsListArea .input-group-addon {
    border-radius: 0px !important;
}
.homeProfileButtons a {
    display: inline-block;
    width: auto;
    padding: 7px 6px;
    background-color: #009b00;
    border-radius: 4px;
    font-size: 13px;
    margin-right: 1px;
    color: #fff;
    margin-bottom: 10px;
}
.homeProfileButtons .homeProfileBtn {
    background-color: #054ea9;
}
.homeProfileImageArea {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin: 4px 0px;
    display: inline-block;
}
.homeProfileImageArea img {
    width: auto;
    height: 100px;
    position: absolute;
    margin-top: 50%;
    top: -50px;
    margin-left: 50%;
    left: -50px;
}
.homeProfileArea {
    text-align: center;
}
.homeProfileButtons {
    text-align: center;
}
.homeProfileName {
    text-align: center;
}
.home_logos_area {
    text-align: center;
}
.home_logos_area img {
    width: 180px;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 4px 11px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 11px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 11px 1px rgba(0,0,0,0.15);
    margin: 5px;
}
.homeLogos {
    background-color: #f3f5f6;
}
.homePages .modal-backdrop {
    width: 100%;
    right: 0%;
    margin-right: 0px;
}
.homePages .modal-dialog {
    width: 50%;
    right: 25% !important;
}
.homeLogos .homeSideBarHeader {
    text-align: center;
}
.sideBarSearch {
    margin: 0px 0px 10px 0px !important;
}
.sideBarSearch .searchTapTextArea {
    padding: 14px 60px 10px 52px !important;
}
.sideBarSearch a {
    width: 40px;
}
.sideBarSearch i {
    top: 0px !important;
}
.favoriteList {
    padding: 0px 6px 0px 6px;
}
/* new pages codes  */




/* new codes -----------------------------------------  */






.cardIconColor {
    background-color: #445482 !important;
}
.tripPlannerColor {
    background-color: #78c6cd !important;
}
.buslinesIconColor {
    background-color: #F2AB54 !important;
}
.alertsIconColor {
    background-color: #DA5878 !important;
}
.tariffsIconColor {
    background-color: #5C98DD !important;
}
.poiIconColor {
    background-color: #7891DA !important;
}
.mapsIconColor {
    background-color: #58BF6C !important;
}
.nfcCardBgColor {
    background-color: #445482 !important;
}
.normalCardBgColor {
    background-color: #80b7b3 !important;
}
.ticketCardBgColor {
    background-color: #8b97bd !important;
}
/* new codes -----------------------------------------  */



html {
    position: relative;
    min-height: 100%;
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
    font-weight: 500;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background-size: 120% auto;
    background-position: center center;
    background-image: url("../images/login_bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body.home.homePages {}

body.home.homePages {}
ul, ol {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
a:hover {
    text-decoration: none !important;
}
textarea:focus, input:focus {
    outline: none;
}
.container {
    overflow-x: hidden;
}
/* icon colorset */

.blueIcon {
    background-color: #3990DA;
}
.darkGreenIcon {
    background-color: #0EA651;
}
.darkGreen {
    background-color: #0EA651;
}
.orangeIcon {
    background-color: #F8B850;
}
.redIcon {
    background-color: #DA2C4F;
}
.matteGreenIcon {
    background-color: #53C9C2;
}
.darkBlueColor {
    background-color: #445482;
}
.mowasalatBusLineIcon {
    background-color: #445482;
}
.purpleIcon {
    background-color: #695797;
}
.rotate {
    transform: rotate(90deg) !important;
}
.popupButtons {
    background-color: #666;
    color: #fff;
    border: 0px;
    border-radius: 30px;
}
.modal-title, .modal-body p {
    color: #666;
}
/* icon colorset */



.inputLine {
    width: 10px;
    height: 40px;
    position: absolute;
    border-right: 1px solid #ccc;
}
/* routes colorset */

.lightBlueColor {
    background-color: #4AA6F3;
}
.redColor {
    background-color: #DA2C4F;
}
.blueColor {
    background-color: #3990DA;
}
.orangeColor {
    background-color: #EA9D34;
}
.matteGreenColor {
    background-color: #53C9C2;
}
.darkGreenText {
    color: #445482;
}
.vividGreenColor {
    background-color: #445482 !important;
}
.lightGoldColor {
    background-color: #CDA432 !important;
}
.menuLine {
    width: 100%;
    height: 10px;
    border-bottom: 2px solid #f3f3f3;
}

@media (max-width: 767px) {
.listMainGoBtn {
    top: 24px !important;
}
#map {
    width: 100% !important;
}
.subNav {
    max-width: 100% !important;
}
.formPagesContent {
    padding-top: 86px !important;
}
#sidebar {
    width: 100% !important;
    z-index: 2;
}
.mapPages #sidebar {
    z-index: 0;
}
.slidingPanelMap {
    left: 0px !important;
    width: 100% !important;
    z-index: 1;
}
.bottomMapPanelWrapper {
    z-index: 999999;
    position: fixed;
    height: auto !important;
}
.desktopSearch {
    display: none;
}
.mobileSearch {
    display: block;
}
}

@media (min-width: 767px) {
.listMainGoBtn {
    top: 100px !important;
}
.formPagesContent {
    padding-top: 86px !important;
}
.mapPanelMainHeader {
    padding: 102px 10px 40px 10px !important;
}
/*.listActionMenu {
    top: 170px !important;
}*/
.desktopSearch {
    display: block;
}
.mobileSearch {
    display: none;
}
.appSideNav {
    height: 100%;
    width: 380px !important
}
.bottomMapPanelWrapper {
    display: table-cell;
    width: 767px !important;
    bottom: 0px !important;
    position: absolute !important;
    top: 0px;
    right: auto !important;
    left: 0px;
    height: auto;
    overflow-y: hidden;
    box-shadow: none !important;
    border-radius: 0px !important;
}
.slidingPanelMap {
    right: 0px !important;
}
.mapPages #sidebar {
    display: none;
}
.bottomPanelList {
    height: auto !important;
    padding-top: 0px;
    /*padding-top: 20px;*/
}
.bottomPanelCloseBtn {
    display: none !important;
}
#sidebar {
    width: 480px !important;
}
.container {
    width: 480px;
}
.subNav {
    left: 0% !important;
    margin: 0px !important;
}
.homeNav {
    right: 50% !important;
    margin-right: -240px !important;
}
.bottomMapPanelWrapper {
    max-width: 480px;
    right: 50% !important;
    margin-right: -238px !important;
}
.sidenav {
    position: absolute !important;
}
.homeContainer {
    background-position: center -100px !important;
    padding: 0px;
}
.modalMobile {
    width: 100% !important;
    right: 50%;
    margin-right: -240px;
}
.modal-backdrop {
    width: 480px;
    right: 50%;
    margin-right: -240px;
}
.modal-dialog {
    width: 70%;
    position: absolute;
    top: 30%;
    height: 300px;
    right: 15%;
}
}
.homePageImageArea {
    width: 100%;
    height: 300px;
    background-image: url("../images/home_banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.homePageImageArea .searchTapTextArea {
    position: absolute;
    bottom: 6px;
    width: 96%;
    margin: 0px 2%;
}
.homeContainer {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    background-color: #FCFAEA;
    padding: 0px;
}
.homePageContent .searchBox {
    width: 94%;
    margin: 15px 3%;
    border: 2px solid #dfdfdf;/*border-radius: 52px;
	*/
}
.homePageContent .searchTapArea {
    /*
	border-radius: 52px;
	*/
    line-height: 46px !important;
    height: 46px !important;
}
.widgetsWrapper {
    background-image: url(../images/home_banner.png);
    background-repeat: no-repeat;
    background-position: center -20px;
    background-size: 100% auto;
}
.homeNav {
    text-align: center;
    background-color: #445482;
    margin-bottom: 12px;
    width: 100%;
    height: 66px;
    position: fixed;
    top: 0px;
    border-bottom: 2px solid #EBC97C;
    max-width: 480px;
    right: 0px;
    margin-right: 0px;
}
.homeNav img {
    width: 110px;
    display: inline-block;
    margin-top: 11px
}
.appBtn {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px !important;
    text-align: center;
    text-decoration: none !important;
}
.homeNav .menuBtn {
    top: 14px;
}
.menuBtn {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    cursor: pointer;
}
.menuBtn:hover {
    color: #fff;
}
.roundedCenterBtn {
    padding: 3px 15px 0px 15px;
    display: inline-block;
    margin: 10px auto;
    background-color: #000;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    height: 52px;
    border-radius: 60px;
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 53px 0px rgba(56,56,56,0.35);
    -moz-box-shadow: 0px 2px 3px 0px rgba(56,56,56,0.35);
    box-shadow: 0px 2px 3px 0px rgba(56,56,56,0.35);
}
.roundedCenterBtn:hover, .roundedCenterBtn:focus, .roundedCenterBtn:active {
    color: #fff;
}
.roundedCenterBtn .icon {
    font-size: 48px;
    display: inline-block;
    vertical-align: middle;
}
.formButton {
    width: 96%;
    margin: 8px 2%;
    height: 64px;
    border-radius: 32px;
    border: 0px;
    padding: 0px 10px;
    line-height: 64px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #333;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
}
.formButton:hover {
    text-decoration: none;
    opacity: 0.9;
    color: #fff;
}
.iconsLeftBtn i {
    font-size: 64px;
    vertical-align: top;
}
.pageBottom {
    margin-top: 30px;
}
.spacer10 {
    width: 100%;
    height: 10px;
    display: block;
}
.spacer20 {
    width: 100%;
    height: 10px;
    display: block;
}
.spacer30 {
    width: 100%;
    height: 30px;
    display: block;
}
.spacer40 {
    width: 100%;
    height: 40px;
    display: block;
}
.spacer50 {
    width: 100%;
    height: 50px;
    display: block;
}
.placeholderBox {
    width: 96%;
    height: auto;
    min-height: 100px;
    padding: 20px 10px;
    border: 1px dashed #dddddd;
    background-color: #dfdfdf;
    margin: 10px 2%;
}
.preloadOverlay {
    width: 480px !important;
    right: 50%;
    margin-right: -240px;
    position: fixed;
    z-index: 9998;
    bottom: 0px;
    background-color: rgba(0,0,0,0.40);
    height: 100%;
    transition: 0.3s all;
    display: block;
}
.circleLoader {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -30px 0px 0px -30px;
}
.circleLoader:before, .circleLoader:after {
    content: " ";
    border-radius: 50%;
    border: solid 3px #fff;
    position: absolute;
    width: 2px;
    height: 2px;
    top: 24px;
    right: 24px;
    opacity: 0;
}
.circleLoader:before, .circleLoader:after {
    -webkit-animation: expand 1s; /* Chrome, Safari, Opera */
    animation: expand 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
.circleLoader:after {
    -webkit-animation-delay: 1s;
}


/* Standard syntax */
@keyframes expand {
 0% {
 width:2px;
 height:2px;
 top: 24px;
 right: 24px;
 opacity:0;
}
 20% {
 opacity:1;
}
 100% {
 width:50px;
 height:50px;
 top:0;
 right:0;
 opacity: 0.2;
}
}
/* searchBox Area */

.searchBox {
    width: 100%;
    height: 52px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(193,193,193,0.3);
    -moz-box-shadow: 0px 2px 2px 0px rgba(193,193,193,0.3);
    box-shadow: 0px 2px 2px 0px rgba(193,193,193,0.3);
    margin-top: 10px;
    position: relative;
    cursor: pointer;
}
.searchBox .searchTapArea {
    width: 100%;
    height: 52px;
    background-color: #fff;
    border: 0px;
    padding: 0px 60px 0px 15px;
    color: #BABFC8;
    font-size: 14px;
    display: block;
    line-height: 52px;
}
.searchBoxBtn {
    width: 52px;
    height: 28px;
    display: block;
    position: absolute;
    top: 8px;
    right: 0px;
    font-size: 40px;
    vertical-align: bottom;
    line-height: 28px;
    text-align: center;
    color: #BABFC8;
    border-left: 1px solid #BEC9E0;
}
.searchBoxBtn i {
    vertical-align: bottom;
    position: absolute;
    top: -4px;
    right: 4px;
}
/* searchBox Area */





/* homeShortcut Area */

.homeShortCutArea {
    margin-top: 20px;
}
.homeShortCutArea li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    text-align: center;
    margin-bottom: 16px;
}
.homeShortCutArea li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}
.homeShortCutArea li a:hover {
    opacity: 0.8;
}
.homeShortCutArea li div {
    display: inline-block;
    background-color: #445482;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    text-align: center;
    line-height: 96px;
}
.homeShortCutArea li i {
    font-size: 44px;
    color: #fff;
}
.homeShortCutArea li span {
    font-size: 12px;
    text-align: center;
    color: #179A5E;
    display: block;
    margin: 5px;
    line-height: 18px;
    font-weight: 700;
}
/* homeShortcut Area */







/* Widget Area */





.homeWidgetMessage {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    width: 80%;
    margin: 0px auto;
}
.homeWidgetMessage span {
    font-size: 24px;
}
.homeWidgetMessageBtn {
    background-color: #F8B52B;
}
.homeWidgetMessageBtn:hover {
    background-color: #FFCE6A;
}
.homeWidgetMessageBtnText {
    display: inline-block;
    vertical-align: middle;
}
.homeWidgetMessageArea {
    text-align: center;
    margin-top: 66px;
    padding-top: 70px;
}
.homeWidgetArea {
    width: 100%;
    min-height: 360px;
}
.swiperWidgetsWrapper {
    padding: 0px 2%;
}
.homeWidgetArea .swiper-container {
    height: 100%;
    position: relative;
    top: 80px;
}
.homeWidgetArea .swiper-slide {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(155,155,155,0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(155,155,155,0.3);
    box-shadow: 0px 2px 3px 0px rgba(155,155,155,0.3);
    position: relative;
    min-height: 250px;
    width: 100% !important;
}
.widgetHeader {
    width: 100%;
    height: 32px;
    background-color: #D3F1D0;
}
.widgetAliasNumber {
    padding: 0px 10px;
    line-height: 32px;
    color: #215E2D;
    font-size: 12px;
}
.widgetFooter {
    width: 100%;
    height: 64px;
    background-color: #F2F6EF;
    position: absolute;
    bottom: 0px;
    padding: 0px 5px;
}
.widgetIconArea {
    position: absolute;
    top: 50px;
    left: 0px;
}
.widgetIconArea i {
    font-size: 96px;
    color: #D3AF5E;
}
.widgetIconArea img {
    width: 80px;
    margin-top: 22px;
    margin-right: 10px;
    margin-bottom: 24px;
    margin-left: 10px;
}
.widgetInfoArea {
    position: absolute;
    top: 60px;
    left: 100px;
}
.widgetAgeType {
    font-size: 22px;
    color: #445482;
    display: block;
}
.widgetAmount {
    font-size: 60px;
    color: #444444;
    font-weight: 300;
    display: inline-block;
    position: relative;
    top: -15px;
    right: 0px;
}
.subMoney {
    font-size: 36px;
    color: #444444;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: -10px;
}
.currency {
    font-size: 9px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
    vertical-align: middle;
    position: relative;
    right: -16px;
}
.itemUpdateHeader {
    display: block;
    position: relative;
    left: 12px;
    color: #858585;
    font-size: 11px;
    top: 5px;
}
.itemUpdateText {
    display: block;
    position: relative;
    color: #858585;
    font-size: 11px;
    top: -25px;
}
.widgetFooterBtn {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 48px;
    text-align: center;
    margin: 8px 10px;
    background-color: #000;
    border-radius: 100%;
    text-decoration: none;
    cursor: pointer;
    vertical-align: top;
    position: relative;
}
.widgetFooterBtn span {
    position: absolute;
    font-size: 11px;
    display: block;
    top: 20px;
    width: 70px;
    right: -18px;
    color: #666;
}
.widgetFooterBtn i {
    color: #fff;
    font-size: 24px;
}
.widgetOnlineChargeBtn {
    background-color: #A3C884;
}
.widgetOnlineChargeBtn:hover {
    background-color: #BAE396;
}
.widgetStatementBtn {
    background-color: #EECB7F;
}
.widgetStatementBtn:hover {
    background-color: #EDD49F;
}
.widgetExpandBtn {
    background-color: #D5DFCB;
    position: absolute;
    left: 5px;
}
.widgetExpandBtn i {
    color: #8FA694;
}
.widgetExpandBtn:hover {
    background-color: #E1EBD6;
}
.widgetStopName {
    padding: 0px 10px;
    line-height: 32px;
    color: #215E2D;
    font-size: 12px;
}
.widgetTransactionStatus {
    display: inline-block;
    height: 28px;
    padding: 0px 10px;
    background-color: #F68787;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    top: 12px;
    left: 12px;
    line-height: 28px;
}
.transactionWidget .widgetFooter {
    background-color: #FBE5E5;
}
.transactionWidget {
    background-color: #FFF4F4;
}
/* Widget Area */



#appOverlay {
    background-color: rgba(0,0,0,0.40);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    display: none;
    z-index: 9998;
}
.closeBtn {
    color: #445482;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}
.appSideTop {
    width: 100%;
    height: 100px;
    text-align: center;
    margin-bottom: 10px;
}
.appSideTop img {
    width: auto;
    height: 60px;
    display: inline-block;
    margin-top: 20px;
}
.appSideNav {
    height: 100%;
    width: 80%;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: -80%;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}
.appSideNav li {
    padding: 6px 8px 6px 32px;
    display: block;
    transition: 0.3s;
}
.appSideNav a {
    text-decoration: none;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    display: block;
    transition: all 0.2s;
    -webkit-transition: all 0.3s;
    top: 0px;
    cursor: pointer;
    position: relative;
}
.appSideNav li i {
    padding-right: 10px;
    display: inline-block;
    transition: 0.3s;
    font-size: 26px;
    vertical-align: sub;
    color: #054ea9;
}
.appSideNav a:hover {
    color: #4A4A4A;
    top: 2px;
}
.appSideNav .closebtn {
    position: absolute;
    top: 9px;
    right: 7px;
    font-size: 30px;
    margin-left: 50px;
    width: 40px;
    height: 40px;
}
#main {
    transition: margin-right .5s;
    padding: 16px;
    width: 84%;
    margin: 0px 8%;
}
/* formPages */


.formPagesContainer {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    background-color: #FAF8EB;
    padding: 0px;
}
.editPagesContent {
    padding: 15px;
}
.homePageContent {
}
.subNav {
    width: 100%;
    height: 66px;
    background-color: #445482;
    position: fixed;
    top: 0px;
    border-bottom: 2px solid #EBC97C;
    max-width: 480px;
    right: 0px;
    margin-right: 0px;
}
.subNavHeader {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    height: 66px;
    line-height: 66px;
    border-bottom: 2px solid #EBC97C;
    background-color: #445482;/*  background-image: url(../images/subHeaderBg.png);
	background-repeat: no-repeat;
	background-position: left 33px;
	background-size: 100px auto;

	*/
}
.subNav .appBtn {
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
    cursor: pointer;
}
.formPagesHeader {
    font-size: 18px;
    color: #CC9823;
    display: block;
    padding: 20px 10px;
    text-align: center;
}
.formPagesSubHeader {
    font-size: 16px;
    color: #CC9823;
    display: block;
    padding: 20px 10px;
    text-align: center;
}
.formPagesContent {
    padding-top: 66px;
}
.formPagesInfoText {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.formPagesContent p {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.formInput {
    width: 96%;
    margin: 8px 2%;
    height: 64px;
    border-radius: 8px;
    padding: 0px 10px;
    line-height: 64px;
    text-align: center;
    font-size: 22px;
    color: #333;
    border: 2px solid #99bfd2;
}
.homePages .formInput{
	height: 52px;
	font-size: 20px;
	margin: 4px 2%;
	padding: 0px !important;
}

.homePages .spacer20 {
    width: 100%;
    height: 0px;
  
}


.homePages .formButton {
   height:56px;
   line-height:56px
}


.homePages .numericPasswordField{
	margin: 6px 7%;
	width:86%;
	}

 
.formInputWithPhone {
    padding: 0px 10px 0px 20px !important;
}
 .formInput::placeholder {
 font-size:18px;
 color:#D2D2D2;
 text-align: center;
 line-height: 52px;
}
.formPagesTextLink {
    color: #445482;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: underline;
}
.formPagesTextLink:hover {
}
/* formPages */



/* homepage */


.homePageContent {
    padding: 84px 6px 0px 6px;
}
.homeTopArea {
    background-color: #fff;
    height: 84px;
    border: 0px;
    z-index: 1;
}
.homeLogo {
    width: 150px;
    height: auto;
    margin: auto;
}
.homeLogo img {
    width: 100%;
}
/* homeShortcut Area */



.homeShortCutArea {
    margin-top: 20px;
}
.homeShortCutArea li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd19e;
}
.homeShortCutArea li a {
    display: inline-block;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}
.homeShortCutArea li a:hover {
    opacity: 0.8;
}
.homeShortCutArea li div {
    display: inline-block;
    background-color: #445482;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    text-align: center;
    line-height: 48px;
    vertical-align: middle;
}
.homeShortCutArea li i {
    font-size: 28px;
    color: #fff;
    vertical-align: middle;
}
.homeShortCutArea li span {
    font-size: 16px;
    text-align: center;
    color: #7c5715;
    display: inline-block;
    margin: 0px 5px;
    line-height: 64px;
    font-weight: 700;
    vertical-align: middle;
}
/* homeShortcut Area */









/* homepage */


/* searchPage */



.searchPageContainer {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    background-color: #FCFAEA;
}
.searchTopArea {
    background-color: #054ea9;
    height: 84px;
    border: 0px;
    z-index: 1;
}
.topSearch {
    width: 96%;
    margin: 20px 2%;
    position: relative;
}
.topSearch span {
    font-size: 18px;
    color: #DEDEDE;
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 5px;
    display: block;
}
.searchBackBtn {
    width: 52px;
    height: 34px;
    display: block;
    position: absolute;
    top: 12px;
    left: 0px;
    font-size: 30px;
    vertical-align: bottom;
    line-height: 28px;
    text-align: center;
    color: #666666;
    /*border-right: 1px solid #BEC9E0;*/
}
.searchBackBtn i {
    vertical-align: bottom;
    position: absolute;
    top: -4px;
    right: 20px;
}
.searchBackSubBtn {
    width: 52px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0px;
    font-size: 40px;
    vertical-align: bottom;
    line-height: 28px;
    text-align: center;
    color: #445482;
}
.topSearch h1 {
    font-size: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.topSubHeader {
    text-align: center;
}
.searchTapTextArea {
    width: 100%;
    height: 52px;
    background-color: #fff;
    border: 0px;
    padding: 14px 60px 10px 70px;
    color: #333;
    font-size: 20px;
    line-height: 52px;
    display: block;
}
 .searchTapTextArea::placeholder {
 font-size: 14px;
 color: #BABFC8;
}
.searchPageContent {
    padding: 84px 6px 0px 6px;
}
/* searchShortcut Area */

.searchShortCutArea {
    margin-top: 20px;
}
.searchShortCutArea li {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    text-align: center;
    margin-bottom: 16px;
}
.searchShortCutArea li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}
.searchShortCutArea li a:hover {
    opacity: 0.8;
}
.searchShortCutArea li div {
    display: inline-block;
    background-color: #445482;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    text-align: center;
    line-height: 46px;
}
.searchShortCutArea li i {
    font-size: 36px;
    color: #fff;
    line-height: 56px;
}
.searchShortCutArea li span {
    font-size: 13px;
    text-align: center;
    color: #737373;
    display: block;
    margin: 5px;
    line-height: 18px;
}
/* searchShortcut Area */



/* myPlacesSetArea */


.myPlacesSetArea {
    width: 100%;
}
.myPlacesSetArea li {
    display: block;
    height: 56px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
    line-height: 56px;
    position: relative;
}
.myPlacesSetArea li i {
    font-size: 24px;
    color: #79CDC8;
    vertical-align: sub;
}
.myPlacesSetArea li span {
    font-size: 16px;
    color: #333;
    padding: 0px 0px 0px 10px;
}
.myPlacesSetArea li a {
    display: block;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 16px;
    line-height: 24px;
    right: 0px;
    border-radius: 20px;
    padding: 0px 14px;
    color: #d3c6ae;
}
/* homeWorkSetArea */


/* searchListArea */

.searchListArea {
    width: 100%;
}
.listHeaders {
    font-size: 20px;
    color: #054ea9;
    display: block;
    padding: 16px 10px 10px 0px !important;
    margin-bottom: 10px;
    border-bottom: 2px solid #D1D1D1;
    font-weight: bold;
}

.listHeaders i{color: #054ea9 !important;}

.searchListArea li {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 12px;
    cursor: pointer;
    position: relative;
}
.searchListArea li a, .searchListArea li a.hover {
    color: #333;
}
.searchListArea .iconCircle {
    position: relative;
    top: -6px;
}
.iconRounded {
    width: auto;
    height: 24px;
    border-radius: 6px;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
}
.shapeIcon {
    line-height: 28px;
}
.iconCircle {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    display: inline-block;
}
.searchListArea li .iconRounded {
    vertical-align: top;
}
.searchListArea li .iconRounded span {
    width: 100%;
}
.searchListArea li span {
    font-size: 16px;
    display: inline-block;
    width: 83%;
    overflow: hidden;
    height: 28px;
    padding-left: 15px;
    line-height: 26px;
}
/* searchListArea */



/* searchPage */








/* closest points */


.bgMapArea {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}
#map {
    height: 100%;
}
.bottomMapPanelWrapper {
    width: 98%;
    position: fixed;
    background-color: #FFFFFF;
    z-index: 9997;
    bottom: 0px;
    right: 1%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    border-radius: 8px;
    transition: all 0.3s;
    overflow-y: auto;
}
.mapPanelMainHeader {
    font-size: 24px;
    color: #054ea9;
    font-weight: 600;
    padding: 0px 10px 40px 10px;
    display: block;
}
.bottomPanelCloseBtn, .bottomPanelOpenBtn {
    width: 100%;
    height: 34px;
    cursor: pointer;
    text-align: center;
}
.closestPanelList .bottomPanelCloseBtn, .closestPanelList .bottomPanelOpenBtn {
    height: 28px !important;
}
.holderBar {
    background-color: #EDE7EB;
    opacity: 0.6;
    width: 38px;
    height: 6px;
    border-radius: 2px;
    display: inline-block;
}
.mapPanelSubHeader {
    font-size: 20px;
    color: #666;
    display: block;
    margin-bottom: 10px;
    margin: 2%;
}
.bottomPanelList {
    width: 96%;
    display: block;
    margin: 0px 2%;
}
.bottomPanelList li {
    width: 96%;
    height: 56px;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
}
.bottomPanelList li:hover {
    opacity: 0.8;
}
.bottomPanelList li span {
    font-size: 16px;
    padding-left: 20px;
    font-weight: 500;
}
.bottomPanelList .iconCircle {
    width: 28px;
    height: 28px;
    position: relative;
    top: 10px;
    left: 5px;
}
.bottomPanelList li i {
    font-size: 18px;
    vertical-align: text-top;
}
.miniLabelsWrapper {
    margin-left: 52px;
    overflow-x: auto;
    width: auto;
    display: block !important;
}
 .miniLabelsWrapper::-webkit-scrollbar {
 width: 5px;
 height: 5px;
}
.miniLabelsWrapper::-webkit-scrollbar-button {
 width: 0px;
 height: 0px;
}
.miniLabelsWrapper::-webkit-scrollbar-thumb {
 background: #D1D1D1;
 border: 24px none #ffffff;
 border-radius: 25px;
}
.miniLabelsWrapper::-webkit-scrollbar-thumb:hover {
 background: #D1D1D1;
}
.miniLabelsWrapper::-webkit-scrollbar-thumb:active {
 background: #D1D1D1;
}
.miniLabelsWrapper::-webkit-scrollbar-track {
 background: #F2F2F2;
 border: 7px none #ffffff;
 border-radius: 23px;
}
.miniLabelsWrapper::-webkit-scrollbar-track:hover {
 background: #F2F2F2;
}
.miniLabelsWrapper::-webkit-scrollbar-track:active {
 background: #F2F2F2;
}
.miniLabelsWrapper::-webkit-scrollbar-corner {
 background: transparent;
}
.bottomPanelListMiniLabel {
    padding: 0px 4px !important;
    font-size: 12px !important;
    height: 16px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    position: relative;
    top: -2px;
}
.kioskList li span {
    position: relative;
    top: 4px;
}
.listItemGoBtn {
    background-color: #445482;
    width: 48px;
    height: 32px;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    position: absolute !important;
    top: 8px !important;
    left: 0px;
    padding-right: 0px !important;
    display: none;
}
.listItemGoBtn:hover {
    top: 10px;
}
.listItemGoBtn i {
    font-size: 25px !important;
    line-height: 20px;
}
/* closest points */








/* bus lines */


.listHeaders i {
    font-size: 34px;
    vertical-align: middle;
}
.busLineIconNum {
    font-size: 13px !important;
    text-align: center;
    padding-left: 1px !important;
    vertical-align: middle;
}
/* bus lines */






/* card operations */


.cardLogsListArea {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 32px;
    background-color: #445482 !important;
}
.cardLogsListArea .nav-tabs li {
    width: 50%;
}
.cardLogsListArea .nav-tabs .active a {
    background-color: #445482 !important;
    color: #fff !important;
    border-radius: 0px;
}
.cardLogsListArea .nav-tabs>li>a {
    margin-left: 0px;
    background-color: #C0BFBF;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #C1BFBF;
}
.cardLogsListArea .tab-pane li {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    line-height: 40px;
    border-bottom: 1px solid #D5E7C5;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}
.cardLogsListArea .tab-pane li:hover {
    opacity: 0.7;
}
.cardLogsListArea .tab-pane li i {
    font-size: 28px;
    color: #fff;
    vertical-align: middle;
}
.cardLogsListArea .tab-pane li span {
    font-size: 15px;
    color: #fff;
    padding-right: 5px;
    padding-top: 4px;
}
.cardLogsListArea .tab-pane li x {
    font-size: 13px;
    color: #CBC8C0;
    position: absolute;
    top: 12px;
    right: 6px;
    opacity: 0.8;
}
/* card operations */








/* card operation result */



.pendingWidget {
}
.pendingWidget .subWidgetIconArea {
    position: relative;
    top: 0px;
    margin: auto;
    right: auto;
    width: 200px;
    display: block;
    text-align: center;
}
.pendingWidget .subWidgetIconArea img {
    display: inline-block;
}
.pendingWidget .subWidgetInfoArea {
    position: relative;
    top: -30px;
    right: auto;
    text-align: center;
    display: block;
}
.pendingWidget .subWidgetInfoArea .subWidgetAmount {
    right: auto;
    display: inline-block;
}
.subPageWidgetArea {
    height: 220px;
}
.qrCardWidget .subWidgetAgeType {
    opacity: 1;
    position: relative;
    top: -5px;
}
.subPageCardWidget {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(155,155,155,0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(155,155,155,0.3);
    box-shadow: 0px 2px 3px 0px rgba(155,155,155,0.3);
}
.subWidgetHeader {
    width: 100%;
    height: 32px;
    background-color: #445482;
    position: relative;
}
.subWidgetAliasNumber {
    padding: 0px 10px;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
}
.subWidgetFooter {
    width: 100%;
    /*height: 48px;*/
    /*background-color: #F2F6EF; */
    position: absolute;
    bottom: 10px;
    padding: 5px 15px;
}
.subWidgetIconArea {
    position: absolute;
    top: 50px;
    left: 10px;
}
.subWidgetIconArea i {
    font-size: 96px;
    color: #D3AF5E;
}
.subWidgetIconArea img {
    width: 80px;
    margin-top: 22px;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
}
.pendingWidget .subWidgetInfoArea {
    position: relative;
    top: -30px;
    left: 0px;
}
.subWidgetInfoArea {
    position: absolute;
    top: 60px;
    left: 120px;
}
.subWidgetAgeType {
    font-size: 20px;
    color: #445482;
    display: block;
    opacity: 0;
}
.subWidgetAmount {
    font-size: 34px;
    color: #444444;
    font-weight: 300;
    display: inline-block;
    position: relative;
    top: -15px;
    right: 0px;
}
.subMoney {
    font-size: 20px;
    color: #444444;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -8px;
    top: -2px;
}
.waitingAmount {
    font-size: 20px !important;
    font-weight: 400;
    position: relative;
    top: -4px;
    left: -15px;
}
.waitingAmount .subCurrency {
    font-size: 13px;
    color: #444;
    font-weight: 400;
}
.currency {
    font-size: 11px;
    color: #444;
    font-weight: 400;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
    position: relative;
    left: -21px;
    top: 0px;
}
.subWidgetAmount .currency {
    font-size: 12px;
    color: #444;
    font-weight: 400;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    position: relative;
    left: -14px;
    top: -7px;
}
.subItemUpdateHeader {
    display: inline-block;
    position: relative;
    font-size: 11px;
    font-weight: 500;
}
.subItemUpdateText {
    display: inline-block;
    position: relative;
    color: #858585;
    font-size: 11px;
}
.subWidgetFooterBtn {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 48px;
    text-align: center;
    margin: 8px 3px;
    background-color: #000;
    border-radius: 100%;
    text-decoration: none;
    cursor: pointer;
}
.subWidgetFooterBtn i {
    color: #fff;
    font-size: 24px;
}
.subWidgetOnlineChargeBtn {
    background-color: #A3C884;
}
.subWidgetOnlineChargeBtn:hover {
    background-color: #BAE396;
}
.subWidgetStatementBtn {
    background-color: #EECB7F;
}
.subWidgetStatementBtn:hover {
    background-color: #EDD49F;
}
.subItemUpdateAmount {
    font-size: 11px;
    display: inline-block;
    color: #AB9242;
    font-weight: 500;
}
.subWidgetFooterItem {
    display: block;
    height: 20px;
}
.subWidgetFavoriteArea {
    position: absolute;
    top: 3px;
    right: 8px;
    cursor: pointer;
}
.subWidgetFavoriteArea span {
    color: #fff;
    vertical-align: middle;
    padding: 0px 4px;
}
.subWidgetFavoriteArea i {
    font-size: 28px;
    color: #fff;
    vertical-align: middle;
}
.removeFromFavoritesBtn {
    display: none;
}
.iconsBtn i {
    font-size: 36px;
    vertical-align: sub;
    padding: 0px 8px;
}
/* card operation result */






/* poi page */

.poiPageContent {
    padding: 84px 6px 0px 6px;
}
.poiListArea li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 12px;
    padding-bottom: 10px;
}
.poiListArea li .poiImage {
    width: 40%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.poiListArea li .poiImage img {
    width: 100%;
    height: 124px;
    border-radius: 4px;
}
.poiListArea li .poiContent {
    width: 56%;
    height: auto;
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
}
.poiListArea li .poiItemHeader {
    font-size: 18px;
    color: #333;
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}
.poiListArea li .poiItemText {
    font-size: 12px;
    color: #222;
    display: block;
}
.poiItemButtons {
    text-align: right;
    margin-top: 10px;
}
.poiItemLink {
    color: #054ea9;
    text-decoration: underline;
    font-size: 12px;
    vertical-align: super;
}
.poiItemBtn {
    display: inline-block;
    background-color: #009b00;
    width: 48px;
    height: 32px;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    margin: 0px 10px;
}
.poiItemBtn:hover {
    top: 10px;
    color: #fff;
    opacity: 0.85;
}
.poiItemBtn i {
    font-size: 25px !important;
    line-height: 20px;
}
/* poi page */







/* maps page */



.mapsPageContent {
    padding: 84px 6px 0px 6px;
}
.mapsListArea li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 12px;
    cursor: pointer;
    padding-bottom: 10px;
}
.mapsListArea li .mapsImage {
    width: 40%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.mapsListArea li .mapsImage img {
    width: 100%;
    border-radius: 4px;
}
.mapsListArea li .mapsContent {
    width: 56%;
    height: auto;
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
}
.mapsListArea li .mapsItemHeader {
    font-size: 18px;
    color: #666666;
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}
.mapsListArea li .mapsItemText {
    font-size: 12px;
    color: #222;
    display: block;
}
.mapsItemButtons {
    text-align: right;
    margin-top: 10px;
}
.mapsItemLink {
    color: #445482;
    text-decoration: underline;
    font-size: 12px;
    vertical-align: super;
}
.mapsItemBtn {
    background-color: #666666;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    font-size: 24px;
    margin-right: 6px;
}
.mapsItemBtn:hover {
    opacity: 0.85;
    color: #fff;
}
/* maps page */






/* alerts page */



.alertsPageContent {
    padding: 84px 6px 0px 6px;
}
.alertsListArea li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 12px;
    cursor: pointer;
}
.alertsListArea li .alertsImage img {
    width: 100%;
    border-radius: 4px;
}
.alertsListArea li .alertsContent {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.alertsListArea li .alertsItemHeader {
    font-size: 15px;
    color: #445482;
    display: block;
    font-weight: 600;
}
.alertsDate {
    font-size: 12px;
    margin-bottom: 8px;
    display: block;
    color: #A5A5A5;
}
.alertsListArea li .alertsItemText {
    font-size: 12px;
    color: #222;
    display: block;
}
.alertsItemButtons {
    text-align: right;
    margin-top: 10px;
}
.alertsItemLink {
    color: #445482;
    text-decoration: underline;
    font-size: 12px;
    vertical-align: super;
}
.alertsItemBtn {
    background-color: #CFB258;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    margin-right: 6px;
}
/* alerts page */








/* tariffs page */



.tariffsPageContent {
    padding: 84px 6px 0px 6px;
}
.tariffsListArea li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 12px;
    cursor: pointer;
    background-color: #7c5715;
    margin-bottom: 5px;
    position: relative;
}
.tariffsListArea li .tariffsImage {
    width: 35%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.tariffsListArea li .tariffsImage img {
    width: 90%;
    border-radius: 4px;
}
.tariffsListArea li .tariffsContent {
    width: 56%;
    height: auto;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}
.tariffsListArea li .tariffsItemHeader {
    font-size: 15px;
    color: #fff;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}
.tariffsListArea li .tariffsItemText {
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: 400;
}
.tariffsItemButtons {
    text-align: right;
    margin-top: 10px;
}
.tariffsItemLink {
    color: #445482;
    text-decoration: underline;
    font-size: 12px;
    vertical-align: super;
}
.tariffsItemBtn {
    background-color: #fff;
    color: #445482;
    height: 24px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 6px;
    padding: 0px 10px;
    line-height: 24px;
    vertical-align: middle;
    position: absolute;
    bottom: 6px;
    right: 6px;
}
.tariffsItemBtn i {
    font-size: 24px;
    vertical-align: middle;
}
/* tariffs page */




/* profile page */

.editList {
}
.editList li {
    width: 100%;
    height: 80px;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 15px;
    position: relative;
}
.editListItemHeader {
    color: #445482;
    font-size: 16px;
    display: block;
    font-weight: 500;
}
.editItemHeader {
    color: #445482;
    font-size: 16px;
    display: block;
    font-weight: 400;
    padding-left: 15px;
    margin-top: 10px;
}
.editListItemName {
    color: #333333;
    font-size: 20px;
    padding-top: 5px;
    display: inline-block;
}
.editList li i {
    font-size: 20px;
    padding: 4px;
    position: absolute;
    top: 24px;
    right: 8px;
    color: #445482;
    opacity: 0.5;
}
/* profile page */



/* onlineCharge page */



.onlineChargePageContent {
    text-align: center;
}
.onlineChargePageContent li {
}
div[data-toggle="buttons"] label {
    color: #3C8F9F !important;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #338337;
    display: inline;
    font-size: 26px;
    margin-left: 4px;
}
label, label:focus {
    outline: none !important;
}

.timeSelectArea label{color: #fff;}

label.btn span {
    font-size: 1.5em;
    padding-right: 5px;
}
label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #c8c8c8;
    display: inline;
    font-size: 26px;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #7AA3CC;
    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
    color: #7AA3CC;
}
label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #7AA3CC;
    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
    color: #7AA3CC;
}
div[data-toggle="buttons"] label.active {
    color: #7AA3CC;
}
div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
div[data-toggle="buttons"] label:hover {
    color: #7AA3CC;
}
div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cardInfoArea {
    width: 100%;
    height: 18px;
}
.cardNumberHeader {
    font-size: 16px;
    color: #3C8F9F;
    display: block;
}
.cardNumberText {
    font-size: 20px;
}
/* onlineCharge page */


/* payment page */



.iconsrightBtn {
    text-align: right;
    padding-right: 30px;
}
.iconsrightBtn i {
    font-size: 40px;
    line-height: 62px;
}
.iconsrightBtn span {
    line-height: 62px;
    vertical-align: super;
    padding-right: 5px;
}
/* payment page */




/* payment result page */

.sadad_payment_example_image {
    width: 100%;
    padding-top: 10px;
}
.modalMobile {
    width: 100% !important;
    right: 50%;
    margin-right: -240px;
}
.modal-backdrop {
    width: 480px;
    right: 50%;
    margin-right: -240px;
}
.modal-dialog {
    width: 70%;
    top: 15%;
    height: 217px;
    margin: auto;
}
.transactionDetails {
    display: block;
    width: 86%;
    margin: 0px 7%;
    padding-left: 16%;
}
.transactionDetails li {
    width: auto;
    height: 40px;
    line-height: 30px;
}
.transactionListHeader {
    color: #445482;
    font-size: 16px;
    min-width: 90px;
    width: 20%;
    display: inline-block;
}
.transactionListContent {
    color: #333333;
    font-size: 16px;
}
.paymentResultPageLogo {
    text-align: center;
    width: 160px;
    margin: 10px auto;
}
.paymentResultPageLogo img {
    display: inline-block;
    width: 100%;
}
/* payment result page */




/* busstop detail page */



.listMainGoBtn {
    background-color: #009b00;
    width: 64px;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    position: absolute !important;
    top: 24px;
    right: 12px;
    padding-right: 0px !important;
    cursor: pointer;
}
.listMainGoBtn:hover {
    opacity: 0.8;
}
.listMainGoBtn i {
    font-size: 36px !important;
    line-height: 36px;
}
.mapPanelMainHeadeInfo {
    font-size: 18px;
    color: #666;
    font-weight: 500;
    padding: 0px 12px;
    position: relative;
    top: -4px;
}
.busstopList a, .busstopList a:hover {
    color: #333;
}
.stopBusList {
    padding-top: 10px;
}
.stopBusList li {
    width: 100%;
    height: 58px;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 12px;
    cursor: pointer;
    position: relative;
}
.stopBusList li a {
    color: #333;
}
.stopBusList .stopPlate {
    position: absolute;
    right: -3px;
}
.searchListArea li .stopPlate {
    top: -4px;
    left: -5px;
}
.listActionMenu {
    display: block;
    position: absolute;
    top: 170px;
    right: 7px;
    z-index: 1;
}
.listActionMenu li {
    display: inline-block;
}
.listActionBtn {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 54px;
    text-align: center;
    border-radius: 100%;
    background-color: #ccc;
    margin: 0px 3px;
    -webkit-box-shadow: 0px 2px 53px 0px rgba(56,56,56,0.35);
    -moz-box-shadow: 0px 2px 3px 0px rgba(56,56,56,0.35);
    box-shadow: 0px 2px 3px 0px rgba(56,56,56,0.35);
}
.listActionBtn:hover {
    opacity: 0.8;
}
.listActionMenu li i {
    font-size: 28px;
}
.listFavBtn {
    background-color: #eee !important;
    color: #666;
}
.listFavBtn:hover {
    background-color: #F9E2C3 !important;
}
.listShareBtn {
    background-color: #ECF4FF !important;
    color: #0F94E6;
}
.listShareBtn:hover {
    background-color: #DCEBFF !important;
}
.listDirectionBtn {
    background-color: #A8E49A !important;
    color: #ffffff;
}
.listDirectionBtn:hover {
    background-color: #83CB73 !important;
}
.busListTime {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 5px;
    background-color: #666;
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 10px;
    height: 22px;
}
/* busstop detail page */





/* busline detail page */




.listMainTimeBtn {
    background-color: #f9b51b;
    width: 64px;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
    color: #fff !important;
    position: absolute !important;
    top: 24px !important;
    right: 12px;
    padding-right: 0px !important;
    cursor: pointer;
}
.listMainTimeBtn:hover {
    opacity: 0.8;
}
.listMainTimeBtn i {
    font-size: 38px !important;
    line-height: 40px;
}
.navOnMap {
    background-color: transparent;
}
.busstopList a, .busstopList a:hover {
    color: #333;
}
.busStopList {
    padding-top: 10px;
}
.busStopList li {
    width: 96%;
    height: 56px;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
}
.stopPlate {
    position: absolute;
    top: 40px;
    left: 0px;
    padding: 0px 4px;
    font-size: 9px;
    color: #666;
    display: block;
    font-weight: 500;
}
.busPlate {
    position: absolute;
    top: 40px;
    right: -10px;
    padding: 0px 4px;
    font-size: 9px;
    color: #666;
    display: block;
    font-weight: 500;
}
.mapPanelMainHeader .iconRounded {
    height: 30px;
    position: relative;
    top: -5px;
    background-color: #054ea9 !important;
    line-height: 27px;
    margin-left: 8px;
}
.mapPanelMainHeader .busLineIconNum {
    font-size: 20px !important;
    vertical-align: text-top;
}
.mapPanelMainHeader span {
    font-size: 20px !important;
}
.listDownloadBtn {
    background-color: #81DCD8 !important;
    color: #ffffff;
}
.listDownloadBtn:hover {
    background-color: #52CDC7 !important;
}
/* busline detail page */





/* departure times page */

.departureTimeListArea .tab-content {
    margin-top: 10px;
}
.departureTimeListArea .nav-tabs li {
    width: 50%;
    text-align: center;
}
.departureTimeListArea .nav-tabs .active a {
    background-color: #333 !important;
    color: #fff !important;
    border-radius: 100px;
    border: 0px !important;
    width: auto;
    /* display: inline-block; */
    /* margin: 10px 0px; */
    text-align: center;
    width: 80% !important;
    font-weight: bold;
    margin: 0px 10%;
}
.departureTimeListArea .nav-tabs>li>a {
    font-weight: bold;
    margin-left: 10px;
    background-color: #fff;
    border-radius: 100px;
    color: #666666;
    font-size: 13px;
    border: 2px solid #666666;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #417505;
    color: #fff;
}
.departureTimeListArea .tab-pane span:hover {
    opacity: 0.7;
}
.departureTimeListArea .tab-pane span {
    font-size: 16px;
    color: #333;
    width: 10%;
    display: inline-block;
    height: auto;
    padding: 0px 0px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    border-radius: 30px;
    margin: 0px 1% 10px 1%;
    line-height: 26px;
}

.cc-picker-code-select-enabled::after {
    top: 9px !important;
}

.phoneNumberWrapper .formInput {
    width: 96% !important;
    margin: 8px 2% 8px 2%  !important;
    padding: 0px 10px  !important;
    font-size:17px;
}

.phoneNumberWrapper .formInput::placeholder 
{
    font-size:16px;
}

.registerBtn {
    width: 96% !important;
    margin: 10px 2% !important;
    text-decoration: none;
    font-size: 14px !important;
}

.listPinArea {
    width: 45px;
    text-align: center;
    position: relative;
    top: -7px;
    height: 46px;
}

.listPinArea p {
    position: relative !important;
    margin: 0px !important;
    left: 0px !important;
}



#sidebar::-webkit-scrollbar {
 width: 8px;
 height: 8px;
}
#sidebar::-webkit-scrollbar-button {
 width: 0px;
 height: 0px;
}
#sidebar::-webkit-scrollbar-thumb {
 background: #D1D1D1;
 border: 24px none #ffffff;
 border-radius: 25px;
}
#sidebar::-webkit-scrollbar-thumb:hover {
 background: #D1D1D1;
}
#sidebar::-webkit-scrollbar-thumb:active {
 background: #D1D1D1;
}
#sidebar::-webkit-scrollbar-track {
 background: #F2F2F2;
 border: 7px none #ffffff;
 border-radius: 23px;
}
#sidebar::-webkit-scrollbar-track:hover {
 background: #F2F2F2;
}
#sidebar::-webkit-scrollbar-track:active {
 background: #F2F2F2;
}
#sidebar::-webkit-scrollbar-corner {
 background: transparent;
}

@media (min-width: 1200px) {
    .phoneNumberWrapper, .numericPasswordField {
        width: 86%;
        margin: 0px 7%;
    }
    .formButton {
        width: 86%;
        margin: 10px 7%;
    }
}



.departureTimeListArea .tab-pane a:hover {
    opacity: 0.7;
}
.departureTimeListArea .tab-pane a {
    font-size: 16px;
    color: #333;
    width: 23%;
    display: inline-block;
    height: auto;
    background-color: #fff;
    padding: 6px 10px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    background-color: #e2e9f3;
    border-radius: 30px;
    font-weight: 500;
    margin: 0px 1% 10px 1%;
}

.departureTimeListArea .tab-pane li x {
    font-size: 13px;
    color: #CBC8C0;
    position: absolute;
    top: 12px;
    left: 6px;
    opacity: 0.8;
}
/* departure times page */







/* trip planner page */
.form_time {
    width: 72%;
    margin-left: 14%;
	border-radius: 100%;

}
.tripPlannerHeader {
    width: 100%;
    height: 250px;
    background-color: #b4c2d8;
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0px;
    text-align: center;
    padding: 15px;
    background-image: url(../images/tripPlannerDirectionIcon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10% 20px;
}
.tripPlannerLabel {
    width: 72%;
    height: 36px;
    background-color: #fff;
    border-radius: 29px !important;
    display: inline-block;
    margin: 0px 12% 8px 58px;
    line-height: 36px;
    text-align: left;
    padding: 0px 12px;
    color: #B9B9B9;
    font-size: 15px;
    text-decoration: none;
    border: 0px;
}
/* trip planner page */


.tripBackBtn {
    color: #fff;
    font-size: 36px;
    top: 5px;
}
.tripBackBtn:hover {
    color: #fff;
}
.changeDirectionBtn {
    background-color: rgba(0,0,0,0.15);
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 40px;
    right: 10px;
    color: #fff;
    font-size: 30px;
}
.changeDirectionBtn:hover {
    background-color: rgba(0,0,0,0.30);
    color: #fff;
}
.mapGoBtn {
    background-color: #445482;
    width: 64px;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    position: absolute!important;
    bottom: 16px !important;
    right: 16px;
    padding-right: 0px !important;
    cursor: pointer;
    z-index: 9997;
    -webkit-box-shadow: 0px 2px 53px 0px rgba(56,56,56,0.35);
    -moz-box-shadow: 0px 2px 3px 0px rgba(56,56,56,0.35);
    box-shadow: 0px 2px 3px 0px rgba(56,56,56,0.35);
}
.mapGoBtn a, .mapGoBtn a:hover {
    color: #fff;
}
.mapGoBtn:hover {
    opacity: 0.8;
}
.mapGoBtn i {
    font-size: 36px !important;
    line-height: 36px;
}
.tripPlannerOptions {
    width: 100%;
    height: 40px;
    background-color: #d7e5fb;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.modalFromBottom .modal-dialog {
    width: 100%;
    right: 0px;
    bottom: 0px;
    position: absolute;
    top: auto !important;
    height: auto;
}
.modalFromBottom .modal-content {
    border-radius: 0px;
}
.tripPlannerOptions a {
    border-radius: 26px;
    background-color: #8DC63F;
    display: inline-block;
    height: 30px;
    padding: 0px 20px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 10px 0px 10px;
    cursor: pointer;
}
.tripPlannerOptions a:hover, .tripPlannerOptions a:focus {
    text-decoration: none;
    opacity: 0.9;
    outline: none;
}
.tripPlannerOptions i {
    vertical-align: middle;
    font-weight: bolder;
}
.tripPlannerOptionsTabs {
    text-align: center;
}
.tripPlannerOptionsTabs .nav-tabs {
    border: 0px;
}
.tripPlannerOptionsTabs .nav-tabs li {
    width: 30%;
    margin: 0px 2px 0px 2px;
    float: none;
    display: inline-block;
}
.tripPlannerOptionsTabs .nav-tabs .active a {
    background-color: #6bc5cc !important;
    color: #fff !important;
    border-radius: 0px;
}
.tripPlannerOptionsTabs .nav-tabs>li>a {
    margin-left: 0px;
    background-color: #C0BFBF;
    border-radius: 0px;
    color: #fff;
    font-size: 13px;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #C1BFBF;
}
.tripPlannerOptionsTabs .tab-pane li {
    width: 100%;
    height: 32px;
    background-color: #fff;
    padding: 2px 4px;
    line-height: 32px;
    border-bottom: 1px solid #DADADA;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}
.tripPlannerOptionsTabs .tab-pane li:hover {
    opacity: 0.7;
}
.tripPlannerOptionsTabs .tab-pane li i {
    font-size: 28px;
    color: #CC9823;
    vertical-align: middle;
}
.tripPlannerOptionsTabs .tab-pane li span {
    font-size: 15px;
    color: #333;
    padding-right: 5px;
    padding-top: 4px;
}
.tripPlannerOptionsTabs .tab-pane li x {
    font-size: 13px;
    color: #CBC8C0;
    position: absolute;
    top: 12px;
    left: 6px;
    opacity: 0.8;
}
.date_wrapper .container {
    overflow-x: visible !important;
}
div.date_wrapper {
    width: 265px;
    margin: 20px auto;
    font-size: 15px;
}
div.date_wrapper .date_header {
    height: 25px;
    font-weight: 400;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    display: none;
}
div.date_wrapper .date_header span.title {
    float: right;
    text-align: right;
}
div.date_wrapper .date_header span.selection {
    float: left;
    text-align: left;
    color: #CE0000;
}
div.date_wrapper form {
    position: relative;
}
div.date_wrapper .lines {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    position: absolute;
    top: 58px;
    right: 0px;
    width: 100%;
    height: 24px;
}
div.date_wrapper .lines div {
    margin-right: 220px;
    line-height: 21px;
}
div.drum-wrapper {
    float: right;
}
div.drum figure {
    text-align: right;
}
#drum_hours figure, #drum_date figure {
    text-align: left;
}
#drum_date, #drum_to_date {
    margin-right: 10px;
    margin-left: 5px;
}
#drum_date, #drum_hours, #drum_minutes {
    width: 30px;
}
#drum_hours {
    margin-right: 10px;
}
#drum_minutes {
    margin-right: 4px;
}
#drum_month {
    width: 90px;
}
#drum_fullYear {
    width: 45px;
}
#drum_hours .dial div {
    margin: 0 7px;
}
#drum_minutes .dial div {
    margin: 0 2px;
}
.fullOverlay {
    width: 480px !important;
    position: fixed;
    z-index: 9998;
    bottom: 0px;
    background-color: rgba(0,0,0,0.40);
    height: 100%;
    transition: 0.3s all;
    display: none;
}
.overlayLeft {
    left: 0px;
}
.overlayRight {
    right: 0px;
}
.bottomOptionsInner {
    width: 480px !important;
    position: fixed;
    bottom: -100%;
    top: auto !important;
    height: auto;
    background-color: #fff;
    opacity: 1;
    transition: 0.3s all;
    z-index: 9999;
}
.bottomPanelMainMenu {
    text-align: center;
}
.bottomPanelActionButtons {
    width: 49%;
    height: 40px;
    display: block;
    background-color: #445482;
    margin: 3px 2px 10px 1px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    float: right;
}
.bottomPanelActionButtons:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.tripPlannerOptionsTabs .nav-tabs > li > a {
    padding: 4px 8px !important;
}
.left2pxBorder {
    border-left: 2px solid #947C33;
    margin-right: 1%;
}
/* trip planner page */





/* tripPlanner search page */


.chooseFromMapBtn {
    display: block;
    height: 56px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
    line-height: 56px;
    position: relative;
}
.chooseFromMapBtn span {
    font-size: 18px;
    color: #333;
    padding: 0px 0px 0px 10px;
}
.chooseFromMapBtn i {
    color: #FC9AA6;
    font-size: 24px;
    vertical-align: sub;
}
.favoritePlacesSetArea {
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
.favoritePlacesSetArea li {
    display: block;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #d9d9d9;
    line-height: 30px;
    padding: 12px 10px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.redCancelText {
    color: #E66363;
}
/* tripPlanner search page */



/* register page */

.phoneNumberWrapper {
    position: relative;
}
.registerPhoneArea {
    position: absolute;
    top: 28px;
    left: 20px;
    border: 0px !important;
    width: 77px !important;
    overflow: hidden;
    font-size: 18px;
}
.registerPhoneArea select {
    position: absolute;
    top: 0px;
    border: 0px;
    -webkit-appearance: none;
}
 .registerPhoneArea select::-ms-expand {
 display: none;
}
/* register page */





/* trip options page */


.tripOptionPageContent {
    margin-top: 78px;
}
.tripOptionsList {
    width: 100%;
    height: auto;
}
.tripOptionsList ul {
    width: 100%;
    height: auto;
}
.tripOptionsList li {
    width: 100%;
    height: 115px;
    display: block;
    background-color: #e4f3f4;
    margin: 0px 0px 10px 0px;
    padding: 8px;
    cursor: pointer;
    transition: 0.3s all;
    overflow: hidden;
}
.tripOptionsList li:hover {
    opacity: 0.7;
}
.tripOptionsList li a {
    width: 100%;
    height: auto;
    display: block;
    color: #333;
}
.tripOptionsList .tripOptionTop {
    width: 100%;
    height: 70px;
    padding-top: 10px;
}
.tripOptionsList .tripDuration {
    width: 20%;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-top: 12px;
}
.tripOptionsList .tripDurationDistance {
    font-size: 13px;
    line-height: 15px;
}
.tripOptionsList .tripDurationTimeValue {
    color: #333;
    font-size: 24px;
    display: block;
    line-height: 16px;
    font-weight: bold;
}
.tripOptionsList .tripDurationTimeType {
    color: #333;
    font-size: 16px;
    display: block;
    line-height: 24px;
    font-weight: bold;
}
.tripOptionsList .tripStepsArea {
    width: 71%;
    display: inline-flex;
    line-height: 20px;
    vertical-align: top;
    overflow-x: auto;
    overflow-y: hidden;
    height: 70px;
}
.tripOptionsList .tripStep {
    padding: 0px 2px;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 90px;
    vertical-align: top;
}
.tripOptionsList .tripOptionArrow {
    display: inline-block;
    width: 22px;
    height: 70px;
    vertical-align: top;
}
 .tripStepsArea::-webkit-scrollbar {
 width: 5px;
 height: 5px;
}
.tripStepsArea::-webkit-scrollbar-button {
 width: 0px;
 height: 0px;
}
.tripStepsArea::-webkit-scrollbar-thumb {
 background: #a0d5d9;
 border: 24px none #ffffff;
 border-radius: 25px;
}
.tripStepsArea::-webkit-scrollbar-thumb:hover {
 background: #ffffff;
}
.tripStepsArea::-webkit-scrollbar-thumb:active {
 background: #a0d5d9;
}
.tripStepsArea::-webkit-scrollbar-track {
 background: #F2F2F2;
 border: 7px none #ffffff;
 border-radius: 23px;
}
.tripStepsArea::-webkit-scrollbar-track:hover {
 background: #F2F2F2;
}
.tripStepsArea::-webkit-scrollbar-track:active {
 background: #F2F2F2;
}
.tripStepsArea::-webkit-scrollbar-corner {
 background: transparent;
}
.tripOptionsList .tripWalkTime {
    display: block;
    position: relative;
    top: -7px;
}
.tripOptionsList .tripStep .walkIcon {
    font-size: 40px;
    color: #445482;
}
.tripOptionsList .tripOptionArrow i {
    line-height: 50px;
    /*-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); */
    display: block;
    font-size: 22px;
    color: #999;
}
.tripOptionsList .tripBusIcon {
    margin-top: 15px;
}
.tripOptionsList .tripOptionBottom {
    margin-top: 10px;
}
.tripOptionsList .tripStartTime {
    font-size: 13px;
}
.tripOptionsList .tripTimeValue {
    color: #3599a1;
}
.tripOptionsList .endTimeleft {
    margin-right: 40px;
}
.tripOptionsContainer {
    background-color: #fff;
}
/* trip options page */




/* trip steps page */

.tripStepsPanelCloseBtn {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    background-color: #EEEEEE;
    color: #B4B6B3;
    transition: 0.3s all;
}
.tripStepsPanelCloseBtn:hover {
    background-color: #dddddd;
    color: #A4A4A4;
    text-decoration: none;
}
.tripStepList {
    height: auto;
    display: block;
    padding: 0px 3px;
}
.walkStepsList li {
    border: 0px;
}
.stepItemTime {
    display: inline-block;
    min-width: 70px;
    width: 20%;
    height: auto;
    vertical-align: top;
    text-align:center;
    font-weight: bold;
}
.listWhiteCircle {
    background-color: #054ea9 !important;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    padding: 3px !important;
    vertical-align: top;
}
.listBlackCircle {
    background-color: #333;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    padding: 3px !important;
    vertical-align: bottom;
}
.whiteCircleInner {
    background-color: #fff;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%;
    padding: 0px !important;
}
.listItemLabel {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #333;
    padding: 0px 0px 0px 6px !important;
    position: relative;
    top: -3px;
    width: 90%;
    display: inline-block;
}
.listItemLastLabel {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #333;
    padding: 0px 0px 0px 6px !important;
    position: relative;
    vertical-align: bottom;
    top: 4px;
}
.listArrow {
    color: #9D9D9D;
    font-size: 18px;
}
.stepActionText {
    font-size: 12px;
    color: #555555;
    font-weight: bold;
}
.stepItemTimeInfo {
    color: #445482;
    font-size: 14px !important;
    padding-right: 0px !important;
}
.stopWidgetContent {
    padding: 0px 10px;
    overflow-y: auto;
    height: 208px;
}
.tripStepList li {
    width: 96%;
    height: auto;
    border: 0px;
    position: relative;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
    margin-bottom: 10px;
}
.tripStepList li:hover {
    opacity: 1;
}
.stepListWrapper {
}
.stepListWrapper p {
    font-size: 13px;
    color: #445482;
    margin: 6px 0px;
    position: relative;
    left: 22px;
    font-weight: 600;
}
.stepListWrapperRight p {
    font-size: 13px;
    color: #787878;
    margin: 6px 0px;
    position: relative;
    right: 22px;
}
.stepListInner {
    padding: 0px 0px 0px 30px;
    position: relative;
}
.stepListInnerRight {
    padding: 0px 30px 0px 0px;
    position: relative;
}
.walkStepsList {
    background-image: url(https://a.uguu.se/HOU0ItUaFZPw_tripLineSolid2.png  );
    background-repeat: repeat-y;
    background-size: auto 12px;
    background-position: 6px 0px;
    width: 75%;
    display: inline-block;
    vertical-align: top;
    height: auto;
}
.busStepsList {
    background-image: url(../images/tripLineSolid.png);
    background-repeat: repeat-y;
    background-size: auto 12px;
    background-position: 6px 0px;
    width: 70%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.busStepsListRight {
    background-image: url(../images/tripLineSolid.png);
    background-repeat: repeat-y;
    background-size: auto 12px;
    background-position: right 6px top;
    width: 70%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.walkStepsListRight {
    background-image: url(../images/tripLineDashed.png);
    background-repeat: repeat-y;
    background-size: auto 12px;
    background-position: right 6px top;
    width: 70%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.tripStepsLines {
    border-bottom: 1px solid #d9d9d9 !important;
    width: 100%;
    height: 10px;
}
.tripStepList li:last-child {
    margin-bottom: 0px;
}
.listItemLabel {
    vertical-align: bottom;
}
.listArrow {
    cursor: pointer;
}
.listArrowOpen {
    display: inline-block;
}
.listArrowClose {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    display: none;
}
.extraInfo {
    display: none;
    margin-top: 10px;
}
.itemIcon {
    font-size: 36px !important;
    color: #4faab2;
    position: relative;
    left: -75px;
}

.icon-walk2 {
    left: -95px !important;
    top: 15px;
}
.whiteText {
    color: #fff;
}
.listSmallCircle {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 100%;
    background-color: #333;
    padding: 0px !important;
    position: absolute;
    left: -20px;
    top: 2px;
}
.smallCircleInner {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0px !important;
    display: none;
}
/* trip steps page */


/* card statement page */

.cardStatementDetailsBtn {
    width: 100%;
    height: 42px;
    display: block;
    background-color: #ddc18a;
    line-height: 42px;
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
}
.cardStatementDetailsBtn:hover {
    color: #fff;
}
.cardStatementDetailsBtn i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
}
.statementCardAmount {
    color: #edcf94 !important;
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 13px;
}
.operationInfo {
    padding: 0px !important;
    font-size: 13px !important;
    position: relative;
    left: 50px;
    font-weight: bold;
}
.cardStatementArea .tab-pane li {
    width: 100%;
    height: 60px;
}
.cardStatementArea .tab-pane li i {
    font-size: 42px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.opetationTime {
    position: relative;
    top: -20px;
    right: 0px;
    color: #5d647b;
    font-size: 12px;
    font-weight: normal;
}
.statementCardAmountUsage {
    color: #edcf94 !important;
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 13px;
}
.bottomStatementOptionsInner .date_wrapper {
    width: 185px;
    margin: 20px auto;
    font-size: 15px;
}
.bottomStatementOptionsInner {
    width: 480px !important;
    right: 50%;
    margin-right: -240px;
    position: fixed;
    bottom: -100%;
    top: auto !important;
    height: auto;
    background-color: #fff;
    opacity: 1;
    transition: 0.3s all;
    z-index: 9999;
}
.bottomStatementOptionsInner .lines {
    top: 93px !important;
}
/* card statement page */


/* cards & favorites page */


.favoriteList li {
    width: 100%;
    height: 80px;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}
.favoriteListItemHeader {
    color: #445482;
    font-size: 16px;
    display: block;
    font-weight: 500;
}
.favoriteListItemHeader {
    color: #445482;
    font-size: 16px;
    display: block;
    font-weight: 400;
}
.favoriteItemAmount {
    color: #333333;
    font-size: 20px;
    padding-top: 5px;
    display: inline-block;
}
.favoriteList li i {
    font-size: 26px;
    padding: 4px;
    position: absolute;
    top: 24px;
    right: 8px;
    color: #f2a3b7;
    opacity: 0.6;
}
.favoriteIcon {
    font-size: 42px;
    display: inline-block;
    position: relative;
    top: 0px;
    color: #445482;
}
.favoriteItemText {
    display: inline-block;
    position: relative;
    left: 10px;
}
.favoriteListItemInfo {
    font-size: 12px;
}
.referenceInfo {
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
}
.goldText {
    color: #C69B0C;
}
.languageList i {
    font-size: 30px !important;
}
/* cards & favorites page */







/* responsive pages */




#sidebar {
    display: table-cell;
    bottom: 0;
    position: absolute;
    top: 0px;
}
#map {
    display: table-cell;
    bottom: 0;
    position: absolute;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    right: 0;
    /* Firefox */
    width: -moz-calc(100% - 480px);
    /* WebKit */
    width: -webkit-calc(100% - 480px);
    /* Opera */
    width: -o-calc(100% - 480px);
    /* Standard */
    width: calc(100% - 480px);
}
#sidebar {
    background: #fff;
    left: 0;
    overflow: auto;
}
#sidebar .menuBtn {
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 36px !important;
}
.contextmenu {
    visibility: hidden;
    background: #ffffff;
    border-radius: 6px;
    border: 2px solid #054ea9;
    z-index: 10;
    position: relative;
    width: auto;
    color: #054ea9 !important;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    padding: 2px 40px 2px 4px;
    -webkit-box-shadow: 8px 10px 24px 0px rgba(47,71,67,0.21);
    -moz-box-shadow: 8px 10px 24px 0px rgba(47,71,67,0.21);
    box-shadow: 8px 10px 24px 0px rgba(47,71,67,0.21);
}
.context {
    color: #054ea9 !important;
}
/* responsive pages */

/*
    PAYMENT STYLES
*/
.pageMiniHeadings {
    font-size: 18px !important;
    color: #054ea9 !important;
    margin-top: 10px;
    font-weight: bold;
}
.cardAliasNum {
    font-size: 18px;
    color: #222C2C;
}
.smallInput {
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 22px;
    width: auto !important;
}
.smallInput::placeholder {
font-size:22px;
color:#D2D2D2;
text-align: center;
line-height: 56px;
}
.smallInput[disabled] {
    color: #999;
}
.wideModal {
    width: 60% !important;
    margin: 0px 20% !important;
}
.wideModal .modal-dialog {
    width: 100% !important;
    right: 0% !important;
}
.smallFormButton {
    width: auto;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    text-align: center;
    display: table;
    margin: auto;
}
.checkbox label:after, .radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    left: 1px;
}
.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}


          
          
          .wizard {
    margin: 0px auto 10px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 5px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 18px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #054ea9 !important;
}
.wizard li.active span.round-tab i{
    color: #054ea9 !important;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 44%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #8DC63F;
    transition: 0.1s ease-in-out;
}

            .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 41%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #8fbd8f !important;
}
            

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 10px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
        border:0px;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 30px;
    text-align: center;
}
            
            .wizard li .round-tab i {
    font-size: 32px;
    vertical-align: middle;
}

            
.wizard h3 {
    margin-top: 0;
}
.step1 .row {
    margin-bottom:10px;
}
.step_21 {
    border :1px solid #eee;
    border-radius:5px;
    padding:10px;
}
.step33 {
    border:1px solid #ccc;
    border-radius:5px;
    padding-left:10px;
    margin-bottom:10px;
}
.dropselectsec {
    width: 68%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}
.dropselectsec1 {
    width: 74%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}
.mar_ned {
    margin-bottom:10px;
}
.wdth {
    width:25%;
}
.birthdrop {
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    width: 16%;
    outline: 0;
    font-weight: normal;
}


/* according menu */
#accordion-container {
    font-size:13px
}
.accordion-header {
    font-size:13px;
    background:#ebebeb;
    margin:5px 0 0;
    padding:7px 20px;
    cursor:pointer;
    color:#fff;
    font-weight:400;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px
}
.unselect_img{
    width:18px;
    -webkit-user-select: none;  
    -moz-user-select: none;     
    -ms-user-select: none;      
    user-select: none; 
}
.active-header {
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    background:#F53B27;
}
.active-header:after {
    content:"\f068";
    font-family:'FontAwesome';
    float:right;
    margin:5px;
    font-weight:400
}
.inactive-header {
    background:#333;
}
.inactive-header:after {
    content:"\f067";
    font-family:'FontAwesome';
    float:right;
    margin:4px 5px;
    font-weight:400
}
.accordion-content {
    display:none;
    padding:20px;
    background:#fff;
    border:1px solid #ccc;
    border-top:0;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px
}
.accordion-content a{
    text-decoration:none;
    color:#333;
}
.accordion-content td{
    border-bottom:1px solid #dcdcdc;
}
            
        

            
.modal-open .modal{
    overflow-y: auto;
}
            
            

            
@media screen and (max-width: 990px) and (min-width: 800px) {
    
                .wizard li.active:after {
                    left: 40%;
                }
            }

            
@media screen and (max-width: 1200px) and (min-width: 990px) {
    
                .wizard li.active:after {
                    left: 41%;
                }
            }

            
@media screen and (max-width: 1300px) and (min-width: 1200px) {
    
                .wizard li.active:after {
                    left: 42%;
                }
    
            
            }
            
    @media screen and (max-width: 1400px) and (min-width: 1300px) {
    
                .wizard li.active:after {
                    left: 43%;
                }
        
        
    }
            
    @media screen and (max-width: 1500px) and (min-width: 1400px) {
    
                .wizard li.active:after {
                    left: 43%;
                }
    }

                @media screen and (max-width: 1600px) and (min-width: 1500px) {
    
                .wizard li.active:after {
                    left: 44%;
                }
    }

            
                        @media screen and (max-width: 1700px) and (min-width: 1600px) {
    
                .wizard li.active:after {
                    left: 44.5%;
                }
    }

            
                            @media screen and (max-width: 1800px) and (min-width: 1700px) {
    
                .wizard li.active:after {
                    left: 44.8%;
                }
    }

            
                
                            @media screen and (max-width: 1900px) and (min-width: 1800px) {
    
                .wizard li.active:after {
                    left: 45%;
                }
    }
            
                
                            @media screen and (max-width: 2000px) and (min-width: 1900px) {
    
                .wizard li.active:after {
                    left: 45.5%;
                }
    }

            

            
            
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
        
            
            .rechargeSummaryArea {
    width: 90%;
    height: auto;
    background-color: #e4f0ff !important;
    margin: 0px 5%;
    padding: 10px;
}
            
            .rechargeSummaryArea2 {
    width: 90%;
    height: auto;
    background-color: #e4f0ff !important;
    margin: 20px 5%;
    padding: 10px 14px;
    text-align: left;
    position: relative;
}

            
            .rechargeSummaryAreaText{
                font-size: 14px;
                display: block;
            }
            
            
                .rechargeSummaryAreaAmount{
                font-size: 26px !important;
                color: #054ea9!important;
                display: block;
                font-weight: bold;
            }
            
            
            
            .rechargeSummaryAreaText2 {
    font-size: 14px;
    display: inline-block;
    color: #666 !important;
    vertical-align: middle;
}
            
            
            .rechargeSummaryAreaAmount2 {
    font-size: 26px !important;
    color: #444;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px;
    font-weight: bold;
}
            
            
            
                .wizard .checkbox .cr, .wizard .radio .cr {
                position: relative;
                display: inline-block;
                border: 2px solid #054ea9 !important;
                background-color: #fff;
            }
            
            .rechargeFormButton {
    width: 60%;
    display: block !important;
    margin: 8px 20% !important;
    padding: 0px 20px !important;
    text-align: left;
    position: relative;
}
            
            .rechargeFormButton:hover {
                opacity: 0.9;
            }
            
            
            .rechargeTermConditionsArea {
                width: 100%;
                height: 100%;
                background-color: #eee;
                position: absolute;
                top: 0px;
                line-height: 26px;
                z-index: 1;
                padding: 30px;
                transition: all 0.3s;
                display: none;
            }
            
            
            .cvvInfoArea
            {
                width: 100%;
                height: 100%;
                background-color: #eee;
                position: absolute;
                top: 0px;
                line-height: 26px;
                z-index: 1;
                padding: 30px;
                transition: all 0.3s;
                display: none;
            }
            
            .payment3dArea
            {
                width: 100%;
                height: 107%;
                background-color: #eee;
                position: absolute;
                top: 0px;
                line-height: 26px;
                z-index: 1;
                padding: 30px;
                transition: all 0.3s;
                display: none;
            }
            
            
            
            
            
            
            .modalFormButton {
                /* width: 96%; */
                margin: 8px 2%;
                height: 64px;
                border-radius: 32px;
                border: 0px;
                padding: 10px 20px;
                line-height: 64px;
                text-align: center;
                font-size: 20px;
                color: #fff;
                background-color: #333 !important;
                display: inline;
                cursor: pointer;
                transition: all 0.3s;
            }
            
            
            .modalFormButtonWhite {
            /* width: 96%; */
            margin: 8px 2%;
            height: auto;
            border-radius: 32px;
            border: 0px;
            padding: 5px 10px;
            text-align: center;
            font-size: 16px;
            color: #054ea9 !important;
            background-color: #fff;
            display: inline;
            cursor: pointer;
            transition: all 0.3s;
        }
            
        
                    
            .buttonAlignRight {
            position: absolute;
            top: 2px;
            right: 2px;
        }

            
            .creditCardFormArea{
                text-align: left;
            }
            
            .creditCardFormArea .formInput{
                text-align: left;
            }
            
            
        .wizard .formInput {
            width: 60% !important;
            margin: 8px 20% !important;
            height: 64px !important; 
        }

            
        .wizard     .editItemHeader {
    color: #054ea9 !important;
    display: block;
    font-size: 18px;
    font-weight: 500;
    width: 60% !important;
    font-weight: bold;
    display: block;
    margin: 10px 20% 0px 20% !important;
    padding-left: 0px !important;
}
            
            .modalFormButton:hover {
                color: #fff;
                opacity: 0.9;
            }
            
            
            .pinkBtnColor {
                background-color: #054ea9 !important;
            }
            
            .greenBtnColor {
                background-color: #009b00 !important;
            }

 .orangeBtnColor {
                background-color: #EA9D34 !important;
            }

   .darkBlueBtnColor {
                background-color: #054ea9 !important;
            }
            
            .disabledBtnColor {
                opacity: 0.5;
            }
            .checkedCircle {
                position: absolute;
                border: 2px solid #fff;
                color: #fff;
                width: 20px;
                height: 20px;
                top: 27px;
                left: 47px;
                border-radius: 100%;
                text-align: center;
                font-size: 12px !important;
                line-height: initial;
                background-color: #009b00 !important;
            }
            
            
            .checkedCircle i {
                font-size: 18px;
                text-align: left;
                padding: 0px;
                position: absolute;
                top: 0px;
                left: 0px;
            }
            
            .wizard{
                position: relative;
            }
            
            
            
        .rechargeTermConditionsBtn {
    color: #054ea9;
    /* font-weight: bold; */
    text-decoration: underline;
}
            
            
        .formHalfRow {
    display: inline-block;
    width: 35%;
    margin-left: 13%;
}
        
            .saveCardCheck {
            width: 60%;
            margin: 8px 20%;
        }
            
    .rightFormHalfRow {
    margin-left: 0px;
    position: relative;
     left: -14%;
    display: inline-block;
    width: 40%;
}
            
.whatsCVVBtn {
    color: #ccc !important;
    vertical-align: middle;
    font-size: 36px;
    position: relative;
    left: -6%;
}
            
            .saveCardCheck label {
            color: #009b00 !important;
            font-size: 16px;
            font-weight: bold;
            padding-left: 0 !important;
        }
            
            .centerBtnText{
                text-align: center !important;
            }
            
            
            .countDownArea{
                font-size: 28px;
                margin: 20px 0px;
            }
            
            
            .transactionSummary{
                
                
            }
            
            .transactionSummary .divCircle {
                width: 80px;
                height: 80px;
                border-radius: 100%;
                color: #fff;
                font-size: 72px;
                line-height: 96px;
                text-align: center;
                margin: auto;
            }
            
            
            
            .transactionSummary h2 {
                font-size: 26px;
                margin: 20px 0px;
            }
            
            .transactionSummary .okeyColor{
                background-color: #009b00 !important;
            }
            
            .transactionSummary .notOkeyColor{
                background-color:#F95F5F;
                
            }
            
            
            .transactionSummary .okeyColorText{
                color: #009b00;
                font-weight: 600;
            }
            
            .transactionSummary .notOkeyColorText{
                color:#F95F5F;
                
            }
            
            
            .transactionSummary table{
                text-align: left;
                margin: 10px auto;
                
            }
            
            .transactionSummary .tableHeads{
                color: #666 !important;
            }
            
            .transactionSummary table td{
                padding: 5px;
            }

            .buslineheadsign {
                margin-left:85px;
                margin-top:-45px !important;
                font-size:20px
            }

            .buslinedetailheadsign {
                margin-top:-68px !important;
                margin-left:105px;
                font-size:20px
            }

            .tripAmount {
                float:right;
                color: #FF0055 !important;
                font-weight:bold
            }

            .legDetails {
                top: 50%;
                position: absolute;
                margin-top: -30px;
                left: 0px;
                text-align:center
            }
            .iconRounded{
            	background-color: #009b00 !important;
            	color:#fff !important;
            	font-weight: bold;
            }

            .mainTopBar {
                    width: 100%;
                    height: 60px;
                    background-color: #2849a8;
                    z-index: 10000;
                    position: fixed;
                    top: 0px;
                    left: 0px;
                }
         
         
          
        .mainTopBar .topBarMenu {
                color: #fff;
                font-size: 26px;
                width: 60px;
                height: 60px;
                display: inline-block;
                line-height: 60px;
                vertical-align: middle;
                text-align: center;
                background-color: #213c89;
                transition: all 0.2s;
                text-decoration: none;
            }

          
           
            .mainTopBar .topBarMenu:hover{
                    background-color: #3858b6;
                }
          
          
          .mainTopBar .topBarLogo {
                width: auto;
                height: 60px;
                padding: 4px;
                    

                }
          
          
          #map{
              top: 60px !important;
              height: calc(100% - 60px);
          }
      
          
            #sidebar{
              top: 60px !important;
              height: calc(100% - 60px);
          }
          
          .subNav {
             top: 60px;
          }
          
         .searchTopArea {
             background-color: #ecf0f9;
          }
          
        .searchBox {
            width: 96%;
            height: 46px;
            border-radius: 6px;
            border: 2px solid #d0e0ef;
        }
          
          
          
          .searchTapTextArea {
            width: 100%;
            height: 40px;
            background-color: #fff;
            border: 0px;
            padding: 0px 10px 0px 40px;
            color: #333;
            font-size: 20px;
            line-height: 40px;
            display: block;
        }
          
          
          .appSideNav {
             top: 60px;
          }
          

          .homeContentArea {
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    border-radius: 8px;
    margin-top: 20px;
}


.cardApplicationArea {
    width: 100%;
    height: 110px;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    background-image: url("../images/card_application_banner.jpg");
    background-size: auto 140%;
    background-repeat: no-repeat;
    text-align: center;
}