﻿@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body {
    background-color:white;
    overflow-x:hidden;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
    body.RegisterCompany {
        padding-bottom: 30px;
    }

#MasterSearch {
    display:inline;
    position:relative;
    float:right;
}

input[type="text"] {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    height: 38px;
    padding: 0px 10px;
    max-width: calc(100% - 20px);
}

select::-ms-expand {
    display: none;
}

input[type=button], input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
}

#d_Pre_Loader_Text {
    /* font-family: 'Proxima Nova Regular';*/
    display: none;
}

#d_Header_Content {
    height:180px;
}

#d_Footer {
    position:fixed;
    bottom:0px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:13px;
    background-color:white;
    height:25px;
    line-height:25px;
    width:100%;
}

.d_CPL {
    display: inline;
}

.d_TCs {
    float: right;
    cursor:pointer;
    display:inline;
    margin-right:20px;
    color:black;
    text-decoration:none;
}

.d_TCs:hover {
   text-decoration:underline;
   font-weight:600;
}

.d_Logo {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100px;
    position: absolute;
    top: 100px;
    background-image: url(https://cplresourcestorage.blob.core.windows.net/media/120608_logo.png);
}

.menuTilesContainer {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
    height: calc(100% - 200px);
    vertical-align: middle;
    position: absolute;
}

#welcomeLabel::before {
    content: "";
    white-space: pre-wrap;
}
.ConsoleLink::before {
    content: 'My courses';
}

.menuTile {
    top: 90px;
    vertical-align: top;
    display: inline-block;
    width: 370px;
    min-height: 370px;
    background-color: #fff;
    background-size: 100% !important;
    background-repeat: no-repeat;
    margin: 20px;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    border: 1px solid #E6E6E6;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
}

#d_Welcome.menuTile {
    box-shadow: 0 0px 0px 0px rgba(0,0,0,0.1);
    border: 1px solid #F2F2F2;
    cursor: default;
}

.menuTileLabelWelcomeText {
    text-align: left;
    font-family: defaultFont, sans-serif;
    color: #3F3D56;
    font-size: 16px;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 24px;
}

.menuTileLabel {
    margin: 25px 0px 19px 40px;
    text-align: justify;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #3F3D56;
    font-weight: 600;
    color: #3F3D56;
}

.menuTileImage img {
    margin: 0 auto 40px auto;
    display:block;
    max-width:100%;
}

#d_Register .menuTileLabel, #d_MyAccount .menuTileLabel {
    text-align: center;
    margin: 0;
}
.menuTileSubLabel {
    text-align: center;
    font-family: defaultFont, sans-serif;
    font-size: 16px;
    color: #3F3D56;
    margin-top: 5px;
    text-decoration: underline;
}
#d_Already_Registered, #d_Already_Registered2 {
    cursor: pointer;
    z-index: 2;
    margin: 0 auto 5px auto;
    padding-bottom: 10px;
}

.tileLineHeight {
    line-height: 330px;
}

#d_Register:hover, #d_MyAccount:hover {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}

#tb_Welcome_Postcode {
    text-transform: uppercase;
}

.mainContent {
    border: solid 0px;
    font-family: defaultFont;
}

#OrderReview {
    width: 30%;
    min-width: 400px;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    border-top: 1px solid rgba(0,0,0,0.1);
}

#RegisterCompany {
    position: relative;
    /*bottom:0px;*/
    width: 100%;
    text-align: center;
    padding: 0px;
    font-size: 18px;
    margin: 0 auto;
    height: auto;
    /*overflow:hidden;*/
    background-size: cover !important;
}
    #RegisterCompany input, #RegisterCompany select {
        width: 100%;
        border-radius: 3px;
        height: 18px;
        border: 1px solid #CCCCCC;
        font-size: 14px;
        padding: 10px;
        max-width: calc(100% - 20px);
        color: #3F3D56;
        font-family: defaultFont;
    }
    #RegisterCompany select {
        height: 40px;
        max-width: 100%;
    }

#pnl_Admin_Introduction {
    text-align: left;
    max-width: 370px;
    margin: 0 auto;
    color: #3F3D56;
    font-size: 14px;
}

.d_Label {
    width: 80%;
    border-radius: 2px;
    height: 24px;
    line-height: 24px;
    padding: 10px 0px 0px 0px;
    text-align: justify;
    position: relative;
    font-family: semiBoldFont;
    color: #8B899D;
    font-size: 12px;
}
#pnl_Virtual_Users {
    color: #3F3D56;
    font-size: 16px;
}
    #pnl_Virtual_Users div {
        text-align: left;
        line-height: 20px;
        margin-bottom: 5px;
    }
    #pnl_Virtual_Users input, #pnl_Virtual_Users span {
        display: inline-block;
        width: auto;
        vertical-align: top;
    }
    #pnl_Virtual_Users input {
        height: 20px;
        width: 20px;
        cursor: pointer;
    }
    #pnl_Virtual_Users span {
        padding: 3px 0 0 8px;
    }

#pnl_GDPR {
    max-width: 370px;
    margin: 10px auto;
}
#cb_GDPR {
    margin-bottom: 5px;
}
#pnl_GDPR span {
    font-size: 11px;
}

#filterSteps {
    display: block;
    margin-top: 35px;
}

.typeSelect {
    height: 15px;
    color: #CCCCCC;
    font-family: 'Source Sans Pro SemiBold', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    text-align: center;
    width: 60px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    vertical-align: top;
    position: relative;
    margin-right: 30px;
}
.typeSelect:last-of-type {
    margin-right: 0;
}

.typePicked {
    color: #152835;
/*    cursor: pointer;*/
}

.typeDone {
    color: #00A96C;
}

#d_CompanyRegistration h2, #d_CompanyAdmin h2 {
    margin: 35px auto 30px auto;
    max-width: 370px;
    text-align: left;
    font-family: 'Montserrat';
    font-size: 24px;
    color: #3F3D56;
}
#d_CompanyRegistration .d_Input_Row, #d_CompanyAdmin .d_Input_Row {
    max-width: 370px;
    margin: 0 auto;
}

#tb_Site_Postcode {
    text-transform: uppercase;
}

#d_England_Regions {
    display: none;
}

.c_RegisterCompany {
    margin: auto;
    /*    min-width:400px;*/
    width: calc(100% - 30px);
    max-width: 620px;
    background-color: white;
    -webkit-box-shadow: 0 5px 10px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 10px 5px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 5px;
    padding-bottom: 20px;
}
    .c_RegisterCompany .popUpValidationError {
        text-align: left;   
    }

#img_Back {
    cursor: pointer;
    float: right;
    margin-top: -25px;
    margin-right: 12px;
}

#PleaseReviewText::before {
    content: "Please review the following company information, if this isn't your company, please return to the previous page.";
    white-space: pre-wrap;
}
#PleaseReviewText {
    font-size: 14px;
    color: #3F3D56;
    font-family: defaultFont;
}

.d_Submit {
    margin: 15px 0px 15px 0px;
    height: 40px;
}

#RegisterCompany input.SubmitBtn.colouredButton {
    float: none;
    height: 40px;
    border: 0;
    padding: 0;
    width: 100px;
    color: #fff;
    font-size: 16px;
    font-family: semiBoldFont;
}


/*.SubmitBtn {
    width:200px !important;
    text-align:center !important;
    position:relative !important;
    height:40px !important;
    left:calc(50% - 100px) !important; 
    margin:auto !important;
    line-height: normal !important;
}*/

.tbl_CreateUsers {
    width:100%;
    margin-top:10px;
    margin-bottom:50px;
}

.addNewUser {
    display: flex;
    position: relative;
    float: right;
    line-height: 30px;
    right: 0px;
    cursor: pointer;
    background-color: #E9E8F1;
    border-radius: 3px;
    margin: 0px 10px 0px 10px;
}

.addNewUser:hover {
    opacity:0.8;
}

.addNewUserPlus {
    background-image: url(../images/Add.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.addNewUserText {
    line-height: 40px;
    height: 40px;
    margin: 0px 10px 0px 0px;
    font-size: 14px;
}

.createUsersHeader {
    position: relative;
    margin: 20px 0px;
    width: 100%;
    height: 40px;
}

.createUsersHeader h2 {
    display:inline;
    position:relative;
    margin:0px;
    float:left;
    margin-left:20px;
}


.createUsersAdd {
    display:inline;
    position:relative;
    float:right;
    margin:0px 0px 0px 20px;
    padding:0px;
    line-height:30px;
    right:0px;
}

.editIcon {
    background-image: url(../images/Edit1.svg);
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

    .editIcon:hover {
        background-image: url(../images/Edit2.svg);
    }

.selectPicker {
    position: relative;
    width: 390px;
    height: 42px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    margin: 12px 0px 12px 0;
    color: #4D4D4D;
    background: linear-gradient(180deg, #FAFAFA 0%, #F2F2F2 35.28%, #F2F2F2 100%);
    font-family: defaultFont;
    padding: 0px 10px;
}

#d_Alert_Popup, #d_CSV_Error_Pop_Up, #d_Save_Popup, #d_SuccessPopup {
    display: none;
    z-index: 999;
    position: fixed;
    width: 490px;
    border: 1px solid #20083F;
    background-color: white;
    padding: 40px;
    color: #3F3D56;
    max-width: calc(100% - 100px);
    min-height: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 30px -10px rgba(63,61,86,0.2);
    font-family: defaultFont;
}
    #d_Alert_Popup p {
        font-family: defaultFont;
    }
#d_Alert_Pop_up h2 {
    font-family: 'Montserrat';
    font-size: 24px;
    color: #3F3D56;
}
#d_Alert_Popup_Buttons { width:100%; text-align:center;}
#d_Alert_Popup_Buttons span { display:inline-block; background-color:#015030; color:white; cursor:pointer; width:70px; height:30px; line-height:30px; margin-right:5px; border-radius:2px;  }
#d_Alert_Popup_Buttons span:last-of-type { margin-right:0px;}

.d_Alert_Pop_Up_Buttons {
    width: 180px;
    height: 40px;
    float: right;
}
.d_Alert_Pop_Up_Buttons .popupBtn {
    text-decoration: none;
    display: inline-block;
}

#d_Alert_Popup_Content {
    overflow-wrap: break-word !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}
.d_Alert_Pop_Up_Login_Buttons {
    display: none;
}

#LogOut {
    display: none;
    position: absolute;
    font-family: defaultFont;
    color: #3F3D56;
    right: 30px;
    font-size: 16px;
    text-align: right;
    margin-top: 20px;
}
#LoggedInUserName {
    color: #A09EB2;
}

#LogOut h1 {
    display: inline;
    position: relative;
    font-weight: 600;
}
#LogOut a {
    text-decoration: none;
    color: #4D4D4D;
}
    #LogOut a[id="a_User_Guide"] {
        text-decoration-line: underline;
    }


    #Logout a:hover, #Logout a:visited {
        color: #4D4D4D;
    }

.SignOutBtn {
    display: inline;
    position: relative;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    background-color: transparent;
    border: 0px;
    font-family: defaultFont !important;
    color: #4D4D4D;
}

.SignOutBtn:hover {
    color:#e6e6e6;
}

#ClearSession {
    display: none;
}