﻿*, html, body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

body {
    margin: 0;
    padding: 0 !important;
    background-color: #f8f8f8;
    font-family: 'Roboto Condensed',sans-serif;
    color: #41474a;
    font-size: 12px;
    line-height: 1.42857143;
    font-weight: 400;
    /*overflow-y: hidden;*/
    animation: blurs .3s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ul_clear {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

a {
    text-decoration: none;
   
}

.disabledClass {
    opacity: 0.3;
}

    .disabledClass:hover {
        cursor: not-allowed;
    }

.main_w {
    padding: 0 0 0 280px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    transition: 0.5s;
    left: 0;
}


/****************************************/

.navbarLeft {
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    height: 100%;
    transition: 0.5s;
    background-color: #080010;
}

.logo_w {
    height: 180px;
    float: left;
    width: 100%;
    /*background-color: #142029;*/
    /*padding:24px 34px 0 14px;*/
    position: relative;
    background-image: url('../images/background.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.logo {
    width: 42px;
    height: 100%;
    position: absolute;
    /*background-color: #1c2b36;*/
    left: 20px;
    top: 0;
}

    .logo img {
        width: 100%;
    }

.menu_icon_W {
    width: 34px;
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
    /*background-color: #0e161d;*/
    cursor: pointer;
}

    .menu_icon_W > span {
        width: 40%;
        height: 2px;
        position: absolute;
        background-color: #fff;
        left: 30%;
        transition: 1s;
    }

        .menu_icon_W > span:nth-child(1) {
            top: 18px;
        }

        .menu_icon_W > span:nth-child(2) {
            top: 23px;
        }

        .menu_icon_W > span:nth-child(3) {
            top: 28px;
        }

    .menu_icon_W.active > span:nth-child(1) {
        top: 19px;
    }

    .menu_icon_W.active > span:nth-child(1) {
        transform: rotate(42deg);
    }

    .menu_icon_W.active > span:nth-child(2) {
        display: none;
    }

    .menu_icon_W.active > span:nth-child(3) {
        transform: rotate(-42deg);
    }

.logoText {
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    margin: 30px 0 20px;
}

.leftNaw_W {
    padding-top: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 180px;
    height: calc(100% - 180px);
    overflow: auto;
}

    .leftNaw_W a {
        float: left;
        width: 100%;
        padding: 18px 0 18px 65px;
        position: relative;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        /*border-bottom: 1px solid #122838;*/
    }

        .leftNaw_W a:hover {
            text-decoration: none;
        }

        .leftNaw_W a > span:first-child {
            font-size: 18px;
            width: 42px;
            position: absolute;
            left: 20px;
            top: 0;
            height: 100%;
        }

        .leftNaw_W a > span > i {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

        .leftNaw_W a > span.submenuIcon {
            font-size: 14px;
            width: 42px;
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
        }

.fa-myclipboard:before {
    content: "\f0ea";
}

.fa-reviews_approval:before {
    content: "\f164";
}

.fa-library:before {
    content: "\f02d";
}

.fa-accounting:before {
    content: "\f1ec";
}

.fa-marketing:before {
    content: "\f0a1";
}

.fa-libraryarchive:before {
    content: "\f187";
}


.fa-performanceevaluation:before {
        content: "\f164";
}



.leftNaw_W a:hover > span:first-child:after {
    background-color: #db2727;
    width: 50%;
    left: 25%;
}

/*.leftNaw_W .active a > span:first-child:after {
    background-color: #db2727;
    width: 50%;
    left: 25%;
}*/

.leftNaw_W .active a > span > i {
    color: #ed5d23;
}

.leftMenu_sub {
    float: left;
    width: 100%;
    background-color: #4c1c37;
    display: none;
    transition: 1s;
}

    .leftMenu_sub > li {
        border-top: 1px solid #4c1c37;
        border-bottom: 1px solid #4c1c37;
        float: left;
        width: 100%;
    }

        .leftMenu_sub > li > a {
            padding: 10px 10px 10px 66px;
            font-size: 12px;
        }

            .leftMenu_sub > li > a i {
                margin: 0 10px 0 -20px;
                font-size: 12px;
                color: #fff;
            }

.leftNaw_W .active .leftMenu_sub {
    display: block;
}

.menuActive .leftNaw_W .active .leftMenu_sub {
    display: none;
}

.leftMenu_sub > li > ul {
    float: left;
    width: 100%;
    background-color: #122029;
    display: none;
}

    .leftMenu_sub > li > ul > li > a {
        padding: 6px 0 6px 48px;
        font-size: 12px
    }

        .leftMenu_sub > li > ul > li > a > i {
            font-size: 5px;
            color: #db2727;
            margin: 0 10px 0 0;
        }

.leftMenu_sub > li.active > ul {
    display: block;
}

.menuActive .copntent {
    width: calc(100% - 35px);
    left: 35px;
}

.menuActive .navbarLeft {
    left: -245px;
}

.menuActive .main_w {
    padding: 0 0 0 35px;
}

.menuActive .leftNaw_W a > span:first-child {
    left: auto;
    right: -3px;
    text-align: center;
}

.menuActive .leftNaw_W a > span:last-child {
    display: none;
}

/****************************************/


/****************************************/
.header > div:first-child {
    height: 50px;
    width: 100%;
    position: relative;
    text-align: right;
    background-color: #e0e0e0;
    float: left;
    border-bottom: 1px solid #ccc;
}

.slectLocation_W {
    float: left;
}

.selectBOx_w {
    min-width: 120px;
    display: inline-block;
      vertical-align: top;
    margin: 10px 10px 0 0;
}

    .selectBOx_w .btn {
        height: 30px;
        border: none;
        padding: 0 0 0 15px;
        width: 100%;
        background: #f8f8f8;
        border-radius: 0;
        text-align: left;
    }

        .selectBOx_w .btn lable {
            padding: 0 10px;
            display: inline-block;
            min-width: 105px;
        }

            .selectBOx_w .btn lable > div {
                font-size: 12px;
                color: red;
                width: 100%;
            }

    .selectBOx_w.userselect .btn .caret {
        vertical-align: text-top;
    }

    .selectBOx_w .btn .fa-map-marker {
        color: #db2727;
        font-size: 18px;
    }

    .selectBOx_w .dropdown-menu {
        border-radius: 0 0 4px 4px;
        border: 1px solid rgb(223, 226, 232);
        margin: 0;
        min-width: 166px;
        -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
        box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    }

    .selectBOx_w .btn:focus + .dropdown-menu, .selectBOx_w .btn:active + .dropdown-menu, .selectBOx_w:hover .btn + .dropdown-menu {
        display: block;
        opacity: 1;
        animation: tooltip .35s linear;
    }

    .selectBOx_w .btn:focus, .selectBOx_w .btn:active, .selectBOx_w .btn:hover {
        background-color: transparent;
        border-radius: 0;
        transition: 1s;
    }

@keyframes tooltip {
    0% {
        top: 125%;
        opacity: 0;
    }

    100% {
        top: 100%;
        opacity: 1;
    }
}

.H_search_w {
    min-width: 250px;
    display: inline-block;
    vertical-align: top;
}

    .H_search_w .containerSearch {
        width: 100%;
        float: left;
        position: relative;
    }

        .H_search_w .containerSearch input {
            width: 80%;
            height: 30px;
            border-radius: 20px;
            padding: 0;
            margin: 0;
            border: 1px solid #ccc;
            background-color: #fff;
            padding: 0 30px 0 20px;
            float: right;
            transition: 1s;
        }

            .H_search_w .containerSearch input:focus {
                outline: none;
            }

        .H_search_w .containerSearch i {
            position: absolute;
            color: #1c2b36;
            right: 13px;
            font-size: 14px;
            top: 7px;
        }

.header > div:first-child .fa-user {
    color: #1c2b36;
    font-size: 30px;
    vertical-align: top;
    line-height: 50px;
    width: 50px;
    text-align: center;
}

.header > div:first-child .fa-sign-out {
    color: #1c2b36;
    font-size: 18px;
    vertical-align: top;
    color: red;
    line-height: 50px;
    width: 40px;
    text-align: center;
}

.headrNav_w {
    min-width: inherit;
}

    .headrNav_w.selectBOx_w .btn {
        background-color: transparent;
        height: 27px;
        padding: 0;
        padding: 0 18px;
    }

        .headrNav_w.selectBOx_w .btn i {
            margin: 0 8px 0 0;
            font-size: 16px;
            padding: 5px;
            height: 27px;
            border-bottom: 2px solid #1c2b36;
        }

        .headrNav_w.selectBOx_w .btn lable {
            min-width: inherit;
        }


/****************************************/


/****************************************/
.copntent {
    position: fixed;
    width: calc(100% - 280px);
    height: calc(100% - 100px);
    float: left;
    left: 280px;
    top: 75px;
    overflow: auto;
    transition: 0.5s;
    z-index: 0;
}

/****************************************/

/****************************************/

.footer {
    position: fixed;
    width: calc(100% - 280px);
    height: 25px;
    bottom: 0;
    left: 280px;
    /*background-color: #dfe2e8;*/
    text-align: center;
    line-height: 25px;
    color: #41474a;
    font-size: 12px;
    transition: 0.5s;
}


.menuActive .footer {
    left: 35px;
    width: calc(100% - 35px);
}
/****************************************/


.co_header {
    padding: 15px 15px;
}

.main_h {
    min-width: 250px;
    display: inline-block;
    color: #0070d3;
    font-size: 24px;
    padding: 0 0 0 0;
    line-height: 45px;
}

    .main_h > i {
        margin-right: 8px;
    }




.tableEdit {
    display: inline-block;
    vertical-align: top;
}

    .tableEdit > div {
        display: inline-block;
        background-color: #fff;
        -webkit-box-shadow: 0 0 2px rgb(237, 240, 245);
        box-shadow: 0 0 2px rgb(237, 240, 245);
        border-radius: 3px;
        border: 1px solid #e1e1e1;
        width: 78px;
        height: 45px;
        margin: 0 0 0 0;
        cursor: pointer;
        text-align: center;
    }

        .tableEdit > div:active {
            background-color: #0070d3;
            color: #fff;
        }

        .tableEdit > div > i {
            font-size: 16px;
            margin-top: 7px;
        }

        .tableEdit > div > span {
            display: block;
            line-height: 10px;
        }


.selectView {
    float: right;
    width: 100px;
    min-width: 100px;
}

    .selectView .btn {
        padding: 0;
        height: 45px;
        color: #fff;
        background-color: #0070d3;
        -webkit-box-shadow: 0 0 2px rgb(237, 240, 245);
        box-shadow: 0 0 2px rgb(237, 240, 245);
        border: 1px solid #e1e1e1;
    }

        .selectView .btn lable {
            min-width: 100%;
            display: block;
            margin-top: 11px;
            line-height: 5px;
        }

    .selectView .dropdown-menu {
        right: 0;
        left: auto;
    }

    .selectView .btn:hover, .selectView .btn:active, .selectView .btn:focus {
        background-color: #035dad;
        color: #fff;
    }

.container_w {
    padding: 15px 15px;
    width: 100%;
    display: inline-block;
}

.table_W thead {
    background-color: #e0e0e0;
}

.table-bordered {
    border: 1px solid #bdbdbd;
    margin-bottom: 15px;
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #bdbdbd !important;
        position: relative;
        text-align: center;
        vertical-align: middle;
        padding: 0px 8px;
        height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .table-bordered > tbody > tr > td.white-space-normal, .table-bordered > tbody > tr > th.white-space-normal, .table-bordered > tfoot > tr > td.white-space-normal, .table-bordered > tfoot > tr > th.white-space-normal, .table-bordered > thead > tr > td.white-space-normal, .table-bordered > thead > tr > th.white-space-normal {
        max-width:300px;
        white-space: normal !important;
    }

    .table-bordered > thead > tr > th {
        padding: 5px !important;
    }


.table_W tr > td .selectBOx_w, .table_W tr > th .selectBOx_w {
    min-width: inherit;
    vertical-align: top;
}

.table_W tr.slectedRow {
    background-color: #f2dede !important;
}

.table_W tr > td .selectBOx_w .btn, .table_W tr > th .selectBOx_w .btn {
    min-width: 100%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0;
}

.table_W tr > td:first-child, .table_W tr > th:first-child {
    text-align: center;
    margin: 0;
}

    .table_W tr > th:first-child > span {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0;
    }

    .table_W tr > th:first-child > input {
        position: absolute;
        left: 0;
        top: 14px;
        width: 100%;
        height: 16px;
        cursor: pointer;
        margin: 0;
        padding: 0;
    }

/*.table_W tr > td:first-child > input {
        margin: 10px 0 0 0;
        padding: 0;
        vertical-align: middle;
    }*/

.table_W tr > th .selectBOx_w .btn lable {
    font-weight: bold;
}

.table_W tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.person-name {
    width: 83%;
    float: left;
}

.up-photo {
    width: 15%;
    float: left;
    margin-left: 2%;
}

.compensation-search {
    width: 100%;
}

.comp_datepicker {
    width: 100%;
    float: left;
}

.pay-slip-form {
    width: 100%;
    float: left;
}

.table-responsive {
    width: 100%;
}

.content-wrapper {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
}

.input-group.date {
    display: inline-block;
}

.form-group .staff-userid {
   
    display: inline-block;
    color: #8552a2;
    font-weight: bold;
}


@media screen and (max-width: 1024px) {
   
    .footer {
        left: 35px;
        width: calc(100% - 35px);
    }

    .copntent {
        width: calc(100% - 35px);
        left: 35px;
    }

    .navbarLeft {
        left: -245px;
    }

    .main_w {
        padding: 0 0 0 35px;
    }

    .leftNaw_W a > span:first-child {
        left: auto;
        right: -3px;
    }

    .leftNaw_W a > span:last-child {
        display: none;
    }

    .leftNaw_W > div {
        position: relative;
        float: left;
        width: 100%;
    }



    .menuActive .copntent {
        width: calc(100% - 280px);
        left: 280px;
    }

    .menuActive .navbarLeft {
        left: 0;
    }

    .menuActive .main_w {
        padding: 0 0 0 280px;
    }

    .menuActive .leftNaw_W a > span:first-child {
        left: 20px;
        right: auto;
    }

    .menuActive .leftNaw_W a > span:last-child {
        display: block;
    }

    .menu_icon_W.active > span:nth-child(3) {
        transform: rotate(42deg);
    }

    .menu_icon_W.active > span:nth-child(1) {
        transform: rotate(-42deg);
    }

    .tableEdit > div {
        width: 48px;
    }

    .menuActive .main_w {
        padding: 0 0 0 35px;
    }

    .menuActive .copntent {
        width: calc(100% - 35px);
        left: 35px;
    }

    .navbarLeft {
        z-index: 11;
    }

    .leftNaw_W .active .leftMenu_sub {
        display: none;
    }

    .menuActive .leftNaw_W .active .leftMenu_sub {
        display: block;
    }


        .leftMenu_sub > li > a i {
            margin: 4px 0 4px 0;
            font-size: 12px;
            color: #fff;
            display: block;
            text-align: center;
        }

    .leftMenu_sub > li > a {
        padding: 5px 0;
        font-size: 12px;
        width: 32px;
        float: right;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .menuActive .leftMenu_sub > li > a {
        padding: 10px 10px 10px 66px;
        font-size: 12px;
        width: auto;
        float: left;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }

        .menuActive .leftMenu_sub > li > a i {
            margin: 0 10px 0 -20px;
            display: inline-block;
            text-align: left;
        }
 
    .admin-image > span:first-child {
        left: unset !important;
        right: -3px;
    }
    .menuActive .admin-image > span {
        left: 20px !important;
    }



    .admin-image label {
        width: 35px !important;
        padding: 0 !important;
        top: 16px;
        right: 0;
        position: absolute !important;
        text-align: center;
        text-overflow: ellipsis;
        white-space: normal;
        overflow: hidden;
    }
    .menuActive .admin-image label {
        width: 100% !important;
        padding: 15px 0 10px 65px !important;
        position: relative !important;
        top: 0;
        text-align: left;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
    .compensation-search .H_search_w .containerSearch input {
        margin-bottom: 0;
    }

    .compensation-date > form {
        float: left !important;
    }
    .compensation-date {
        margin: 10px 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin-bottom:10px;
    }
    .generate-request .form-group .btn {
        margin-left: 0!important;
    }
    .generate-text {
        width: 90% !important
    }
    #tipdetails .nav-tabs a {
        width: 48% !important;
        padding: 14px 0 !important;
    }
    .apply-leave .form-group > label{
        width:50%!important;
    }
}


@media screen and (max-width: 768px) {    
    .jon-information .emp-job-details li {
        width: 100%;
        text-align: left !important;
    } 
    .upload-sec .person-name {
        width: 100%;
    }
    .upload-sec .up-photo {
        width: 100%;
        margin-left:0
    } 
    .H_search_w {
        float: right;
        height:30px;
        margin-bottom:10px;
    }
    .headrNav_w.selectBOx_w .btn lable {
        display: none;
    }

    .headrNav_w.selectBOx_w .btn {
        padding: 0 5px;
    }

    .selectView {
        width: 100%;
    }

    .tableEdit {
        display: block;
        text-align: left;
    }

    .selectView .dropdown-menu {
        width: 100%;
    }

    .header .admin_home_icon .containerHome {
        min-width: 110px;
    }

    .header .selectBOx_w {
        min-width: 65px;
        max-width: 50px;
    }

        .header .selectBOx_w .btn lable {
            display: none;
            min-width: inherit;
        }

        .header .selectBOx_w.userselect .btn lable {
            display: block;
            padding: 0;
        }

            .header .selectBOx_w.userselect .btn lable > lable {
                display: none;
            }

        .header .selectBOx_w.userselect .dropdown-menu {
            left: auto;
            right: 0;
        }

    .header > div:last-child > div:nth-child(5) .dropdown-menu, .header > div:last-child > div:nth-child(4) .dropdown-menu {
        left: auto;
        right: 0;
    }

    .H_search_w .containerSearch input:focus {
        padding: 0 5px 0 30px;
        width: 100%;
        font-size: 12px;
    }

    .header > div:first-child .fa-sign-out {
        width: 45px;
    }

    .inbox_w .hrms-homepage .col {
        width: 50%;
    }

    div > .inbox_w {
        padding: 40px;
    }

    .container_w .apply-leave .form-group > label {
        width: 100%;
    }

    .container_w .apply-leave .form-group {
        width: 100%;
    }

    .apply-leave .form-group textarea {
        width: 100%;
    }



    .container_w .apply-leave .form-group > select {
        width: 100%;
    }

    .container_w .apply-leave .form-group .form-check {
        width: 49%;
    }

    .show_entries {
        float: right;
    }
    .salary-slip-details ul li {
        width: 100% !important;
        text-align: left !important;
    }
    .alert.alert-success {
        width: 97% !important;
        margin: 0 10px 10px 10px;
    }

    .role-right-hrm label{
        display:inline-block;
        vertical-align:middle;        
    }
    .roles-rights .form-group select {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .is-active{
        margin-left:0!important;
        margin-top:0!important;
    }
    .is-active .input-group{
        margin-top:-10%!important;
    }
}

@media screen and (max-width: 767px) {
    .modal-dialog {
        padding-left: 35px;
    }
}

@media screen and (max-width:480px) and (min-width:320px) {
     .upload-sec > div {
        width: 100% !important;
    } 
    .alert.alert-success-balance {
        width: 100%;
    } .inbox_w .hrms-homepage .col {
        width: 100%;
    }

    .header .admin_home_icon .containerHome {
        min-width: 70px;
    }

    .header .selectBOx_w {
        margin: 10px 0 0 0;
    }

    .header .admin-logout {
        margin-right: 0px;
        width: 75px;
        display: inline-block;
    }

    .header > div:first-child .fa-sign-out {
        width: 25px;
    }

    .hrms-homepage .col:hover .tabs-menu {
        width: 230px;
    }

    div > .inbox_w {
        padding: 20px;
    }

    .leave-details {
        margin-bottom: 10px;
    }

    .H_search_w .containerSearch input {
        margin-bottom: 15px;
    }

    .upload-photo .input-group {
        width: 177px;
    }

    .header .notification-items {
        width: 50px;
    }
    .comp_datepicker .form-group label {
        width: 100%;
    }
  
   
    .advance-request .form-group label{
        width:100%!important;
    }
    .advance-request.staff-bal-req .form-group label{
        width:100px!important;
    }
   
        .internation-training-details .modal-dialog .form-group textarea{
            width:95%;
        }
    .emplayee-id label {
        width: 100%;
    }
    .apply-leave .form-group > label{
        width:100%!important;
    }
    .apply-leave .form-group > input {
        width: 100% !important;
    }
    .apply-leave .form-control{
        width:100%!important;
    }
 
    .roles-rights.form-inline .input-group{
        width:100%!important;
    }
    .modal-dialog {
       /*width: 300px;*/
        padding-left: 25px;
        overflow-y: scroll;
        max-height: 500px;
    }
    .form-inline.roles-rights.add-details-popup .input-group {
        max-width:255px!important;width:100% !important;
    }
}



.modal {
    text-align: center;
    padding: 0 !important;
            overflow: auto !important;
}


.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #0070d3;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white
}

.close {
    color: #ffffff;
    opacity: 1;
}


.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #0070d3;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white
}

.close {
    color: #ffffff;
    opacity: 1;
}

.fadein {
    opacity: 1;
    background-color: rgba(10, 10, 10, 0.5);
}

.admin-details {
    background: rgba(0, 0, 0, .4);
    padding: 0px 20px;
    position: relative;
}

.admin-designation {
    color: #de3d3d;
}

.admin-image .fa {
    color: white;
    font-size: 32px;
    margin-right: 10px;
}

.admin-image label {
    width: 100%;
    padding: 15px 0 10px 65px;
    position: relative;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    font-weight: normal;
}

    .admin-image label > span {
        color: red;
    }

.fa.fa-leaveapplicationdetails:before {
    content: "\f271";
}

.fa.fa-meeting:before {
    content: "\f0c0";
}

.fa.fa-personalinformation:before {
    content: "\f05a";
}

.fa.fa-payrollandcompensation:before {
    content: "\f0d6";
}

.fa.fa-benefits:before {
    content: "\f164";
}

.fa.fa-learning_development:before {
    content: "\f02d";
}

.fa.fa-changepassword:before {
    content: "\f023";
}

.fa.fa-itadmin:before {
    content: "\f007";
}

.fa.fa-approval:before {
    content: "\f06e";
}

.selectBOx_w .btn span {
    float: right;
    margin: 7px 10px;
}

.admin-logout {
    font-size: 14px;
    vertical-align: top;
    color: #404040;
    line-height: 50px;
    width: 45px;
    text-align: center;
    margin-right: 45px;
    cursor: pointer;
        vertical-align: bottom;
}

.admin_home_icon {
    vertical-align: text-bottom;
    margin: 15px 10px 0 0;
    float: left;
}

    .admin_home_icon .containerHome {
        float: left;
        color: #404040;
        font-size: 14px;
        min-width: 80px;
        cursor: pointer;
    }

        .admin_home_icon .containerHome .fa {
            color: #8552a2;
            font-size: 18px;
            margin-right: 10px;
            vertical-align: middle;
        }

.inbox_w {
    width: 100%;
    display: block;
    padding: 10px;
}

    .inbox_w .col {
        width: 33.33%;
        float: left;
        text-align: center;
        height: 220px;
    }

        .inbox_w .col .round {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            text-align: center;
            margin: 0 auto;
            position: relative;
        }



            .inbox_w .col .round .fa {
                font-size: 40px;
                color: white;
                text-align: center;
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .inbox_w .col label {
            margin-top: 10px;
            font-size: 20px;
            font-weight: normal;
        }

        .inbox_w .col .leave-application {
            color: #63b64b;
        }

        .inbox_w .col .peronal_info {
            color: #8752a1
        }

.leave_process {
    background: #63b64b;
}

.meeting_process {
    background: #ddd468;
}

.personalinfo {
    background: #8752a1;
}

.inbox_w .col .payroll {
    color: #009688;
}

.payroll-compensation {
    background: #009688;
}

.benefits_W {
    color: #ed5d23;
}

.benefits {
    background: #ed5d23;
}

.training-summary {
    color: #ffb900;
}

.training-development {
    background: #ffb900;
}

.password-change {
    color: #f63a2f;
}

.change-password {
    background: #f63a2f;
}

.tabs-menu {
    display: none;
    position: relative;
}

    .tabs-menu::before {
        content: '';
        display: block;
        position: absolute;
        left: 107px;
        bottom: 100%;
        width: 0;
        height: 0;
        border: 16px solid transparent;
        border-bottom-color: #ccc;
    }

    .tabs-menu::after {
        content: '';
        display: block;
        position: absolute;
        left: 108px;
        bottom: 100%;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-bottom-color: #f8f8f8;
    }

.col:hover .tabs-menu {
    display: block;
    border: 1px solid #ccc;
    width: 250px;
    margin: 10px auto;
    z-index: 99;
    background: rgba(248, 248, 248, .9);
    box-shadow: 5px 10px #f3f3f3;
    -moz-box-shadow: 2px 2px rgba(189, 189, 189, 0.2);
    -webkit-box-shadow: 2px 2px rgba(189, 189, 189, 0.2);
    box-shadow: 2px 2px rgba(189, 189, 189, 0.2);
}

.tabs-menu li {
    text-align: left;
    padding: 6px 10px;
    font-size: 14px;
    padding-left: 15px;
}

.tabs-menu ul {
    padding: 10px;
    animation: tooltip .35s linear;
}

.tabs-menu li a {
    color: #777777;
}

.tabs-menu li::before {
    content: "\f0da";
    color: #63b64b;
    font-size: 16px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}

.tabs-menu li a:hover {
    color: #4c1c37;
}

.admin-image > span:first-child {
    font-size: 18px;
    width: 43px;
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
}

.admin-image > span > i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.menuActive .admin-image > span {
    left: auto;
    right: -3px;
    text-align: center;
}

.header {
    color: #8552a2;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.sub-header {
    color: #8552a2;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    margin-bottom: 15px;
}

.btn-purple {
    background: #8552a2;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    height: 30px;
    line-height: 14px;
}

    .btn-purple:hover {
        color: #fff;
    }

.mar15 {
    margin: 15px 0;
}

.show_entries {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

    .show_entries > span {
        vertical-align: top;
        display: inline-block;
        margin: 0 10px;
    }

    .show_entries .selectBOx_w {
        min-width: 80px;
        border: 1px solid #ccc;
        margin-top: 0;
        background: #fff;
    }

        .show_entries .selectBOx_w .btn {
            background: #fff;
            padding: 0px 0 0 15px;
        }

        .show_entries .selectBOx_w .fa-chevron-down {
            float: right;
            padding: 7px;
        }

        .show_entries .selectBOx_w .btn span {
            background: #ebebeb;
            height: 30px;
            margin: -6px 0px;
        }

    .show_entries .dropdown-menu {
        min-width: 80px;
    }

.apply_leave .fa-pencil-square-o {
    color: #8552a2;
}

.apply-leave {
    margin: 14px;
}

    .apply-leave .form-group {
        width: 48%;
        margin-bottom: 15px;
    }

        .apply-leave .form-group > label > span {
            color: red;
        }

        .apply-leave .form-group > label {
            width: 15%;
            vertical-align: middle;
        }

        .apply-leave .form-group > select {
            width: 50%;
            border-radius: 0;
        }

.form-inline .input-group {
    max-width: 255px;
    width:100%;
}

    .form-inline .input-group > span {
        pointer-events: none;
    }

.apply-leave .form-control {
    border: 1px solid #ccc;
    border-radius: 0;
}

.apply-leave .input-group-addon {
    border-radius: 0;
}

.apply-leave .form-group .form-check {
    vertical-align: text-bottom;
    width: 18%;
    display: inline-block;
}


    .apply-leave .form-group .form-check input[type=radio] {
        vertical-align: text-bottom;
        margin-right: 5px;
    }

label {
    font-weight: normal;
}

.form-group textarea {
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #ccc;
}

.apply-leave .btn {
    margin-left: 100px;
}

    .apply-leave .btn:hover {
        background: #8038a9;
    }

#tipdetails .nav-tabs a {
    width: 15%;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    color: #404040;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

    #tipdetails .nav-tabs a.active {
        border-bottom: 3px solid #8552a2;
    }

.tableheader > thead > tr:first-child {
    background: #c3c3c3;
    color: #8552a2;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

    .tableheader > thead > tr:first-child th {
        text-align: left;
    }

.table_W tbody tr.summary {
    background: #ddd;
    color: #000;
    font-weight: bold;
}

.tableheader .fa {
    color: #8552a2;
}

.internal-tarining-title {
    color: #8552a2;
    cursor: pointer;
}

.active {
    display: block;
}

.modal-body {
    display: flex;
}

.internation-training-details .form-group .control-label {
    color: #8552a2;
}

.modal-header {
    background: #8552a2;
    color: white;
}

.internation-training-details .form-group {
    padding: 7px 0;
}

.training-edit-details .form-group {
    width: 100%;
    text-align: left;
    float: left;
}

    .training-edit-details .form-group select.form-control {
        width: 250px;
        margin-right: 15px;
        margin-left: 15px;
    }

.form-group input, .form-group select {
    border-radius: 0;
    border-color: #ccc;
    height: 30px;
}

.form-horizontal .controls {
    margin-left: 180px;
}

.forgot-password .form-group {
    width: 50%;
}

.username {
    font-size: 14px;
    color: #8552a2;
}

.input-group {
    width: 250px;
}

    .input-group span {
        border-radius: 0;
    }
/*.form-inline .form-group {
    margin-bottom: 15px;
    margin-right:15px;
}*/
.emp-job-details li {
    width: 49%;
    display: inline-block;
}

    .emp-job-details li label {
        font-weight: bold;
        width: 100px;
    }

    .emp-job-details li:nth-of-type(even) {
        text-align: right;
    }

.generate-request .form-group {
    vertical-align: top;
    width: 100%;
}

    .generate-request .form-group select {
        width: 55%;
    }

    .generate-request .form-group label {
        font-size: 14px;
        vertical-align: top;
        margin-right: 20px;
        margin-top: 5px;
    }

    .generate-request .form-group .btn {
        margin-left: 73px;
        margin-top: 15px;
    }

.seperation-or {
    color: #8552a2;
    font-size: 14px;
}

.pagination {
    float: right;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span, .pagination-sm > li > a {
    border-radius: 0;
    color: #8552a2;
    font-size: 12px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #8552a2;
}

.pagination li .fa {
    margin: 0 5px;
}

.btn-success {
    color: #fff;
    font-size: 12px;
    border-radius: 0;
    margin-right: 5px;
    height: 25px;
    line-height: 12px;
    margin: 2px;
}

.btn-danger {
    color: #fff;
    font-size: 12px;
    border-radius: 0;
    margin-right: 5px;
    height: 25px;
    line-height: 12px;
    margin: 2px;
}

.padd15 {
    padding: 0 15px;
}

.personal-info input[disabled] {
    background: none;
    border: none;
    text-align: center;
}

.personal-info input {
    width: 80%;
    border: none;
    text-align: center;
}

.personal-info .fa {
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    line-height: 20px;
}

.personal-info .save {
    background: #8552a2;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.personal-info .edit {
    background: #8552a2;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

.personal-info .input-group.date span {
    background: none;
}

.personal-info .input-group.date {
    left: 20%;
}

.personal-info tbody tr td {
    padding: 4px !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

#img-upload {
    width: 100%;
}

table.table.table-bordered.table_W.tableheader.personal-info.upload-photo td {
    text-align: center;
    padding-left: 10px !important;
}

    table.table.table-bordered.table_W.tableheader.personal-info.upload-photo td label img {
        max-width: 100%;
        height: 100px;
    }

    table.table.table-bordered.table_W.tableheader.personal-info.upload-photo td label {
        width: 100px;
        /*height: 70px;*/
        display: inline-block;
        text-align: center;
        /*border: 1px solid #ddd;*/
        vertical-align: middle;
    }
/*table.table.table-bordered.table_W.tableheader.personal-info.upload-photo td label .fa {
    color: #404040;
    font-size: 40px;
}*/

.upload-photo .input-group {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin: 0 0 6px 0;
}

.table_W.tableheader.user_name tr td {
    text-align: left;
}

.salary-slip-header {
    background: #e1e1e1;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

    .salary-slip-header span {
        color: #8552a2;
        font-size: 18px;
    }

.user-info-salary {
    border: 1px solid #ccc;
}

.salary-slip-details ul li {
    width: 49%;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
}

    .salary-slip-details ul li:nth-of-type(even) {
        text-align: right;
    }

    .salary-slip-details ul li span {
        font-weight: normal;
    }

.pay-slip-form .padd0 {
    padding-left: 0;
    padding-right: 0;
}

.payslip-summary td {
    font-weight: bold;
    background: #f1f1f1;
}

.wrap-input100 .form-control {
    font-size: 12px;
    color: #555555;
    line-height: 35px;
    display: block;
    width: 100%;
    height: 35px;
    background: transparent;
    padding: 0 5px;
    border: 1px solid #070707;
    border-radius: 16px;
    background: #070707;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 20px;
}

.register-refresh span .fa {
    right: 30px;
}

.wrap-input100.validate-input.input-group.register-refresh .input-group-addon {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.comp_datepicker .form-group label {
    font-weight: bold;
    padding: 0 5px;
}

table.table.table-bordered.table_W.tableheader.payslip tbody tr:nth-child(even) {
    background: none;
}

.input-group.date input {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    position: relative;
    padding: 0 10px;
    cursor: pointer
}

.input-group.date span {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
    width:auto;
}

.form-horizontal .input-group-addon {
    padding: 6px 10px;
}

.leftNaw_W ul li.active a {
    color: #ef5e23;
}

    .leftNaw_W ul li.active a .fa {
        color: #ef5e23;
    }

.wrap-login100-form-btn span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.register-form .wrap-input100:after {
    content: "\f12a";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: rgba(178, 2, 2, 0.7);
}

.leave-appliction label {
    max-width: 100px;
      width:100%;
}

.leave-appliction .star {
    color: red;
}

.leave-appliction .form-inline select {
    max-width: 255px;
    width:100%;
}

.leave-appliction .no-days input {
    height: auto;
}

.leave-balance-list .form-inline     {
    width: 150px;
}

.leave-balance-list .form-inline {
    margin-bottom: 15px;
}

.leave-balance-list input {
    border-radius: 0;
    height: 30px;
}

.current-leave-bal label {
    color: #8552a2;
}
/*.apply_leave tbody > tr >td:nth-last-child(3){
    color: #ffc107;
    }*/
.alert-success-balance {
    color: #8552a2;
    background-color: rgba(133, 82, 162, 0.2);
    border-color: rgba(133, 82, 162, 0.5);
}

.table tbody tr:hover {
    background: rgba(133, 82, 162, 0.3);
}

/*Thursday edit*/
.leave-footer-tbl.table-fixed tbody {
    height: 200px;
    overflow-y: auto;
    width: 100%;
}

.leave-footer-tbl.table-fixed thead,
.leave-footer-tbl.table-fixed tbody,
.leave-footer-tbl.table-fixed tr,
.leave-footer-tbl.table-fixed td,
.leave-footer-tbl.table-fixed th {
    display: block;
}

    .leave-footer-tbl.table-fixed tr:after {
        content: "";
        display: block;
        visibility: hidden;
        clear: both;
    }

    .leave-footer-tbl.table-fixed tbody td {
        height: 30px !important;
        line-height: 30px !important;
        border-top: 1px solid #bdbdbd !important;
        border-right: 1px solid #bdbdbd !important;
        border: none !important;
    }

    .leave-footer-tbl.table-fixed tbody td,
    .leave-footer-tbl.table-fixed thead > tr > th {
        float: left;
    }
/*.app-leave-ftbl{
    position:relative;
}
    .app-leave-ftbl .tbl-fixed-footer {
        position: absolute;
        bottom: -6%;
        background: rgba(133, 82, 162, 0.9);
        color: white;
        font-size: 14px;
    }*/
.app-leave-ftbl {
    /*position:relative;*/
    margin-top: -15px;
}

    .app-leave-ftbl .tbl-fixed-footer {
        /*position: absolute;
        bottom: -6%;*/
        background: rgba(133, 82, 162, 0.9);
        color: white;
        font-size: 14px;
    }

.upload-img {
    display: inline-flex;
    margin: 4px 20px;
    height: 22px;
    text-align: center;
}

    .upload-img span {
        float: left;
        width: 20px;
        margin-right: 5px;
        height: 20px;
    }

        .upload-img span.edit {
            float: left;
            margin-left: 1%;
            height: 20px;
            width: 20px;
            /*line-height: 30px;*/
            color: white;
            font-size: 12px;
        }
/*.upload-img span.edit .fa{
    padding-left: 10px;
}*/
.personal-info .fa.fa-calendar {
    color: #161616;
    font-size: 14px;
}

.personal-info .input-group-addon {
    background-color: #fff;
    border-right: none;
}

.personal-info .input-group.date span {
    right: 13px;
    pointer-events: none;
}

/*17-july-2018*/
.marbtn {
    margin-bottom: 15px;
}

.red {
    color: red;
}

.advance-request .form-group {
    width: 100%;
    margin-bottom: 15px;
}

    .advance-request .form-group input, .advance-request .form-group select {
        width: 255px;
    }

    .advance-request .form-group label {
        width: 100px;
    }

    .advance-request .form-group input#checkbox2 {
        width: auto;
        height: auto;
        vertical-align: sub;
    }

.staff-details .fa {
    font-size: 14px;
    margin-right: 10px;
    color: #8552a2;
}

.staff-details tr.active1 + tr {
    display: table-row;
}


.staff-details tr.active1 > td i.fa:before {
    content: '\f056';
}

.open-status {
    color: #255625;
}

/*.alert-success {
    color: #8552a2;
    background-color: rgba(133, 82, 162, 0.2);
    border-color: rgba(133, 82, 162, 0.5);
}*/

.tbl-details-row {
    display: none;
}

.btn {
    border-radius: 0;
    height: 30px;
    line-height: 15px;
}

.help-block {
    margin-top: -10px;
}


.new-user .form-group select {
    width: 250px;
}

.roles-rights .form-group {
    width: 100%;
    margin: 7px 0;
}

    .roles-rights .form-group select {
        width: 250px;
    }

    .roles-rights .form-group span {
        color: red;
    }

    .roles-rights .form-group label {
        width: 100px;
    }

        .roles-rights .form-group label.checkbox-inline {
            width: 40%;
        }

.roles-rights .checkbox-inline input {
    margin-top: -6px;
}

.terminal-grp .form-group {
    margin-bottom: 0
}

.btn {
    border-radius: 0;
    height: 30px;
    line-height: 15px;
    vertical-align:top;
}

.manage-password .form-group {
    margin-bottom: 15px;
}

    .manage-password .form-group label {
        width: 28%;
    }

.manage-password input[type=radio] {
    height: auto;
    vertical-align: middle;
}

.manage-pass h5 {
    color: #8552a2;
    margin-bottom: 15px;
}

.manage-password .form-group select {
    width: 250px;
}

.visible-bar-btn .btn {
    margin-left: 15px;
}

.salary-gen .form-group label {
    width: 25%;
}

.salary-gen .form-group {
    width: 23%;
}

    .salary-gen .form-group select {
        width: 250px;
    }

.hrms-homepage > .col > div {
    cursor: pointer
}

.marrt {
    margin-left: 15px;
}

.rrt {
    border: 1px solid #ccc;
    padding: 10px;
}

.ng_selectBox_w label {
    width: 13%;
    float: left;
    /*Added by Sohini - For New User Screen*/
    height: 30px;
    line-height: 30px;
}

/*.ng_selectBox_w {
    float: left;
    width: 100%;
    position: relative;
}*/

.ng_selectBox_w > button {
    width: 255px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    background: none;
    padding: 0 5px 0 20px;
    float: left;
    transition: 1s;
    text-align: left;
    position: relative;
}

    .ng_selectBox_w > button > i {
        position: absolute;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        right: 0;
    }

.ng_selectBox_w > div {
    display: none;
    position: absolute;
    width: 250px;
    top: 30px;
    background-color: #fff;
    border: 1px solid #cbced4;
    border-radius: 4px;
    left: 13%;
    z-index: 9;
}

    .ng_selectBox_w > button:focus + div, .ng_selectBox_w > button:active + div, .ng_selectBox_w > div:hover {
        display: block;
    }

    .ng_selectBox_w > div > input {
        width: 100%;
        height: 30px;
        border: 1px solid #cbced4;
        border-radius: 2px;
        float: left;
        padding: 0 0 0 10px;
    }

    .ng_selectBox_w > div ul {
        float: left;
        width: 100%;
        padding: 8px 8px 0;
    }

        .ng_selectBox_w > div ul > li {
            padding: 8px 0;
            border-bottom: 1px solid #e7e9ec;
        }

            .ng_selectBox_w > div ul > li > i {
                margin: 0 5px;
            }

            .ng_selectBox_w > div ul > li.active {
                color: #0070d3;
                font-weight: bold;
            }

                .ng_selectBox_w > div ul > li.active > i:before {
                    content: "\f111" !important;
                }

.checkbox-inline input {
    margin-top: -6px;
}

.fa.fa-leave-application:before {
    content: "\f271";
}

.fa.fa-meeting-application:before {
    content: "\f0c0";
}

.fa.fa-peronal_info:before {
    content: "\f05a";
}

.fa.fa-payroll:before {
    content: "\f0d6";
}

.fa.fa-training-summary:before {
    content: "\f02d";
}

.fa.fa-benefits_W:before {
    content: "\f164";
}

.fa.fa-admin-approval:before {
    content: "\f00c";
}

.fa.fa-it-admin:before {
    content: "\f007";
}

/*loading page css*/
.loadingPage {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}

    .loadingPage .loadingPageLogo_w {
        width: 120px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -56px 0 0 -60px;
        text-align: center;
    }

        .loadingPage .loadingPageLogo_w img {
            width: 100%;
        }

        .loadingPage .loadingPageLogo_w:after {
            content: "";
            width: 60px;
            height: 62px;
            background-image: url(../images/loading.svg);
            display: inline-block;
        }

.no-record-found {
    position: relative;
}

    .no-record-found img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        max-width:100%;
    }

.red {
    color: red;
}

.new-user .help-block {
    margin-top: 5px;
    margin-left: 13%;
    color: red;
}

.new-user .form-group {
    height: 40px;
}

.new-user .btn {
    margin-left: 0;
}

.currency-align {
    text-align: right !important;
}

.form-group input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.btn.focus, .btn:focus, .btn:hover {
    color: white !important;
}

.alert {
    text-align: center;
    float: inherit;
    font-weight: bold;
    font-size: 16px;
    clear: both;
    display: inline-block;
    min-width: 258px;
}

    .alert span {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

.alert-div {
    padding: 15px;
    /* margin-bottom: 20px; */
    border: 1px solid transparent;
    border-radius: 4px;
}

.sal-slip-header {
    text-align: center;
}

    .sal-slip-header h3 {
        text-transform: uppercase;
    }

.salary-slip-print .table tr > td:first-child {
    text-align: left;
}

.salary-slip-print .table tr > td:nth-child(2) {
    text-align: right;
}

.salary-slip-print .table .total-expense td {
    text-align: right !important;
    font-weight: bold;
}

.salary-slip-print .payslip-header {
    background: #e1e1e1;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #8552a2;
}

    .salary-slip-print .payslip-header td, .salary-slip-print .payslip-header th {
        text-align: center !important;
    }


@media print {
    body {
        font-size: 12px;
    }

    .salary-slip-print .payslip-header td, .salary-slip-print .payslip-header th {
        text-align: left !important;
    }

    .payslip-header th, .payslip-header td {
        vertical-align: middle !important;
        line-height: 14px !important;
        padding: 3px !important;
    }

    .salary-slip-print .table.table-condensed td {
        padding: 2px !important;
    }

    .salary-slip-print .payslip-header {
        background-color: #f5f5f5 !important;
        -webkit-print-color-adjust: exact;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        color: #8552a2;
    }
}
.advance-request .form-group .label-detail {
    font-weight: bold;
    color: #8552a2;
}
.alert.alert-success{
    width:50%;
    margin-left:10px;
}
.dashboard_marquee{
        background-color: #30a4dc30;
        height: 40px;
        margin: 0 0 0 0;
    }
