.main__content {
    height: 100%;
    padding: 24px 49px 0 49px;
}

.main__content__header {
    margin-bottom: 29px;
}

.main__content__title {
    margin-bottom: 15px;
}

.form__input__advanced {
    width: 70%;
    margin-bottom: 10px;
    text-align: left;
    padding-top: 5px;
    display: flex;
}

.form__input__advanced1 {
    width: 70%;
    margin-bottom: 0px;
    text-align: left;
}

    .form__input__advanced1 input {
        width: 40%;
        float: right;
        border: 1px solid #000000;
        margin-left: 10px;
    }

    .form__input__advanced1 select {
        float: right;
        width: 20%;
    }

.form__input__advanced input {
    width: 40%;
    float: right;
    border: 1px solid #000000;
    margin-left: 10px;
    padding: 2px;
}

.form__input__advanced select {
    float: right;
    width: 20%;
    margin-right: 10px;
}

.form__input__advanced span {
    float: left;
    width: 40%;
}

.tab button.active {
    background-color: #ccc;
}

#main__content__body__advanced {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #DDE4FF;
    padding-top: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.search__button {
    min-width: 20%;
    height: 33px;
    background-color: #0582c7;
    border: 1px solid #000000;
    box-sizing: border-box;
    color: white;
    font-size: 18px;
    font-family: Roboto;
}

#table__content__body th {
    padding: 10px;
}

#table__content__body {
    width: 100%;
}

    #table__content__body th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        background-color: #0582c7;
        color: white;
        font-size: 16px;
        text-align: left;
    }

    #table__content__body td {
        background-color: white;
        border: 1px solid #0582c7;
        font-size: 16px;
        max-width: 550px;
    }

.pagination {
    display: flex;
    margin-top: 12px;
    margin-bottom: 22px;
    justify-content: center;
}

    .pagination a ul {
        color: #0582c7;
        margin-right: 10px;
    }

    .pagination a {
        color: #0582c7;
        margin-right: 10px;
        padding: 4px 0 0 0
    }

.button_GBD {
    min-height: 45px;
    width: 100%;
    background-color: #0582c7;
    color: white;
    font-family: Roboto;
    word-wrap: normal;
    padding: 0 10px;
    border: 1px solid #085c98;
}

    .button_GBD:hover {
        background-color: #085c98;
    }

.dropdown {
    display: flex;
    float: right;
}

dropdown a {
    width: 330px;
    color: white;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 470px;
    max-width: 450px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
    margin-top: 3.2rem;
    width: 100%;
}

#mainDropbtnIndHoliday {
    background: #0582c7;
    border-radius: 12px;
    font-size: 29px;
    margin-top: 27px;
    font-weight: normal;
}

.mainDropbtnIndHoliday {
    background: #0582c7;
    border-radius: 12px;
    font-size: 29px;
    margin-top: 10px;
    font-weight: normal;
}

.dropdown-content.holiday {
    background-color: #0582c7;
    border-radius: 11px;
    max-width: 1000px;
}

#dropdown__image__content {
    margin-top: 10px;
    background-color: #0582c7;
    border-radius: 11px;
}

.dropdown-image-content {
    margin-top: 10px;
    background-color: #0582c7;
    border-radius: 11px;
    text-align: center;
}

.text__holiday {
    padding-top: 20px;
    text-align: center;
    color: white;
}

.image__holiday {
    width: 850px;
    padding: 20px 70px 20px 70px;
}

.dropdown-content-profile {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    color: white;
    z-index: 1;
    margin-top: 55px;
}

.dropbtnInd {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #0582c7;
    color: #FAFAFA;
    font-family: Roboto;
    padding: 15px 10px;
}

    .dropbtnInd:hover {
        background-color: #085c98;
    }

.dropbtn {
    width: 300px;
    border: none;
    background-color: #0582c7;
    color: #FAFAFA;
    font-family: Roboto;
    font-size: 19px;
    height: 53px;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background-color: #0582c7;
}

.dropdown-content-profile a {
    color: white !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background-color: #0582c7;
}

body.new-normal.new-visually-impaired .dropdown-content-profile a {
    color: black !important;
}

.show {
    display: block !important;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.button_Filtr {
    background: #E6E4E2;
    border: 1px solid #A6A7AC;
    box-sizing: border-box;
    min-height: 30px;
    width: 100%;
}


@media only screen and (max-device-width: 480px) {

    .dropbtnInd {
        padding: 23px 10px;
    }

    .dropdown-content {
        margin-top: 82px;
        max-width: 900px;
    }

}