﻿body {
    font-size: 10px;
    color: #000;
}

li
{
    color: #000;
}
.sky-form {
    font: 16px/1.55 Arial, Times New Roman, 'Open Sans', Helvetica;
    color: #000;
}

    .sky-form .radio {
        font-size: 16px;
        color: #000;
    }

    .sky-form .checkbox {
        font-size: 16px;
        color: #000;
    }

        .sky-form .checkbox i {
            left: 10;
        }

    .sky-form .checkbox {
        padding-left: 37px;
    }

.top-logo {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%; /* Original banner width */
}

/* Tablet and below */
@media only screen and (max-width: 768px) {
    .top-logo {
        padding: 20px;
    }
}

/* Mobile */
@media only screen and (max-width: 480px) {
    .top-logo {
        padding: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .sky-form .radio-big-grid {
        margin-bottom: 4px;
        padding-left: 27px;
        font-size: 15px;
        line-height: 27px;
        color: #404040;
        cursor: pointer;
    }

        .sky-form .radio-big-grid i {
            position: absolute;
            display: block;
            width: 13px;
            height: 13px;
            outline: none;
            border-width: 2px;
            border-style: solid;
            background: #fff;
        }

        .sky-form .radio-big-grid i {
            top: 5px;
            left: 0;
        }

        .sky-form .radio-big-grid i {
            width: 17px;
            height: 17px;
            border-width: 1px;
        }

    .sky-form .radio-big-grid {
        font-size: 16px;
        font-weight: normal;
        color: #000;
    }

    .big-grid-scale-item-1:first-child {
        margin-top: 20px;
    }

    .big-grid-scale-item-1 center {
        text-align: left;
    }

    .big-grid-scale-item-2 center {
        text-align: left;
    }

    .grid-question-text {
        margin: 15px 0px 15px 0px;
    }
}




h1 {
    font-size: 28px;
    font-weight: 600;
    color: #f4364c;
    margin-bottom: -25px;
    margin-top: 50px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

h3 {
    color: #f4364c;
}

p {
    color: #000;
}

hr {
    margin: 0;
    color: white;
}

strong {
    font-weight: bold;
}


.boxed-layout {
    padding: 0;
    box-shadow: 0 0 10px #f4364c;
    margin-left: auto !important;
    margin-right: auto !important;
    /*background: #f2f7f9;*/
    min-height: 100%;
}

.wrapper {
    background: rgba(255, 255, 255, 0.8)
}





.btn-u.btn-u-default {
    background: #ff8835;
    color: #fff;
    height: 45px;
    font-size: 20px;
    margin: 0px 5px 0px 5px;
}

    .btn-u.btn-u-default:hover,
    .btn-u.btn-u-default:focus,
    .btn-u.btn-u-default:active,
    .btn-u.btn-u-default.active,
    .open .dropdown-toggle.btn-u.btn-u-default {
        background: #ff8835;
        color: #fff;
    }


.btn-start {
    width: 200px;
}

.btn-back {
    width: 125px;
}

.btn-forward {
    width: 125px;
}

.btn-send {
    width: 150px;
}


/* Top Logo */

/*.top-logo {
    margin-left: -5px;
}*/


/* Margins */
.question-top-margin {
    margin-top: 25px;
}

#bak5 {
    margin-top: 0px;
}

.qst-text-bottom-margin {
    margin-bottom: 10px;
}

.qst-helptext-bottom-margin {
    margin-bottom: 10px;
}

.qst-helptext-bottom-margin {
    font-size: 16px;
}

.footer-progress-col {
    padding-top: 10px;
}
.progress-bar-default {
    background: #d41217;
}

.gridquestion-top-margin {
    margin-top: -50px;
}





.grid-question-scale {
    /*display:table;*/
}

.grid-scale-text-1 {
    display: table-cell;
    float: none;
    vertical-align: bottom;
    text-align: center;
}

.grid-scale-text-2 {
    display: table-cell;
    float: none;
    vertical-align: bottom;
    text-align: center;
}

.grid-scale-item-1 {
    display: table-cell;
    position: center;
    vertical-align: middle;
    text-align: center;
}

.grid-scale-item-2 {
    position: center;
    vertical-align: middle;
    text-align: center;
}


.grid-scale-text-4 {
    display: table-cell;
    float: left;
    vertical-align: bottom;
    text-align: center;
}


@media (max-width: 768px) {
    .grid-scale-text-2,
    .grid-scale-text-4 {
        font-size: 12px;
    }
}

.grid-scale-item-4 {
}

.hover-focus {
    padding-top: 10px;
    padding-bottom: 10px;
}

.line {
    border-bottom: 1px dashed #dedede;
}

.hover-focus:hover {
    background-color: #dedede;
}

.btn-u-default {
    color: #006c85;
}


.text-border {
    border-bottom: dashed 1px #e6007e;
    cursor: help;
}




/* Alerts */

.alert-info-danger {
    color: #8c005a;
    background-color: #FAD2E6;
    border-color: #8c005a;
    margin-top: 25px;
    border-radius: 5px;
}

    .alert-info-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-info-danger .alert-link {
        color: #843534;
    }

.alert-danger {
    color: Red;
}

.alert-info {
    border-radius: 5px;
    margin-top: 25px;
    border-color: #bcc65c;
    background: rgba(188, 198, 92, 0.5);
color: #000;
}

.alert-test {
    border: 0px solid #ccc;
    margin-top: 25px;
    background: rgba(255, 255, 255, 1.0);
    padding: 10px 10px 10px 10px;
}



/* Tooltip */

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}


.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #e6007e;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #e6007e;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #e6007e;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #e6007e;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #e6007e;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #e6007e;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #e6007e;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #e6007e;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #e6007e;
}


#SendButton {
    /*
    position: relative;
    width: 100px;
    height: 100px;
    border: none;*/
    box-shadow: 0 0 0 0 rgba(255, 136, 53, 0.7);
    border-radius: 50%;
    /*background-color: #e84c3d;
    background-size: cover;
    background-repeat: no-repeat;*/
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

    #SendButton:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}
