﻿
label {
    font-family: Et cetera;
    font-size: 15px;
    color: #666;
    font-weight: normal;
    max-width: 100%;
    margin-bottom: 5px;
    cursor: default;
}

.LoginContainertmp a {
    font-family:Helvetica;
    font-size: 15px;
    display: inline-block;
    margin-top: -5%;
    font-weight: 600;
    border-bottom: 1px solid #ce0000;
    /*float: left;*/
}

.LoginContainertmp a:hover, .LoginContainertmp a:focus {
	text-decoration: underline;
}
#ChangePassword a:hover, #ChangePassword a:focus {
    text-decoration: none;
}
/*#ChangePassword .btn-cancel-wrapper {
    margin-bottom: 50px;
}*/

.anchorForRecover {
    margin-top: 3% !important;
    font-family: Et cetera;
    text-decoration: underline;
    font-weight: normal !important;
    border-bottom: 0 !important;
    margin-bottom: 30px;
}
.linkStyle {
    color: #ce0000;
    text-decoration: underline;
    display: block;
    font-size: 15px;
}

label.CheckboxRadioStyle span {
    width: 100%;
    height: 29px;
    display: block;
    font-family: Et cetera;
    font-size: 15px;
    cursor: pointer;
    /*padding: 29px 0 0 0;*/
    padding-left: 45px;
    color: #6f7b8a;
}

label.CheckboxRadioStyle input[type="checkbox"] + span {
    background: url(../images/icons/checkboxSprite.png) 0 0 no-repeat;
    margin-right: 20px;
    font-weight: 600;
}

label.CheckboxRadioStyle input[type="radio"] + span {
    background: url(../images/icons/radioBtnSprite.png) 0 0 no-repeat;
    margin-right: 20px;
    font-weight: 600;
    line-height: 29px;
    height: 29px;
}


label.CheckboxRadioStyle input[type="radio"]:checked + span {
    background: url(../images/icons/radioBtnSprite.png) 0 -29px no-repeat;
    margin-right: 20px;
    font-weight: 600;
    color: #ce0000;
    line-height: 29px;
}

.LoginContainertmp label.CheckboxRadioStyle {
    width: 100%;
    margin-top: 39px !important;
    margin-bottom: 39px;
    /*margin-right:130px;*/
    margin-left: 10px;
}


label.CheckboxRadioStyle input[type="radio"] {
    width: 29px;
    height: 29px;
    margin: -1px 20px 0 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    z-index: 998;
    visibility: hidden;
}


input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], input[type="password"] {
    width: 100%;
    height: 35px;
    font-family: Helvetica;
    font-size: 16px;
    /*font: inherit;*/
    font-weight: 600;
    padding: 0 0 0.5% 2%;
    margin: 0 0 3% 0;
    border: none;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-appearance: none;
    box-shadow: none;
    color: #000000;
    border-bottom: solid 1px #959595;
    background: transparent;
    font-weight: normal;
}

input::placeholder {
    color: #999999 !important;
   font-size:16px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="password"]:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.SelectHolder label.CheckRadioboxStyle input[type="checkbox"] + span:hover, .SelectHolder label.CheckRadioboxStyle input[type="radio"] + span:hover {
    background: #d8dada;
    color: #797979;
}

.SelectHolder label.CheckRadioboxStyle input[type="checkbox"] + span, .SelectHolder label.CheckRadioboxStyle input[type="radio"] + span {
    background: #666666;
    color: white;
    line-height: 20px;
    font-size: 12px;
    padding: 0px;
    height: 20px;
}

.SelectHolder label.CheckRadioboxStyle input[type="checkbox"]:checked + span, .SelectHolder label.CheckRadioboxStyle input[type="radio"]:checked + span {
    background: #666;
    color: #fff;
}
/*#ChangePassword .LoginContainertmp{
    margin-top: 12%;
}*/
#PasswordReminder .LoginContainertmp {
    margin-top: 120px;
}
/*.LoginContainertmp {
    width: 550px;
    height: auto;
    padding: 1.5% 2% .5%;
    background: linear-gradient(to top,	#F8F8F8 0%,#F8F8F8 50%,#F8F8F8 100%);
    border-radius: 10px;
    margin: 2% auto;
    box-shadow: 2px 2px #D0D0D0;
    max-width: 75%;
    background-attachment: fixed;
}*/

.LoginContainertmpPadding {
    padding-bottom: 11.5%;
}

.LoginContainertmp .LoginContent {
    width: 100%;
    height: auto;
    padding: 30px 20px 10px 22px;
    background: #f7f7f7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
    -moz-box-shadow: 0 2px 1px 0 #bdbdbd;
    box-shadow: 0 2px 1px 0 #bdbdbd;
    margin-bottom: 25px;
    margin-top: 25px;
}

    .LoginContainertmp .LoginContent h2 {
        padding: 0 0 1px 0 !important;
        margin-left: -3px;
    }

    .LoginContainertmp .LoginContent p {
        padding: 6px 0;
        color: #7d7d7d;
        margin-bottom: 10px;
    }

        .LoginContainertmp .LoginContent p#SelectLanguageDesc {
            margin: 4px 0 1px 0;
        }

    .LoginContainertmp .LoginContent input[type="text"] {
        width: 100%;
        max-width: none;
        border-bottom: solid 1px #ce0000;
        font-size: 12px;
        color: #ce0000;
        box-shadow: none;
        background: transparent;
    }

    .LoginContainertmp .LoginContent input[type="password"] {
        width: 100%;
        max-width: none;
        border-bottom: solid 1px #ce0000;
        font-size: 12px;
        color: #ce0000;
        box-shadow: none;
        background: transparent;
    }

    .LoginContainertmp .LoginContent a {
        font-family: Et cetera;
        font-size: 15px;
        display: block;
        padding-bottom: 15px;
        font-weight: 600;
        background-color: transparent;
    }


.RecoverBtn {
    /*width: auto;
    min-width: 134px;
    height: 44px;
    display: block;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;*/
    /*-webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);
    -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.64);
    border: none;
    border-radius: 5px;
    outline: none !important;
    background-color: #6db30a;
    background-image: -webkit-linear-gradient(90deg, #6c8f1b 0%, #a4cc4d 100%);*/
    /* margin: 20% 0 0 0%; */
    /*padding: 0 15px;
     background: #6DB30a;
	background: -moz-linear-gradient(top,#6DB30a 0%,#82a82f 50%,#6d921c 89%);
	background: linear-gradient(to bottom,#6DB30a 0%,#6dad10 50%,#70b707 89%);
	background: linear-gradient(to bottom,#6DB30a 0%,#6dad10 50%,#70b707 89%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4cc4d',endColorstr='#6d921c',GradientType=0);
	-webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
	-moz-box-shadow: 0 2px 1px 0 #bdbdbd;
	box-shadow: 1px 1px 1px 0 #000000;
      border-radius: 5px;
    border: none;
    outline: none;*/



}
.RecoverBtn:hover
{
    /*background-image:none !important;*/
    /*background:#477407 !important;*/
    /*background:linear-gradient(to bottom,#6DB30a 0%,#477407 110%) !important;*/
}

.RecoverBtn:focus,.RecoverBtn:active {
    /*background-image: none !important;*/
    /*background: #477407 !important;*/
}

h4 {
    font-family: Helvetica;
    font-size: 16px;
}


h2 {
    font-family: Helvetica;
    font-weight: normal;
    font-size: 80px;
    padding-bottom: 5px;
    color: #666666;
}


.BorderBottom {
    border-bottom: solid 1px #666666;
}

.BorderTop {
    border-top: solid 1px #666666;
}

.marginTop20px {
    margin-top: 20px !important;
}

/*.marginBottom20px {
    margin-bottom: 5% !important;
}*/

.marginBottom20Recoverpx {
    margin-bottom: 3% !important;
}


.dataTables_filter .input--sae label {
    font-size: 15px;
}

.input--sae {
    width: 100%;
    max-width: 550px;
    height: 40px;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 bottom, right bottom;
}

    .input--sae input:required + label:after {
        display: none;
    }

    .input--sae input {
    width: 100%;
    height: 100% !important;
    font-family: Helvetica;
    line-height: 50px;
    position: relative;
    display: block;
    padding: 0 3%;
    margin: 0 !important;
    border: none;
    background: transparent;
    color: #000000;
    border-bottom: solid 1px #959595;
    }

        .input--sae input:focus + label .input__label-content--sae {
            -ms-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
            -o-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
            -moz-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
            -webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
            transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
        }

        .input--sae input:focus + label::after {
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .input--sae input:required + label:after {
            width: 25px;
            height: 25px;
            position: absolute;
            top: 35px;
            left: 700px;
            right: 10px;
            content: '*';
            font-size: 55px;
        }

    .input--sae label {
        width: 100%;
        color: #ce0000;
        height: 100%;
        font-family: Helvetica;
        font-size: 20px;
        font-weight: normal;
        padding: 0 0 0 20px;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: -36px;
    }

        .input--sae label span.input__label-content--sae {
            padding: 0;
            display: inline-block;
            vertical-align: bottom;
            -ms-transform: translate3d(0, 35px, 0);
            -o-transform: translate3d(0, 35px, 0);
            -moz-transform: translate3d(0, 35px, 0);
            -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
            -ms-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-transition: transform 0.3s;
            -moz-transition: transform 0.3s;
            -o-transition: transform 0.3s;
            transition: transform 0.3s;
        }

.dataTables_filter .input--sae label {
    font-size: 15px;
}

.input--filled {
    width: 100%;
    height: 40px;
    background-image: url(Images/input-side-line-grey.png), url(Images/input-side-line-grey.png) !important;
    background-repeat: no-repeat;
    background-position: 0 bottom, right bottom;
}

    .input--filled input {
        width: 100%;
        height: 40px;
        font-family: Helvetica;
        font-size: 20px;
        line-height: 50px;
        position: relative;
        display: block;
        padding: 0 20px;
        margin: 0;
        background: transparent;
    }

    .input--filled label {
        width: auto;
        font-size: 20px;
        position: absolute;
        padding: 0 0 0 20px;
        left: 0;
        top: -20px;
        float: left;
        clear: both;
    }

        .input--filled label span.input__label-content--sae {
            -ms-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
            -o-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
            -moz-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
            -webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
            transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
        }

        .input--filled label::after {
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .input--filled:required + label:after {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 35px;
        right: 10px;
        z-index: 9999;
        content: '*';
        font-size: 55px;
    }

.input--sae.error {
    position: relative;
}

    .input--sae.error span.errorMessage {
        font-family: Helvetica;
        font-size: 14px;
        color: #fb2a3a !important;
        display: block;
        position: absolute;
        bottom: -40px;
        right: 0;
        text-align: center !important;
    }

.input--sae.inputHolderDisabled {
    position: relative;
}

    .input--sae.inputHolderDisabled span.diabledInput {
        width: 100%;
        height: 30px;
        font-family: Helvetica;
        font-size: 20px;
        line-height: 50px;
        position: relative;
        display: block !important;
        padding: 0 20px;
        padding-bottom: 38px !important;
        margin: 0;
        overflow: hidden;
    }

h3 {
    font-family: Helvetica;
    font-weight: normal;
    font-size: 50px;
    /* padding-bottom: 1%; */
    color: #666666;
    margin-bottom: 6%;
}

input[type="password"]::placeholder {
    font-size: 16px;
    font-family: Helvetica;
    display: block;
    color:#999999 !important;
}

#EmployeeCode-error {
    color: #fb2a3a;
    float: right;
    font-family: Helvetica;
    font-size: 14px;
}

#ConfirmPassworda input[type="password"], #EnterPassword input[type="password"] {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    padding-right:50px;
}

span.errorMessage {
    color: #fb2a3a !important;
}

.recoveryerromessage {
    margin-left: -20%;
}

.validate {
    width: 100%;
    max-width: 30% !important;
    height: 60% !important;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2% !important;
    margin: 0 auto !important;
    text-align: justify;
}

    .validate p {
        vertical-align: middle !important;
        line-height: 4.5em !important;
        font-family: Helvetica !important;
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

.CheckboxRadioStyle p {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 0;
}

.CheckboxRadioStyle input[type="radio"]:checked + span + p {
    color: #ce0000;
}
.password-padding
{padding-right: 50px !important;}

@media only screen and (max-width:767px) {
    .CheckboxRadioStyle p {
        font-size: 12px;
        font-weight: 600;
        margin: 5px 0 0;
    }
}