.modal-open .modal .dropdown-menu {
  z-index: 2050;
}

.modal-open .modal .dropdown.open {
  *z-index: 2050;
}

.modal-open .modal .popover {
  z-index: 2060;
}

.modal-open .modal .tooltip {
  z-index: 2080;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 560px;
  max-height: 550px;
  margin: -250px 0 0 -280px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  max-height: 450px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}


.form-horizontal {
  padding-right: 20px;
}


.social-button-fb {
  display: inline-block;
  padding: 1px 10px 1px 5px;
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid;
  border-radius: 3px;
  color: #304982;
  text-shadow: 0 1px rgba(255, 255, 255, 0.6);
  background: #eaedf6;
  border-color: #aeb7cc #aeb7cc #9ba3b6;
  background-image: -webkit-linear-gradient(top, #f3f6ff, #d9dce5);
  background-image: -moz-linear-gradient(top, #f3f6ff, #d9dce5);
  background-image: -o-linear-gradient(top, #f3f6ff, #d9dce5);
  background-image: linear-gradient(to bottom, #f3f6ff, #d9dce5);
  -webkit-box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.06);
}

.social-button-fb:before {
  background-position: -16px 0;
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  width: 16px;
  height: 16px;
  background-image: url("/media/images/icons_fb_sm.png");
}

.social-button-fb:hover {
  text-decoration: none;
}

.social-button-fb:active {
  text-decoration: none;
  background: #d9dce5;
  border-color: #a6afc3 #a6afc3 #9ba3b6;
  background-image: -webkit-linear-gradient(top, #d9dce5, #f0f3fc);
  background-image: -moz-linear-gradient(top, #d9dce5, #f0f3fc);
  background-image: -o-linear-gradient(top, #d9dce5, #f0f3fc);
  background-image: linear-gradient(to bottom, #d9dce5, #f0f3fc);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.06);
}


ul.social_share_block {
  padding-top: 10px;
}


.new-version-banner {
  height: 50px;
  width: 100%;
  background-color: lightblue;
  display: none;
}

.new-version-banner p {
  width: 1020px;
  margin: 0 auto;
  padding-top: 14px;
}