/* ==========================================================================
   Custom styles
   ========================================================================== */
body {
  /*
  font-family: 'Open Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Hind', sans-serif;
  */
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
body.app {
  background-color: #eee;
}
.browserupgrade {
  padding: 3px;
  text-align: center;
  background-color: #f0ad4e;
}
.btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-custom {
  background-color: #65ACE6;
  border-color: #4fa0e2;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
  background-color: #3994df;
  border-color: #3994df;
  color: #fff;
}
.btn-custom i.fa {
  margin-right: 5px;
}
a {
  color: #65ACE6;
}
a.btn-ico .fa,
input.btn-ico .fa,
button.btn-ico .fa {
  margin-right: 5px;
}
textarea {
  resize: vertical;
  min-height: 33px;
}
textarea.auto-grow {
  overflow: hidden;
}
.fa-txt {
  margin-right: 5px;
}
.p-0 {
  padding: 0!important;
}
.p-1 {
  padding: 1px!important;
}
.p-2 {
  padding: 2px!important;
}
.p-3 {
  padding: 3px!important;
}
.p-4 {
  padding: 4px!important;
}
.p-5 {
  padding: 5px!important;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.pv-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.pv-1 {
  padding-top: 1px!important;
  padding-bottom: 1px!important;
}
.pv-2 {
  padding-top: 2px!important;
  padding-bottom: 2px!important;
}
.ph-0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.pt-0 {
  padding-top: 0!important;
}
.pt-1 {
  padding-top: 1px!important;
}
.pt-2 {
  padding-top: 2px!important;
}
.pt-3 {
  padding-top: 3px!important;
}
.pt-4 {
  padding-top: 4px!important;
}
.pt-5 {
  padding-top: 5px!important;
}
.mh-0 {
  margin-left: 0!important;
  margin-right: 0!important;
}
.mt-0 {
  margin-top: 0!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.text-left-important {
  text-align: left!important;
}
.font-weight-bold {
  font-weight: bold;
}
.font-style-italic {
  font-style: italic;
}
.color-danger {
  color: #dc3545 !important;
}
.color-success {
  color: #00b140 !important;
}
.color-warning {
  color: #f0ad4e !important;
}
.color-info {
  color: #5bc0de !important;
}
.color-primary {
  color: #65ACE6 !important;
}
.bg-danger {
  background-color: #dc3545;
  color: #fff;
}
.bg-success {
  background-color: #00b140;
  color: #fff;
}
.label-empty {
  border: 1px solid #ccc;
  color: #000;
}
button.button-icon {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
}
label.btn {
  line-height: 29px;
  padding-left: 10px;
  padding-right: 10px;
}
label.btn input[type="checkbox"] {
  margin-top: 8px;
  float: left;
  margin-right: 6px;
}
.label-switch {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
}
.label-switch.label-switch-block {
  display: block;
  padding: 5px;
}
.label-off {
  background-color: #eee;
  color: #aaa;
}
.label-on {
  background-color: #FDCE30;
  color: #795e01;
}
.valign-middle {
  vertical-align: middle!important;
}
.top-area {
  margin-bottom: 15px;
}
.top-area .headline {
  float: left;
  margin: 0;
  font-size: 11px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.top-area .action-bar {
  float: right;
}
.top-area .form-group {
  margin-bottom: 0;
}
.top-area .btn-big {
  display: inline-block;
  padding: 10px 20px;
}
.form-action-bar {
  padding-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: right;
}
.form-action-bar .contract-action-bar {
  display: inline-block;
}
.form-action-bar .contract-action-bar .btn {
  margin-left: 15px;
}
.breadcrumb {
  padding: 0 12px;
  margin-bottom: 15px;
  background-color: transparent;
}
.form-group .checkbox,
.form-group .radio {
  margin-top: 7px;
  margin-bottom: 7px;
}
.form-modern.form-horizontal-fixed {
  margin-left: -15px;
  margin-right: -15px;
}
.form-modern .form-control:not(.default-style) {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: none!important;
  padding-left: 0px;
  padding-right: 0px;
  color: #000;
  border-style: dashed;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-modern .form-control:not(.default-style):focus,
.form-modern .form-control:not(.default-style):active,
.form-modern .form-control:not(.default-style):hover {
  box-shadow: none;
  color: #000;
}
.form-modern .form-control:not(.default-style):focus {
  background-color: #f7f7f7;
  padding-left: 10px;
  padding-right: 10px;
}
.form-modern .form-control:not(.default-style):not(.readonly):hover {
  border-color: #66afe9;
}
.form-modern label.control-label {
  display: inline-block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  color: #777;
  padding-top: 3px;
}
.form-modern label.control-label.top-border {
  border-top: 1px dashed #ccc;
  display: block;
}
.form-modern .form-control.btn-group .btn {
  line-height: 8px;
  font-size: 13px;
}
.form-modern .form-control.btn-group .btn input[type="radio"] {
  display: none;
}
.form-modern .multiselect-native-select .btn-group {
  width: 100%;
}
.form-modern .multiselect-native-select .btn-group > .btn.multiselect {
  display: inline-block;
  width: 100%;
  padding: 7px 4px;
  text-align: left;
  border: 0;
  border-bottom: 1px dashed #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-modern .multiselect-native-select .btn-group > .btn.multiselect:hover {
  background-color: transparent;
  color: inherit;
  border-color: #66afe9;
}
.form-modern .multiselect-native-select .btn-group > .btn.multiselect b.caret {
  float: right;
  margin-top: 8px;
}
.form-modern .multiselect-native-select .btn-group .multiselect-selected-text {
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.has-error .form-control {
  color: #dc3545 !important;
}
.icon-big {
  font-size: 18px;
}
.ellipsis {
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
label.control-label .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
}
label.control-label .checkbox label input[type="checkbox"] {
  margin-top: 2px;
}
.well {
  padding-left: 60px;
  position: relative;
  box-shadow: none;
}
.well.well-danger {
  border-left: 3px solid #d9534f;
}
.well.well-danger .fa {
  color: #d9534f;
}
.well.well-warning {
  border-left: 5px solid #f0ad4e;
}
.well.well-warning .fa {
  color: #f0ad4e;
}
.well.well-info {
  border-left: 5px solid #5bc0de;
}
.well.well-info .fa {
  color: #5bc0de;
}
.well .fa {
  position: absolute;
  top: 15px;
  left: 17px;
  font-size: 25px;
}
tr.inactive td {
  color: #aaa;
  font-style: italic;
}
tr.check-payed td {
  color: #aaa;
  font-style: italic;
}
.table-renter-checks i.fa {
  padding: 10px 0;
}
.table-renter-checks .btn-add-new-row {
  color: #00b140;
}
.nobreak {
  white-space: nowrap;
}
.initials-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #5bc0de;
  text-align: center;
  line-height: 30px;
  font-size: 11px;
}
.bs-callout {
  padding: 10px 15px;
  margin: 0;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h1,
.bs-callout h2,
.bs-callout h3,
.bs-callout h4,
.bs-callout h5,
.bs-callout h6 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout-danger {
  border-left-color: #dc3545;
}
.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6 {
  color: #dc3545;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6 {
  color: #5bc0de;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6 {
  color: #f0ad4e;
}
.bs-callout-success {
  border-left-color: #00b140;
}
.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4,
.bs-callout-success h5,
.bs-callout-success h6 {
  color: #00b140;
}
.bs-callout-primary {
  border-left-color: #65ACE6;
}
.bs-callout-primary h1,
.bs-callout-primary h2,
.bs-callout-primary h3,
.bs-callout-primary h4,
.bs-callout-primary h5,
.bs-callout-primary h6 {
  color: #65ACE6;
}
.table th {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  color: #777;
}
body {
  background: url(../img/background-4.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.flex-wrapper {
  margin: 30px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.2);
}
.section-content {
  background-color: #F8FAFB;
  padding: 0 25px 25px 25px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top: 1px solid #ddd;
}
.section-content .navbar-search {
  padding: 0;
  margin: 0 0 20px 0;
}
.section-content .navbar-search .form-group {
  display: inline-block;
  width: 100%;
  position: relative;
}
.section-content .navbar-search .form-group .form-control {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 0;
  width: 100%;
  padding-right: 40px;
  padding-left: 20px;
}
.section-content .navbar-search .form-group .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 12px;
  background: none;
  border: none;
  color: #ccc;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-content .navbar-search .form-group .btn-search:hover,
.section-content .navbar-search .form-group .btn-search:focus,
.section-content .navbar-search .form-group .btn-search:active {
  background: none;
  border: none;
  color: #000;
}
.section-content .navbar-sub {
  padding-right: 15px;
}
.section-content .navbar-sub > li {
  display: inline-block;
  float: left;
}
.section-content .navbar-sub a {
  padding: 5px 15px;
  color: #999;
}
.section-content .navbar-sub a:hover,
.section-content .navbar-sub a:focus,
.section-content .navbar-sub a:active {
  background: none;
}
.section-content .navbar-sub a:hover[href],
.section-content .navbar-sub a:focus[href],
.section-content .navbar-sub a:active[href] {
  color: #F5617A;
}
.section-content .navbar-sub .dropdown .dropdown-toggle {
  background: none;
  padding-right: 0;
}
.section-content .navbar-sub .dropdown .dropdown-toggle:hover,
.section-content .navbar-sub .dropdown .dropdown-toggle:focus,
.section-content .navbar-sub .dropdown .dropdown-toggle:active {
  background: none;
}
.section-content .navbar-sub .dropdown .dropdown-menu .dropdown-header {
  padding: 10px 15px;
}
.section-content .navbar-sub .dropdown .dropdown-menu li a i.fa {
  margin-right: 7px;
}
.boxed {
  padding: 15px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
}
.a-block {
  display: block;
}
.box-summary {
  padding: 10px 20px 20px 20px;
}
.box-summary .headline {
  font-size: 23px;
  margin: 0 0 8px 0;
}
.box-summary a {
  color: #999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 3px;
}
.box-summary a i.fa {
  font-size: 16px;
}
.box-summary a:hover,
.box-summary a:focus,
.box-summary a:active {
  text-decoration: none;
  color: #000;
}
td.empty {
  color: #ccc;
}
@media (max-width: 1400px) {
  .container-main {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .flex-wrapper {
    display: flex;
    height: 100%;
  }
  .flex-wrapper .section-navigation {
    flex: 0 0 auto;
    width: 230px;
  }
  .flex-wrapper .section-navigation .navbar-custom {
    width: 230px;
  }
  .flex-wrapper .section-content {
    flex: 1 1 auto;
    overflow: auto;
  }
  .section-content {
    padding: 20px 30px;
    border-radius: 0 15px 15px 0;
    border: 0;
    border-left: 1px solid #ddd;
  }
  .section-content .navbar-search {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .section-content .navbar-search {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .section-content .navbar-search {
    width: 65%;
  }
}
@media (min-width: 1400px) {
  .container-main {
    width: 1370px;
  }
}
/*# sourceMappingURL=app.css.map */