/********************************* 
* Author : Nicolas Cornet
* Copyright: Neoweb
* Release:  June 2012
*
* BLUE THEME
*
* @blue default: #17A4DC 
* @blue dark: 	 #1A86C1
* @blue light: 	 #B5DFF0
**********************************/

h1 { color: #17A4DC; }
h3 { color: #17A4DC;}

a:hover { color: #17A4DC; }

input.button-color, button.button-color, button.button-color, a.button-color { background-color: #17A4DC; border-color: #1A86C1; }
button.button-large, button.button-large span { background-image: url(../images/themes/blue/button-validate-blue.png); }

.color { color: #17A4DC !important; }
.color a { color: #17A4DC; }

.btn-link a, a.btn-link  { background-image: url(../images/themes/blue/arrow-blue.png); }

.tag-color { background-color: #B5DFF0 !important; color: #1A86C1 !important;  }
.tag-primarycolor.tag-color { background-color: #1A86C1 !important; color: #FFF !important;  }

.timeline .handler { background-color: #17A4DC; }
.timeline .bar-container .handler:before { border-top-color: #17A4DC; }

.gui-icon-bullet.gui-icon-color { background-position: 0 -28px; }

/* *** HEADER *********************************************************** */
#toolbar ul li.active a { border-top-color: #17A4DC; }

#mainmenu #menu ul li .notice { background-position: 0 0; }
#mainmenu #menu ul li .notice .end { background-position: 100% 0; }

/* *** PANEL STYLES *********************************************************** */
.panel .panel-head, .panel .panel-head span { background-image: url(../images/themes/blue/head-blue.png); }
.panel .head { color: #17A4DC; }

/* PANEL CHECKOUT */
.panel-checkout ol li i {	background-image: url(../images/themes/blue/checkout-step-blue.png); }
.panel-checkout ol li.current strong { color: #17A4DC; }

/* PANEL FORM */
.panel-form legend { color: #1A86C1; }
.panel-form .field-slider div.input-slider .ui-slider-range { background-color: #B5DFF0; }

.panel-form-single legend {  color: #1A86C1; }


/* *** PANEL TABLE RESULTS *********************************************************** */
.panel-table tbody a { color: #1A86C1; }


/* PAGE NAVIGATION */
.page-navigation strong { color: #1A86C1; border-bottom: 2px solid #1A86C1; }


/* *** PANEL STATS *********************************************************** */
.panel-stats strong { color: #17A4DC;  }


/* *** PANEL TABS *********************************************************** */
.panel-tabs ol.tabs-nav li.ui-tabs-selected a { color: #17A4DC; }
