@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

a, a:hover, a:active {
  color: #bf1f0d;
}

/** helpers */
.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.fw-normal {
  font-weight: normal !important;
}

/** Containers */
.content-container {
  padding-bottom: 100px;
}

/** Button styles **/
.btn {
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 3px;
}
.btn.btn-primary, .btn.btn-success, .btn.btn-warning {
  background-color: #bf1f0d;
  border-color: #89170a;
}
.btn.btn-primary:hover, .btn.btn-success:hover, .btn.btn-warning:hover {
  background-color: #89170a;
}
.btn.btn-primary.btn-blue, .btn.btn-success.btn-blue, .btn.btn-warning.btn-blue {
  background-color: #172D75;
  border-color: #0e1e52;
}
.btn.btn-primary.btn-blue:hover, .btn.btn-success.btn-blue:hover, .btn.btn-warning.btn-blue:hover {
  background-color: #0e1e52;
}

/** Navs / Navbar */
.logo-upper {
  color: #fff;
  padding: 0 0 0 16px;
  background: #93190a; /* Old browsers */
  background: -moz-linear-gradient(top, #b51e0c 0%, #89170a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b51e0c 0%, #89170a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b51e0c 0%, #89170a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b51e0c", endColorstr="#89170a",GradientType=0 ); /* IE6-9 */
}
.logo-upper img {
  margin-top: -20px;
}

.navbar {
  min-height: 30px;
}

.navbar-inverse {
  border: 0;
  background-color: #89170a;
  border-radius: 0;
}
.navbar-inverse .navbar-nav {
  margin-top: 10px;
}
.navbar-inverse .navbar-collapse {
  padding: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #fff;
  color: #000;
  border-radius: 3px 3px 0 0;
}

.nav.nav-mini {
  margin-bottom: 26px;
}

.nav.nav-mini > li > a {
  padding: 7px 12px;
}

/** Forms make smaller **/
.checkbox-group .form-group {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 5px;
}

.form-control {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 0;
}

textarea.form-control {
  height: 54px;
}

.help-block {
  margin-top: 4px;
  margin-bottom: 5px;
}

.site-login {
  width: 450px;
  max-width: 100%;
  margin: 80px auto 0;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox,
.has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label,
.has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: inherit;
}

.has-success .form-control {
  color: inherit;
}

.form-control:focus {
  border-color: inherit;
  box-shadow: none;
}

.edit-group {
  border: 1px solid #ddd;
  border-collapse: collapse;
  margin-bottom: 13px;
}
.edit-group .form-group {
  margin: 0;
  padding: 4px 0;
  border-bottom: 1px solid #ddd;
}
.edit-group .form-group .help-block:empty {
  margin: 0;
}
.edit-group .form-group .text-padded {
  padding: 10px;
}
.edit-group .form-group:nth-child(odd) {
  background-color: #f9f9f9;
}
.edit-group .form-group:last-child {
  border-bottom: none;
}

.well.form-buttons {
  margin-top: 13px;
  border-radius: 0;
}

.checkbox-inline-group .checkbox {
  float: left;
  padding-left: 15px;
  padding-top: 5px;
}
.checkbox-inline-group .checkbox label {
  padding-left: 15px;
}
.checkbox-inline-group .form-group {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.checkbox-inline-group .form-group:first-child .checkbox {
  padding-left: 5px;
}
.checkbox-inline-group input[type=checkbox] {
  margin-top: 2px;
}

.radio-inline input[type=radio] {
  margin-top: 0;
}

input[type=checkbox] + label {
  font-weight: normal;
}

.kv-date-remove {
  display: none;
}

.input-group-addon {
  padding: 0 5px;
  border-radius: 0;
}
.input-group-addon .glyphicon {
  font-size: 12px;
}

label.control-label.no-bold {
  font-weight: normal;
}

table.edit-table {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}
table.edit-table th {
  text-align: center;
}
table.edit-table th, table.edit-table td {
  border: 1px solid #ddd;
}
table.edit-table .form-group {
  margin: 0;
}

/** END Forms */
/** Date range pickers */
.dropdown-menu {
  font-size: 11px;
}

.daterangepicker td.in-range {
  background-color: #ffe6e6;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  border-color: #bf1f0d;
  background-color: #bf1f0d;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus, .datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus {
  border-color: #bf1f0d;
  background-color: #bf1f0d;
}

/** END Date range pickers */
/** Tables **/
.table > thead > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th, .table > thead > tr > td,
.table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 4px 8px;
  line-height: 1.42857143;
  vertical-align: middle;
}

/** End Tables */
.max-width-container {
  max-width: 940px;
}
.max-width-container.large {
  max-width: 1130px;
}
.max-width-container.grid {
  max-width: 1600px;
}

.small-inline-form {
  max-width: 500px;
}

.medium-inline-form {
  max-width: 800px;
}

/** Pagination **/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #bf1f0d;
  border-color: #bf1f0d;
}

.pagination > li > a, .pagination > li > span,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #bf1f0d;
}

/** END Pagination */
/** Gridview **/
span.not-set {
  color: #bf1f0d;
}

.result-switch-container {
  padding-bottom: 10px;
}

.grid-view {
  padding-bottom: 50px;
}
.grid-view .table thead th {
  background-color: #bf1f0d;
  color: #fff;
}
.grid-view .table thead th a {
  color: #fff;
}
.grid-view th {
  white-space: nowrap;
}
.grid-view a.asc:after, .grid-view a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
  font-size: 14px;
}
.grid-view a.asc:after {
  content: "\e151";
}
.grid-view a.desc:after {
  content: "\e152";
}
.grid-view .sort-numerical a.asc:after {
  content: "\e153";
}
.grid-view .sort-numerical a.desc:after {
  content: "\e154";
}
.grid-view .sort-ordinal a.asc:after {
  content: "\e155";
}
.grid-view .sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view div.kv-grid-container {
  position: relative;
  width: 100%;
}
.grid-view div.kv-grid-container > div.pjax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.grid-view tfoot td {
  background-color: #ececec;
}
.grid-view Internal Available tr.is_nominated_homestay input[type=checkbox],
.grid-view tr.is_parent_nominated input[type=checkbox] {
  display: none;
}

.myob_export {
  padding: 30px 5px 0 0;
}

/** End Gridview */
/** Images **/
.thumb-container {
  width: 222px;
  padding: 10px;
  height: 252px;
  margin: 0 13px 13px 0;
  float: left;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.thumb-container img {
  border-radius: 3px;
}
.thumb-container div {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.upload-image-container {
  padding-bottom: 50px;
}

.large-image-container {
  padding: 7px;
  float: left;
  margin: 15px 0;
  border: 1px solid #cecece;
  background-color: #fbfbfb;
}
.large-image-container img {
  margin-bottom: 15px;
}

/** Invoice */
th.quantity {
  width: 70px;
}

th.price-each {
  width: 100px;
}

th.total {
  width: 150px;
}

th.gst {
  width: 100px;
}

.field-invoice-paid {
  display: none;
}

.invoice-clonable {
  display: none;
}

/** Detailviews */
.detail-view {
  margin-bottom: 13px;
}
.detail-view th {
  width: 150px;
}

.detailview-columns {
  padding-top: 0;
}
.detailview-columns h2.view-group {
  margin: 0 0 13px;
}

/** /detailviews */
/** Edit groups */
form > div.row > div.col-md-6:first-child {
  padding-right: 0;
}

.field-bedroom-0-id,
.field-bedroom-1-id,
.field-bedroom-2-id {
  display: none;
}

/** Maps **/
.household-map {
  border: 1px solid #ddd;
  height: 169px;
}

body.map .navbar {
  margin-bottom: 5px;
}
body.map .well {
  margin: 0 -15px;
  border-radius: 0;
  padding: 19px 19px 9px;
}
body.map #map {
  margin: 0 -15px;
}
body.map .search-results {
  padding-right: 0;
  height: 27px;
  line-height: 27px;
}

/** Headers */
h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
}

h2.view-group {
  background-color: #bf1f0d;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 4px 8px;
  margin-bottom: 13px;
}
h2.view-group.blue {
  background-color: #172D75;
  padding: 10px 8px;
}

/** End Headers */
/** MISC text */
.txt-red {
  color: #bf1f0d;
}

.terms-scroll {
  height: 200px;
  overflow-y: scroll;
}

/** Modal **/
.bootstrap-dialog .bootstrap-dialog-message {
  font-size: 12px;
}

.bootstrap-dialog .bootstrap-dialog-title {
  font-weight: bold;
  font-size: 12px;
}

.bootstrap-dialog.type-warning .modal-header {
  background-color: #bf1f0d;
}

/** Registration since in iframe */
.register .form-horizontal .control-label {
  padding: 2px 0 5px 15px;
  width: 100%;
  text-align: left;
}

/** Registreation Wizard */
.register-wizard {
  font-family: "Open Sans", sans-serif;
  background-color: #dddddd;
}
.register-wizard .register-title {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-align: right;
  padding: 14px 0 0;
}
.register-wizard form > div.row > div.col-md-6:first-child {
  padding-right: 15px;
}
.register-wizard .wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
}
.register-wizard .wrap .container-fluid {
  padding: 0;
}
.register-wizard .masthead {
  padding: 20px;
  background: linear-gradient(to bottom, #4072b6 0%, #172d75 100%);
}
.register-wizard .masthead img {
  width: 200px;
  height: auto;
}
.register-wizard .steps-container {
  padding-bottom: 20px;
}
.register-wizard .steps-container .progress-bar {
  background-color: #172e74;
  border-radius: 4px;
}
.register-wizard .steps-container ul {
  list-style: none;
  overflow: auto;
  padding: 0;
  margin: 0;
}
.register-wizard .steps-container ul li {
  display: block;
  float: left;
  width: 16.6%;
  padding: 0 0 10px 6px;
}
.register-wizard .steps-container ul li.active {
  font-weight: bold;
  color: #172e74;
}
.register-wizard .steps {
  padding: 40px 20px;
}
.register-wizard .form-container {
  padding: 20px;
}
.register-wizard .form-container h2 {
  border-radius: 3px;
}
.register-wizard .form-container .form-control {
  padding: 8px;
  height: auto;
  border-radius: 3px;
  background-color: #f9f9f9;
}
.register-wizard .form-container .input-group .input-group-addon {
  border-radius: 3px 0 0 3px;
}
.register-wizard .form-container .input-group .form-control {
  border-radius: 0 3px 3px 0;
}
.register-wizard .field-student-terms_agree {
  border: 1px solid #cecece;
}
.register-wizard .text-padded {
  padding: 10px;
}

.photos-container {
  background-color: whitesmoke;
  padding: 20px 20px 20px 0;
  overflow: auto;
}
.photos-container .photo-container {
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
  max-width: 100%;
  width: 180px;
  display: block;
  float: left;
  margin: 0 0 20px 20px;
  border: 10px solid #fff;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.photos-container .photo-container .photo-frame {
  height: 180px;
  overflow-y: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  border-radius: 3px;
}
.photos-container .photo-container .photo-frame a {
  display: block;
  width: 100%;
  height: 180px;
}
.photos-container .photo-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.photos-container .photo-container .photo-date {
  clear: both;
  height: 25px;
  line-height: 30px;
  text-align: center;
}
.photos-container .photo-container .photo-controls {
  display: block;
}
.photos-container .photo-container .photo-controls div {
  display: block;
  width: 49%;
  float: left;
  flex: 1;
  padding: 4px;
  background-color: #bf1f0d;
  color: #fff;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px #8f0e00;
  font-size: 11px;
}
.photos-container .photo-container .photo-controls div.delete-btn-disabled {
  cursor: not-allowed;
  background-color: rgba(107, 26, 16, 0.4901960784);
  text-shadow: 1px 1px #955d56;
}
.photos-container .photo-container .photo-controls div:first-child {
  border-radius: 4px 0 0 0;
  margin: 0 1% 1% 0;
}
.photos-container .photo-container .photo-controls div:nth-child(2) {
  border-radius: 0 4px 0 0;
  margin: 0 0 1% 1%;
}
.photos-container .photo-container .photo-controls div:nth-child(3) {
  border-radius: 0 0 0 4px;
  margin: 1% 1% 0 0;
}
.photos-container .photo-container .photo-controls div:last-child {
  border-radius: 0 0 4px 0;
  margin: 1% 0 0 1%;
}

.blue .photos-container .photo-controls div {
  background-color: #172D75;
  text-shadow: 1px 1px #172D75;
}
.blue h2.view-group {
  background-color: #172D75;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 2px 12px;
  }
  .detailview-columns:not(.keep-padding) > .row div {
    padding-right: 0;
  }
  .detailview-columns:not(.keep-padding) > .row div:last-child {
    padding-right: 15px;
  }
  .detailview-columns:not(.keep-padding) > .row div:first-child {
    padding-right: 0;
  }
  .detailview-columns:not(.keep-padding) > .row div:only-child {
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
  .edit-group .form-group {
    padding: 8px 0 12px;
  }
  .inspector-card {
    padding: 20px 20px 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .form-control {
    height: 38px;
    padding: 9px 10px;
    font-size: 16px;
    border-radius: 0;
  }
  textarea.form-control {
    height: 128px;
  }
  h2.view-group {
    font-size: 16px;
    padding: 11px 15px;
  }
  h1 {
    margin: 20px 0;
    font-size: 20px;
  }
  .form-horizontal .control-label {
    text-align: left;
  }
  .form-horizontal .radio-inline {
    padding-bottom: 10px;
    margin-left: 15px;
    padding: 0 18px 0 3px;
    line-height: 15px;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 10px 14px;
  }
  .btn {
    padding: 8px 13px;
    font-size: 16px;
    border-radius: 3px;
    margin: 7px 0;
  }
  ul li {
    padding: 10px 0;
  }
  .navbar {
    margin-bottom: 0;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover {
    border-radius: 3px;
  }
  .navbar-nav > li {
    padding: 0 0 10px;
  }
  .navbar-nav > li > a {
    padding: 6px 12px;
  }
  .breadcrumb {
    margin: 0 -15px 11px;
    padding: 0 15px;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
  }
  .col-sm-12 {
    padding-right: 15px !important;
  }
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs > li {
    padding: 5px 0;
  }
  .nav-tabs > li > a {
    border-radius: 3px;
  }
  .nav-tabs > li.active > a, .nav-tabs .nav-tabs > li.active > a:hover, .nav-tabs .nav-tabs > li.active > a:focus {
    border-bottom-color: #ddd;
  }
  .nav.nav-mini {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    background-color: whitesmoke;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
  }
  .max-width-container {
    width: 100%;
    max-width: 100%;
  }
  .pagination > li > a, .pagination > li > span {
    padding: 6px 11px;
    margin-left: -1px;
  }
  .bootstrap-dialog .bootstrap-dialog-title {
    font-size: 16px;
  }
  .bootstrap-dialog .bootstrap-dialog-message {
    font-size: 16px;
  }
  .well .col-sm-3 {
    width: 50%;
  }
  .site-error {
    padding-top: 40px;
  }
  .logo-upper {
    padding: 0 0 0 4px;
  }
  .datepicker-dropdown {
    font-size: 12px;
  }
  .myob_export {
    padding: 0 0 15px;
  }
  .rc-handle-container {
    display: none;
  }
}
@media (min-width: 1025px) {
  .form-horizontal .control-label {
    padding: 5px 0 0 0;
  }
}
@media (max-width: 767px) {
  form > div.row > div.col-md-6:first-child {
    padding-right: 15px;
  }
  body {
    font-size: 16px;
  }
  .edit-group .control-label {
    padding-top: 10px;
  }
  .edit-group .form-group {
    padding: 8px 0 12px;
  }
  .well {
    padding: 10px 19px;
  }
  .col-md-6 {
    max-width: 100%;
    overflow-x: scroll;
  }
  .navbar-inverse.navbar {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
  }
  .navbar-inverse.navbar .navbar-collapse {
    background-color: #89170a;
    padding: 0 30px;
    z-index: 1;
    position: relative;
  }
  .navbar-inverse.navbar .navbar-toggle:hover, .navbar-inverse.navbar .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-inverse.navbar .navbar-toggle {
    border-color: #fff;
  }
  .register-wizard .form-container {
    padding: 20px 10px;
  }
  .register-wizard img {
    max-width: 100%;
  }
  .register-wizard .register-title {
    font-size: 13px;
  }
  .register-wizard .steps-container ul li {
    padding: 0 6px 10px 0;
    text-align: center;
  }
  .photos-container {
    padding: 10px;
    box-sizing: border-box;
  }
  .photos-container .photo-container {
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .nav-tabs.nav-mini {
    display: none;
  }
  .mobile-sub-menu {
    background-color: whitesmoke;
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
  }
  .mobile-sub-menu select {
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
}
@media (min-width: 1023px) and (max-width: 1024px) {
  .photos-container .photo-container {
    width: 210px;
  }
}

/*# sourceMappingURL=ozhomestay.css.map */
