
/*------------------------------------------------------------------
  [Modals]
*/
.modal-content {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background-color: #ffffff;
  color: #404040;
  border: none;
}
.modal-header {
  border: 0;
  padding: 19px;
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  display: block;
  margin: 0;
}
.modal-header .close {
  font-size: 20px;
  opacity: 0.4;
  text-shadow: none;
}
.modal-header .close:hover {
  opacity: 0.8;
}
.modal-body {
  padding: 10px 20px 20px;
}
.modal-body .row:last-child .form-group {
  margin-bottom: 0;
}
.modal-main-icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: normal;
  font-size: 50px;
}
.modal-footer {
  padding: 20px;
  border: none;
}
.modal-full-color .modal-header {
  padding: 19px;
}
.modal-full-color .modal-content {
  color: #ffffff;
  background-color: transparent;
}
.modal-full-color .modal-content .close {
  color: #ffffff;
  line-height: 40px;
  opacity: 0.6;
}
.modal-full-color .modal-content .close:hover {
  opacity: 1;
}
.modal-full-color .modal-content .modal-footer {
  border: none;
}
.modal-full-color .btn1-default {
  border-width: 2px;
  border-color: transparent;
}
.modal-full-color .btn1-primary,
.modal-full-color .btn1-success,
.modal-full-color .btn1-warning,
.modal-full-color .btn1-danger {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
}
.modal-full-color .btn1-primary:focus,
.modal-full-color .btn1-success:focus,
.modal-full-color .btn1-warning:focus,
.modal-full-color .btn1-danger:focus {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}
.modal-full-color .btn1-primary:hover,
.modal-full-color .btn1-success:hover,
.modal-full-color .btn1-warning:hover,
.modal-full-color .btn1-danger:hover,
.modal-full-color .btn1-primary .hover,
.modal-full-color .btn1-success .hover,
.modal-full-color .btn1-warning .hover,
.modal-full-color .btn1-danger .hover {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
.modal-full-color .btn1-primary:active,
.modal-full-color .btn1-success:active,
.modal-full-color .btn1-warning:active,
.modal-full-color .btn1-danger:active {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
.modal-full-color-success .modal-header {
  background-color: #37b358;
}
.modal-full-color-success .modal-body,
.modal-full-color-success .modal-footer {
  background-color: #37b358;
}
.modal-full-color-success .btn1-default {
  color: #37b358;
}
.modal-full-color-success .btn1-default:active {
  color: #37b358;
}
.modal-full-color-primary .modal-header {
  background-color: #5f99f5;
}
.modal-full-color-primary .modal-body,
.modal-full-color-primary .modal-footer {
  background-color: #5f99f5;
}
.modal-full-color-primary .btn1-default {
  color: #5f99f5;
}
.modal-full-color-primary .btn1-default:active {
  color: #5f99f5;
}
.modal-full-color-warning .modal-header {
  background-color: #f6c163;
}
.modal-full-color-warning .modal-body,
.modal-full-color-warning .modal-footer {
  background-color: #f6c163;
}
.modal-full-color-warning .btn1-default {
  color: #f6c163;
}
.modal-full-color-warning .btn1-default:active {
  color: #f6c163;
}
.modal-full-color-danger .modal-header {
  background-color: #eb6357;
}
.modal-full-color-danger .modal-body,
.modal-full-color-danger .modal-footer {
  background-color: #eb6357;
}
.modal-full-color-danger .btn1-default {
  color: #eb6357;
}
.modal-full-color-danger .btn1-default:active {
  color: #eb6357;
}
.modal-full-color-dark .modal-header {
  background-color: #3d3c3c;
}
.modal-full-color-dark .modal-body,
.modal-full-color-dark .modal-footer {
  background-color: #3d3c3c;
}
.modal-full-color-dark .btn1-default {
  color: #3d3c3c;
}
.modal-full-color-dark .btn1-default:active {
  color: #3d3c3c;
}
.full-width {
  width: 90%;
  max-width: none;
}
.colored-header .modal-content .modal-header {
  background-color: #e6e6e6;
  color: #ffffff;
  padding: 15px 20px;
}
.colored-header .modal-content .modal-header .modal-title {
  font-size: 20px;
}
.colored-header .modal-content .modal-header .close {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 2px;
}
.colored-header .modal-content .modal-body {
  padding: 35px 20px 20px;
  background-color: #ffffff;
  color: #404040;
}
.colored-header .modal-content .modal-footer {
  background-color: #ffffff;
}
.colored-header-success .modal-content .modal-header {
  background-color: #37b358;
}
.colored-header-primary .modal-content .modal-header {
  background-color: #791097;
}
.colored-header-warning .modal-content .modal-header {
  background-color: #f6c163;
}
.colored-header-danger .modal-content .modal-header {
  background-color: #eb6357;
}
.colored-header-dark .modal-content .modal-header {
  background-color: #3d3c3c;
}
@media (max-width: 767px) {
  .modal-dialog {
    min-width: 100%;
    padding: 0 15px;
  }
}
.be-modal-open {
  overflow-x: visible;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  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 .btn1 + .btn1 {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn1-group .btn1 + .btn1 {
  margin-left: -1px;
}
.modal-footer .btn1-block + .btn1-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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}