/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 31, 2016, 10:35:53 AM
    Author     : nuno.martins
*/

/* Overrides Chosen */

[class*="col-"] .chzn-container {
    width:98%!important;
}
[class*="col-"] .chzn-container .chzn-search input[type="text"] {
    padding:2px 6px!important;
    width:98%!important;
    margin:6px;
}
[class*="col-"] .chzn-container .chzn-drop {
    width: 100%!important;
}

/* @group Base */

.chzn-container {
  font-size: 14px !important; /*override*/
}
.chzn-container .chzn-drop {
  border: 1px solid #6a9327 !important; /*override*/
  border-top: none !important;/*override*/
  border-style: none solid solid;/*override*/
  border-width: 0 1px 1px;/*override*/
  box-shadow: 0 4px 5px rgba(102, 153, 51, 0.15) !important;/*override*/
}
.chzn-container.chzn-with-drop .chzn-drop {
  top:32px !important;/*override*/
}
.chzn-container a {
    cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  height: 34px !important; /*override*/
  border: 1px solid #ccc !important; /*override*/
  border-radius: 4px !important; /*override*/
  background: -webkit-gradient(linear, 0% 0%, 0% 0%, color-stop(0%, #ffffff), color-stop(0%, #ffffff), color-stop(0%, #ffffff), color-stop(0%, #ffffff));/*override*/
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0)) !important; /*override*/
  background: -moz-linear-gradient(center top , #ffffff 100%, #ffffff 100%, #ffffff 100%, #ffffff 100%) repeat scroll 0 0 padding-box rgba(0, 0, 0, 0) !important; /*override*/
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 0%, #ffffff 0%, #ffffff 0%);/*override*/
  background: linear-gradient(to top, #ffffff 0%, #ffffff 0%, #ffffff 0%, #ffffff 0%);/*override*/
  box-shadow: 0 0 0px white inset, 0 0px 0px rgba(0, 0, 0, 0.1) !important;/*override*/
  line-height: 34px !important; /*override*/
  background-color: #ffffff !important;
}

.chzn-container-single .chzn-single abbr {
  top: 11px !important; /*override*/
}
.chzn-container-single .chzn-single div b {
  background-position: 0 7px !important; /*override*/
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
  max-height: 150px !important; /*override*/
}
.chzn-container .chzn-results li.highlighted {
  background-color: #6a9327 !important; /*override*/
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #6a9327), color-stop(90%, #6a9327))!important; /*override*/
  background-image: -webkit-linear-gradient(#6a9327 20%, #6a9327 90%)!important; /*override*/
  background-image: -moz-linear-gradient(#6a9327 20%, #6a9327 90%)!important; /*override*/
  background-image: -o-linear-gradient(#6a9327 20%, #6a9327 90%)!important; /*override*/
  background-image: linear-gradient(#6a9327 20%, #6a9327 90%)!important; /*override*/
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
    border: 1px solid #6a9327 !important; /*override*/
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 153, 51, 0.6) !important; /*override*/
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 153, 51, 0.6) !important; /*override*/
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -18px 7px !important; /*override*/
}
/* @end */

/* classes ANS*/
.absolute {
    position: absolute;
}
