﻿
.mm-survey {
/*    margin-top: 75px;*/
    margin-bottom: 50px;
}

.mm-survey-container {
    width: 100%;
    min-height: 600px;
    background: #fafafa;
}

.mm-survey-results-container {
    width: 100%;
    min-height: 600px;
    background: #fafafa;
}

.mm-survey-page {
    display: none;
/*    font-family: 'Raleway';*/
    font-weight: 100;
    padding: 40px;
}

    .mm-survey-page.active {
        display: block;
    }

.mm-survey-controller {
    position: relative;
    height: 60px;
    background: #333;
    padding: 12px 14px;
}

.mm-survey-results-controller {
    position: relative;
    height: 60px;
    background: #333;
    padding: 12px 14px;
}

.mm-back-btn {
    display: inline-block;
    position: relative;
    float: left;
}

.mm-prev-btn {
    display: inline-block;
    position: relative;
    float: left;
}

.mm-next-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /*    float: right;*/
}

.mm-finish-btn {
    display: none;
    position: relative;
/*    float: right;*/
}

    .mm-finish-btn button {
        background: #3DD2AF !important;
        color: #fff;
    }

.mm-survey-controller button {
    background: #fff;
    border: none;
    padding: 5px 25px;
    font-family: 'Raleway';
    font-weight: 300;
}

.mm-survey-results-controller button {
    background: #fff;
    border: none;
    padding: 8px 18px;
}

.mm-survey-progress {
    width: 100%;
    height: 30px;
    background: #f5f5f5;
    overflow: hidden;
}

.mm-progress {
    transition: width 0.5s ease-in-out;
}

.mm-survey-progress-bar {
    height: 30px;
    width: 0%;
    background: linear-gradient(to left, #4CB8C4, #3CD3AD);
}

.mm-survey-q {
    list-style-type: none;
    padding: 0px;
}

    .mm-survey-q li {
        display: block;
        /*padding: 20px 0px;*/
        margin-bottom: 10px;
        width: 100%;
        background: #fff;
    }

        .mm-survey-q li input {
            width: 100%;
        }

.squaredThree {
    width: 20px;
    position: relative;
    margin: 20px auto;
}

    .squaredThree label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
        border-radius: 4px;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
    }

        .squaredThree label:after {
            content: '';
            width: 9px;
            height: 5px;
            position: absolute;
            top: 4px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            transform: rotate(-45deg);
        }

        .squaredThree label:hover::after {
            opacity: 0.3;
        }

    .squaredThree input[type=checkbox] {
        visibility: hidden;
    }

        .squaredThree input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

/* end .squaredThree */
.mm-survey-item {
    background: #fff;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(33,33,33,0.15);
    border-radius: 0px 0px 4px 4px;
}

.mm-prev-btn button:focus, .mm-next-btn button:focus, .mm-finish-btn button:focus {
    outline: none;
    border: none;
}

.mm-survey.okay .mm-next-btn {
    display: inline-block;
    opacity: 1;
}

.mm-finish-btn.active {
    display: inline-block;
}

.mm-survey-results {
    display: none;
}

.mm-survey-results-score {
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 80px;
    font-family: 'Raleway';
    font-weight: 600;
    letter-spacing: -6px;
}

.mm-survey-results-list {
    list-style-type: none;
    padding: 0px 15px;
    margin: 0px;
}

.mm-survey-results-item {
    color: #fff;
    margin-top: 10px;
    padding: 15px 15px 15px 0px;
    font-family: 'Raleway';
    font-weight: 300;
}

    .mm-survey-results-item.correct {
        background: linear-gradient(to left, #4CB8C4, #3CD3AD);
    }

    .mm-survey-results-item.incorrect {
        background: linear-gradient(to left, #d33c62, #dc1144);
    }

.mm-item-number {
    height: 40px;
    position: relative;
    padding: 17px;
    background: #333;
    color: #fff;
}

.mm-item-info {
    float: right;
}
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
.letter-image {
    width: auto;
    height: auto;
    vertical-align: bottom;
    margin-left:0.5px;
    margin-right:0.5px;
    box-sizing: border-box; /* Includes padding in the width/height calculations */
    /*         margin-top: 10px;
        margin-bottom: 10px; */
}

.letter-s {
    max-width: 10.24px;
    max-height: 12.8px;
}

.letter-S {
    max-width: 13.44px;
    max-height: 17.28px;
}

.letter-o {
    max-width: 11.52px;
    max-height: 12.8px;
}

.letter-e {
    max-width: 11.52px;
    max-height: 12.8px;
}

.letter-E {
    max-width: 12.8px;
    max-height: 16.64px;
}

.letter-d {
    max-width: 10.56px;
    max-height: 16.96px;
}

.letter-a {
    max-width: 11.2px;
    max-height: 12.8px;
}

.letter-c {
    max-width: 10.88px;
    max-height: 12.8px;
}

.letter-i {
    max-width: 2.56px;
    max-height: 16.64px;
}

.letter-j {
    max-width: 5.12px;
    max-height: 16.64px;
}

.letter-l {
    max-width: 2.24px;
    max-height: 16.64px;
}

.letter-u {
    max-width: 9.92px;
    max-height: 12.48px;
}

.letter-w {
    max-width: 16.64px;
    max-height: 12.16px;
}

.letter-r {
    max-width: 6.72px;
    max-height: 12.48px;
}

.letter-I {
    max-width: 2.56px;
    max-height: 16.64px;
}

.letter-m {
    max-width: 16.64px;
    max-height: 12.48px;
}

.letter-M {
    max-width: 16px;
    max-height: 16.64px;
}

.letter-n {
    max-width: 16.64px;
    max-height: 12.48px;
}

.letter-h {
    max-width: 10.24px;
    max-height: 16.64px;
}

.letter-t {
    max-width: 11.84px;
    max-height: 16.64px;
}

.letter-T {
    max-width: 13.44px;
    max-height: 16.64px;
}

.letter-q {
    max-width: 10.56px;
    max-height: 17.28px;
    vertical-align: top;
    margin-top: 11px;
}

.letter-p {
    max-width: 10.88px;
    max-height: 17.28px;
    vertical-align: top;
    margin-top: 11px;
}

.letter-f {
    max-width: 7.36px;
    max-height: 16.96px;
}

.letter-y {
    max-width: 11.2px;
    max-height: 16.96px;
    vertical-align: top;
    margin-top: 11px;
}

.letter-b {
    max-width: 10.88px;
    max-height: 16.96px;
}

.letter-v {
    max-width: 11.52px;
    max-height: 12.16px;
}

.letter-x {
    max-width: 11.52px;
    max-height: 12.16px;
}

.letter-k {
    max-width: 10.24px;
    max-height: 16.64px;
}

.letter-z {
    max-width: 11.52px;
    max-height: 12.16px;
}

.letter-g {
    max-width: 10.88px;
    max-height: 17.28px;
    vertical-align: top;
    margin-top: 11px;
}

.letter-dot {
    max-width: 2.56px;
    max-height: 2.56px;
}
.letter-comma {
    vertical-align: bottom;
    max-width: 6px;
    max-height: 6px;
}

.letter-equal {
    max-width: 11.2px;
    max-height: 7.36px;
    margin-top: 11px;
}
.letter-hyphen {
    max-width: 10.2px;
    max-height: 3.36px;
}

.letter-leftBracket {
    max-width: 5.76px;
    max-height: 17px;
    margin-top: 11px;
}

.letter-rightBracket {
    max-width: 5.76px;
    max-height: 17px;
    margin-top: 11px;
}
.letter-apostrophe {
    max-width: 5.76px;
    max-height: 5px;
    vertical-align: top;
    margin-top: 7px;
}
.letter-space{
    margin-left:0;
    margin-right:0;
    max-width:6px;
}
