﻿/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);*/
/*@import url('https://fonts.googleapis.com/css?family=Oswald');*/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');


@font-face {
    font-family: 'Oswald', sans-serif;
    src: url('Futura-Medium.eot');
    src: url('Futura-Medium.eot?#iefix') format('embedded-opentype'), url('Futura-Medium.woff') format('woff'), url('Futura-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}


body {
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    font-size: 100%;
    color: #000000;
    /*background-image: url(../Images/main_home_image.png);*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /*background-size: 100% 100%;*/
}



.LoginLayoutWrapper {
    min-height: 100%;
    position: relative;
}

.SchwarzkopfLoginHeader {
    padding: 10px;
    /*background-color: #FFFFFF;*/
}

.SchwarzkopfLoginContent {
    padding-bottom: 100px;
    /*background-color: #E3E7F0;*/
}

.SchwarzkopfLoginFooter {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    padding: 25px 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    vertical-align: middle;
}


.EnrollmentForm {
    background-color: rgba(255, 255, 255, .5);
    padding: 15px 0px;
}

.DivDisplayNone {
    display: none;
}

h1.LoginHeadings {
    font-size: 25px;
}

.SchwarzkopfMobileNumber {
    padding-top: 30px;
    font-size: 25px;
}


.Divforall {
    width: 1100px;
    display: table;
    margin: 0 auto;
}

.Topbar {
    width: 100%;
    display: table;
    background-color: #ffffff;
}

.Topbar_left {
    width: 50%;
    float: left;
    display: table;
}

.Topbar_right {
    width: 25%;
    float: right;
    display: table;
    text-align: center;
    font-size: 24px;
    color: #6f757c;
}

.header {
    width: 100%;
    display: table;
    background-color: #343434;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    color: #ffffff;
}

.Login_bg {
    width: 100%;
    display: table;
    background-image: url(../Images/Login_BG.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 10px 0px 0px 0px;
}



.Login {
    float: left;
    width: 45%;
    display: table;
}

.Login_inner {
    width: 80%;
    display: table;
    margin: 0 auto;
}

    .Login_inner h1 {
        font-size: 36px;
        color: #000;
        text-align: center;
        display: table;
        padding-bottom: 15px;
        font-weight: normal;
        width: 100%;
    }

.Login_form {
    width: 100%;
    display: table;
    position: relative;
    background-color: rgba(255, 255, 255, .5);
    border-bottom: #c0c3c6 3px solid;
    border-top: #c0c3c6 3px solid;
    padding: 15px 0px;
}

.Login_Enrollmentbutton {
    padding: 7px 7px;
    border-radius: 5px;
    background-color: #F1B000;
    font-size: 16px;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
}

    .Login_Enrollmentbutton:hover {
        background-color: #2BC0DB;
    }

.LoginFormTable {
    width: 84%;
    border: 0px;
    margin: 0 auto;
}


.LoginLabels {
    font-size: 18px;
    padding-left: 5px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}


.Login_form_inner {
    width: 80%;
    display: table;
    margin: 0 auto;
    font-size: 16px;
    color: #000000;
}

.Login_form_inner_height {
    height: 40px;
}

.Login_textbox {
    width: 100%;
    display: table;
    background-color: #fff;
    border: #e3e3e3 1px solid;
    height: 35px;
}

.Login_button {
    width: 100%;
    display: table;
    background-color: #808285;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    height: 45px;
    border: 0;
    cursor: pointer;
}

.divcustomerimg {
    text-align: center;
    width: 20%;
    border-right: #c0c3c6 1px solid;
}

/*.Login_button:hover {
    background-color: #fff;
}*/

.a {
    font-size: 14px;
    color: #4890e0;
}

    .a:hover {
        color: #f1b000;
    }

.Lock {
    float: left;
    width: 10%;
    display: table;
    background-image: url(../Images/Lock_bg.png);
    background-repeat: repeat-y;
    background-position: center top;
}

    .Lock table {
        width: 100%;
        display: table;
        text-align: center;
        height: 380px;
    }

.Buttons {
    float: left;
    width: 35%;
    display: table;
    margin-top: 200px;
}

    .Buttons a {
        text-decoration: none;
    }

        .Buttons a:hover .Green_table {
            background-color: rgba(68, 137, 254, .5);
            border-bottom: 3px solid rgba(23, 99, 228, .5);
        }

        .Buttons a:hover .Blue_table {
            background-color: rgba(72, 224, 93, .5);
            border-bottom: 3px solid rgba(58, 179, 74, .5);
        }

.Green_table {
    background-color: rgba(72, 224, 93, .5);
    border-bottom: 3px solid rgba(58, 179, 74, .5);
    font-size: 24px;
    color: #ffffff;
    height: 95px;
}

.Blue_table {
    background-color: rgba(68, 137, 254, .5);
    border-bottom: 3px solid rgba(23, 99, 228, .5);
    font-size: 24px;
    color: #ffffff;
    height: 95px;
}

.Border {
    border-left: 2px solid rgba(255, 255, 255, .2);
    font-size: 24px !important;
}

.HCP_Enroll {
    width: 70%;
    display: table;
    margin: 0px auto 10px auto;
    position: relative;
    background-color: rgba(255, 255, 255, .8);
    border-bottom: #c0c3c6 3px solid;
    border-top: #c0c3c6 3px solid;
    padding: 15px 0px;
}

.Enroll_text {
    font-size: 16px;
    color: #2c2c2c;
}

    .Enroll_text span {
        color: #FF0000;
    }

.Enroll_text1 {
    font-size: 14px;
    color: #606060;
}

.Enroll_Textbox {
    width: 70%;
    display: table;
    background-color: #ffffff;
    border: #e3e3e3 1px solid;
    height: 27px;
}

.Enroll_Textbox_1 {
    width: 90%;
    display: table;
    background-color: #ffffff;
    border: #e3e3e3 1px solid;
    height: 27px;
}

.Yellow_button {
    background-color: #f1b000;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    padding: 8px 25px;
}

    .Yellow_button:hover {
        /*background-color: #2BC0DB;*/
        background-color: #4489fe;
    }

.Blue_button {
    background-color: #4489fe;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    padding: 8px 25px;
}

    .Blue_button:hover {
        background-color: #2BC0DB;
    }



.Footer {
    width: 100%;
    display: table;
    text-align: center;
    padding: 20px 0px;
    color: #ffffff;
    font-size: 14px;
    background: rgba(0, 0, 0, .2);
}

.User_text {
    font-size: 12px;
}

.Greenbar {
    width: 100%;
    display: table;
    background-color: #0bbad0;
    padding: 10px 0px;
    font-size: 21px;
    font-weight: lighter;
    color: #fff;
}

.Body_part {
    width: 100%;
    display: table;
    background-color: #2a2f43;
}

.Left_menu {
    float: left;
    width: 20%;
    display: table;
}

    .Left_menu a {
        font-size: 15px;
        font-weight: normal;
        color: #ffffff;
        text-decoration: none;
    }

        .Left_menu a:hover {
            color: #06bfd6;
        }

.Right_part {
    float: left;
    width: 80%;
    display: table;
    background-color: #f4f7f9;
}

.Breadcrum {
    width: 100%;
    display: table;
    background-color: #ffffff;
    padding: 10px 0px;
    color: #CCC;
    margin-bottom: 15px;
}

.Block {
    width: 95%;
    display: table;
    margin: 0 auto 15px auto;
}

.Block_left {
    float: left;
    width: 40%;
    display: table;
    margin-right: 3%;
}

.Block_right {
    float: left;
    width: 47%;
    display: table;
}

.Greytext {
    font-size: 21px;
    font-weight: bold;
    color: #a9acbd;
    text-transform: uppercase;
}

.Numbertext {
    font-size: 48px;
    font-weight: bold;
    color: #2a2f43;
}

.White_block {
    width: 100%;
    display: table;
    background-color: #fff;
    box-shadow: 2px 2px 0px #e5eaee;
    padding: 10px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 21px;
    color: #a9acbd;
    text-transform: uppercase;
}

.White_block_h2 {
    width: 95%;
    display: table;
    margin: 0 auto;
    font-size: 18px;
    color: #a9acbd;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.Green_grid_th {
    background-color: #67d3e0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 0px;
}

.Green_grid_th_th {
    background-color: #2a2f43;
    padding: 5px 0px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.Green_grid_th_td {
    background-color: #e5eaee;
    padding: 13px 0px;
    color: #797979;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.Green_grid_th_td_1 {
    background-color: #fafbfc;
    padding: 13px 0px;
    color: #797979;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
}

.Span_blue {
    background-color: #7189d6;
    padding: 3px 7px;
    color: #ffffff;
    font-size: 13px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.Grid_button {
    width: 90%;
    display: table;
    margin: 0 auto;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}


.Green_button {
    background-color: #67d3e0;
    padding: 9px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

    .Green_button:hover {
        background-color: #666;
    }

.Grey_grid_th {
    background-color: #fafafa;
    border-bottom: #e5eaee 1px solid;
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px;
}

.Grey_grid_td {
    background-color: #ffffff;
    border-bottom: #e5eaee 1px solid;
    font-size: 15px;
    color: #666666;
    padding: 10px 0px;
}

.Inner_footer {
    width: 100%;
    display: table;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.SchwarzkopfLogo {
    text-align: center;
}

.RowMargins {
    margin-bottom: 10px;
}

.ForgotPassword {
    font-size: 18px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

    .ForgotPassword:hover {
        color: #FFF !important;
    }

.LoginTextBox {
    background-color: rgba(71,58,78,0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* border-radius: 4px; */
    margin: 0px;
    height: 40px;
    width: 100%;
    outline: medium none;
    font-family: sans-serif;
    font-size: 12px;
    color: #fff !important;
    padding-left: 0px;
}

.FormLabels {
    text-align: left;
}

.Form_TextBox {
    background-color: #ffffff;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    margin: 0px;
    height: 27px;
    width: 90%;
    outline: medium none;
    font-family: inherit;
    font-size: 12px;
    color: #373737;
    padding-left: 0px;
}

    .Form_TextBox:focus, .Form_TextArea:focus, select:focus {
        border: 1px solid #055D7A;
    }

.Form_TextArea {
    background-color: #ffffff;
    border: #e3e3e3 1px solid;
    border-radius: 4px;
    margin: 0px;
    width: 90%;
    height: 50px;
    outline: medium none;
    font-family: inherit;
    font-size: 12px;
    color: #373737;
    padding-left: 0px;
    resize: vertical;
}


.nselect {
    width: 90% !important;
    height: 50px;
}

.message {
    border-radius: 2px;
    border: medium none;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 1.42857;
    position: fixed;
    z-index: 99999;
    display: none;
    left: 50%;
    top: 10px;
    box-shadow: 0 1px 2px #B9B9B9;
    min-width: 500px;
    margin-left: -250px;
}

    .message.error {
        color: #A94442;
        background-color: #F2DEDE;
        border-color: #EBCCD1;
    }

    .message.success {
        color: #3C763D;
        background-color: #DFF0D8;
        border-color: #D6E9C6;
    }

    .message.info {
        color: #31708F;
        background-color: #D9EDF7;
        border-color: #BCE8F1;
    }

    .message.warning {
        color: #8A6D3B;
        background-color: #FCF8E3;
        border-color: #FAEBCC;
    }


.EnrollmentBackground {
    background-image: url(../images/Login_BG.jpg);
    background-size: cover;
}


.DefaultBackground {
    /*background-image: url(../images/main_home_image.png);*/
    background-image: url(../Images/Login_BG.jpg);
    background-size: cover;
}


@media (min-width: 768px) {
    .SchwarzkopfLogo {
        text-align: left;
    }

    .FormLabels {
        text-align: right;
    }
}

@media (min-width: 992px) {

    .header {
        font-size: 30px;
    }

    h1.LoginHeadings {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
}
