/* File Upload for Run Availability */
.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);}

.ButtonToolbar {
	background-color: #f2f2f2;
	padding: 2px;
	margin-bottom: 7px;}
	
.btn-group > .btn-small, .btn-group + .btn-small {
    border-width: 4px !important;}
	
.btn-group > .btn, .btn-group + .btn {
    margin: 0;
    border-width: 4px !important;}
	
.widget-header {
	position: relative;
	min-height: 38px;
	background: #488cc4; /* Old browsers */
	background: -moz-linear-gradient(top,  #488cc4 0%, #438eb9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#488cc4), color-stop(100%,#438eb9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #488cc4 0%,#438eb9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #488cc4 0%,#438eb9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #488cc4 0%,#438eb9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #488cc4 0%,#438eb9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#488cc4', endColorstr='#438eb9',GradientType=0 ); /* IE6-9 */
	border: 1px solid #CCC;
	border-bottom: 1px solid #DDD;
	color: #FFF;}
	
.widget-header2 {
	position:relative;
	min-height:38px;
	background:#f7f7f7;
	background-color:#f8f8f8;
	background-image:-moz-linear-gradient(top,#fff,#eee);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));
	background-image:-webkit-linear-gradient(top,#fff,#eee);
	background-image:-o-linear-gradient(top,#fff,#eee);
	background-image:linear-gradient(to bottom,#fff,#eee);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
	color:#191919;
	border:1px solid #CCC;
	border-bottom:1px solid #DDD;
	padding-left:12px;
	text-align:right
}
	
.widget-toolbar>[data-action="collapse"], .header-color-dark>.widget-toolbar>[data-action="collapse"] {
	color: #FFF}
.widget-toolbar>[data-action="close"], .header-color-dark>.widget-toolbar>[data-action="close"] {
	color: #ff8585}
	
.widget-header h3 {
	color: #FFF !important;}
	
.RunMobileNumber {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px !important;}
	
.RunMobileNumber input {
	width: 100px !important;}
	
.UserNotification {
	display: block !important;
	margin-bottom: 7px !important;}
	
#NotificationError {
	color: #d15b47;
	font-weight: bold;}
	
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	color: #393939 !important;
}

.InputFields select {
	width: 115px;}
.InputFields input {
	width: 38px;}
.InputFields input.runnumber {
	width: 50px;}
	
.InputFields tr:hover {
	background-color: #488CC4;}