﻿html,
body {
    height: 100%;
    overflow: auto;
}


.cover-container {
    max-width: 42em;
}


/*
 * Cover
 */
.cover {
    padding: 0 1.5rem;
}

    .cover .btn-lg {
        padding: .75rem 1.25rem;
        font-weight: 700;
    }

.bar {
    background-color: #0072C6;
    height: 0.5em;
    border-radius: 20px;
    background: repeating-linear-gradient( 135deg, #0072C6, #0072C6 5px, #e6f4ff 5px, #e6f4ff 10px );
}

.bar2 {
    background-color: #e6f4ff;
    width: 100%;
    height: 0.5em;
    border-radius: 2px;
}

.lbl_progbar {
    text-align: center;
    color: #0072C6;
    font-weight: bold;
    margin-bottom: 0.3em;
}

#DivPrelimLabels {
    float: left;
    width: 20%;
}

#DivPrelimDropDowns {
    float: right;
    width: 80%;
}

.PrelimTable {
    width: 100%;
}

.Prelim-DDL {
    float: left;
    width: 75%;
}

.PrelimLabels {
    width: 100px;
    margin-top: 5px;
}

#DivPrelimLabels {
    margin-bottom: 20px;
}

.centre-align2 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}


.updatepanel {
    background-color: Red;
}

.Account-btn {
    height: 25px;
    width: 60px;
    background-color: #f6f6f6;
    border: 1px solid #c2c5c9;
}

.Publish-btn {
    background-color: white /*#f6f6f6*/;
    border: 1px solid #c2c5c9;
}

.Question-btn {
    height: 25px;
    width: 58px;
    background-color: #f6f6f6;
    border: 1px solid #c2c5c9;
}

.Standard-DDL {
    width: 210px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 105;
}

.Prelim-DDL {
    padding: 5px;
}

.SurveyQuestionTitle {
    position: relative;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 8px;
    font-size: 10pt;
    background: white;
    border-bottom: 1px solid #0072C6;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
    color: #0072C6;
}

.SurveyQuestion {
    position: relative;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 8px;
    font-size: 10pt;
    background: white;
    border-bottom: 1.5px solid #cccccc;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 21px;
}

.Label-survey {
    width: 180px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.input-survey {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    border: 1px solid gray;
    font-size: inherit;
    min-width: 200px !important;
}

textarea {
    resize: none;
    font-family: Arial;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

.no-button {
    border: none;
    padding: 0 0 0 0;
    background: none;
}

.Link-btn {
    height: 25px;
    width: 25px;
    background-color: #f6f6f6;
    border: 1px solid #c2c5c9;
    text-align: center;
    font-size: small;
}

.BtnSurvey123 {
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    text-shadow: 0px 0px 0px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 17px;
    background: #0074CC;
    border: solid #1f628d 0px;
    text-decoration: none;
    width: 25%;
    text-align: center;
}

    .BtnSurvey123:hover {
        background: #54b5ff;
        text-decoration: none;
    }

.hidden {
    display: flex;
    visibility: hidden !important;
    width: 0;
    height: 0;
}

.flex-response {
    display: inline-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.response-label {
    white-space: normal;
}

.response-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.response-img {
    width: 100%;
    height: auto;
    margin-top: auto;
}

.question-img {
    width: 100%;
    height: auto;
    min-height: 1px;
}

.response-border {
    border-width: 4px !important;
    border-style: solid !important;
    -moz-border-radius: 0.8rem !important;
    -webkit-border-radius: 0.8rem !important;
    border-radius: 0.8rem !important;
}

.btn {
    padding: 0.4rem 0.2rem !important;
}

.btn-response {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #212529;
    background-color: #ffffff;
}

    .btn-response:hover {
        color: #212529;
        background-color: #e2e6ea;
    }

.text-response {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
    align-content: flex-start;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.signle-text-response {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
    align-content: flex-start;
    display: flex;
    justify-content: space-around;
}

.matrix-response {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
    align-content: flex-start;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.textbox-border {
    border-radius: 0.3rem;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 2px 0px #cccccc inset;
}

.text-no-image {
    font-size: x-large !important;
}


.btn-response.disabled, .btn-response:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-response:not(:disabled):not(.disabled):active, .btn-response:not(:disabled):not(.disabled).active,
.show > .btn-response.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
}


.btn-control {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-control:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-control:focus, .btn-control.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-control.disabled, .btn-control:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-control:not(:disabled):not(.disabled):active, .btn-control:not(:disabled):not(.disabled).active,
    .show > .btn-control.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-control:not(:disabled):not(.disabled):active:focus, .btn-control:not(:disabled):not(.disabled).active:focus,
        .show > .btn-control.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }


.header-box {
    background-color: #fff;
    border: 4px solid;
    border-color: #fff;
    border-radius: 0.8rem;
}

.progress-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.question-box {
    border: 4px solid;
    border-radius: 0.8rem;
}

.alert-survey {
    color: #cc0000;
    background-color: #ffffff;
    border: unset;
    font-weight: 600;
}

    .alert-survey hr {
        border-top-color: #b30000;
    }

    .alert-survey .alert-link {
        color: #b30000;
    }
