/**
 * @auther Mafuzul Hoque
 * @fileName bootstrap.css
 * @class Bootstrap
 * @package app.whistle
 */

*
{
	box-sizing: border-box;
}

html, body 
{
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-weight: 100;
    font-family : "-apple-system"						/*for San Francisco in Safari on Mac OS X and iOS, and it targets Neue Helvetica
    													  and Lucida Grande on older versions of Mac OS X*/
    			, "BlinkMacSystemFont"					/*for equivalent for Chrome on Mac OS X*/
    			, "Lato", "Open Sans", "Roboto"			/*for Android and newer Chrome OS*/
    			, "Oxygen", "Ubuntu", "Cantarell"		/*for KDE, Ubuntu and GNOME*/
    			, "Fira Sans"							/*for Firefox OS*/
    			, "Droid Sans"							/*for older versions of Android*/
    			, "Segoe UI"							/*for Windows and Windows Phone*/
    			, "Helvetica Neue", "Lucida Grande"		/*for pre-El Capitan versions of Mac OS X*/
    			, "Helvetica", "Arial", "sans-serif"	/*for others and default*/
    			;
}
body
{
 	background : rgba(0, 0, 0, 0) url("images/background-map.png") repeat-x scroll 0 0 / auto 100%;
}
ul, li, label
{
	font: inherit;
}
input
{
	text-overflow: ellipsis;
}
input:focus
{
	text-shadow: none;
}
button, input, a, [data-role="page-title"]
{
	outline: none;
}

[data-layer-level="top"]
{
	z-index: 2147483647;
}
[data-layer-level="second"]
{
	z-index: 2147483600;
}
[data-layer="modal"]
{
	position: fixed; 
	left: 0; 
	top: 0; 
	right: 0; 
	bottom: 0;
	width: auto;
	height: auto;
    overflow: hidden;
}
[data-valid="valid"]
{
}
[data-valid="invalid"]
{
}
[data-container-type="popup"]
{
	display: none;
	height: auto;
	position: absolute;
}
[data-container-type="popup"] ul
{
}
[data-type="order"]
{
}
nav label, nav span, nav button, nav a,
.slider-container label, slider-container span, slider-container button, slider-container a,
.modal-dialog-toolbar label, .modal-dialog-toolbar span, .modal-dialog-toolbar button, .modal-dialog-toolbar a,
[data-role="combobox"] label, [data-role="combobox"] span, [data-role="combobox"] button, [data-role="combobox"] a,
[data-unselectable="ture"], [data-unselectable="ture"] *
{
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	
	/* Introduced in IE 10.*/
	-ms-user-select: none;
	user-select: none;
}

/*input[type="text"]:focus
{
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}*/
/*
[data-animate="true"]
{
	transition: left 0.5s ease-in-out 0s, right 0.5s ease-in-out 0s, top 0.5s ease-in-out 0s, bottom 0.5s ease-in-out 0s;
}*/


[data-animation-starts-at="top"][data-animate="true"]
{
	transition: top 0.5s ease-in-out 0s;
}
[data-role="slider-element"][data-animate="true"],
[data-animation-starts-at="left"][data-animate="true"]
{
	transition: left 0.5s ease-in-out 0s;
}
[data-animation-starts-at="right"][data-animate="true"]
{
	transition: right 0.5s ease-in-out 0s;
}

[data-blur="true"]
{
	filter: blur(1px) brightness(0.99);
}

#map 
{
    height: 100%;
    visibility : hidden;
}
#map > div:first-child
{
    bottom: -11px;
    height: auto;
    background: transparent;
}

.controls 
{
    height: auto;
    padding: 0;
    margin: 10px 0 0;
    outline: none;
    visibility: visible;
    width: 100%;
}

/*
* slider - START
*/
.slider-container
{
	position: relative;
}
.slider-previous-element, .slider-element, .slider-next-element
{
    position: absolute;
    top: 0;
    height: 100%;
    border : none;
    z-index: 0;
}
.slider-previous-element
{
	left: 0;
	right: auto;
}
.slider-element
{
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
.slider-next-element
{
	left: auto;
	right: 0;
}
/*
* slider - END
*/
/**
 * @auther Mafuzul Hoque
 * @fileName app.css
 * @class App
 * @package app.whistle
 */

input::placeholder 
{
	font-size: 1.5rem;
	text-shadow: none;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="number"], input[type="date"], input[type="time"]
{
    font-family: Roboto;
    font-size: 1.5rem;/* 2rem; */
    font-weight: 300;
    height: 37px;
    padding: 0 5px;
    text-overflow: ellipsis;
    width: 100%;
}
input[type="date"], input[type="time"]
{
	-webkit-appearance : none;
	text-overflow: ellipsis;
}

button, input, a, [data-role="page-title"]
{
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

[data-type="number"], [data-type="currency"]
{
	font-family: "Economica","fantasy","Roboto";
}
[data-type="currency"]
{
	color : black;
}
[data-valid="invalid"]
{
	border : 1px solid red;
}
[data-container-type="popup"]
{
	background: inherit;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.75);
}
[data-container-type="popup"] ul
{
	line-height: 0;
}
[data-type="order"]
{
	background: #4d92fe;
	color: inherit;
    margin-top: 5px;
    text-align: right;
}

.controls 
{
    border-radius: 2px 0 0 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    background-color: #4d92fe;
    color: #fff;
}

#controls-panel 
{
/* 	display: none;
	visibility : hidden;
	opacity : 0; */
	width: 99.99%;
	font: 400 11px Lato, Roboto, Arial, sans-serif;
}

#controls-panel button
{
	border-color: white;
	cursor: pointer;
}

.row 
{
    height: 40px;
    margin-bottom: 2px;
    position: relative;
    width: 100%;
}
.row:last-child 
{
    margin-bottom: 0;
}
.row-panel 
{
    display: inline-block;
    position: relative;
    width: 100%;
}
/*
* slider - START
*/
.slider-previous-element
{
	border-right: 2px dotted black;
}
.slider-element
{
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
.slider-next-element
{
	border-left: 2px dotted;
}
/*
* slider - END
*/

/*
* modal-dialog - START
*/
.row.item
{
    height: 40px;
    margin-bottom: 20px;
}
.row.label
{
    height: 25px;
}
.row.may-has-content
{
    height: 4px;
}
.row.group-end
{
	border-bottom: 1px dashed;
    padding-bottom: 15px;
}
.row.label > label/* .modal-dialog .row > label */
{
	vertical-align: bottom;
}
.modal
{
	display: none;
	background: rgba(255, 255, 255, 0.08);
}
.modal .row
{
	display : table;
}
.modal .row > *
{
	display : table-cell;
    margin: 0;
    padding: 0;
}

/*
* modal-dialog - END
*/

/*
* Go to current gps location - START
*/
#go-to-current-location-panel
{
	visibility : hidden;
	margin-right: 10px;
}
#go-to-current-location-panel[data-state="ready"]
{
	visibility : visible;
}
#go-to-current-location-panel button
{
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
	border: none;
	box-shadow: 0px 1px 4px -1px rgba( 0, 0, 0, 0.3 );/* 1px 1px 2px rgba( 0, 0, 0, 0.5 ); */
	background: rgba( 255, 255, 255, 0.85 );/*iPhone*/
}
/* #go-to-current-location-panel button::after
{
	content : "⌖";
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	line-height: 0;
} */
#go-to-current-location-panel button::after 
{
    content: "\27A4";
    color: #0063ff;
    display: inline-block;
    font-size: 2rem;
    transform: rotate(-45deg);
}
[data-device="android" i] #go-to-current-location-panel button::after
{
	font-weight: normal;
	line-height: 1;
}
[data-device-os="iOS" i] #go-to-current-location-panel button::after 
{
	height: 24px;
	width: 24px;
	font-size: 1.25rem;
}

/*
* Go to current gps location - END
*/

/*
* combobox & list - START
*/
.row ul
{
	margin-top: 0;
}
.row ul[data-role="combobox-drop-down"]
{
    display : none;
	margin-bottom: 30px; 
}
.row li[data-role="combobox-drop-down"]
{
	height: 0;
	margin-top: -3px;
}
ul[data-role="combobox"], ul[data-role="list"]
{
	list-style-type: none;
	padding: 0;
}
ul[data-role="combobox"]
{
	display: table; 
	width: 100%; 
}

ul[data-role="combobox-drop-down"]
{
	background: #01acc2;
	box-shadow: 12px 12px 30px rgba( 0, 0, 0, 0.75 );/*0px 5px 20px rgba( 0, 0, 0, 0.75 );*//* 0px 2px 12px rgba( 0, 0, 0, 0.3 ); */
	border: 1px solid;
    border-top: 1px dotted;
    font-size: inherit;
}
ul[data-role="combobox-drop-down"] li[data-role="list-item"] 
{
    border-bottom: 1px dotted;
    font-size: 0.76rem;
    height: auto;/*40px;*/
}
ul[data-role="combobox-drop-down"] .row:last-child 
{
    border-bottom: medium none;
}
[data-role="combobox-selected-label"] 
{
    border: 1px solid;
    cursor: pointer;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.5 );
    box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.5 );
}
[data-role="combobox-selected-label"]::after 
{
    content: "\25BC";
    float: right;
}
[data-role="combobox-selected-label"][data-valid="invalid"]
{
	border : 1px solid red;
}
ul[data-role="list"] li[data-role="list-item"]
{
	height: 50px;
	margin-bottom: 10px;
}
li[data-role="list-item"]
{
	padding: 9px 0px;
}
li[data-role="list-item"] label
{
	text-align: left;
}
/*
* combobox & list - END
*/
/**
 * @auther Mafuzul Hoque
 * @fileName gps-marker.css
 * @class GPSMarker
 * @package app.whistle
 */

/*
img[src*="gps"]
{
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: gpsmarker;
    animation-timing-function: ease-in-out;
}
@keyframes gpsmarker 
{
	0% 
	{
	    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}
	44.99% 
	{
	    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}
	50% 
	{
	    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
	}
	54.99% 
	{
	    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}
	100% 
	{
	    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}
}
*/
/* works fine on desktop and iOS, but not on android
* U-GPSCLCSSA.way-2:Desktop & iOS but not in Android-disabled
*/
/*
[title="Current GPS Location"]::before, [title="Current GPS Location"]::after
{
	border-radius: 50%;
	box-sizing: border-box;
	content: " ";
	display: inline-block;
	height: 100%;
	left: 0;
	opacity : 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
[title="Current GPS Location"]::before
{
	background: rgba(68, 135, 242, 0.3);
	transform: scale(0.5);
}
[title="Current GPS Location"]::after
{
	border: 7.5pt solid white;
	background: rgba(68, 135, 242, 0.8);
	transform: scale(0.25);
}

img[src*="gps"]
{
	border: 1px solid rgb(128, 175, 217);
/ * 	box-shadow: 0 0 40px 5px #F8AA0C33; * /
	border-radius: 50%;
	background-color: rgba(128, 175, 217, 0.1);
	position: relative;
	animation: ripple 10s infinite ease-in-out 0.1s;
	transform: scale(0.35);
	z-index: 0;
}

[data-device-type="desktop"] [title="Current GPS Location"]::after
{
	border: 5pt solid white;
}

@keyframes ripple
{
	0%{ transform: scale(0.3); }
	75%{ transform: scale(0.3); }
	90%{ transform: scale(1); }
	97.5%{ transform: scale(1); }
	100%{ transform: scale(0.3); }
/ *
	0%{ transform: scale(0.35); }
	25%{ transform: scale(0.35); }
	50%{ transform: scale(1); }
	75%{ transform: scale(0.35); }
	100%{ transform: scale(0.35); }
* /
}
*/

/*
* U-GPSCLCSSA.way-1:specific to Android, so to Desktop & iOS
*/
img[src*="gps"]
{
	animation: ripple 10s infinite ease-in-out 0.025s;
	background-image: url('images/themes/default/gps-marker-oc-blue-hole-64x64.png');
	background-repeat: no-repeat;
	background-size: 0%;/* 33%; */
	background-position: center;
	border-radius: 50%;
}
@keyframes ripple-old
{
	0%{ background-size: 33%; }
	65%{ background-size: 33%; }
	80%{ background-size: 100%; }
	98%{ background-size: 100%; }
	100%{ background-size: 33%; }
}
@keyframes ripple
{
	  0.00%{ background-size:   0%; }
	  5.00%{ background-size:  40%; }
	 70.00%{ background-size:  40%; }
	 80.00%{ background-size: 100%; }
	 90.00%{ background-size: 100%; }
	 99.90%{ background-size: 800%; }
	 99.99%{ background-size: 800%; }
	100.00%{ background-size:   0%; }
}
/**
 * @auther Mafuzul Hoque
 * @fileName app-version.css
 * @class AppVersion
 * @package app.whistle
 * @Update : U-DVBC, U-UAV-CL-A13.5, U-ImplFSOLItem-CL-A16.1
 */

/*U-UAV-CL-A13.5*/
#app-version
{
	display: flex;
	width: 100%;
	justify-content: center;
	position: fixed;
	bottom: -27px;
	visibility: hidden;
	
	/*U-ImplFSOLItem-CL-A16.1 - START*/
	z-index: 2147483599;		/*Hide on Dialog*/
/*	z-index: 99999999999;	*/	/*Show Always	*/
	/*U-ImplFSOLItem-CL-A16.1 - END*/
}
#app-version > *
{
	background: rgba(0,0,0,0.5);
	border-radius: 5pt;
	bottom: 30px;
	box-shadow: 0px 0px 6px rgba( 0, 0, 0, 0.9 );
	color: white;
	font-size: 0.6rem;/* 0.95rem; */
	letter-spacing: 1pt;
	padding: 2px 4px;
	position: absolute;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
	
	/*U-UAppV-A13.1*/
	text-align: center;
}

body[data-day-status="NIGHT" i] #app-version > * 
{
	background: rgba( 150, 150, 150, 0.5 );
	box-shadow: 0px 0px 6px rgba( 50, 50, 50, 0.9 );
	text-shadow: 1px 1px 2px rgba( 50, 50, 50, 0.75 );
}

/*U-UAppV-A13.1*/
#app-version a
{
	color: #f6f60c;/* inherit; */
	font-size: 0.5rem;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;/* underline; */
	/* border-bottom: 1px solid darkgray; */
}

/*U-UAppV-A13.1*/
#app-version hr
{
	margin: 2px 0;
}

/*U-UAV-CL-A13.5*/
@media ( orientation : portrait )
{
	[data-device-type="mobile"] #app-version label
	{
		margin-left : 50px;
	}
}
/**
 * @auther Mafuzul Hoque
 * @fileName notification.css
 * @class Notification
 * @package app.whistle
 */

#menu-bar .notification-panel
{
    background: transparent none repeat scroll 0 0;
    border: medium none;
    bottom: 5px;
    box-shadow: none;
    position: absolute;
    right: 5px;
    width : 40px;
}
#notification[data-total-notifications]:not([data-total-notifications=""]) 
{
    border: 2px dotted #c4c337;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
    display: inline-block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    transition: top 1.5s ease-in-out 0s;
    width: 40px;
}
#notification[data-total-notifications]:not([data-order-status="pending" i]) 
{
    color: white;
}
#notification[data-order-status]:not([data-order-status~="pending" i]):not([data-order-status~="accepted" i]):not([data-order-status~="unaccepted" i]) 
{
    display: none;
}
#notification[data-order-status="pending" i]
{
    background: yellow none repeat scroll 0 0;
    color: black;
}
#notification[data-order-status="unaccepted" i]
{
    background: red none repeat scroll 0 0;
}
#notification[data-order-status="accepted" i]
{
    background: #4d92fe;
}
#notification[data-order-status]::before 
{
    content: attr(data-order-status);
    display: none;
    text-transform: lowercase;
}
/*#notification[data-total-notifications]:not([data-total-notifications=""])::after 
{
    content: attr(data-total-notifications);
    display: table-cell;
    vertical-align: middle;
    font-size: inherit;
    font-weight: bold;
} */
/*iOs safari required the following to work 'border-radius: 50%;'*/
#notification[data-total-notifications]:not([data-total-notifications=""])::after 
{
	content: attr(data-total-notifications);
	display: inline-block;
	vertical-align: middle;
	font-size: inherit;
	font-weight: bold;
	background: inherit;
	border-radius: 50%;
	line-height: 1.9;
}

[data-role="order-container"]
{
	display: flex;
	width: 100%;
	padding: 0 5px;
	height: 42px;
}
[data-role="order-container"] > *
{
	white-space: nowrap;
}
[data-role="order-status"], [data-role="order-fare"]
{
	margin: auto;
}
[data-role="order-status"]
{
	width: 32px;
	text-align: center;
}
[data-role="order-origin-destination"], [data-role="order-matrix"]
{
    overflow:hidden;
    line-height: 1.25;
    min-width: 50px;
}
[data-role="order-origin-destination"]
{
    /* flex-grow: 4; */
	flex-shrink: 100;
    text-align: left;
    text-overflow:ellipsis;
	padding: 0 5px;
}
[data-role="order-matrix"]
{
    flex-grow: 1;
	border-right: 1px solid;
	padding: 0 5px;
}
[data-role="order-fare"]
{
	font-size: 1.3rem; 
	font-weight: bold;
	text-align: right;
	padding-left: 5px;
}

[data-role="order-fare"]::before
{
    content: "\0024";
}
/**
 * @auther Mafuzul Hoque
 * @fileName notifications-popup.css
 * @class Notification
 * @package app.whistle
 */

#notifications-popup, .notifications-item
{
	position: fixed;
	left: auto;/* 5px; */
    right: -110%;/* 5px; */
    bottom: 50px;
    width: 98%;
    display : block;
	background: rgba(255, 255, 255, 0.15);/* rgba(255, 255, 255, 0.1); */ /* #4d92fe; */
    padding: 0 5px 5px;
    border-radius: 7pt;
	
	/*U-UpgdNotifAni-CL-A20.1[e.1]*/
    z-index : 10;
}

/*U-UNP-A-13.1 -> U-UNP-A-13.1.1*/
#notifications-popup
{
	overflow: 
		/* auto; */ /*U-UNP-A-13.1.1*/
		hidden; /*U-UNP-A-13.1.2*/
	max-height: 80%;
	height: 51.4%;
/* 	display: flex;
	flex-flow: column;
 */
	background: transparent;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	bottom: 38px;
	width: 100%;
}

#menu-bar .notifications-item 
{
    width: 98%;
}
[data-type="order"], .notifications-item [data-role="order-container"]
{
    background: rgba( 77, 146, 254, 0.8 );/* rgba( 77, 146, 254, 0.6 ); */ /* rgba( 255, 255, 255, 0.75 ); */
/*     color: black; */
	border-radius: 7pt;
	border: 1px solid rgba( 255, 255, 255, 0.75 );
}
/* [data-order-status="pending" i], .notifications-item[data-order-status="pending" i]
{
	box-shadow: 0px 0px 5px 0px yellow;
}
* [data-order-status="pending" i], [data-order-status="pending" i] [data-role="order-matrix"]
{
	border-color : yellow;
} *
[data-order-status="unaccepted" i], .notifications-item[data-order-status="unaccepted" i]
{
	box-shadow: 0px 0px 5px 0px red;
}
* [data-order-status="unaccepted" i], [data-order-status="unaccepted" i] [data-role="order-matrix"]
{
	border-color : #ff6363;
} *
[data-order-status="accepted" i], [data-order-status="accepted" i] [data-role="order-matrix"]
{
	border-color : white;
} */

#notifications-popup [data-order-status="pending" i] [data-role="order-status"]::after, .notifications-item[data-order-status="pending" i] [data-role="order-status"]::after
{
	content : " ";

	display: inline-block;
	height: 32px;
	width: 32px;

	background: url( "images/themes/default/notifications-pending.gif" ) no-repeat center center / auto 95%;
}
#notifications-popup [data-order-status="unaccepted" i] [data-role="order-status"]::after, .notifications-item[data-order-status="unaccepted" i] [data-role="order-status"]::after
{
	content : "\274C";
	font-size: 1.2rem;/* 5rem; */
	vertical-align: middle;/* text-top; */
/* 	color: red; */
}
#notifications-popup [data-order-status="accepted" i] [data-role="order-status"]::after, .notifications-item[data-order-status="accepted" i] [data-role="order-status"]::after
{
	content : "\2713";
	font-size: 1.5rem;
	color: #05fe1a;
/*	
	content: "🗸";
	font-size: 1.5rem;
	color: #05fe1a;
	font-style: italic;
	font-family: u1f400;
*/
}
[data-device-os="iOS" i] #notifications-popup [data-order-status="accepted" i] [data-role="order-status"]::after, [data-device-os="iOS" i] .notifications-item[data-order-status="accepted" i] [data-role="order-status"]::after
{
	font-size: 1.5rem;
	line-height: 1;
	margin-left: -4px;
}
.notifications-item
{
	padding: 5px;
	background: rgba( 255, 255, 255, 0.15 );
	box-shadow: 0 1px 5px 0 rgba( 0, 0, 0, 0.6 );
}
.notifications-item [data-role="order-container"]
{
	color : white;
	white-space: nowrap;
/* 	padding: 2px 5px; */
}

[data-role="notifications-popup-pane"] ul a *
{
	cursor : inherit;
}
/*U-UNP-A-13.1 -> U-UNP-A-13.1.2 - START*/
/* [data-role="toolbar"] 
{
    display: flex;
    justify-content: space-around;
    cursor: default;
} */
li:first-child [data-type="order"]
{
    margin-top: 0;
}
/* [data-role="notifications-popup-pane"]
{
    overflow: auto;
*	max-height: 80%; *
* 	height: 86%; *
	margin: 5px 0;
} */
/* [data-role="notifications-popup-pane"]
{
    overflow: auto;
    width: auto;
    height: auto;
    margin: 5px 0;
    position: absolute;
    left: 5px;
    top: 0;
    right: 5px;
    bottom: 0;
} */
[data-role="notifications-popup-pane"]
{
	overflow: auto;
	width: auto;
	height: auto;
	position: absolute;
	left: 10px;
	top: auto;
	right: 10px;
	bottom: 15px;
	padding: 5px;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.75);
	background: rgba(255, 255, 255, 0.25);
	border-radius: 7pt;
}

#notifications-popup.overflow::before
{
	display : initial;
}
/* #notifications-popup::before
{
	display : none;
	content: "\21c5";
	font-size: 4rem;
	color: black;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3rem;
	margin-left: -2rem;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.75);
} */
/*OR*/
#notifications-popup::before
{
	display : none;
	content: "\2195";/* "\2195"; */
	font-size: 8rem;
	color: black;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5rem;
	margin-left: -2rem;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.75);
}
#notifications-popup[data-toolbar-type="float"]::before/* , #notifications-popup[data-toolbar-type="fixed"]::before */
{
	margin-top: -6.3rem;
}
#notifications-popup[data-toolbar-type="float"][data-toolbar-button="only-more-button"]::before/* , #notifications-popup[data-toolbar-type="fixed"][data-toolbar-button="only-more-button"]::before */
{
    margin-top: -3.3rem;
}

/*OR*/
/*
[data-role="notifications-popup-pane"] ul::before,
[data-role="notifications-popup-pane"] ul::after
{
	display : none;
	position: absolute;
	left: 50%;
	z-index: -1;
	margin-left: -1.5rem;
	font-size: 3rem;
	color: black;
}
[data-role="notifications-popup-pane"] ul::before
{
	content: "\2B07";* "⬇"; *
	
	top: auto;
	bottom : 1.5rem;
}
[data-role="notifications-popup-pane"] ul::after
{
	content: "\2B06";* "⬆"; *
	top: 1.5rem;
}
*/

/* #notifications-popup [data-role="toolbar"] button
{
	flex-grow: 1;
	height: 30px;
	margin: 5px 15px;
	font-weight: bold;
	letter-spacing: 2pt;
*	border: 1px solid blue; *
	border-radius: 3.5pt;
	box-shadow: 0px 0px 5px black, 0px 0px 1px blue;
	background-color: rgba(0,0,0,0.1);
	color: blue;
} */
#notifications-popup [data-role="toolbar"] button
{
	flex-grow: 1;
	height: 30px;
	margin: 8px 15px;
	font-weight: bold;
	letter-spacing: 2pt;
/* 	border: 1px solid blue; */
	border-radius: 3.5pt;
	box-shadow: 0px 0px 5px black, 0px 0px 1px blue;
	background-color: rgba(245, 222, 179, 0.65);/* rgba(77, 146, 254,0.5); */
 	color: #1f2124;/*white; */
	font-size: 1.15rem;
	z-index: 2;
}
#notifications-popup [data-role="toolbar"] button:first-child,
#notifications-popup [data-role="toolbar"] button:last-child
{
	margin: 8px;
}
[data-role="toolbar"] button::before
{
	content: attr(data-label);
}
/*U-UNP-A-13.1 -> U-UNP-A-13.1.2 - END*/

/*data-toolbar-type : float - START*/
#notifications-popup[data-toolbar-type="float"]/* , #notifications-popup[data-toolbar-type="fixed"] */
{
    width: 100%;
	height: 52.6%;
	margin-right: -1%;
    padding: 0;
	background: transparent;
    border-radius: 0;
	box-shadow: unset;
}
[data-toolbar-type="float"] [data-role="notifications-popup-pane"]/* , [data-toolbar-type="fixed"] [data-role="notifications-popup-pane"] */
{
	top: 40px;
	bottom: 7px;
    padding: 5px;
	background: rgba(255, 255, 255, 0.15);/* rgba(255, 255, 255, 0.1); */ /* #4d92fe; */
    border-radius: 7pt;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.75);
}
[data-toolbar-type="fixed"] [data-role="notifications-popup-pane"]
{
	top: auto;
	bottom: 15px;
	/* padding-bottom : 0; */
	background: rgba(255, 255, 255, 0.15);/* rgba(255, 255, 255, 0.1); */ /* #4d92fe; */
    border-radius: 7pt;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.75);
}

[data-toolbar-type="fixed"][data-toolbar-position="bottom"] [data-role="toolbar"]
{
	position: fixed;
	/* left : auto; */
	top : auto;
	bottom: 2px;
	/* right : 50px; */
}
[data-toolbar-type="fixed"] [data-role="toolbar"]
{
	/* display: none; */
	left : 111%;
	right : auto;
}
[data-toolbar-type="fixed"] [data-role="toolbar"].show
{
	/* display: block; */
	right: 50px;
	left: auto;
}

#menu-bar [data-toolbar-type="float"] ul/* , #menu-bar [data-toolbar-type="fixed"] ul */
{
	margin-bottom: 5px;
} 
/*data-toolbar-type : float - END*/

/*data-toolbar-type : attach - START*/
#notifications-popup[data-toolbar-type="attach"]
{
	height: 50.5%;
}

[data-role="toolbar"]
{
	display: flex;
	justify-content: space-around;
	cursor: default;
	z-index: 1;
	border-radius: 5pt;
}
[data-toolbar-type="attach"][data-toolbar-position="bottom"] [data-role="toolbar"]
{
	position: absolute;
	top: auto;
	bottom: 0;
	width: auto;
	left: 0;
	right: 0;
}
[data-toolbar-type="attach"] [data-role="toolbar"]::before
{
	filter: blur(1px);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: auto;
	z-index: -1;
	background: url('images/bg-dotted-80tp-10x10.png');
}
[data-toolbar-type="attach"] [data-role="notifications-popup-pane"]
{
}
#menu-bar [data-container-type="popup"][data-toolbar-type="attach"]  ul
{
    line-height: 0;
    margin-bottom: 42px;
    position: relative;
}
/*data-toolbar-type : attach - END*/

[data-toolbar-type=""] [data-role="toolbar"]
{
	display : none;
}

[data-toolbar-button="only-more-button"] button
{
	display : none;
}

#notifications-popup[data-toolbar-button="only-more-button"][data-toolbar-type="float"]/* :not([data-toolbar-type=""]) */ #np-btn-more
{
	display: block;
	position: absolute;
	right: 0;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	background: #4d92fe;
	color: white;
}
#notifications-popup[data-toolbar-button="only-more-button"][data-toolbar-type="fixed"] #np-btn-more
{
    display: block;
    width: 90px;
    height: 30px;
    background: #4d92fe;
    color: white;
}

#notifications-popup[data-toolbar-type="float"][data-toolbar-button="only-more-button"]/* , #notifications-popup[data-toolbar-type="fixed"][data-toolbar-button="only-more-button"] */
{
/* 	height: 48.2%; */
	bottom: 40px;
}
#notifications-popup[data-item-limit="5"][data-toolbar-type="float"]/* , #notifications-popup[data-item-limit="5"][data-toolbar-type="fixed"] */
{
	/* height: 48.3%; */
	height: 327px;
}
#notifications-popup[data-item-limit="3"][data-toolbar-type="float"]/* , #notifications-popup[data-item-limit="3"][data-toolbar-type="fixed"] */
{
	/* height: 34.3%; *//* 33.8%; */
	height: 229px;
}
#notifications-popup[data-item-limit="2"][data-toolbar-type="float"]/* , #notifications-popup[data-item-limit="2"][data-toolbar-type="fixed"] */
{
	height: 180px;
}
#notifications-popup[data-item-limit="1"][data-toolbar-type="float"]/* , #notifications-popup[data-item-limit="1"][data-toolbar-type="fixed"] */
{
	height: 131px;
}
[data-toolbar-type="float"][data-toolbar-button="only-more-button"] [data-role="notifications-popup-pane"]/* , [data-toolbar-type="fixed"][data-toolbar-button="only-more-button"] [data-role="notifications-popup-pane"] */
{
	top: 60px;
}

@media ( orientation : portrait )
{
	/*
	* iPhone 5 - portrait
	*/
	@media ( max-width : 320px ) and ( max-height : 568px )
	{
		/* #notifications-popup[data-item-limit="3"][data-toolbar-type="float"]
		{
			height: 40.3%;
		} */
	}
	
	/*
	* iPhone 4 - portrait
	*/
	@media ( max-width : 320px ) and ( max-height : 480px )
	{
		#notifications-popup [data-role="order-container"] *[data-role], .notifications-item [data-role="order-container"] *[data-role]
		{
			font-weight: normal;
		}
		
		#notifications-popup [data-role="order-container"] [data-role="order-matrix"], .notifications-item [data-role="order-container"] [data-role="order-matrix"]
		{
			margin: auto;
			padding: 7px 5px;
		}
				
		#notifications-popup [data-role="order-container"] [data-role="order-matrix"] br, .notifications-item [data-role="order-container"] [data-role="order-matrix"] br
		{
			display: none;
		}
				
		#notifications-popup [data-role="order-container"] [data-role="order-origin-destination"], .notifications-item [data-role="order-container"] [data-role="order-origin-destination"]
		{
			display : none;
		}
		
		#notifications-popup [data-role="order-container"] [data-role="order-fare"], .notifications-item [data-role="order-container"] [data-role="order-fare"]
		{
			font-size: 1rem;
			font-weight: bold;
		}
		
		/* #notifications-popup[data-item-limit="3"][data-toolbar-type="float"]
		{
			height: 46.5%;
		} */
	}
}
@media ( orientation : landscape )
{
	/*U-UNP-A-13.1 -> U-UNP-A-13.1 & U-UNP-A-13.1.2*/
	#disabled-notifications-popup
	{
		height: 
			/* 50.35%; *//*U-UNP-A-13.1.1*/
			61%;/* 62%; *//* 60.5%; *//*U-UNP-A-13.1.2*/
	}
	
	/*U-UNP-A-13.1 -> U-UNP-A-13.2 - START*/
	[data-role="notifications-popup-pane"]
	{
	/* 	height: 80.5%; */
	}
	
	#notifications-popup[data-item-limit="5"][data-toolbar-type="float"]/* , #notifications-popup[data-item-limit="5"][data-toolbar-type="fixed"] */
	{
		/* height: 69.3%; */
		height: 278px;
	}
	/* #notifications-popup[data-item-limit="3"][data-toolbar-type="float"]
	{
    	height: 61.2%; / * 57.2%; * /
	} */
	/*U-UNP-A-13.1 -> U-UNP-A-13.2 - END*/

	/*
	* iPhone 5 - landscape
	*/
	@media ( max-width : 568px ) and ( max-height : 320px )
	{
		#notifications-popup[data-item-limit="5"][data-toolbar-type="float"]/* , #notifications-popup[data-item-limit="5"][data-toolbar-type="fixed"] */
		{
			/* height: 69.3%; */
			height: 229px;
		}
	/* #notifications-popup[data-item-limit="3"][data-toolbar-type="float"]
		{
			height: 71.5%;
		} */
	}

	/*
	* iPhone 4 - landscape
	*/
	@media ( max-width : 480px ) and ( max-height : 320px )
	{
		#notifications-popup [data-role="order-container"] *[data-role], .notifications-item [data-role="order-container"] *[data-role]
		{
			font-weight: normal;
		}
		
		#notifications-popup [data-role="order-container"] [data-role="order-fare"], .notifications-item [data-role="order-container"] [data-role="order-fare"]
		{
			font-size: 1rem;
			font-weight: bold;
		}
		
		#notifications-popup[data-item-limit="5"][data-toolbar-type="float"]/* , #notifications-popup[data-item-limit="5"][data-toolbar-type="fixed"] */
		{
			height: 229px;
		}
		/* #notifications-popup[data-item-limit="3"][data-toolbar-type="float"]
		{
			height: 71.5%;
		} */
	}
}
/**
 * @auther Mafuzul Hoque
 * @fileName bar.css
 * @class Bar
 * @package app.whistle.component.bar
 */

#menu-bar, #fare-info
{
    font-family: "Economica","fantasy","Roboto";
    font-size: 1.05rem;/* 1.75rem; *//*1.25rem;*/
    font-weight: bold;/* 300; */
    position: fixed;
    left : 0;
    top: auto;
}
/**
 * @auther Mafuzul Hoque
 * @fileName directions-bar.css
 * @class DirectionsBar
 * @package app.whistle.component.bar
 */

button.current-location 
{
    background: rgba(0, 0, 0, 0) url("images/themes/default/current-location.png") no-repeat center center;
}
button.reverse-route 
{
    background: #61707b url("images/themes/default/reverse-route.png") no-repeat center center;
}

#origin-destination-route-panel
{
	display: none;
	visibility : hidden;
	opacity : 0;
	top : 0;
	left : 0;
/*	height: 83px;*/
    margin-top: 0;/*1px;*/
}

#origin-destination-route-panel > *
{
	background-color: inherit;
}

#origin-destination-panel
{
	padding: 3px;
}
#origin-destination-panel > *
{
/*	margin: 1%;*3px;*
	width: 98%;*97%;* *desktop 96%*/
	width: 100%;
}
#origin-destination-panel > *:first-child
{
/* 	margin-bottom: 0.5%; */
	margin-bottom: 2px;
}
#origin-destination-panel > *:last-child
{
/* 	margin-top: 0.5%; */
	margin-top: 2px;
}

#route-panel 
{
    width: 150px;
}
#route-panel > *, #route-panel > * > * 
{
    background-color: transparent;
    border: none;
    border-left: 1px solid;
    float: left;
    height: 100%;
    padding: 0;
    width: 33.3%;/*32%;*/
}
#route-panel > *:first-child, #route-panel > * > *:first-child
{
	border-left: none;
}

#route 
{
    background: rgba(0, 0, 0, 0) url("images/themes/default/route.png") no-repeat center center / 90% auto;
    border-left: 1px solid;
    padding: 0;
}
/**
 * @auther Mafuzul Hoque
 * @fileName menu-bar.css
 * @class MenuBar
 * @package app.whistle.component.bar
 */

#menu-bar
{
/*    bottom: 0;
    width: auto;
    z-index: 10;*/
	background-color: transparent;
    bottom: 0;
    box-shadow: none;
    width: 100%;
    z-index: 10;
}

#menu-bar > *
{
    border-left: 1px solid;
/*    border-right: 1px solid;*/
    cursor: pointer;
    display: table-cell;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    width: 75px;/* 40px; */
}
#menu-bar > * > *:not([data-container-type="popup"])
{
    height: 100%;
    width: 100%;
}
#menu-bar > *:first-child
{
	border: none;
}
#menu-bar a
{
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
#menu-bar a:not([data-type="order"])
{
	text-shadow: 0px 0px 10px white;
    line-height: 2.15;/*2.7;*//*3;*/
}
#menu-bar > div
{
	background: inherit;
	background-color: #4d92fe;
	box-shadow: 5px -3px 8px rgba(0, 0, 0, 0.3);/*0 2px 6px rgba(0, 0, 0, 0.3);*/
}
#menu-bar button 
{
    background-color: transparent;
    border: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
}
#menu-bar #menu
{
	font-size: 1.5rem;
}
#call
{
	font-size: 1.25rem;
}/**
 * @auther Mafuzul Hoque
 * @fileName fare-bar.css
 * @class FareBar
 * @package app.whistle.component.bar
 */

#fare-info
{
    bottom: 60px;
    transition: left 1.5s ease-in-out 0s;
     left: 0;
}
#fare-info[data-bar-init-state="closed"]
{
	left: -111%;
}
#fare-info .slider-element
{
	min-height: 45px;
}

#fare-info #reverse-route, #fare-info #delete-route
{
	width: 100px;
}

#fare-info #delete-route
{
	background: #f1f009;/*#a70808;*/ /*#ed4337;(lighter)*/
    font-size: 1.5rem;
    line-height: 0;
/*	line-height: 2.5;*/
}
#fare-info #fare-info-slider
{
	display: flex;
	background: inherit;
	box-shadow: 0 0 2px rgba(20, 20, 20, 0.75);
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	padding: 0 5px;
	/*top: -2px;*iPhone*/
	/*min-height: 100%;*/
	margin: 0;
}
[data-device-os="iOS" i] #fare-info #fare-info-slider
{
	font-size: 1.2rem;
}
#fare-info-slider > *
{
	display: flex;
	align-items: center;
	white-space: nowrap;
	min-height: inherit;
	/* text-shadow: 0 1px 1px rgba(100, 100, 100, 0.5); */
}
#fare-info-slider [data-role="fare-via"]
{
	flex-grow: 1;
	flex-shrink: 2;
	min-width: 50px;
}
#fare-info-slider [data-role="fare-via"] > *
{
	/* text-shadow: 0 1px 1px rgba(100, 100, 100, 0.5);
	white-space: nowrap;
	width: 100%; */
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}
#fare-info-slider [data-role="fare-matrix"]
{
	/* flex-grow: 1; */
	justify-content: flex-end;
	flex-flow: row wrap;
	font-weight: bold;
	/* width: -moz-min-content; */
}
#fare-info-slider [data-role="fare-matrix"] > *
{
	/* display: flex;
	align-items: center; */
}
#rate 
{
    display: none;
}
#rate::before 
{
    content: attr(data-prefix) "\0024";
}
#rate::after 
{
    content: attr(data-suffix);
}
#travel-time-major
{
    color: #a3f239;
}
#travel-time-minor
{
	color: #cdf239;
}

#via::before 
{
	color: black;
    content: attr(data-prefix);
    padding-right: 3px;
}

#travel-time-major, #travel-time-minor, #distance
{
	padding: 0 5px;
}
#fare
{
	font-size: 1.75rem;/* 1.3rem; */ 
	font-weight: bold;
	text-align: right;
	padding-left: 5px;
	border-left: 1px solid;
}
#fare::before 
{
    content: "\0024";
}

#fare-info #reverse-route
{
}
#fare-info #custom-booking
{
	background: rgba(0, 128, 125, 0.6);
	width: 100px;
/*     color: black; */
    font-size: 1.25rem;
    font-weight: bold;
}

@media ( orientation : portrait )
{
	/*
	* iPhone 4 - portrait
	*/
	@media ( max-width : 320px ) and ( max-height : 480px )
	{
		#fare-info-slider [data-role="fare-via"]
		{
			display: none;
		}
		
		#fare-info-slider [data-role="fare-matrix"]
		{
			flex-grow: 1;
		}
	}
}

@media ( orientation : landscape )
{
	/* #fare-info-slider [data-role="fare-matrix"]
	{
		width: auto; *disable '-moz-min-content'*
	} */
		
}

@media ( orientation : landscape )
{
	/*
	* iPhone 4 - landscape
	*/
	@media ( max-width : 480px ) and ( max-height : 320px )
	{
		#fare-info-slider [data-role="fare-via"]
		{
			flex-shrink: 11;/* 5; */
		}
		
		#fare-info-slider [data-role="fare-matrix"]
		{
			flex-flow: row;
		}
	}
}/**
 * @auther Mafuzul Hoque
 * @fileName embeded-abstract-card.css
 * @class EmbededAbstractCard
 * @package app.whistle.component.card
 * @feature F-ImplOrderDViewDlg-CL-A18.0
 */

.embeded-card
{
	border-radius: 7pt;
	display: flex;
	flex-flow: row;/*  wrap; */
	margin: auto;
	padding: 5px;
	width: 100%;
	height: 100px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.95);
}
.embeded-card > *
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

[data-day-status="DAY" i] .embeded-card
{
	background-color: rgba(25, 23, 23, 0.75);
	box-shadow: 1px 1px 3px aqua;
}

[data-day-status="DAY" i] .embeded-card *:not(img)
{
	color: rgb(245, 245, 245);
	border-color: rgba(255, 255, 255, 0.5);
}

[data-day-status="NIGHT" i] .embeded-card
{
	background-color: rgba(25, 23, 23, 0.9);
	box-shadow: 0px 0px 4px rgba(225, 195, 0, 0.5), 0px 0px 100px 10px rgba(225, 195, 0, 0.5);/* 0px 0px 100px 10px #8b8b45; *//* #f5f5e7; */
}

[data-day-status="NIGHT" i] .embeded-card *:not(img)
{
	color: rgb(253, 217, 0);
	border-color: rgba(210, 210, 210, 0.5);
}
.embeded-card[data-align="center"]
{
	text-align: center;
}
.embeded-card:not(:first-child)
{
	margin-top: 10px;
}
.embeded-card:last-child
{
	margin-bottom: 30px;
}
.embeded-card [data-state="none" i],
.embeded-card [data-state="hide" i]
{
	display: none;
}
.embeded-card [data-state="show" i],
.embeded-card:hover [data-state="hide" i]
{
	display: flex;
}
.embeded-card [data-value]::after
{
	content : attr(data-value);
}

.embeded-card:not([data-has="true" i])
{
	display : none;
}

.embeded-card label
{
	display: inline-block;
	font-weight: bold;
	width: 70px;
}

.embeded-card [data-element]::before
{
	margin: 0 9px 0 0;
}

.embeded-card [data-element="status"]
{
	font-style: italic;
	font-weight: bold;
}

/* iPhone 4 - START */
@media ( max-width : 320px )
{
	.embeded-card
	{
	}
}
@media ( max-height : 320px )
{
	.embeded-card
	{
	}
}
/* iPhone 4 - END */
/**
 * @auther Mafuzul Hoque
 * @fileName embeded-order-card.css
 * @class EmbededOrderCard
 * @package app.whistle.component.card
 * @feature F-ImplOrderDViewDlg-CL-A18.0, F-ImplDataChangeListener-CL-A20.0
 */

[data-role="order-card"]
{
	flex-flow: row wrap;
	
	height: auto;
	min-height: 95px;
	
	padding: 5px;
}

[data-role="order-card"][data-theme="true"]
{
	padding : 0 5px;
	border-radius: 5px;
}

[data-role="order-card"][data-theme="true"] [data-role="destination"]
{
	margin-top : 1px;
}
[data-role="order-card"] [data-type="number"],
[data-role="order-card"] [data-element="status"]
{
	letter-spacing: 2px;
}

[data-role="order-card"] [data-element="status"][data-value="pending" i]
{
	color: yellow;
}
[data-role="order-card"] [data-element="status"][data-value="accepted" i]
{
	color: greenyellow;
}
[data-role="order-card"] [data-element="status"][data-value="unaccepted" i]
{
	color: hotpink;
}

[data-role="order-card"] [data-role="passengers-vehicles"]
{
	flex: 1 auto;
	font-size: 1.2rem;
}

[data-role="order-card"] [data-role="duration-distance"],
[data-role="order-card"] [data-role="date-time-type"],
[data-role="order-card"] [data-role="origin"],
[data-role="order-card"] [data-role="destination"]
{
	width: 100%;
	height: auto;
}

[data-role="order-card"] [data-role="destination"]
{
	margin-top: 4px;
}

[data-role="order-card"] [data-element="fare"]
{
	font-size: 1.5rem;
	margin-right: 2px;
}

[data-role="order-card"] [data-element="fare"]::before
{
	content: "\0024";
	margin: 0 1px 0 0;
}

[data-role="order-card"] [data-element="passengers"]::before
{
	content: "\1F46A";
}

[data-role="order-card"] [data-element="vehicles"]::before
{
	content: "\1F695";
}

[data-role="order-extra-card"]
{
	height : auto;
}
[data-role="order-extra"]
{
	position: relative;
	
	width: 100%;
/* 	padding-right: 2px; */
}
[data-role="order-extra"]::before
{
	content: attr(title);
	font-weight: bold;
}

[data-role="order-extra"]::after
{
	position: absolute;
	right: 0;
	top: 0;
}

[data-element="order-options-card"] [data-role="order-extra"]::after
{
	content: "\0024" attr(data-fare);
	
	border-bottom: double;

	font-size: 1.5rem;
}

[data-role="order-extra"] [data-element]
{
/* 	white-space: pre-wrap; */
	line-height: 1.35;
}

#order-details-dialog [data-role="order-extra"] ul[data-element="options"]		
{
	list-style: none;
	padding-left: 0;
}

[data-element="options"] li
{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

[data-role="order-extra-card"] [data-element="options"] label
{
	width : auto;
	font-size: 1rem;
	font-weight: 300;
	
	white-space: nowrap;
}

[data-element="options"] [data-label]::before
{
	content: attr(data-label);
}

[data-role="list-item-template"] :first-child
{
	margin-right: 15px;
}

[data-role="list-item-template"] :nth-child( 2 )
{
	flex: 2;

	margin-left: 15px;
	margin-right: 15px;
	
	text-align: right;
}

[data-role="list-item-template"] :last-child
{
/* 	margin-left: 15px; */
	
	text-align: right;
}

[data-element="options"] [data-role="list-item-template"] :nth-child(2)
{
	font-size: 0.8rem;
	
	line-height: 2.35;
}

[data-element="options"] [data-role="list-item-template"] :last-child
{
	width: 50px;
	
	font-size: 1.25rem;
}

[data-element="order-options-card"] [data-role="order-extra"]::after,
[data-element="options"] [data-role="quantity-rate"]::before,
[data-element="options"] [data-role="quantity-rate"]::after,
[data-element="options"] [data-fare]::before
{
	display: inline-block;
	text-align: right;
	font-family: "Economica","fantasy","Roboto";
	font-weight: bold;
}

[data-element="options"] [data-role="quantity-rate"]::before
{
	content: attr(data-quantity);
	
	width: 16px;
	
	margin-right: 5px;
}

[data-element="options"] [data-role="quantity-rate"]::after
{
	content: "\0024" attr(data-rate);
	
	width: 16px;
	
	margin-left: 5px;
}

[data-element="options"] [data-fare]::before
{
	content: "\0024" attr(data-fare);	
	
/* 	margin-right: 5px; */ 
}

[data-role="passengers-vehicles"],
[data-role="duration-distance"],
[data-role="date-time-type"]
{
	flex-flow: row wrap;
	
	margin-top : 7px;
	margin-bottom : 7px;	
}

[data-role="fare"] *,
[data-role="passengers-vehicles"] *,
[data-role="duration-distance"] *,
[data-role="date-time-type"] *
{
	font-weight: bold;
}

[data-role="date-time-type"]
{
	margin-bottom: 15px;
}

[data-element="passengers"],
[data-element="duration"],
[data-element="date"]
{
	text-align: right;
	padding-right : 3%;
}
[data-element="time"]
{
	text-align: center;
	padding-left : 3%;
	padding-right : 3%;
	
	border-left: 1px solid;
}
[data-element="vehicles"],
[data-element="distance"],
[data-element="type"]
{
	text-align: left;
	padding-left : 3%;
	
	border-left: 1px solid;
}

[data-element="date-time-type"]
{
	margin-bottom : 7px;	
}

[data-element="type"]
{
	letter-spacing: 3px;
	
	font-style: italic;
}

/*F-ImplDataChangeListener-CL-A20.0[h.2] - START*/
[data-role="id-status"],
[data-role="fare"]
{
	width: 140px;
}
[data-role="id-status"]
{
	text-align: left;
}
[data-role="fare"]
{
	text-align: right;
}
[data-role="duration-distance"] > *
{
	width: 170px;
}
[data-role="date-time-type"] :not([data-element="time"])
{
	width: 150px;
}
/*F-ImplDataChangeListener-CL-A20.0[h.2] - END*/

.embeded-card [data-role="id-status"] > :first-child
{
	margin-bottom: 7px;
}

@media ( max-width : 376px )
{
	.embeded-card [data-role="id-status"] > *,
	[data-role="id-status"],
	[data-role="passengers-vehicles"],
	[data-role="fare"]
	{
		width: 100%;
		margin-bottom: 7px;
		
		text-align: center;	/*F-ImplDataChangeListener-CL-A20.0[h.2]*/
	}
	
	[data-role="fare"]
	{
		margin-top: 7px;
		
	/* 	background: orangered; */
		box-shadow: 0 0 2px;
		border-radius: 3pt;
		padding: 2px 0;
		margin-left: 10%;
		margin-right: 10%;
	}

	.embeded-card [data-role="id-status"] > :last-child
	{
		margin-bottom: 0;
	}
	
	.embeded-card
	{
		font-size : 1rem;
	}
}

/**
 * @auther Mafuzul Hoque
 * @fileName embeded-person-card.css
 * @class EmbededPersonCard
 * @package app.whistle.component.card
 * @feature F-ImplOrderDViewDlg-CL-A18.0
 */

[data-role="person-card"] [data-role="name"],
[data-role="person-card"] [data-role="email-phone"]
{
	flex: 2 auto;
}
[data-role="person-card"] [data-role="profile-image"] img
{
	border-radius: 5pt;
}

[data-role="person-card"] [data-role="profile-image"] img::before,
[data-role="person-card"] [data-role="profile-image"] img::after
{
	content: "";
}

[data-role="person-card"] [data-role="email-phone"]
{
	justify-content: space-evenly;
	
	text-align: right;
	padding-right: 5px;
}
[data-role="profile-image"][data-load="error"] img
{
	display: none;
}
[data-role="profile-image"]:not([data-load="error"]) svg
{
	display: none;
}
[data-role="profile-image"][data-load="error"] svg 
{
	fill: white;
}

[data-role="profile-image"] > *
{
	height: 90%;
	margin-left: 5%;
}
[data-role="profile-image"][data-load="error"] svg
{
	height: inherit;
	padding-right: 3px;
	padding-left: 0;
	margin-left: auto;
}

/* iPhone 4 - START */
@media ( max-width : 320px )
{
	[data-role="person-card"]
	{
		height: 75px;
	}
}
@media ( max-height : 320px )
{
	[data-role="person-card"]
	{
		height: 75px;
	}
}
/* iPhone 4 - END */
/**
 * @auther Mafuzul Hoque
 * @fileName dialog.css
 * @class AbstractDialog
 * @package app.whistle.component.dialog
 */

.modal-dialog
{
	display: none;
	padding: 25px;
	color: white;
	background-color: #41b6c5;
	border: 2px solid white;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog .row
{
	display : table;
    height: 30px;
}

.modal-dialog .row:empty
{
    height: 10px;
}
.modal-dialog .row > *
{
	display : table-cell;
    font-size: 1.5rem;/* 1.15rem; */
    margin: 0;
    padding: 0;
}
.modal-dialog .row > input
{
	font: inherit;
    padding: 0 5px;
    font-size: 1.75rem;
}
.modal-dialog .row > textarea, 
.modal-dialog .row > button
{
/*    width: 98%;
    height: 33px;*/
    height: 33px;
    padding: 0 5px;
    width: 100%;/*97%;*/
}
.modal-dialog .row > textarea
{
	height: 100px;
	min-height: 100px;
	max-height: 200px;
	resize: vertical;
}
.modal-dialog .row.bottom
{
	display: block;
	height: 65px;
}
.modal-dialog .row.footer
{
	position: fixed; 
	left: 0;/*2px;*/ 
	right: 0;/*2px;*/ 
	bottom: 0;/*2px;*/ 
	height: 55px;
}
.modal-dialog .row [data-role="combobox-selected-label"] 
{
    padding: 0 15px;
    font-size: 1.5rem;/*new added @ 21 Jun 2017*/
    font-weight: 400;/*new added @ 22 Jun 2017*/
}
.modal-dialog .footer .submit-button
{
	width: 100%;/*98.8%;*/ 
	height: 55px;
	color: inherit;
	background-color: rgba(102, 174, 232, 0.9);/*#66afe9;*/
	box-shadow: 0 5px 18px black;
    border: none;
    outline: 0 none;
    cursor: pointer;
    font-size: 1.5em;
}
.modal-dialog .footer .submit-button[data-button-status="active"]::after
{
	font-family: -apple-system;
	
	content : "\2192";
}
.modal-dialog .footer .submit-button[data-button-status="inactive"]
{
	background-color: rgba(131, 164, 191, 0.9);/*#83a4bf;*/
}
.modal-dialog .footer .submit-button[data-button-status="inactive"]::after
{
	content : "\274C";
}
.modal-dialog .footer .submit-button[data-button-status="fare"]::after
{
	border-bottom: 3px double;
	color: black;
	font-family: "Economica","fantasy","Roboto";
	font-size: 2.25rem;/*1.25rem;*/ /*1.5rem;*/
	font-weight: bold;
	line-height: 0;
	margin-left: 15px;
	
	content: "\0024" attr(data-button-status-fare);
}

.submit-button::after
{
    margin-left: 5px;
}

.modal-dialog .row .selectable,
.modal-dialog .row .selectable-option
{
    border: 1px solid;
    padding: 0 15px;
    vertical-align: middle;
    cursor: pointer;
}
.modal-dialog .row .selectable-option
{
    border: none;
    text-align: inherit;
}
.selectable-option select
{
	height: 30px;
	position: absolute;
	right: 70px;
	width: 70px;
	margin-top: -5px;
	font-size: 1rem;/* 0.65rem; */
	font-weight: bold;
}
.modal-dialog-page input[type="radio"], .modal-dialog-page input[type="checkbox"]
{
    opacity: 0;
    position: absolute;
    width : 0;
    height : 0;
}
.modal-dialog-page > .row:first-child
{
	margin: 10px 0;
}
.row .selector-options-panel
{
	height: 0;
    font-size: initial;
    margin-top: -3px;
    margin-bottom : 30px;
}
.selector-options-panel > div
{
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.75);/* 0px 2px 12px rgba(0, 0, 0, 0.3); */
	border: 1px solid;
    border-top: 1px dotted;
}
.selector-options-panel .row
{
	border-bottom: 1px dotted;
}
.selector-options-panel .row:last-child
{
	border-bottom: none;
}
.back-button
{
	background: transparent; 
	border: none; 
	color: inherit; 
    cursor: pointer;
	font-size: inherit; 
	font-family: fantasy,roboto; 
	font-weight: bold;
	float: right;
	z-index: 1;

	/*U-ImplFSOLItem-CL-A16.1 - START*/
	padding: 0;
	margin-top: 11px;
	margin-right: 11px;
	font-size: 1.1rem;
	/*U-ImplFSOLItem-CL-A16.1 - END*/
}
.back-button::before
{
	font-family: -apple-system;
	font-weight: normal;
	line-height: 0;
	vertical-align: middle;
	
	transform: scale(-1,1);
	display: inline-block;
	margin-top: -5px;
	margin-right: 5px;
	
	/*U-ImplFSOLItem-CL-A16.1*/
	font-size: 1.5rem;
	
	content: "\2192";
}
/*F-ImplOrderModifyFunc-CL-A21.0[h.9] - START*/
.exit-button
{
	background: transparent; 
	border: none; 
	color: inherit; 
    cursor: pointer;
	font-size: inherit; 
	font-family: fantasy,roboto; 
	font-weight: bold;
	float: left;
	z-index: 1;

	padding: 0;
	margin-top: 11px;
	margin-left: 11px;
	font-size: 1.1rem;
}
.exit-button::after
{
	font-family: -apple-system;
	font-weight: normal;
	line-height: 0;
	vertical-align: middle;
	
	display: inline-block;
	margin-top: -5px;
	margin-left: 5px;
	
	font-size: 1.5rem;
	
	content: "\274C";
}
/*F-ImplOrderModifyFunc-CL-A21.0[h.9] - END*/

.modal-dialog-toolbar
{
	position: fixed; 
	left: 0px; 
	right: 0px; 
	top: 0px; 
	text-align: left;/*center;*//*right;*/ 
	z-index: 2; /*U-VisibleAbsDlg-CL-A20.2[e.1]*/ 
	background: rgba(0, 0, 0, 0.57); 
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.75);
}
.modal-dialog .modal-dialog-page
{
	display : none;
}
.modal-dialog-page input[data-role="checkbox"] + label
{
    border: 1px solid;
    cursor: pointer;
    padding: 0 15px;
    line-height: 1;
    vertical-align: middle;
}
.modal-dialog-page input[data-role="checkbox"] + label::before
{
	border: 1px solid;
	display: block;
	float: left;
	height: 20px;
	/* line-height: 1.15; *//*1.2;*/
	width: 20px;
	margin-right: 10px;/* 4px; */
	text-align: center;
	
	content: "";
}
.modal-dialog-page input[data-role="checkbox"]:checked + label::before
{
	font-size: 1.25rem;
	font-weight: bold;/*added @ 22 JUn 2017*/

	content : "\2713";
}
/* .modal-dialog-page input[data-role="checkbox"] + label::after 
{
} */
.modal-dialog-page input[data-role="checkbox"] + label[data-fees]::after
{
	float: right;
	color : black;
	font-family: "Economica","fantasy","Roboto";
	
	content: "\0024" attr(data-fees);
}
.modal-dialog-toolbar label
{
    display: inline-block;
    margin-top: 7px;
    position: absolute;
    width: 100%;
	z-index: -1;
	text-align: center;
}
.modal-dialog-toolbar label[id], .modal-dialog-page label[id], #contact-info-dialog label[id]
{
	font-size : 1.5rem;
    font-style: italic;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.row .summary-line
{
	height: 80px;/*70px;*/
}

@media ( orientation : landscape )
{
	.modal-dialog .bottom .submit-button
	{
		width: 99.6%;
	}
	
	.row .summary-line
	{
		height: 50px;/*70px;*/
	}
}
/**
 * @auther Mafuzul Hoque
 * @fileName work-in-progress-dialog.css
 * @class WorkInProgressDialog
 * @package app.whistle.component.dialog
 */

#work-in-progress-dialog
{
/*	background : rgba(255, 255, 255, 0.08) url("images/background-map.png") repeat-x scroll 0 0 / auto 100%;*/
    display: none;
}
#work-in-progress-dialog .row
{
	height: 100%;
    text-align: center;
}  
#work-in-progress-dialog .row div
{
	vertical-align: middle;
}  

#work-in-progress-dialog img
{
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: workingInProgress;
    animation-timing-function: ease-in-out;
    content: "";
    z-index: 1;
    vertical-align: middle;

	/*iPhone fix*/
    width: 86px;
    height: 86px;
    display: inline-block;
    background-image: url('images/logo_64_45.png');
}
@keyframes workingInProgress 
{
	0% 
	{
	    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}
	24.99% 
	{
	    transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
	}
	25% 
	{
	    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}
	49.99% 
	{
	    transform: rotateX(0deg) rotateY(0deg) rotateZ(360deg);
	}
	50% 
	{
	    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}
	74.99% 
	{
	    transform: rotateX(360deg) rotateY(0deg) rotateZ(0deg);
	}
	75% 
	{
	    transform: rotateX(0deg) rotateY(0deg) rotateZ(360deg);
	}
	100% 
	{
	    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	}
}
/**
 * @auther Mafuzul Hoque
 * @fileName enter-screen-dialog.css
 * @class EnterScreenDialog
 * @package app.whistle.component.dialog
 * @feature F-ESD-A.13.0
 */

#enter-screen-dialog
{
	display: block;
}
#enter-screen-dialog.modal-dialog
{
	background-color : transparent;/* rgba(0, 0, 0, 0.5) */
}
body[data-day-status="NIGHT" i] #enter-screen-dialog.modal-dialog
{
	background-color : rgba(0, 0, 0, 0.5);
}

#enter-screen-dialog .bg
{
	filter: blur(1px) brightness(0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0) url('images/background-map.png') repeat-x scroll 0 0 / auto 100%;
}

#enter-screen-dialog .row
{
	height: 100%;
    text-align: center;
}  
#enter-screen-dialog .row div
{
	vertical-align: middle;
}

/*
#enter-screen-apply-button
{
	width: 80%;
	height: 25%;
	color: #0063ff;
	letter-spacing: 0.75rem;
	font-size: 3.5rem;
	font-weight: bold;
}
#enter-screen-apply-button::before
{
	content : attr(data-text);
}

#enter-screen-dialog .row div.square
{
	position: relative;
	width: 50%;
	margin: auto;
}

.square:after
{
	content: "";
	display: block;
	padding-bottom: 100%;
}

#enter-screen-dialog .row div.square > *
{
	position: absolute;
	width: 100%; height: 100%;  
}
.gps-marker
{
	width: 100%; height: 100%;
	border-radius: 100% 100% 0 100%;
	transform: rotate(45deg);
	border: 5vw solid #f6d625;
	box-sizing: border-box;
	background: #f6d625;
}

.gps-marker #enter-screen-apply-button
{
	
	transform: rotate(-45deg);
	background: #ffff00;
	border: none;
	font-size: 2.0rem;
	letter-spacing: 0.35rem;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

@media ( orientation : landscape )
{
	#enter-screen-dialog .row div.square
	{
		width: 30%;
	}

	.gps-marker
	{
		border-width: 5vh;
	}
}
*/
button.square
{
	color: #0063ff;
	padding: 0;
}
.square
{
	width: 50%;
}

.square:after
{
	content: "";
	display: block;
	padding-bottom: 100%;
}

.square > *
{
	position: absolute;
	width: 100%;
	height: 100%;  
}
.gps-marker
{
	border-radius: 100% 100% 0 100%;
	transform: rotate(45deg);
	border: 5vw solid #f6d625;
	box-sizing: border-box;
	background: #f6d625;
	box-shadow: 1px 1px 0px rgba(0,0,0,0.7), 0px 0px 50vw rgba(0,0,0,0.5);
	margin: auto;
}

.gps-marker > *
{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;

	background: #ffff00;
	border-radius: 50%;
	transform: rotate(-45deg);

	font-size: 2.0rem;
	letter-spacing: 0.35rem;
	vertical-align: middle;
}
.gps-marker > *::before
{
	content : attr(data-text);
}

@media ( orientation : landscape )
{
	.square
	{
		width: 30%;
	}

	.gps-marker
	{
		border-width: 5vh;
	}
}
/**
 * @auther Mafuzul Hoque
 * @fileName menu-dialog.css
 * @class MenuDialog
 * @package app.whistle.component.dialog
 */

#menu-dialog
{
    bottom: 43px;
    left : -111%;
    display : block;
    width: 155px;/*auto;*/
	
	/*U-UpgdNotifAni-CL-A20.1[e.1]*/
	z-index : 11;
}
#menu-dialog .row 
{
    border-bottom: 1px dotted;
    display: table;
    width: 100%;
}
#menu-dialog .row:last-child
{
    border-bottom: none;
}
#menu-dialog .row > *
{
    display: table-cell;
    vertical-align: middle;
}
/*#menu:not(:focus) + #menu-dialog
{
    display: none;
}*/
#menu:focus
{
    color: cyan;
}
/*#menu:blur #menu-dialog
{
    display: none;
}*/
#menu-dialog ul, #menu-bar ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: inherit;
}
#menu-dialog ul li
{
    border-top: 1px dotted;
    display: block;
    float: left;
    margin: 3px;
}
#menu-dialog ul li:first-child
{
    border-top: none;
}
#menu-dialog ul a
{
    color: inherit;
    display: block;
    width: 150px;/*115px;*/
    outline: none;
	font-size: 1.15rem;/*1.5rem;*/
	font-weight: bold;
}
#menu-dialog ul a:active/*focus*/
{
    color: cyan;
}

[data-device-os="iOS" i] #menu-dialog ul a
{
	font-size: 1.5rem;
}

[data-device-os="iOS" i] #menu-dialog
{
	bottom: 50px;
}

@media ( orientation : portrait )
{
	/*
	* iPhone 4 - portrait
	*/
	@media ( max-width : 320px ) and ( max-height : 480px )
	{
		#menu-dialog ul a
		{
			font-size: 0.9rem;
		}
	}
}

@media ( orientation : landscape )
{
	#menu-dialog
	{
	    width: 312px;
	}
	#menu-dialog ul li:first-child
	{
	    border-top: 1px dotted;
	}
}/**
 * @auther Mafuzul Hoque
 * @fileName activation-dialog.css
 * @class ActivationDialog
 * @package app.whistle.component.dialog
 */

#activation-dialog-page
{
	display : table-cell;
}

#resend-activation-code-button
{
	width: 100%;
	height: 35px;
	margin-top: 150px;
	color: #0063ff;
	letter-spacing: 0.1rem;
	word-spacing: 0.2rem;
	font-size: 1rem;
}
/**
 * @auther Mafuzul Hoque
 * @fileName auth-dialog.css
 * @class AuthDialog
 * @package app.whistle.component.dialog
 */

#auth-dialog-page
{
	display : table-cell;
}

.modal-dialog [data-page-item-role="sign-up"]
{
	display : none;
}

.modal-dialog[data-page-role="sign-up"] [data-page-item-role="sign-up"]
{
	display : table;
}

#auth-dialog-page .back-button::before
{
	display : none;
}

#auth-dialog .back-button::after,
#auth-dialog-page .back-button::after
{
	content : attr(data-text-sign-up);
}

/*`#auth-dialog` added on 18 June 2023*/
#auth-dialog[data-page-role="sign-up"] .back-button::after
{
	content : attr(data-text-log-in);
}

.submit-button::after 
{
    margin-left: 15px;
}

.submit-button::before
{
	content : attr(data-text-log-in);
}

[data-page-role="sign-up"] .submit-button::before
{
	content : attr(data-text-sign-up);
}

[data-role="page-title"]::before
{
	content : attr(data-text-log-in);
}

[data-page-role="sign-up"] [data-role="page-title"]::before
{
	content : attr(data-text-sign-up);
}
/**
 * @auther Mafuzul Hoque
 * @fileName booking-dialog.css
 * @class BookingDialog
 * @package app.whistle.component.dialog
 */

#booking-dialog > .row:first-child
{
    height: 22px;
}
#booking-dialog-page-2 .row.item, .selectable
{
    height: 50px;
}

#summary-options label > span
{
    position: absolute;
	height: 24px;
	right: 40px;
    width: 70px;
}
#summary-options label > span::before, #summary-options label > span::after
{
    font-size: 1rem;/* 0.7rem; */
    height: 100%;
    line-height: 1.5;
    margin-left: 18px;
    position: absolute;
}
#summary-options label > span::before
{
	color: rgba(255, 255, 255, 0.6);
    content: attr(data-prefix);
}
#summary-options label > span::after
{
    color: black;
    content: "\0024" attr(data-fees);
    display: inline-block;
    font-family: "Economica","fantasy","Roboto";
    margin-left: 15px;
    text-align: right;
    width: 28px;
}

#passengers-options-panel,
#booking-type-panel,
#schedule-panel,
#note-drive-custom
{
	display : none;
}
label[for="passenger-others"]
{
	position: relative
}
#passengers-combobox [data-role="combobox-drop-down"]
{
	text-align: center;
}
/*
#passenger-others-value
{
	height: auto;*Desktop -> height:75%; | iPhone -> height: auto;*
	* padding: 0; *
	margin: 0;
	position: absolute;
	top: 5px;
	bottom: 5px;
	width: 50px;* 80%; *
	* right: 5px; *
	margin-left: -37px;* desktop -> margin-left:-24px; | iPhone -> margin-left: -37px;*
	text-align: center;
	font-size: inherit;
}*/
#passenger-others-value 
{
    font: inherit;
    height: 22px;
    padding: 0 0 0 12px;
    text-align: inherit;
    width: 100px;
}
[for="passenger-others"]::after, [data-category="other"]::after
{
    content: attr(data-vehicle-number-label);
    position: absolute;
    right: 15px;
}
#booking-dialog-page-2 .option-item
{
	margin-bottom : 10px;
}
#booking-dialog-page-1
{
	display : table-cell;
}
[data-booking-type="Instant Booking"]
{
    display: inline-block;
    margin-top: 25px;/* 20px; */
    text-align: center;
    width: 100%;
}

#summary-booking-selected
{
	font-size: 1.75rem;
}

#summary-fare::before 
{
    content: "\0024";
}
#summary-schedule-panel
{
	display : none;
}
#summary-options
{
	margin-top : 12px;
}
#summary-options .row, #summary-driver-notes .row
{
	display: table;
	height : 0;
}
#summary-options label
{
	display : none;
	width: 100%;
}
#summary-options label[data-fees]::after 
{
    color: black;
    content: "\0024" attr(data-fees);
    float: right;
    font-family: "Economica","fantasy","Roboto";
    font-weight: bold;
/*    line-height: 0;*/
}
#booking-options-combobox .selectable-option span:first-child
{
    max-width: 227px;/*need to set as pixel or em value, no percentage*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#booking-options-combobox .selectable-option span:first-child
{
	float: left; 
	margin-left: 20px;
}
/* #booking-options-combobox .selectable-option span:last-child
{
	float: right; 
}
#booking-options-combobox .selectable-option span:last-child::before
{
	content: "\0024";
} */
#booking-dialog-page-3 *:not([data-role="heading"]) > label:first-child
{
	font-size: 1.25rem;
	font-weight: 300;
}
#summary-passengers
{
	font-weight: bold;
}
#summary-vehicles
{
    color: #f9e21d;
    font-weight: bold;
}
#summary-vehicles::after, #summary-passengers::after
{
	content: attr(data-icon);
	margin-left: 10px;
}

@media ( orientation : landscape )
{
	#booking-dialog-page-3 br
	{
		display: none;
	}
	
	#booking-dialog-page-3 br+label
	{
		float: right;
	}
}
/**
 * @auther Mafuzul Hoque
 * @fileName my-orders-dialog.css
 * @class MyOrdersDialog
 * @package app.whistle.component.dialog
 * @feature F-ImplSlidingItemsList-CL-A17.0, F-ImplDataChangeListener-CL-A20.0
 * @update U-UNP-A-13.1.2.2.1.3, U-ImplFSOLItem-CL-A16.1
 */

/*U-ImplFSOLItem-CL-A16.1 - START*/
[data-role="orders-container"] > ul > li
{
	display: flex;
	align-items: center;
	
/*	min-height: 70px; */

	background: rgba( 0, 0, 0, 0.25 );
}
[data-style="full-list"] [data-role="orders-container"] > ul > li
{
	border-top: 1px solid rgba( 255, 255, 255, 0.75 );
	border-bottom: 1px solid rgba( 0, 0, 0, 0.75 );
}
[data-style="full-list"] [data-role="orders-container"] ul li:last-child
{
	border-bottom: 1px solid rgba( 255, 255, 255, 0.75 );
}
/*F-ImplSlidingItemsList-CL-A17.0 - START*/
[data-style="itemed-list"] ul li[data-role="slider-container"]
{
    margin-top: 5px;
}
#my-orders-dialog [data-order-status="pending" i]
{
	color: greenyellow;
}
#my-orders-dialog [data-order-status="unaccepted" i]
{
	color: purple;
}
#my-orders-dialog [data-type="order"]
{
	margin-top: 0;
}
/*F-ImplSlidingItemsList-CL-A17.0 - END*/
#my-orders-dialog[data-style="full-list"] [data-type="order"]
{
    background: none;
	border-radius: 0;
	border: none;
}
#my-orders-dialog.modal-dialog[data-style="itemed-list"]
{
	padding-left: 5px;
	padding-right: 5px;
}
#my-orders-dialog.modal-dialog[data-style="full-list"]
{
	padding-left: 0;
	padding-right: 0;
}
#my-orders-dialog .modal-dialog-toolbar
{
	height: 45px;
}
#my-orders-dialog[data-style="itemed-list"] ul a[data-role="list-item"]
{
    height: 100%;
    display: flex;
    align-items: center;
}
#my-orders-dialog[data-style="itemed-list"] [data-role="slider-container"]
{
	border-radius: 7pt;
}
/*U-ImplFSOLItem-CL-A16.1 - END*/

#my-orders-title::after
{
	content : attr(data-title);
}

#my-orders-dialog ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: inherit;
}

/*U-ImplFSOLItem-CL-A16.1 - START*/
#my-orders-dialog[data-style="itemed-list"] ul li:first-child
{
    border-top: none;
}
#my-orders-dialog[data-style="full-list"] li:first-child [data-type="order"]
{
    margin-top: 5px;
}
/*U-ImplFSOLItem-CL-A16.1 - END*/

#my-orders-dialog ul a
{
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    width: 100%; 
    outline: none;
	font-size: 0.9rem;
}
#my-orders-dialog ul a *
{
	cursor : inherit;
}
#my-orders-dialog ul a:active/*focus*/
{
    color: cyan;
}
	
#my-orders-dialog [data-role="order-container"]
{
	height: auto;
}
	
#my-orders-dialog [data-role="order-matrix"]
{
	color : #e9e918;/* rgb( 0, 255, 127 ); */	/*F-ImplSlidingItemsList-CL-A17.0*/
	border-right: 1px solid white;
}

#my-orders-dialog [data-role="order-fare"]
{
	min-width: 70px;	/*F-ImplDataChangeListener-CL-A20.0[h.3]*/
	
	font-size: 0.9rem;
	color : #ffff00;	/*F-ImplSlidingItemsList-CL-A17.0*/ 
}

#my-orders-dialog [data-order-status="pending" i] [data-role="order-status"]::after
{
	content : " ";

	display: inline-block;
	height: 32px;
	width: 32px;

	background: url( "images/themes/default/notifications-pending.gif" ) no-repeat center center / auto 80%;
}
#my-orders-dialog [data-order-status="unaccepted" i] [data-role="order-status"]::after
{
	content : "\274C";
	font-size: 1.2rem;
	vertical-align: middle;
}
#my-orders-dialog [data-order-status="accepted" i] [data-role="order-status"]::after
{
	content : "\2713";
	font-size: 1.5rem;
	color: #05fe1a;
/*	
	content: "🗸";
	font-size: 1.5rem;
	color: #05fe1a;
	font-style: italic;
	font-family: u1f400;
*/
}

/*F-ImplSlidingItemsList-CL-A17.0 - START*/
[data-role="orders-container"] button
{
	background: inherit;
	border-radius: inherit;
	height: 100%;
	
	/*F-ImplOrderCancelFunc-CL-A19.0*/
	color: white;
	cursor: pointer;
}
[data-role="orders-container"] button:nth-child(2)
{
/*	position: static; */
	padding: 0;
	
	background: #41b6c5;
	cursor: pointer;
}
[data-style="itemed-list"] [data-role="orders-container"] button:not(:nth-child(2))
{
	width: 95px;

	border: 1px solid wheat;
/*	border-radius: inherit; */
}
/*F-ImplDataChangeListener-CL-A20.0[h.7]*/
[data-role="orders-container"] li[data-order-status="unaccepted" i] button:not(:nth-child(2))
{
	display: none;
}
[data-role="orders-container"] button:not(:nth-child(2))
{
	width: 100px;
	
	font-size: 1.5rem;
	font-weight: bold;
	
	line-height: 0;
}
/* [data-role="orders-container"] .slider-container */
[data-role="orders-container"] [data-role="slider-container"]
{
	min-height: 85px;
}
/*F-ImplSlidingItemsList-CL-A17.0 - END*/

#my-orders-dialog [data-role="order-status"]
{
	font-weight: bold;
}

@media ( orientation : portrait )
{
	#my-orders-dialog li
	{
		display: flex;
	}
	
	#my-orders-dialog [data-role="order-container"]
	{
		flex-flow: row wrap;
		
		/*Left "order-status" column*/
		position: relative;
		padding-left: 32px;
	}
	
	/*Left "order-status" column - START*/
	#my-orders-dialog [data-role="order-status"]
	{
		position: absolute;
		top: 25%;
		left: 0;
	}
	
	#my-orders-dialog [data-order-status="accepted" i] [data-role="order-status"]::after
	{
		line-height: 1.5;
	}
	
	#my-orders-dialog [data-order-status="unaccepted" i] [data-role="order-status"]::after
	{
		line-height: 2.1;
	}
	
	#my-orders-dialog [data-order-status="pending" i] [data-role="order-status"]::after
	{
		margin-top: 5px;
	}
	/*Left "order-status" column - END*/
	
	#my-orders-dialog [data-role="order-origin-destination"]
	{
		border-bottom: 1px solid rgba( 255, 255, 255, 0.75 );	/*F-ImplSlidingItemsList-CL-A17.0*/
		padding-bottom: 3px;
		margin-bottom: -1px;
		
		/*Left "order-status" column*/
		width: 100%;
	}
	
	#my-orders-dialog [data-role="order-matrix"]
	{
		width: 49%;
		flex-grow: 0;
		/* border-top: 1px solid white; */ /*U-ImplFSOLItem-CL-A16.1*/
	}
	
	#my-orders-dialog [data-role="order-fare"]
	{
		width: 45%;
	}
	
	/*
	* iPhone 4 - portrait
	*/
	@media ( max-width : 320px ) /* and ( max-height : 480px ) */
	{
		#my-orders-dialog [data-role="order-origin-destination"]
		{
			/*Left "order-status" column*/
			width: 100%;
		}
	}
}

@media ( orientation : landscape )
{
}
/**
 * @auther Mafuzul Hoque
 * @fileName order-details-dialog.css
 * @class OrdersDetailDialog
 * @package app.whistle.component.dialog
 * @feature F-ImplOrderDViewDlg-CL-A18.0
 */

#order-details-dialog.modal-dialog
{
	padding-left: 5px;
	padding-right: 5px;
}

#order-details-dialog.modal-dialog .row:first-child
{
	height: 20px;
}

#order-details-dialog .footer
{
	display: flex;
	justify-content: space-between;
	
	height: auto;
	
	background: rgba( 200, 200, 200, 0.75 );
	box-shadow: 0 5px 18px black;
}
#order-details-dialog.modal-dialog .footer *
{
/* 	width: 50%; */
	box-shadow: none;
}
#order-details-dialog.modal-dialog .footer span
{
	width: 6px;
	border: 2px dotted;
}

#order-details-dialog-title::after
{
	content : attr(data-title);
}

#order-details-dialog ul
{
    margin: 0;
    margin-top: 15px;
    padding: 0;
    padding-left: 15px;
    background: inherit;
}
#order-details-dialog ul li:first-child
{
    border-top: none;
}
#order-details-dialog ul a
{
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    width: 100%; 
    outline: none;
	font-size: 0.9rem;
	margin-bottom: 5px;
}
#order-details-dialog ul a *
{
	cursor : inherit;
}
#order-details-dialog ul a:active/*focus*/
{
    color: cyan;
}
	
#order-details-dialog [data-role="orders-container"]
{
	padding-top: 5px;
}
	
#order-details-dialog [data-role="order-container"]
{
	height: auto;
}
	
#order-details-dialog [data-role="order-matrix"]
{
	color : rgb(0, 255, 127);
	border-right: 1px solid white;
}

#order-details-dialog [data-role="order-fare"]
{
    font-size: 0.9rem;
}

#order-details-dialog [data-order-status="pending" i] [data-role="order-status"]::after
{
	content : " ";

	display: inline-block;
	height: 32px;
	width: 32px;

	background: url( "images/themes/default/notifications-pending.gif" ) no-repeat center center / auto 80%;
}
#order-details-dialog [data-order-status="unaccepted" i] [data-role="order-status"]::after
{
	content : "\274C";
	font-size: 1.2rem;/* 5rem; */
	vertical-align: middle;/* text-top; */
/* 	color: red; */
}
#order-details-dialog [data-order-status="accepted" i] [data-role="order-status"]::after
{
	content : "\2713";
	font-size: 1.5rem;
	color: #05fe1a;
/*	
	content: "🗸";
	font-size: 1.5rem;
	color: #05fe1a;
	font-style: italic;
	font-family: u1f400;
*/
}

#order-details-dialog [data-role="order-status"]
{
	font-weight: bold;
}

@media ( orientation : portrait )
{
	#order-details-dialog [data-role="order-container"]
	{
		flex-flow: row wrap;
		
		/*Left "order-status" column*/
		position: relative;
		padding-left: 32px;
	}
	
	/*Left "order-status" column - START*/
	#order-details-dialog [data-role="order-status"]
	{
	/* 	position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	 */	
		position: absolute;
		top: 25%;
		left: 0;
	}
	
	#order-details-dialog [data-order-status="accepted" i] [data-role="order-status"]::after
	{
	/* 	line-height: 3;
	 */	
		line-height: 1.5;
	}
	
	#order-details-dialog [data-order-status="unaccepted" i] [data-role="order-status"]::after
	{
	/* 	line-height: 4.2;
	 */	
		line-height: 2.1;
	}
	
	#order-details-dialog [data-order-status="pending" i] [data-role="order-status"]::after
	{
		margin-top: 5px;
	}
	/*Left "order-status" column - END*/
	
	#order-details-dialog [data-role="order-origin-destination"]
	{
		border-bottom: 1px solid;
		padding-bottom: 3px;
		margin-bottom: -1px;
		
		/*Left "order-status" column*/
		/* width: 90%; *//* 89%; *//* 100%; */
		width: 100%;
	}
	
	#order-details-dialog [data-role="order-matrix"]
	{
		width: 49%;
		flex-grow: 0;
		border-top: 1px solid white;
	}
	
	#order-details-dialog [data-role="order-fare"]
	{
		width: 45%;
	}
	
	/*
	* iPhone 4 - portrait
	*/
	@media ( max-width : 320px ) /* and ( max-height : 480px ) */
	{
		#order-details-dialog [data-role="order-origin-destination"]
		{
			/*Left "order-status" column*/
			/* width: 89%; */ /* 87%; */
			width: 100%;
		}
	}
}

@media ( orientation : landscape )
{
}
