﻿/*
    Author:     Chris Smith (DBC)
    Version:    1.0
    Date:       30/07/2020

    This is the style sheet for the Progressive Web App part of the site.
*/


/*--------------------------------------------------------------------------------Default Mobile size of iPhone 5 320px width---------------------------------------------------------------*/

/*-------------------------------Umbraco Forms-----------------------------*/

/*-----------Umbraco Forms--------------*/

.field-validation-error, .umbracoForms-Indicator {
    color: #DF1811;
    font-weight: 600;
}

.form-group.umbraco-forms-field.checkbox label.control-label.umbraco-forms-label {
    display: none;
}

.form-group.bootstrapCheckBox {
    margin-left: 22px;
}

    .form-group.bootstrapCheckBox label {
        font-weight: 700;
        margin-left: 7px;
    }

.umbraco-forms.missing-library {
    display: none;
    color: #413659
}

.formLoginOptions ul {
    list-style: none;
    margin: 10px 0 15px;
    padding-left: 0;
}

.formLoginOptions .fa-check {
    color: green;
}

.formLoginOptions .fa-times {
    color: #E51911;
}

.formLoginOptions h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.umbraco-forms-form h2 {
    margin: 25px 0 15px;
}

.umbraco-forms-form .form-group {
    margin-bottom: 25px;
}

.umbraco-forms-form .multiple-choice label {
    display: block;
    font-weight: 400;
    margin-left: 10px;
    padding: 6px 5px 2px;
}

.umbraco-forms-form .multiple-choice{
    margin: 5px 0;
}


/*.umbraco-forms-form .multiple-choice input[type=radio],
.umbraco-forms-form .multiple-choice input[type=checkbox] {
    margin-left: 5px;
}*/
.hideUmbracoFormControl-Next input.next,
.hideUmbracoFormControl-Previous input.prev,
.hideUmbracoFormControl-Submit input.form-submit {
    display: none;
}

.umbraco-forms-submitmessage {
    background-color: #0d870d;
    border-radius: 5px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 20px;
    text-align: center;
}

.marginBottom5 {
    margin-bottom: 5px;
}

/*--------------Verint Online Forms-----------------*/

.main.pwaVOF{
    padding: 0 0 35px;
}

.pwaVOF #dform_container{
    font-size: 16px;
    font-size: 1rem;
}

.pwaVOF #dform_container.dform_citizen{
    padding: 0;
}

.pwaVOF #dform_container .header1,
.pwaVOF #dform_container h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}


#dform_container .btn-primary {
    background: #007297;
    background-color: #007297;
    border-color: #006ea2;
    color: #fff;
}

#dform_container .btn-success {
    background: #2A832A;
    background-color: #2A832A;
    border-color: #2A832A;
}

.pwaVOF #dform_container input,
.pwaVOF #dform_container select,
.pwaVOF #dform_container textarea {
    margin-bottom: .75rem;
}

.pwaVOF #dform_widget_html_html_no_address_found {
    background-color: #cc0000;
    margin: 15px 0;
    padding: 10px;
}

    .pwaVOF #dform_widget_html_html_no_address_found p {
        color: #fff;
        margin-bottom: 0;
    }

.pwaVOF #dform_container legend {
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.325rem;
    line-height: 1.675rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.pwaVOF #dform_container .helptext {
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.pwaVOF #dform_container input[type='radio'], 
.pwaVOF #dform_container input[type='checkbox'] {
    height: 1.875rem;
    width: 1.875rem;
}

.pwaVOF #dform_container label{
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin: 15px 0 10px;
}

.pwaVOF #dform_container .dform_widget_chk_disclaimer label{
    margin: 0 0 5px;
}

.pwaVOF span[data-value="yes"],
.pwaVOF span[data-value="no"] {
    display: inline-block;
}

.pwaVOF select{
    background-color: #fff;
}

.pwaVOF .btn, 
.pwaVOF #dform_container button.orange{
    font-size: 1.25rem!important;
}

#dform_container #dform_widget_buttonset_bset_back1 {
    margin-top: 0;
}

    #dform_container button#dform_widget_button_but_home,
    #dform_container button#dform_widget_button_but_back6,
    #dform_container #dform_widget_button_but_back5,
    #dform_container button#dform_widget_button_but_back4,
    #dform_container button#dform_widget_button_but_back3,
    #dform_container button#dform_widget_button_but_back2,
    #dform_container #dform_widget_buttonset_bset_back1 button.back_button {
        padding: 10px 20px 10px 5px;
    }

/*Fixes verticle radios and checkboxes from listing diagnally when using BS5*/
.pwaVOF fieldset.radiogroup span,
.pwaVOF fieldset.checkboxgroup span {
    display: table;
}
    /* --------------------------------Offline Mode----------------------------------------------- */
    .isDisabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

a[aria-disabled="true"] {
    color: #cdf2f7;
    pointer-events: none;
    text-decoration: none;
}


#loader{
    display: none;
}


/*-------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------Master View------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/

/*-----------------------Header---------------------------*/

.headerTop {
    background-color: #007297;
    color: #fff;
}

.siteName{
    font-size: 1.75rem;
    font-weight: 600;
    padding: 15px 0;
}

.smallText{
    font-size: .75rem;
}

.connectionStatus{
    float: right;
    height: 69px;
}

#online {
    padding: 23px 0 15px;
}

#offline {
    padding: 18px 0 15px;
}

.black{
    background-color: #222;
}

input#pwaLogout {
    font-size: 1rem !important;
}

.pwa-logout-btn{
    background: transparent;
    border: none;
}

/*------------------------Footer--------------------------*/

.pWAFeedback {
    background-color: #fffe8c;
    padding: 2px 0;
}

    #FeedbackPromptBtn {
        font-size: 1.1375rem!important;
    }


footer {
    background-color: #474747;
    bottom: 0;
    height: 340px;
    margin-top: 30px;
    position: absolute;
    width: 100%;
}

footer li{
    margin-bottom: 8px;
}

    footer a,
    footer button.btn-link {
        color: #fff;
        font-size: 1.125rem!important;
        text-decoration: none;
    }

    footer a{
        padding: 4px;
    }

    footer button.btn-link {
        padding: 4px!important;
    }


        footer button.btn-link:hover,
        footer button.btn-link:focus,
        footer a:hover,
        footer a:focus {
            color: #ffff00;
            outline: 2px #ffff00 solid;
        }

        footer button.btn-link:focus {
            background-color: transparent;
        }

.footerLinksContainer,
.footerLogoContainer{
    padding-left: 15px;
    padding-right: 15px;
}

.footerLinksContainer{
    padding-top: 25px;
}

a.footerHomeLink{
    display: inline-block;
}

a.footerHomeLink:focus {
    outline: 2px solid #ffff00;
}

    a.footerHomeLink:focus img{
        opacity: .75;
    }

#FeedbackPromptBtn:focus{
    outline: 2px solid #DF1811;
}
/*--------------Installation Modal-----------------------*/
#iOSModalLabel {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-top: 0;
}

#iOSModal h3{
    margin-top: 0;
}

/*----------------------Main-----------------------------*/
main.main {
    padding: 10px 0 35px;
}


/*------------------Home Page----------------------------*/


/*---------Tile Utility Classes--------*/

.pwaTile-Left{
    padding-left: 0;
    padding-right: 2px;
}

.pwaTile-Centre{
    padding-left: 3px;
    padding-right: 2px;
}

.pwaTile-Right{
    padding-left: 3px;
    padding-right: 0;
}

.pwaTile-FullWidth{
    padding-left: 0;
    padding-right: 0;
}


.fa-1-5x {
    font-size: 2rem;
}

.pwaTileRowGap{
    margin-top: 5px;
}
/**********************/

.carousel{
    background-color: #313131;
}

.welcome {
    padding: 15px 0;
}

.welcome p{
    font-size: 1.125rem;
    margin: 10px 0;
}

.tiles{
    padding: 0 8px 25px;
}



.pwaTile{
    /*background-color: #007297;*/
    height: 100%;
    padding: 20px 9px 10px;
    text-align: center;
}

.pwaTileLinkPhrase {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 10px;
}

.pwaTileLink {
    background-color: #007297;
    color: #fff;
    display: block;
    height: 110px;
    text-decoration: none;
}

    #logoutButton{
        border: none;
        padding: 0;
        width: 100%;
    }

.pwaTileLink:hover,
.pwaTileLink:focus {
    background-color: #474747;
    color: #ffff00;
    text-decoration: none;
}

.pwaTileLink:focus {
    box-shadow: 0 0 0 2px #cc0000, 0 0 0 4px #333, 0 0 4px 7px #DF1811;
    outline: #ffff00 solid 2px;
}

/*    .pwaTileLink:hover .pwaTile,
    .pwaTileLink:focus .pwaTile {
        background-color: #474747;
    }*/


/*---------------------Report It------------------------------*/

.pwaReportItOptions{
    margin-top: 20px;
}


.pwaReportItOptions .open > .dropdown-menu {
    left: 5%;
    text-align: center;
    width: 90%;
}

.pwaReportItOptions .open > .dropdown {
    left: 5%;
}

    .pwaReportItOptions .dropdown-menu > li button,
    .pwaReportItOptions .dropdown-menu > li > a {
        color: #272626;
        font-weight: 400;
        padding: 10px 15px;
        text-decoration: none;
    }

.pwaReportItOptions .dropdown-menu > li:nth-of-type(2n+1) {
    background-color: #daf9fc;
}

    .pwaReportItOptions .dropdown-menu > li > a:focus,
    .pwaReportItOptions .dropdown-menu > li > a:hover,
    .pwaReportItOptions .dropdown-menu > li button:focus,
    .pwaReportItOptions .dropdown-menu > li button:hover {
        color: #daf9fc;
        text-decoration: none;
        background-color: #007297;
    }

    .pwaReportItOptions .dropdown-menu > li > a:focus,
    .pwaReportItOptions .dropdown-menu > li button:focus {
        outline: solid 2px #ffff00;
    }

.attachments img{
    height: auto;
    max-width: 100%;
}

#file-selector{
    max-width: 100%;
}

#output{
    padding-left: 20px;
}

#output img{
    margin: 5px 0 10px;
}

#continue{
    margin: 5px 0 20px;
}

/*----Vacancies-------*/

.pwaVacancy h1,
.pwaVacancyItem h1 {
    margin-top: 0;
}

.pwaVacancyPreviewDetails{
    margin: 10px 0 15px;
}

.pwaVacancyPreviewDetails .fa{
    margin-right: 5px;
}

dd{
    margin-bottom: 5px;
}




/*---------Bin Collections---------*/

#PostCodeSearchButton{
    margin-top: 24px!important;
}

input#PWABinPostcode {
    width: 190px;
}


    input#PWABinPostcode::placeholder {
        color: #747476;
    }
    /*---------Payments---------------*/
    .paymentTypes .btn-lg {
        font-size: .9375rem !important;
        text-align: left;
    }

.paymentTypes .panel-body p{
    line-height: 1.375rem;
}


/*---------What's On---------------*/

.pwaEventMoreDetails{
    display: none;
}

.pwaEvent {
    margin-bottom: 25px;
}

.pwaEvent h1.card-title{
    line-height: 1.75rem;
    margin-top: 0;
}

.pwaEventQuickDetails{
    margin-bottom: 15px;
}


.pwaEventQuickDetails span.fa {
    width: 18px;
}

.subscriptionToggles .btn{
    border-radius: 4px!important;
}



/*---------------Login------------*/

.PWALoginOption p.h3{
    margin-top: 0;
}

.PWALoginOption {
    min-height: 250px;
    padding: 15px 20px;
    position: relative;
}

.pwaLoginButton {
    position: absolute;
    bottom: 12px;
    width: 86%;
}

.fingerPrintLogin img,
.fingerPrintLogin span{
    display: inline-block;
}

.fingerPrintLogin img{
    margin-left: -10px;
}

.fingerPrintLogin span {
    font-size: 20px;
    margin-left: 5px;
}

.loginExtras{
    padding: 15px;
}

.loginExtras ul{
    margin-bottom: 0;
}


/*-------------Registration Page------------*/

.pwaRegisterFormContainer label {
    padding: 4px 0 0 5px;
}

.successfulRegistration h2{
    margin-bottom: 20px;
}


/*-------------Password Recovery-------------*/
.validation-summary-valid {
    display: none;
}

.passwordStrengthNote {
    padding: 15px 0;
}


/*-------------What's Near By---------------*/
.gMapOptions {
    margin-top: 20px;
}

.gMapOptions .panel-body{
    padding: 15px 7px;
}

#toggle-klm label{
    font-size: .875rem;
}

#toggle-klm input[type="checkbox"] {
    margin: 4px 1px 0;
}

/*-------------------------------------------News Area-----------------------------------------------*/

.pwaNews{
    margin-bottom: 35px;
}

.pwaNews h1.card-title{
    color: #383535;
    font-size: 1.625rem;
    margin-bottom: .75rem;
}


    .pwaNews h2.card-subtitle {
        color: #383535;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 10px;
    }



.pwaNews:focus {
    box-shadow: 0 13px 14px 2px rgba(0,0,0,.55);
    outline-color: #f68811;
}

/*-----------------------News Item-----------------------------*/

.newsItem .newsTitle{
    font-size: 1.375rem;
}

.newsItem .newsItemStory {
    font-size: 1rem;
    margin-top: 10px;
}

    .newsItem .newsItemStory p {
        line-height: 1.35;
    }


/*-------------------Consultations------------------------*/

.consultationPreview{
    margin-bottom: 25px;
}

.consultationPreview h1,
.consultationItem  h1{
    margin-top: 0;
}
.consultationLabel {
    font-weight: 600;
}

.consultationItem img{
    height: auto;
    max-width: 100%;
}

.pwaConsultationEmail a{
    font-size: 1rem;
    line-height: 1rem;
}

/*Umbraco Forms*/

.umbraco-forms-container label{
    font-size: .875rem;
}


/*----------Options Page-----------*/


/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------Mobile size of iPhone 6,7,8 375px width---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 375px) {
    /*------------------------Footer--------------------------*/



    /*---------------------Home Page [iphone 6,7,8]----------------------------*/
    /*---------Tile Utility Classes [iphone 6,7,8]--------*/
    .pwaTileLinkPhrase {
        font-size: 1.125rem;
    }

    /*---------Bin Collections [iPhone 6,7,8]---------*/

    input#PWABinPostcode {
        width: 245px;
    }

    /*---------What's On [iPhone 6,7,8]--------------*/



        .pwaEvent h1.card-title {
            line-height: 1.875rem;
            margin-bottom: 10px;
        }

    .pwaEventQuickDetails {
        font-size: 1.125rem;
    }

}


/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------Mobile size of iPhone 6,7,8 PLUS 414px width---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 414px) {

    /*------------------------Footer [iPhone 6,7,8 PLUS]--------------------------*/



    /*---------Bin Collections [iPhone 6,7,8 PLUS]---------*/

    input#PWABinPostcode {
        width: 284px;
    }

    /*----------------Home Page [iphone 6,7,8 PLUS]-------------------*/

    /*---------Tile Utility Classes [iphone 6,7,8 PLUS]--------*/
    .pwaTileLinkPhrase {
        font-size: 1.325rem;
    }

    /*--------News Area [iPhone 6,7,8 PLUS]--------------*/


    .pwaNews h2.card-subtitle,
    .pwaNews .card-text {
        font-size: 1.125rem;
    }


    /*---------What's On [iPhone 6,7,8 PLUS]--------------*/



    .pwaEvent h1.card-title {
        font-size: 1.875rem;
        line-height: 2rem;
        margin-bottom: 12px;
    }

    .pwaEventQuickDetails {
        font-size: 1.25rem;
    }

    .pwaEventQuickDetails span.fa{
        width: 22px;
    }

}

    /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*-------------------------------------------------------------------------------------(COL-SM)------------------------------------------------------------------------------------------------*/
    /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    @media only screen and (min-width: 576px) {

        /*----------------Master View-------------------*/

        /*--------Footer-------*/

        footer{
            height: 235px;
        }

        .footerLogoContainer {
            margin-top: 25px;
        }

        /*--------Account Registration/Activation---------*/

        .fa.fa-check-circle.activatedTick {
            font-size: 3rem;
        }

    }




    /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*---------------------------------------------------------------------------------------iPad--------------------------------------------------------------------------------------------------*/
    /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------------(COL-MD)-----------------------------------------------------------------------------------------------*/
    @media only screen and (min-width: 768px) {

        /*----------------------Main-----------------------------*/
        main.main {
            padding: 10px 0 70px;
        }

        /*----------------Feedback Bar [iPad]-------------*/

        .pWAFeedback {
            position: absolute;
            bottom: 180px;
            width: 100%;
        }


        /*-----------------Footer [iPad]------------------*/

        .footerLogoContainer {
            padding-top: 15px;
        }


        /*-------------Home page [iPad]-------------------*/

        .pwaTileLink {
            height: 140px;
        }

        .pwaTileLinkPhrase {
            font-size: 1.5rem;
            margin-top: 20px;
        }

        .pwaTile {
            padding: 25px 9px 10px;
        }

        .fa-1-5x {
            font-size: 2.5rem;
        }


        /*-------------Login page [iPad]-------------------*/
        .pwaLoginButton {
            width: 88%;
        }

        /*-------------Registration page [iPad]------------*/

        .mdpAlertIconResize,
        .pwaAlertIconResize {
            font-size: 5.5rem;
        }

        .fa.fa-check-circle.activatedTick {
            font-size: 4.5rem;
        }

        /*-------------Vacancies Area [iPad]---------------*/

        /*.pwaVacancy {
            min-height: 250px;
        }*/

        /*-------------News Area [iPad]--------------------*/

        .pwaNews h1.card-title {
            font-size: 1.75rem;
            margin-bottom: .875rem;
        }

        .pwaNews {
            margin-bottom: 50px;
        }

        /*---------What's On [iPad]--------------*/

        .pwaEvent {
            margin-bottom: 50px;
        }

        /*---------Consultation Area [iPad]---------------*/

        .consultationPreview {
            margin-bottom: 50px;
        }


        /*---------Options Page (Notifications) [iPad]-----*/

        .optionsPage input.deviceNameBox {
            margin-top: 29px;
        }

        .optionsPage button.deviceSaveButton {
            margin-top: 29px !important;
        }
    }



    /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*---------------------------------------------------------------------------------------Windows-----------------------------------------------------------------------------------------------*/
    /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------------(COL-LG)-----------------------------------------------------------------------------------------------*/
    /*@media only screen and (min-width: 992px) {

.formatBlockTextWhiteSpace {
    white-space: pre-line;
}


}*/


    .formatBlockTextWhiteSpace {
        white-space: pre-line;
    }

    /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*---------------------------------------------------------------------------------------iPad Pro----------------------------------------------------------------------------------------------*/
    /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
    @media only screen and (min-width: 1024px) {


        /*---------------------Home Page [iPad Pro]----------------------------*/
        /*---------Tile Utility Classes [iPad Pro]--------*/
        .pwaTileLinkPhrase {
            font-size: 1.625rem;
        }


        /*-------------Registration page [iPad Pro]------------*/

        .fa.fa-check-circle.activatedTick {
            font-size: 5rem;
        }

    }

    .PWA-Installer-Hidden {
        display: none;
    }

.field-validation-valid {
    display: none;
}