﻿/*
*
* Chosen for Bootstrap and Sass
*
* Converted and maintained by @joeylomanto (http://www.twitter.com/joeylomanto).
* Big thanks to the people who built these tools: 
* Twitter Bootstrap: @mdo, @fat
* Twitter Bootstrap Sass Conversion: @johnwlong
* Havest: @harvest
*
*/
/*
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.chzn-search input {
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 9px;
    padding: 4px 6px;
}

.chzn-search input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); 
}


 
.chzn-container-single .chzn-single {
    background-clip: padding-box;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top , white, #F6F6F6 50%, #F4F4F4);
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #555555;
    display: block;
    height: 28px;
    line-height: 29px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    /*margin-left:10px;*/
}
.chzn-container-single .chzn-single span {
    float:left;
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chzn-container {
    display: block;
    position: relative;
    float:left;
    margin-right:10px;
}
.chzn-container-multi .chzn-choices .search-field .default {
    color: #999999;
}
.chzn-container-multi .chzn-choices .search-field input {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    box-shadow: none;
    color: #555555;
    font-family: sans-serif;
    font-size: 100%;
    height: 60px;
    margin: 1px 0 2px;
    outline: 0 none;
    padding: 5px;
}

.chzn-container .chzn-drop {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    background: #fff;
    border: 1px solid #CCC;
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 1010;

    margin: 1px; 


  }
.chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 8px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    background: url("../images/chosen-sprite.png") right top no-repeat; 
 }
.chzn-container-single .chzn-single abbr:hover {
      background-position: right -11px; 
 }
.chzn-container-single .chzn-single div {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px; 
 }
.chzn-container-single .chzn-single div b {
      background: url("../images/chosen-sprite.jpg") no-repeat 0 2px;
      display: block;
      width: 100%;
      height: 100%; 
     
 }

.chzn-container-single .chzn-default {
  color: #999;
 }
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding;
 }
.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px; 
 }
.chzn-container-multi .chzn-choices {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  background-color: white !important;
  border: 1px solid #cccccc;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #555555; 
}
.chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none;
}
.chzn-container-multi .chzn-choices .search-choice {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-color: whitesmoke;
        background-repeat: no-repeat;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-background-clip: padding;
    color: #555555;
    border: 1px solid #999999;
    line-height: 13px;
    padding: 3px 20px 3px 5px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
    background-image: linear-gradient(white, #f6f6f6 50%, #f4f4f4);
    white-space:nowrap;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
      display: block;
      position: absolute;
      right: 3px;
      top: 4px;
      width: 12px;
      height: 13px;
      font-size: 1px;
      background: url("../images/chosen-sprite.jpg") right top no-repeat; 
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
        background-position: right -11px;
}
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  _height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; 
}
.chzn-container .chzn-results li {
    display: none;
    line-height: 15px;
    padding: 5px 6px;
    margin: 0;
    list-style: none;
    color:#000;
}
.chzn-container .chzn-results li em {
      background: #feffde;
      font-style: normal; 
}
.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 .chzn-results .group-option {
    padding-left: 15px; 
}
.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item; 
}
.chzn-container .chzn-results .highlighted {
    background-color: #326dcc;
        background-repeat: repeat-x;
    color: #fff;
    background-image: linear-gradient(to bottom, #3875d7, #2a62bc);
}
.chzn-container .chzn-results .highlighted em {
      background: transparent; 
}
.chzn-container .chzn-results-scroll span {
    display: inline-block;
    height: 17px;
    text-indent: -5000px;
    width: 9px; 
}
.chzn-container-active .chzn-choices 
{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  border: 1px solid rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */ 
}
.chzn-container-active .chzn-choices .search-field input {
    color: #111 !important; 
}
.chzn-disabled {
  opacity: 0.005;
  filter: alpha(opacity=0.5);
  cursor: default; 
}
.chzn-disabled .chzn-single {
    cursor: default; 
}
.chzn-disabled .search-choice-close {
    cursor: default; 
}
.chzn-rtl {
  text-align: right; 
}
.chzn-rtl .chzn-single {
    padding: 0 8px 0 0;
    overflow: visible; 
}
.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-rtl .chzn-choices li {
    float: right; 
}
.chzn-rtl .chzn-choices .search-field input {
    direction: rtl; 
}
.chzn-rtl .chzn-choices .search-choice {
    padding: 3px 5px 3px 19px;
    margin: 3px 5px 3px 0; 
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
      left: 4px;
      right: auto;
      background-position: right top; 
}
.chzn-rtl .chzn-results .group-option {
    padding-left: 0;
    padding-right: 15px; 
}
.chzn-rtl .chzn-search input {
    padding: 4px 5px 4px 20px;
    direction: rtl; 
}
.chzn-rtl.chzn-container-single .chzn-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; 
}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
    border-right: none; 
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee; 
}

.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
    background-color: #eeeeee;
        background-repeat: no-repeat;
    color: #666;
    border: 1px solid #cccccc;
    padding-right: 5px;
    background-image: linear-gradient(#f4f4f4, #f0f0f0 50%, #e8e8e8);
}
.chzn-container-multi .chzn-choices .search-choice-focus {
    background: #d4d4d4; 
}
.chzn-container-multi .chzn-choices .search-choice-focus span {
    _background: #d4d4d4; 
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
      background-position: right -11px; 
}
.tablestyle .chzn-container .chzn-single span{
   
   background:none; 
}  
.chzn-container .chzn-choices .search-choice span{
    background:none; 
    line-height:15px;
    white-space:normal;
    text-align:left;
}















 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  



  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
