/* .times td:hover {
    background-color: aqua;
} */

.focused {
    background-color: aqua;
    border: 0px solid aqua;
}

.custom-menu {
    /* display: none !important; */
    top: 10000px;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    /* font-family: sans-serif; */
    background: #FFF;
    color: #333;
    border-radius: 4px;
    list-style: none;
    box-shadow: 2px 2px 10px rgb(128, 128, 128);
    width: 200px;
}

.custom-menu-item {
    padding: 10px;
    border-bottom: 1px inset #CCC;
    cursor: default;
}

.custom-menu-item:last-child {
    border-bottom: none;
}

.custom-menu-item:hover {
    background-color: #CCC;
}

.right-triangle {
    float: right;
    width: 0;
    border: 15px solid transparent;
    /*border-right: 20px solid #ff00f8;*/
    border-right:20px solid #8fe3ff;
}

.medical-triangle {
    float: right;
    width: 0;
    border: 15px solid transparent;
    border-right: 20px solid #42caff;
}

.left-triangle {
    float: left;
    width: 0;
    border: 15px solid transparent;
    border-left: 20px solid #ff00f8;
}

.free {
    background-color: white;
}

.rounded {
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
}

.closed {
    background-color: rgb(156, 229, 235);
    cursor: not-allowed;
    /*border: none !important;*/
}

.arrived {
    background-color: #b0ffc9 !important;
}

.reserved {
    background-color: rgb(246, 224, 231) !important;
}

.none-bg {
    background-color: transparent !important;
}

.disabled {
    cursor: not-allowed;
}

/* .table td, th {
    text-align: center !important;
} */

.table {
    padding: 0px;
    border-collapse: collapse;
}

.table td {
    border-bottom: 1px solid lightskyblue;
    /*border: 1px solid lightskyblue;*/
    /*width: 12.5%;*/
}

.table thead tr {
    border-top: 1px solid lightskyblue;
    border-bottom: 1px solid lightskyblue;
}

/* .table tbody tr:hover {
    background-color: lightskyblue;
} */

.menuItem-enabled {
    color: #0094ff !important;
    cursor: pointer !important;
}

.menuItem-disabled {
    color: #CCC !important;
    cursor: not-allowed !important;
}

.calendar-header {
    text-align: center;
    vertical-align: middle;
    height: 65px;
}

.calendar-header div {
    float: right;
    width: 32%;
    color: rgb(0, 122, 107);
    font-weight: 700;
}

.calendar-header md-icon {
    font-size: xx-large !important;
}

.calendar-header .nav-span {
    font-size: xx-large !important;
    cursor: pointer;
    padding-left: 10px;
    margin-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    outline: none;
}

.time-status div {
    padding: 4px 25px;
    margin: 10px 3px;
    border: 1px solid rgb(189, 189, 189);
    border-radius: 11px;
    display: block;
    text-align: center;
}

.time-status-horizontal div {
    padding: 5px 10px;
    /* margin: 10px 3px; */
    border: 1px solid rgb(189, 189, 189);
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    width: auto !important;
}

[dir='rtl'] .time-status-caontiner {
    position: relative;
    left: 0px !important;
}

[dir='ltr'] .time-status-caontiner {
    position: fixed;
    right: 40px !important;
}

.go-to-Date {
    margin-right: 15% !important;
}

.left-triangle-transparent {
    float: left;
    width: 0;
    border: 15px solid transparent;
    border-left: 20px solid transparent;
}