/*

Uniform Theme: #YOUR THEME NAME HERE#
Version: #VERSION NUMBER HERE#
By: #YOUR NAME HERE#
License: #THEME LICENSE HERE#
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */



div.checker span, 
div.radio span, 
div.uploader, 
div.uploader span.action {
  background-image: url(../img/icons/uniform-sprite.png);
  background-repeat: no-repeat;
}


.radio, 
.checker, 
.uploader, 
 
.radio *, 
.checker *, 
.uploader *{
	margin: 0;
	padding: 0;
}

/* SPRITES */

/* Select

div.selector {
  background-position: -120px 200px;
  line-height: 38px;
	height: 38px;
}

div.selector span {
  background-position: -123px 0px;
  height: 38px;
	line-height: 38px;
}

div.selector select {
  /* change these to adjust positioning of select element 
  top: 0px;
	left: 0px;*/
}
/*
div.selector:active, 
div.selector.active {

}

div.selector:active span, 
div.selector.active span {
	
}

div.selector.focus, div.selector.hover, div.selector:hover {

}

div.selector.focus span, div.selector.hover span, div.selector:hover span {

}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {

}

div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {

}

div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
  
} */
/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
	background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
	background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
	background-position: -57px -260px;
}

div.checker span.checked {
	background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
	background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
	background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
	background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
	background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
	background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 19px;
  height: 20px;
}

div.radio input {
  width: 20px;
  height: 20px;
}

div.radio span {
  height: 20px;
  width: 20px;
  background-position: -1px -278px;
}

div.radio:active span, 
div.radio.active span {
	background-position: -1px -278px;
}

div.radio.focus span, 
div.radio:hover span {
	background-position: -1px -278px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
	background-position: -1px -278px;
}

div.radio span.checked {
	background-position: -22px -278px;
}

div.radio:active span.checked,
div.radio.active span.checked {
	background-position: -22px -278px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -22px -278px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
	background-position: -22px -278px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
	background-position: -22px -278px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
	background-position: -22px -280px;
}

/* Uploader */

div.uploader {
  background-position: 0px -426px;
  height: 20px;
}

div.uploader span.action {
  background-position: right -506px;
  height: 20px;
  line-height: 20px;
}

div.uploader span.filename {
  height: 20px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 20px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -466px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -526px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -546px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -566px;
}

div.uploader.disabled {
  background-position: 0px -446px;
}

div.uploader.disabled span.action {
  background-position: right -486px;
}

/* PRESENTATION */

/* Select 
div.selector {

  width: 280px;
}

div.selector select {
	width: 280px;
	font-size: 14px;
	font-family: 'Open Sans', Arial, sans-serif;
	border: solid 1px #fff;
}

div.selector span {
  padding: 0px 4px 0px 10px;
  cursor: pointer;
}

div.selector span {
  font-size: 14px;
font-family: 'Open Sans', Arial, sans-serif;
  width: 280px;
  color : #B5B5B5;

  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
	color: #bbb;
}
*/
/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 5px;
}

/* Uploader */
div.uploader {
  width: 190px;
  margin-bottom: 20px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 90%;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.radio input:focus, .checker input:focus, uploader input:focus {
  outline: 0;
}

/* Select 

div.selector {
	position: relative;
	padding-left: 0px;
	overflow: hidden;
}

div.selector span {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector select {
	position: absolute;
	opacity: 0;
  height: 38px;
  border: none;
  background: none;
}*/

/* Checker */

div.checker {
	position: relative;
	float: left;
}

div.checker span {
	display: block;
	float: left;
	text-align: center;
}

div.checker input {
  opacity: 0;
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
	position: relative;
	float: left;
}

div.radio span {
	display: block;
	float: left;
	text-align: center;
}

div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  float: left;
  overflow: hidden;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.uploader input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
}
/*
.selector-small div.selector,
.selector-small select {
width : 200px!important;
margin : 0;
height : 38px;
}

.selector-small select {
padding-left:0px;
}

.selector-small div.selector span {
color: #667;
width: 200px!important;
background-position: right 0px;
border-left : 1px solid #c4c4c4;
border-right : 1px solid #c4c4c4;
padding-left:5px!important;
padding-right:0px!important;
}
.colorbox-messagebox
{
padding-top: 55px!important ; 
padding-left: 55px !important; 
margin-left: auto!important; 
margin-right: auto!important;
}
select Smaller

.selector-smaller div.selector,
.selector-smaller select {
width : 83px!important;
margin : 0;
height : 38px;
}

.selector-smaller select {
padding-left:0px;
height : 38px;

}

.selector-smaller div.selector span {
color: #667;
width: 83px!important;
background-position: right 0px;
border-left : 1px solid #c4c4c4;
border-right : 1px solid #c4c4c4;
padding-left:5px!important;
padding-right:0px!important;
height : 38px;

}*/
/*select Smaller*/
/*select medium

.selector-medium div.selector,
.selector-medium select {
width : 130px!important;
margin : 0;
height : 38px!important;
}

.selector-medium select {
padding-left:0px;
height : 38px!important;

}

.selector-medium div.selector span {
color: #667;
width: 130px!important;
background-position: right 0px;
border-left : 1px solid #c4c4c4;
border-right : 1px solid #c4c4c4;
border-bottom : 1px solid #c4c4c4;
padding-left:5px!important;
padding-right:0px!important;
height : 38px!important;

}*/
/*select medium*/
 /* @media screen and (-webkit-min-device-pixel-ratio:0) {hacked for chrome and safari */
/*select medium

.selector-medium div.selector,
.selector-medium select {
	padding-top:2px;
}

.selector-medium select {
	padding-top:2px;
}

.selector-medium div.selector span {
		padding-top:2px;
}
}*/
/*select medium*/

/*select 179
.selector179 div.selector,
.selector179 select {
width : 179px!important;
margin : 0;
height : 38px!important;
}

.selector179 select {
padding-left:0px;
height : 38px!important;

}

.selector179 div.selector span {
color: #667;
width: 179px!important;
background-position: right 0px;
border-left : 1px solid #c4c4c4;
border-right : 1px solid #c4c4c4;
border-bottom : 1px solid #c4c4c4;
padding-left:5px!important;
padding-right:0px!important;
height : 38px!important;

}*/
/*select 179*/


/* Added temporarily by Kamal - need to refine */
/* JQuery Dropdown Styles */
/* @group Base */
.chzn-container {
  font-size: 14px !important;
  position: relative;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  border: 1px solid #aaa;
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: rgb(238, 238, 238);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 38px;
  line-height: 24px;
  padding: 0 0 0 8px;
  text-decoration: none;
  border:1px solid #c8c8c8;

}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 48px;
}
.chzn-container-single .chzn-single div b {
  width: 48px;
  height: 38px;
  background-image: url(../img/icons/dropdownimg1.png);
  /*background: url('chosen-sprite.png') no-repeat 0 0;*/
  display: block;
  width: 100%;
  height: 100%;
}
/*useful*/
.chzn-container-single .chzn-search {

  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #667;
 background: transparent !important;
  border: 0  !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
/* @end */
/*userful*/
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 0px 0px 0;
  max-height: 250px;
  padding: 0 0 0 0px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  /*Kamal - added background*/
  background-color:#EDEDED;
}
/*userful_End*/

.chzn-container-multi .chzn-results {
margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  /*This is the place to change item hover color*/
  background: #FF9900;
  color: #FFFFFF;
  /*background-color: #3875d7;*/
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
/*userful*/
.chzn-container-active .chzn-single {
  border: 1px solid #999;
}
/*userful_End*/
.chzn-container-active .chzn-single-with-drop {
  
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -48px 0px;
}
.chzn-container-active .chzn-choices {
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
/*userful*/
.chzn-single span {
                line-height:38px;
                margin-right:48px !important;
}
/*userful_End*/
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl;  }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}

.chzn-container a:hover{
    text-decoration:none;
}
.chzn-container a span, .chzn-container a span:hover {
                color:#333;
                text-decoration:none;
				font-family: 'Open Sans', Arial, sans-serif;

}
.chzn-container {
                width:280px !important;
}
.chzn-results, .chzn-drop{
                width:278px !important;
                font-family: 'Open Sans', Arial, sans-serif;
                color:#333;
}

.selector-medium .chzn-container{
	width:130px !important;
	font-family: 'Open Sans', Arial, sans-serif;
                color:#333;
}

.selector-medium .chzn-results, .selector-medium .chzn-drop{
	width:128px !important;
	font-family: 'Open Sans', Arial, sans-serif;
                color:#333;
}

/*Custom Scrollbar
.chzn-drop ul{ 
scrollbar-arrow-color:#F47B20; 
scrollbar-shadow-color:#949494;
scrollbar-face-color:#949494; 
scrollbar-highlight-color:#949494; 
scrollbar-track-color:#e4e4e4; 
} 
*/
.pagerdropdown{
	font-size:11px !important;
}
#uniform-optnYear, 
#uniform-optnMonth
    {
        background-image: none !important;
        background-repeat: no-repeat;
    }