﻿.custom-mud-th {
    border-top: none !important;
    border-bottom: none !important;
}

.custom-mud-td-th {
    border-top: none !important;
    border-bottom: none !important;
    border-right: 1px solid !important;
}

.mud-table-cell {
    height: 30px !important;
    padding: 2px !important;
    text-align: center !important;
    border-color: rgba(60, 209, 242, 0.15) !important;
    background-color: rgba(255, 255, 255, 1) !important;
}

.custom-mud-table {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px !important;
}

.custom-calendar-Open {
    background-color: rgba(37, 216, 58, 0.1) !important;
    border-left-color: rgba(37, 216, 58, 1) !important;
    border-left-width: 3px !important;
    cursor: pointer;
}

.custom-calendar-Scheduled {
    background-color: rgba(60, 209, 242, 0.2) !important;
    border-left-color: rgba(60, 209, 242, 1) !important;
    border-left-width: 3px !important;
    cursor: pointer;
}

.custom-calendar-Closed-default {
    background-color: rgba(255, 255, 255, 1) !important;
    border-left-width: 3px !important;
    cursor: pointer;
}

.custom-calendar-Closed {
    background-color: rgba(146, 151, 147, 0.2) !important;
    border-left-width: 3px !important;
    border-color: rgba(146, 151, 147, 0.5) !important;
    cursor: pointer;
}

.custom-calendar-scheduled-past {
    background-color: rgba(146, 151, 147, 0.2) !important;
    border-left-color: rgba(146, 151, 147, 1) !important;
    border-left-width: 3px !important;
}

.custom-calendar-closed-past {
    background-color: rgba(255, 255, 255, 1) !important;
    border-left-width: 3px !important;
    border-color: rgba(146, 151, 147, 0.3) !important;
}

.custom-dialog {
    padding: 25px 15px 15px;
    align-items: center;
}

.mud-dialog .mud-dialog-title .mud-button-close {
    color: #3CD1F2 !important;
}

.custom-grid {
    flex-wrap: nowrap;
}

.custom-thead {
    background-color: rgba(60, 209, 242, 0.75);
    color: white;
}

.custom-th-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-th-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.custom-h6 {
    padding-left: 12px;
}

.mud-tabs-toolbar.mud-tabs-border-top {
    border-bottom: 0px solid var(--mud-palette-lines-default) !important;
}

.custom-calendar-close-text {
    background-color: rgba(255, 102, 102, 0.1) !important;
    border-left-color: rgba(255, 102, 102, 1) !important;
    border-left-width: 5px !important;
    color: rgba(255, 102, 102, 1) !important;
}

.custom-tabs {
    color: rgba(8, 56, 126, 1);
    font-weight: 700;
}

.custom-paper {
    border-radius: 10px !important;
    background-color: white !important;
    padding: 15px !important;
}

.custom-button {
    box-shadow: unset !important;
}

.custom-div {
    text-align: center !important;
    padding: 10px 250px 10px 250px !important;
}

@media (max-width:600px) {
    .custom-div {
        text-align: center !important;
        padding: 10px 150px 10px 100px !important;
    }
}

.custom-paper-two {
    border-radius: 10px !important;
    background-color: rgba(255, 255, 255, 1) !important;
    padding: 10px;
    margin: 0px 30px 0px 30px;
}

.custom-navigationmenu-typography {
    padding: 0.7vh;
}

.mud-dialog .mud-dialog-title {
    padding: 0 !important;
}

/*openorclose*/

.custom-calendaropenorclose-button {
    text-decoration-line: underline !important;
    left: 130px;
}

@media (max-width: 900px) {
    .custom-calendaropenorclose-button {
        text-decoration-line: underline !important;
        left: 100px;
    }
}