/* CSS Document */

/* modal start */
.modal {
  padding-right: 0 !important;
}

.modal-dialog {
  margin: 0 auto !important;
  width: 80%;
  height: 80%;
  padding: 0px 0px 0px 0px;
}

.block {
  height: 100%;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  /* Adjusts for spacing */
  vertical-align: middle;
}

.centered {
  display: inline-block;
  margin-right: -.25em;
  /* Adjusts for spacing */
  vertical-align: middle;
  width: 100%;
}

.modal-content {
  background-color: #111;
  border-radius: 0px !important;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .modal-content {
    background-color: #111;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.modal-header {
  background-color: #f4f6f7;
  border: none;
  border-radius: 3px 3px 0 0;
  margin-bottom: 15px;
  padding: 20px 0;
}

.modal-header > h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 25px;
}

@media screen and (max-width: 991px) {
  .modal-header {
    border-radius: 0;
    margin-bottom: 0;
  }
  .modal-header > h4 {
    margin-left: 15px;
  }
}

.modal-body {
  margin: 0;
  padding: 0;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .modal-body {
    margin: 0;
  }
}

.modal-srh-part {
  padding: 0 40px 10px 0;
}

.modal-srh-part h5 {
  clear: both;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  margin: 18px 15px 12px 0;
}

.modal-srh-part label {
  cursor: pointer;
  float: left;
  font-weight: normal;
  letter-spacing: .05em;
  margin: 5px 20px 5px 0;
  padding: 1px 0 0 10px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .modal-srh-part {
    border-top: 1px solid #dfe0e1;
  }
  .modal-srh-part:first-child {
    border: none;
  }
}

label > p {
  display: inline-block;
}

input[type=checkbox], input[type=radio] {
  opacity: 0;
  margin: 0;
}

input[type=checkbox] + span,
input[type=radio] + span {
  background-repeat: no-repeat;
  background-size: 22px;
  height: 22px;
  width: 22px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

input[type=checkbox] + span {
  background-image: url(../img/common/components/check_off.svg);
}

input[type=checkbox]:checked + span {
  background-image: url(../img/common/components/check_on.svg);
}

input[type=checkbox]:checked ~ p {
  font-weight: bold;
}

input[type=radio] + span {
  background-image: url(../img/common/components/radio_off.svg);
}

input[type=radio]:checked + span {
  background-image: url(../img/common/components/radio_on.svg);
}

input[type=radio]:checked ~ p {
  font-weight: bold;
}

.modal-footer {
  border: none;
  padding: 15px 25px 25px;
}

.modal-footer a {
  display: block;
  font-size: 12px;
  padding: 12px 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .modal-footer {
    padding: 15px 15px 25px;
  }
  .modal-footer a {
    font-size: 10px;
    padding: 10px 0;
  }
}

.btn-modal-close {
  cursor: pointer;
  float: left;
  padding-right: 12px;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .btn-modal-close {
    padding-right: 7px;
  }
}

.btn-modal-srh {
  cursor: pointer;
  float: left;
  padding-left: 12px;
  width: 50%;
}

.btn-modal-srh > a {
  background-color: #008880;
  border: 1px solid #008880;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .btn-modal-srh {
    padding-left: 7px;
  }
}

.btn-modal-close > a {
  background-color: transparent;
  border: 1px solid #6f6f6f;
  color: #333;
}

.modal-backdrop.in {
  height: 120%;
  opacity: 0 !important;
}

@media screen and (max-width: 991px) {
  #srh-modal {
    z-index: 1070;
  }
}

@media screen and (max-width: 991px) {
  #srh-modal > .modal-dialog {
    background-color: #fff;
    min-height: 100%;
  }
}

@media screen and (max-width: 991px) {
  #srh-modal .modal-body {
    margin: 0 15px;
  }
}
/* modal end */
  
  
  
@media screen and (max-width: 768px) {
  .foot-ld {
    display: none !important;
  }
  .foot-sd {
    display: block !important;
  }
  .collapse-open {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    float: right;
    height: 18px;
    margin-top: 2px;
    position: relative;
    width: 18px;
  }
  .collapse-open > span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ccc;
    border-radius: 0;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .collapse-open > span:nth-of-type(1) {
    top: 8px;
  }
  .collapse-open > span:nth-of-type(2) {
    top: 8px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .collapse-close > span:nth-of-type(2) {
    left: 10px;
    opacity: 0;
    width: 0;
  }
  #collapse-signage, #collapse-security {
    margin-bottom: 0 !important;
  }
}
