body {
    background-color: #f0f2f1;
    height: 100vh;
    overflow: hidden;
}

.nav-left {
    height: 100vh;
}

.content-right {
    height: 100vh;
    padding: 10px;
    box-sizing: border-box;
}

.sec {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 19px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.sec-form {
    height: auto;
}

hr {
    height: 2px;
    margin-left: 15px;
}
.hr-warning{
    background-image: -webkit-linear-gradient(left, rgba(210,105,30,.8), rgba(210,105,30,.6), rgba(0,0,0,0));
}
.hr-success{
    background-image: -webkit-linear-gradient(left, rgba(15,157,88,.8), rgba(15, 157, 88,.6), rgba(0,0,0,0));
}
.hr-primary{
    background-image: -webkit-linear-gradient(left, rgba(66,133,244,.8), rgba(66, 133, 244,.6), rgba(0,0,0,0));
}
.hr-danger{
    background-image: -webkit-linear-gradient(left, rgba(244,67,54,.8), rgba(244,67,54,.6), rgba(0,0,0,0));
}

.select-list, .selected-list {
    height: calc(100vh - 20px);
}

.select-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.selected-list {
    overflow: scroll;
}

.col-sm-1-5 {
  width: 12.49995%;
}
.col-sm-3-5 {
  width: 29.16655%;
}

.col-sm-10-5 {
    width: 87.333333%;
}


.sec-months {
}

.sec-years {
}
.sec-person {
    overflow: scroll;
    overflow-x: hidden;
    max-height: -webkit-fill-available;
    max-height: -moz-available;
    max-height: fill-available;
    max-height: 100%;
}

.week-day {
    background-color: #dddddd;
}

.week-day:hover {
    background-color: #dddddd;
    cursor: not-allowed;
}


.without_ampm::-webkit-datetime-edit-ampm-field {
    display: none;
}
input[type=time]::-webkit-clear-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance:none;
    appearance: none;
    margin: -10px;
}