﻿ul {
    direction: rtl;
}

.main-header {
    position: relative !important;
}

.header {
    position: relative;
}

/* Content page */
.content-holder {
    width: 1100px;
    background: #E9E9E9;
    margin-top: 80px;
    flex-direction: column;
    position: relative;
    box-shadow: 0px 5px 25px rgba(1, 1, 1, 0.45);
}

.content-field {
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    font-weight: 500;
    direction: rtl;
    padding: 40px 20px 40px 20px;
}

.content-title {
    background: #A046FE;
    transform: skew(-15deg);
    -ms-transform: skew(-10deg);
    color: #ffffff;
    height: fit-content;
    padding: 6px 20px;
    font-size: 18px;
    position: absolute;
    top: -18px;
    right: 100px;
}

.content-register-btn {
    width: 148px;
    height: 40px;
    background: #C2C53C;
    font-size: 24px;
    color: #231F20;
    padding: 6px 5px 10px 5px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}


.eform {
    direction: rtl;
    background: #E9E9E9;
    padding: 30px;
    padding-bottom: 60px;
}

.form-horizontal .form-group {
    display: flex;
}
/*responsive tabs -- new version*/
.content-tabs-holder {
    align-self: center;
    margin-top: 80px;
    width: 60%;
    flex-direction: column;
    position: relative;
}

.tabs-category-container {
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    box-shadow: 0px 5px 25px rgba(1, 1, 1, 0.25);
}

ul.top-tabs-wrapper {
    padding: 0;
}

.tabs-category-content,
.accodion-content {
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    padding: 40px 150px;
    font-weight: 500;
    text-align: right;
    background: #E9E9E9;
}

.top-tabs-wrapper > li,
.accordion-tabs .accodion-tab-title {
    text-align: center;
    font-size: 16px;
    float: right;
    border-radius: 5px 5px 0px 0px;
    height: 35px;
    list-style: none;
    letter-spacing: 1px;
    color: #252525;
    background: #E9E9E9;
    margin-right: 10px;
    padding: 8px 10px;
}

    .top-tabs-wrapper > li.active {
        color: #000000;
        font-weight: bold;
    }

    .top-tabs-wrapper > li:hover {
        opacity: 1;
        cursor: pointer;
    }

    .top-tabs-wrapper > li.active:hover {
        opacity: 1;
        cursor: default;
    }

.accordion-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .accordion-tabs .accodion-tab-title,
    .accodion-content {
        display: none;
    }

.show-on-mobile {
    display: none;
}

.show-on-desktop a:last-child:after {
    display: none !important;
}

/*table category styles -- End */

/*webpart category styles -- Start */
.webpart.category {
    max-width: 950px;
    text-align: right;
    width: 100%;
}

    .webpart.category .tabs-category-container {
        box-shadow: none;
    }

    .webpart.category .tabs-category-content {
        background: #ffffff;
        display: flex;
        justify-content: flex-end;
        direction: rtl;
    }

    .webpart.category .top-tabs-wrapper > li {
        background: #ffffff;
    }

    .webpart.category .tabs-category-content {
        padding: 20px 40px;
    }

        .webpart.category .tabs-category-content > div {
            width: 100%;
        }
/*webpart category styles -- End */

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .content-holder {
        width: 100%;
    }

    .webpart.minisite.content {
        padding: 25px 10px;
        width: 100%;
    }

    .content-title {
        right: 20px;
    }

    .content-tabs-holder {
        width: 100%;
    }

    .accordion-tabs .accodion-tab-title {
        display: block;
        width: 80%;
        padding: 20px;
    }

    .accodion-content {
        display: block;
        padding: 20px 5px;
    }

    .webpart.category .accordion-tabs .accodion-tab-title,
    .webpart.category .accodion-content {
        display: block;
    }

    .tabs-category-content,
    .webpart.category .tabs-category-content {
        display: block;
    }

    .top-tabs-wrapper {
        display: none;
    }

        .top-tabs-wrapper > li,
        .accordion-tabs .accodion-tab-title {
            width: 90%;
            border-radius: 5px;
            height: 55px;
            margin-top: 20px;
            margin-bottom: 10px;
            padding-top: 15px;
            font-size: 20px;
            box-shadow: 0px 5px 25px rgba(1, 1, 1, 0.25);
        }

    webpart.registration {
        display: flex;
    }

    .eform {
        min-width: 100%;
    }

    .webpart.category {
        width: 100%;
    }
}
