/* global selectors */

html {
  height: 100%;
  min-height: 100%;
}

body {
  background-position: center 80px;
  height: 100%;
  min-height: 100%;
}

a {
  color: #3d5a92;
}

h4 {
  margin-top: 10px;
  margin-bottom: 0;
}

textarea {
  max-height: auto;
}

.layout-fill input:focus::-webkit-input-placeholder { color:transparent; }
.layout-fill input:focus:-moz-placeholder { color:transparent; }
.layout-fill input:focus::-moz-placeholder { color:transparent; }
.layout-fill input:focus:-ms-input-placeholder { color:transparent; }

h2 {
  margin-top: 0;
  text-transform: uppercase;
}

form {
  margin-bottom: 0;
}

/* iframe {
    max-height: 167px;
    max-width: 100%;
} */

iframe {
  max-height: unset;
}

img {
  max-width: 100%;
}

#top {
  position: relative;
  /*margin-bottom: 20px;*/
}

.columns2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.columns2-item {
  width: 49%;
}

/* angular material fixes */

md-whiteframe {
  background: #fff;
  padding: 20px !important;
  min-height: 250px;
  min-width: 150px;
}

md-autocomplete {
  width: 100%;
}

md-autocomplete {
  min-width: 165px;
}

md-datepicker {
  height: 45px;
}

md-checkbox {
  margin-top: 3px;
}

.upload_photo::-webkit-file-upload-button {
  visibility: hidden;
}

md-input-container.md-block {
  margin-top: 5px;
  margin-bottom: 26px;
}
md-tab-content {
  padding-top: 20px;
  min-height: 385px;
}

md-radio-group {
  height: 20px;
}

md-radio-group.md-rad {
  padding-bottom: 45px;
  padding-left: 5px;
}

md-radio-button {
  padding-bottom: 15px;
  padding-left: 5px;
}

md-tabs .md-tab.md-active {
  background-color: #f26204;
  color: #ffffff;
  border-color: inherit!important;
  outline: none;
}

md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
  background-color: rgb(63, 81, 181);
  color: rgb(63, 81, 181);
}
/* md-input-container .md-input,
md-input-container > md-select {
  border-top: 1px solid rgba(63, 81, 181, 0.3);
  border-left: 1px solid rgba(63, 81, 181, 0.3);
  border-right: 1px solid rgba(63, 81, 181, 0.3);
  border-bottom: 1px solid rgba(63, 81, 181, 1);
  border-box: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
} */

md-input-container .md-placeholder,
md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  padding-left: 15px;
  color: inherit
}

[ng-view] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* common classes */

.auto-dash {
  height: 40px;
  width: 100%;
}

.g-captcha {
  display: flex;
  justify-content: center;
  width: auto !important;
  margin-bottom: 10px;
}

.ng-enter {
  z-index: 8888;
  -webkit-animation: scaleUp 0.3s both ease-in;
  -moz-animation: scaleUp 0.3s both ease-in;
  animation: scaleUp 0.3s both ease-in;
}

.row {
  margin-right: -5px;
  margin-left: -5px;
  display: table;
  width: 100%;
}

.flex-grow {
  flex-grow: 1;
}

.frame-lg {
  height: 600px;
  width: 600px;
}

.h-550 {
  height: 550px;
}

.new-info-frame {
  width: 840px;
  height: 730px;
}

/* .sharp-input {
    border: 1px inset #ccc;
}

.sharp-input input {
    border: 0;
} */

.frame-md2 {
  width: 640px;
  /*height: 580px; */
  /* height: 480px; */
}

.frame-md3 {
  width: 640px;
  /* height: 580px; */
}

.frame-md {
  width: 640px;
  /*height: 580px;*/
  /* height: 420px; */
}

.frame-sm {
  width: 450px;
  /* height: 420px; */
  height: 580px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.frame-sm2 {
  width: 585px;
  height: 807px;
  justify-content: center;
}

.frame-sm3 {
  height: 740px;
  width: 520px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.frame-xs {
  width: 450px;
  /* height: 325px;
  height: 650px; */
  justify-content: center;
  align-items: center;
}

.frame-lg,
.frame-md2,
.frame-md3,
.frame-md,
.frame-sm,
.frame-xs {
  max-height: 750px;
  width: 640px;
}

.button-mini {
  min-height: 20px;
  height: 20px;
  line-height: 20px;
  min-width: 50px;
  margin: 0;
  margin-right: 5px;
  margin-top: 5px;
}

.nowidth-x {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  overflow: hidden;
}

.clearfix {
  clear: both;
  display: table;
  content: "";
}

.nomarg-x {
  margin-right: 0;
  margin-left: 0;
}

.button-next {
  width: 100%;
}

/* padding */

.padd0 {
  padding: 0;
}

.padd50 {
  padding: 50px;
}

.padd15-15 {
  padding: 0 15px;
}

.paddr10 {
  padding-right: 10px;
}

.paddt5 {
  padding-top: 5px;
}

.paddt45 {
  padding-top: 45px;
}

.btn-plus {
  width: 45px !important;
  height: 45px !important;
}

/* margin */

.mgb50 {
  margin-bottom: 50px;
}
.mgt-10 {
  margin-top: -10px;
}
.mgt20 {
  margin-top: 20px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt35 {
  margin-top: 35px;
}

.mgt15 {
  margin-top: 15px;
}

.nomarg {
  margin: 0;
}

.mgt5 {
  margin-top: 5px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt0 {
  margin-top: 0;
}

.mgr10 {
  margin-right: 10px;
}
.mgl60 {
  margin-left: 60px;
}

.mgr5 {
  margin-right: 5px;
}

/* other */

.pointer-st {
  cursor: pointer;
}

.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

.icon-tooltip {
  position: absolute;
  top: 3px;
  right: 0;
}

.icon-tooltip:hover {
  cursor: pointer;
}

.icon-tooltip md-icon {
  color: red;
}

.text-left {
  text-align: left;
  margin-bottom: 46px;
}

.h20 {
  height: 20px;
}

.h580 {
  height: 580px;
}

.h620 {
  height: 620px;
}

.lower-case {
  text-transform: lowercase;
}

.full-width {
  width: 100%;
}

.items-unset {
  align-items: unset !important;
}

.full-page {
  width: 100%;
  height: 100%;
}

.half-width {
  width: 50%;
}

.full-page-flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.loading-bar {
  width: 100%;
  height: 100%;
  align-items: center;
  z-index: 3;
}

.loading-address {
  width: 400px;
  height: 500px;
}

.abdolute-position-for-share {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
}

.md-min-heigth-for-share {
  min-height: 466px;
}

.pdfFileGuid {
  width: 100%;
}

.scroll-guidlines-files {
  max-height: 115px;
  width: 600px;
  overflow-y: auto;
}

.pdfFileGuid label {
  margin: left;
}

.search-info-categories {
  height: 40px;
  width: 240px;
  margin: 0;
}

.phone-label {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}

.pdfGuidDelete {
  padding: 0 !important;
  z-index: 20;
  line-height: 25px;
  min-width: 0;
  min-height: 0;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);*/
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0, 0.25, 0.2);
  /*    transition-property: background-color,box-shadow,-webkit-transform;
transition-property: background-color,box-shadow,transform;*/
  /*background-color: red;*/
}

.info-quest-mark {
  margin-top: 0px;
  margin-left: 0px;
}

.shared-box {
  flex: 1;
  border-top: 1px solid #ddd;
  padding: 10px 0;
  max-height: 210px;
  overflow-y: auto;
}

.shared-box h3 {
  text-align: center;
}

.shared-box p {
  color: rgba(0, 0, 0, 0.4);
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  text-indent: 30px;
}

.share-builds > div {
  text-align: center;
}

.shared-control {
  display: flex;
  align-items: flex-start;
}

.shared-control .md-button {
  margin-top: 1px;
}

.shared-control md-input-container {
  flex: 1;
}

.gray-text {
  color: gray;
  font-size: 16px;
}

.logout-btn {
  display: flex;
}

/* header */

.logo {
  /* height: 125px;
	margin-top: 13px;
  height: 125px;
  margin-top: 40px;
  min-width: 151px;*/
  max-width: 183px;
  max-height: 152px;
}

#bottom {
  visibility: hidden;
}

.appartment-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.appartment-header {
  height: 40px;
}

.layout-fill {
  height: auto !important;
  overflow: hidden;
  background-size: cover;
}

.bg-day,
.bg-night,
.bg-day-blur,
.bg-night-blur {
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
  background-size: cover !important;
  background-position: center center !important;
}

/* .bg-day {
  background: url(../img/bg.jpg);
}

.bg-night {
  background: url(../img/bg-night.jpg);
}

.bg-day-blur {
  background: url(../img/bg.jpg);
}

.bg-night-blur {
  background: url(../img/bg-night.jpg);
} */

.ternant-controls button,
.ternant-controls a {
  width: 100%;
}

.button-submit {
  width: 33%;
  border-radius: 0;
  height: 75px;
  font-size: 16px;
  font-weight: bold;
}

/* main page */

.videoWrapper {
  text-align: center;
}

.videoWrapper iframe {
  max-width: 100%;
}

.button-autocomplete {
  margin-top: 0;
  height: 40px;
  min-width: 130px;
  display: block;
  margin-right: 0;
}

.fix-height {
  /* max-height: 440px; */
  border-top: 1px solid #eee;
  margin-bottom: 20px;
}

.text-disabled {
  color: #aaa;
  font-size: 16px;
}

.md-button .fa {
  margin-right: 5px;
  padding-top: 29px;
}
.md-button.md-raised:not([disabled]){
  box-shadow: none
}

.md-button{
  color: white;
}

/* login */

.h-740 {
  height: 740px;
}

.welcome-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.welcome-form-group {
  flex: 0 0 10%;
  margin-right: 20px;
  margin-left: 20px;
  cursor: pointer;
}

.login-block {
  padding: 10px;
  /* border-right: 1px solid #eee; */
  justify-content: space-between;
}

/* .login-fields {
  margin: 0 auto;
  min-width: 360px;
  width: 75%;
} */

.login-submit {
  /* padding-top: 15px; */
  text-align: center;
}

.login-block-header {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
}

.login-block-novalid {
  display: none;
  color: #888;
  font-size: 12px;
}

.another-role-novalid {
  color: #888;
  font-size: 12px;
}

.login-social {
  display: inline-block;
  text-align: center;
}

.btn-google {
  background-color:#ED6160 !important;
  color: #fff !important;
  display: inline-block;
}

.btn-facebook {
  background-color:#3D5A92 !important;
  color: #fff !important;
  display: inline-block;
}

.login-block {
  width: 100%;
}

/* .building-block {
    width: 100%;
} */
.login-block-existing {
  width: 100%;
  border-right: 0px solid #eee;
}

.login-or {
  margin-top: 30px;
  margin-bottom: 20px;
}

.email-check {
  max-width: 386px;
}

/* address */

.add-address-row {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.add-address-col {
  width: 48%;
}

.add-address-col1 {
  width: 55%;
}

.add-address-col2 {
  width: 35%;
}

.address {
  font-size: 16px;
}

.add-address-col2 #map {
  width: 320px;
  height: 220px;
  max-width: 100%;
}

.map-info {
  height: 200px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}

.map-info #map {
  width: 100%;
  height: 200px;
  max-width: 100%;
}

.add-address-header {
  margin-top: 0;
  font-weight: normal;
  height: 35px;
  overflow: hidden;
}

.add-address-btn {
  height: 35px;
  margin-top: -4px;
  margin-right: 0;
}

.add-parking-btn {
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}

.address-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* drag and drop */

.draganddrop-zone {
  /* width: 100%;
    height: 150px; */
  /* border: 2px dotted #eee; */
  display: flex;
  text-align: center;
}

.draganddrop-zone.hover {
  background: #ddd;
  border-color: #aaa;
}

.draganddrop-zone.error {
  background: #faa;
  border-color: #f00;
}

.draganddrop-zone.drop {
  background: #afa;
  border-color: #0f0;
}

/* .draganddrop-zone div {
    width: 100%;
    margin-top: 70px;
    height: 0;
    color: #999;
} */

.load-photo-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  width: 50%;
}

.photo-preview {
  width: 50%;
  height: 40px;
  display: block;
}

.btn-load-img {
  height: 40px;
}

/* building preview */

.build-preview {
  border: 1px solid #eee;
  position: relative;
}

.md-toolbar-tools > .md-button:last-child,
.md-toolbar-tools > md-menu:last-child {
  margin-right: 8px;
}

.build-preview img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}

.build-preview {
  width: 50%;
  height: 280px;
}

/* .building-block {
    padding: 10px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.building-block-header h3 {
    margin-top: 0;
    margin-bottom: 10px;
} */

/* .building-block-img {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
} */

/* .building-block-img img {
    max-width: 100%;
    max-height: 280px;
    width: auto;
	border: 2px solid #246098;
} */

.build-info form {
  /*min-height: 100%;*/
  min-height: 575px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

/* tenant */

.info-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}

.tabs-350 {
  min-height: 350px !important;
}

.ternant-controls {
  padding: 10px 10px;
  border-left: 1px solid #eee;
  width: 50%;
  padding-top: 0;
}

.ternant-controls a {
  margin-bottom: 3px;
}

.move-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ready question */

.ready-question {
  /* position: relative; */
  width: 430px;
  margin: 0 auto;
  text-align: center;
}

.ready-question md-content {
  background-color: #fff;
}

.ready-question .ready-buttons button:first-child {
  margin-right: 75px;
}

/* questionnaire */

.building-wrapper,
.building-wrapper img {
  max-width: 100%;
  max-height: 220px;
}

.building-wrapper.mgb20 img {
  max-height: 150px;
}

.select2 {
  width: 145px;
  margin-left: 8px;
  font-size: 16px;
}

.timepicker {
  margin-bottom: 20px;
  display: block;
}

.timepicker .timepicker-icon {
  display: inline-block;
  cursor: pointer;
  margin: -4px 0 0 -1px;
}

.timepicker .select2 {
  display: inline-block;
}

.timepicker md-input-container {
  width: 252px !important;
}
.timepicker md-select {
  float: right;
  width: 198px;
}
.timepicker md-select[aria-expanded="true"] ~ .timepicker-icon > md-icon {
  color: #006198 !important;
}
.timepicker md-select[aria-expanded="false"] ~ .timepicker-icon > md-icon {
  color: rgba(0,0,0,0.54) !important;
}
md-datepicker > .md-button.md-icon-button md-icon.md-datepicker-calendar-icon {
  color: rgba(0,0,0,0.54);
}
md-datepicker.md-datepicker-open > .md-button.md-icon-button md-icon.md-datepicker-calendar-icon {
  color: rgb(0,97,152);
}

.move-form .icon-tooltip {
  position: absolute;
  top: 8px;
  right: -10px;
}

.move-form {
  position: relative;
  width: 285px;
  margin: 0 auto;
}

.move-form .md-datepicker-input-container {
  width: 200px;
}

.move-form md-input-container {
  width: 200px;
}

.md-datepicker-triangle-button.md-button.md-icon-button {
  right: 8px;
}

.timepicker-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.step2-wrapper {
  width: 100%;
}

/* building dashboard */

.dashboard-header {
  display: -webkit-box;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

.dashboard-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .manager-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */
.build-frame {
  height: 700px;
}

@media (max-width:  1364px) {
  .welcome-form{
    margin-top: 90px;
    margin-bottom: 40px;
  }
  .welcome-form-group{
    margin-top: 40px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .build-frame {
    height: 700px !important;
  }
}

@media (min-width: 600px) {
  .manager-wrapper2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
  }
}

.dashboard-header h2 {
  margin: 18px 10px 5px 0;
}
.build-btn > button {
  padding: 0 50px;
}
@media (max-width: 600px) {
  .build-header {
    text-align: center;
  }
  .build-btn {
    margin: 5px 0;
  }
}

.dashboard-header md-select {
  min-width: 150px;
}

/* add building */

.building-card {
  margin-bottom: 10px;
  min-height: 75px;
}

.btn-add {
  min-width: 60px;
  width: 60px;
  margin-right: 0;
}

.appartment-card {
  margin-bottom: 10px;
}

.building-card:last-child {
  margin-bottom: 0;
}

.card-img {
  padding: 0;
}

.card-img h3 {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.card-img md-icon {
  font-size: 50px;
  height: 50px;
  width: 50px;
}

.card-header {
  padding: 0 20px;
  border-right: 1px solid #eee;
  margin-right: 20px;
}

.card-wrapper {
  border-bottom: 1px solid #eee;
}

.complex-b-wrapper {
  height: 135px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.card-header h3,
.card-header p {
  margin: 0;
}

.select-plan-size {
  width: 900px;
  height: 588px;
}

.plan-frame {
  height: 680px !important;
}

.building-card-wrapper {
  height: auto;
  border: 1px solid #eee;
  padding: 5px;
  width: 100%;
}

.appartment-card-wrapper {
  height: 390px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 5px;
  width: 100%;
}
.apartment-input {
  border-bottom: 1px solid rgba(63, 81, 181, 1) !important;
}

.ap-label {
  display:flex;
  align-items:center;
  justify-content: center;
  height: 208px;
}

.appartment-card .as-level a {
  cursor: pointer;
}

.as-manually .layout-row {
  margin-top: 15px;
}

.unlim-sms {
  margin-top: 20px;
  justify-content: space-around;
  text-align: center;
  width: 385px;
  margin: 20px auto;
  margin-bottom: 0;
}

.unlim-sms .paddt5 {
  margin-right: 10px;
  margin-left: 10px;
  white-space: nowrap;
}

.card-actions {
  max-width: 400px;
}

.description-block {
  border: 1px solid #eee;
  padding: 10px;
  max-width: 100%;
  margin-top: 25px;
  position: relative;
}

.many_pdf {
  position: relative;
}

.description-block h4 {
  margin-top: 0px;
}

.description-block .btn-delete {
  position: absolute;
  top: -5px;
  right: -7px;
}

.description-block .btn-upload-pdf {
  position: absolute;
  top: -5px;
  right: 25px;
}

.description-block .btn-spell-check {
  position: absolute;
  top: -5px;
  right: 60px;
}

.description-block .btn-delete-pdf {
  position: relative;
  top: -5px;
  right: 50px;
}

.description-block .name-pdf {
  width: 80%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}

.description-block .btn-view-pdf-tenant {
  color: black !important;
}

.description-block .name-pdf-tenant {
  position: absolute;
  top: 7px;
  right: 40px;
  width: 70%;
  text-align: right;
}

.description-block .material-icons {
  color: #999 !important;
}

.description-scroll {
  max-height: 470px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: block;
  -webkit-overflow-scrolling: touch;
}

.description-scroll-additemail {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /*position: relative;*/
  display: block;
  -webkit-overflow-scrolling: touch;
}

.description-scroll-notif-mail {
  height: 85%;
  overflow-x: hidden;
  overflow-y: auto;
  /*position: relative;*/
  display: block;
  -webkit-overflow-scrolling: touch;
}

/* Congratulations */
.cong-flex-cont {
  display: flex;
  align-content: center;
  justify-content: center;
}
.cong-h3 {
  font-size: 1.4em;
}
.cong-build-img {
  display: block;
  border: 2px solid #246098;
}

.cong-mess {
  text-align: center;
}

/* notify */

.bg-tr {
  background: transparent;
}

.notification-wrapper {
  width: 100%;
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.notify-send {
  margin-right: 10px;
}

.notify-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center
}

.notify-wrapper {
  margin-top: 20px;
  border: 1px solid #eee;
  padding: 20px;
  max-height: 320px;
  overflow: auto;
  width: 100%;
}

@-moz-document url-prefix() {
  .ta-editor {
    height: 300px;
  }
}

.notify-editor .ta-editor {
  height: 180px;
  margin-bottom: 0;
  word-wrap: break-word;
}

.notify-editor .btn-toolbar {
  display: block;
  margin-left: -5px;
  height: 61px;
  overflow: hidden;
  display: block;
}

/* reports */

.ta-right {
  text-align: right;
}

.reports-wrapper {
  width: 100%;
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reports-input {
  width: 100%;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin-left: -14px;
  margin-right: 12px;
  padding-right: 15px;
}

.md-datepicker-input-container {
  margin-left: 0px !important;
}

.reports-select {
  width: 100%;
}

.reports-input h4 {
  white-space: nowrap;
  margin-right: 10px;
}

.reports-input .reports-select {
  margin-top: 0px;
}

.reports-table {
  height: 255px;
  overflow: auto;
}

.report-subheader {
  font-size: 16px;
  color: #999;
  display: block;
}

.reports-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.reports-form .text-center {
  width: 100%;
}
.reports-form .reports-content {
  width: 100%;
}

.reports-table table td {
  line-height: 22px !important;
}

/* as grid */

.as-col {
  width: 50%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}

.as-col2 {
  width: 50%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}

.as-col3 {
  width: 30%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 53px;
}

.as-col4 .as-img {
  width: 60px;
  padding-top: 0;
  height: 60px;
}

.as-img img {
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
  max-width: 100%;
  transition: 0.3s all;
  height: 60px;
  width: 60px;
  max-height: 90%;
}

.appartment-card2:hover .as-img img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.as-col4 .as-manually {
  text-align: center;
  padding-top: 20px;
}

.as-col4 {
  width: 70%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
  border-right: 1px solid #eee;
}

.as-col3 button {
  margin: 0 auto;
}

.as-img {
  width: 35%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  padding-left: 5px;
}

.as-manually md-input-container {
  margin-bottom: 0;
  margin-top: 0;
}

.appartment-card {
  padding: 10px 0 !important;
  height: auto;
  min-height: auto;
  position: relative;
}

.appartment-card2 {
  padding: 5px 0 !important;
  min-height: auto;
  margin-bottom: 5px;
}

.appartment-card2:hover {
  background-color: #f4f5f6;
}

.appartment-card .remove-level {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 38px;
}

/* .as-level {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  position: relative;
  padding: 5px;
  padding-right: 20px;
  border-radius: 3px;
  margin: 0 5px;
  height: 15px;
  margin-top: 10px;
  top: -5px;
} */

.as-add-building {
  width: 200px;
}

.as-left h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

/* .as-level i {
  position: absolute;
  background-color: #aaa;
  font-size: 15px;
  color: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 5px;
} */

/* .as-level i:hover {
  background-color: rgba(63, 81, 181, 1);
} */

.mgb0 {
  margin-bottom: 0 !important;
}

.as-added {
  padding: 10px;
  padding-top: 0;
  flex-wrap: wrap;
}

#bottom {
  height: 1px;
  min-height: 1px;
}

.ab {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.select-width {
  width: 181px;
}

.select-ap {
  border-top: 1px solid rgba(63, 81, 181, 0.3);
  border-left: 1px solid rgba(63, 81, 181, 0.3);
  border-right: 1px solid rgba(63, 81, 181, 0.3);
  border-bottom: 1px solid rgba(63, 81, 181, 1);
  border-box: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.select-width-half {
  width: 98px;
}

.step2-form {
  width: 260px;
  margin: 0 auto;
}

.md-datepicker-input {
  font-size: 0.875rem;
}

md-list-item.md-3-line,
md-list-item.md-3-line > .md-no-style {
  min-height: 40px;
}

.guidlines-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 600px;
}

.guidlines-wrapper h2 {
  text-align: center;
}

.guidlines-text {
  overflow: auto;
  margin-bottom: 10px;
  padding-right: 16px;
  height: 70%;
  word-wrap: break-word;
}
.guid-lines-editor .ta-editor {
  height: 368px !important;
  max-width: 600px;
  word-wrap: break-word;
}

.add-emails-size {
  /*max-height: 718px;*/
  width: 945px;
}

.add-em-flex-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-em-welc-text {
  width: 83%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 0.875rem;
}

.add-em-email-cont {
  height: 435px;
}

.scroll-add-email {
  height: 100%;
  width: 400px;
}

.add-em-button {
  width: 91%;
  border: 2px solid #f26204;
  color: #f26204 !important;
  background: transparent !important;
  font-weight: bold !important;
}
.add-em-but-icon {
  color: #f26204 !important;
  font-weight: bold !important;
}
.add-em-dis-underline {
  border-bottom: 1px solid rgba(201, 206, 233);
}

.flex1 {
  flex: 1;
  height: 50%;
}
.flex1 .guidlines-text {
  height: 82%;
}

.phone-wrapper {
  width: 100%;
  padding: 0 20px;
}

.phone-wrapper md-input-container {
  width: 300px;
}

.internal_buttons md-tabs-wrapper md-tabs-canvas,
.internal_buttons md-tabs-wrapper md-tabs-canvas md-pagination-wrapper {
  height: 22px;
}

.internal_buttons md-tabs-wrapper md-tabs-canvas md-tab-item {
  line-height: 20px;
  padding: 1px 24px;
}

.del_email {
  cursor: pointer;
  outline: none;
}

.del_email:hover {
  color: red;
}

.md-emails-height {
  min-height: 486px;
  display: flex;
  flex-direction: column;
}

.md-pre-loader-share {
  margin: 0 auto;
}

/* Time-settings.html */

.time-settings {
  overflow: auto;
  display: flex;
  justify-content: end;
}

.time-settings form {
  min-width: 330px;
}

.time-settings form h5 {
  width: 450px;
}

.time-settings form div.reports-content {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}
.time-settings-h {
  flex-wrap: nowrap;
}

.time-settings-h span {
  width: 40px;
  height: 40px;
  border: solid 1px;
  border-left: 0;
}

.time-settings-h span:first-child {
  width: 155px;
  border-left: solid 1px;
}

.time-settings-lc {
  width: 157px;
  font-size: 0.875rem;
}

.time-settings-lc span {
  width: 100%;
  height: 40px;
  border: solid 1px;
  border-top: 0;
}

.time-settings-rcl {
  border-right: solid 1px;
}

.time-settings-rcl md-input-container {
  border-bottom: solid 1px;
  margin: 0 !important;
  padding: 0;
}

.time-settings-rcl,
.time-settings-rcl md-input-container,
.time-settings-rcl span {
  width: 40px;
}

.time-settings-rcl span {
  height: 40px;
  text-align: center;
  font-size: 21px;
  color: transparent;
  outline: none;
  user-select: none;
  cursor: pointer;
}
.time-settings-h span,
.time-settings-lc span,
.time-settings-rcl span {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Notifications.html */

/* .notification-input {
  width: 90% !important;
} */
.notification-button {
  width: 35px;
  min-width: 35px !important;
  margin-top: -1px;
}
md-content.notification-content div.md-errors-spacer {
  position: absolute;
  top: 40px;
  right: 10%;
}
.spellchecker-incorrectwords {
  right: inherit !important;
  padding-top: 15px;
}

/* Building.html */

.mgl60i {
  margin-left: 60px !important;
}

/* media */

@media (max-width: 767px) {
  body {
    background-size: auto;
  }
  /* .min-white-box {
        height: auto !important;
    } */
  .frame-md,
  .frame-sm,
  .frame-xs,
  .frame-lg,
  .frame-md2,
  .frame-md3,
  .frame-xs2,
  .frame-md3,
  .frame-sm2 {
    width: 100%;
    height: auto;
    min-width: 300px;
  }
  .frame-md2 {
    min-width: 480px;
  }
  .full-page {
    height: auto;
  }
  .add-address-row {
    flex-direction: column;
  }
  .add-address-col1,
  .add-address-col2 {
    width: 100%;
  }
  .iframe {
    width: 100%;
    max-width: 280px;
  }
}

.flex1 {
  flex: auto;
}

.mgb0 {
  margin-bottom: 0;
}

.subheader {
  font-weight: normal;
  margin-top: 0;
}

.fullscreen-dialog md-toolbar,
.fullscreen-dialog .md-toolbar-tools {
  max-height: 50px;
  overflow: hidden;
  min-height: 50px;
}

@media (max-width: 601px) {
  /* .min-white-box {
        margin: 0 auto;
    } */
  .positionAbs {
    position: relative;
  }
  .ab {
    height: auto;
  }
  .building-card-wrapper {
    border: 0;
    padding: 0;
  }
  .ternant-controls {
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
  }
  .login-block {
    padding: 0;
    border: 0;
  }
  .login-block,
  .building-block {
    width: 100%;
  }
  .building-block {
    padding: 0;
  }
  .ternant-controls {
    border: 0;
  }
  .mgb50 {
    margin-bottom: 10px;
  }

  md-whiteframe {
    justify-content: center;
    display: block;
    min-width: 280px;
    min-height: 300px;
  }
  form {
    width: 100%;
  }
  iframe {
    width: 100%;
    max-width: 280px;
    max-height: 50vh;
    margin: 0 auto;
  }
  .add-address-col2 iframe {
    width: 100%;
    max-width: 90vw;
  }
  .card-header {
    text-align: center;
    border: 0;
    padding: 0;
  }
  #bottom {
    height: 1px;
    min-height: 1px;
  }
  md-toolbar > .md-whiteframe-z2 {
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: none;
    padding-bottom: 10px;
  }
  .logo {
    margin-top: 0;
  }
  .as-col,
  .as-col2,
  .as-col4,
  .as-col3 {
    width: 100%;
  }
  .as-col3 button {
    width: 100%;
  }
  .as-col4 {
    border: 0;
  }
  #top {
    min-height: 190px;
  }
  .guidlines-text,
  .guidlines-wrapper {
    height: auto;
  }
  .byilding-check-mark {
    font-size: 12px;
  }
  .building-page-loader {
    width: 100% !important;
    height: auto !important;
  }
  md-toolbar > .md-whiteframe-z2 {
    min-height: auto;
  }
  .mgb10 {
    margin-bottom: 10px !important;
  }
  .building-card {
    min-height: 170px;
  }
  .unlim-sms {
    padding-left: 10px;
    width: 100%;
  }
  .unlim-sms .paddt5 {
    white-space: normal;
  }
  .building-card {
    min-width: 100%;
    box-sizing: border-box;
  }
  .justify-between {
    flex-direction: column;
  }
  .appartment-card-wrapper {
    max-width: 100%;
  }
  .app-select {
    max-width: 100%;
  }
  .appartment-card {
    min-width: 87%;
  }
  .card-wrapper {
    flex-direction: column;
  }
  .appartment-card-wrapper {
    height: auto;
  }
  .card-header {
    margin-right: 0;
    width: 100%;
  }
  /* .upload-row {
        flex-direction: column;
    } */
  .draganddrop-zone,
  .upload-or {
    display: none;
  }
  .load-photo-row,
  .build-preview {
    width: 100%;
  }
  .build-preview {
    max-height: 30vh;
  }
  /* .login-submit {
    margin-bottom: 20px;
  } */
  .layout-column-sm {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: column;
  }
  .ternant-controls button,
  .ternant-controls a {
    margin-left: 0;
  }
  .dashboard-header {
    flex-wrap: wrap;
  }
  .dashboard-header h2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .dashboard-header .md-button,
  .dashboard-header md-input-container,
  .dashboard-header md-select {
    width: 100%;
  }
  .as-img,
  .as-manually {
    padding: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .notification-wrapper {
    display: block;
  }
  .reports-table {
    height: auto;
  }
  .reports-input {
    flex-wrap: wrap;
  }
  .reports-wrapper {
    height: auto;
  }
}

.tenant-form-wrapper .login-submit .md-button {
  margin: 5px 8px;
  width: 33%;
  height: 75px;
}

@media (max-width: 599px) {
  .button-autocomplete {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
}

@media (max-width: 600px) and (min-width: 505px) {
  .frame-sm,
  .frame-xs,
  .frame-md {
    width: 505px;
  }
}

@media (max-width: 600px) and (min-width: 400px) {
  .frame-sm,
  .frame-xs,
  .frame-md {
    width: 380px;
  }
}

/* MIN */

@media (min-width: 601px) {
  .build-preview {
    margin-right: 20px;
    display: flex;
    align-items: center;
  }
  .notify-emails {
    height: 105px;
  }
  .notify-phones {
    height: 320px;
  }
  .notify-phones .notify-wrapper {
    height: 322px;
  }
  .notify-emails .notify-wrapper {
    height: 322px;
  }
  .image-md {
    max-height: 260px;
    max-width: 100%;
  }
  .none-dinamic-neight md-tab-content {
    height: 370px;
  }
}

@media (min-width: 480px) {
  md-whiteframe {
    min-width: 450px;
  }
}

@media (max-width: 480px) {
  .frame-md2 {
    min-width: 320px;
  }
}

/* HEIGHT */

@media (max-height: 600px) {
  h2 {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .building-wrapper,
  .guidlines-wrapper {
    padding-top: 30px;
  }
  .ternant-controls {
    padding-left: 0;
    padding-right: 0;
  }
  .manager-wrapper {
    height: auto;
  }
  .notification-wrapper {
    height: auto;
  }
}

@media (min-height: 600px) {
  .frame-fh {
    /* height: calc(100% - 100px) */
  }
  .ta-editor {
    height: calc(100% - 200px);
    overflow-y: auto;
    margin-bottom: 10px;
  }
}

/* animate */

/* scale up */

@keyframes scaleUp {
  from {
    opacity: 0.3;
    transform: scale(0.6);
  }
}

@-moz-keyframes scaleUp {
  from {
    opacity: 0.3;
    -moz-transform: scale(0.6);
  }
}

@-webkit-keyframes scaleUp {
  from {
    opacity: 0.3;
    -webkit-transform: scale(0.6);
  }
}

.button-fullsize {
  float: right;
  margin-top: -10px;
}

md-dialog.fullscreen-dialog {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.modal-block {
  padding: 20px;
}

.positionRelative {
  position: relative !important;
  padding-bottom: 60px !important;
}

.positionAbs {
  bottom: 3% !important;
  position: absolute !important;
}

.button-center {
  margin: 10px auto;
  width: 280px;
  display: block;
}

.md-datepicker-input-container {
  border: 1px solid #000;
  height: 31px;
  padding: 0px;
  box-sizing: border-box;
  margin-left: 10px;
  border-top: 1px solid rgba(63, 81, 181, 0.3);
  border-left: 1px solid rgba(63, 81, 181, 0.3);
  border-right: 1px solid rgba(63, 81, 181, 0.3);
  border-bottom: 1px solid rgba(63, 81, 181, 1);
  border-box: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
  width: 145px;
}

.md-datepicker-triangle-button {
  top: 6px;
}

.md-datepicker-input {
  font-size: 16px;
  height: 100%;
  width: 100%;
  padding: 0 0 0 3px;
  cursor: pointer;
}

.md-datepicker-open .md-datepicker-input-container {
  border: 0px;
}

.md-datepicker-triangle-button.md-button.md-icon-button {
  right: 3px;
}

.md-select-value .md-select-icon:after {
  top: 0;
}
.timepicker .md-select-value .md-select-icon:after {
  margin-top: 5px;
  right: -3px;
  font-size: 16px;
}

.tenant-form-wrapper {
  width: 100%;
  display: inherit;
}

.how-tenant-button-wrapper {
  padding: 20px 0px;
  width: 100%;
  text-align: center;
}

.how-tenant-button-wrapper > div {
  display: inline;
  margin: 0px 4px;
}

.how-tenant-button-wrapper div button {
  display: inherit;
  height: 50px;
  width: 195px;
  font-size: 13px;
}

.how-tenant-button-up {
  width: 100%;
  text-align: center;
  height: 0px;
  display: none;
}

.how-tenant-button-up div {
  display: inline;
  margin: 0px 4px;
}

.how-tenant-button-up div button {
  display: inherit;
}

.contact-details-wrapper {
  width: 90%;
  margin: 0 auto;
}

.contact-details-wrapper button {
  width: 100%;
  margin: 0;
}

.building-page-loader {
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.building-page-loader md-autocomplete {
  margin: 15px 0px;
}

.building-page-loader .byilding-check-mark {
  margin: 0px 0px 15px 0px;
  width: 100%;
}

.appartment-in-building-wrapper button {
  width: 100%;
  margin: 0;
}

/* .min-white-box {
    height: auto;
    width: 300px;
    min-height: auto;
    border: 1px solid #006198;
} */

/* .min-white-box h2 {
    color: #006198;
    font-size: 30px;
    margin-bottom: 15px;
} */

.block-relative {
  position: relative;
}

.contact-as-block {
  display: flex;
  position: absolute;
  right: 0%;
  color: white;
  font-weight: bold;
  font-size: 20px;
  background-color: #4f75b4;
  height: 80px;
  width: 260px;
  justify-content: center;
  align-items: center;
}

.contact-as-block label {
  margin: 3px 0px;
  display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}

.notification-white-frame {
  /*height: 628px;*/
}

.inform-cat-download-button {
  min-width: 35px;
  padding: 6px;
  text-align: center;
}

.custom-div .md-resize-wrapper {
  width: 100%;
}

.menager-dashboard-menu .md-button {
  margin: 7px 8px;
}

.position-relative {
  position: relative;
}

.message-tooltip {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  top: -30px;
  right: 9px;
  font-size: 11px;
}

/* Terms frame */

.terms {
  overflow-y: auto;
  max-height: 80%;
}
.terms strong {
  font-weight: bold;
}
.terms-guidelines {
  overflow-y: auto;
  max-height: 80%;
  text-align: center;
}

.terms-guidelines p {
  color: red;
}

.terms-guidelines ul li {
  text-align: left;
}

.terms-conditions {
  cursor: pointer;
  position: relative;
  top: 1px;
}

.terms-cond-privacy {
  font-size: 0.75rem;
  text-align: center;
}
.counter_main {
  counter-reset: main;
  list-style-type: none;
}
.counter_main > li {
  counter-increment: main;
}
.counter_main > li:before {
  content: counter(main) ".";
  position: absolute;
  left: 8px;
}
.counter_main > li > p {
  padding-left: 15px;
}
.counter_sub {
  list-style-type: none;
  counter-reset: sub;
}
.counter_sub > li:before {
  counter-increment: sub;
  content: counter(main) "." counter(sub);
  position: absolute;
  left: 22px;
}
/* new styles */

@media (max-width: 600px) {
  .button-row {
    white-space: normal;
    line-height: 1;
    min-height: 45px;
    display: flex;
  }
  .notify-buttons {
    flex-wrap: wrap;
  }
  .notify-editor .btn-toolbar {
    height: auto;
  }
  .notification-white-frame {
    height: auto;
  }
  .buttons-back {
    flex-direction: column;
    /* height: 200px; */
    justify-content: flex-start;
  }
  .columns2-item {
    width: 100%;
  }
  .tenant-form-wrapper {
    display: block;
  }
  .mobile-input input,
  .mobile-input label,
  .mobile-label {
    font-size: 18px !important;
  }
  .building-block {
    display: block;
  }
  .layout-row .md-errors-spacer {
    min-height: 15px;
  }
  .layout-row md-input-container:not(.select2) {
    width: 100%;
  }
  .appartment-card .remove-level {
    top: -8px;
  }
  .menager-dashboard-menu .md-button {
    margin-left: 0;
    margin-right: 0;
  }
  .guidline-controls {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.minh80 {
  min-height: 80px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}

@media (min-width: 602px) {
  #top .md-toolbar-tools {
    position: absolute;
    background-color: #fff;
    height: 160px;
    max-height: 160px;
    z-index: -1;
  }
}

.appartment-wrapper .buttons-back {
  height: auto;
}

.popover.fade.bottom {
  max-width: 100% !important;
  display: none;
}

@media (max-width: 1061px) and (min-width: 602px) {
  #top .md-button {
    white-space: normal;
    line-height: 1;
    display: flex;
    font-size: 12px;
  }
}

.manager-wrapper md-select {
  max-width: 290px;
}

#welcome {
  max-height: initial !important;
  max-width: initial !important;
}
.switch_role {
  display: flex;
  flex-direction: column;
}
#switchRole {
  width: 100%;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}
/* #switchRole:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} */

/* New design */
* {
  font-family: "Montserrat";
  font-weight: 400;
  color: inherit
}

b {
  font-weight: 600 !important;
}

b i {
  font-weight: 600!important;
}

b u {
  font-weight: 600!important;
}

a {
  text-decoration: none;
}

md-whiteframe {
  position: relative;
  z-index: 10;
  background: #fff;
  min-width: 300px;
  min-height: 400px;
  flex-direction: column;
  align-items: center;
  /*border: 2px solid #4f75b4;*/
  box-shadow: 0px -5px 40px #A9A9A9
}
.name-and-photo {
  max-width: 750px;
  width: 100%;
}

.draganddrop-zone img {
  max-width: 98%;
  max-height: 98%;
}

.photo-small {
  margin: 30px 0px 40px 0px;
}

.welcome-btn {
  width: 415px;
  height: 415px;
  transition: 0.25s;
}

.welcome-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.welcome-btn hr {
  width: 70px;
  border: none;
  color: #4f75b4;
  background-color: #4f75b4;
  height: 2px;
  margin-top: 25px;
}
.welcome-btn:hover {
  background-color: #4f75b4;
  transform: scale(1.05);
}

.welcome-btn:hover h2 {
  color: white;
}
.welcome-btn:hover hr {
  color: white;
  background-color: white;
}

.manager-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.dashboard-header {
  margin: 0px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.dashboard-header h2 {
  line-height: 34px;
  font-size: 24px;
  font-size: 24px;
  text-transform: unset;
  margin: 0px;
}
.building-selector {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%;
  max-width: 720px;
}
.building-block {
  display: flex;
  min-width: 300px;
  margin-top: 10px;
}
.building-block-img {
  /* height: 80px; */
  width: 80px;
}
.building-block-img img {
  /* height: 80px; */
  width: 80px;
}

.dash-h3 {
  text-align: left !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 245px;
}

.dash-center-h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 245px;
}

.building-block-header {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.building-block-header h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  margin: 0px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.building-block-header span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 0.875rem;
}

.autocomplete {
  margin-left: 20px;
  margin-top: 10px;
  width: 100%;
  max-width: 360px;
}

.autocomplete span {
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 0.875rem;
}

md-autocomplete input {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 0.875rem;
  border: 1px solid #000000 !important;
  box-sizing: border-box;
}

md-autocomplete button {
  display: none;
}

.button-palette {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 950px;
  margin-bottom: 20px;

}

.add-building {
  max-width: 900px;
}

.building-button {
  cursor: pointer;
  margin: 9px;
  mix-blend-mode: normal;
  border: 2px solid #4f75b4;
  height: 165px;
  width: 165px;
}

.add-building .building-button {
  border: 2px solid #555555;
  height: 175px;
  width: 195px;
  margin-bottom: 49px;
}

.building-button div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.building-button .select-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -2px;
  width: 195px;
  border: 2px solid #555555;
  height: 40px;
  background: #555555;
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  outline: none;
}

.block-input {
  width: 100%;
  max-width: 593px;
  margin-top: 30px !important;
}

.block-input label {
  color: black !important;
}
md-input-container .md-input {
  padding: 2px !important;
  min-height: 43px;
}
md-input-container label {
  padding-left: 2px !important;
}
/* Изменил обводку инпута, фокус в том числе */

/* md-input-container .md-input,
md-input-container > md-select {
  border-top: unset;
  border-left: unset;
  border-right: unset;
} */

md-input-container .md-input-focused .md-input {
  border-color: #212121!important;
}
md-input-container.md-default-theme.md-input-invalid .md-input,
md-input-container.md-input-invalid .md-input {
  border-color: #f26204 !important;
}
md-input-container.md-input-invalid .md-char-counter {
  color: #f26204 !important;
}

.ng-valid {
  border-color: #555555;
}

md-input-container.md-input-focused .md-input,
md-input-container.md-input-resized .md-input,
md-input-container .md-input.ng-invalid.ng-dirty {
  border-width: 1px 1px 1px;
  border-color: #555555;
}

md-input-container .md-input {
  border-width: 1px 1px 1px;
  border-color: #555555;
}

md-input-container:not(.md-input-invalid).md-input-focused .md-input{
  border-color: #4f75b4;
}
md-input-container.md-input-focused>label{
  color: #212121!important
}

.md-errors-spacer {
  display: none;
  position: absolute;
  top: -18px;
  right: 0px;
  /* display: flex; */
}
.md-char-counter {
  font-family: "Montserrat";
  font-weight: 200;
  font-size: 12px !important;
  font-style: italic;
  margin: 0px 2px;
  padding-top: 3.2px !important;
}
.md-errors-spacer:before {
  font-family: "Montserrat";
  font-weight: 200;
  font-size: 0.875rem;
  font-style: italic;
  content: "( ";
}
.md-errors-spacer:after {
  font-family: "Montserrat";
  font-weight: 200;
  font-size: 0.875rem;
  font-style: italic;
  content: " characters)";
}
.buttons-back {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 635px;
  width: 100%;
  align-items: center;
  /* margin: 30px 0px 10px 0px */
}

.button-log{
  width: 172px;
  height: 72px;
  border: 1px solid #555555;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  color: #555555;
}
.button-log:hover{
  background-color: #555555;
  border: 1px solid transparent;
  color: white;
  transition: 0.1s all;
}
.button-log:hover .material-icons{
  color: white;
  transition: 0.1s all
}
.login-buttons{
  display: flex;
  justify-content: space-between;
  align-items: center
}
.md-button.md-raised[disabled]{
  background-color: #f5a069;
  color: white
}
md-input-container{
  margin: 0px
}

.upload-btn {
  width: 170px;
  height: 72px;
  background: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin: 20px 0px;
  margin-left: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  border-radius: 0px
}

.upload-btn.w-100 {
  width: initial;
}

.common-edit .upload-btn.w-100 {
  margin-bottom: 8px;
}

.upload-photo-cropper {
  margin-bottom: 8px;
}

.common-edit .upload-photo-cropper canvas {
  margin: 0 !important;
  outline: none;
}

.no-animate {
  -webkit-transition: none !important;
  transition: none !important;
}

.result-image {
  position: relative;
  display: inline-block;
}

.result-image md-icon {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 3;
  cursor: pointer;
  padding: 4px;
  outline: none;
  border: none;
  user-select: none;
}

.result-image md-icon:hover {
  color: #f26204;
}

.ui-cropper {
  display: block;
  margin-bottom: 8px;
}

.hidden-crop {
  position: absolute;
  opacity: 0;
}

.upload-btn:hover {
  background: #4f75b4!important;
  color: white;
}

button{
  outline: none
}

.primary-btn {
  margin: 0px;
  position: relative;
  min-height: 50px;
  width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  background: #f26204;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
}

.primary-btn:hover {
  background-color: #4f75b4;
  border: 1px solid transparent;
  transition: 0.2s all;
  cursor: pointer
}

.primary-btn span {
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: white;
}

.back-btn {
  /* margin: 20px; */
  position: relative;
  height: 50px;
  width: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #555555;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #555555;
  border-radius: 0px;
}

.back-btn:hover {
  background: #555555;
  color: white;
  cursor: pointer;
  transition: 0.1s ease-in-out
}

.building-button div .icon {
  height: 50px;
  width: 50px;
  margin-bottom: 25px;
}

.building-button div .title {
  text-align: center;
  font-size: 0.875rem;
  color: #000000;
}

.building-button div .nomarg {
  color: #4f75b4;
}

.building-button:hover {
  border: 2px solid transparent;
  transition: 0.3s ease-in-out;
  background: #4f75b4;
}

.add-building .building-button:hover {
  background: #555555;
}

.add-building .building-button.selected {
  background: #555555;
}

.add-building .building-button.selected .title {
  color: white;
}

.add-building .building-button.selected .icon {
  -webkit-filter: grayscale(100%) brightness(5);
  filter: grayscale(100%) brightness(5);
}

.building-button:hover div .title {
  transition: 0.1s;
  color: white;
}

.building-button:hover .icon {
  -webkit-filter: grayscale(100%) brightness(5);
  filter: grayscale(100%) brightness(5);
}
.build-photo {
  position: relative;
  max-width: 360px;
  width: 100%;
  max-height: 155px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  margin-right: 8px;
  overflow: hidden;
}

.upload-row {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 595px;
  height: 155px;
  margin-bottom: 93px;
  flex-wrap: wrap;
  justify-content: center;
}

.upload-row .title {
  position: absolute;
  top: -30px;
  display: flex;
  justify-content: space-between;
  left: 0px;
  font-size: 0.875rem;
  max-width: 365px;
  width: 100%;
}
.upload-row .italic {
  font-style: italic;
  font-weight: 200;
}
.upload-or {
  margin: 12px;
  font-size: 0.875rem;
}
.building-button-building .icon {
  background: url(/img/icons/building.png) no-repeat;
  width: 90px !important;
  height: 90px !important;
}
.address-column {
  display: flex;
  flex-direction: column;
  margin: 0px 40px;
}
.field-group {
  display: flex;
  flex-direction: column;
}
.input-field input {
  height: 20px;
  padding: 20px;
  width: 100%;
  border: 1px solid #000000 !important;
}

.input-field input::placeholder {
  font-family: "Montserrat";
  font-weight: 200;
  font-size: 0.875rem;
  font-style: italic;
}
.input-field.invalid input{
  border-color: rgb(221,44,0)!important;;
}

input::placeholder {
  font-family: "Montserrat";
  font-weight: 200;
  font-size: 0.875rem;
  font-style: italic;
}

.input-title {
  text-align: left;
  font-size: 0.875rem;
  margin-top: 20px;
  margin-bottom: 5px;
}

.as-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
}
.as-wrapper h4{
    font-weight: 600;
    line-height: normal;
    font-size: 0.875rem;
    color: #000000;
}
.as-added {
  padding: 10px;
  padding-top: 0;
  flex-wrap: wrap;
  padding-left: 0px;
  display: flex;
}
.as-level {
  /* flex: 1; */
  position: relative;
  padding: 8px;
  padding-right: 40px;
  margin: 0 10px;
  height: 15px;
  margin-top: 10px;
  margin-left: 0px;
  line-height: 16px;
  top: -5px;
  background: #eeeeee;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

.as-level i {
  position: absolute;
  color: #cccbcb;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 4px;
}
.as-level i:hover {
    color: #979797;
    cursor: pointer;
  }
.b-1 .icon {
  transform: scale(0.3);
}
.b-2 .icon {
  transform: scale(0.4);
}
.b-3 .icon {
  transform: scale(0.5);
}
.b-4 .icon {
  transform: scale(0.6);
}
.b-5 .icon {
  transform: scale(0.7);
}
.b-6 .icon {
  transform: scale(0.8);
}

.back-btn .icon {
  position: absolute;
  background: url(/img/icons/back.svg) no-repeat;
  height: 14px;
  width: 20px;
  left: 30px;
}

.back-btn:hover .icon {
  -webkit-filter: grayscale(100%) brightness(5);
  filter: grayscale(100%) brightness(5);
  transition: 0.1s ease-in-out;
}

.building-button-plus .icon {
  background: url(/img/icons/plus_blue.svg);
}
.building-button-notifications .icon {
  background: url(/img/icons/notifications.svg) no-repeat;
  background-position-x: 3px;
}
.building-button-moving_times .icon {
  background: url(/img/icons/moving_times.svg);
}
.building-button-moving_emails .icon {
  background: url(/img/icons/moving_emails.svg) no-repeat;
}
.building-button-common_area .icon {
  background: url(/img/icons/common_area.svg) no-repeat;
}
.building-button-ap_numbers .icon {
  background: url(/img/icons/ap_numbers.svg) no-repeat;
}
.building-button-building_name .icon {
  background: url(/img/icons/building_name.svg) no-repeat;
}
.building-button-building_contact .icon {
  background: url(/img/icons/building_contact.svg) no-repeat;
}
.building-button-report .icon {
  background: url(/img/icons/report.svg) no-repeat;
}
.building-button-calendar .icon {
  background: url(/img/icons/calendar.svg) no-repeat;
}
.building-button-building_info .icon {
  background: url(/img/icons/building_info.svg) no-repeat;
}
.building-button-notification_contacts .icon {
  background: url(/img/icons/notification_contacts.svg) no-repeat;
}
.building-button-guidleines .icon {
  background: url(/img/icons/guidleines.svg) no-repeat;
  background-position-y: 5px
}
.building-button-share .icon {
  background: url(/img/icons/share.svg) no-repeat;
}
.building-button-email-templates .icon {
  background: url(/img/icons/moving_emails.svg) center no-repeat;
}
.building-button-move-out .icon {
  background: url(/img/icons/moving_times.svg) center no-repeat;
}
.building-button-noticeboard .icon {
  background: url(/img/icons/notice_dashboard.svg) center no-repeat;
}
.building-button-profile .icon {
  background: url(/img/icons/profile.svg) no-repeat;
}

/* Styles Lashmanov */

.profile-block input{
  text-indent: 17px
}
/* Buttons */
.button-submit.md-button.md-primary.md-raised:not([disabled]):hover{
  background-color: #555555;
}
.manager-form{
  max-width: 394px;
  height: 709px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-back .ng-scope{
  display: flex;
  justify-content: space-between;
  align-items: center
}
.btn-back{
  text-align: center;
  display: flex;
  justify-content: center;
}
.buttons-back a{
  display: flex;
  justify-content: center;
  height: 72px;
  border: 1px solid #555555
}
.md-button:not([disabled]):hover{
  background-color: #565655;
}
.save-btn{
  max-width: 196px;
}
.save-btn.md-button:not([disabled]):hover{
  background-color: #4f75b4
}
.back-btn .ng-scope {
  font-weight: 600;
}
.button-log span{
  margin-left: 10px;
  font-size: 0.875rem;
  font-weight: 600;
}
.button-log .ng-scope span {
  font-weight: 600;
  font-size: 0.875rem;
  margin-left: 10px;
}
.button-log .material-icons{
  margin: 0px
}
.login-submit .button-submit{
  font-size: 0.875rem;
}
.login-buttons .login-submit .button-submit {
  border: 1px solid transparent
}
.upload-button{
  border-width: 2px;
  border-color: #f26204;
  color: #f26204;
  background-color: #fff;
  min-width: 291px;
}
.manager-wrapper .primary-btn:hover{
  background-color:#4f75b4;
  border: 1px solid transparent;
}
.upload-button:hover{
  border-width: 2px;
  border-color: #4f75b4;
  color: #4f75b4;
  transition: 0ms
}
.notify-buttons .upload-button button:hover {
background-color: #fff;
}
md-radio-group:not([disabled]) .md-primary.md-checked .md-off{
  border: 1px solid #000
}
md-radio-button .md-off{
  border: 1px solid #000
}
.upload-button .upload{
  height: 17px;
  width: 20px;
  left: 15px;
  background: url(/img/icons/upload.svg) no-repeat;
}
.upload-button:hover .upload{
  background: url(/img/icons/upload1.svg) no-repeat;
}
.md-button[disabled]{
  background-color: #f5a069;
  color: white;
  cursor: default;
  border: 1px solid transparent
}
.md-button[disabled]:hover{
  border: 1px solid transparent
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #EEEEEE;
  border-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #9B9B9B;
}

/* Forms */
.login-fields input{
  text-indent: 17px
}
.form-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 360px;
  height: 465px;
}
md-input-container label{
  font-size: 1.125rem;
  color: inherit;
}
md-input-container label::after{
  display: none;
}

md-input-container:not(.md-input-has-value) input:not(:focus){
  color: inherit;
}

/* profile_update page */

.success-block {
  width: 100px;
  height: 100px;
}
.success {
  max-height: 577px;
  flex-direction: column;
  justify-content: center;
}
.success-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  margin-top: 100px;
}

/* Notifications */

.notify-editor .btn-toolbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #EDF0F1;
  height: 34px;
}
.notify-editor .btn-toolbar>.btn-group{
  margin-bottom: 0px;
}
.notify-editor .ta-editor{
  margin: 0px;
  border: 1px solid #555555;
  height: 160px;
}
.notify-editor md-content.md-default-theme, md-content{
  background-color: transparent;
}
.notify-editor .btn-toolbar{
  margin: 0px
}
.notfication-height{
  /*min-height: 668px;*/
  min-height: 500px;
}
.notify-buttons .md-button.md-primary.md-raised{
  background-color: #f26204;
  margin: 0px;
}
.md-button:not([disabled]).md-raised:active{
  box-shadow: none
}
.notification-frame md-tabs{
  max-height: 381px
}
.notification-frame md-input-container.md-block{
  margin-bottom: 13px;
}
.notification-frame .sms-block{
  display: flex;
  flex-direction: row-reverse
}
.notification-frame .notify-wrapper{
  border: none;
  height: 197px;
}
.notification-frame md-radio-group:not([disabled]) .md-primary .md-on{
  background-color: #000;
}
md-radio-button.md-checked .md-on{
  -webkit-transform: scale(.50);
  transform: scale(.50);
}
.notification-frame .notify-wrapper {
  padding: 17px 0px;
}
.notification-frame .md-tab span{
  font-weight: 600;
}
.notification-frame .md-tab {
  color: black
}
.notification-frame md-tab-content{
  padding-top: 10px;
}
.notification-frame .layout-row{
  margin-top: 10px;
}
.notification-frame .notify-emails {
  margin-top: 15px;
}
.notification-frame md-input-container{
  padding: 0px
}
.notification-frame .complex-b-wrapper{
  height: 120px!important;
}
.notification-frame .complex-b-wrapper .notify-em{
  height: 80px!important;
}
.notification-frame .notify-buttons{
  margin-top: 26px;
}
.notification-frame .notify-upload-btn{
  margin-bottom: 10px;
}
.notification-frame input{
  text-indent: 17px
}
.notification-frame div[ta-bind="ta-bind"]{
  height: 200%;
}
.notification-frame .md-button.md-primary.md-raised:not([disabled]):hover{
  background-color: #4f75b4;
}
.notification-frame .pdfFileGuid{
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notification-frame .pdfFileGuid .md-button:not([disabled]):hover{
  background-color: transparent;
}
.notification-frame .notify-friends span{
  font-size: 0.874rem;
}
.notification-frame .md-raised.notification-button.md-button{
  background-color: transparent;
}
.notification-frame .md-raised.notification-button.md-button:hover md-icon{
  color: #f26204
}

/* Additional moving emails */

.d-flex {
  display: flex;
}

.additional-emails {
  /*max-height: 552px;*/
  max-width: 585px;
}
.text-column{
  flex-direction: column;
  margin-top: 18px;
}
.additional-emails .description-block{
  border: none
}
.additional-emails .build-info form {
  min-height: 472px;
  /*height: 472px;*/
}
.additional-emails .md-button[disabled] {
  background-color: #f5a069;
}
.additional-emails .description-scroll-notif-mail{
  height: 40%;
  margin-top: 36px
}
.additional-emails .md-button{
  margin: 0px;
}
.additional-emails .add-emails-btn{
  width: 100%;
  border-radius: 0px;
  margin-bottom: 14px;
}
.additional-emails .md-button:not([disabled]).primary-btn:hover{
  background-color: #4f75b4;
  border: 1px solid transparent
}
.additional-emails .description-block{
  padding: 0px;
}
.additional-emails .scroll-add-email{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 38px;
}
.additional-emails .btn-delete{
  z-index: 2;
  top: 2px;
  right: -3px;
}
.btn-delete:hover .material-icons{
  color: #f26204!important
}
.additional-emails .info-container{
  position: relative;
  z-index: 1
}
.additional-emails .add-em-welc-text{
  width: 100%;
}
.add-emails-btn span {
  font-weight: 600;
}

/* Name and photo */
.name-and-photo .buttons-back{
  margin-bottom: 34px;
}
.name-and-photo md-input-container.md-block{
  margin-bottom: 54px;
}
.name-and-photo .block-input{
  margin-top: 28px!important;
}
.name-and-photo .upload-row .title{
  font-size: 0.875rem;
}
.name-and-photo .buttons-back{
  max-width: 422px
}
.name-and-photo .primary-btn{
  max-width: 196px;
}
.name-and-photo .build-photo {
  margin-right: 16px;
}
.name-and-photo .building-contact{
  margin: 0px;
}
.name-and-photo input{
  text-indent: 17px
}
.name-and-photo .title-input{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.name-and-photo .title-input span{
  font-size: 0.875rem;
}
.name-and-photo .title-input span.italic{
  font-style: italic;
  font-weight: 200;
}
.name-and-photo .upload-btn span{
  font-weight: 600;
}
.name-and-photo .upload-btn.md-button[disabled]:hover{
  background-color: #f5a069!important;
}

/* Building-contact */

.building-contact .address-column{
  margin: 0px;
}
.building-contact .input-field input {
  min-width: 360px;
  outline: none
}
.dashboard-header.building-contact .building-block .address-column input:focus{
  border: 1px solid #4f75b4!important
}
.building-contact .building-block{
  padding: 0px 125px;
  min-width: 780px;
  justify-content: space-between;
}
.building-contact .buttons-back{
  margin-bottom: 24px;
  margin-top: 52px;
}
.building-contact .text-center h3{
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left
}
.building-contact .button-log{
  min-width: 196px;
}
.building-contact .md-whiteframe-z1 {
  box-shadow: none
}
@media (max-width: 875px) {
  .building-contact .building-block{
    flex-direction: column;
    min-width: 450px;
  }
}
.building-contact .building-block .ng-invalid.ng-invalid-required.ng-touched{
  border: 1px solid #f26204!important
}
.building-contact .building-block .ng-invalid.ng-invalid-email.ng-touched{
  border: 1px solid #f26204!important
}
.building-contact .building-block .ng-invalid.ng-invalid-mask{
  border: 1px solid #f26204!important
}

/* REPORTS */

.reports-block .padd15-15{
  display: flex;
  flex-direction: column
}
.reports-block md-select .md-select-value {
  border: 1px solid ;
}
.reports-block md-select.ng-invalid.ng-touched .md-select-value{
  border-width: 1px 1px 1px ;
  padding-bottom: 1px!important;
  border-color: #DD2C00
}
.reports-block md-select:not([disabled]):focus .md-select-value{
  border-bottom-width: 1px;
  padding-bottom: 1px!important;
}
.reports-block md-select .md-select-value.md-select-placeholder{
  border-color: #555555
}
.reports-block .reports-input{
  padding: 0px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0px
}
.reports-block .reports-input .reports-select{
  min-width: 360px;
  min-height: 43px;
}
.reports-block .reports-input label{
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.reports-block .md-datepicker-button{
  display: none
}
.reports-block .md-icon-button+.md-datepicker-input-container{
  min-height: 43px;
  display: flex;
  align-items: center;
  padding: 0px;
}
.reports-block .md-datepicker-input{
  padding: 0px;
}
.reports-block .md-button.md-icon-button{
  right: 14px;
  top: 12px;
}
.reports-block .md-datepicker-input-container{
  border: 1px solid #989898
}
.reports-block .reports-input input{
  text-indent: 17px;
  font-style: normal
}
.reports-blocks{
  display: flex;
}
.reports-block .md-datepicker-input-container{
  width: 100%;
}
.reports-blocks .reports-input:last-child{
  margin-left: 21px;
}
.reports-block .buttons-back{
  max-width: 360px
}
.reports-block .md-button{
  margin: 0px;
  max-width: 168px
}
.reports-block .md-button.md-raised:not([disabled]){
  background-color: #f26204;
}
.reports-block .md-button.md-primary.md-raised:not([disabled]):hover{
  background-color: #4f75b4;
}
.reports-block .buttons-back{
  margin-bottom: 20px;
}
.reports-block md-select{
  text-indent: 17px
}
.select-date md-select-menu md-content md-option:not([disabled]):hover{
  background-color: #555555!important;
  color: white;
}
.select-date md-select-menu md-content md-option:not([disabled]){
  transition: 0.2s ease-out
}
.select-date{
  top: 372px#565655
}
.md-datepick#565655dar-pane.md-whiteframe-z1.md-pane-open{
  top: 550px!important
}
.md-button:not([disabled]).md-icon-button{
  background: transparent
}
.md-calendar-scroll-mask{
  /* height: 253px; */
  /* max-width: 320px; */
}
.reports-tab{
  width: 945px;
}
.reports-tab .buttons-back{
  align-self: center
}
.reports-tab .primary-btn:hover{
  background-color: #4f75b4;
}
.md-datepicker-input-mask-opaque{
  max-width: 167px
}
.reports-block .reports-input.padd15-15 .ng-not-empty{
  background-color: #555555;
}
.reports-block .reports-input.padd15-15 .ng-not-empty .md-select-icon{
  color: white
}
.reports-block .reports-input.padd15-15 .ng-not-empty .md-select-value{
  border: 1px solid  #555555
}
.reports-block .md-select-value>span:not(.md-select-icon){
  color: white
}
.reports-block .md-select-value .md-select-icon{
  margin: 0 15px;
}
.md-datepicker-is-showing .md-datepicker-calendar-pane.md-whiteframe-z1.md-pane-open{
  left: 433px;
  top: 554.953px;
}
.reports-block .md-button:not([disabled]).md-focused{
  /*background-color: transparent;*/
  background-color: #f26204;
}
.reports-block .reports-table{
  height: 370px;
}

/* Fixed disabled buttons and inputs */
md-input-container.md-input-invalid .md-input:focus{
  border-color: #4f75b4!important
}
.profile-block button[disabled]{
  cursor: default;
  background-color: #f5a069;
}
.as-page .notify-buttons .md-button.md-primary.md-raised[disabled]{
  border-color: #f5a069;
  color: #f5a069;
  cursor: default
}
.md-button.mb-primary.md-raised.md-focused{
  box-shadow: none
}
.add-em-button{
  display: flex;
  justify-content: center;
}
.add-em-button md-icon{
  margin: 0px;
  margin-right: 7px
}
.add-em-button.md-button.md-raised[disabled]{
  color: #f5a069!important;
  border-width: 2px;
}
.md-button.add-em-button.md-raised[disabled]:hover{
  cursor: default!important;
}
.add-em-button[disabled] .material-icons.ng-scope{
  color: #f5a069!important
}
.add-em-button[disabled]:hover .material-icons.ng-scope{
  color: #f5a069!important
}
.primary-btn[disabled]{
  background-color: #f5a069;
  cursor: default
}
.primary-btn[disabled]:hover{
  background-color: #f5a069;
}

/* Additional emails */
.add-email .description-block{
  padding: 0px;
  border: none
}
.add-email .build-info form{
  align-items: center;
}
.add-email .add-em-email-cont{
  width: 100%;
  max-width: 750px;
  max-height: 251px
}
.add-email .add-em-flex-cont .half-width:last-child {
  margin-left: 30px;
  margin-right: 7px;
}
.add-email .add-em-button {
  margin: 51px 0px 0px;
  width: 100%;
  border-radius: 0px;
}
.add-email .add-em-button span{
  font-weight: 600;
}
.additional-emails input{
  text-indent: 17px
}
.add-em-button:hover{
  color: #4f75b4!important;
  border-color: #4f75b4;
  cursor: pointer!important
}
.add-em-button:hover .material-icon{
  color: #4f75b4!important
}
.add-em-button:hover .material-icons.ng-scope{
  color: #4f75b4!important
}
.add-em-button .material-icons.ng-scope{
  color: #f26204!important
}
.add-email .description-block .btn-delete{
  top: 3px;
  right: 4px;
  z-index: 10;
  max-width: 30px;
  max-height: 30px;
}
.add-email .text-center h2{
  margin-bottom: 17px!important;
}
.add-email .add-em-flex-cont p{
  margin-bottom: 33px;
}
.add-email .md-button.md-primary.md-raised.save-btn{
  background-color: #f26204;
  border: 1px solid transparent;
  min-width: 360px;
  margin: 0px;
}
.add-email .md-button.md-primary.md-raised.save-btn.md-button.md-raised[disabled]{
  background-color: #f5a069;
}
.add-email .buttons-back{
  width: 586px;
  margin-bottom: 32px;
}
.add-email input{
  text-indent: 17px
}
.add-email md-input-container{
  padding: 0px;
}
.add-email .md-button.md-primary.md-raised.save-btn:hover{
  background-color: #4f75b4;
}

/* Guedlines */

.guidelines-frame div[ta-bind="ta-bind"]{
  height: 200%;
}
.guidelines-frame.frame-md2{
  max-height: 580px
}
.guidelines-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center
}
.guidelines-block .scroll-guidlines-files{
  max-width: 333px;
}
.guidelines-frame .buttons-back{
  margin: 40px 0px 13px;
}
.guidelines-frame .primary-btn{
  max-width: 196px;
  margin: 0px;
}
.guidelines-frame .guid-lines-editor .ta-editor{
  /* height: 155px!important; */
  margin: 0px;
}
.guidelines-frame .btn-toolbar{
  display: flex;
  justify-content: space-between;
  margin: 0px;
  background-color: #EDF0F1;
  padding: 5px 3px 5px
}
.guidelines-frame .btn-toolbar .btn-group{
  margin: 0px;
}
.guidelines-block .upload-btn{
  margin: 0px;
  max-height: 43px;
}
.guidelines-block .upload-btn span{
  font-weight: 600;
}
.guidelines-block{
  margin-top: 20px;
}
.guidelines-frame .primary-btn:hover{
  background-color: #4f75b4;
  border: 1px solid transparent
}
.guidelines-frame .primary-btn[disabled]:hover{
  background-color: #f5a069;
}
.guidelines-frame .guide-info{
  color: #4f75b4;
  text-transform: none
}
.guidelines-frame .guide-info:hover{
  background-color: transparent;
}
.guid-frame .buttons-back{
  display: flex;
  justify-content: center;
}
.guidelines-frame .pdfGuidDelete.md-button:hover{
  background-color: transparent;
}
.guidelines-frame .scroll-guidlines-files .pdfFileGuid{
  overflow-x: hidden;
  max-width: 289px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guidelines-frame .md-button.pdfGuidDelete[disabled]{
  background-color: transparent;
}
.guidelines-frame .md-button.pdfGuidDelete[disabled] md-icon{
  color: #555555!important
}

/* SHARE BUILDING */
.share-frame input{
  text-indent: 17px
}
.share-frame .notification-wrapper{
  max-width: 520px;
}
.share-frame .md-emails-height p{
  font-size: 0.75rem;
  text-align: center
}
.share-frame .shared-box{
  min-height: 122px;
  border: none;
  margin-bottom: 20px;
}
.share-frame .add-emails-btn{
  width: 100%;
  margin: 0px;
  border-radius: 0px;
  align-self: center
}
.share-frame .notify-buttons{
  margin-top: 30px;
}
.share-frame .shared-box .ng-scope {
  background-color: #EEEEEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  padding: 5px 5px
}
.share-value md-icon {
  height: 30px;
  margin-bottom: -1px !important;
  padding: 0 !important;
}
.share-frame .shared-box .ng-scope:not(:first-child){
  margin-top: 10px;
}
.share-block > span {
  word-break: break-word;
  min-width: 245px;
  padding: 5px 0;
}
.share-value > span.ng-binding {
  position: relative;
}
.share-value > span.ng-binding::after {
  content: '';
  position: absolute;
  background-color: #eee;
  padding: 15px 0 15px 10px;
  min-width: 255px;
  width: 100%;
  left: -5px;
  top: -5px;
  z-index: -1;
}
.share-frame .notification-wrapper h3 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.125rem;
}
.share-frame .shared-box.ng-scope h3{
  display: flex;
  justify-content: center;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}
.share-frame md-input-container.md-block{
  margin-bottom: 15px;
}
.share-frame .md-emails-height .ng-scope .material-icons{
  margin: 0px;
}
.share-frame .notification-wrapper{
  justify-content: space-between;
}
.share-value{
  min-width: 255px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
}
.share-frame .shared-box .share-block{
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
}
.share-frame .add-em-button.md-button.md-raised[disabled]{
  border: none
}
.share-frame .md-button.share-btn[disabled]{
  background-color: #f5a069;
}
.share-frame .md-button.share-btn[disabled]:hover{
  background-color: #f5a069;
}
.share-frame .md-button.share-btn{
  color: white;
  background-color: #f26204;
  border: 1px solid transparent
}
.share-frame .md-button.share-btn:hover{
  background-color: #4f75b4;
}

/* Apartments */
.as-page .manager-wrapper{
  min-width: 710px;
  padding: 8px 47px 23px;
}
.as-page .loading-bar{
  min-width: 710px;
  height: 720px !important;
}
.as-radio-button{
  max-width: 710px;
}
.as-page .as-radio-button-style .md-checked{
  background-color: #000000;
  color: white;
}
.as-page .as-radio-button-style md-primary{
  border: 1px solid
}
.as-page .as-radio-button-style .md-container{
  display: none
}
.as-page md-radio-button{
  padding: 13px 15px 28px 14px;
}
.as-page md-radio-group.layout-row md-radio-button{
  margin: 0px;
}
.as-page .radio-br{
  border: 1px solid #000000
}
.as-page .radio{
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #000000

}
md-radio-button{
  outline: none
}
.as-page .as-radio-button-style .md-label{
  margin: 0px;
}
.as-radio-button-level .md-label{
  margin-left: 12px;
}
.as-page .manager-wrapper{
  align-items: stretch;
}
.as-page input label{
  font-size: 0.875rem!important;
}
.as-page .notify-send{
  margin-bottom: 19px;
}
.as-page .as-wrapper{
  margin-top: 20px;
  max-width: 100%;
  min-height: 120px
}
.as-page .as-block{
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  width: 100%;
}
.as-page .as-block input{
  max-width: 101px;
}
.add-button{
  border: none;
  margin: 0px;
  max-width: 200px;
}
.as-form{
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 543px;
  margin-top: 38px;
}
.as-form__input {
  display: flex;
  justify-content: space-between;
  max-width: 332px;
  width: 100%;
}
.as-page .as-manually{
  width: 54%;
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
  align-items: center
}
.as-page .buttons-back{
  align-self: center;
  max-width: 389px;
  margin-top: 35px;
  display: flex;
  flex-direction: column
}
.as-page input{
  text-indent: 17px;
}
.as-page md-radio-button:not([disabled]).md-primary.md-checked .md-off{
  border-color: #000000
}
.as-page md-radio-button:not([disabled]).md-primary .md-on{
  background-color: #000000;
}
.as-page md-radio-button .md-off{
  border-color: #000000
}
.as-page md-radio-button .md-on{
  background-color: #555555;
}
.as-page .as-radio-button-level md-radio-group{
  height: unset;
  display: flex;
  flex-wrap: wrap;
}
.as-radio-button-level{
  max-height: 257px;
  overflow-y: auto
}
.as-radio-btn{
  min-height: 49px
}
.as-radio-btn md-radio-button{
  padding: 15px;
}
.as-radio-button-style md-radio-group{
  height: 43px;
}
.as-form md-input-container{
  align-self: flex-end;
  padding-bottom: 0px;
}
.as-radio-button-style span{
  font-size: 0.875rem;
}
.as-page md-input-container .md-input{
  border: 1px solid #000000
}
.as-page md-input-container{
  padding: 0px;
}
.as-page .add-emails-btn{
  border-radius: 0px;
  margin: 0px;
  width: 100%;
}
.as-page .notify-buttons{
  width: 100%;
  margin-top: 30px;
}
.as-radio-button__group md-radio-button:first-child {
  width: 152px;
}
.as-radio-button__group md-radio-button:last-child {
  width: 180px;
}
.btn-level{
  max-width: 196px;
  height: 50px;
}
.btn-delete{
  max-width: 168px;
  height: 50px;
}

/* Common Areas */

.fb-15 {
  flex-basis: 15%;
}

.ta-left {
  text-align: left;
}

.op-0 {
  opacity: 0;
}

.pd-b40 {
  padding-bottom: 40px;
}

.areas-frame .areas-form{
  display: flex;
  flex-direction: column;
  padding-bottom: 37px;
  align-items: center
}
.areas-frame .areas-block{
  -webkit-column-count: 2;
  -moz-column-count: 2;
       column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
  overflow-wrap: break-word;
  margin-right: 15px;
}
.areas-frame .areas-section{
  max-width: 100%;
  overflow-y: auto;
  max-height: 480px
}
.areas-frame .areas-manager{
  margin-bottom: 10px;
  max-width: 317px;
  float: left;
  page-break-inside: avoid;
  break-inside: avoid;
  padding-left: 30px;
  padding-right: 29px;
}
.areas-frame .areas-rules a{
  background: url(/img/icons/rules.svg) no-repeat;
  color: #CBCACA
}
.areas-frame .areas-rules{
  margin-top: 6px;
  margin-bottom: 19px;
}
.areas-frame .areas-rules a:hover{
  background: url(/img/icons/rules1.svg) no-repeat;
  color: #4f75b4
}
.areas-frame .areas-change a{
  background: url(/img/icons/change.svg) no-repeat;
  color: #f26204;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.areas-frame .areas-change a:hover{
  background: url(/img/icons/change1.svg) no-repeat;
  color: #4f75b4
}
.areas-frame .areas-calendar a{
  color: #546E7A;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  background: url(/img/icons/areas-calendar.svg) no-repeat;
}
.areas-frame .areas-calendar a:hover{
  background: url(/img/icons/areas-calendar1.svg) no-repeat;
  color: #4f75b4
}
.areas-pl{
  padding-left: 26px;
}
.areas-frame .areas-text *{
  font-size: 0.75rem;
  line-height: 18px;
  font-weight: 300;
}
.frame-rules .buttons-back{
  height: 70px;
  justify-content: center;
}
.frame-rules{
  max-height: 580px;
  height: 100%;
}
.frame-rules .text-center{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  max-width: 530px
}
.frame-rules .layout-padding>*{
  max-height: 392px;
  overflow-wrap: break-word
}
.frame-rules .button-log{
  align-self: flex-end
}
.areas-frame .add-em-button{
  margin: 0px;
  max-width: 168px;
  height: 50px;
  border-radius: 0px;
}
.areas-frame .buttons-back{
  max-width: 356px;
  align-self: center
}
.areas-manager .areas-change{
  margin-top: 6px;
}
.areas-manager .areas-calendar{
  margin-top: 6px;
}
.areas-frame .areas-form .text-center h2{
  margin-bottom: 30px;
}
.areas-frame .build-info{
  width: 100%;
}
.areas-frame .areas-section .areas-block{
  max-width: 762px;
  width: 100%;
}
.areas-block{
  display: flex;
  flex-wrap: wrap;
}
.areas-frame .md-block{
  overflow-y: auto;
  overflow-x: hidden;
}

/* Common Edit */
.common-edit.add-emails-size{
  /*height: 100%;*/
  display: flex;
  justify-content: center;
}
.common-edit .build-info form{
  width: 600px;
}
.common-edit .build-info{
  display: flex;
  justify-content: center;
}
.common-edit label{
  text-align: left;
  font-weight: 600;
}
.common-edit input{
  text-indent: 17px
}
.common-edit .common-label{
  font-size: 0.875rem;
}
.common-edit div[ta-bind="ta-bind"]{
  height: 200%;
}
.common-edit .upload-btn{
  margin: 0px;
  max-height: 43px;
}
.common-edit .upload-btn span{
  font-weight: 600;
}
.common-edit .add-em-button{
  max-width: 360px;
  border-radius: 0px;
}
.common-edit .back-btn{
  width: 170px;
}
.common-edit .buttons-back{
  margin-top: 15px;
}
.common-edit .common-pdf{
  width: 365px;
  overflow-y: auto;
  max-height: 120px;
}
.common-load{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
}
.common-edit md-input-container.md-block{
  margin-bottom: 20px;
}
.save-cropped-image-btn {
  margin-bottom: 30px;
}
.common-edit .primary-btn{
  margin: 0px
}
.common-frame{
  display: flex;
  flex-direction: column
}
.common-buttons{
  min-width: 500px;
  margin-top: 10px;
  align-self: flex-end
}
.common-buttons .add-em-button{
  margin: 0px;
  max-width: 400px;
  width: 100%;
}
.common-btn{
  max-width: 400px;
  margin-top: 20px;
}
.common-pdf .many_pdf{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-right: 29px;
}
.common-pdf .many_pdf .name-pdf{
  /* max-width: 155px; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*  Timeslots */
.timeslots-frame .build-info form{
  min-height: 0px;
  align-items: center;
  justify-content: space-between;
  /*height: 100%;*/
  /*max-height: 575px;*/
}
.timeslots-frame .build-info{
  max-width: 447px;
}
.timeslots-frame .primary-btn{
  max-width: 168px;
}
.timeslots-frame{
  overflow: auto
}
/* Time-settings */
.time-frame .reports-wrapper{
  max-width: 447px;
}
.time-frame .primary-btn{
  max-width: 168px;
}
.time-frame .primary-btn:hover{
  background-color: #4f75b4;
}
.time-frame .buttons-back{
  margin-bottom: 20px;
}

/* Calendar */
.calendar-frame{
  height: 100%;
  /*max-height: 650px;*/
  overflow: auto
}
.calendar-frame .full-page{
  max-width: 730px;
  align-self: center
}
.calendar-frame .fc-widget-content .fc-scroller.fc-day-grid-container{
  overflow: hidden!important;
}
.calendar-frame .fc .fc-toolbar>*>*{
  margin: 0px;
  border-radius: 0px;
}
.calendar-frame .fc-toolbar.fc-header-toolbar button{
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.calendar-frame .fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-active{
  background-color: #555555;
  color: white;
}
.calendar-frame .fc-button-group span{
  padding-top: 3px;
}
.calendar-frame .fc-state-default{
  box-shadow: none
}
.calendar-frame .fc-state-hover{
  box-shadow: none
}
.calendar-frame .fc-view.fc-month-view.fc-basic-view{
  border: 1px solid #555555;
}
.calendar-frame .fc-view.fc-month-view.fc-basic-view table{
  max-height: 408px!important
}
.calendar-frame .buttons-back{
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 6px;
  max-width: 100%;
}
.calendar-frame .fc-button-group button{
  border-radius: 0px
}
.calendar-frame .fc-toolbar.fc-header-toolbar{
  margin-bottom: 5px;
}
.tooltipevent {
  position:absolute;
  z-index:10001;
  background-color:white;
  padding:0.5em;
  border:0.1em solid #b7ddf2;
  border-radius:0.5em;
}

/* Building information */
.build-frame{
  display: flex;
  justify-content: center;
}
.build-frame .build-info{
  max-width: 555px;
  width: 100%
}
.build-frame .search-info-categories{
  width: 100%;
  max-width: 555px;
}
.build-frame md-input-container{
  padding: 0px;
  margin-bottom: 20px;
}
.build-frame .description-block{
  border: none;
  padding: 0px;
  padding-right: 8px;
}
.build-frame md-input-container textarea.md-input{
  min-height: 96px;
  max-height: 100%;
}
.build-frame .description-scroll{
  max-height: 291px;
}
.build-frame .description-block{
  margin-top: 6px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.build-frame .build-info md-input-container input{
  text-indent: 17px
}
.build-frame .build-info textarea::placeholder{
  font-size: 0.875rem;
  font-weight: 200;
  font-family: "Montserrat";
  line-height: normal;
  font-style: italic
}
.build-frame .build-info textarea:focus::placeholder{
  color: transparent
}
.build-frame .build-info textarea{
  padding: 10px 18px!important;
}
.build-frame .text-center a{
  font-size: 0.875rem;
  color: #4f75b4;
  text-decoration: underline
}
.build-frame .build-info form{
  min-height: 630px
}
.build-frame .build-block{
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 110px;
}
.build-frame .build-file{
  width: 300px;
  max-height: 110px;
  overflow-y: auto;
}
.build-frame .upload-btn {
  margin: 0px;
  max-height: 43px;
  align-self: center
}
.build-frame .upload-btn *{
  font-weight: 600;
}
.build-frame .info-select{
  border: 1px solid;
  border-radius: 0px;
  max-width: 375px
}
.build-frame d-select:not([disabled]):focus .md-select-value{
  border: none
}
.build-frame md-select:not([disabled]):focus .md-select-value{
  border: none;
  padding-bottom: 2px;
  color: #555555
}
.build-frame .build-select{
  display: flex;
  flex-direction: column;
}
.build-frame .build-select span{
  font-size: 0.875rem;
}
.add-btn{
  border-radius: 0px;
  max-width: 178px;
  width: 100%;
}
.add-btn span{
  font-weight: 600;
}
.build-select{
  display: flex;
  flex-direction: column
}
.build-frame .description-block h4{
  margin-bottom: 30px;
}
.build-frame .description-block .btn-spell-check{
  top: 10px;
  right: 37px;
}
.build-frame .description-block .btn-delete{
  top: 10px;
  right: 3px;
}
.build-frame .description-block .material-icons:hover{
  color: #f26204!important
}
.build-frame .description-scroll h4{
  font-weight: 600;
  text-transform: uppercase;
}
.build-frame .description-block:not(:first-child){
  border-top: 1px dotted #333;
}
.build-frame .description-block{
  padding-top: 10px;
}
.build-inform .buttons-back{
  height: 70px;
  display: flex;
  justify-content: center;
}
.build-info-example {
    height: 530px;
}
.build-inform .buttons-back .back-btn{
  align-self: flex-end
}
.build-frame .build-select md-select-value{
  padding-left: 17px;
}
.build-frame .ng-not-empty.info-select{
  background-color: #555555;
  border-color: #555555
}
.build-frame .ng-not-empty span{
  color: white
}
.build-frame .buttons-back .primary-btn:hover{
  background-color: #4f75b4;
}
.build-frame .build-editor md-input-container:not(.md-input-invalid).md-input-focused .md-input{
  border-color: #555555
}
.build-frame .add-em-button{
  border: none
}
.md-button.upload-btn:not([disabled]).md-focused{
  background-color: #555555;
  color: #ffffff
}
.md-button.upload-button:not([disabled]).md-focused{
  color: #f26204;
}
.md-button.upload-button:not([disabled]).md-focused:hover{
  color: #4f75b4;
}

.md-button:not([disabled]).md-focused md-icon{
  color: #ffffff
}
.build-frame .description-block .btn-delete-pdf{
  top: -5px;
  right: 5px;
}
.build-frame .build-file .many_pdf{
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Logout tenant and manager buttons */
.logout-btn .icon {
  background: url(/img/icons/logout.svg) no-repeat;
  width: 20px;
  height: 23px;
}
.form-group.switch_role .logout-btn{
  background-color: transparent;
  display: flex;
  justify-content: space-around;
  color: black;
  box-shadow: none;
  width: 100%;
}
.form-group.switch_role .logout-btn .logout{
  font-weight: 600;
  font-family: 'Montserrat'
}
.form-group.switch_role .form-control{
  cursor: pointer
}
.logout-btn.md-button.md-primary.md-raised:not([disabled]):hover{
  background-color: transparent;
}
.logout-btn.md-button.md-primary.md-raised:not([disabled]):active{
  box-shadow: none;
  background-color: transparent;
}
#switchRole{
  border-radius: 0px;
  border-color: #555555;
}

/* Congratulations frame */
.exelent-frame .cong-mess{
  flex-direction: column
}
.exelent-frame .cong-mess span{
  font-size: 0.875rem;
}
.exelent-frame h1{
  font-size: 1.875rem;
}
.exelent-frame .primary-btn{
  max-width: 201px;
}
.exelent-frame .primary-btn:hover{
  background-color: #4f75b4;
}
.exelent-frame .back-btn{
  max-width: 139px;
}
.exelent-frame .build-info form{
  min-height: 537px
}
.exelent-frame{
  max-width: 640px;
}

/* Media */
@media (max-width: 1360px) {
  .dash-frame{
    margin-top: 80px;
  }
}
@media (min-width: 602px) and (max-width: 907px){
  .select-frame{
    margin-top: 101px;
  }
}
@media (min-width: 602px) and (max-width: 1028px){
  .notification-frame{
    margin-top: 76px;
  }
  .build-frame{
    margin-top: 92px;
  }
  .share-frame{
    margin-top: 59px;
  }
}
@media (max-width: 767px){
  .frame-md.time-settings.time-frame{
    width: 100%;
  }
}
@media (max-width: 1341px){
  .areas-frame{
    margin-top: 79px;
  }
  .common-edit{
    margin-top: 98px;
  }
  .calendar-frame{
    margin-top: 45px;
  }
}
@media (max-width: 1246px){
  .as-page{
    margin-top: 103px;
  }
  .name-and-photo{
    margin-top: 91px;
  }
}
@media (max-width: 1470px){
  .address-frame{
    margin-top: 99px;
  }
}
@media (max-width: 990px){
  .profile-block{
    margin-top: 91px;
  }
}
@media (max-width: 787px){
  .dash-frame .building-selector{
    flex-direction: column;
    width: unset;
  }
}

/* Styles new dashboard */
.dash-frame{
  margin-bottom: 40px;
}
.dashboard-frame .building-button{
  height: 40px;
  width: 292px;
}
.dashboard-frame .button-palette{
  justify-content: center;

}
@media screen and (min-width:982px) {
    .dashboard-frame .button-palette{
        justify-content: flex-start;

      }

  }
.dashboard-frame .building-button div .icon{
  margin: 0px 10px;
  height: 20px;
  width: 20px;
}
.dashboard-frame .building-button div{
  flex-direction: row;
  justify-content: flex-start;
}
.dashboard-frame .building-button div.building-button-moving_emails .icon{
  margin-top: 7px;
}
.dashboard-frame .building-button-plus md-icon{
  margin: 0px 7px;
  font-size: 29px;
  height: 29px;
  width: 29px;
  color: #4f75b4
}
.dashboard-frame .building-button-plus:hover md-icon{
  color: white
}
.dashboard-frame .title{
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #555555
}
.dashboard-frame .headline{
  margin: 0px 0px 5px 9px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 34px;
}
.dashboard-frame .button-palette.pallete-block{
  margin: 0px;
}
.dashboard-frame .edit-btn{
  margin-bottom: 41px;
}
.dash-block{
  width: 240px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  align-items: center
}
.dash-block h3{
  text-align: left;
}
.dash-frame .building-block-header span{
  max-height: 90px;
  overflow: hidden;
}
.dash-frame .building-block{
  align-items: center;
  max-width: 340px;
}
.dash-frame .building-selector{
  margin-bottom: 32px;
}
.dash-frame .dashboard-header{
  margin: 0px;
}
.dash-frame .button-palette{
  margin-bottom: 33px;
}

/* Logout user */

.tenant-frame .md-primary.button-submit{
  margin: 0px;
  max-height: 72px;
  width: 172px;
}
.tenant-frame .buttons-back{
  max-width: 360px;
  margin: 0 auto;
  margin-top: 25px
}
.tenant-frame .back-btn{
  height: 72px;
  width: 172px;
}
.tenant-frame .login-social{
  display: flex;
  max-width: 360px;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
.tenant-frame .login-social .btn-facebook{
  max-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tenant-frame .md-button .fa{
  padding: 0px;
}
.tenant-frame .button-submit{
  max-height: 36px;
  width: 165px;
  margin: 0px;
}
.tenant-frame p.text-center{
  font-size: 0.875rem;
}
/*.tenant-frame .text-center{
  margin-top: 40px;
}*/
#g_captcha{
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.buttons-back .button-submit {
  font-size: 0.875rem;
}
.tenant-frame .terms-cond-privacy{
  margin-top: 24px;
}
.tenant-frame .login-block-header{
  margin-bottom: 32px;
}
.tenant-frame md-input-container.md-block{
  margin-bottom: 20px;
}
md-checkbox .md-icon{
  border-radius: 0px!important;
  border: 1px solid #000000!important;
  background-color: transparent!important;
}
md-checkbox .md-icon::after{
  border-color: #555555!important;
  border-width: 4px!important;
  width: 11.66667px!important;
  height: 21.33333px!important;
  top: -6.77778px!important;
}

/* Manager forgot */
.forgot-frame {
  width: 540px;
  height: 650px;
  justify-content: center;
  align-items: center;
}
.forgot-frame .forgot-form{
  height: 100%;
  max-width: 365px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.forgot-frame input{
  text-indent: 17px
}
.forgot-frame .btn-back{
  max-height: 72px;
  width: 172px;
}
.forgot-frame .primary-btn{
  max-width: 172px;
  height: 72px;
}
.forgot-frame .primary-btn span{
  letter-spacing: 0px
}
.forgot-frame .primary-btn:not([disabled]):hover{
  background-color: #4f75b4;
  cursor: pointer
}
.forgot-frame .text-center h2{
  margin-bottom: 40px;
}
.forgot-frame md-input-container.md-block{
  margin-bottom: 5px;
}
.forgot-frame .buttons-back{
  margin-top: 120px;
}

/* Sign manager */
.regm-page{
  height: 860px;
}
.regm-page h4{
  margin-bottom: 30px;
}
.regm-page .buttons-back{
  max-width: 360px;
  margin: auto;
}
.regm-page .md-button[disabled]:hover{
  background-color: #f5a069!important;
}

/* Tenant login */
.agent-frame .buttons-back .button-submit{
  margin: 0px;
  min-width: 172px;
}
.agent-frame .buttons-back{
  max-width: 360px;
  align-self: center
}
.agent-frame .login-block{
  display: flex;
  justify-content: space-between;
}

/* Tenant sign */
.a-frame .buttons-back{
  max-width: 360px;
  margin: auto;
}
.a-frame .upload-btn{
  margin: 0px;
}
.a-frame .upload-btn[disabled]:hover{
  background-color: #f5a069!important;
}
.a-frame .upload-btn span{
  font-weight: 600;
}
.a-frame .text-center h4{
  margin: 0px 0px 19px;
}

/* Правки */
.select-frame .building-button div{
  cursor: default
}
.md-button.md-focused{
  color: inherit
}
button.md-datepicker-button {
  background: #fff !important;
}
button.md-datepicker-triangle-button {
  background: #fff0 !important;
}
.md-button[disabled] md-icon{
  color: white
}
.md-button.pdfGuidDelete[disabled]{
  background-color: white;
}
.md-button.pdfGuidDelete[disabled] md-icon{
  color: #555555
}
.md-button.pdfGuidDelete:hover md-icon {
  color: #f26204;
}
.md-button.upload-btn[disabled]:hover, .md-button.primary-btn[disabled]:hover{
  background-color: #f5a069!important;
}
md-input-container .md-input[disabled], md-datepicker[disabled] .md-datepicker-input-container{
  border-bottom: 1px solid #555555
}
.notify-buttons .md-button.md-primary.md-raised[disabled]{
  background-color: #f5a069;
}
.md-icon-button.md-accent.btn-delete-pdf.md-button[disabled]{
  background-color: transparent;
}
.additional-emails .btn-delete.md-button[disabled]{
  background-color: transparent;
}
.additional-emails .btn-delete.md-button.md-icon-button[disabled]:hover .material-icons{
  color: #999!important
}
.common-btn .md-raised.md-primary.add-em-button.add-emails-btn.md-button.md-button[disabled]{
  border: 2px solid
}
.success .primary-btn.success-btn.md-button:hover{
  background-color: #4f75b4;
}



/* Window popup */
md-dialog{
  display: flex;
  justify-content: space-between;
  height: 526px;
  width: 585px;
  align-items: center;
}
md-dialog .md-dialog-content{
  text-align: center;
  flex-basis: 27%;
  display: flex;
  justify-content: flex-end;
}
md-dialog md-dialog-actions{
  margin-bottom: 20px;
  padding: 0;
  max-width: 450px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
md-dialog md-dialog-actions .md-button{
  max-width: 250px;
  min-width: 130px;
  height: 50px;
  border-radius: 0px;
  margin: 0px;
  transition: 0.2s all;
}
md-dialog md-dialog-actions .md-cancel-button{
  background-color: transparent;
  border: 1px solid #555555
}
md-dialog md-dialog-actions .md-cancel-button span{
  color: #555555;
  font-weight: 600;
}
md-dialog md-dialog-actions .md-button.md-default-theme.md-cancel-button:hover{
  background-color: #555555;
}
md-dialog md-dialog-actions .md-cancel-button:hover span{
  color: #ffffff;
}
md-dialog md-dialog-actions .md-confirm-button.md-button.md-ink-ripple.md-default-theme{
  background-color: #f26204;
  border: 1px solid transparent
}
md-dialog md-dialog-actions .md-confirm-button.md-button.md-ink-ripple.md-default-theme:hover{
  background-color: #4f75b4;
}
md-dialog md-dialog-actions .md-confirm-button.md-button.md-ink-ripple.md-default-theme span{
  color: white;
  font-weight: 600;
}
md-dialog .md-dialog-content .md-title{
  text-transform: none;
  font-size: 1.5rem;
  font-weight: normal;
}
md-dialog div.md-dialog-content-body{
  max-width: 365px;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}

/* Custom window */
md-dialog.number-frame{
  width: 465px;
}
md-dialog.number-frame .md-dialog-content{
  flex-basis: 50%;
  align-items: center
}
md-dialog.number-frame .md-primary.md-button.md-default-theme.md-ink-ripple, .md-button.md-default-theme.back-btn:hover{
  background-color: #555555;
}
md-dialog.number-frame .primary-btn.md-button.md-default-theme:not([disabled]){
  background-color: #f26204;
  border: 1px solid transparent
}
md-dialog.number-frame .primary-btn.md-button.md-default-theme:not([disabled]):hover, .md-default-theme[disabled]:hover{
  background-color: #4f75b4;
}
md-dialog.number-frame .md-dialog-content span{
  margin-bottom: 20px;
}

.loader-dash {
  min-width: 950px;
  height: 796px !important;
}
/* Fix bugs layout - alahmanov */
md-input-container{
  padding: 0px;
}
.reports-block .reports-content {
  max-width: 360px;
}
.reports-block .reports-content.reports__content {
  max-width: 100%;
}

.table-wide-1200 {
  min-width: 1200px;
}


input#input-0{
  /*box-sizing: content-box;*/
  height: 42px;
  font-family: Roboto,Helvetica Neue,sans-serif;
  font-size: 16px;
}

#main-layout > div > md-whiteframe > div > form > div.building-block.d-flex > div:nth-child(1) > md-autocomplete{
  height: 42px;
}

#main-layout > div > md-whiteframe > form > button{
  margin: 6px 0;
}

.sms-limit-info {
  display: none;
  position: absolute;
  top: -18px;
  right: 3px;
  font-size: 13px;
  font-weight: 500;
  width: 150px;
  text-align: right;
}

.time-intervals {
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}
.time-intervals > span {
  padding: 5px;
  min-width: 115px;
  font-size: 14px;
}
.time-intervals md-select {
  width: 100%;
  display: flex;
  margin: 0;
  font-size: 14px;
}
.time-intervals md-select-value {
  padding: 2px 2px 1px 5px !important;
  border-radius: 5px;
  border: 1px solid #000 !important;
}

/* User-friendly UI for mobile screens */
iframe[title="recaptcha challenge"] {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 601px) {
  .md-whiteframe {
    min-height: 550px;
  }
}
.login-fields {
  margin: 0 auto;
  width:  100%;
}
.agent-frame .buttons-back{
  margin:auto;
}
.login-buttons {
  max-width: 360px;
  margin:auto;
}


/* .buttons-back {
  margin:auto;
} */
/* .login-fields {
  margin: 0 auto;
  width:  100%;
}


.buttons-back  a {
  width: 50%;
}
.buttons-back button {
  min-width:50% !important;
}
.login-buttons {
  max-width:100%;
}
.login-buttons .buttons-back a{
  width: 100%;
}
.login-buttons .buttons-back {
  max-width:50%;
}
.login-buttons .login-submit {
  max-width: 50%;
}
.login-buttons .login-submit button {
  max-width:100%;
}
 */
.common-btn {
  margin-left:auto;
  margin-right: auto;
}
.common-buttons {
  width: 100%;
}
@media screen and (max-width: 600px) {

  .width-mobile-100 {
    min-width: auto !important ;
    width: 100% !important;
  }
  .common-load {
    display: flex;
    flex-flow:column;
    justify-content: center;
  }
  .common-pdf {
    display: flex;
    justify-content: center;
  }

  .buttons-back-mobile {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
  }
  .buttons-back-mobile > button {
    width: 45% !important;
    min-width: auto !important;
    max-width: none !important;
  }
  .buttons-back-mobile > button {
    min-width: auto !important ;
    max-width: none !important;
    width: 45% !important;
  }
  .common-buttons {
    min-width: auto;
    width: 100%;
  }

  .single-col-mobile {
    display: flex;
    flex-flow: column nowrap;
  }
  .single-col-mobile > div {
    width: 100%;
    margin-left:0 !important;
    margin-right: 0 !important;
  }
  .add-em-email-cont-mobile {
    max-height: none !important;
    height:330px;
  }
  .add-em-button-mobile {
    margin-top: 1.5rem !important;
    margin-bottom: 2rem !important;
  }
  .guidelines-block {
    display: flex;
    flex-flow: column;
  }
  .scroll-guidlines-files {
    text-align: center;
  }

  .header-mobile {
    margin-top: 1rem;
  }

  .column-on-mobile {
    display: flex !important;
    flex-flow: column nowrap !important;
  }

  .manager-wrapper-mobile {
    padding:0 !important;
  }

  .select-level-mobile {
    max-height: none !important;
  }

  .buttons-column {
    display: flex !important;
    flex-flow:column nowrap !important;
    justify-content: center !important;
  }
  .buttons-column > button {
    box-sizing: border-box;
    width: 12rem !important;
    min-width: auto;
    max-width: none;
    margin-bottom:1rem !important;
  }
  .buttons-column >.md-button:last-child{
    margin-bottom: 0;
  }

  .centerize-mobile {
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .md-whiteframe-mobile {
    margin-top:1rem !important;
  }
  .building-contact-details-mobile input {
    min-width: auto !important;
  }
  .notify-editor .btn-toolbar {
    height: auto !important;
}
}

@media screen and (max-width: 900px) {
  .set-up-your-building-mobile {
    padding-left:0 !important;
    padding-right: 0 !important;
    min-width: auto !important;
  }
}

.delay-booking {
  display: block;
  width: 100%;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.delay-booking md-input-container {
  display: block;
  width: 100%;
}
.delay-booking input {
  display: inline-block;
  width: 4rem;
  float: none;
  min-height: auto;
  height: 2rem;
  margin-left: .25em;
  margin-right: .25em;
  padding: 6px !important;
}

.add-item-btn {
  border: 2px solid #f26204;
  color: #f26204 !important;
  background: transparent !important;
  font-weight: bold !important;
  min-width: 16rem;
  padding:0;
  display: block;
}
.add-item-btn:hover{

    border-color: #4f75b4;
    cursor: pointer!important;
}
.add-item-btn a {
  padding-left: 1rem;
  padding-right: 1rem;

  color: #f26204 !important;
    font-weight: bold;
    display: block;
    max-width:100%;
}
.add-item-btn a:hover {
    color: #4f75b4!important;
}

.email-templates-wrap {
  width: 100%;
  position: relative;
}

.email-templates-list .header-mobile {
  margin-bottom: 2rem;
}
.email-templates-list .add-item-btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.email-templates-wrap .back-btn {
 position: absolute;
}
.email-templates-logo-upload {
  max-width: 100%;
}

