/*
	This is automatically given to selects with multiple=true to make room for the counter badge.
	This extends the padding to all select menus so their text will line up correctly.
*/
.ui-select .ui-btn-text {
	padding-right: 15px;
}

/*	fix overlap of multiselect count bubble with button text - should be able to
	remove this after jQM 1.2 TEC 05/17/2012 */
.ui-li-has-count .ui-li-count {
	right: 36px;
}
.ui-select .ui-btn-icon-right .ui-btn-inner {
	padding-right: 60px;
}

/*
	For some reason, the checkbox button is normally bigger than the other buttons. This fixes that.
*/
.ui-checkbox .ui-btn {
	margin-left:  5px;
	margin-right: 5px;
}

body {
	background-color: #7D7D7D;
}

.ui-simpledialog-container {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
}

/* add more room for dialog header text */
.ui-header .ui-title, .ui-footer .ui-title {
	margin: .6em 12% .8em;
}

/* remove mouse event-related styling from multiselect items */
ul.ui-selectmenu-list li.ui-focus {
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
}
ul.ui-selectmenu-list li.ui-btn-hover-c.ui-li-has-arrow {
	background:      			#eeeeee      /*{c-bup-background-color}*/;
	font-weight: bold;
	color:      					#2F3E46      /*{c-bup-color}*/;
	text-shadow:      0      /*{c-bup-shadow-x}*/      1px      /*{c-bup-shadow-y}*/      1px      /*{c-bup-shadow-radius}*/      #f6f6f6      /*{c-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(      #fdfdfd      /*{c-bup-background-start}*/), to(      #eeeeee      /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(      #fdfdfd      /*{c-bup-background-start}*/,      #eeeeee      /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(      #fdfdfd      /*{c-bup-background-start}*/,      #eeeeee      /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(      #fdfdfd      /*{c-bup-background-start}*/,      #eeeeee      /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(      #fdfdfd      /*{c-bup-background-start}*/,      #eeeeee      /*{c-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(      #fdfdfd      /*{c-bup-background-start}*/,      #eeeeee      /*{c-bup-background-end}*/);
}

/* fix bevel extending beyond rounded corners of accordion headers */
.ui-corner-top .ui-btn-inner {
	border-top-left-radius: .6em;
	border-top-right-radius: .6em;
}

/* Mobiscroll Datepicker Custom CSS */
.android-ics .dw {
	color: #8cc63f;
}
.android-ics .dwv {
	border-bottom: 2px solid #8cc63f;
}
.android-ics .dwwol {
	border-top: 2px solid #8cc63f;
	border-bottom: 2px solid #8cc63f;
}
.android-ics .dwb-a {
    background: #8cc63f;
}