body {font-size:12px;padding-bottom: 40px;}
.container-fluid{padding-top: 20px;}
.error-input{border: 1px solid #ff0000 !important;}
.errorMessage{color: #ff0000;}
.hidden{display: none !important;}
.red,.red a{color: #ff0000 !important;}
.sunday{background-color: #e2e2e2 !important;}
.FR{float: right !important;}
.quotes{position: relative;top: 100px;left:10%;font-family: helvetica;font-size: 30px;font-weight: bold;line-height: 1.2;color: #6b6b6b;}
/*Nav bar*/
.download-row{display: inline-block; float: right; margin: -3.7em 1.5%;text-align: right;}
.navbar .brand {
  display:block;
  float:left;
  font-size:20px;
  font-weight:200;
  padding:10px 20px;
  margin-left:-15px;
}

.navbar .nav > li > a {
  float:none;
  padding:10px 15px;
  text-decoration:none;
  font-weight: 600;
}

.navbar-search .search-query {
  border-radius:5px;
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	.container-fluid{padding-top: 50px;}
	.navbar .brand {margin-left:-90px;}
	.style-switcher{margin-left:-70px;}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	.container-fluid{padding-top: 100px;}
	.navbar .brand {margin-left:-90px;}
	.style-switcher{margin-left:-70px;}
}

table.detail-view td {font-size:12px;}
h1,h2,h3,h4, .portlet > .portlet-decoration, .sidebar-nav > ul > li > a, .navbar a, th{
	font-family: helvetica;/*'Carrois Gothic', sans-serif;*/
}

.portlet > .portlet-decoration, .sidebar-nav > ul > li > a, .navbar li > a, th{
	font-size:14px!important;
}
/* Start Portlets*/
.portlet{
-webkit-box-shadow:#F9F9F9 0 1px 0 inset;
  border:1px solid #DDDDDD;
  border-radius:3px;
  box-shadow:#F9F9F9 0 1px 0 inset;
  margin-bottom:20px;
  min-height:40px;

}
.portlet-title{font-size: 16px;}
.portlet-decoration{
	border-bottom:1px solid #DDD;
	background-color: #d2d2d2;/*#F1F1F1;
	background-image: -moz-linear-gradient(top, #F1F1F1, #DBDBDB);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F1F1F1), to(#DBDBDB));
	background-image: -webkit-linear-gradient(top, #F1F1F1, #DBDBDB);
	background-image: -o-linear-gradient(top, #F1F1F1, #DBDBDB);
	background-image: linear-gradient(to bottom, #F1F1F1, #DBDBDB);*/
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffF1F1F1', endColorstr='#ffDBDBDB', GradientType=0);
	padding:10px;
	font-weight: bold;
	color: #fff;
}
.portlet-content table tr th{background: #f1f1f1;font-size: 12px !important;}

.portlet-decoration [class^="icon-"], .portlet-decoration [class*=" icon-"] {
  margin-right:5px;
}
.portlet-content{
	padding:10px;
}

/* end Portlets*/
.navbar {
  margin-bottom:0px;
  overflow:visible;
}

.summary ul {
margin: 0px;
padding: 0px;
list-style: none;
}

.summary ul li {
height: 52px;
clear: both;
margin-bottom: 14px;
}

.summary ul li .summary-icon {
width: 36px;
height: 36px;
float: left;
margin-right: 10px;
padding: 6px;
background: white;
border: #DDD 1px solid;
-webkit-box-shadow: inset 0 0 3px #EEE;
-moz-box-shadow: inset 0 0 3px #eee;
box-shadow: inset 0 0 3px #EEE;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
}

.summary ul li .summary-number {
font-size: 20px;
font-weight: bold;
display: block;
padding-top: 8px;
}

.summary ul li .summary-title {
display: block;
text-transform: uppercase;
font-size: 11px;
color: #AB4000;
}

.stat-block {
margin-bottom: 20px;
padding: 10px;
min-height:40px;
background: #F1F1F1;
background: -moz-linear-gradient(top, #F1F1F1 0%, #DBDBDB 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F1F1F1), color-stop(100%, #DBDBDB));
background: -webkit-linear-gradient(top, #F1F1F1 0%, #DBDBDB 100%);
background: -o-linear-gradient(top, #F1F1F1 0%, #DBDBDB 100%);
background: -ms-linear-gradient(top, #F1F1F1 0%, #DBDBDB 100%);
background: linear-gradient(to bottom, #F1F1F1 0%, #DBDBDB 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dbdbdb', GradientType=0 );
border: 1px solid #DDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #F9F9F9;
-moz-box-shadow: inset 0 1px 0 #f9f9f9;
box-shadow: inset 0 1px 0 #F9F9F9;
}

.stat-block ul {
margin: 0px;
padding: 0px;
}

.stat-block li {
list-style: none;
float: left;
}

.stat-block .stat-graph {
width: auto;
background: white;
padding: 10px 10px 8px 10px;
border: #D7D7D7 1px solid;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-right: 10px;
}

.stat-block .stat-count {
width: 90px;
}

.stat-block .stat-count span:last-child {
color: #666;
font-size: 12px;
font-weight: normal;
padding-top:3px;
}

.stat-block li span {
display: block;
}

.stat-block .stat-count span:first-child {
color: #1D2E7B;
font-weight: bold;
font-size: 20px;
}

.stat-block .stat-percent {
width: 40px;
float: right !important;
text-align: center !important;
}

.stat-percent{
	 font-size: 20px;
	 font-weight: bold;
 }
 /*Navbar*/
 .navbar-fixed-top {
  top:0;
  left:0;
}
 
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #5bb75b;/*#848282;#9e9090*/
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #5bb75b, #51a451);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#51a451));
  background-image: -webkit-linear-gradient(top, #5bb75b, #51a451);
  background-image: -o-linear-gradient(top, #5bb75b, #51a451);
  background-image: linear-gradient(to bottom, #5bb75b, #51a451);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bb75b', endColorstr='#51a451', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #848282;
  background-color: #848282;
  background-image: linear-gradient(to bottom, #848282, #9e9090);
  background-image: -moz-linear-gradient(top, #848282, #9e9090);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#848282), to(#9e9090));
  background-image: -webkit-linear-gradient(top, #848282, #9e9090);
  background-image: -o-linear-gradient(top, #848282, #9e9090);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#848282', endColorstr='#9e9090', GradientType=0);
}
/*Side Nav*/
.sidebar-nav {
  padding:0!important;
}

.sidebar-nav ul{
  padding:0;
  margin:0;
}

.sidebar-nav ul li{
  list-style: none;
}

.sidebar-nav ul > li > a, .sidebar-nav ul > li > a:hover, .sidebar-nav ul > li > span {
	padding:9px 15px;
  	margin-bottom:3px;
  	display:block;
}

.sidebar-nav ul > li > a, .sidebar-nav ul > li > a:hover {
	
	background-color: #F1F1F1;
	background-image: -moz-linear-gradient(top, #F1F1F1, #DBDBDB);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DBDBDB), to(#DBDBDB));
	background-image: -webkit-linear-gradient(top, #F1F1F1, #DBDBDB);
	background-image: -o-linear-gradient(top, #F1F1F1, #DBDBDB);
	background-image: linear-gradient(to bottom, #F1F1F1, #DBDBDB);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffF1F1F1', endColorstr='#ffDBDBDB', GradientType=0);
	
	-webkit-box-shadow:#F9F9F9 0 1px 0 inset;
	border:1px solid #DDDDDD;
	border-radius:3px;
	box-shadow:#F9F9F9 0 1px 0 inset;
	text-decoration:none;
  
  
}

.sidebar-nav  ul > li.active > a, .sidebar-nav ul > li.active > a:hover {

	background-color: #9e9090!important;
	background-image: -moz-linear-gradient(top, #9e9090, #979898)!important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9e9090), to(#979898))!important;
	background-image: -webkit-linear-gradient(top, #9e9090, #979898)!important;
	background-image: -o-linear-gradient(top, #9e9090, #979898)!important;
	background-image: linear-gradient(to bottom, #9e9090, #979898)!important;
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff9e9090', endColorstr='#ff979898', GradientType=0);
	
	box-shadow:#cccccc 0 1px 0 inset;
	border:1px solid #9e9090;
	color:#F1F1F1;
}
.subnav.navbar-fixed-top {
  top:40px;
  z-index:1;
}
/*Progress bar*/
.progress, .ui-progressbar {
	height:10px;
}

.ui-progressbar {
  border:0;
  border-radius:4px;
  clear: both;
  margin-bottom:20px;
}

.ui-progressbar.ui-widget-content {
	-webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 2px inset;
	background-color:#F7F7F7;
	background-image:-webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
	background-repeat:repeat no-repeat;
	box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 2px inset;
	overflow:hidden;
}

.ui-progressbar .ui-widget-header{
	background-image:-webkit-linear-gradient(top, #149BDF, #0480BE);
	background-repeat:repeat no-repeat;
	box-shadow: none;
	box-sizing:border-box;
	color:#FFFFFF;
	float:left;
	height:100%;
	border:0;/**/
}
.ui-progressbar .ui-progressbar-value {
  margin:0px;
}


.ui-progressbar .ui-widget-header {
  -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 -1px 0 inset;
  -webkit-transition:width 0.6s ease;
  background-color:#149BDF;
  background-image:-webkit-linear-gradient(top, #149BDF, #0480BE);
  background-repeat:repeat no-repeat;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 -1px 0 inset;
  box-sizing:border-box;
  color:#FFFFFF;
  float:left;
  font-size:12px;
  height:100%;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.247059) 0 -1px 0;
  width:0;
}

.progress-info .ui-widget-header, .progress-info.ui-slider.ui-widget-content  {
  background-color:#4BB1CF !important;
  background-image:-webkit-linear-gradient(top, #5BC0DE, #339BB9);
  background-repeat:repeat no-repeat;;
}

.progress-success .ui-widget-header, .progress-success.ui-slider.ui-widget-content  {
  background-color:#5EB95E  !important;
  background-image:-webkit-linear-gradient(top, #62C462, #57A957);
  background-repeat:repeat no-repeat;
}

.progress-warning .ui-widget-header, .progress-warning.ui-slider.ui-widget-content {
  background-color:#FAA732 !important;
  background-image:-webkit-linear-gradient(top, #FBB450, #F89406);
  background-repeat:repeat no-repeat;
}

.progress-danger .ui-widget-header, .progress-danger.ui-slider.ui-widget-content  {
  background-color:#DD514C !important;
  background-image:-webkit-linear-gradient(top, #EE5F5B, #C43C35);
  background-repeat:repeat no-repeat;
}

.progress-striped .ui-widget-header, .progress-striped.ui-slider.ui-widget-content  {
  -webkit-background-size:40px;
  background-color:#149BDF;
  background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.14902) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.14902) 50%, rgba(255, 255, 255, 0.14902) 75%, transparent 75%, transparent);
  background-repeat:repeat;
}

.active.ui-progressbar .ui-widget-header {
	  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
/*slider*/
.ui-slider{
	margin-bottom:20px;
}

.ui-slider.ui-widget-content{
	-webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 -1px 0 inset;
	-webkit-transition:width 0.6s ease;
	background-color:#149BDF;
	background-image:-webkit-linear-gradient(top, #149BDF, #0480BE);
	background-repeat:repeat no-repeat;
	box-shadow:rgba(0, 0, 0, 0.14902) 0 -1px 0 inset;
	box-sizing:border-box;
	border:none;
}

/*Table*/
.table > table{
	width:100%;
}

/*CGridview*/
.filters select, .filters input, .filters .uneditable-input {
  border-radius:none;
  font-size:11px;
  height:20px;
  line-height:10px;
  margin-bottom:0;
  padding:0;
}

/*Pagination*/

.pager{
	margin:20px 10px;
	text-align: right;
}
.pager ul{
	-webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 2px;
  border-radius:0px;
  box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 2px;
  display:inline-block;
  margin-bottom:0;
  margin-left:0;
  text-align:center;
}

.pager a, .pager span{
	
	border-radius:0px;
	margin-left:3px;
}

.pager ul > li.last > a, .pager ul > li.last > span {
  border-left-radius:4px;
}

.pager ul > li > a, .pager ul > li > span {
  background-color:#FFFFFF!important;
  border-color:#DDDDDD!important;
  border-style:solid;
  border-width:1px 1px 1px 0;
  float:left;
  line-height:20px;
  padding:4px 12px!important;
  text-decoration:none;
}

.pager ul > li.first > a, .pager ul > li.first > span {
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
}

ul.yiiPager li.hidden{
	display:none!important;	
}

/*CListView*/
.list-view div.view{
	border:solid 1px #DDDDDD;
	padding: 10px;
	margin-bottom:10px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px inset;
	box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px inset;
	border-radius:4px;
}

/*Form*/
.filters input, .filters .uneditable-input {
  width:100% !important;
}

div.form > form  .row {
  margin-left:0px;
}
label.radioCheck{display: inline-block!important;}

/*Footer*/
footer {
	margin-top:10px;
	text-align:center;
}

footer .navbar-inner {background: #000;color:#fff;text-align: left;}
footer .navbar-inner .container{line-height: 35px;font-size: 11px;}
/*Style switcher*/
.style-switcher
{
	padding-top:13px;
}
.style-switcher span.style
{
	width:16px; 
	height:16px; 
	display:block;
	margin-right:5px;
	float:left;
}

/*Button styles*/
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/*Table sorter*/
.tablesorter th,td{font-family: Arial,Helvetica,sans-serif;text-align: left;padding: 4px !important;font-size: 8pt !important;line-height: 1.4 !important;}
.tablesorter th{background: #5a5a5a;border: 1px solid #fff;cursor: pointer;font-weight: normal;color: #fff;white-space: inherit !important;color: #fff;}
.tablesorter th a{color: #fff;}
table .header-fixed {  position: fixed;  top: 42px;  z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */}
.table-fixed-header .even {background: #ebebeb;}

.headerSortDown{background: url("../img/arrow_down.png") no-repeat;background-position: right center;}
.headerSortUp{background: url("../img/arrow_up.png") no-repeat;background-position: right center;}
/*.tablesorter tbody tr.odd td {padding: 0 !important;}*/
.tablesorter td,th {padding: 4px;vertical-align: top;white-space: nowrap;overflow: hidden;max-width: 78px;}
.tablesorter td a,.tablesorter td a:hover{color: #3d3d3d;}
.tablesorter input,select{border: medium none;font-size: 8pt; width: 90%;border: 1px solid #8d8d8d;}
.tablesorter tbody tr.selected a{color:#fff;}
/*context menu*/
.context-menu { position:relative }
.context-menu .field {background:#EC6603; color:#fff; padding:5px; border:none; cursor:pointer;	font-family:'lucida sans unicode',sans-serif; font-size:1em;
	border:solid 1px #EC6603;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.context-menu .field:hover {border:solid 1px #fff;-moz-box-shadow:0 0 5px #999; -webkit-box-shadow:0 0 5px #999; box-shadow:0 0 5px #999}
.context-menu>ul.list { 
	position:absolute; left:30px; top:-30px; z-index:999;width:150px;margin:0; padding:10px; list-style:none;background:#fff; color:#333;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	-moz-box-shadow:0 0 5px #999; -webkit-box-shadow:0 0 5px #999; box-shadow:0 0 5px #999;}
.context-menu>ul.list li {
	padding:10px;
	border-bottom: solid 1px #ccc;
}
.context-menu>ul.list li:hover {
	background:#EC6603; color:#fff;
}
.context-menu>ul.list li:last-child { border:none }
/*Tool Tip*/
a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {z-index:10;display:none; padding:14px 20px;margin-top:-30px; margin-left:28px; line-height:16px;word-wrap: break-word;white-space: normal;}
a.tooltip:hover span{display:inline; position:absolute; color:#111;border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span{border-radius:4px;box-shadow: 5px 5px 8px #CCC;}
/*Tool Tip*/
/* Auto complete */
.ac_results {padding: 0px;border: 1px groove #09C;border-radius:3px;background-color: white;overflow: hidden;z-index: 99999;}
.ac_results ul {width: 100%;list-style-position: outside;list-style: none;padding: 0;margin: 0;}
.ac_results li {margin: 2px;padding: 2px 5px;display: block;border-radius:3px;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	cursor:pointer;	font: menu;	font-size: 11px;font-family:Verdana, Geneva, sans-serif;text-align:left;	
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;overflow: hidden;}
.ac_loading {background: white url('../img/indicator.gif') right center no-repeat;}
.ac_odd {background-color: #eee;}
.ac_over {background-color: #0092c8;color: white;}

.scrollbox{
	border: 1px solid #CCCCCC;
  width: 350px;
  height: 100px;
  background: #FFFFFF;
  overflow-y: scroll
	
}
.scrollbox div {
  padding: 3px;
}
.scrollbox div.odd {
  background: #E4EEF7;
}
.scrollbox div.even {
  background: #FFFFFF;
}
.scrollbox div input {
  margin: 0px;
  padding: 0px;
  margin-right: 3px;
}



/* DatePicker Container Starts */
.datepicker { cursor:pointer;}
#ui-datepicker-div.ui-datepicker-multi-2 { position:relative; z-index:100000 !important;}
.ui-datepicker { background:#FFF; display:none; padding:12px 15px; margin:5px auto 0; border:1px solid #DADADB; -webkit-box-shadow:0 1px 5px rgba(0,0,0,0.25); -moz-box-shadow:0 1px 5px rgba(0,0,0,0.25); box-shadow:0 1px 5px rgba(0,0,0,0.25);}
.ui-datepicker a { text-decoration:none;}
/* DatePicker Table */
.ui-datepicker-multi-2 { max-width:495px;}
.ui-datepicker-multi-2 .ui-datepicker-group-first { width:46.5%; margin-right:3%;}
.ui-datepicker-multi-2 .ui-datepicker-group-last { width:46.5%; margin-left:3.5%;}
.ui-datepicker-multi .ui-datepicker-group { float:left;}
.ui-datepicker table { width:100%;}
.ui-datepicker-header { color:#4c4c4c; font-size:14px; float: left; width:100%; font-weight:bold; line-height:18px;}
.ui-datepicker-title { text-align:center;}
.ui-datepicker-prev.ui-state-disabled,.ui-datepicker-next.ui-state-disabled { opacity:0.2; cursor:default;}
.ui-datepicker-prev, .ui-datepicker-next { display:inline-block; width:0; height:0; text-align:center; cursor:pointer; margin:3px 0 0; border-bottom:6px solid transparent; border-top:6px solid transparent; border-right:9px solid #3B3C41; line-height:600%; overflow:hidden;}
.ui-datepicker-prev { float:left;}
.ui-datepicker-next { float:right; border-left:9px solid #3B3C41; border-right:none;}
.ui-datepicker th { text-transform:uppercase; font-size:12px; padding:5px 0; color:#666666; text-shadow:1px 0px 0px #fff;}
.ui-datepicker td a.ui-state-highlight { background:#f9cd0e; box-shadow:1px 1px 1px #D9B000 inset; font-weight:bold;}
.ui-datepicker td span, .ui-datepicker td a { width:32px; height:32px; line-height:32px; display:inline-block; text-align:center; font-size:12px;  }
#calendar-details .ui-datepicker-multi-2 .ui-datepicker-group-first { width:46.5%; margin-right:3%;}
.ui-datepicker-calendar .ui-state-disabled.ui-state-holiday span { background:#F1F1F1;}
.ui-datepicker-calendar .ui-state-hover { background:#e2e2e2;}
.ui-datepicker td a.ui-state-highlight.ui-state-active,.ui-datepicker-calendar .ui-state-active { background:#e2e2e2;   box-shadow:none; font-weight:bold;}
.ui-datepicker-unselectable .ui-state-default { color:#d4d4d4;}


.ui-datepicker .ui-datepicker-header { position: relative;}
.ui-datepicker .ui-datepicker-title { margin: 0 1.2em; text-align: center;}
.ui-datepicker select.ui-datepicker-month{ width: 47%; margin-right:2%; margin-top:0; float: left;}
.ui-datepicker select.ui-datepicker-year { width: 47%; margin-left:2%; margin-top:0; float: left;}
.ui-datepicker .ui-datepicker-title select { font-size: 1em; padding:0;}
 
/* DatePicker Container Ends */
/* Layout helpers*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Component containers*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee  50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828  50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/*Autocomplete*/
.ui-autocomplete {  position: absolute;  top: 100%;  left: 0;  z-index: 1000;  float: left;  display: none;  min-width: 160px;
  _width: 160px;  padding: 4px 0;  margin: 2px 0 0 0;  list-style: none;  background-color: #ffffff;  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);  border-style: solid;  border-width: 1px;  -webkit-border-radius: 5px;  -moz-border-radius: 5px;
  border-radius: 5px;  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);  -webkit-background-clip: padding-box;  -moz-background-clip: padding;
  background-clip: padding-box;  *border-right-width: 2px;  *border-bottom-width: 2px;}
.ui-menu-item > a.ui-corner-all {display: block;padding: 3px 15px;clear: both;font-weight: normal;line-height: 18px;color: #555555;white-space: nowrap;}  
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #d85515;    border: none;    color: #ffffff!important;    border-radius:0;    font-weight: normal;    -webkit-border-radius: 0px;-moz-border-radius: 0px;    background-image: none;}
/*Autocomplete*/
#fancybox-close{display: none;}

/* Tree view */
.treegrid-indent {width:16px; height: 16px; display: inline-block; position: relative;}
.treegrid-expander {width:16px; height: 16px; display: inline-block; position: relative; cursor: pointer;}
.treegrid-expander-expanded{background-position: -48px -128px;background-image: url(images/ui-icons_ef8c08_256x240.png);/*background-image: url(../img/collapse.png);*/ }
.treegrid-expander-collapsed{background-position: -16px -128px;background-image: url(images/ui-icons_ef8c08_256x240.png);/*background-image: url(../img/expand.png);*/}
/* Tree view */