/* basic layout */
html,
body {
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  padding-top: 70px;
  font-size: 11px;
  background-color: #ffffff;
  color: #000000;
}
.body-help {
  padding: 0;
  margin: 0;
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #3d9b35;
  text-decoration: underline;
}
a:link:after,
a:visited:after {
  content: "";
}
h1,
h2,
h3,
h4 {
  color: #4f107a;
  margin-top: 5px;
  margin-bottom: 5px;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4 {
  color: #fff;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
  color: #4f107a;
}
h6,
.h6 {
  font-size: 12px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 99%;
}
.topDiv {
  padding-top: 10px;
}
.page-header {
  padding-bottom: 0;
  margin: 0 0 10px;
  border-bottom: 1px solid #dddddd;
  background-color: #4f107a;
}
/*Panel Styles*/
.panel-group .panel {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body,
.panel-group .panel-heading2 + .panel-collapse .panel-body {
  border-top: 1px solid #f2f2f2;
}
.panel-group .panel-heading,
.panel-group .panel-heading2 {
  border-bottom: 0;
}
.panel {
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.panel-primary {
  border-color: #ffffff;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #3d9b35;
  border-color: #3d9b35;
}
.panel-primary > .panel-heading2 {
  color: #ffffff;
  background-color: #4f107a;
  border-color: #4f107a;
}
.panel-heading,
.panel-heading2 {
  padding: 10px 5px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading a:hover,
.panel-heading2 a:hover {
  color: #000000;
}
.panel-body {
  padding: 5px;
}
.panel-group .panel-footer {
  padding: 10px 5px;
  background-color: #dddddd;
  border-top: 1px solid #000000;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/*End Panel Styles*/
/* validation */
.field-validation-error {
  color: #e8112d;
  font-weight: bold;
  font-size: 0.85em;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #e8112d;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #e8112d;
  font-weight: bold;
}
.validation-summary-valid {
  display: none;
}
.dropdown-menu {
  font-size: 12px;
}
/*Header and Navigation*/
.headerContainer {
  width: 100%;
  padding: 5px 20px 5px 7px;
  margin: 0;
  background-color: #3d9b35;
  border-bottom: 1px solid #000000;
}
.headerContainer-help {
  width: 100%;
  padding: 5px 20px 5px 7px;
  margin: 0;
  background-color: #3d9b35;
  border-bottom: 1px solid #4f107a;
}
.headerImage {
  background: url(images/sentricon.png) no-repeat;
  background-size: 250px 39px;
  width: 250px;
  height: 39px;
}
.navContainer {
  width: 100%;
  max-height: 100%;
  min-height: 32px;
  background-color: #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  font-weight: bold;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #3d9b35;
}
/*#wrap
{
    min-height:100%;
    margin-top: -30px;
}*/
#wrap {
  min-height: 100%;
}
#main {
  overflow: auto;
  padding-bottom: 20px;
}
.mainFlashContainer {
  margin-top: 12px;
}
.footer {
  /*position: relative;*/
  margin-top: -45px;
  /* negative value of footer height */
  height: 75px;
  clear: both;
  padding-top: 20px;
  border-top: 1px solid #bfbfbf;
  background-color: #dddddd;
  text-align: center;
}
.footerLogged {
  /*position: relative;*/
  margin-top: -75px;
  /* negative value of footer height */
  height: 75px;
  clear: both;
  padding-top: 20px;
  border-top: 1px solid #bfbfbf;
  background-color: #dddddd;
  text-align: center;
}
.mainContainer {
  margin-top: 0;
}
/*Button Styles*/
.btn {
  padding: 3px 6px;
}
.btn-size {
  width: 72px;
}
.btn-primary {
  background-color: #404040;
  background-image: -webkit-linear-gradient(top, #404040 0%, #7f7f7f 100%);
  background-image: linear-gradient(to bottom, #7f7f7f 0%, #404040 100%);
  background-repeat: repeat-x;
  color: #ffffff;
  border-color: #404040;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@buttonBottom', endColorstr='@buttonTop', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #404040;
  background-position: 0 -15px;
  border-color: #3d9b35;
}
.btn-default {
  color: #000000;
  background-color: #ffffff;
  border-color: #bfbfbf;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #000000;
  background-color: #f2f2f2;
  border-color: #bfbfbf;
}
.btnSort {
  background: transparent;
  border: 0;
  width: 75%;
  color: #ffffff;
}
.btn-primary-green {
  width: 72px;
  background-color: #769535;
  background-image: -webkit-linear-gradient(top, #769535 0%, #9cc746 100%);
  background-image: linear-gradient(to bottom, #9cc746 0%, #769535 100%);
  background-repeat: repeat-x;
  color: #ffffff;
  border-color: #769535;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@buttonTwoBottom', endColorstr='@buttonTwoTop', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary-green:hover,
.btn-primary-green:focus {
  background-color: #769535;
  background-position: 0 -15px;
  color: #ffffff;
}
.btn-primary-green:active,
.btn-primary-green.active {
  background-color: #769535;
  border-color: #9cc746;
}
/*End of Button Styles*/
/*Tabs*/
.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 15px;
  font-weight: bold;
}
.nav-tabs {
  border-bottom: 1px solid #bfbfbf;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000000;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  border-bottom-color: transparent;
}
.nav-tabs > li > a:hover {
  border-color: #dddddd #dddddd #bfbfbf;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #3d9b35;
}
.nav-tabs > li > a {
  margin-right: 2px;
  background-color: #bfbfbf;
  color: #000000;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav > li.disabled > a {
  background-color: #f2f2f2;
  border: 1px solid #bfbfbf;
  color: #bfbfbf;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bfbfbf;
  text-decoration: none;
  cursor: not-allowed;
  background-color: #f2f2f2;
}
/*End Tabs*/
.form-control {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 28px;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus,
.report-form-control:focus,
.report-textarea-control:focus {
  border-color: #3d9b35;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(61, 155, 53, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(61, 155, 53, 0.5);
}
.homeDiv {
  margin-bottom: 5px;
  padding: 5px;
}
.reportsDiv {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #f2f2f2;
}
.publishedDiv {
  padding: 0;
  padding-bottom: 5px;
}
.table-header {
  background-color: #3d9b35;
  color: #ffffff;
}
.table-header a {
  color: #ffffff;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f2f2f2;
}
.regular-form {
  border: 1px solid #bfbfbf;
  padding: 10px;
}
.edit-form {
  border: 1px solid #bfbfbf;
  border-top: none;
  padding: 10px;
}
.edit-form-footer {
  background-color: #dddddd;
  padding: 2px;
  border: 1px solid #bfbfbf;
  border-top: none;
  margin-bottom: 5px;
}
.warning-form-footer {
  background-color: #ffff99;
  padding: 2px;
  border: 1px solid #bfbfbf;
  border-top: none;
  margin-bottom: 5px;
}
/*Modal Dialog*/
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 750px;
    margin: 30px auto;
  }
  .contacts {
    width: 950px;
  }
}
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 2px solid #bfbfbf;
  background-color: #000000;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
  color: #ffffff;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  color: #ffffff;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0;
  opacity: 1;
  filter: alpha(opacity=20);
}
.modal-footer {
  padding: 10px 20px;
  margin-top: 15px;
  text-align: right;
  background-color: #dddddd;
  border-top: 1px solid #bfbfbf;
}
/*End Modal Dialog*/
.form-label {
  padding-top: 7px;
}
.liableTransfer-Header {
  background-color: #3d9b35;
  color: #ffffff;
  padding-bottom: 5px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
/* Styles for flash messages
-----------------------------------------------------------*/
/* hide validation summaries if the user has javascript in which case we'll "flash" the messages */
#flashMessage {
  display: none;
  /*position: absolute;*/
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-width: 100%;
}
.no-js #flashMessage {
  display: block;
  position: inherit;
  color: #e8112d;
  margin: 1em;
}
#flashMessage ul {
  margin: 0;
}
#flashMessage li {
  list-style: none;
}
#busy {
  background-image: url('images/busy.gif');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: fixed;
  top: 10px;
  right: 50%;
  z-index: 100;
}
.info {
  background-color: #CCFFCC;
  border-top: 1px solid #006600;
  border-bottom: 1px solid #006600;
  padding: 6px 0 6px 0;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  color: #006600;
  cursor: pointer;
}
.noScriptInfoMessage {
  background-color: #FFFF99;
  border-top: 1px solid #FFCC66;
  border-bottom: 1px solid #FFCC66;
  padding: 6px 0 6px 0;
  font-size: 1.1em;
  text-align: center;
  border-top-color: #CC9900;
  border-bottom-color: #CC9900;
  font-weight: bold;
  color: #663300;
}
.noScriptErrorMessage {
  background-color: #FFCC99;
  border-top: 1px solid #FFCC66;
  border-bottom: 1px solid #FFCC66;
  padding: 6px 0 6px 0;
  font-size: 1.1em;
  text-align: center;
  border-top-color: #800000;
  border-bottom-color: #800000;
  font-weight: bold;
  color: #990000;
}
.noScriptSuccessMessage {
  background-color: #CCFFCC;
  border-top: 1px solid #FFCC66;
  border-bottom: 1px solid #FFCC66;
  padding: 6px 0 6px 0;
  font-size: 1.1em;
  text-align: center;
  border-top-color: #006600;
  border-bottom-color: #006600;
  font-weight: bold;
  color: #339933;
}
.warning {
  background-color: #FFFF99;
  border-top: 1px solid #CC9900;
  border-bottom: 1px solid #CC9900;
  padding: 6px 0 6px 0;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  color: #CC9900;
  cursor: pointer;
}
.error {
  background-color: #ffcccc;
  border-top: 1px solid #e8112d;
  border-bottom: 1px solid #e8112d;
  padding: 6px 0 6px 0;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  color: #e8112d;
  cursor: pointer;
}
.nojsClearMsg {
  font-size: smaller;
}
.validation-summary-errors.flash {
  display: none;
}
.no-js .validation-summary-errors.flash {
  display: block;
}
/* End of Flash */
.gridStyle {
  border: none;
  width: 400px;
  height: 300px;
}
.transparent_button {
  border: 0;
  background-color: transparent;
  color: #ffffff;
}
/*Report Style*/
.titleDiv {
  padding-left: 15px;
  background-color: #3d9b35;
}
.headerDiv {
  padding-top: 5px;
  background-color: #bfbfbf;
}
.sortDiv {
  padding-top: 5px;
  margin-top: 1px;
  background-color: #e1decb;
}
.reportDiv {
  padding-top: 5px;
  padding-left: 15px;
  margin-top: 5px;
}
.GrayDiv {
  background-color: #f2f2f2;
}
.GoldDiv {
  background-color: #c4bd97;
}
.sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sortable li {
  margin: 3px 3px 3px 0;
  padding: 1px 20px 1px 20px;
  float: left;
  text-align: center;
  background-color: #769535;
  background-image: -webkit-linear-gradient(top, #769535 0%, #9cc746 100%);
  background-image: linear-gradient(to bottom, #9cc746 0%, #769535 100%);
  background-repeat: repeat-x;
  color: #ffffff;
  border: #769535 1px solid;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@buttonTwoBottom', endColorstr='@buttonTwoTop', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 3px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.checked {
  vertical-align: top;
}
.report-form-control {
  width: 90%;
  height: 28px;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 10px;
}
.report-textarea-control {
  width: 96%;
  height: 28px;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 10px;
}
textarea.report-textarea-control {
  height: auto;
}
.accordion-caret .accordion-toggle:hover {
  text-decoration: none;
}
.accordion-caret .accordion-toggle:hover span,
.accordion-caret .accordion-toggle:hover strong {
  text-decoration: underline;
}
.accordion-caret .accordion-toggle:before {
  font-size: 25px;
  vertical-align: -3px;
  color: #000;
}
.accordion-caret .accordion-toggle.collapsed:before {
  content: "▸";
  margin-right: 0px;
}
.accordion-caret .accordion-toggle:not(.collapsed):before {
  content: "▾";
  margin-right: 0px;
}
.accordion-caret a:link {
  color: #000;
}
.accordion-caret a:hover {
  color: #ffffff;
}
/*End of Report Style*/
input[type="checkbox"] {
  margin: 4px 20px 0 0;
  line-height: normal;
}
.dialog-select {
  width: 50%;
}
.modal-body {
  position: relative;
  padding: 0px;
}
.dialogHeader {
  background-color: #f2f2f2;
  margin-bottom: 5px;
  border-bottom: 1px solid #dddddd;
}
.dialogContent {
  width: 99%;
  margin: 0px 2px 0px 2px;
}
.table {
  margin-bottom: 0;
}
.table-striped > tbody > tr:last-child > td {
  border-bottom: 1px solid #bfbfbf;
}
/*Pager Style*/
.pagination {
  display: inline-block;
  padding-left: 5px;
  margin: 5px 0;
  border-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #000000;
  border-color: #bfbfbf;
}
#dvhtmldata {
  padding: 5px;
}
.Loading {
  background: url('images/busy.gif') no-repeat;
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}
.newsRemember {
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
}
.errorStyle {
  border: 1px solid #e8112d;
}
.help-title {
  padding: 5px 10px;
  margin: 0px;
}
.help-p {
  margin-bottom: 10px;
}
.help-div {
  padding: 0 10px 5px 10px;
}
.help-ul-none {
  list-style: none;
}
/*Jquery UI*/
.ui-tooltip {
  padding: 4px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
.ui-tooltip a {
  color: #3d9b35;
}
.ui-tooltip a:hover {
  color: #000000;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget-header {
  border: 1px solid #4f107a;
  background: #4f107a;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
  border: 1px solid #4f107a;
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #bfbfbf;
  background: #fff;
  font-weight: normal;
  color: #000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #000;
  text-decoration: none;
}
.ui-state-buttonPane,
.ui-widget-content .ui-state-buttonPane,
.ui-widget-header .ui-state-buttonPane {
  border: 1px solid #bfbfbf;
  background: #3d9b35;
  font-weight: normal;
  color: #fff;
}
.ui-state-buttonPane a,
.ui-state-buttonPane a:link,
.ui-state-buttonPane a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fff;
  background: #4f107a;
  font-weight: normal;
  color: #fff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #4f107a;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #4f107a;
  background: #fff;
  font-weight: normal;
  color: #4f107a;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #4f107a;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #4f107a;
  background: #4f107a;
  color: #fff;
}
.ui-datepicker {
  width: 17em;
  padding: 0;
  display: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.multiselect {
  text-align: left;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 28px;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;	
}

.multiselect-container li {
  font-size: 11px;
  color: #555;
}