﻿
#somethingWentWrongReportBtn {
    display: inline-block;
    position: relative;
    float: right;
    top: 1px;
    height: 30px;
    width: 30px;
    line-height: 26px;
    padding-right: 10px;
    padding-left: 10px;
    color: #a4a4a4;
    cursor: pointer;
    border-radius: 5px;
    background-color: white;
    border-radius: 50%;
    background-size: contain;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    z-index: 7000;
    border: 2px solid #ff7000;
    margin-left: 5px;
}

.current-site-Mambo #somethingWentWrongReportBtn {
    border: 2px solid #ac2d89;
}

    #somethingWentWrongReportBtn:hover > span {
        display: block;
    }

    #somethingWentWrongReportBtn > span {
        display: none;
        border-radius: 10px;
        font-size: 20px;
        width: 300px;
        left: -260px;
        padding: 10px;
        text-align: center;
        top: 40px;
        position: absolute;
        background: rgba(0, 0, 0, 0.60);
        z-index: 100;
    }


.ms-something-wrong-view {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.54);
    z-index: 9999999999;
}

.ms-something-wrong-scroll {
    position: relative;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

.ms-something-wrong-wrapper {
    position: relative;
    box-sizing: border-box;
    width: 800px;
    background: #ff8c44;
    left: 50%;
    top: 50%;
    padding: 50px;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.current-site-Mambo .ms-something-wrong-wrapper {
    background: rgba(237,26,120,1);
    background: -moz-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,26,120,1)), color-stop(100%, rgba(148,49,134,1)));
    background: -webkit-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -o-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    background: linear-gradient(to bottom, rgba(237,26,120,1) 0%, rgba(148,49,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a78', endColorstr='#943186', GradientType=0 );
}

.ms-something-wrong-title h2 {
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 32px;
    margin-bottom: 50px;
}

.ms-something-wrong-info-canvas {
    display: none;
}

.ms-something-wrong-soption {
    padding-left: 50px;
}

    .ms-something-wrong-soption p {
        padding-left: 60px;
        color: white;
        font-size: 30px;
    }

    .ms-something-wrong-soption span {
        display: block;
        font-size: 30px;
        color: white;
        font-weight: bold;
        margin-top: 5px;
    }

    .ms-something-wrong-soption.small {
        margin-bottom: -10px;
    }

        .ms-something-wrong-soption.small p {
            padding-left: 60px;
            font-size: 20px;
        }

        .ms-something-wrong-soption.small span {
            font-size: 20px;
        }


.ms-something-wrong-back {
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../icons/back_white_btn.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    cursor: pointer;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

    .ms-something-wrong-back:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }


.ms-something-wrong-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 50px;
    color: white;
    display: inline-block;
    font-weight: 100;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

    .ms-something-wrong-close:hover {
        transform: rotate(90deg) scale(1.3);
        -webkit-transform: rotate(90deg) scale(1.3);
        -moz-transform: rotate(90deg) scale(1.3);
        -ms-transform: rotate(90deg) scale(1.3);
        -o-transform: rotate(90deg) scale(1.3);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
    }

.ms-something-wrong-footer {
    margin-top: 50px;
    text-align: right;
    display: none;
}

    .ms-something-wrong-footer h3 {
        color: white;
        float: left;
    }

#MSSWFile {
    position: relative;
    top: 10px;
    cursor: pointer;
    float: right;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url('../icons/clip.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

    #MSSWFile:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }


#MSSWFileLoaded {
    position: relative;
    top: 10px;
    cursor: pointer;
    float: right;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url('../icons/pictures.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

    #MSSWFileLoaded::before {
        content: '×';
        position: absolute;
        width: 15px;
        height: 15px;
        left: -5px;
        border-radius: 50%;
        text-align: center;
        line-height: 15px;
        background: red;
        font-size: 20px;
        color: white;
    }

#MSSWComment {
    clear: both;
    resize: none;
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    border: 3px solid white;
    background: white;
    color: black;
    font-size: 25px;
    padding: 15px;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 30px;
}


.ms-something-wrong-info-status {
    position: relative;
    top: 5px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.86);
    display: inline-block;
    margin-right: 10px;
    height: 35px;
    line-height: 35px;
}


.ms-something-wrong-footer button {
    margin-top: 10px;
    background: #0a970d;
    color: white;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

    .ms-something-wrong-footer button:hover {
        margin-top: 10px;
        background: #0b8b0e;
        color: white;
    }

/*Steps*/
.ms-something-wrong-step {
    display: none;
}

    .ms-something-wrong-step.active {
        display: block;
    }


/*Radio BTN*/
.mssw-chk-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .mssw-chk-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.mssw-chk-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background-color: #ff8c44;
    border: 3px solid white;
}

.mssw-chk-container input:checked ~ .mssw-chk-checkmark {
    background-color: #ff8c44;
    border: 3px solid white;
}

.mssw-chk-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.mssw-chk-container input:checked ~ .mssw-chk-checkmark:after {
    display: block;
}

.mssw-chk-container .mssw-chk-checkmark:after {
    left: 10px;
    top: 0px;
    width: 15px;
    height: 25px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ms-something-wrong-step[data-step="4"] {
    overflow: auto;
}

    .ms-something-wrong-step[data-step="4"] h2 {
        color: white;
        text-align: center;
        margin-bottom: 50px;
    }

    .ms-something-wrong-step[data-step="4"] lottie-player {
        background: white;
        border-radius: 50%;
        padding: 20px;
    }

    .ms-something-wrong-step[data-step="4"] button {
        float: right;
        background: none;
        border: 3px solid white;
        padding: 5px 30px;
        color: white;
        font-weight: bold;
        font-size: 20px;
    }


.ms-something-wrong-info-data {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #ff8c44;
    color: white;
}

.ms-something-wrong-info-data-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}


/*MENU*/

#SYS_CurrentNewTickets {
    display: block;
    float: right;
    margin-right: 5px;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    top: 5px;
    color: black;
    text-align: center;
    line-height: 30px;
    padding: 0;
    text-indent: initial;
}



#top_bar #somethingWentWrongReportBtn {
    margin-right: 15px;
}

/*MODULES*/
.ms-html2canvas-ignore .SM2-planning-instructions .SM2-planning-board,
.ms-html2canvas-ignore .SM2-btn.SM2-cancel,
.ms-html2canvas-ignore .SM2-btn.SM2-ok,
.ms-html2canvas-ignore .SM2-planning-instructions .SM2-planning-board {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.ms-html2canvas-ignore .scrollbar-janos > .scroll-element div,
.ms-html2canvas-ignore .SM2-assignplan-levelobjective,
.ms-html2canvas-ignore #MainContent_planningLevel.SM2-enable-selector:before,
.ms-html2canvas-ignore .SM2-planning-header > .SM2-path .SM2-path-item > div,
.ms-html2canvas-ignore #MainContent_planningTemplate.SM2-enable-selector:before, #MainContent_planningUnit.SM2-enable-selector:before {
    display: none !important;
}

#MSSWCommenLimit {
    display: block;
    float: left;
    color: white;
    position: relative;
    top: 20px;
    font-size: 18px;
    font-weight: normal;
}