﻿html, body {
    height: 100%;
    min-height: 100%;
    overflow: hidden !important;
}

html {
    position: relative;
}

body {
    margin-bottom: 50px;
}


/*$global paddings*/


.no_padding {
    padding: 0 !important;
}

.no_padding_top {
    padding-top: 0 !important;
}

.no_padding_right {
    padding-right: 0 !important;
}

.no_padding_bottom {
    padding-bottom: 0 !important;
}

.no_padding_left {
    padding-left: 0 !important;
}

.padding_small_all {
    padding: 10px !important;
}

.padding_small_top {
    padding-top: 10px !important;
}

.padding_small_right {
    padding-right: 10px !important;
}

.padding_small_bottom {
    padding-bottom: 10px !important;
}

.padding_small_left {
    padding-left: 10px !important;
}

.padding_med_all {
    padding: 15px !important;
}

.padding_med_top {
    padding-top: 15px !important;
}

.padding_med_right {
    padding-right: 15px !important;
}

.padding_med_bottom {
    padding-bottom: 15px !important;
}

.padding_med_left {
    padding-left: 15px !important;
}



/*$global margins*/



.no_margin {
    margin: 0 !important;
}

.margin_extra_small_top {
    margin-top: 5px;
}

.margin_extra_small_right {
    margin-right: 5px;
}

.margin_extra_small_bottom {
    margin-bottom: 5px;
}

.margin_extra_small_left {
    margin-left: 5px;
}

.margin_small_top {
    margin-top: 10px !important;
}

.margin_small_right {
    margin-right: 10px !important;
}

.margin_small_bottom {
    margin-bottom: 10px !important;
}

.margin_small_left {
    margin-left: 10px !important;
}

.margin_med_top {
    margin-top: 15px !important;
}

.margin_med_right {
    margin-right: 15px !important;
}

.margin_med_bottom {
    margin-bottom: 15px !important;
}

.margin_med_left {
    margin-left: 15px !important;
}

.margin_large_top {
    margin-top: 30px !important;
}

.margin_large_right {
    margin-right: 30px !important;
}

.margin_large_bottom {
    margin-bottom: 30px !important;
}

.margin_large_left {
    margin-left: 30px !important;
}



/*$buttons*/



.btn-default {
    background: #748999;
    border-radius: 0;
    border: 0;
    padding: 7px 12px;
    color: #fff;
    text-transform: uppercase;
}

    .btn-default:hover, .btn-default:active, .btn-default:focus {
        background: #556774 !important;
        color: #fff !important;
        border-radius: 0;
        border: 0;
        outline: none !important;
    }

.btn-primary {
    background: #12afcb;
    border-radius: 0;
    border: 0;
    padding: 7px 12px;
    text-transform: uppercase;
    font-weight: 700 !important;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background: #0f94ac !important;
        text-transform: uppercase;
        outline: none !important;
    }

.large_btn {
    width: 100%;
    text-align: center;
}

.btn-cancel {
    background: #f25656;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}

    .btn-cancel:hover, .btn-cancel:focus, .btn-cancel:active {
        background: #f03636;
        color: #fff;
        outline: none !important;
    }



/*$borders*/



.border_top {
    border-top: solid 1px !important;
}

.border_right {
    border-right: solid 1px !important;
}

.border_bottom {
    border-bottom: solid 1px !important;
}

.border_left {
    border-left: solid 1px !important;
}

.border_all {
    border: solid 1px !important;
}

.border_none {
    border: 0 !important;
}

.border_none_top {
    border-top: 0 !important;
}

.border_none_right {
    border-right: 0 !important;
}

.border_none_bottom {
    border-bottom: 0 !important;
}

.border_none_left {
    border-left: 0 !important;
}

.border_default {
    border-color: #ddd !important;
}

.border_mainMenuGrid {
    border-color: #fff !important;
}

.border_dashed {
    color: #ddd !important;
}

.border_dashed_all {
    border: dashed 1px !important;
}

.border_dashed_top {
    border-top: dashed 1px !important;
}

.border_dashed_right {
    border-right: dashed 1px !important;
}

.border_dashed_bottom {
    border-bottom: dashed 1px !important;
}

.border_dashed_left {
    border-left: dashed 1px !important;
}



/*$labels*/



label {
    font-weight: normal;
    margin: 0;
}

.label_default {
    background: #7a6fbe;
    padding: 3px 6px;
    text-transform: uppercase;
}

.label_txt {
    font-size: 11px;
    color: #74767d !important;
    text-transform: uppercase;
    margin-bottom: 4px;
}


/*$form*/


#divProCloudLoginPage, #divBlueLightLoginPage {
    height: 100%;
}

#loginPageWrapper, #BlueLightLoginPageWrapper {
    padding-right: 300px;
}

#loginFormWrapper, #BlueLightLoginFormWrapper {
    width: 300px;
    position: fixed;
    top: 0;
    bottom: -50px; /*height of footer*/
    right: 300px;
    margin-right: -300px;
    z-index: 10001;
}

.form-control {
    border-radius: 0;
    border: solid 1px #ddd;
}

.form_row {
    margin-top: -7px;
}


#loginForm {
    z-index: 1000;
}

#loginDefault, #passwordReset, #BlueLightLoginDefault, #BlueLightPasswordReset {
    background: #fff;
}

.formLabel {
    text-transform: capitalize;
    font-size: 14px;
    color: #0085c4;
    font-weight: normal;
    margin-bottom: 0px;
}

.alert {
    margin-top: 0;
    margin-bottom: 30px;
}

#loginEmailAddressWrapper {
    margin-top: 9px;
}

#loginLogoWrapper, #passwordLogoWrapper, #BlueLightLoginLogoWrapper, #BlueLightPasswordLogoWrapper {
    display: table;
    width: 100%;
}

#loginLogoContainer, #passwordLogoContainer {
    height: 140px;
    display: table-cell;
    vertical-align: middle;
    /*background:pink;*/
}

    #loginLogoContainer img, #passwordLogoContainer img {
        margin: 0 auto;
    }


.termsContainer a {
    color: #12afcb !important;
}



/*$marketing carousel*/



#loginPageWrapper, #marketingSlider, #BlueLightLoginPageWrapper, #BlueLightMarketingSlider {
    height: 100%;
}

.carousel, .item, .active {
    height: 100% !important;
}

.carousel-inner {
    height: 100%;
    background: #343f47;
}

.carousel .carousel-inner .bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel_caption {
    display: table;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

.carousel_caption_row {
    display: table-row;
}

.carousel_caption_cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.marketing_heading {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
}

.marketing_heading_notupper {
    font-size: 34px;
    font-weight: bold;
}


.bg01 {
    background: url(../Images/img_5.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    /*background:url(../Images/new-helpdesk-hours-pro-cloud.jpg);
background-repeat:no-repeat;
background-position:right top;*/
}

.bg02 {
    background: url(../Images/img_1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg03 {
    background: url(../Images/img_2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg04 {
    background: url(../Images/img_3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg05 {
    background: url(../Images/img_4.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg06 {
    background: url(../Images/img_6.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg07 {
    background: url(../Images/img_7.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg08 {
    background: url(../Images/img_8.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg09 {
    background: url(../Images/img_9.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg10 {
    background: url(../Images/test.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg11 {
    background: url(../Images/img_11.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg12 {
    background: url(../Images/img_12.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg13 {
    background: url(../Images/img_13.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg14 {
    background: url(../Images/img_15.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg15 {
    background: url(../Images/img_16.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg16 {
    background: url(../Images/img_17.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg17 {
    background: url(../Images/img_18.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg18 {
    background: url(../Images/img_19.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bg20 {
    background: url(../Images/img_20.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgBBC {
    background: url(../Images/img_bbc2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgEbnsina {
    background: url(../Images/Ebnsina04.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgFord {
    background: url(../Images/Ford_Ambulance_Image2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

/*.bgStJohnsAmbulance1 {
    background: url(../Images/img_StJohnsAmbulance1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgStJohnsAmbulance2 {
    background: url(../Images/img_StJohnsAmbulance2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}*/

.bgBabcock1 {
    background: url(../Images/img_Babcock1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}


.bgLondonAmbulanceService1 {
    background: url(../Images/img_LondonAmbulanceService1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgLondonAmbulanceService2 {
    background: url(../Images/img_LondonAmbulanceService2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgLondonAmbulanceService3 {
    background: url(../Images/img_LondonAmbulanceService3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgLondonAmbulanceService4 {
    background: url(../Images/img_LondonAmbulanceService4.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}



.bgCSSAmbulance1 {
    background: url(../Images/img_CSSAmbulance1.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgCSSAmbulance2 {
    background: url(../Images/img_CSSAmbulance2.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgCSSAmbulance3 {
    background: url(../Images/img_CSSAmbulance3.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgCSSAmbulance4 {
    background: url(../Images/img_CSSAmbulance4.png);
    background-repeat: no-repeat;
    background-position: center top;
}



.bgAberdeenCES1 {
    background: url(../Images/img_AberdeenCES1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgAberdeenCES2 {
    background: url(../Images/img_AberdeenCES2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgAberdeenCES3 {
    background: url(../Images/img_AberdeenCES3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgAberdeenCES4 {
    background: url(../Images/img_AberdeenCES4.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}



.bgHampshirePNN1 {
    background: url(../Images/img_HampshirePNN1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgHampshirePNN2 {
    background: url(../Images/img_HampshirePNN2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}



.bgSJA1 {
    background: url(../Images/img_SJA1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgSJA2 {
    background: url(../Images/img_SJA2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgSJA3 {
    background: url(../Images/img_SJA3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgSJA4 {
    background: url(../Images/img_SJA4.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgSJA5 {
    background: url(../Images/img_SJA5.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgSJA6 {
    background: url(../Images/img_SJA6.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgSJA7 {
    background: url(../Images/img_SJA7.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgSJA8 {
    background: url(../Images/img_SJA8.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgMitie {
    background: url(../Images/Mitie_login.png);
    background-repeat: no-repeat;
    background-position: center top;
}


.bgVAM1 {
    background: url(../Images/img_vanda1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    /*background:url(../Images/new-helpdesk-hours-pro-cloud.jpg);
background-repeat:no-repeat;
background-position:right top;*/
}

.bgVAM2 {
    background: url(../Images/img_vanda2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgVAM3 {
    background: url(../Images/img_vanda3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgVAM4 {
    background: url(../Images/img_vanda4.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}


.bgAT1 {
    background: url(../Images/AT_bgd1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgAT2 {
    background: url(../Images/AT_bgd2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgAT3 {
    background: url(../Images/AT_bgd3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgNhsScotland {
    /*background:url(../Images/nhsScotlandBG.jpg);
background-repeat:no-repeat;
background-position:center top;*/
    background: url(../Images/new-helpdesk-hours-pro-cloud.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.bgCottsway {
    /*background:url(../Images/cottsway.jpg);
background-repeat:no-repeat;
background-position:center top;*/
    background: url(../Images/new-helpdesk-hours-pro-cloud.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}



.bgRapidResponseMedical1 {
    background: url(../Images/img_rapidresponsemedical1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgRapidResponseMedical2 {
    background: url(../Images/img_rapidresponsemedical2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgRapidResponseMedical3 {
    background: url(../Images/img_rapidresponsemedical3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgRapidResponseMedical4 {
    background: url(../Images/img_rapidresponsemedical4.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}





.bgMedux1 {
    background: url(../Images/img_medux1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgMedux2 {
    background: url(../Images/img_medux2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgMedux3 {
    background: url(../Images/img_medux3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}


.bgSCAS1 {
    background: url(../Images/img_SCAS1.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgSCAS2 {
    background: url(../Images/img_SCAS2.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgSCAS3 {
    background: url(../Images/img_SCAS3.png);
    background-repeat: no-repeat;
    background-position: center top;
}



.bgLFB1 {
    background: url(../Images/LFB/img_LFB1.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgLFB2 {
    background: url(../Images/LFB/img_LFB2.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgLFB3 {
    background: url(../Images/LFB/img_LFB3.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgLFB4 {
    background: url(../Images/LFB/img_LFB4.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgLFB5 {
    background: url(../Images/LFB/img_LFB5.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.bgLFB6 {
    background: url(../Images/LFB/img_LFB6.png);
    background-repeat: no-repeat;
    background-position: center top;
}



/*$footer*/



.footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #1e252a;
    color: #fff;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-left: -300px;
    padding-left: 300px;
}

.footer_mobile {
    width: 100%;
    background: #1e252a;
    color: #fff;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    padding: 17.5px 15px;
}

.contactDetailsWrapper {
    border: solid 1px #ddd;
    background: #f9f9f9;
    padding: 15px;
    color: #5f5f5f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .contactDetailsWrapper a {
        color: #12afcb !important;
    }

.contactDetailsWrapperDark {
    border: solid 1px #ddd;
    background: #223859;
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .contactDetailsWrapperDark a {
        color: #fff !important;
    }

.text_small {
    font-size: 11px;
}






/*$modals*/



.alert_modal_content_wrapper {
    border: 0;
    border-radius: 0;
}

    .alert_modal_content_wrapper .modal-header {
        padding: 0;
    }

    /*.alert_modal_content_wrapper .modal-body {
text-align:center;
}*/

    .alert_modal_content_wrapper .modal-footer {
        text-align: center;
        padding: 12.5px 15px;
    }

.modal_title_wrapper {
    display: table;
    width: 100%;
    height: 34px;
    vertical-align: top;
}

.modal_title_inner {
    display: table-row;
}

.modal_title_container {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
}

.modal_closeBtn_container {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
}

.modal_close_btn {
    padding: 15.5px 18.5px;
    background: #fff;
    color: #333;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}

    .modal_close_btn:hover, .modal_close_btn:focus, .modal_close_btn:active {
        background: #f1f1f1;
    }

.modal_heading {
    font-size: 14px;
    font-weight: bold;
    color: #4e5e6a;
    text-transform: uppercase;
}

.modal {
    z-index: 8000 !important;
}

.modal-backdrop {
    z-index: 7000 !important;
}

.modal_title_panel {
    padding: 10px 15px;
    background: #f9f9f9 !important;
    text-align: center;
}

.upgradeNotice {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
}

.videoBox {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    object-fit: cover !important;
}

    .videoBox video {
        min-width: 100% !important;
        min-height: 100% !important;
        width: auto !important;
        height: 100% !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%,-50%) !important;
    }




/************ FOR NEW LOGIN PAGE ************************************************************************************/

.loginSideBar {
    width: 370px;
    background: #fff;
    position: fixed;
    z-index: 900;
    top: 0px;
    left: 260px;
    bottom: 0px;
    margin-left: -260px;
    overflow-y:auto;
}

.loginSideBarTitle {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.loginSideBarWrapper {
    padding-left: 370px;
}

.loginMainContent {
    background-color: #1e252a;
    position: fixed;
    top: 0px;
    bottom: 100px;
    width: 100% !important;
}

.loginFooter {
    background: #1e252a;
    position: fixed;
    height: 133px;
    bottom: 0px;
    width: 100% !important;
}

.padding_large_top {
    padding-top: 30px !important;
}

.padding_large_bottom {
    padding-bottom: 30px !important;
}

.sideBarHeading {
    padding: 8.5px 10px;
    color: #cedadd;
    font-size: 11px;
    text-transform: uppercase;
}

    .sideBarHeading > img {
        margin: 0 auto !important;
    }

.label_txt_bold {
    font-size: 12px;
    font-weight: bold;
    color: #000 !important;
}

.padding_large_right {
    padding-right: 30px !important;
}

.padding_large_left {
    padding-left: 30px !important;
}

.btn-secondary {
    color: #12afcb !important;
    background-color: #fff;
    font-weight: 700;
    opacity: 1;
    text-transform: uppercase !important;
    border: solid 2px #dbe1ec;
}

    .btn-secondary img {
        display: inline-block;
        width: 14px;
        height: auto;
    }

    .btn-secondary:hover {
        background-color: #fff;
        border-color: #2092D4 !important;
    }

    .btn-secondary:focus {
        background-color: #fff;
        border-color: #2092D4 !important;
        outline: none !important;
    }

        .btn-secondary:focus:active {
            background-color: #fff;
            border-color: #2092D4 !important;
            outline: none !important;
            box-shadow: 0px 0px 2px 3px rgba(32, 146, 212, 0.33), 0px 0px 3px 0px rgba(32, 146, 212, 0.33) !important;
            -webkit-box-shadow: 0px 0px 2px 3px rgba(32, 146, 212, 0.33), 0px 0px 3px 0px rgba(32, 146, 212, 0.33) !important;
        }

.default_link {
    color: #12afcb !important;
    text-decoration: underline !important;
}

.lowestPriorityTxt {
    font-weight: 400 !important;
    font-size: 11px !important;
    color: rgba(18, 50, 74, 0.7) !important;
}

.loginSideBarFooter {
    height: 80px;
    position: fixed;
    bottom: 0px;
    word-wrap: break-word;
}

.videoBoxNew {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    object-fit: cover !important;
}

    .videoBoxNew video {
        min-width: 100% !important;
        min-height: 100% !important;
        width: auto !important;
        height: 100% !important;
        position: absolute !important;
        top: 53%;
        left: 45%;
        transform: translate(-55%,-53%);
    }

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 17%;
    float: left;
}

.css_table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.css_table_row {
    display: table-row;
}

.css_table_col {
    display: table-cell;
}

.css_table_full_height {
    height: 100%;
}

.table_full_height, .col_full_height {
    height: 100%;
}

.valign_middle {
    vertical-align: middle;
}

.loginFooter > div > div.col-xs-5ths {
    height: 133px;
}

.alert-info_Login {
    background: rgba(18, 175, 203, 0.15);
    border: 1px solid rgba(18, 175, 203, 1);
    color: rgba(78, 94, 106, 1);
    text-transform: none !important;
    text-align: left;
    padding: 15px 15px 15px 15px;
    margin-bottom: 0px !important;
}

.alert-warning_Login {
    background-color: rgba(216, 108, 0, 0.15) !important;
    border: 1px solid rgba(216, 108, 0, 1) !important;
    text-transform: none !important;
    text-align: left;
    padding: 15px !important;
    margin-bottom: 0px !important;
}

.txt_Blue {
    color: #12AFCB !important;
}

.txt_Red {
    color: #DB4848 !important;
}

.input_Grey {
    background-color: #f2f2f2 !important;
}



/*### AUTO COMPLETE BACKGROUND COLOUR CHANGES*/

/*FOR CHROME*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
    }

/*FOR FIREFOX*/
input:autofill {
    background: #f2f2f2 !important;
}

input {
    filter: none;
}

/*BIZARRELY, IE AND EDGE WORK FINE WITHOUT SPECIAL CSS DECLARATIONS*/

/*### END OF AUTO COMPLETE BACKGROUND COLOUR CHANGES*/



.parentElement {
    position: relative;
}

.txt_Grey {
    color: rgba(18, 50, 74, 0.3) !important
}

.loginInputIcon {
    position: absolute;
    top: 29px;
    left: 10px;
    font-size: 16px
}

.inputPaddingLeft {
    padding-left: 35px;
}

.initiallyHidden {
    display: none;
}

.loginLowPriorityTxt {
    font-weight: 400 !important;
    font-size: 13px !important;
}

.loginPageHeaderContainer {
    height: 100% !important;
    width: 300px !important;
    margin: 0 auto !important;
}

    .loginPageHeaderContainer > img {
        height: 100% !important;
        width: 300px !important;
    }


@media (min-width:2560px) {
    .videoBoxNew video {
        min-width: 100% !important;
        min-height: 100% !important;
        width: auto !important;
        height: 100% !important;
        position: absolute !important;
        top: 53% !important;
        left: 47% !important;
        transform: translate(-55%,-53%) !important;
    }
}

@media (min-width: 1461px) and (max-width: 1830px) {
    .col-xs-5ths {
        width: 15% !important;
    }
}

@media (min-width: 1050px) and (max-width: 1460px) {
    .col-xs-5ths {
        width: 13% !important;
    }
}

@media (min-width: 768px) and (max-width: 1049px) {
    .col-xs-5ths {
        width: 10% !important;
    }
}


.sliderCaptionReposition {
    padding-right: 15% !important;
}

.lowPriorityTxt {
    font-weight: 400 !important;
    font-size: 13px !important;
    /*line-height: 1.4px;*/
    color: rgba(18, 50, 74, 0.7) !important;
}

.loginFooterLink {
    color: #cccccc !important;
    text-decoration: underline !important;
    font-size: 12px !important;
}

    .loginFooterLink:hover {
        color: #cccccc !important;
        text-decoration: none !important;
    }

    .loginFooterLink:focus {
        color: #cccccc !important;
        text-decoration: none !important;
    }

/************ FOR NEW LOGIN PAGE ************************************************************************************/

.queenBanner {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100px !important;
    background-color: #000;
    margin: 0 auto !important;
    padding-left: 7%;
}

    .queenBanner > img {
        /*width: 100% !important;*/
        height: 100px !important;
    }



/***********************[LOGIN MEDIA QUERIES]***********************************************************************************************************************/

@media (max-width:767px) {


    body {
        background: #f1f4f9;
        margin: 0;
        padding: 30px 15px 0 15px;
    }

    #marketingSlider, #BlueLightMarketingSlider {
        display: none;
    }

    #loginPageWrapper, #marketingSlider, #BlueLightLoginPageWrapper, #BlueLightMarketingSlider {
        height: auto;
        padding: 0;
    }

    #loginFormWrapper, #BlueLightLoginFormWrapper {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        background: #fff;
        width: 100%;
    }

    .form-control {
        height: 44px;
    }

    .btn-primary {
        padding: 12px 12px;        
    }

    .btn-default {
        padding: 11px 12px;
    }

    #divProCloudLoginPage {
        display: none;
    }

    .loginSideBar {
        width: 100% !important;
    }
}

@media (min-width:768px) and (max-width:992px) {


    body {
        background: #f1f4f9;
        margin: 0;
        padding: 30px 15px 0 15px;
    }

    #marketingSlider, #BlueLightMarketingSlider {
        display: none;
    }

    #loginPageWrapper, #marketingSlider, #BlueLightLoginPageWrapper, #BlueLightMarketingSlider {
        height: auto;
        padding: 0;
    }

    #loginFormWrapper, #BlueLightLoginFormWrapper {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        background: #fff;
        width: 100%;
    }

    .form-control {
        height: 44px;
    }

    .btn-primary {
        padding: 12px 12px;
    }

    .btn-default {
        padding: 11px 12px;
    }

    #divProCloudLoginPage {
        display: none;
    }

    .loginSideBar {
        width: 100% !important;
    }

    .upgradeNotice {
        position: fixed;
        top: 0;
        z-index: 10000;
        width: 100%;
    }
}

.pcloudlogopos {
    margin-bottom: 12px !important;
}

/*********************** END OF [LOGIN MEDIA QUERIES]***********************************************************************************************************************/





