/*
Theme Name: Ainscough
Author: Souban Quadri | Blue Wren
Author URI: http://www.bluewren.co.uk
*/
@font-face {
  font-family: Avenir Next Cyr W00 Regular;
  src: url("/fonts/AvenirNextCyr-Regular.ttf"); }

body {
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  background: #e5e5e5;
  padding-bottom: 80px; }

tbody.show-archived tr {
  display: none; }

#menubar {
  background: #303030;
  margin-bottom: 20px; }
  #menubar .logo {
    max-width: 100%;
    height: auto;
    margin: 10px 0px; }
  #menubar .notifications {
    padding: 10px 20px;
    background: #b8cc29;
    cursor: pointer; }
  #menubar .notifications-count {
    color: #fc5830;
    position: absolute;
    right: 25px;
    top: 5px;
    font-weight: bold; }

.center {
  text-align: center; }

.right {
  text-align: right; }

h1 {
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  color: #b8cc29;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  margin: 10px; }

h2 {
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin: 0px; }

.relative {
  position: relative; }
  .relative .notifications-container {
    display: none;
    position: absolute;
    right: 12px;
    z-index: 1;
    background-color: #e5e5e5;
    -webkit-box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.74);
    -moz-box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.74);
    box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.74); }
    .relative .notifications-container span {
      color: #fc5830;
      font-weight: bold; }
    .relative .notifications-container .section {
      margin: 5px 0px; }
    .relative .notifications-container .header {
      background-color: #a5a5a5;
      z-index: 1; }
      .relative .notifications-container .header h2 {
        color: #fff; }
    .relative .notifications-container #notifications-body {
      max-height: 500px;
      overflow-y: scroll; }
    .relative .notifications-container .orangebutton {
      float: left;
      width: 100%;
      text-align: center;
      margin: 5px 0px; }
    .relative .notifications-container .notification {
      border-bottom: 1px black solid; }

.logout {
  background: #fc5830;
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  padding: 16px; }

.logout:hover,
.logout:active {
  text-decoration: none;
  color: #fff; }

input.fullsearch {
  padding: 5px;
  margin: 7px;
  width: 96%;
  border: none;
  border-radius: 5px; }

input.smallsearch {
  padding: 5px;
  width: 25%;
  border: none;
  border-radius: 5px; }

.orangebutton {
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  background: #fc5830;
  padding: 6px;
  border-radius: 5px;
  cursor: pointer; }

.orangebutton:hover,
.orangebutton:active {
  text-decoration: none;
  color: #fff; }

.toporangebutton {
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  background: #fc5830;
  padding: 6px 50px;
  border-radius: 5px; }

.toporangebutton:hover,
.toporangebutton:active {
  text-decoration: none;
  color: #fff; }

.bottomorangebutton {
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  background: #fc5830;
  padding: 6px 50px;
  border-radius: 5px;
  margin-top: 20px; }

.bottomorangebutton:hover,
.bottomorangebutton:active {
  text-decoration: none;
  color: #fff; }

.remove_candidate,
.delete_module,
.add_btn {
  margin-top: 25px; }

.dash-panel .header {
  padding: 12px;
  background: #fff; }

.dash-panel .searchbar {
  height: 45px;
  background: #a5a5a5; }

.dash-panel .list {
  background: #fff;
  height: 53vh;
  overflow-y: scroll; }
  .dash-panel .list .client {
    border-bottom: 1px solid #1a1a18;
    padding: 10px;
    background: #fff;
    transition: 0.4s; }
    .dash-panel .list .client .name {
      font-family: "Avenir Next Cyr W00 Regular", sans-serif;
      color: #fc5830;
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 5px; }
    .dash-panel .list .client .geninfo {
      font-family: "Avenir Next Cyr W00 Regular", sans-serif;
      color: #000;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      margin-bottom: 5px; }
    .dash-panel .list .client .largeinfo {
      font-family: "Avenir Next Cyr W00 Regular", sans-serif;
      color: #000;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      margin-bottom: 5px; }
  .dash-panel .list .candidate {
    border-bottom: 1px solid #1a1a18;
    padding: 10px;
    background: #fff;
    transition: 0.4s; }
    .dash-panel .list .candidate .name {
      font-family: "Avenir Next Cyr W00 Regular", sans-serif;
      color: #fc5830;
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 5px; }
    .dash-panel .list .candidate .geninfo {
      font-family: "Avenir Next Cyr W00 Regular", sans-serif;
      color: #000;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      margin-bottom: 5px; }
    .dash-panel .list .candidate .largeinfo {
      font-family: "Avenir Next Cyr W00 Regular", sans-serif;
      color: #000;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      margin-bottom: 5px; }
  .dash-panel .list .client:hover,
  .dash-panel .list .candidate:hover {
    background: #b8cc29;
    transition: 0.4s;
    cursor: pointer; }
    .dash-panel .list .client:hover .name,
    .dash-panel .list .candidate:hover .name {
      color: #000; }

footer {
  float: left;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 9999; }
  footer .footer {
    background: #303030;
    padding: 12px;
    width: 100%; }
    footer .footer .copy {
      font-family: "Avenir Next Cyr W00 Regular", sans-serif;
      color: #fff;
      font-size: 12px;
      line-height: 26px;
      font-weight: 400; }

.mb {
  margin-bottom: 15px; }

.popup_warning {
  position: fixed;
  bottom: 25px;
  right: 30px;
  max-width: 200px; }
  .popup_warning .warning {
    background: #fc5830;
    color: #fff;
    padding: 10px;
    margin-bottom: 5px; }

.modal-form-delete-template-group button[type=submit], .modal-form-delete-template-group a, .modal-form-delete-template button[type=submit], .modal-form-delete-template a {
  color: #000;
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer; }
  .modal-form-delete-template-group button[type=submit]:hover, .modal-form-delete-template-group a:hover, .modal-form-delete-template button[type=submit]:hover, .modal-form-delete-template a:hover {
    color: #fc5830; }

.modal-form-delete-template-group .confirm_message, .modal-form-delete-template .confirm_message {
  margin-left: 10px;
  margin-right: 10px; }

.divtable {
  background-color: #f1f1f1 !important;
  margin-bottom: 5px; }
  .divtable .grouptitle {
    padding: 10px;
    background: #a5a5a5; }
  .divtable .group_controls {
    padding: 2px 10px; }
    .divtable .group_controls a {
      cursor: pointer; }
  .divtable .editTemplateGroup {
    display: inline-block; }
  .divtable .deleteTemplateGroup {
    color: #000; }
  .divtable .titletoggle {
    color: inherit;
    text-decoration: none; }
    .divtable .titletoggle:hover .grouptitle {
      background: #fc5830;
      color: #fff; }
  .divtable .inner {
    padding-left: 5px;
    padding-right: 5px;
    position: relative; }
  .divtable ul {
    list-style: none;
    padding: 0;
    min-height: 50px;
    margin-bottom: 0; }
  .divtable li {
    margin-bottom: 1px;
    background: #fff; }
    .divtable li:last-child {
      margin-bottom: 0; }
    .divtable li.ui-sortable-helper {
      background: #ccc;
      position: absolute;
      width: 100%; }
    .divtable li.ui-sortable-placeholder {
      overflow: hidden; }
    .divtable li.ui-draggable {
      width: 100%;
      max-width: 100%; }
  .divtable li .col {
    font-family: "Avenir Next Cyr W00 Regular", sans-serif;
    color: #1a1a18;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 20px 15px;
    transition: 0.4s;
    cursor: pointer; }

.table {
  background-color: #fff !important; }

table.tablesorter {
  background: transparent; }

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp,
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
  background-color: #fff; }

table.tablesorter thead tr th {
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  color: #1a1a18;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding: 20px 15px; }

table.tablesorter thead tr {
  border-bottom: 2px solid #a5a5a5; }

table.tablesorter tbody td {
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  color: #1a1a18;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 15px;
  transition: 0.4s;
  cursor: pointer; }

table.tablesorter tbody tr:nth-child(even) td {
  background: #f7f7f7;
  transition: 0.4s; }

table.tablesorter tbody tr:hover td {
  background: #b8cc29;
  transition: 0.4s; }

.tableheader {
  background: #a5a5a5;
  padding: 10px 30px; }

.maintableheader {
  margin-top: 20px;
  background: #303030; }
  .maintableheader h2 {
    padding: 8px 15px;
    color: #fff; }

.tablecontainer {
  background: #fff;
  padding: 15px 0px;
  float: left;
  width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  width: 20px; }

.embeddedtable .tableheader {
  color: #fff;
  font-size: 18px;
  line-height: 30px; }

.embeddedtable .tablecontainer {
  padding: 15px; }

.mce-notification-inner {
  display: none; }

@media print {
  #menubar,
  a.toporangebutton,
  button.btn,
  footer,
  .tableheader {
    display: none; }
  .maintableheader {
    background: #000 !important;
    width: 100%; }
    .maintableheader h2 {
      color: #fff !important; }
  .tablecontainer .col-md-3 {
    width: 25% !important;
    float: left !important; }
  .tablecontainer .col-md-4 {
    width: 33.33333333% !important;
    float: left !important; }
  .tablecontainer .col-md-12 {
    width: 100% !important;
    float: left !important; } }

/* Hamburger animation */
#hamburger {
  box-sizing: border-box;
  display: block;
  height: 26px;
  top: 10px;
  left: 0;
  z-index: 2;
  position: relative; }

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #b8cc29;
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  position: absolute; }

#hamburger span {
  top: 11px; }

#hamburger:after {
  top: 22px; }

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.8s ease 0.1s;
  transition: none 0.8s ease 0.1s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity; }

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
  top: 11px; }

html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0; }

html.mm-opening #hamburger:before {
  transform: rotate(45deg); }

html.mm-opening #hamburger:after {
  transform: rotate(-45deg); }

.mm-menu {
  background: #fff; }

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400; }

.mm-navbar {
  border-color: #fc5830; }

.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: #fc5830; }

.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #fc5830; }

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #fc5830; }

.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

.panel-default > .panel-heading {
  color: #fff;
  background-color: #303030;
  border-color: #ddd;
  text-align: center;
  font-size: 21px; }

.orange {
  background-color: #fc5830 !important;
  border-color: #fc5830; }

.mce-notification {
  display: none; }

.childTable:hover td {
  background: transparent !important; }

.candidateTable td {
  padding: 8px !important; }

.ms-container {
  background: transparent url("../img/switch.png") no-repeat 50% 50%;
  width: 370px; }

.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden; }

.ms-container .ms-selectable, .ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left;
  width: 45%; }

.ms-container .ms-selection {
  float: right; }

.ms-container .ms-list {
  -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;
  -ms-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;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto; }

.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -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);
  outline: 0;
  outline: thin dotted \9; }

.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0; }

.ms-container .ms-optgroup-container {
  width: 100%; }

.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999; }

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px; }

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c; }

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text; }
