@font-face {
    font-family: Poppins-Bold;
    src: url('../../fonts/Poppins-Bold.otf');
}

@font-face {
    font-family: Poppins-Light;
    src: url('../../fonts/Poppins-Light.otf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../../fonts/Poppins-Medium.otf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../../fonts/Montserrat-Regular.otf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../../fonts/Poppins-SemiBold.otf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../../fonts/Montserrat-Regular.otf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../../fonts/Montserrat-Bold.otf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../../fonts/Montserrat-SemiBold.otf');
}

body {
}

input[type=text], input[type=password], input[type=tel], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=search], input[type=time], input[type=url], input[type=week], select, textarea, .file, .input, .textarea, .select, .tag-input, .spinner {
    position: relative;
    border: 1px #d9d9d9 solid;
    color: #1d1d1d;
    width: 100%;
    display: block;
    /* padding: 0 0.75rem; */
    /* font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif; */
    font-size: 1rem;
    height: 36px;
    /* line-height: 36px; */
    font-family: Montserrat-Regular;
    background: #ffffff none;
    background-clip: padding-box;
    min-width: 0;
    padding: 0.1em 0.5em;
    font-size: 0.9rem !important;
}

span[id*=RequiredFieldValidator] {
    font-size: 0.7em !important;
    font-family: 'Montserrat-Regular' !important;
}

textarea {
    background-color: white !important;
    border-style: solid !important;
}

.start-screen {
    height: 100% !important;
    background-color: #edeef2;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: Montserrat-Regular;
}

.start-screen-background {
    background-image: url(../../Images/LandingPage-BG3.jpg);
    background-size: cover;
    background-position: center;
}

.start-screen-innerpage-background {
    background-image: url(../../img/Inner_bg.jpg);
}

.start-screen-background .breadcrumsection {
    color: #fff;
}

.bg-login {
    height: 100%;
    background-color: #fff;
    font-family: Montserrat-Regular;
}

.bg-login1 {
    height: 100%;
    background-image: url(../../img/bg-login2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: Montserrat-Regular;
    /* Add the blur effect */
    /* Add the blur effect */
    /*filter: blur(8px);
    -webkit-filter: blur(8px);*/
}



.menuBackground {
    background: #448270;
}

.menuBackground-innerpage {
    background: #190b48;
}

.panel {
    height: 36%;
}

.breadcrumsection {
    font-family: 'Montserrat-Bold';
}

    .breadcrumsection i {
        font-size: 1.5em;
    }

.bootstrap-tile-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.bootstrap-tile-inner-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    height: 100%;
}

    .bootstrap-tile-inner-container a li > label {
        font-family: Montserrat-SemiBold;
        width: 13.5em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        top: 0.9em;
    }

.bootstrap-tile-task-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    /*justify-content: space-around;*/
    color: #fff;
}

    .bootstrap-tile-task-container label {
        padding-top: 1em;
    }

.bootstrap-tile-medium {
    background: tomato;
    padding: 1.4em 1.5em 0.5em 1.5em;
    width: 31%;
    margin-top: 1.5em;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    -webkit-flex-flow: column-reverse wrap;
    border-radius: 0.2em;
    font-family: Montserrat-SemiBold;
    font-weight: 400;
    opacity: 0.9;
    transition: 0.5s ease;
}

.tile-medium {
    webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .tile-medium:hover {
        outline: none !important;
    }

.bootstrap-tile-normal {
    background: tomato;
    padding: 1.6em 1.5em;
    width: 48%;
    margin-bottom: 1.3em;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    cursor: pointer !important;
    border-radius: 0.2em;
    font-family: Montserrat-SemiBold !important;
    font-weight: 400;
    opacity: 0.8;
    transition: 0.5s ease;
}

    .bootstrap-tile-normal label {
        cursor: pointer !important;
    }

.left-navigation .bootstrap-tile-normal label {
    width: min-intrinsic; /* old Chrome, Safari */
    width: -webkit-min-content; /* less old Chrome, Safari */
    width: -moz-min-content; /* current Firefox */
    width: min-content; /* current Chrome, Safari; not IE or Edge */
}

.bootstrap-tile-task-container .bootstrap-tile-normal {
    padding: 2.6em 1.5em;
    width: 85%;
    font-family: Montserrat-Regular;
}

    .bootstrap-tile-task-container .bootstrap-tile-normal i {
        position: relative;
        top: 0.1em;
    }

.bootstrap-tile-normal:hover, .bootstrap-tile-wide:hover, .bootstrap-tile-medium:hover, .bootstrap-tile-normal-inner-navigation:hover {
    opacity: 1 !important;
    text-decoration: none;
    color: #fff;
    transform: scale(1.05);
    transition: 0.5s ease;
}

.bootstrap-tile-normal-inner-navigation {
    background: tomato;
    padding: 1.2em 0.0em 0.5em 0.0em;
    width: 18.0em;
    margin-bottom: 1.3em;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    border-radius: 0.2em;
    margin-right: 2.4em;
    -webkit-flex-flow: column wrap;
    font-family: Montserrat-Regular;
    font-weight: 400;
    opacity: 0.9;
    transition: 0.5s ease;
}

    .bootstrap-tile-normal-inner-navigation:first-child {
        margin-left: 0.0em !important;
    }

    .bootstrap-tile-normal-inner-navigation ul {
        list-style-type: none;
    }

        .bootstrap-tile-normal-inner-navigation ul li {
            text-decoration: none;
            margin-bottom: 0.3em;
            width: 18.0em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 1.0em;
            padding-left: 0.0em;
            padding-right: 0.8em;
        }

            .bootstrap-tile-normal-inner-navigation ul li:hover {
                background: #fff;
                color: #666 !important;
            }

                .bootstrap-tile-normal-inner-navigation a:hover, .bootstrap-tile-normal-inner-navigation ul li:hover a {
                    color: #666 !important;
                    text-decoration: none !important;
                    padding-left: 2.0em;
                    font-weight: bold !important;
                    font-family: Montserrat-Regular;
                }


    .bootstrap-tile-normal-inner-navigation a {
        margin-left: 0.4em;
        font-weight: 300;
        font-size: 0.9em;
        padding-left: 1.5em;
    }

    .bootstrap-tile-normal-inner-navigation li i {
        font-size: 0.6em;
        position: relative;
        top: 0.2em;
    }

.bootstrap-tile-task-container .bootstrap-tile-normal i.icon-arrow-right {
    display: none;
}

.bootstrap-tile-wide {
    background: tomato;
    padding: 0.8em 1.5em;
    width: 98%;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    border-radius: 0.2em;
    -webkit-flex-flow: column wrap;
    font-family: Montserrat-Regular;
    font-weight: 400;
    opacity: 0.9;
    transition: 0.5s ease;
}

.tile-news {
    margin-top: 0.3em;
}

.tile-job-alert {
    padding: 1.8em 1.5em;
}

.bootstrap-tile-wide label {
    width: 7em;
}

.task-tiles {
    width: 5em;
}

    .task-tiles + label {
        margin: 0.5em;
        white-space: nowrap;
    }

    .task-tiles i.fa-chevron-right {
        display: none;
    }

    .task-tiles label > b {
        font-size: 1.9em;
        position: relative;
        top: -0.4em;
        /*padding: 0.3em;*/
    }

    .task-tiles label > span {
        position: relative;
        bottom: 1.4em;
        font-size: 0.8em;
        font-family: Montserrat-Regular;
    }

.panel-right .bootstrap-tile-normal {
    padding: 1.5em 1.5em;
}

.panel-right .tile-job-alert {
    padding: 0.5em 1.0em;
}

hr {
    background: #bebebe;
}

.carousel-inner img {
    width: 100%;
    min-height: 20em !important;
    /*min-height: 320px !important;*/
}

.card {
    min-height: 23em;
}

.lower {
    padding-top: 5% !important;
}

.slide .h6 {
    font-family: Montserrat-SemiBold;
    font-size: 1.1em;
}

.slide p {
    font-family: Montserrat-Regular;
    font-size: 0.9em;
}


.card-body {
    max-height: 19em;
    overflow-x: hidden;
    overflow-y: auto;
}

    .card-body h6.myTask {
        color: #009a9c;
        font-family: Poppins-SemiBold;
        font-size: .7rem;
        font-weight: 600;
        margin-bottom: 3px;
    }

.card-text {
    font-weight: 600;
    margin: 0;
    font-size: 0.9em;
}

.card-body h6.myRequest {
    color: #d13434;
    font-family: Poppins-SemiBold;
    font-size: .7rem;
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 0.5em;
}


.card-body .author {
    margin-bottom: 0.0em;
    color: #989898;
    font-weight: 900;
    position: relative;
    bottom: 0.4em;
    font-size: .7rem;
    margin-top: 0px;
}

.card-header {
    padding: .35rem 0.35rem 0.10em 0.55em !important;
}


.iLearTile {
    background: url('../../img/ilearn_logo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.notficationNumber {
    padding: 0.1em 0.3em 0.1em 0.3em !important;
    font-size: 0.9em;
}

/*bell animation start*/
.bell {
    -webkit-animation: ring 3s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 3s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 3s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}
/*bell animation end*/

.slider-new-hire img {
    position: relative;
    top: 0.5em;
    left: 0.4em
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

/*.left-menu {
    position: fixed;
    z-index: 9;
    top: 6em;
    position: absolute;
}
   
    .left-menu li {
        color: #fff;
        display: block;
        text-align: center;
        transition: all 0.3s ease;
        padding: 0.3em 0.3em;
        font-size: 26px;
    }

        .left-menu li a {
            position: relative;
        }

        .left-menu li:hover {
            opacity: 0.6;
        }

        .left-menu li span {
            color: #fff;
        }

        .left-menu li a:hover {
            text-decoration: none;
        }*/

.login-panel {
    display: flex;
    margin: 7% auto;
    width: 60em;
    margin-top: 11%;
    margin-bottom: 3%;
}

    .login-panel .panel-left {
        background-color: #413393;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 30em;
    }

    .login-panel .panel-right {
        background-color: #fff;
        width: 40em;
        padding: 5em 5em 5em 5em;
    }

.panel-left-text-middle {
    font-size: 2.5em;
}

/* table */

.tblTaskParent-Expand {
    background: #58b86c !important;
    color: #fff !important;
}

    .tblTaskParent-Expand a {
        color: #fff !important;
    }

    .tblTaskParent-Expand td {
        padding-bottom: 0em !important;
    }


.tblTaskParent tbody > tr {
    background: #eaeaea;
    color: #777777;
    border: 5px solid #fff;
}

    .tblTaskParent tbody > tr a {
        color: #777777;
        /*font-family: Montserrat-Regular;
        font-weight: normal !important;*/
    }

        .tblTaskParent tbody > tr a:hover {
            text-decoration: none;
        }

    .tblTaskParent tbody > tr td {
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }



.tblTask {
    margin-top: 0.7em;
}

    .tblTask > tbody > tr > th {
        background-color: #eaeaea;
        color: #212529;
        padding: 0.8em 1.0em;
    }

    .tblTask > tbody > tr {
        border: 1px solid #dcdcdc !important;
    }

        .tblTask > tbody > tr > td {
            background-color: #fff;
            color: #212529;
            padding: 0.3em 1.0em;
            border-bottom: 1px solid #eaeaea !important;
            text-align: left;
        }

    .tblTask tbody > tr a {
        color: #676767 !important;
    }

    .tblTask > tbody > tr :last-of-type {
        border-bottom: none;
    }

    .tblTask .btn-more {
        color: #fff !important;
        background: #58b86c;
        padding: 0.0em 0.5em;
        margin-bottom: 0.3em;
    }

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.tblButtons {
    position: relative;
    left: -1em;
    margin-bottom: 1em;
    top: -0.1em;
}

    .tblButtons tr {
        border-bottom: 1px solid #d0d0d0;
        line-height: 0px;
    }

        .tblButtons tr td {
            vertical-align: bottom;
        }

    .tblButtons button {
        border: 0;
        border-right: 1px solid #d0d0d0;
        outline: none;
    }

    .tblButtons input[type=text] {
        position: relative;
        top: 0.5em;
    }

    .tblButtons .fas.fa-search {
        position: relative;
        top: -1.0em;
        right: 1em;
    }

.imgExpand {
    background: transparent;
    color: #8d8d8d;
    margin-left: 1em;
}

.imgShrink {
    background: transparent;
    color: #fff;
    margin-left: 1em;
}

.circle {
    border: 4px solid #fff;
    background-color: transparent;
    height: 7em;
    border-radius: 50%;
    width: 7em;
    padding: 1.8em 0.6em 0em 0.6em;
    text-align: center;
}

.circle-count-text {
    font-size: 0.9em;
}

.profile-box {
    border: 1px solid #9E9E9E;
    text-align: center;
    position: absolute;
    left: 10.5em;
    background: #fff;
    z-index: 9;
    display: none;
    position: absolute;
    top: 3.5em;
    left: 22em;
    border: 1px solid;
    box-shadow: 0px 0px 3px #888888;
    font-size: 0.9em;
}

    .profile-box ul {
        list-style: none;
        color: #666666;
        text-align: left;
    }

        .profile-box ul li {
            padding: 0.5em 2.3em;
        }

            .profile-box ul li:hover {
                opacity: 0.8;
                color: #000 !important;
                cursor: pointer;
                background: #f2fffb;
            }

                .profile-box ul li:hover a {
                    color: #000 !important;
                }

            .profile-box ul li a {
                color: #666666;
                text-decoration: none;
            }

/**/
.pnlRequestDetails label {
    color: #000;
}

.pnlRequestDetails .row:nth-child(odd) div.col-11 {
    background: #e7fbf5;
    margin: 0.1em 1.1em;
}

.pnlRequestDetails .row:nth-child(even) div.col-11 {
    background: #f2fffb;
    margin: 0.0em 1.1em;
}

.pnlRequestDetails div.col-11 span:first-child {
    font-weight: bold;
}

.divRequstDetails {
    font-family: Montserrat-Regular;
    height: 100%
}

.divRequstInformation {
    background: #fff;
    font-family: Montserrat-Regular;
    height: 100%;
    padding: 1.5em 2em !important;
}

    .divRequstInformation .imgCalendar {
        position: absolute;
        top: 2.5em;
        cursor: pointer;
        right: 2em;
    }

    .divRequstInformation span {
        
		font-family: Montserrat-SemiBold;
        /*font-weight: 600; font-family: Montserrat-SemiBold;*/
        font-size: 0.9em;
    }

.divFormHeader label, legend {
    color: #448270 !important;
    font-size: 1.2em !important;
    font-family: Poppins-SemiBold !important;
    padding-left: 0.4em !important;
}

.divFormHeader i {
    color: #448270;
    font-size: 1.3em;
    position: relative;
    top: 0.1em;
}

table[id*=gvApprovedBy], table[class*=formGrid] {
    font-size: 0.9em !important;
}

    table[id*=gvApprovedBy] tr:first-child, table[class*=formGrid] tr:first-child {
        /*background: #5C9E8B !important;
        color: #000 !important;*/
        font-size: 0.9em !important;
    }

    table[id*=gvApprovedBy] tr td,
    table[id*=gvApprovedBy] tr th, table[class*=formGrid] tr td, table[class*=formGrid] tr th {
        border: 1px solid #c5c3c3;
        padding-left: 2em;
    }

table[id*=gvGrid] {
    font-size: 0.9em !important;
}

    table[id*=gvGrid] tr:first-child {
        background: #f4f4f4 !important;
        color: #000 !important;
        font-size: 0.9em !important;
    }

    table[id*=gvGrid] tr td,
    table[id*=gvGrid] tr th {
        border: 1px solid #c5c3c3;
        padding-left: 5px;
    }

.bg-transparent {
    background-color: transparent !important;
}

.rptGrid td, .rptGrid th {
    border-right: 1px solid #8d8d8d;
    padding: 0.5em;
    font-weight: 400 !important;
    border: 0.5px solid #fff !important;
}

/*.rptGrid tr:last-child table td {
    background: #edeef2 !important;
    color: #494949;
    cursor: pointer;
}*/



input[src*="CalBR"] {
    position: absolute;
    top: 1.0em;
    right: 2em;
}

input[src*="search_button"] {
    position: absolute;
    top: 2.5em;
    right: 2em;
}

.divReport {
    width: 100%;
}

.divFilter {
    background: #f1fbff;
    width: 97% !important;
}

    .divFilter span {
        color: #3a5b82;
        font-family: 'Poppins-SemiBold';
    }

    .divFilter select, .divFilter input[type=text] {
        border: 1px solid #3a5b82;
        background: #f1fbff !important;
    }

    .divFilter button {
        position: static;
        bottom: 0.5em;
        width: 100%;
        font-family: Montserrat-Regular;
    }

        .divFilter button i {
            font-size: 1.0em;
            margin-right: 0.5em;
        }

    .divFilter input[src*="CalBR"] {
        position: absolute;
        top: 2.5em;
        right: 1.5em;
    }

    .divFilter .btn-export {
        background: #5dbec3;
        border: none;
    }

    .divFilter .btn-search {
        background: #58b86c;
        border: none;
    }

.divReportContainer {
    width: 97% !important;
}

.dLink {
    pointer-events: none;
    cursor: default;
}



ul.left-menu {
    list-style: none;
    position: absolute;
    top: 6em;
    left: 0%;
}

    ul.left-menu .left-menu-link {
        border-color: transparent;
        color: #fff;
    }

        ul.left-menu .left-menu-link:hover {
            background: rgba(#27ae60, 1);
        }

    ul.left-menu li a {
        display: block;
        height: 60px;
        width: 60px;
        background: #fff;
        margin-bottom: 0.0em;
        transition: width 0.4s;
        color: #2980b9;
        text-decoration: none;
        line-height: 60px;
        position: relative;
        font-family: Montserrat-Regular;
        transition-timing-function: ease;
        overflow: hidden;
    }

        ul.left-menu li a:hover {
            cursor: pointer;
            width: 100%;
        }

            ul.left-menu li a:hover span {
                display: block;
                position: initial;
            }

            ul.left-menu li a:hover i {
                position: initial;
                visibility: hidden;
            }

        ul.left-menu li a span {
            padding: 0 30px 0 15px;
            position: absolute;
            display: none;
            transition: left 0.4s ease;
        }

        ul.left-menu li a i {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            font-size: 1.5em;
        }

    ul.left-menu .left-menu-link[title="Home"] {
        background-color: #90bc30;
    }

    ul.left-menu .left-menu-link[title="Human Resource"] {
        background: rgba(0, 134, 179);
    }

    ul.left-menu .left-menu-link[title="Finance"] {
        background: rgba(65, 51, 147);
    }

    ul.left-menu .left-menu-link[title="Information Technology"] {
        background: rgba(156, 62, 151);
    }

    ul.left-menu .left-menu-link[title="Business Travel"] {
        background: rgba(0, 171, 101);
    }

    ul.left-menu .left-menu-link[title="Performance Management"] {
        background: rgba(172, 151, 10);
    }

    ul.left-menu .left-menu-link[title="Contract Manager"] {
        background: rgba(206, 53, 44);
    }

    ul.left-menu .left-menu-link[title="LINK Administration"] {
        background: rgba(245, 126, 32);
    }

    ul.left-menu .left-menu-link[title="Reports"] {
        background: rgba(214, 99, 76);
        
    }



input[type="file"] {
    border: 1px solid #d9d9d9;
    padding: 0.5em;
    width: 100%;
    font-size: 0.85em;
}


.divLoader {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: rgba(0, 0, 0,0.6);
}

/********** Checklist style - Start *********/
.radio {
    padding-left: 5px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        padding-right: 25px;
    }

.checkbox, radio {
    padding-left: 20px;
}

    .checkbox label, .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        padding-right: 25px;
        font-weight: 700;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 10px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after, .radio label::after {
            display: inline-block;
            position: absolute;
            left: -1.2px;
            top: 0px;
            margin-left: -20px;
            padding-left: 4px;
            font-size: 11px;
        }

    .checkbox input[type="checkbox"], .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
        position: relative;
        margin-left: 0px;
    }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

        .radio input[type="radio"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            content: "\f192";
        }


        .checkbox-primary input[type="checkbox"]:checked + label::before, .radio input[type="radio"]:checked + label::before {
            background-color: #445b9f;
            border-color: #445b9f;
        }

        .checkbox-primary input[type="checkbox"]:checked + label::after, .radio input[type="radio"]:checked + label::after {
            color: #fff;
        }

.divLeaveDetails {
    display: none;
    font-size: 0.8em;
}

.notification .card-text {
    color: #000;
    text-decoration: none !important;
}

    .notification .card-text:hover {
        color: #dc3545;
    }

/********** Checklist style - End *********/
/*Media Queries*/
@media (min-width: 1920px) {
    .bootstrap-tile-normal {
        padding: 2.8em 1.5em;
    }

    .lower {
        padding-top: 7% !important;
    }

    .bootstrap-tile-medium {
        padding: 3.5em 1.5em 3.5em 1.5em;
        margin-top: 2.5em;
    }

    .card {
        max-height: 30.5em;
        min-height: 30.5em;
    }

    .card-body {
        max-height: 28em;
    }

    .panel-right .bootstrap-tile-normal {
        padding: 2.4em 1.5em;
    }

    .bootstrap-tile-wide {
        padding: 1.2em 1.5em;
    }

        .bootstrap-tile-wide > div.tile-medium {
            padding: 7.8em !important;
        }

    .tile-news {
        margin-top: 1.5em !important;
    }

    .tile-job-alert {
        padding: 1.0em 1.5em 3.4em 1.5em !important
    }

    .tile-new-hire {
        padding: 1.3em 0.5em !important;
    }

    .profile-box {
        left: 38.0em;
    }

    .bootstrap-tile-normal-inner-navigation {
        width: 19.9em;
    }

    .bootstrap-tile-inner-container a li > label {
        width: 15.8em;
    }
}

.ajax__calendar_container table tr td {
    padding: 0 !important;
    background: white !important;
}
/*.ajax__calendar_container table tr td {
    height: 0px;
    width: 0px;
    padding: 0 !important;
    margin: 0 !important;
    border-width: 0px !important;
}*/


.Calendar {
    background-color: white;
}

textbox:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable- input:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable- input:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}

ListItem:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable- input:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}

DropDownList:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable- input:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}

select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable- input:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}

input:focus, input[type="file"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable- input:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 5px;
}

.top .table tbody td, .table .tbody td, .table tbody .td, .table .tbody .td {
    padding: 0.625rem;
    vertical-align: top;
}

.table tbody td,
.table .tbody td,
.table tbody .td,
.table .tbody .td {
    padding: 0.625rem;
    vertical-align: top;
}

/*[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    margin-top: 20px !important;
}*/
.text-left {
    text-align: left !important;
    margin-top: 20px;
}

.login-text {
    margin-top: 0% !important;
}

.spaced input[type="radio"] {
    margin-left: 18px;
}

.spaced1 input[type="radio"] {
    margin-left: 10px;
}

.buttonClass {
    /* background-color: #448270; */
    color: white;
    padding: 6px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: solid #448270 2px;
}

    .buttonClass:hover {
        color: white;
        background-color: #28a745;
        text-decoration: none;
    }

.buttonInput {
    background-color: #28a745;
    border: none;
    color: white;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.quick-links {
    width: 100% !important;
    background-repeat: no-repeat
}

.quick-links-right {
    min-height: 100px;
    width: 85%;
}

.dropdown-toggle::before {
    /* color: transparent; */
    display: block;
    position: absolute;
    vertical-align: middle;
    color: transparent;
    font-size: 0;
    content: "";
    height: 0.3125rem;
    width: 0.3125rem;
    background-color: transparent;
    border-left: 1px solid;
    border-bottom: 1px solid;
    /* border-color: #1d1d1d; */
    top: 50%;
    left: 100%;
    margin-left: -1rem;
    margin-top: -0.1625rem;
    z-index: 2;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform-origin: center center 1px;
    -ms-transform-origin: center center 1px;
    transform-origin: center center 1px;
}

.profile-drop {
    background: transparent !important;
    border: none !important;
}

.dropdown-item:hover {
    background-color: #e7fbf5 !important;
}

.bottom {
    position: absolute;
    bottom: 0px;
    left: 0;
}

.tile_box {
    min-width: 150%;
    min-height: 150%;
}

.dissable-color[disabled] {
    border: 1px solid #FF5722 !important;
}

.communication-scroll {
    height: auto;
    max-height: 400px;
    overflow: auto;
    min-height: 200px;
}


.ajax__calendar_prev, .ajax__calendar_next {
    z-index: 1;
}
.Calendar .ajax__calendar_prev, .ajax__calendar_next {
    z-index: 1;
}
span[id*=RequiredFieldValidator] {
    font-size: 0.7em !important;
    font-family: 'Montserrat-Regular' !important;
    color: red !important;
}
