/* Responsive */
@media (max-width: 500px) {
    .gridInformationColumn1fr1fr1fr2fr, .gridInformationColumn1fr2fr1fr2fr, .gridInformationColumn1fr5fr {
        grid-template-columns: 1fr 2fr;
    }

    .gridInformationColumn2fr1fr2fr1fr {
        grid-template-columns: 2fr 1fr;
    }

    .grid4Column1fr {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 520px) {
    .displayNone520px {
        display: none;
        transition: all 0.5s;
    }

    .maxWidth200pxResponsive520px {
        max-width: 140px !important;
        min-width: 140px !important;
        transition: all 0.5s;
    }

    .minWidth200pxResponsive520px {
        min-width: 150px;
        max-width: 150px;
        overflow: hidden;
        transition: all 0.5s;
        margin-right: 5px;
    }
}

@media (min-width: 520px) and (max-width: 1200px) {
    .minWidth200pxResponsive520px {
        min-width: 250px;
        max-width: 250px;
        overflow: hidden;
        transition: all 0.5s;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .minWidth200pxResponsive520px {
        min-width: 200px;
        max-width: 200px;
        overflow: hidden;
        transition: all 0.5s;
    }
}

@media (min-width: 1500px) {
    .minWidth200pxResponsive520px {
        min-width: 250px;
        max-width: 250px;
        overflow: hidden;
        transition: all 0.5s;
    }
}


@media (max-width: 550px) {
    .grid3Columns1Fr {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .gridContainer600px {
        display: flex;
        flex-direction: column;
    }

    .flexRow600px {
        flex-direction: column;
    }
}

@media (min-width: 600px) {
    .gridContainer600px {
        display: grid;
        grid-column-gap: 1%;
        grid-row-gap: 12px;
        align-items: center;
    }
}

@media (max-width: 900px) {
    .gridContainer900px {
        display: flex;
        flex-direction: column;
    }

    .borderResponsive900px {
        padding: 0;
        border: none;
    }

    .pl1Responsive900px {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 940px) {
    .top45px {
        top: 63px!important;
    }
}

@media (min-width: 960px) {
    .row {
        margin-left: -15px !important;
    }
}

@media (max-width: 1000px) {
    .center70Responsive {
        transition: all 0.5s linear;
        width: 100% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .gridContainer1200px {
        display: flex;
        flex-direction: column;
    }

    .borderResponsive1200px {
        padding-right: 0;
        border-right: none;
    }

    .pl1Responsive1200px {
        padding-left: 0 !important;
    }


    /* Margin */
    .mtResponsive25px {
        margin-top: 25px;
    }

    .mRT5px {
        margin-top: 5px;
    }

    .mtResponsive5px {
        margin-top: 5px;
    }

    /* Link */
    .adminContainer {
        flex-direction: column;
    }

    .adminLinks {
        display: flex;
        flex-wrap: wrap;
    }

    .adminContainer .adminLink .clickedLink::after {
        display: none;
    }
}

/* FlexRow */
@media (max-width: 1000px) {
    .flexRowResponsive1000px {
        flex-direction: column;
    }

    .width45Responsive1000px {
        width: 100%;
        transition: width 0.3s linear;
    }
}

@media (min-width: 1000px) {
    .flexRowResponsive1000px {
        flex-direction: row;
    }

    .width45Responsive1000px {
        width: 45%;
        transition: width 0.3s linear;
    }
}

@media (max-width: 1100px) {
    .flexRowResponsive1100px {
        flex-direction: column;
    }
}

@media (min-width: 1100px) {
    .flexRowResponsive1100px {
        flex-direction: row;
    }
}

@media (max-width: 1200px) {
    .flexRowResponsive1200px {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .flexRowResponsive1200px {
        flex-direction: row;
    }
}

/* Width */
@media (max-width: 800px) {
    .width40Responsive1100px {
        width: 100%;
        transition: width 0.3s linear;
    }
}

@media (max-width: 1100px) and (min-width: 800px) {
    .width40Responsive1100px {
        width: 60%;
        transition: width 0.3s linear;
    }
}

@media (max-width: 1100px) {
    .width59Responsive1100px {
        width: 100%;
        transition: width 0.3s linear;
    }

    .width39Responsive1100px {
        width: 100%;
        transition: width 0.3s linear;
    }

    .width30Responsive1100px {
        width: 100%;
        transition: width 0.3s linear;
    }
}

@media (min-width: 1100px) {
    .width59Responsive1100px {
        width: 59%;
        transition: width 0.3s linear;
    }

    .width40Responsive1100px {
        width: 40%;
        transition: width 0.3s linear;
    }

    .width39Responsive1100px {
        width: 39%;
        transition: width 0.3s linear;
    }

    .width30Responsive1100px {
        width: 30%;
        transition: width 0.3s linear;
    }
}

@media (max-width: 1200px) {
    .width50Responsive1200px {
        width: 100%;
        transition: width 0.3s linear;
    }
}

@media (min-width: 1200px) {
    .width50Responsive1200px {
        width: 50%;
        transition: width 0.3s linear;
    }
}

/* Margin */
@media (max-width: 635px) {
    .mr50pxResponsive {
        margin-right: 0;
        transition: margin-right 0.3s linear;
    }
}

@media (min-width: 635px) and (max-width: 1040px) {
    .mr50pxResponsive {
        margin-right: 20px;
        transition: margin-right 0.3s linear;
    }
}

@media (min-width: 1040px) {
    .mr50pxResponsive {
        margin-right: 50px;
        transition: margin-right 0.3s linear;
    }
}

/* Wysiwyg and files components */
@media (max-height: 800px) or (max-width: 1100px) {
    .maxHeight120pxResponsive .wicket-mfu-container {
        height: 100px;
        max-height: 100px;
        transition: all 0.3s linear;
    }

    .maxHeight120pxResponsive {
        height: 100px;
        transition: height 0.3s linear;
    }

    .maxHeight145pxResponsive .wicket-mfu-container {
        height: 125px;
        max-height: 125px;
        transition: all 0.3s linear;
    }

    .maxHeight145pxResponsive {
        height: 145px;
        transition: height 0.3s linear;
    }

    .wysiwygTicket .wysiwyg-editor {
        min-height: 200px;
        transition: min-height 0.3s linear;
    }
}

@media (min-width: 1100px) and (min-height: 800px) {
    .maxHeight120pxResponsive {
        height: 120px;
        transition: height 0.3s linear;
    }

    .maxHeight120pxResponsive .wicket-mfu-container {
        height: 100px;
        max-height: 120px;
        transition: all 0.3s linear;
    }

    .maxHeight145pxResponsive {
        height: 180px;
        transition: height 0.3s linear;
    }

    .maxHeight145pxResponsive .wicket-mfu-container {
        height: 160px;
        max-height: 180px;
        transition: all 0.3s linear;
    }

    .wysiwygTicket .wysiwyg-editor {
        min-height: 390px;
        transition: min-height 0.3s linear;
    }
}

/* Grid container */
@media (max-width: 1500px) {
    .gridContainer1500px {
        display: flex;
        flex-direction: column;
    }

    .borderResponsive1500px {
        padding-left: 0;
        border-left: none;
    }

    .pr1Responsive1500px {
        padding-right: 0;
    }

    .width40RiskResponsive {
        width: 100%;
        transition: width 0.3s;
    }
}

@media (min-width: 1500px) {
    .gridContainer1500px {
        display: flex;
        flex-direction: row;
    }

    .borderResponsive1500px {
        padding-left: 1%;
        border-left: solid 1px #8787874d;
    }

    .pr1Responsive1500px {
        padding-right: 1%;
    }

    .width40RiskResponsive {
        width: 40%;
        transition: width 0.3s;
    }
}