﻿body {
}
/*(AddsalaryHead OfficeWise Parcial) or (Show All Menu For Access To Role)*/
::placeholder {
    color: #9F9F9F;
}

:-ms-input-placeholder {
    color: #9F9F9F;
}

::-ms-input-placeholder {
    color: #9F9F9F;
}

a {
    color: #0459FF;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-right: 15px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #224df8;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
/*Login Page*/
body, html {
    height: 100%;
    background-repeat: no-repeat;
    /*background-image: linear-gradient(rgb(62,134,196), rgb(60,134,194));
                background: url(images/HRMS_PAYROLL_BANNER.PNG) no-repeat center center fixed; 
                background-color: #F7F7F7;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background: url('images/bg.png');
}

.card-container.card {
    max-width: 400px;
    padding: 35px 35px;
}

.lft-cont {
    text-align: center;
    border-right: 1px solid #E4E4E4;
}

    .lft-cont h4 {
        color: #3942A6;
        font-weight: 600;
        text-transform: uppercase;
    }

    .lft-cont h6 {
        color: #3942A6;
        font-weight: 700;
        text-transform: uppercase;
    }

.ryt-cont {
    padding-left: 35px;
}

img#profile-img1 {
    width: 80%;
    text-align: center;
    margin-top: 2em;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
             * Card component
             */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 50px 20px 40px;
    margin: 0 auto 25px;
    margin-top: 70px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 40px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 2px 40px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 40px rgb(0 0 0 / 8%);
}

/*
             * Form styles
             */
.profile-name-card {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
    color: #3942A6;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: #3D46B0;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    cursor: pointer;
}

    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        background-color: #6069D7;
    }

.forgot-password {
    color: #0459FF;
    font-size: 12px;
    position: relative;
    left: 70%;
    top: 6px;
}

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus {
        text-decoration: underline;
    }

#hrms_footer {
    width: 100%;
    height: 30px;
    background: #EAEAEA;
    border-top: 1px solid #DADADA;
    color: #555555;
    line-height: 30px;
    font-size: 9pt;
    text-align: center;
}

#error_msg {
    display: block;
    color: #FF0000;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.login-bg {
    background-image: url('../LoginImage/login-bg.jpg');
    background-size: cover;
    background-position: center center;
}

#hrms_footer {
    width: 100%;
    color: #ffffff;
    line-height: 30px;
    font-size: 8pt;
    text-align: center;
    background: none !important;
    border-top: 0px;
    position: fixed;
    bottom: 15px;
    font-weight: 400;
}

.profile-img-card {
    margin: 0 auto 10px;
    display: block;
    width: 140px;
}

.estpl-txt {
    color: #3942A6;
    text-align: center;
    padding: 2px 0 10px 0;
    font-size: 13px;
}

.estpl-txt2 {
    color: #3942A6;
    text-align: center;
    padding: 2px 0 10px 0;
    font-size: 14px;
    font-weight: 600;
}

.form-control2 {
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    height: 37px;
    padding-left: 10px;
}

input[type=text]:focus {
    border: 1px solid #2151f9 !important;
}
/*Master Page Copy Css*/
{
    margin: 0%;
    padding: 0%;
    /*   font-family: 'Archivo' sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

body {
    font-size: 13px;
}

.body-wrap {
    margin: 0 1%;
}

.wrapper {
    background-color: #F6FAFB;
}

.add-botn {
    background: linear-gradient(#0537ff, #3c64ff);
    color: #fff;
    padding: 9px 17px;
    border-radius: 5px;
    transition: all 0.5s ease;
    cursor: pointer;
    margin-right: 3px;
}

    .add-botn:hover {
        text-decoration: none;
        color: #fff;
        background: linear-gradient(#3c64ff, #0537ff);
    }

.showall-botn {
    background: linear-gradient(#ffa231, #c06900);
    color: #fff;
    padding: 9px 17px;
    border-radius: 5px;
    transition: all 0.5s ease;
    cursor: pointer;
}

    .showall-botn:hover {
        text-decoration: none;
        color: #fff;
        background: linear-gradient(#c06900, #ffa231);
    }

.btn-submit {
    color: #fff;
    background: linear-gradient(#0537ff, #3c64ff) !important;
}

    .btn-submit:hover {
        color: #fff !important;
        background: linear-gradient(#3c64ff, #0537ff) !important;
    }

.main-container {
    width: 95%;
    margin-left: 2.5%;
    background: #fff;
    border: 1px solid #E1E8ED;
    box-shadow: 0px 2px 14px rgb(0 0 0 / 9%);
    border-radius: 5px;
    padding: 2% 2% 0 2%;
}

.panel-primary {
    width: 100% !important;
    border-color: #fff !important;
}

.text-primary {
    color: #fff !important;
}

.text-on-pannel {
    background: linear-gradient(#6584ff, #0023af);
    height: auto;
    /* position: absolute;*/
    margin-top: -47px;
    font-size: 16px;
    width: 100%;
    padding: 10px;
}

.panel {
    /* for text on pannel */
    margin-top: 27px !important;
    width: 60%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-body {
    padding-top: 20px !important;
}

.btn-submit {
    color: #fff;
    background: linear-gradient(#0537ff, #3c64ff) !important;
}

    .btn-submit:hover {
        color: #fff !important;
        background: linear-gradient(#3c64ff, #0537ff) !important;
    }

hr {
    border-top: 1px solid #9f9f9f !important;
    margin-top: 20px !important;
}
/*OfficeWiseSaleryHead*/
.Check-Tbl {
    margin-left: 15px;
    margin-top: 15px;
}
