﻿/* W
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-w,
.ui-page-theme-w .ui-bar-inherit,
html .ui-bar-w .ui-bar-inherit,
html .ui-body-w .ui-bar-inherit,
html body .ui-group-theme-w .ui-bar-inherit {
	background-color: 			#e9e9e9 /*{a-bar-background-color}*/;
	border-color:	 		#ddd /*{a-bar-border}*/;
	color: 					#333 /*{a-bar-color}*/;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ 	#eee /*{a-bar-shadow-color}*/;
	font-weight: bold;
}
.ui-bar-w {
	border-width: 1px;
	border-style: solid;
}
/* Page and overlay */
.ui-overlay-w,
.ui-page-theme-w,
.ui-page-theme-w .ui-panel-wrapper {
	background-color: 			#f9f9f9 /*{a-page-background-color}*/;
	border-color:	 		#bbb /*{a-page-border}*/;
	color: 					#333 /*{a-page-color}*/;
	text-shadow: 0 /*{a-page-shadow-x}*/ 1px /*{a-page-shadow-y}*/ 0 /*{a-page-shadow-radius}*/ 	#f3f3f3 /*{a-page-shadow-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-w,
.ui-page-theme-w .ui-body-inherit,
html .ui-bar-w .ui-body-inherit,
html .ui-body-w .ui-body-inherit,
html body .ui-group-theme-w .ui-body-inherit,
html .ui-panel-page-container-w {
	background-color: 			#fff /*{a-body-background-color}*/;
	border-color:	 		#ddd /*{a-body-border}*/;
	color: 					#333 /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ 	#f3f3f3 /*{a-body-shadow-color}*/;
}
.ui-body-w {
	border-width: 1px;
	border-style: solid;
}
/* Links */
.ui-page-theme-w a,
html .ui-bar-w a,
html .ui-body-w a,
html body .ui-group-theme-w a {
	color: #3388cc /*{a-link-color}*/;
	font-weight: bold;
}
.ui-page-theme-w a:visited,
html .ui-bar-w a:visited,
html .ui-body-w a:visited,
html body .ui-group-theme-w a:visited {
    color: #3388cc /*{a-link-visited}*/;
}
.ui-page-theme-w a:hover,
html .ui-bar-w a:hover,
html .ui-body-w a:hover,
html body .ui-group-theme-w a:hover {
	color: #005599 /*{a-link-hover}*/;
}
.ui-page-theme-w a:active,
html .ui-bar-w a:active,
html .ui-body-w a:active,
html body .ui-group-theme-w a:active {
	color: #005599 /*{a-link-active}*/;
}
/* Button up */
.ui-page-theme-w .ui-btn,
html .ui-bar-w .ui-btn,
html .ui-body-w .ui-btn,
html body .ui-group-theme-w .ui-btn,
html head + body .ui-btn.ui-btn-w,
/* Button visited */
.ui-page-theme-w .ui-btn:visited,
html .ui-bar-w .ui-btn:visited,
html .ui-body-w .ui-btn:visited,
html body .ui-group-theme-w .ui-btn:visited,
html head + body .ui-btn.ui-btn-w:visited {
	background-color: 			#f5c425 /*{a-bup-background-color}*/;
	border-color:	 		#FFF /*{a-bup-border}*/;
	color: 					#FFF /*{a-bup-color}*/;
	text-shadow: 0 /*{a-bup-shadow-x}*/ -1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #999 /*{a-bup-shadow-color}*/;

    background-image: -webkit-gradient(linear, left top, left bottom, from( #FDCA26 ), to( #EDA126 )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #FDCA26, #EDA126 ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #FDCA26, #EDA126 ); /* FF3.6 */
    background-image: -ms-linear-gradient( #FDCA26, #EDA126 ); /* IE10 */
    background-image: -o-linear-gradient( #FDCA26, #EDA126 ); /* Opera 11.10+ */
    background-image: linear-gradient( #FDCA26 , #EDA126  );
}
/* Button hover */
.ui-page-theme-w .ui-btn:hover,
html .ui-bar-w .ui-btn:hover,
html .ui-body-w .ui-btn:hover,
html body .ui-group-theme-w .ui-btn:hover,
html head + body .ui-btn.ui-btn-w:hover {
	background-color: 			#edbe24 /*{a-bhover-background-color}*/;
	border-color:	 		#FFF /*{a-bhover-border}*/;
	color: 					#FFF /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ -1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #999 /*{a-bhover-shadow-color}*/;

    background-image: -webkit-gradient(linear, left top, left bottom, from( #FBC824 ), to( #e59719 )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #FBC824, #e59719 ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient( #FBC824, #e59719 ); /* FF3.6 */
    background-image: -ms-linear-gradient( #FBC824, #e59719 ); /* IE10 */
    background-image: -o-linear-gradient( #FBC824, #e59719 ); /* Opera 11.10+ */
    background-image: linear-gradient( #FBC824 , #e59719  );
}
/* Button down */
.ui-page-theme-w .ui-btn:active,
html .ui-bar-w .ui-btn:active,
html .ui-body-w .ui-btn:active,
html body .ui-group-theme-w .ui-btn:active,
html head + body .ui-btn.ui-btn-w:active {
	background-color: 			#edbe24 /*{a-bdown-background-color}*/;
	border-color:	 		#FFF /*{a-bdown-border}*/;
	color: 					#FFF /*{a-bdown-color}*/;
	text-shadow: 0 /*{a-bdown-shadow-x}*/ -1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #999 /*{a-bdown-shadow-color}*/;

    background-image: none;
}
/* Active button */
.ui-page-theme-w .ui-btn.ui-btn-active,
html .ui-bar-w .ui-btn.ui-btn-active,
html .ui-body-w .ui-btn.ui-btn-active,
html body .ui-group-theme-w .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-w.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-w .ui-checkbox-on:after,
html .ui-bar-w .ui-checkbox-on:after,
html .ui-body-w .ui-checkbox-on:after,
html body .ui-group-theme-w .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-w:after,
/* Active flipswitch background */
.ui-page-theme-w .ui-flipswitch-active,
html .ui-bar-w .ui-flipswitch-active,
html .ui-body-w .ui-flipswitch-active,
html body .ui-group-theme-w .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-w.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-w .ui-slider-track .ui-btn-active,
html .ui-bar-w .ui-slider-track .ui-btn-active,
html .ui-body-w .ui-slider-track .ui-btn-active,
html body .ui-group-theme-w .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-w .ui-btn-active {
	background-color: 		#f5c425 /*{a-active-background-color}*/;
	border-color:	 		#f5c425 /*{a-active-border}*/;
	color: 					#fff /*{a-active-color}*/;
	text-shadow: 0 /*{a-active-shadow-x}*/ -1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #999 /*{a-active-shadow-color}*/;

    background-image: none;
}
/* Active radio button icon */
.ui-page-theme-w .ui-radio-on:after,
html .ui-bar-w .ui-radio-on:after,
html .ui-body-w .ui-radio-on:after,
html body .ui-group-theme-w .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-w:after {
	border-color:			#3388cc /*{a-active-background-color}*/;
}
/* Focus */
.ui-page-theme-w .ui-btn:focus,
html .ui-bar-w .ui-btn:focus,
html .ui-body-w .ui-btn:focus,
html body .ui-group-theme-w .ui-btn:focus,
html head + body .ui-btn.ui-btn-w:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-w .ui-focus,
html .ui-bar-w .ui-focus,
html .ui-body-w .ui-focus,
html body .ui-group-theme-w .ui-focus,
html head + body .ui-btn-w.ui-focus,
html head + body .ui-body-w.ui-focus {
	-webkit-box-shadow: 0 0 12px 	#3388cc /*{a-active-background-color}*/;
	-moz-box-shadow: 0 0 12px 		#3388cc /*{a-active-background-color}*/;
	box-shadow: 0 0 12px 			#3388cc /*{a-active-background-color}*/;
}
