/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}
.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: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.no-backdrop {
   background-color: rgba(74, 42, 67, 0.15);
   background-image: url(pat.jpg);
}

.modal-absolute {
  position: absolute !important;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
}

.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: 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 {
    width: 420px;
    margin: 10% auto;
}

.modal-dialog.modal-text {
  width: 920px;
  box-sizing: border-box;
}

.modal-absolute .modal-dialog {
  margin: 0;
}

.modal-content {
  position: relative;
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(74,42,67,0.15);
  -moz-box-shadow: 0px 10px 30px 0px rgba(74,42,67,0.15);
  box-shadow: 0px 10px 30px 0px rgba(74,42,67,0.15);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  padding: 20px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 940;
  background-color: rgba(74, 42, 67, 0.15);
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-header {
  position: relative;
  height: 1px;
}

.modal-header .close {
  position: absolute;
  right: -8px;
  top: -5px;
  background: none;
  outline: none;
  border: none;
  line-height: 0.5;
  cursor: pointer;
  font-size: 30px;
  z-index: 10;
}

.modal-header .close span {
  color: rgba(74,42,67, 0.75);
  font-family: 'Times New Roman';
  font-weight: 600;
  line-height: 0.5;
}

.modal-header .close:hover span {
  color: rgba(74,42,67, 1);
}


.modal-body {
  position: relative;
  padding: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}