﻿/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  /*overflow-y: scroll;*/
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
    .modal.fade .modal-dialog {
        opacity: 0;
        -webkit-transition: -webkit-transform .5s ease-out, opacity .5s .1s ease-out;
        -moz-transition: -moz-transform .5s ease-out, opacity .5s .1s ease-out;
        -o-transition: -o-transform .5s ease-out, opacity .5s .1s ease-out;
        transition: transform .5s ease-out, opacity .5s .1s ease-out;
        /*-webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);*/
    }
    .modal.in .modal-dialog {
        opacity: 1;
        /*-webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);*/
    }

.modal.fade:not(.in).top .modal-dialog {
    -webkit-transform: translate3d(0,-15%, 0);
    transform: translate3d(0, -15%, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  /*border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;*/
  outline: none;
  -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;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .3;
}
.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: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-lg, .modal-lg2 {
    /*min-width: calc(100vw - 100px);
    min-height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    overflow-x: hidden;*/
    min-height: calc(100vh - 200px) !important;
}

.modal .accordion > .frame .content, .modal-lg .accordion > .frame .content, .modal-lg2 .accordion > .frame .content {
    max-height: calc(100vh - 250px);
    overflow-y: scroll;
    overflow-x: hidden;
}

@media (min-width: 576px) {
  .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, .modal-lg, .modal-lg2 {
    min-width: calc(100vw - 200px);
    min-height: calc(100vh - 200px) !important;
  }

  .modal .accordion > .frame .content, .modal-lg .accordion > .frame .content, .modal-lg2 .accordion > .frame .content {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: auto;
  }  
}

@media (min-width: 1200px) {
    .modal-lg {
        min-width: 1100px;
        min-height: 900px;
    }
}

@media (min-width: 920px) {
  .modal-lg2 {
    min-width: calc(100vw - 200px);
    min-height: calc(100vh - 200px) !important;
  }
}

@media (min-width: 1400px) {
    .modal-lg2 {
        min-width: 1300px;
        min-height: calc(100vh - 200px) !important;
    }
}

.text-danger {
  color: #b94a48;
  font-weight: bold;
  text-transform: uppercase;
}

input[type="text"] .input-clear-button, input[type="password"] .input-clear-button, input[type="tel"] .input-clear-button, input[type="datetime-local"] .input-clear-button, input[type="email"] .input-clear-button, input[type="file"] .input-clear-button, input[type="month"] .input-clear-button, input[type="number"] .input-clear-button, input[type="search"] .input-clear-button, input[type="time"] .input-clear-button, input[type="url"] .input-clear-button, input[type="week"] .input-clear-button, input[type="file"] .input-clear-button, select .input-clear-button, textarea .input-clear-button, .file .input-clear-button, .input .input-clear-button, .textarea .input-clear-button, .select .input-clear-button, .tag-input .input-clear-button, .spinner .input-clear-button, input[type="text"] .input-reveal-button, input[type="password"] .input-reveal-button, input[type="tel"] .input-reveal-button, input[type="datetime-local"] .input-reveal-button, input[type="email"] .input-reveal-button, input[type="file"] .input-reveal-button, input[type="month"] .input-reveal-button, input[type="number"] .input-reveal-button, input[type="search"] .input-reveal-button, input[type="time"] .input-reveal-button, input[type="url"] .input-reveal-button, input[type="week"] .input-reveal-button, input[type="file"] .input-reveal-button, select .input-reveal-button, textarea .input-reveal-button, .file .input-reveal-button, .input .input-reveal-button, .textarea .input-reveal-button, .select .input-reveal-button, .tag-input .input-reveal-button, .spinner .input-reveal-button {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="file"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input[type="file"]:focus, select:focus, textarea:focus, .file:focus, .input:focus, .textarea:focus, .select:focus, .tag-input:focus, .spinner:focus {
    outline: none;
}

.input:hover input {
    border-color: transparent;
}

.input input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:focus .input-clear-button, input[type="password"]:focus .input-clear-button, input[type="tel"]:focus .input-clear-button, input[type="datetime-local"]:focus .input-clear-button, input[type="email"]:focus .input-clear-button, input[type="file"]:focus .input-clear-button, input[type="month"]:focus .input-clear-button, input[type="number"]:focus .input-clear-button, input[type="search"]:focus .input-clear-button, input[type="time"]:focus .input-clear-button, input[type="url"]:focus .input-clear-button, input[type="week"]:focus .input-clear-button, input[type="file"]:focus .input-clear-button, select:focus .input-clear-button, textarea:focus .input-clear-button, .file:focus .input-clear-button, .input:focus .input-clear-button, .textarea:focus .input-clear-button, .select:focus .input-clear-button, .tag-input:focus .input-clear-button, .spinner:focus .input-clear-button, input[type="text"].focused .input-clear-button, input[type="password"].focused .input-clear-button, input[type="tel"].focused .input-clear-button, input[type="datetime-local"].focused .input-clear-button, input[type="email"].focused .input-clear-button, input[type="file"].focused .input-clear-button, input[type="month"].focused .input-clear-button, input[type="number"].focused .input-clear-button, input[type="search"].focused .input-clear-button, input[type="time"].focused .input-clear-button, input[type="url"].focused .input-clear-button, input[type="week"].focused .input-clear-button, input[type="file"].focused .input-clear-button, select.focused .input-clear-button, textarea.focused .input-clear-button, .file.focused .input-clear-button, .input.focused .input-clear-button, .textarea.focused .input-clear-button, .select.focused .input-clear-button, .tag-input.focused .input-clear-button, .spinner.focused .input-clear-button, input[type="text"]:hover .input-clear-button, input[type="password"]:hover .input-clear-button, input[type="tel"]:hover .input-clear-button, input[type="datetime-local"]:hover .input-clear-button, input[type="email"]:hover .input-clear-button, input[type="file"]:hover .input-clear-button, input[type="month"]:hover .input-clear-button, input[type="number"]:hover .input-clear-button, input[type="search"]:hover .input-clear-button, input[type="time"]:hover .input-clear-button, input[type="url"]:hover .input-clear-button, input[type="week"]:hover .input-clear-button, input[type="file"]:hover .input-clear-button, select:hover .input-clear-button, textarea:hover .input-clear-button, .file:hover .input-clear-button, .input:hover .input-clear-button, .textarea:hover .input-clear-button, .select:hover .input-clear-button, .tag-input:hover .input-clear-button, .spinner:hover .input-clear-button, input[type="text"]:focus .input-reveal-button, input[type="password"]:focus .input-reveal-button, input[type="tel"]:focus .input-reveal-button, input[type="datetime-local"]:focus .input-reveal-button, input[type="email"]:focus .input-reveal-button, input[type="file"]:focus .input-reveal-button, input[type="month"]:focus .input-reveal-button, input[type="number"]:focus .input-reveal-button, input[type="search"]:focus .input-reveal-button, input[type="time"]:focus .input-reveal-button, input[type="url"]:focus .input-reveal-button, input[type="week"]:focus .input-reveal-button, input[type="file"]:focus .input-reveal-button, select:focus .input-reveal-button, textarea:focus .input-reveal-button, .file:focus .input-reveal-button, .input:focus .input-reveal-button, .textarea:focus .input-reveal-button, .select:focus .input-reveal-button, .tag-input:focus .input-reveal-button, .spinner:focus .input-reveal-button, input[type="text"].focused .input-reveal-button, input[type="password"].focused .input-reveal-button, input[type="tel"].focused .input-reveal-button, input[type="datetime-local"].focused .input-reveal-button, input[type="email"].focused .input-reveal-button, input[type="file"].focused .input-reveal-button, input[type="month"].focused .input-reveal-button, input[type="number"].focused .input-reveal-button, input[type="search"].focused .input-reveal-button, input[type="time"].focused .input-reveal-button, input[type="url"].focused .input-reveal-button, input[type="week"].focused .input-reveal-button, input[type="file"].focused .input-reveal-button, select.focused .input-reveal-button, textarea.focused .input-reveal-button, .file.focused .input-reveal-button, .input.focused .input-reveal-button, .textarea.focused .input-reveal-button, .select.focused .input-reveal-button, .tag-input.focused .input-reveal-button, .spinner.focused .input-reveal-button, input[type="text"]:hover .input-reveal-button, input[type="password"]:hover .input-reveal-button, input[type="tel"]:hover .input-reveal-button, input[type="datetime-local"]:hover .input-reveal-button, input[type="email"]:hover .input-reveal-button, input[type="file"]:hover .input-reveal-button, input[type="month"]:hover .input-reveal-button, input[type="number"]:hover .input-reveal-button, input[type="search"]:hover .input-reveal-button, input[type="time"]:hover .input-reveal-button, input[type="url"]:hover .input-reveal-button, input[type="week"]:hover .input-reveal-button, input[type="file"]:hover .input-reveal-button, select:hover .input-reveal-button, textarea:hover .input-reveal-button, .file:hover .input-reveal-button, .input:hover .input-reveal-button, .textarea:hover .input-reveal-button, .select:hover .input-reveal-button, .tag-input:hover .input-reveal-button, .spinner:hover .input-reveal-button {
    visibility: visible;
}

input[type="text"]:focus .input-clear-button, input[type="password"]:focus .input-clear-button, input[type="tel"]:focus .input-clear-button, input[type="datetime-local"]:focus .input-clear-button, input[type="email"]:focus .input-clear-button, input[type="file"]:focus .input-clear-button, input[type="month"]:focus .input-clear-button, input[type="number"]:focus .input-clear-button, input[type="search"]:focus .input-clear-button, input[type="time"]:focus .input-clear-button, input[type="url"]:focus .input-clear-button, input[type="week"]:focus .input-clear-button, input[type="file"]:focus .input-clear-button, select:focus .input-clear-button, textarea:focus .input-clear-button, .file:focus .input-clear-button, .input:focus .input-clear-button, .textarea:focus .input-clear-button, .select:focus .input-clear-button, .tag-input:focus .input-clear-button, .spinner:focus .input-clear-button, input[type="text"].focused .input-clear-button, input[type="password"].focused .input-clear-button, input[type="tel"].focused .input-clear-button, input[type="datetime-local"].focused .input-clear-button, input[type="email"].focused .input-clear-button, input[type="file"].focused .input-clear-button, input[type="month"].focused .input-clear-button, input[type="number"].focused .input-clear-button, input[type="search"].focused .input-clear-button, input[type="time"].focused .input-clear-button, input[type="url"].focused .input-clear-button, input[type="week"].focused .input-clear-button, input[type="file"].focused .input-clear-button, select.focused .input-clear-button, textarea.focused .input-clear-button, .file.focused .input-clear-button, .input.focused .input-clear-button, .textarea.focused .input-clear-button, .select.focused .input-clear-button, .tag-input.focused .input-clear-button, .spinner.focused .input-clear-button, input[type="text"]:hover .input-clear-button, input[type="password"]:hover .input-clear-button, input[type="tel"]:hover .input-clear-button, input[type="datetime-local"]:hover .input-clear-button, input[type="email"]:hover .input-clear-button, input[type="file"]:hover .input-clear-button, input[type="month"]:hover .input-clear-button, input[type="number"]:hover .input-clear-button, input[type="search"]:hover .input-clear-button, input[type="time"]:hover .input-clear-button, input[type="url"]:hover .input-clear-button, input[type="week"]:hover .input-clear-button, input[type="file"]:hover .input-clear-button, select:hover .input-clear-button, textarea:hover .input-clear-button, .file:hover .input-clear-button, .input:hover .input-clear-button, .textarea:hover .input-clear-button, .select:hover .input-clear-button, .tag-input:hover .input-clear-button, .spinner:hover .input-clear-button, input[type="text"]:focus .input-reveal-button, input[type="password"]:focus .input-reveal-button, input[type="tel"]:focus .input-reveal-button, input[type="datetime-local"]:focus .input-reveal-button, input[type="email"]:focus .input-reveal-button, input[type="file"]:focus .input-reveal-button, input[type="month"]:focus .input-reveal-button, input[type="number"]:focus .input-reveal-button, input[type="search"]:focus .input-reveal-button, input[type="time"]:focus .input-reveal-button, input[type="url"]:focus .input-reveal-button, input[type="week"]:focus .input-reveal-button, input[type="file"]:focus .input-reveal-button, select:focus .input-reveal-button, textarea:focus .input-reveal-button, .file:focus .input-reveal-button, .input:focus .input-reveal-button, .textarea:focus .input-reveal-button, .select:focus .input-reveal-button, .tag-input:focus .input-reveal-button, .spinner:focus .input-reveal-button, input[type="text"].focused .input-reveal-button, input[type="password"].focused .input-reveal-button, input[type="tel"].focused .input-reveal-button, input[type="datetime-local"].focused .input-reveal-button, input[type="email"].focused .input-reveal-button, input[type="file"].focused .input-reveal-button, input[type="month"].focused .input-reveal-button, input[type="number"].focused .input-reveal-button, input[type="search"].focused .input-reveal-button, input[type="time"].focused .input-reveal-button, input[type="url"].focused .input-reveal-button, input[type="week"].focused .input-reveal-button, input[type="file"].focused .input-reveal-button, select.focused .input-reveal-button, textarea.focused .input-reveal-button, .file.focused .input-reveal-button, .input.focused .input-reveal-button, .textarea.focused .input-reveal-button, .select.focused .input-reveal-button, .tag-input.focused .input-reveal-button, .spinner.focused .input-reveal-button, input[type="text"]:hover .input-reveal-button, input[type="password"]:hover .input-reveal-button, input[type="tel"]:hover .input-reveal-button, input[type="datetime-local"]:hover .input-reveal-button, input[type="email"]:hover .input-reveal-button, input[type="file"]:hover .input-reveal-button, input[type="month"]:hover .input-reveal-button, input[type="number"]:hover .input-reveal-button, input[type="search"]:hover .input-reveal-button, input[type="time"]:hover .input-reveal-button, input[type="url"]:hover .input-reveal-button, input[type="week"]:hover .input-reveal-button, input[type="file"]:hover .input-reveal-button, select:hover .input-reveal-button, textarea:hover .input-reveal-button, .file:hover .input-reveal-button, .input:hover .input-reveal-button, .textarea:hover .input-reveal-button, .select:hover .input-reveal-button, .tag-input:hover .input-reveal-button, .spinner:hover .input-reveal-button {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}