
html, body{
    height: 100%;
}

body{
    background: #ffffff;
}

#container{
    background: #ffffff;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px){
    #navMenu{
        font-size: 1.1em;
    }
}

#navMenu{
    font-size: 0.8em;
}

#topDiv{
    height: 150px;
    overflow: auto;
}

#bottomDiv{
    overflow: auto;
}

#topLeftDiv{
    float: left;
}

#topRightDiv{
    float: right;
}

.componentDiv{
    float: left;
    padding: 5px;
    margin-right: 30px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border-width: medium;
    border: 1px solid;
    border-color: #777777;

}

#bottomLeftDiv{
    min-width: 285px;
    width: 285px;
}

#bottomRightDiv{
    width: 60%;
    margin-right: 0px;
    min-height: 300px;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    #bottomLeftDiv{
        min-width: 285px;
        width: 100% !important;
    }
}

#calendar{
    float: left;
}

#settingsDiv{
    min-height: 500px;
    margin-right: 0px;
    width: 100%;
}

#spinnerLength, #spinnerHour, #spinnerMin{
    font-size: 1.2em;
    text-align: center;
    width: 30px;
    padding-right: 5px;

}

#helptype{
    font-size: 1.2em;
    border-radius: 5px;
    font-weight: 500;
}

#messageField{
    resize: none;
    width: 100%;
    height: 70px;
    border: 1px solid #d9d6c4;
}

#title{
    position: absolute;
    font-size: 36pt;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.formPart{
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.formHeader1{
    float: left;
    font-size: 1em;
}

.formInputLeft{
    float: left;
    margin-right: 15px;
}

.formInputRight{
    float: right;
}

.formInputFull{
    float: left;
    width: 100%;
    padding-top: 10px;
}

.vamlasLogo{
    visibility: hidden;
    width: 0%;
}


@media screen and (min-width: 600px) {
    .vamlasLogo{
        width: 15%;
        visibility: visible;
    }
    #mobileres {
        display: none !important;
    }
}

select{
    border: 1px solid #a6c9e2;

}

.resElem {

    color: black !important;
    padding: 1px;
    margin: 3px;
    border-radius: 4px;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    padding-left: 10px;
}

@media screen and (max-width: 600px) {
    #mobileres {
        display: block;
    }
}

.loginError {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.loginMsg {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.custom-combobox {
    position: relative;
    display: inline-block;
    margin-right: -2px;
}

.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
    background: #ffffff;
    color: inherit;
    width: 110px;
}

.combobox-arrow {
    height: 32px;
    width: 16px;
    margin-bottom: 3px;
}

#zoomDiv{
    float: left;
    width: 20px;
    margin-top: 320px;
    margin-left: 10px;
    overflow: hidden;
}

.zoomSlider {
    height: 200px;
    float: left;
    margin-left: 4px;
    margin-top: 12px;
    margin-bottom: 12px;
}

#zoomPlus, #zoomMinus{
    height: 20px;
    width: 20px;
    float: left;
}

.currentSelectionHighlight{
    background: #F1E7BF;
}

.custom-combobox-input{
    border-color: #d9d6c4;
    color: #555;
}


.newTextInput {
    border: 1px solid red;
}

.helpMinInput{
    width: 50px;
}

#residentsTable {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#residentsTable td {
    border: 2px solid #555;
    padding: 5px;
}

#tab1, #tab2, #tab3{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow-x: hidden;
}

.wHDiv{
    border: 1px solid #555;
    border-radius: 4px;
    padding: 5px;
}

.wHTextInput {
    width: 200px;
}

.buttonsPart {
    padding: 20px;
    margin-right: auto;
    margin-top: 20px;
}

#submitButton {
    margin-right: 30px;
}

div.fc-event.fc-event-vert.fc-event-start.fc-event-end{
    border-width: 3px;
}

.ui-icon-comment {
    background-position: -129px -98px;
    background-color: #9EFBFF;
    border: 1px solid #222255;
    border-radius: 11px;
    margin-right: 4px;
}

.resource-hour-table {
    width: 0%;
}

.resource-hour-table td, .resource-hour-table th{
    max-width: 100px;
}

.resource-hour-table td:first-child, .resource-hour-table th:first-child{
    max-width: 150px;
    font-weight: bold;
}

.resource-hour-table th{
    text-align: center;
}

.resource-hour-table input {
    width: 100%;
}




.clock {
  border-radius: 50%;
  background: #fff url(clock.svg) no-repeat center;
  background-size: 88%;
  border: 5px solid black;
  height: 20em;
  padding-bottom:22%;
  position: relative;
  width: 20em;
}

.clock.simple:after {
  background: #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5%;
  height: 5%;
  z-index: 10;
}

.minutes-container, .hours-container, .seconds-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hours {
  background: #000;
  height: 20%;
  left: 48.75%;
  position: absolute;
  top: 30%;
  transform-origin: 50% 100%;
  width: 3%;
}

.minutes {
  background: #000;
  height: 40%;
  left: 49%;
  position: absolute;
  top: 10%;
  transform-origin: 50% 100%;
  width: 2%;
}
.seconds {
  background: #000;
  height: 45%;
  left: 49.5%;
  position: absolute;
  top: 14%;
  transform-origin: 50% 80%;
  width: 0%;
  z-index: 8;
}

.dropDownButton::after {
    content: "\25bc";
}

/* .squaredFour */
.squaredFour {
  transform: scale(2) !important;
  width: 20px;
  position: relative;
  margin: 20px auto;
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #333;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.5;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;

    }
    transform: scale(2) !important;
  }
}

actionButton a:visited {
    color: white !important;
}

@viewport {
    width: 320px !important;
}

@media (min-width: 600px) {
    @viewport {
        width: 320px;
    }
    .container {
        width: 300px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    @viewport {
        width: 320px;
    }
  .container {
    width: 300px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/* end .squaredFour */