.client-appointments {
    margin-left: 20px;
}
.appointment {
    border: 1px solid #efefef;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
    line-height: 30px;
}
.client-appointments .free {
    background-color: green;
    cursor: pointer;
}
.busy {
    background-color: red;
}
.agent-appointments .free {
    background-color: green;
    cursor: pointer;
    color: #fff;
}
.agent-appointments .busy {
    background-color: red;
    cursor: pointer;
}
.agent-appointments .blocked {
    background-color: #a41010;
    color: #fff;
    cursor: pointer;
}
.agent-appointments .multiple-mine {
    background-color: #fb04f1;
    cursor: pointer;
}
.agent-appointments .multiple-not-mine {
    background-color: #aa21e0;
    cursor: pointer;
}
.agent-appointments .agent-color-1 {
    background-color: #ce7474;
    cursor: pointer;
}
.agent-appointments .agent-color-2 {
    background-color: #1d69ea;
    cursor: pointer;
}
.agent-appointments .agent-color-3 {
    background-color: #f59506;
    cursor: pointer;
}
.agent-appointments .agent-color-4 {
    background-color: #a03bc6;
    cursor: pointer;
}
.free {
    background-color: green;
    cursor: pointer;
    color: #fff;
}
.busy {
    background-color: red;
    cursor: pointer;
    color: #fff;
}
.blocked {
    background-color: #a41010;
    color: #fff;
    cursor: pointer;
}
.lunchtime {
    background-color: #fade3e;
    display: none;
}
.appointment-selected {
    background-color: #ff8f00;
}
.my_appointment {
    background-color: #185e98;
    color: #fff;
}
.agentBox {
    margin-bottom: 40px;
}
.legend {
    width: 290px;
    margin-top: 20px;
}
.legend h6 {
    font-size: 16px;
}
.legend .legendBox {
    border: 1px solid #666;
    margin-bottom: 60px;
}
.legend .legendBox .row {
    border: 1px solid #efefef;
}
.legend .legendBox .free {
    display: block;
    background-color: green;
    width: 40px;
    height: 20px;
    margin: 2px;
}
.legend .legendBox .lunchtime {
    display: block;
    background-color: yellow;
    width: 40px;
    height: 20px;
    margin: 2px;
}
.legend .legendBox .blocked {
    display: block;
    background-color: #a41010;
    width: 40px;
    height: 20px;
    margin: 2px;
}
.legend .legendBox .busy {
    display: block;
    background-color: red;
    width: 40px;
    height: 20px;
    margin: 2px;
}
.legend .legendBox .my_appointment {
    display: block;
    background-color: #185e98;
    width: 40px;
    height: 20px;
    margin: 2px;
}
.tx-reea-calendar form {
    margin: 20px 0;
}
.tx-reea-calendar form input {
    height: 38px;
}
.tx-reea-calendar form label {
    font-weight: bold;
    margin-right: 20px;
}

.my_appointment {
    background-color: #44a0ed;
}
.tx-reea-calendar table.tx_reeacalendar th,
.tx-reea-calendar table.tx_reeacalendar td,
.tx-reea-calendar table.tx_reeacalendar td:first-of-type {
    padding: 5px;
}
.form-control {
    height: 26px;
    line-height: 26px;
    padding: 3px;
}
.form-control2 {
    display: block;
    width: auto;
    float: left;
    height: 26px;
    padding: 0px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
table.tx_reeacalendar {
    border-left: 1px solid #005489;
    border-top: 1px solid #005489;
}
table.tx_reeacalendar th {
    background-color: #005489;
    color: #FFF;
    border-right: 1px solid #FFF;
    padding: 5px 10px !important;
}
table.tx_reeacalendar th:last-of-type {
    border-right: 1px solid #005489;
}

table.tx_reeacalendar td {
    border-right: 1px solid #005489;
    border-bottom: 1px solid #005489;
    padding: 5px 10px!important;
    line-height: 34px!important;
}
table.tx_reeacalendar td select {
    margin: 5px;
}

.btn {
    display: block;
    margin: 10px;
}
.btn.btn-danger {
    color: #FFF!important;
}
.ui-widget.ui-widget-content {
    z-index: 1000 !important;
}

ul.typo3-messages {
    list-style: none !important;
}