﻿.text-center {
  text-align: center;
}

.modal-header.bg-primary .modal-title {
  color: #fff;
}

.realnex-support-pane-modal p {
  font-size: 13px;
  margin-bottom: 5px;
}

.realnex-support-pane-modal ::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 1.5;
}
.realnex-support-pane-modal ::-moz-placeholder {
  font-size: 12px;
  line-height: 1.5;
}
.realnex-support-pane-modal :-ms-input-placeholder {
  font-size: 12px;
  line-height: 1.5;
}
.realnex-support-pane-modal :-moz-placeholder {
  font-size: 12px;
  line-height: 1.5;
}

.realnex-support-pane-modal .form-control {
  font-size: 12px;
  line-height: 1.5;
}

.realnex-support-pane-modal .input-group-addon {
  width: 90px;
  text-align: center;
  font-size: 12px;
}

.realnex-support-pane-modal .form-group {
  margin-bottom: 5px;
}

.realnex-support-pane-modal .input-group {
  width: 100%;
}

.custom-input-file {
  position: relative;
}

.btn-book-now {
  float: left;
}

.custom-input-file:after {
  content: attr(data-text);
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  display: block;
  width: 100%;
  pointer-events: none;
  z-index: 20;
  height: 100%;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.custom-input-file input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

#realnex-support-form-modal .sms-agreement label {
  background: transparent;
  border: none;
  padding: 0;
  white-space: normal;
  text-align: left;
}

#realnex-support-form-modal .sms-agreement a {
  margin: 0 5px;
}

#realnex-support-form-modal .sms-agreement input {
  position: relative;
  top: 1px;
  margin-right: 5px;
}


@media (max-width: 479px) {
  .modal-dialog {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
  }
}
