﻿
nav ul.nav li a > .icon, nav ul.nav li .nav-item > .icon {
    margin-right: 5px!important;
    min-width: 30px!important;
}

.logo-comp {
    line-height: 0px;
}

#logoCompany {
    width: 150px!important;
    height: 61px!important;
    margin-top: 2px;
}

.pocket-text {
    line-height: 0px;
    /*padding-top: 8px;*/
    font-size: 12px;
}

.emp-menus .well {
    background-color: white!important;
    width: 100%;
    padding: 15px;
}

.es-panel .well {
    background-color: white!important;
    width: 100%;
    padding: 15px;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

.z-depth-2 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
    -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
    -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

footer {
    background-color: rgb(229, 229, 229);
    color: rgba(0,0,0,0.87);
}

.foot-content {
    padding: 7px;
    padding-right: 50px;
    border-top: solid 1px #C8C8C8;
}

.edit-circle {
    position: absolute;
    right: 25px;
    top: 12px;
    background-color: #808080;
    color: #F9F9F9;
    line-height: 18px;
    width: 30px!important;
    height: 30px!important;
}

.datepicker {
    cursor: text!important;
    background-color: #fff!important;
    background: url('/images/calendar_icon.png')right no-repeat;
}

.datepicker-bg {
    background-color: #eee!important;
}

.picker__clear {
    display: none!important;
}

.es-panel {
    padding: 15px;
    min-height: 500px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    border-radius: 3px;
    border-width: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.btn-flat {
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

    .btn-flat.disabled {
        color: #b3b3b3;
        cursor: default;
    }

#dialog h2 {
    padding: 14px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.edit-circle-back {
    position: absolute;
    right: 60px;
    top: 12px;
    background-color: #808080;
    color: #F9F9F9;
    line-height: 18px;
    width: 30px!important;
    height: 30px!important;
}


.ESLoader {
    display: none;
}

.loaderEmpService {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #000000;
}

.loaderEmpServiceImg {
    position: fixed;
    z-index: 1001;
    top: 45%;
    left: 48%;
    background-color: white;
    border-radius: 5px;
}

.ESclearEmp {
    display: inline-block;
    cursor: pointer;
    display: none;
}

.ESLclearEmp {
    display: inline-block;
    cursor: pointer;
    display: none;
}

/*  ---- Tree View ----  */

.tree {
    min-height: 20px;
    padding: 19px 0;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 600px) {
    .tree ul:first-child {
        padding-left: 0;
    }

    .tree label {
        font-size: 11px;
    }
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative;
}

    .tree li::before, .tree li::after {
        content: '';
        left: -20px;
        position: absolute;
        right: auto;
    }

    .tree li::before {
        border-left: 1px solid #999;
        bottom: 50px;
        height: 100%;
        top: 0;
        width: 1px;
    }

    .tree li::after {
        border-top: 1px solid #999;
        height: 20px;
        top: 25px;
        width: 25px;
    }

    .tree li span {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #999;
        border-radius: 5px;
        display: inline-block;
        padding: 3px 8px;
        text-decoration: none;
    }

    .tree li.parent_li > span {
        cursor: pointer;
    }

.tree > ul > li::before, .tree > ul > li::after {
    border: 0;
}

.tree li:last-child::before {
    /*height: 30px;*/
}

.tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000;
}

.bold {
    font-weight: bold;
}

/* ---- Employee Self Service Loader ---- */

.loaderESS {
    position: absolute;
    z-index: 1000;
    width: 95%;
    height: 87%;
    opacity: 0.3;
    background-color: #ffffff;
}

.loaderESSImg {
    position: absolute;
    z-index: 1001;
    top: 36%;
    border-radius: 5px;
    background-color: #ffffff;
    left: 45%;
}

.ESSLoader {
    display: none;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/Images/emp-loader-3.gif') 50% 40% no-repeat rgb(249,249,249);
}

#ESpager, .pager {
    position: initial!important;
    top: 0px;
}

.viewHRUpdate {
    margin: 7px 0px 0px 7px;
}

.cst-btn {
    padding: 0!important;
    font-style: normal!important;
}

.tablesorter th.header, #EStablesorter th.header, .EStablesorter th.header, #EStableSorter th.header, .EStableSorter th.header {
    background-image: url(/Content/images/tablesorter/bg.gif);
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right;
}

.waves-button-input {
    padding: 8px!important;
    font-style: normal!important;
}

@media only screen and (max-width: 600px) {
    .menu-icons {
        text-align: left;
        padding-top: 3px;
    }

    .emp-menus .well {
        padding-left: 0px!important;
        margin-bottom: 0px!important;
    }

    .es-panel {
        min-height: initial!important;
    }

    #ed_table td.tb-label {
        width: 125px!important;
        font-size: 13px!important;
    }

    .panel-no-pad {
        padding-left: 0!important;
        padding-right: 10px!important;
    }
}

@media only screen and (max-width: 768px) {
    #ed_table {
        width: 100%!important;
    }
}

/* Boxes */
.custom-box {
    text-align: center;
    line-height: 4em;
    transition: all .2s ease-in-out;
    cursor: pointer;
    border: solid 1px #ececec;
    border-radius: 6px;
    background-color: #f5f5f5;
    color: #000;
}

    .custom-box:hover {
        background-color: #3f51b5;
        color: #fff;
        transform: scale(1.1);
    }

/* LOADER */

.loaders span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 5px;
    opacity: 0;
}

    .loaders span:nth-child(1) {
        animation: opacitychange 1s ease-in-out infinite;
    }

    .loaders span:nth-child(2) {
        animation: opacitychange 1s ease-in-out 0.33s infinite;
    }

    .loaders span:nth-child(3) {
        animation: opacitychange 1s ease-in-out 0.66s infinite;
    }

.loaders {
    position: absolute;
    top: 44%;
    left: 41%;
}

@keyframes opacitychange {
    0%, 100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

#openInApp {
    /*background-color: #ec3b3e;*/
    /*color: white;*/
    /*position: absolute;*/
    top: 0;
    width: 100%;
    /*text-align: center;*/
    height: 60px;
    padding-top: 12px;
    display: none;
    z-index: 100;
}

    #openInApp a:hover {
    }

#imgCloseInApp {
    position: absolute;
    right: 7px;
    cursor: pointer;
    top: 16px;
}

/*New Theme*/
.light-grey-cs {
    color: rgba(255, 255, 255, 0.87);
    background-color: #B2B8C7;
}
