@import "variables.css";

#desktop-main-menu {
    position: absolute;
    top: 172px;
    left: 96px;
    width: 160px;
}

@media only screen and (max-width: 1024px) {
    #desktop-main-menu {
        display: none;
    }
}

#desktop-header-logo {
    height: 166px;
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    #desktop-header-logo {
        display: none;
    }
}

#desktop-sub-menu {
    position: relative;
    float: right;
    margin-bottom: 193px;

    top: 174px;
    right: 40px;
    width: 160px;
}

@media only screen and (max-width: 1024px) {
    #desktop-sub-menu {
        display: none;
    }
}

#desktop-login {
    position: absolute;
    top: 15px;
    left: 20px;
    height: 30px;
}

#desktop-login a {
    color: var(--gray);
}

@media only screen and (max-width: 1024px) {
    #desktop-login {
        display: none;
    }
}

#desktop-search {
    text-align: right;
    top: 140px;
    width: 100%;
    left: 0;
    position: absolute;
}

#desktop-search a {
    color: var(--gray);
}

@media only screen and (max-width: 1024px) {
    #desktop-search {
        display: none;
    }
}

#desktop_calendar_menu {
    position: absolute;
    top: 88px;
    left: 10px;
    height: 600px;
    width: 80px;
}

#desktop_calendar_menu table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    color: #BBBBBB;
}

#desktop_calendar_menu td {
    padding: 2px;
}

#desktop_calendar_menu .day,
#desktop_calendar_menu .month {
    padding-top: 2px;
    padding-bottom: 2px;
}

#desktop_calendar_menu .day {
    width: 20px;
    border-bottom: 1px solid #e5e5e5;
}

#desktop_calendar_menu .month {
    width: 100px;
    padding-left: 4px;
}

#desktop_calendar_menu table .weekday, .weekend {
    text-align: right;
}

#desktop_calendar_menu table .weekday {
    border-bottom: 1px solid #e5e5e5;
}

#desktop_calendar_menu table .weekend {
    background: #f0f0f0;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

#desktop_calendar_menu table a {
    color: #2b8cd7;
}

@media only screen and (max-width: 1024px) {
    #desktop_calendar_menu {
        display: none;
    }
}
