

@media screen and (max-width: 576px) {
    .modal-itm .modal-dialog, #emailContainer .white-box {
        position: relative;
        width: auto;
        margin-right: .75em;
        margin-left: .75em;
        margin-bottom: 70px;
    }

    #emailContainer .white-box, .overlay-component .white-box {
        margin-bottom: 120px;
    }

    .openquestion-list-wrapper tr td {
        width: 25% !important;
    }


}

@media screen and (max-width: 768px) {
    .topic-index-wrapper .topics-blocks-list {
        margin: 16px;
    }

    .topic-index-wrapper #filter-menu {
        top: -20px!important;
    }

    .workout-index-wrapper .workouts-blocks-list {
        margin: 15px;
    }

    main div.content-wrapper {
        margin-top: 0.5rem;
        margin-bottom: 57px;
    }

    .dataTables_wrapper {
        margin-top: 2em;
        margin-left: 15px;
        margin-right: 15px;
    }

    .content-padding-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-padding-top-10 {
        padding-top: 10px;
    }

    .content-body {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
    }

    .content-body #submit-reports-form {
        margin-bottom: 15px;
    }

    .panel-with-tabs .tab-content {
        margin-left: 15px;
        margin-right: 15px;
    }

    .barDataList-filter {
        margin-bottom: 10px;
    }

    #sectors-container > div:first-of-type, #overview-container > div:first-of-type, #activities-container > div:first-of-type {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .privacy_body {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .privacy_body #btn-delete-data, .privacy_body #btn-stop-sharing-data {
        margin-bottom: 5px;
    }

    .manage-feedback-label, .start-open-question-label, .feedback-feedbackgiver-label, .is-feedbackgiver-label {
        display: none !important;
    }

    .manage-feedback-link, .feedback-feedbackgiver-link {
        min-width: unset !important;
    }

    .manage-feedback-icon, .start-open-question-icon, .feedback-feedbackgiver-icon, .is-feedbackgiver-icon {
        display: block !important;
    }

    .feedback_panel{
        padding-right: 30px;
        padding-left: 30px;
    }

    a#close-questionnaire-overlay {
        top: 12px;
    }

    .openquestion-list-wrapper tr td {
        width:25%!important;
    }
}

@media (max-width: 576px) {
    .open-overlay .container {
        width: auto;
        min-height: 300px;
        max-width: unset;
        margin-right: .75em;
        margin-left: .75em;
        top: 15px;
        position: relative;
    }
}

@media (max-width: 768px) {
    .open-overlay .container {
        width: auto;
        min-height: 300px;
        top: 15px;
        position: relative;
    }
}

@media (min-width: 576px) {
    .open-overlay .container {
        max-width: 555px;
    }
}

@media (min-width: 768px) {
    .open-overlay .container {
        max-width: 750px;
    }

    .openquestion-list-wrapper tr td {
        width: 25% !important;
    }
}

@media (min-width: 992px) {
    .open-overlay .container {
        max-width: 925px;
    }
}

@media (min-width: 1200px) {
    .open-overlay .container {
        max-width: 1105px;
    }
}

@media screen and (min-width: 768px) {
    .dashboard-tab-margin-extra-small .slidegraph {
        padding-left: 0;
    }
    .dashboard-tab-margin-extra-small #developmentactivitygraph {
        padding-left: 0;
    }
    .dashboard-tab-margin-extra-small #feedbackcoachadvicesgraph {
        padding-left: 0;
    }

    .manage-feedback-label, .start-open-question-label, .is-feedbackgiver-label {
        display: block!important;
    }

    .manage-feedback-icon, .start-open-question-icon, .is-feedbackgiver-icon {
        display: none!important;
    }
    .openquestion-list-wrapper tr td {
        width: fit-content !important;
    }
}


.padding-bottom-15-rem {
    padding-bottom: 1.5rem !important;
}

.padding-bottom-45 {
    padding-bottom: 45px !important;
}

.left-padding-0 {
    padding-left: 0px !important;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-right-30 {
    padding-right: 30px;
}

.openquestion-list-wrapper tr td {
    padding-right: 5px!important;
}