﻿html {
    width: 100%;
    height: 100%;
}

body {
    min-height: 100%;
    padding: 0;
    margin: 0;
}

#scotqr-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    height: 60vh;
}

div#main-body {
    height: 80vh;
    width: 100%;
    margin-top: 100px;
}

div#header {
    height: 15%;
    width: 100%;
}

div#main-header {
    padding-top: 25px;
}


div#main-body #content-wrapper {
    min-height: 60vh;
}


#content-wrapper .content-body {
    min-height: 40vh;
    margin-bottom: 50px;
}


.fix-footer-space {
    height: 150px;
    width: 100%;
}

.heading h1 {
    font-size: 36px;
    font-weight: 600;
}

.heading h4 {
    font-weight: 600;
    font-size: 3em;
}


/*.heading .question-description {
    line-height: 1.5em;
    color: gray;
    font-size: 16px;
    text-align: center;
}*/

.btn.btn-options {
    border: 1px solid gray;
}

.div-separator {
    /*height:100px;
    width: 100%;*/
    margin-top: 25px;
    margin-bottom: 25px;
}

.block-separator {
    margin-top: 75px;
    margin-bottom: 50px;
}

.section-description {
    padding-left: 60px;
}

    .section-description p {
        font-size: 1.5em;
        line-height: 1em;
    }

    .section-description h6 {
        font-size: 2em;
        font-weight: 100;
    }

        .section-description h5 + p {
            font-size: 1.5em;
            line-height: 1.5em;
        }



.margin-auto {
    margin: auto;
}


.flex {
    display: flex;
}

.flex-item {
    flex: 1 1 auto;
}

.btn.btn-lg {
    font-weight: 600;
    font-size: 2em;
    padding: 20px 40px;
}

.btn {
    min-width: 100px;
}

.btn:active{
    opacity:0.7;
}

.d-none-fix {
    display: none;
}

.error-msg {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}

.txtScotQR, .txtScotQR:focus {
    background-color: #3877A5;
    border: 1px solid #3877A5;
    background-color: #3877A5;
    padding: 10px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    color: rgba(255, 255, 255, 0.8);
}

    .txtScotQR::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: rgba(255, 255, 255, 0.5);
    }

.btn-round {
    padding: 5px;
    border-radius: 25px;
    border: 1px solid white;
    text-align: center;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    background-color: transparent;
}

    .btn-round:hover {
        background-color: #3B6D9E;
        border-color: #3B6D9E;
        transition: 0.2 ease;
    }

.btn-exit {
    font-size: 46px;
    color: #fafafa;
    padding:5px;
    cursor:pointer;
}

.btn-white {
    background-color: white;
    border-color: white;
    color: #0A3373;
}

.btn-white:hover{

}

.text-area {
    background-color: #6B99BA;
    border-radius: 25px;
    border-color: #6B99BA;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:15px;
    padding-right:15px;
    line-height: 2em;
    color: white;
}

    .text-area::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: rgba(255, 255, 255, 0.5);
    }

    .text-area:focus {
        background-color: #6B99BA;
        border-color: #6B99BA;
        color:white;
    }

    .font-lg{
        font-size:18pt;
    }

    .btn-primary
    {
        background-color:#3B6D9E;
        border-color:#3B6D9E;
    }

.btn-primary:disabled 
{
    background-color: #3B6D9E;
    border-color: #3B6D9E;
    opacity:0.95!important;
}
.fullwidth {
    width: 100%;
    display: block;
}