/**
 * @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
{
}
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
{
}
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;
}

[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);
}

/*
* slider - F-ImplSlidingItemsList-DV-A16.0 - 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
*/

/*
* F-MandNewOdrAct-DV-A20.0
*
* Animated Notification
* 
* START
*/
[data-notification-animation]
{
	position: relative;
	overflow: hidden;
}

[data-notification-animation]::before
{
	content: " ";

	position: absolute;
	left: -105%;
	top: -150%;
	width: 100%;
	height: 400%;
	
	opacity: 0.75;

/* 	animation: notification-animation 3s linear infinite; */
	animation-name: notification-animation;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;/*5;*/
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;

	z-index: -1;
}

[data-notification-animation="white" i]::before
{
	background: no-repeat scroll 0 0 
		linear-gradient(
			115deg
		,	rgba(255, 255, 255, 0.00)   0
		,	rgba(255, 255, 255, 0.50)  30%
		,	rgba(255, 255, 255, 1.00)  45%
		,	rgba(255, 255, 255, 1.00)  55%
		,	rgba(255, 255, 255, 0.50)  70%
		,	rgba(255, 255, 255, 0.00) 100%
		)
			rgba(255, 255, 255, 0.00) 
		;
}

@keyframes notification-animation
{
	100%
	{
/* 		transform: translateX(210%); */
		/*OR*/
 		left: 105%;
	}
}
/*
* Animated Notification
* 
* END
*/
/**
 * @auther Mafuzul Hoque
 * @fileName app.css
 * @class App
 * @package app.whistle
 */
body[data-day-status="NIGHT" i]
{
	background: url('images/themes/default/background-night-vt.jpg') no-repeat center center / 100% 100%;
}
/* 
body[data-day-status="NIGHT" i]::before
{
    background: url('images/themes/default/background-night-vt.jpg') no-repeat center center / 100% 100%;
    filter: blur(5px);
    content: " ";
    width: 104%;
    height: 104%;
    position: absolute;
    left: -1%;
    top: -1%;
    overflow: hidden;
}
 */
body[data-day-status="DAY" i]
{
	background: url('images/themes/default/background-day-vt.png') no-repeat 0 0 / 100% 100%;
}
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;
}

/*F-GNFSBPMUA*/
[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;
}
/*F-GNFSBPMUA*/

.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%;
}

#main-screen
{
	padding: 15px;
	position: absolute;
	width: 100%;
	height: 100%;
	visibility : hidden;
}

@media ( orientation : landscape )
{
	body[data-day-status="NIGHT" i]
	{
		background: url('images/themes/default/background-night-hz.jpg') no-repeat center center / 100% auto;
	}
	
	body[data-day-status="DAY" i]
	{
		background-image: url('images/themes/default/background-day-hz.png');
	}
	
	#main-screen
	{
		/* padding: 10px; */
	}
}
/**
 * @auther Mafuzul Hoque
 * @fileName app-version.css
 * @class AppVersion
 * @package app.whistle
 * @Update : U-DVBC, U-UAppV-A7.1
 */
 
/*U-UAppV-A7.1*/
#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-A7.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-A7.1*/
#app-version a
{
	color: #f6f60c;/* inherit; */
	font-size: 0.5rem;
	font-weight: bold;
	text-transform: uppercase;
	/* border-bottom: 1px solid darkgray; */
}

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

/*U-UAppV-A7.1*/
@media ( orientation : portrait )
{
	[data-device-type="mobile"] #app-version label
	{
		margin-left : 50px;
	}
	
	@media ( max-width : 320px )
	{
		[data-device-type="mobile"] #app-version label
		{
			margin-left : 95px;
		}
	}
}
/**
 * @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;
}
[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-DV-A19.2[e.1]*/
    z-index : 10;
}
#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;
	font-family: -apple-system;
/*	
	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: 2.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; */
}

@media ( orientation : portrait )
{
	/*
	* 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;
		}
	}
}
@media ( orientation : landscape )
{
	/*
	* 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;
		}
	}
}
/**
 * @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 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;
}

body[data-day-status="DAY" i] #menu-bar
{
	color: white;
}
body[data-day-status="NIGHT" i] #menu-bar
{
	color: rgb(253, 217, 0);
}

#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"])
{
    line-height: 2.15;/*2.7;*//*3;*/
}
body[data-day-status="DAY" i] #menu-bar a:not([data-type="order"])
{
	text-shadow: 0px 0px 10px white;
}
body[data-day-status="NIGHT" i] #menu-bar a:not([data-type="order"])
{
	text-shadow: 0px 0px 10px rgb(253, 217, 0);
}
#menu-bar > div
{
	background: inherit;
	box-shadow: 5px -3px 8px rgba(0, 0, 0, 0.3);/*0 2px 6px rgba(0, 0, 0, 0.3);*/
}
body[data-day-status="DAY" i] #menu-bar > div
{
	background-color: rgba(25, 23, 23, 0.75);/* #4d92fe; */
}
body[data-day-status="NIGHT" i] #menu-bar > div
{
	background-color: rgba(25, 23, 23, 0.75);/* #4d92fe; */
}

body[data-day-status] #menu-bar > div.notification-panel, body[data-day-status] #menu-bar > div.notification-panel
{
	background : transparent;
}

#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 card.css
 * @class Card
 * @package app.whistle.component.card
 * @feature F-DrMnScreen-Card
 * @update U-UDC-DV-A7.7, U-FixDriverCard-DV-A13.2
 */

/*U-UDC-DV-A7.7*/
[data-role="profile-image-name"],
[data-role="profile-taxi-driver-id"]
{
	display: flex;
	flex: 1 auto;
}

[data-role="profile-image"]
{
	margin: 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"]::after 
{
	content: " ";
	width: 100px;
	height: 100px;
	mask: url('images/themes/default/profile-picture.svg') no-repeat;
}

[data-day-status="DAY" i] [data-role="profile-image"][data-load="error"]::after 
{
	background-color: rgb(245, 245, 245);
}

[data-day-status="NIGHT" i] [data-role="profile-image"][data-load="error"]::after 
{
	background-color: rgb(253, 217, 0);
}
*/
/*
[data-role="profile-image"][data-load="error"] svg
{
	width: 100px;
	height: 100px;
}
*/

[data-day-status="DAY" i] [data-role="profile-image"][data-load="error"] svg 
{
	fill: rgb(245, 245, 245);
}

[data-day-status="NIGHT" i] [data-role="profile-image"][data-load="error"] svg 
{
	fill: rgb(253, 217, 0);
}

[data-role="profile-image"] > *
{
	height: 100%;
	border-radius: 50%;
	margin: auto;
}

[src*="profile-picture.png"]
{
	border: 3.25pt solid black;
}

[data-role="profile-name"]
{
	font-size: 1.7rem;
	font-weight: 300;
	margin: auto 5px;
	letter-spacing: -1pt;
}

[data-role="profile-info"]
{
	padding: 7px;

}

[data-role="profile-info"]:last-child
{
	border-left: 1px solid;
}

[data-role="profile-heading"]
{
}

[data-role="profile-value"]
{
	font-size: 1.75rem;
	font-weight: 300;
}

.card
{
	border-radius: 7pt;
	display: flex;
	flex-flow: row wrap;
	margin: auto;
	width: 100%;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.95);
}

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

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

[data-day-status="NIGHT" i] .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] .card *:not(img)
{
	color: rgb(253, 217, 0);
	border-color: rgba(210, 210, 210, 0.5);
}
.card[data-align="center"]
{
	text-align: center;
}
.card [data-role="profile-image"]
{
    display: flex;
}
.card [data-role="profile-name"]
{
	flex: 1 auto;/*U-UDC-DV-A7.7*/
}
.card [data-role="profile-info"]
{
	display: flex;
	flex-direction: column;
	flex: 1 50%;
	margin: auto;
}

.card [data-value]::after
{
	content : attr(data-value);
}

@media ( orientation : portrait )
{
	[data-role="profile-image"]
	{
		height: 100px;
	}
}

@media ( orientation : landscape )
{
	[data-role="profile-image"]
	{
		height: 75px;
	}
}

/*
* U-FixDriverCard-DV-A13.2 - START
* 
* Screen equals or greater than 459px
*/
@media ( min-width : 459px )
{
	[data-role="profile-info"]
	{
		border-left: 1px solid;
	}
}
/*
* Screen equals or less than 458px
*/
@media ( max-width : 458px )
{
	/*[data-role="profile-info"] -- OR*/
	[data-role="profile-taxi-driver-id"]
	{
		border-top: 1px solid;
	}
}
/*U-FixDriverCard-DV-A13.2 - END*/
/**
 * @auther Mafuzul Hoque
 * @fileName embeded-abstract-card.css
 * @class EmbededAbstractCard
 * @package app.whistle.component.card
 * @feature F-ImplOrderDViewDlg-DV-A17.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-DV-A17.0, F-ImplOrderRejectFunc-DV-A19.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-ImplOrderRejectFunc-DV-A19.0[h.3] - 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-ImplOrderRejectFunc-DV-A19.0[h.3] - 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-ImplOrderRejectFunc-DV-A19.0[h.3]*/
	}
	
	[data-role="date-time-type"] :not([data-element="time"]),
	[data-role="duration-distance"] > *
	{
		width: auto;
	}
	
	[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-DV-A17.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"]
{
	margin: 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
 * @feature F-ImplOrdersDlg-DV-A14.0
 */

.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
{
	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
{
	content : "\2192";
	font-family: -apple-system;
}
.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;
    content: "\0024" attr(data-button-status-fare);
    color: black;
    font-family: "Economica","fantasy","Roboto";
    font-size: 2.25rem;/*1.25rem;*/ /*1.5rem;*/
    font-weight: bold;
    line-height: 0;
    margin-left: 15px;
}

.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;

	/*F-ImplOrdersDlg-DV-A14.0 - START*/
/*	margin: 5px; 
	padding: 5px;*/
	padding: 0;
	margin-top: 11px;
	margin-right: 11px;
	font-size: 1.1rem;
	/*F-ImplOrdersDlg-DV-A14.0 - END*/
}
.back-button::before
{
	/*F-ImplOrdersDlg-DV-A14.0 - START*/
/*	content: "\2190"; */
	margin-right: 5px;
	font-family: -apple-system;
	/* font-size: 1.35rem; */
	font-weight: normal;
	line-height: 0;
	vertical-align: middle;
	
	content: "\2192";
	transform: scale(-1,1);
	display: inline-block;
	margin-top: -5px;
	
/*	font-size: 2.25rem;*/
	font-size: 1.5rem;
	/*F-ImplOrdersDlg-DV-A14.0 - END*/
}
.modal-dialog-toolbar
{
	position: fixed; 
	left: 0px; 
	right: 0px; 
	top: 0px; 
	text-align: left;/*center;*//*right;*/ 
	z-index: 2; /*U-VisibleAbsDlg-DV-A19.3[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;
    content: {{combobox-unchecked}};
    display: block;
    float: left;
    height: 20px;
    /* line-height: 1.15; *//*1.2;*/
    width: 20px;
    margin-right: 10px;/* 4px; */
    text-align: center;
}
.modal-dialog-page input[data-role="checkbox"]:checked + label::before
{
	content : {{combobox-checked}};
	font-size: 1.25rem;
	font-weight: bold;/*added @ 22 JUn 2017*/
}
/* .modal-dialog-page input[data-role="checkbox"] + label::after 
{
} */
.modal-dialog-page input[data-role="checkbox"] + label[data-fees]::after
{
    content: "\0024" attr(data-fees);
    float: right;
	color : black;
	font-family: "Economica","fantasy","Roboto";
}
.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.7.0, F-MandNewOdrAct-DV-A20.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;
}

body[data-day-status="NIGHT" i] .bg
{
	background: url('images/themes/default/background-night-vt.jpg') no-repeat center center / 100% 100%;
}
body[data-day-status="DAY" i] .bg
{
	background: url('images/themes/default/background-day-vt.png') no-repeat 0 0 / 100% 100%;
}


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

button.square
{
	color: #0063ff;
	padding: 0;
}
.square
{
	position: relative;
	width: 50%;
	max-width: 200pt;	/*F-MandNewOdrAct-DV-A20.0[h.1]*/
	height: inherit;
}

.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 auth-dialog.css
 * @class AuthDialog
 * @package app.whistle.component.dialog
 */

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

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

#auth-dialog .submit-button::before
{
	content : attr(data-text);
}
/**
 * @auther Mafuzul Hoque
 * @fileName password-change-dialog.css
 * @class AuthDialog
 * @package app.whistle.component.dialog
 */

#password-change-dialog-page
{
	display : table-cell;
}

#password-change-dialog .submit-button::after 
{
    margin-left: 15px;
}

#password-change-dialog .submit-button::before
{
	content : attr(data-text);
}
/**
 * @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-DV-A19.2[e.1]*/
	z-index : 11;
}
body[data-day-status="DAY" i] #menu-dialog
{
    background: rgba(25, 23, 23, 0.75);
}
body[data-day-status="NIGHT" i] #menu-dialog
{
    background: rgba(25, 23, 23, 0.75);
}
#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 my-orders-dialog.css
 * @class MyOrdersDialog
 * @package app.whistle.component.dialog
 * @feature F-ImplOrdersDlg-DV-A14.0, F-ImplSlidingItemsList-DV-A16.0, F-ImplOrderRejectFunc-DV-A19.0
 * @update U-UOrderActions-DV-A17.1
 */

/*F-ImplSlidingItemsList-DV-A16.0 - 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="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;
}
#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;
}
/*F-ImplSlidingItemsList-DV-A16.0 - END*/

[data-style="full-list"] [data-role="orders-container"] ul li:last-child
{
	border-bottom: 1px solid rgba( 255, 255, 255, 0.75 );
}
#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-title::after
{
	content : attr(data-title);
}

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

#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;
}

#my-orders-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;
}
#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-DV-A16.0*/
	border-right: 1px solid white;
}

#my-orders-dialog [data-role="order-fare"]
{
	min-width: 70px;	/*F-ImplOrderRejectFunc-DV-A19.0[h.4]*/
	
	font-size: 0.9rem;
	color : #ffff00;	 /*F-ImplSlidingItemsList-DV-A16.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;
}

/*F-ImplSlidingItemsList-DV-A16.0 - START*/
[data-role="orders-container"] button
{
	height: 100%;
	
	background: inherit;
	border-radius: inherit;
	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; */
}
/*U-UOrderActions-DV-A17.1[d.2.a.1]*/
[data-role="orders-container"] li:not([data-order-status="pending" 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-DV-A16.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-DV-A16.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;
	}
	
	#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-DV-A17.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[data-order-status="pending" i]
{
	display: flex;
}

#order-details-dialog .footer
{
	display: none;
	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;
}
	
@media ( orientation : portrait )
{
	/*
	* iPhone 4 - portrait
	*/
	@media ( max-width : 320px ) /* and ( max-height : 480px ) */
	{
	}
}

@media ( orientation : landscape )
{
}
/**
 * @auther Mafuzul Hoque
 * @fileName new-order-dialog.css
 * @class OrdersDetailDialog
 * @package app.whistle.component.dialog
 * @feature F-MandNewOdrAct-DV-A20.0
 * @update U-TimeoutNewOdrAct-DV-A20.2
 */

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

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

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

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

#new-order-dialog ul
{
    margin: 0;
    margin-top: 15px;
    padding: 0;
    padding-left: 15px;
    background: inherit;
}
#new-order-dialog ul li:first-child
{
    border-top: none;
}
#new-order-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;
}
#new-order-dialog ul a *
{
	cursor : inherit;
}
#new-order-dialog ul a:active/*focus*/
{
    color: cyan;
}

/*U-TimeoutNewOdrAct-DV-A20.2 - START*/
#new-order-dialog [data-role="timeout-card"]
{
	align-items: center;
	justify-content: center;
	
/* 	height: 200pt; */
}
#new-order-dialog [data-role="timeout-card"] [data-role="timeout-label"]
{
	height: auto;
	width: auto;
	
	font-size: 60pt;
}
/*U-TimeoutNewOdrAct-DV-A20.2 - END*/
	
@media ( orientation : portrait )
{
	/*
	* iPhone 4 - portrait
	*/
	@media ( max-width : 320px ) /* and ( max-height : 480px ) */
	{
	}
}
