@charset "utf-8";
/* CSS Document */

/* ---------- GENERAL ---------- */



.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;	
}
.clearfix:after { clear: both; }


body {
  background:#ffffff;
  color:#000000;
  font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
  }
  
  #site-title { line-height:1.1em; margin-left:30px; margin-top:0px;margin-bottom: 5px; }
  #site-title.title-standard { margin-top:2px; }
  #site-title.title-short,
  #site-title.title-medium { margin-top:4px; }
  #site-title.title-long { margin-top:4px; }
  #site-title.title-mega-long { margin-top:-4px; }
  #site-title.title-extra-long,
  #site-title.title-super-long { margin-top:-6px; }
  
  #site-title a { 
    margin:0;
    font-size:38px;
    padding:0 0 0 0;
    letter-spacing:-1px;
    color:#fff;
    text-decoration:none;
    }
    
  /**
  *   Page title classes for titles of different lengths
  */
  #site-title.title-standard,
  #site-title.title-standard a { font-size:38px; } 
  #site-title.title-short,
  #site-title.title-short a { font-size:32px; } 
  #site-title.title-medium,
  #site-title.title-medium a { font-size:30px; }
  #site-title.title-long,
  #site-title.title-long a { font-size:28px; }
  #site-title.title-extra-long,
  #site-title.title-extra-long a { font-size:26px; width:95%; }
  #site-title.title-super-long,
  #site-title.title-super-long a { font-size:24px; width:85%; }  
  #site-title.title-mega-long,
  #site-title.title-mega-long a { font-size:22px; width:75%; }
  

/**
* Messages and Help styles
* (Taken and modified from Garland)
*/

  .messages { 
    min-height:1em;
    color:#333333;
    background-color:#cde4f2;
    border:1px solid #82a0c3;
    padding:1em 1em 1em 2em !important;
    margin-bottom:0px;
    }

  .messages a { font-weight:700; }

  .messages ul { 
    margin:0.4em 1em 1em 0.8em;
    padding:0;
    }

  .messages ul li {
    margin-bottom:.25em;
    list-style:disc;
    background-image:none;
    padding:0;
    margin-left:1em;
    }

  .help { 
    background:#cde4f2;
    border:1px solid #82a0c3;
    }

  .messages.status {
    background:#d4efcc;
    border:1px solid #69c375;
    }

  .messages.warning {
    background:#f5fc9c;
    border:1px solid #D4D400;
    }

  .messages.error {
    background:#FCC;
    border:1px solid #DB6B6C;
    }

  #footer { 
    letter-spacing:0.5px;
    color:#5d5c5b;
    text-transform:uppercase;
    margin-top:12px;
    padding-top:12px;
    border-top:1px solid #dedcd1;
    font-size:0.65em;
    }


/* --------- USER SUMMARY FORM --------*/

.user-summary dl {
        font-size: 13px;
}

.handle {
  cursor: move;
}
/* ---------- LOGIN-FORM ---------- */

.selfService {
	margin: 50px auto;
	max-width: 550px;
}

.logggedIn {
  margin: 10px auto;
  max-width: 900px;
}

#IDM .navbar,
#IDM .nav{
  margin-bottom: 0px;
}
#IDM .navbar,
#IDM .nav{
  margin-bottom: 0px;
}
#IDM .nav > li > a:hover,
#IDM .nav > li.active > a, 
#IDM .nav > li.active > a:hover, 
#IDM .nav > li.active > a:focus,
#IDM .nav > li.open   > a,
#IDM .nav > li.open   > a:hover, 
#IDM .nav > li.open   > a:focus{
    background-color:#fff;
    background-image: none;
    color: #000000;
}
#IDM .nav > li > a{
color:#ffffff;
}

#IDM .navbar-toggle{
    margin: 0px 0px 0px 5px;
}

.panel-default > .panel-heading {
    background-color:#f5f5f5;
    background-image: none;
}

.panel-delete > .panel-heading {
    background-color:#fcdbe1;
    background-image: none;
}


#IDM .required:before {
   color: #5d5c5b;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 14px;
    content: "\f069";
   position: absolute;
   margin-left: -17px;
   margin-top: 5px;
}

.nav>li>a {
    padding: 10px 15px 5px 15px;
}

#IDM .nopadding {
   padding: 0 0 0 0 !important;
   margin: 0 0 0 0 !important;
}

#IDM .ucsclogo{
  vertical-align: text-bottom;
  margin: 2px 2px 2px 10px;
}

#IDM .heading {
	margin: 0;
	background-color: #01589d;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	padding: 10px 20px 0px 0px;
}

#IDM fieldset {
	border: 2px solid #01589d;
	background-color: #fff;
	margin: 0;
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding: 20px;
	position: relative;
}

.campus-secondary {
    text-indent: -10000px;
    background: transparent url(https://static.ucsc.edu/_responsive/images/logos/uc-santa-cruz-reverse.svg) no-repeat left top;
   display: block;
   float: right; 
    width: 107px;
    height: 26px;
    margin-top: 2px;
    margin-left: 10px;
}

.logggedIn input[type="text"], .selfService input[type="text"],
.logggedIn input[type="tel"], .selfService input[type="tel"],
.logggedIn input[type="password"],  .selfService input[type="password"] {
	border: 1px solid #dcdcdc;
	padding: 12px 10px;
	border-radius: 3px 3px 3px 3px;
  width:100%;
}
.split-content-left {
  float:left;
  width:50%;
}
.split-content-right {
  float:left;
  padding:0px 0px 0px 40px;
  width:50%;
}

.dropdown-menu .divider {
    margin: 0px 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default {
  border-radius: 5px 5px 0px 0px;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #01589d;
}

#IDM .input-group {
  width: 100%;
}

.blankadon {
    background-color: #fff;
    border: 1px solid #fff;  
}

@media (max-width:768px){ 

  #IDM fieldset {
      padding: 10px 10px 10px 10px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
      color: #000;
      background-color: #fff;
  }

  .split-content-left, .split-content-right {
    float:none;
    padding:0px 0px 0px 0px;
    width:100%;
  }
  .selfService{
    margin: 0;
  }
  .logggedIn{
    margin: 0;
  }
}

ul.facts{
  margin-top: 20px;
  list-style:none;
  padding-left:0;
}
.facts li a{
    color: #003C6C;
    text-decoration: none;
}
#IDM li{
  margin: 0px 0px 0px 0px;
}
#IDM input[type="submit"], #IDM a.btn-primary {
	background: #01589d;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	text-shadow:none;
	margin: 5px 0 5px 0;
	padding: 12px 20px;
}

#IDM input[type="submit"]:hover, #IDM a.btn-primary:hover { background: #198d98; }

#IDM footer {
	font-size: 12px;
	margin-top: 16px;
}

.info {
	background: #e5e5e5;
	border-radius: 50%;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 20px;
}

/* ---------- PUBLIC-PROFILE ---------- */


.half-left{ width: 45%; float:left; padding-top:10px;}
.half-right{ width: 45%; float:right; padding-top:10px;}
.float-left {position: absolute; display:block;  float:left; margin-left:540px;}


a.helptext {outline:none; } a.helptext strong {line-height:30px;} a.helptext:hover {text-decoration:none;} 
a.helptext span { z-index:1000; display:none; padding:8px 10px; margin-top:-20px; margin-left:-2px; width:240px; line-height:16px; } 
a.helptext:hover span{ display:inline; position:absolute; color:#111; border:1px solid #DCA; background:#FFFFFE;} 
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;} 
/*CSS3 extras*/ a.helptext span { border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: 5px 5px 8px #CCC; -webkit-box-shadow: 5px 5px 8px #CCC; box-shadow: 5px 5px 8px #CCC; }


/*accordion */
.ui-accordion-header{ background:#F2F0E4; border-color:#F1EFE1; color:#296fa3; font-size:11px;}
.ui-widget-content{background:#FFFEF7; border-color:#F1EFE1; color:#5d5c5b; }


/*tabs */
.ui-tabs .ui-tabs-nav{background:#FFFEF7;  border: 0px; }
.ui-tabs a { border-radius: 3px 3px 0px 0px; background: #5282ab; color:  #FFFFFF !important;}
.ui-tabs .ui-tabs-active a {  background: #FFFEF7;  color:  #296FA5 !important;}
#tabs, #tabs1{padding:0px;}



#delete-link{
	display:block;     
	position: relative;
	width: 55px;
	height: 15px;
	padding-left:0px;
	left: -5px;
	top: 90px;
	font-size:14px;
}

#status-saved{
	display:block;
	position: fixed;
 	right: 0px;
	top: 0px;
	padding 10px;
	margin-top 0px;
	font-size: 20px;
	color: white;
	border: none;
	background: #1e9618;
	z-index:1040;
}

#status-required{
	display:block;
	position: fixed;
 	right: 0px;
	top: 0px;
	padding 10px;
	margin-top 0px;
	font-size: 20px;
	color: white;
	border: none;
	background: orange;
	z-index:1040;
}

#div-required {
	border: 2px solid #ECE9D8;
	background-color: #fffef7;
	margin: 0;
	background: #fffef7;
	border-radius: 0 0 5px 5px;
	padding: 20px;
}
.error {
    border-color: red;
}

.input-group input[type="text"].error {
    border-color: red;
}
a.chosen-single.error {
    border-color: red;
}
small.form-text{
  padding-left: 34px;
}

.remove_field, .remove_field_s{
  display:block;
  float: right;
  margin-top:-30px;
  box-sizing:border-box;
  width:20px;
  height:20px;
  border-width:3px;
  border-style: solid;
  border-color:#FF0000;
  border-radius:100%;
  background-color:#FF0000;
  box-shadow:0px 0px 5px 2px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
/*  background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%);*/
  background-color:#FF0000;
  box-shadow:0px 0px 5px 2px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 0px;
  padding: 5px;
  }

.remove_field:hover, .remove_field_s:hover{
 text-decoration: none;
}  
.remove_field_s:before{
 margin-left: -6px;
 color: white;
 content: "× ";
}
.remove_field:before{
 color: white;
 margin-left: -6px;
 content: "× ";
}

.countryselect {
	font-size: 12px;
}

.dselected{
	border: 1px;
	height: 30px;
	padding: 2px;

}

.maincat div.form-group{
  padding-bottom: 20px;
}

.dselected:hover {
	border: 1px solid #e1e1e1;
    background-color:#f9fdff;
    background-image: none;
				}

/* typeahead */
.member {
	border: 2px solid #CCCCCC;
	border-radius: 8px 8px 8px 8px;
	font-size: 14px;
	height: 45px;
	line-height: 30px;
/*	outline: medium none;
	padding: 8px 12px;*/
	width: 400px;
}

.twitter-typeahead{
  width:100%;
  color: #ccc;
}


.input-group .tt-hint {
  bottom:0px;
  border:0px solid #dcdcdc;
}

.input-group .tt-dropdown-menu {
  width: 100%;;
}

.tt-dropdown-menu {
	width: 400px;
	margin-top: 5px;
	padding: 8px 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
/*	border-radius: 8px 8px 8px 8px; */
	font-size: 12px;
	color: #111;
	background-color: #F1F1F1;
}

.tt-query{
  color: #000;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
    width: 100% !important; 
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 8px 0 0 8px;
  height: 36px;
  border: 1px solid #aaa;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/*
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
height: 34px;
line-height: 24px;
border: 1px solid #dcdcdc;
    padding:8px 0 0 8px
    border-radius: 3px 3px 3px 3px;
    width: 100%;
}
*/

.chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
  font-family: sans-serif !important;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
