/****************************************************************************************
	jQuery mobile ovverrides
****************************************************************************************/
#device-wrapper .h32-icon.ui-btn-icon-notext {
	width: 40px;
	height: 40px;
}

#device-wrapper .h32-icon.ui-btn-icon-notext .ui-btn-inner .ui-icon {
	margin-top: 3px;
	margin-left: 3px;
	background-color: transparent;
	background-image: url('Images/icons-32-white-pack.png');
	width: 32px;
	height: 32px;
}

#device-wrapper .h32-icon.ui-btn-up-b {
	border: 1px solid 		#044062 /*{b-bup-border}*/;
	background: 			#0C7AC1 /*{b-bup-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #429EE4 /*{b-bup-background-start}*/), to( #0C7AC1 /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #429EE4 /*{b-bup-background-start}*/, #0C7AC1 /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #429EE4 /*{b-bup-background-start}*/, #0C7AC1 /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #429EE4 /*{b-bup-background-start}*/, #0C7AC1 /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #429EE4 /*{b-bup-background-start}*/, #0C7AC1 /*{b-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #429EE4 /*{b-bup-background-start}*/, #0C7AC1 /*{b-bup-background-end}*/);
}

#device-wrapper .h32-icon .ui-icon-shadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui-corner-all {
	-webkit-border-radius: 				.3em /*{global-radii-blocks}*/;
	border-radius: 						.3em /*{global-radii-blocks}*/;
}

.ui-btn-corner-all {
	-webkit-border-radius: 				.4em /*{global-radii-buttons}*/;
	border-radius: 						.4em /*{global-radii-buttons}*/;
}

.ui-panel-animate {
	-webkit-transition: -webkit-transform 200ms ease;
	-moz-transition: -moz-transform 200ms ease;
	transition: transform 200ms ease;
}

/* Force list items to be cached
   See: cubiq.org/you-shall-not-flicker */
#device-wrapper ul.ui-listview li {
  -webkit-transition-duration: 0;
  -webkit-transform: translate3d(0,0,0);
}

.ui-popup-screen {
	background: #1F1F1F;
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.ui-popup-screen.in {
	background: #1F1F1F;
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.ui-popup-screen.ui-overlay-e {
	background: none;
}

.ui-popup-screen.ui-overlay-e.in {
	background: none;
}

.ui-body-c {
	background: none;
}

#login div.ui-input-text {
 	padding: 0;
}

/* Delete button style*/
.ui-btn-up-f {
	border: 1px solid #620504 /*{e-bup-border}*/;
	background: #A13C40 /*{e-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bup-color}*/;
	text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #fff /*{e-bup-shadow-color}*/;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #D35056 /*{e-bup-background-start}*/), to( #A13C40 /*{e-bup-background-end}*/));
	background-image: -webkit-linear-gradient( #D35056 /*{e-bup-background-start}*/, #A13C40 /*{e-bup-background-end}*/);
	background-image: -moz-linear-gradient( #D35056 /*{e-bup-background-start}*/, #A13C40 /*{e-bup-background-end}*/);
	background-image: -ms-linear-gradient( #D35056 /*{e-bup-background-start}*/, #A13C40 /*{e-bup-background-end}*/);
	background-image: -o-linear-gradient( #D35056 /*{e-bup-background-start}*/, #A13C40 /*{e-bup-background-end}*/);
	background-image: linear-gradient( #D35056 /*{e-bup-background-start}*/, #A13C40 /*{e-bup-background-end}*/);
}

.ui-btn-hover-f {
	border: 1px solid #600E0E /*{e-bup-border}*/;
	background: #A04D51 /*{e-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bup-color}*/;
	text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #fff /*{e-bup-shadow-color}*/;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #D16469 /*{e-bup-background-start}*/), to( #A04D51 /*{e-bup-background-end}*/));
	background-image: -webkit-linear-gradient( #D16469 /*{e-bup-background-start}*/, #A04D51 /*{e-bup-background-end}*/);
	background-image: -moz-linear-gradient( #D16469 /*{e-bup-background-start}*/, #A04D51 /*{e-bup-background-end}*/);
	background-image: -ms-linear-gradient( #D16469 /*{e-bup-background-start}*/, #A04D51 /*{e-bup-background-end}*/);
	background-image: -o-linear-gradient( #D16469 /*{e-bup-background-start}*/, #A04D51 /*{e-bup-background-end}*/);
	background-image: linear-gradient( #D16469 /*{e-bup-background-start}*/, #A04D51 /*{e-bup-background-end}*/);
}

.ui-btn-up-f .ui-btn-text, .ui-btn-hover-f .ui-btn-text {
	text-shadow: none;
	text-decoration: none;
}

/* Accept button style*/
.ui-btn-up-g {
	border: 1px solid #046205 /*{e-bup-border}*/;
	background: #40A13C /*{e-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bup-color}*/;
	text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #fff /*{e-bup-shadow-color}*/;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #56D350 /*{e-bup-background-start}*/), to( #40A13C /*{e-bup-background-end}*/));
	background-image: -webkit-linear-gradient( #56D350 /*{e-bup-background-start}*/, #40A13C /*{e-bup-background-end}*/);
	background-image: -moz-linear-gradient( #56D350 /*{e-bup-background-start}*/, #40A13C /*{e-bup-background-end}*/);
	background-image: -ms-linear-gradient( #56D350 /*{e-bup-background-start}*/, #40A13C /*{e-bup-background-end}*/);
	background-image: -o-linear-gradient( #56D350 /*{e-bup-background-start}*/, #40A13C /*{e-bup-background-end}*/);
	background-image: linear-gradient( #56D350 /*{e-bup-background-start}*/, #40A13C /*{e-bup-background-end}*/);
}

.ui-btn-hover-g {
	border: 1px solid #0E600E /*{e-bup-border}*/;
	background: #51A04D /*{e-bup-background-color}*/;
	font-weight: bold;
	color: #fff /*{e-bup-color}*/;
	text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #fff /*{e-bup-shadow-color}*/;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #69D164 /*{e-bup-background-start}*/), to( #51A04D /*{e-bup-background-end}*/));
	background-image: -webkit-linear-gradient( #69D164 /*{e-bup-background-start}*/, #51A04D /*{e-bup-background-end}*/);
	background-image: -moz-linear-gradient( #69D164 /*{e-bup-background-start}*/, #51A04D /*{e-bup-background-end}*/);
	background-image: -ms-linear-gradient( #69D164 /*{e-bup-background-start}*/, #51A04D /*{e-bup-background-end}*/);
	background-image: -o-linear-gradient( #69D164 /*{e-bup-background-start}*/, #51A04D /*{e-bup-background-end}*/);
	background-image: linear-gradient( #69D164 /*{e-bup-background-start}*/, #51A04D /*{e-bup-background-end}*/);
}

.ui-btn-up-g .ui-btn-text, .ui-btn-hover-g .ui-btn-text {
	text-shadow: none;
	text-decoration: none;
}

.popup-confirm-dialog {
	min-width: 350px;
}

.popup-confirm-dialog .popup-confirm-dialog-content {
	padding: 10px;
}

.popup-confirm-dialog .popup-confirm-dialog-content p {
	font-size: 18px;
	margin-bottom: 20px;
}

#device-wrapper .ui-table th.ui-table-cell-visible, #device-wrapper .ui-table td.ui-table-cell-visible {
	display: table-cell;
}

#device-wrapper .ui-table th.ui-table-cell-hidden, #device-wrapper .ui-table td.ui-table-cell-hidden {
	display: none;
}

#popup-window .ui-select .ui-btn-icon-right .ui-icon {
	right: 10px;
}