
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn2 + .btn2 {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn2-group .btn2 + .btn2 {
  margin-left: -1px;
}
.modal-footer .btn2-block + .btn2-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}



.btn2 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn2:focus,
.btn2:active:focus,
.btn2.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn2:hover,
.btn2:focus {
  color: #333;
  text-decoration: none;
}
.btn2:active,
.btn2.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn2.disabled,
.btn2[disabled],
fieldset[disabled] .btn2 {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn2-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn2-default:hover,
.btn2-default:focus,
.btn2-default:active,
.btn2-default.active,
.open > .dropdown-toggle.btn2-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn2-default:active,
.btn2-default.active,
.open > .dropdown-toggle.btn2-default {
  background-image: none;
}
.btn2-default.disabled,
.btn2-default[disabled],
fieldset[disabled] .btn2-default,
.btn2-default.disabled:hover,
.btn2-default[disabled]:hover,
fieldset[disabled] .btn2-default:hover,
.btn2-default.disabled:focus,
.btn2-default[disabled]:focus,
fieldset[disabled] .btn2-default:focus,
.btn2-default.disabled:active,
.btn2-default[disabled]:active,
fieldset[disabled] .btn2-default:active,
.btn2-default.disabled.active,
.btn2-default[disabled].active,
fieldset[disabled] .btn2-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn2-default .badge {
  color: #fff;
  background-color: #333;
}
.btn2-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn2-primary:hover,
.btn2-primary:focus,
.btn2-primary:active,
.btn2-primary.active,
.open > .dropdown-toggle.btn2-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn2-primary:active,
.btn2-primary.active,
.open > .dropdown-toggle.btn2-primary {
  background-image: none;
}
.btn2-primary.disabled,
.btn2-primary[disabled],
fieldset[disabled] .btn2-primary,
.btn2-primary.disabled:hover,
.btn2-primary[disabled]:hover,
fieldset[disabled] .btn2-primary:hover,
.btn2-primary.disabled:focus,
.btn2-primary[disabled]:focus,
fieldset[disabled] .btn2-primary:focus,
.btn2-primary.disabled:active,
.btn2-primary[disabled]:active,
fieldset[disabled] .btn2-primary:active,
.btn2-primary.disabled.active,
.btn2-primary[disabled].active,
fieldset[disabled] .btn2-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn2-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn2-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn2-success:hover,
.btn2-success:focus,
.btn2-success:active,
.btn2-success.active,
.open > .dropdown-toggle.btn2-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn2-success:active,
.btn2-success.active,
.open > .dropdown-toggle.btn2-success {
  background-image: none;
}
.btn2-success.disabled,
.btn2-success[disabled],
fieldset[disabled] .btn2-success,
.btn2-success.disabled:hover,
.btn2-success[disabled]:hover,
fieldset[disabled] .btn2-success:hover,
.btn2-success.disabled:focus,
.btn2-success[disabled]:focus,
fieldset[disabled] .btn2-success:focus,
.btn2-success.disabled:active,
.btn2-success[disabled]:active,
fieldset[disabled] .btn2-success:active,
.btn2-success.disabled.active,
.btn2-success[disabled].active,
fieldset[disabled] .btn2-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn2-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn2-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn2-info:hover,
.btn2-info:focus,
.btn2-info:active,
.btn2-info.active,
.open > .dropdown-toggle.btn2-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn2-info:active,
.btn2-info.active,
.open > .dropdown-toggle.btn2-info {
  background-image: none;
}
.btn2-info.disabled,
.btn2-info[disabled],
fieldset[disabled] .btn2-info,
.btn2-info.disabled:hover,
.btn2-info[disabled]:hover,
fieldset[disabled] .btn2-info:hover,
.btn2-info.disabled:focus,
.btn2-info[disabled]:focus,
fieldset[disabled] .btn2-info:focus,
.btn2-info.disabled:active,
.btn2-info[disabled]:active,
fieldset[disabled] .btn2-info:active,
.btn2-info.disabled.active,
.btn2-info[disabled].active,
fieldset[disabled] .btn2-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn2-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn2-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn2-warning:hover,
.btn2-warning:focus,
.btn2-warning:active,
.btn2-warning.active,
.open > .dropdown-toggle.btn2-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn2-warning:active,
.btn2-warning.active,
.open > .dropdown-toggle.btn2-warning {
  background-image: none;
}
.btn2-warning.disabled,
.btn2-warning[disabled],
fieldset[disabled] .btn2-warning,
.btn2-warning.disabled:hover,
.btn2-warning[disabled]:hover,
fieldset[disabled] .btn2-warning:hover,
.btn2-warning.disabled:focus,
.btn2-warning[disabled]:focus,
fieldset[disabled] .btn2-warning:focus,
.btn2-warning.disabled:active,
.btn2-warning[disabled]:active,
fieldset[disabled] .btn2-warning:active,
.btn2-warning.disabled.active,
.btn2-warning[disabled].active,
fieldset[disabled] .btn2-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn2-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn2-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn2-danger:hover,
.btn2-danger:focus,
.btn2-danger:active,
.btn2-danger.active,
.open > .dropdown-toggle.btn2-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn2-danger:active,
.btn2-danger.active,
.open > .dropdown-toggle.btn2-danger {
  background-image: none;
}
.btn2-danger.disabled,
.btn2-danger[disabled],
fieldset[disabled] .btn2-danger,
.btn2-danger.disabled:hover,
.btn2-danger[disabled]:hover,
fieldset[disabled] .btn2-danger:hover,
.btn2-danger.disabled:focus,
.btn2-danger[disabled]:focus,
fieldset[disabled] .btn2-danger:focus,
.btn2-danger.disabled:active,
.btn2-danger[disabled]:active,
fieldset[disabled] .btn2-danger:active,
.btn2-danger.disabled.active,
.btn2-danger[disabled].active,
fieldset[disabled] .btn2-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn2-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn2-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn2-link,
.btn2-link:active,
.btn2-link[disabled],
fieldset[disabled] .btn2-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn2-link,
.btn2-link:hover,
.btn2-link:focus,
.btn2-link:active {
  border-color: transparent;
}
.btn2-link:hover,
.btn2-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn2-link[disabled]:hover,
fieldset[disabled] .btn2-link:hover,
.btn2-link[disabled]:focus,
fieldset[disabled] .btn2-link:focus {
  color: #777;
  text-decoration: none;
}
.btn2-lg,
.btn2-group-lg > .btn2 {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn2-sm,
.btn2-group-sm > .btn2 {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn2-xs,
.btn2-group-xs > .btn2 {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn2-block {
  display: block;
  width: 100%;
}
.btn2-block + .btn2-block {
  margin-top: 5px;
}
input[type="submit"].btn2-block,
input[type="reset"].btn2-block,
input[type="button"].btn2-block {
  width: 100%;
}



.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}