/* Test */
.goToSessionDiv {
    margin-bottom: 30px;
}

.meeting_heading {
    background: #FFFFFF;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 12px;
}

.meeting-item-list {
    background: #F2FAFD 0% 0% no-repeat padding-box;
    display: flex;
    padding-top: 2%;
    padding-left: 3%;
}

.topicsDisplay-item {
    letter-spacing: 0px;
    color: #002B49 !important;
    text-decoration: none !important;
    margin-right: 0rem !important;
    font-size: 12px;
}

.date-session {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 82px;
    height: 82px;
    background: #002B49 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 0;
}

.meeting-list-title {
    font-weight: bold;
}

.day_session {
    font-size: 34px;
    color: #FFFFFF;
    height: 37px;
    font-weight: bold;
}

.month_session {
    font-size: 15px;
    color: #FFFFFF;
    height: 13px;
    padding-top: 6px;
    font-weight: bold;
    text-transform: uppercase;
}

.year_session {
    font-size: 15px;
    color: #FFFFFF;
    height: 20px;
    font-weight: bold;
}

.session-class {
    padding-top: 10px;
}

.session-overview {
    display: grid;
    width: 75%;
    padding-left: 3%;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-right: 1%;
}


.session-time {
    text-align: left;
    font-size: 16px;
    font-weight: Normal;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-bottom: 20px;
    display: flex;
}


a.tool-link {
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: Normal;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    border-bottom: none;

}

a.tool-link:hover {
    background-color: #005F96 !important;
    color: #FFFFFF !important;
    text-decoration: none;
    border-bottom: none;
}

.goToMeetingsPage {
    width: 338px;
    height: 37px;
    text-align: center;
    font-size: 16px;
    font-weight: Normal;
    color: #6f4343 !important;
    opacity: 1;
    background-color: #047BC1;
    display: table-cell;
    vertical-align: middle;
    border-radius: 3px;
    border-bottom: none;
}

.material-icon-size {
    height: 20px;
    width: 20px;
    z-index: 1;
    border-bottom: none;
    display: inline-block;
    position: relative;
}

.material-icon-size {
    height: 20px;
    width: 20px;
    z-index: 1;
    border-bottom: none;
    display: inline-block;
    position: relative;
}

.tooltip-session {
    height: 20px;
    width: 20px;
    z-index: 1;
    padding-left: 2px;
    border-bottom: none;
    display: inline-block;
    position: relative;
}

.tooltips-text {
    visibility: hidden;
    width: 700%;
    background-color: #002B49;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -350%;
}

.tooltip-session:hover .tooltips-text {
    visibility: visible;
}

.tooltips-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}



.topics_label {
    font-size: 12px;
}

.tags {
    color: #333333;
    font-size: 12px;
    font-weight: Normal;
}

.closed-session-title {
    font-size: 16px;
    font-weight: Bold;
    color: #002B49 !important;
}

.closed-session {
    font-size: 16px;
    font-weight: Normal;
    color: #002B49 !important;
}

.tags-topics {
    margin-bottom: 10px;
}

.arabic-rtl {
    direction: rtl;
}

.arabic-rtl_material {
    direction: ltr;
    text-align: right;
    padding-right: 3%;
}

a.title-link.icann_theme_link:hover {
    text-decoration: none;
}

a.title-link:hover {
    color: #002B49;
}

a.multiple-file-assets {
    text-decoration: none;
    border-bottom: none;
}

.arabic-rtl_meeting {
    position: relative;
    top: -6px;
}

table.dataTable tbody td:last-child:lang(ar) {
    border-left: none;
}

@media (max-width: 768px) and (min-width: 320px) {
    .goToMeetingsPage {
        width: 100%;
        display: block;
    }

    a.tool-link {
        display: block;
        width: 100%;
        position: absolute;
        left: 0px;
        text-align: center;
        margin-top: 6px;
    }

    .meeting-item-list {
        display: flex;
        padding: 0;
        margin-bottom: 10px;
        flex-direction: column;
    }

    .meeting-item-list>.date-session {
        margin: 8.88% 37.33% 8.88% 37.33%;
        float: left;
        height: 100px;
        width: 100px;
    }

    .date-session>.month_session {
        font-size: 15px;
        letter-spacing: 2px;
        height: auto;
    }

    .date-session>.day_session {
        font-size: 34px;
        height: auto;
        text-align: center;
    }

    .date-session>.year_session {
        font-size: 15px;
        height: auto;
    }

    .session-overview {
        width: 100%;
        padding: 0;
    }

    .session-overview>.meeting-list-title {
        text-align: center;
        margin-bottom: 12px;
    }

    .session-overview>.session-time {
        /* margin-bottom: 30px; */
        text-align: center;
        display: block;
        /*font-weight: 600;*/
    }

    .session-overview>.tags-topics {
        margin: 0 18px 30px 27px;
        text-align: center;
    }

    .icann_theme_meeting_data_separator {
        display: none;
    }

    .icann_theme_materials_label {
        padding-top: 10px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .icann_theme_materials_label,
    .icann_theme_materials {
        display: none;
    }

    div.session-time a.tooltip {
        display: none;
    }

}