/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.well {
  background-color: #fff;
}

.navbar-white {
  background-color: #fff;
}

.navbar-white > ul.nav > li > a {
   margin-left: 10px;
   margin-right: 10px;
   padding: 8px;
   background-color: #3276b1;
   border-color: #2c699d;
   color: #fff;
   margin-bottom: 1px;
}

div.breadcrumbs > span {
  color: #fff; 
}

.alert-error{border-color:#953b39;color:#fff;background-color:#c26565;text-shadow:none}

.form-control.select2-container-multi {
  border: none !important;
  padding: 0px !important;
  height: auto;
}

.form-control.select2-container-multi .select2-choices {
  position: relative !important;
}
