/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 1);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal h1, .remodal h2, .remodal h3, .remodal h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

  /* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: none;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;

    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;

    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}
/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:100px\9}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:100px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute;height:0!important;padding:0!important}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:center}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
.remodal-av p {
    margin-bottom: 30px;
}

.remodal-confirm {
    margin-top: 30px;
}

.dis {
    background: #e0e0e0 !important;
    color: #333;
}

.dis-age {
    background: #ff3f49 !important;
    color: white;
}

@media(max-width: 397px) {
    .av-year {
        margin-top: 6px !important;
    }
}
.remodal-av .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.remodal-av .btn-default:focus,
.remodal-av .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.remodal-av .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.remodal-av .btn-default:active,
.remodal-av .btn-default.active,
.remodal-av .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.remodal-av .btn-default:active:hover,
.remodal-av .btn-default.active:hover,
.remodal-av .open > .dropdown-toggle.btn-default:hover,
.remodal-av .btn-default:active:focus,
.remodal-av .btn-default.active:focus,
.remodal-av .open > .dropdown-toggle.btn-default:focus,
.remodal-av .btn-default:active.focus,
.remodal-av .btn-default.active.focus,
.remodal-av .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.remodal-av .btn-default:active,
.remodal-av .btn-default.active,
.remodal-av .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.remodal-av .btn-default.disabled:hover,
.remodal-av .btn-default[disabled]:hover,
.remodal-av fieldset[disabled] .btn-default:hover,
.remodal-av .btn-default.disabled:focus,
.remodal-av .btn-default[disabled]:focus,
.remodal-av fieldset[disabled] .btn-default:focus,
.remodal-av .btn-default.disabled.focus,
.remodal-av .btn-default[disabled].focus,
.remodal-av fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.remodal-av .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.remodal-av .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.remodal-av .btn-primary:focus,
.remodal-av .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.remodal-av .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.remodal-av .btn-primary:active,
.remodal-av .btn-primary.active,
.remodal-av .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.remodal-av .btn-primary:active:hover,
.remodal-av .btn-primary.active:hover,
.remodal-av .open > .dropdown-toggle.btn-primary:hover,
.remodal-av .btn-primary:active:focus,
.remodal-av .btn-primary.active:focus,
.remodal-av .open > .dropdown-toggle.btn-primary:focus,
.remodal-av .btn-primary:active.focus,
.remodal-av .btn-primary.active.focus,
.remodal-av .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.remodal-av .btn-primary:active,
.remodal-av .btn-primary.active,
.remodal-av .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.remodal-av .btn-primary.disabled:hover,
.remodal-av .btn-primary[disabled]:hover,
.remodal-av fieldset[disabled] .btn-primary:hover,
.remodal-av .btn-primary.disabled:focus,
.remodal-av .btn-primary[disabled]:focus,
.remodal-av fieldset[disabled] .btn-primary:focus,
.remodal-av .btn-primary.disabled.focus,
.remodal-av .btn-primary[disabled].focus,
.remodal-av fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.remodal-av .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.remodal-av .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.remodal-av .btn-success:focus,
.remodal-av .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.remodal-av .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.remodal-av .btn-success:active,
.remodal-av .btn-success.active,
.remodal-av .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.remodal-av .btn-success:active:hover,
.remodal-av .btn-success.active:hover,
.remodal-av .open > .dropdown-toggle.btn-success:hover,
.remodal-av .btn-success:active:focus,
.remodal-av .btn-success.active:focus,
.remodal-av .open > .dropdown-toggle.btn-success:focus,
.remodal-av .btn-success:active.focus,
.remodal-av .btn-success.active.focus,
.remodal-av .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.remodal-av .btn-success:active,
.remodal-av .btn-success.active,
.remodal-av open > .dropdown-toggle.btn-success {
  background-image: none;
}
.remodal-av .btn-success.disabled:hover,
.remodal-av .btn-success[disabled]:hover,
.remodal-av fieldset[disabled] .btn-success:hover,
.remodal-av .btn-success.disabled:focus,
.remodal-av .btn-success[disabled]:focus,
.remodal-av fieldset[disabled] .btn-success:focus,
.remodal-av .btn-success.disabled.focus,
.remodal-av .btn-success[disabled].focus,
.remodal-av fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.remodal-av .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.remodal-av .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.remodal-av .btn-info:focus,
.remodal-av .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.remodal-av .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.remodal-av .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.remodal-av .btn-default:active:hover,
.remodal-av .btn-default.active:hover,
.remodal-av .open > .dropdown-toggle.btn-default:hover,
.remodal-av .btn-default:active:focus,
.remodal-av .btn-default.active:focus,
.remodal-av .open > .dropdown-toggle.btn-default:focus,
.remodal-av .btn-default:active.focus,
.remodal-av .btn-default.active.focus,
.remodal-av .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.remodal-av .btn-default:active,
.remodal-av .btn-default.active,
.remodal-av open > .dropdown-toggle.btn-default {
  background-image: none;
}
.remodal-av .btn-default.disabled:hover,
.remodal-av .btn-default[disabled]:hover,
.remodal-av fieldset[disabled] .btn-default:hover,
.remodal-av .btn-default.disabled:focus,
.remodal-av .btn-default[disabled]:focus,
.remodal-av fieldset[disabled] .btn-default:focus,
.remodal-av .btn-default.disabled.focus,
.remodal-av .btn-default[disabled].focus,
.remodal-av fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.remodal-av .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.remodal-av .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.remodal-av .btn-primary:focus,
.remodal-av .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.remodal-av .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.remodal-av .btn-primary:active,
.remodal-av .btn-primary.active,
.remodal-av .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.remodal-av .btn-primary:active:hover,
.remodal-av .btn-primary.active:hover,
.remodal-av .open > .dropdown-toggle.btn-primary:hover,
.remodal-av .btn-primary:active:focus,
.remodal-av .btn-primary.active:focus,
.remodal-av .open > .dropdown-toggle.btn-primary:focus,
.remodal-av .btn-primary:active.focus,
.remodal-av .btn-primary.active.focus,
.remodal-av .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.remodal-av .btn-primary:active,
.remodal-av .btn-primary.active,
.remodal-av .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.remodal-av .btn-primary.disabled:hover,
.remodal-av .btn-primary[disabled]:hover,
.remodal-av fieldset[disabled] .btn-primary:hover,
.remodal-av .btn-primary.disabled:focus,
.remodal-av .btn-primary[disabled]:focus,
.remodal-av fieldset[disabled] .btn-primary:focus,
.remodal-av .btn-primary.disabled.focus,
.remodal-av .btn-primary[disabled].focus,
.remodal-av fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.remodal-av .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.remodal-av .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.remodal-av .btn-success:focus,
.remodal-av .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.remodal-av .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.remodal-av .btn-success:active,
.remodal-av .btn-success.active,
.remodal-av .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.remodal-av .btn-success:active:hover,
.remodal-av .btn-success.active:hover,
.remodal-av .open > .dropdown-toggle.btn-success:hover,
.remodal-av .btn-success:active:focus,
.remodal-av .btn-success.active:focus,
.remodal-av .open > .dropdown-toggle.btn-success:focus,
.remodal-av .btn-success:active.focus,
.remodal-av .btn-success.active.focus,
.remodal-av .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.remodal-av .btn-success:active,
.remodal-av .btn-success.active,
.remodal-av .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.remodal-av .btn-success.disabled:hover,
.remodal-av .btn-success[disabled]:hover,
.remodal-av fieldset[disabled] .btn-success:hover,
.remodal-av .btn-success.disabled:focus,
.remodal-av .btn-success[disabled]:focus,
.remodal-av fieldset[disabled] .btn-success:focus,
.remodal-av .btn-success.disabled.focus,
.remodal-av .btn-success[disabled].focus,
.remodal-av fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.remodal-av .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.remodal-av .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.remodal-av .btn-info:focus,
.remodal-av .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.remodal-av .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.remodal-av .btn-info:active,
.remodal-av .btn-info.active,
.remodal-av .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.remodal-av .btn-info:active:hover,
.remodal-av .btn-info.active:hover,
.remodal-av .open > .dropdown-toggle.btn-info:hover,
.remodal-av .btn-info:active:focus,
.remodal-av .btn-info.active:focus,
.remodal-av .open > .dropdown-toggle.btn-info:focus,
.remodal-av .btn-info:active.focus,
.remodal-av .btn-info.active.focus,
.remodal-av .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.remodal-av .btn-info:active,
.remodal-av .btn-info.active,
.remodal-av .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.remodal-av .btn-info.disabled:hover,
.remodal-av .btn-info[disabled]:hover,
.remodal-av fieldset[disabled] .btn-info:hover,
.remodal-av .btn-info.disabled:focus,
.remodal-av .btn-info[disabled]:focus,
.remodal-av fieldset[disabled] .btn-info:focus,
.remodal-av .btn-info.disabled.focus,
.remodal-av .btn-info[disabled].focus,
.remodal-av fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.remodal-av .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.remodal-av .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.remodal-av .btn-warning:focus,
.remodal-av .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.remodal-av .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.remodal-av .btn-warning:active,
.remodal-av .btn-warning.active,
.remodal-av .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.remodal-av .btn-warning:active:hover,
.remodal-av .btn-warning.active:hover,
.remodal-av .open > .dropdown-toggle.btn-warning:hover,
.remodal-av .btn-warning:active:focus,
.remodal-av .btn-warning.active:focus,
.remodal-av .open > .dropdown-toggle.btn-warning:focus,
.remodal-av .btn-warning:active.focus,
.remodal-av .btn-warning.active.focus,
.remodal-av .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.remodal-av .btn-warning:active,
.remodal-av .btn-warning.active,
.remodal-av .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.remodal-av .btn-warning.disabled:hover,
.remodal-av .btn-warning[disabled]:hover,
.remodal-av fieldset[disabled] .btn-warning:hover,
.remodal-av .btn-warning.disabled:focus,
.remodal-av .btn-warning[disabled]:focus,
.remodal-av fieldset[disabled] .btn-warning:focus,
.remodal-av .btn-warning.disabled.focus,
.remodal-av .btn-warning[disabled].focus,
.remodal-av fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.remodal-av .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.remodal-av .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.remodal-av .btn-danger:focus,
.remodal-av .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.remodal-av .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.remodal-av .btn-danger:active,
.remodal-av .btn-danger.active,
.remodal-av .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.remodal-av .btn-danger:active:hover,
.remodal-av .btn-danger.active:hover,
.remodal-av .open > .dropdown-toggle.btn-danger:hover,
.remodal-av .btn-danger:active:focus,
.remodal-av .btn-danger.active:focus,
.remodal-av .open > .dropdown-toggle.btn-danger:focus,
.remodal-av .btn-danger:active.focus,
.remodal-av .btn-danger.active.focus,
.remodal-av .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.remodal-av .btn-danger:active,
.remodal-av .btn-danger.active,
.remodal-av .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.remodal-av .btn-danger.disabled:hover,
.remodal-av .btn-danger[disabled]:hover,
.remodal-av fieldset[disabled] .btn-danger:hover,
.remodal-av .btn-danger.disabled:focus,
.remodal-av .btn-danger[disabled]:focus,
.remodal-av fieldset[disabled] .btn-danger:focus,
.remodal-av .btn-danger.disabled.focus,
.remodal-av .btn-danger[disabled].focus,
.remodal-av fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.remodal-av .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.remodal-av .btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.remodal-av .btn-link,
.remodal-av .btn-link:active,
.remodal-av .btn-link.active,
.remodal-av .btn-link[disabled],
.remodal-av fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.remodal-av .btn-link,
.remodal-av .btn-link:hover,
.remodal-av .btn-link:focus,
.remodal-av .btn-link:active {
  border-color: transparent;
}
.remodal-av .btn-link:hover,
.remodal-av .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.remodal-av .btn-link[disabled]:hover,
.remodal-av fieldset[disabled] .btn-link:hover,
.remodal-av .btn-link[disabled]:focus,
.remodal-av fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.remodal-av .btn-lg,
.remodal-av .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.remodal-av .btn-sm,
.remodal-av .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.remodal-av .btn-xs,
.remodal-av .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.remodal-av .btn-block {
  display: block;
  width: 100%;
}
.remodal-av .btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.remodal-av .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.remodal-av .fade.in {
  opacity: 1;
}
.remodal-av .collapse {
  display: none;
}
.remodal-av .collapse.in {
  display: block;
}
.remodal-av tr.collapse.in {
  display: table-row;
}
.remodal-av tbody.collapse.in {
  display: table-row-group;
}
.remodal-av .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.remodal-av .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.remodal-av .dropup,
.remodal-av .dropdown {
  position: relative;
}
.remodal-av .dropdown-toggle:focus {
  outline: 0;
}
.remodal-av .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.remodal-av .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.remodal-av .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.remodal-av .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.remodal-av .dropdown-menu > li > a:hover,
.remodal-av .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.remodal-av .dropdown-menu > .active > a,
.remodal-av .dropdown-menu > .active > a:hover,
.remodal-av .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.remodal-av .dropdown-menu > .disabled > a,
.remodal-av .dropdown-menu > .disabled > a:hover,
.remodal-av .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.remodal-av .dropdown-menu > .disabled > a:hover,
.remodal-av .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.remodal-av .open > .dropdown-menu {
  display: block;
}
.remodal-av .open > a {
  outline: 0;
}
.remodal-av .dropdown-menu-right {
  right: 0;
  left: auto;
}
.remodal-av .dropdown-menu-left {
  right: auto;
  left: 0;
}
.remodal-av .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.remodal-av .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.remodal-av .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.remodal-av .dropup .caret,
.remodal-av .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.remodal-av .dropup .dropdown-menu,
.remodal-av .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .remodal-av .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .remodal-av .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}