﻿
/* Wizard control styling */
.wizard {
    text-align: left;
    border: hidden;
    white-space: normal;
    padding-top: 0px;
}

.wizardHeader {
    font-size: .9em;
}

.wizardHeaderTitle {
    color: #428bca;
    font-weight: bold;
}

.wizardQuestionBox {
    border: 1px solid #cecece;
    padding: 2px;
    margin-bottom: 5px;
}

    .wizardQuestionBox > div {
        display: inline-block;
        vertical-align: top;
    }

    .wizardQuestionBox .questionPanel {
        max-width: 85%;
    }

    /* Yes / No list styling */
    .wizardQuestionBox .fullPanel {
        overflow: hidden;
    }

    .wizardQuestionBox .leftPanel {
        width: 70%;
        float: left;
    }

    .wizardQuestionBox .rightPanel {
        width: 28%;
        float: left;
    }

    .wizardQuestionBox .wizardQuestionBoxRadio input[type='radio'], .wizardQuestionBox .wizardQuestionBoxCheckbox input[type='checkbox'] {
        background: #fff;
        display: block;
        /*min-height: 20px;*/
        /*padding-left: 20px;*/
        margin-top: 10px;
        margin-bottom: 10px;
    }

.wizardQuestionBoxYesNo .wizardQuestionBoxRadioYesNo input[type='radio'], .wizardQuestionBoxYesNo .wizardQuestionBoxCheckboxYesNo input[type='checkbox'] {
    background: #fff;
    display: inline;
    border: none;
    float: none;
    /*margin-bottom: 20px;*/
}

.wizardQuestionBox label input {
    padding-top: 200px !important;
    margin-top: 200px !important;
    margin-bottom: 20px;
}

.wizardQuestionBox input[type='text'] {
    background: #fff;
    color: black;
}

.wizardQuestionBox label {
    white-space: normal;
    font-weight: bold;
}

.wizardQuestionBoxRadio label {
    display: inline-table;
    font-weight: normal;
    cursor: pointer;
    padding: 5px;
    padding-top: 10px;
}

.wizardQuestionBoxRadioYesNo label {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.noBorder {
    border: none;
    border-image-width: 0;
}

.wizardValidator {
    color: red;
}

.text-overcount {
    color: red;
}

.clear {
    clear: both;
}

html.unstyled, body.unstyled {
    background: initial;
    padding: 0;
    background-color: #ffffff;
    border: none;
}

.inheritFont {
    font-size: inherit;
    font-family: inherit;
    border-bottom-width: 2px;
    border-top-width: 0;
}



.gdpr-banner .row {
    display: table;
}

.gdpr-banner [class*="col-"]{
    float: none;
     display: table-cell; 
    vertical-align: middle;
    padding-top: 0;
}


.gdpr-banner {
    background-color: rgb(255, 179, 69)!important;
    color: white;
    border: none;
    border-bottom: 5px solid gray!important;
    border-radius: 1px;
    font-size: 1.2em;
    /* padding-bottom: 0; */
    min-height: 100%;
    overflow: hidden;
}


    .gdpr-banner img {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: auto;
        display: block;
    }

.gdpr-banner-links, .gdpr-banner-links:hover {
    color: white!important;
    text-decoration: underline!important;
}

.gdpr-action-button {
    right: 0;
    -moz-min-width: 200px !important;
    -ms-min-width: 200px !important;
    -o-min-width: 200px !important;
    -webkit-min-width: 200px !important;
    min-width: 200px !important;
    line-height: 200px;
}

.gdpr-banner .btn-warning {
    border: 2px solid white!important;
}

    .gdpr-banner .btn-warning:hover {
        border: 2px solid orange!important;
        background-color: bisque!important;
        color: orange;
        font-weight: bold;
    }

.gdpr-banner input[type=checkbox]:checked + label {
    display: block;
    padding: 0px 20px;
    background-image: url(/public/20191011214923oe_/https://www.edevelopment.scot/eDevelopmentClient/Common/Images/checkbox-gdpr-banner-checked.PNG);
    background-repeat: no-repeat;
}

.gdpr-banner .checkbox {
    padding-left: 0 !important;
}


.gdpr-homepage-header {
    /*background-color: #5C6670;*/
    color: #eeeeee;
    height: 250px;
    font-size: 1.4em;
    padding-top: 10px;
    position: relative;
    display: inline;
    top: 10px;
}


    .gdpr-homepage-header input {
        background-color: #669d24;
        color: white;
        display: inline-block;
        border: none;
        border-radius: 3px;
        margin-bottom: 20px!important;
        text-decoration: none;
        font-size: 1em;
        padding: 0 6px;
        margin-left: 8px!important;
        height: 25px;
        width: 250px;
    }

        .gdpr-homepage-header input:hover {
            background-color: #76bd1d;
            color: white;
        }


#gdprModal div.modal-body {
    line-height: 20px;
    padding-bottom: 0;
}


#gdprModal div.modal-footer input {
    background-color: #669d24;
    color: white;
    border: none;
    border-radius: 0;
    margin-top: 5px;
    height: 30px!important;
    font-size: 1.5em;
    padding: 0 6px;
    border: 1px solid #5c6670;
}

    #gdprModal div.modal-footer input:hover {
        background-color: #76bd1d;
    }

.gdprModalWrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: white;
    opacity: 0.5;
}

#gdprModal {
    border: 1px solid darkgray;
    width: 450px;
    height: 250px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 #000000, 0 6px 20px 0 #000000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.background-blur {
    opacity: 0.8;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

#gdprModal div.modal-header {
    background-color: #5C6670;
    color: #eeeeee;
    height: 35px;
    padding: 5px;
}

#gdprModal div.modal-footer {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-center {
    margin-top: 1.5%;
}

.vertical-centered-button {
    margin: auto;
    height: 100%!important;
}

@media (max-width: 1577px) {

        .gdpr-banner .row {
    display: block;
}

.gdpr-banner [class*="col-"]{
    display: block;
}

    .gdpr-banner img {
        margin-top: auto;
        margin-bottom: auto;
    }

    .gdpr-banner {
        padding: 30px;
    }

    .gdpr-action-button {
        /* right: 0; */
        -moz-min-width: 100px !important;
        -ms-min-width: 100px !important;
        -o-min-width: 100px !important;
        -webkit-min-width: 100px !important;
        min-width: 100px !important;
        display: block;
        margin-top: auto;
        margin-bottom: auto;
    }

}


/*@media (min-width: 1400px) and (max-width: 1576px) {

    .gdpr-banner img {
        margin: auto;
        display: table-cell;
    }

    .gdpr-banner {
        padding: 30px;
    }

    .gdpr-action-button {
        right: 0;
        -moz-min-width: 100px !important;
        -ms-min-width: 100px !important;
        -o-min-width: 100px !important;
        -webkit-min-width: 100px !important;
        min-width: 100px !important;
        display: block;
    }

}*/


@media (min-width: 0px) and (max-width: 1576px) {

            .gdpr-banner .row {
    display: block;
}

.gdpr-banner [class*="col-"]{
    display: table-cell;
}

    .gdpr-banner img {
        margin: auto;
        padding-top: 0%;
        margin-top: 0;
        display: block;
    }

    .gdpr-banner {
        padding: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /*********************************************************
        eDevelopment Logo Resizing
    /*********************************************************/
    /*.img-logo img {
        display: block;
        max-width: 100%;
        width: auto;
    }*/

    .gdpr-banner .btn-warning {
        border: 2px solid white!important;
        margin-top: 0;
    }

    
.gdpr-banner .row {
    display: block;
}
}


@media (min-width: 0px) and (max-width: 900px) {
    
            .gdpr-banner .row {
    display: block;
}

.gdpr-banner [class*="col-"]{
    display: block;
}
}