/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Marcellus+SC');


/* Theme Elements */

a,
a:hover,
a:focus,
label {
  color: #163c68;
}


th,
th:hover,
.add-button,
.portlet-heading.bg-dropdown,
.panel-info > .panel-heading {
  background: #a4d65e;
}

table thead th a,
.table thead th a,
table th {
  color: #fff;
}

label,
.form-horizontal .control-label,
.control-label {
  display: block;
  margin: 10px 0 5px;
  text-align: left;
}

select {
  cursor: pointer;
}

.dropdown label {
  margin-top: 0;
}

.hidden-label label {
  opacity: 0;
}

.checkbox {
  margin: 0;
}

.btn {
  border-radius: 0;
}

.submit input {
  border-radius: 0;
}

.disable-click {
  color: #272727;
}

.add-button,
.add-button:hover,
.add-button:focus,
.add-button:visited {
  color: #fff;
}

.cta-btn {
  cursor: pointer;
  padding: 6px 20px;
  border-radius: 4px;
  box-shadow: 0 1px 0 #ccc;
  border: 1px solid rgba(62, 200, 69, 0.1);
}

.submit input,
.search-submit input {
  color: #fff;
  background: #163c68;
}

.edit-nav li .custom-save {
  background: #163c68;
}

.tab-background .card-box:hover {
  border-color: #163c68;
}

#form-builder .accordion-toggle:hover,
#edit-settings .accordion-toggle:hover,
#revision-accordion .accordion-toggle:hover {
  color: #163c68;
  border-color: #163c68;
}

.bg-dropdown {
  background: #e8e8e8;
}

form .required:after {
  display: none;
}

.btn-success {
  background-color: #a4d65e !important;
  border: 1px solid #a4d65e !important;
}

.btn-success:hover {
  background-color: #a4d65e !important;
  border-bottom-color: #a4d65e !important;
}

.btn-bordred.btn-success {
  border-bottom: 2px solid #a4d65e !important;
}

/* /Theme Elements */

/* Navigation */

.logo h2 {
  font-family: 'Marcellus SC', serif;
  text-shadow: none;
}

.navbar-default,
.bg-primary {
  background: #163c68 !important;
}

.side-menu,
.side-menu.left {
  background: #272727;
}

#sidebar-menu .waves-effect .waves-ripple {
  background: rgba(244, 244, 244, 0.4);
}

.sidebar-inner {
  background: #272727;
}

#sidebar-menu > ul > li > a,
#sidebar-menu > ul > li > a:hover,
#sidebar-menu .subdrop,
#sidebar-menu ul ul a:hover {
  color: rgba(255,255,255,.5) !important;
}

#sidebar-menu > ul > li > a:hover, #sidebar-menu ul ul a:hover {
  background: transparent;
}

#sidebar-menu ul ul a {
  padding: 10px 20px 10px 35px;
}

/* /Navigation */

/* Pagination */

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: #a4d65e;
  border-color: #272727;
  color: #fff;
}

/* /Pagination */

/* Overview */

.property-search-box .search-container,
.property-search-box .search-container .input,
.property-search-box .search-filters .input {
  width: 100%;
  margin: 0;
}

.property-search-box .filter-dropdown-icon .cta-btn {
  width: 100%;
  font-size: 20px;
  text-align: center;
}

.property-search-box .filters-dropdown .search-filters {
  float: left;
  width: 33.333%;
}

.search-filters .input,
.property-search-box .search-filters .input {
  padding-left: 0;
  padding-right: 0;
}

.property-search-box .ui-widget-content {
  border: none;
  background: #f0f2f3;
  margin: 10px 10px 0px;
}

.property-search-box .ui-slider .ui-slider-handle {
  cursor: pointer;
  background: #163c68;
  border: none;
}

.property-search-box .ui-slider-range {
  background: #e1e4e9;
}

.empty-label {
  min-height: 20px;
}

/* /Overview */

/* Properties */

.tab-background .input label {
  margin: 15px 0px 10px;
}

#find-postcode {
  width: 40%;
  vertical-align: top;
}

/* /Properties */

/* Profile Info */

.profile-details .row-header {
  border-bottom-color: #163c68;
}

.profile-details .cell-title {
  color: #000000;
}

.icing-feature {
  font-size: 1.5em;
  display: block;
}

.icing-feature i {
  font-size: 2em;
  vertical-align: middle;
  min-width: 50px;
  text-align: center;
}

.icing-modal {
  display: none;
}

/* /Profile Info */

.tenancyButton,
.tenancyButton:hover {
  line-height: 42px;
  float: right;
  background: #173c67;
  color: #FFF;
  font-weight: 600;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 5px;
}

.flash-message,
#flashMessage {
  padding: 12px;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 1em;
}

.flash-message.error,
#flashMessage.error {
  color: #D8000C;
  background-color: #facbce;
}

.flash-message.success,
#flashMessage.success {
  color: #4F8A10;
  background-color: #cae4af;
}

.flash-message.warning,
#flashMessage.arning {
  color: #9F6000;
  background-color: #f6dfbc;
}

.flash-message.message,
#flashMessage.message {
  color: #00529B;
  background-color: #c9e1f6;
}

/* Media Queries */

@media (max-width: 992px) {
  #type-table,
  #content-table,
  .type-table,
  .content-table {
    table-layout: auto;
  }

  .icing-feature {
    font-size: 1em;
  }

  .icing-feature i {
    font-size: 1.25em;
    min-width: 27px;
  }
}

@media (max-width: 767px) {
  /* Properties */
  .property-search-box .filters-dropdown .search-filters {
    width: 50%;
  }
  /* /Properties */
}

@media (max-width: 480px) {
  /* Properties */
  .property-search-box .filters-dropdown .search-filters {
    width: 100%;
  }
  /* /Properties */
}
