9body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
	overflow:scroll;
}
/**********************GENERAL START****************************/
.cursor {
    cursor: pointer;
}

.card-img-top{
	border-radius: 100%;
    border: 5px solid #9a9c9e;
}

/*div.main{
	overflow: scroll;
}*/

.custom-select-sm {
    height: calc(1.5em + 0.75rem + 2px);
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: 100%;
}

/*.modal-footer {
    display: inline;
}*/

select {
    background-image: linear-gradient(45deg, transparent 50%, #a7a9ac 50%), linear-gradient(135deg, #a7a9ac 50%, transparent 50%) !important;
    /*background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0 !important;*/
    background-position: calc(100% - 17px) calc(1em + -3px), calc(100% - 12px) calc(1em + -3px), 100% 0 !important;
    background-size: 6px 7px, 5.5px 6.5px, 2.5em 2.5em !important;
    background-repeat: no-repeat !important;
    border: 1px solid #1569a5;
    border-radius: 5px;
    -webkit-appearance: none;
    background-position-x: 244px;
}

.custom-select:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.mainheading {
    font-size: 22px;
    font-weight: 900;
	color:#212121;
	border: none !important;
    padding-top: 20px;
    padding-bottom: 20px !important;
}

/*.input-group {
	padding: 0px !important;
}*/

.subheading {
    font-size: 16px;
    font-weight: 700 !important;
	border-bottom: 1px solid #dee2e6 !important;
	text-transform: uppercase;
}

.subtitle{
	font-size: 16px;
    font-weight: 700 !important;
	padding-bottom: 5px;
}

.navtab{
	padding-bottom: 20px;
}

.reporttab{
	padding-top: 30px;
}

textarea.form-control {
    height: 38px !important;
}

.left-toolbar{
	font-size: 16px;
    font-weight: 700 !important;
	text-transform: uppercase;
}

.right-toolbar{
	text-align: right;
}

.right-toolbar a{
	padding: 5px; 
}

.form-group {
    margin-bottom: 1rem;
}

.employeedirectory .form-group{
	margin-bottom: 0.25rem;
}

.sub-menu{
	min-width: 8rem;
    padding: 0px;
    margin: 6px;
}

.sub-menu a{
	padding: 0px;
	font-size: 16px;
}

.sub-menu ul{
	padding-left: 0;
}

.sub-menu img{
	padding: 10px;
	font-size: 16px;
}

.dropdown-item{
	padding: 5px 10px !important;
	font-size: 14px;
}

.sectionheading {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.subheadingwithnormal {
    font-size: 15px;
}

.smalltext {
    font-size: 12px;
}

.buttontext {
    font-size: 16px;
    font-weight: 600;
}

.button{
	padding-top: 15px;
}

.button-icon{
	width: 25px;
    padding-right: 5px;
}

.col-form-label {
    text-align: left;
	font-size: 16px;
	max-width: 15%;
	padding-top: 5px;
}

.sticky {
    position: fixed;
    z-index: 1;
    width: 77.5%;
    top: 60px;
}

.img{
    text-align: center;
}

.text{
	text-align: center;
	font-size:12px;
	
}

.top {
    position: absolute;
    bottom: 5px;
    left: 3px;
}
.top img {
    transition: .5s ease;
    width: 26px;
    height: 26px;
    margin-left: 7px;
}
.top img:hover {
    box-shadow: 0px 0px 0px 3px #EFEFEF;
    transition: .5s ease;
    padding: 2px;
    border-radius: 10px;
}

a:hover {
    text-decoration: none !important;
    /*color: #fff !important;*/
}

.sidebar a {
    color: #000;
}

.generaltitle {
    background-color: #1569a5;
    color: #FFF;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    border-radius: 5px 5px 0px 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

#pills-approve-tab span {
    color: #FFF !important;
    font-size: 11px;
    margin-left: 2px;
}

#pills-approve-tab .bg-danger {
    padding: 4px;
    width: 20px;
    height: 20px;
}


.content-wrapper {
    position: relative;
    width: calc(100% - 125px);
    padding-bottom: 60px;
    left: 80px;
    top: 60px;
	min-height: calc(100vh - 62px);
}

.fa, .far, .fas {
    font-family: "FontAwesome";
	font-weight: 100;
    font-size: 10px;
}

.logo {
    /*width: 200px;
    /*background: #fff;
	webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    height: 60px;*/
	float: left;
}

.removepadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
/*.top15 {
	padding-top:80px !important;
}*/
.companyname {
    /*	position: absolute;
	left: 265px;
	top: 10px;
	font-size: 28px;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
*/
    position: absolute;
    left: 95px;
    top: 10px;
    font-size: 24px;
    color: #212121;
    text-transform: none;
    font-weight: 900;
	padding: 0 0.5rem;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdl15 {
    padding-left: 15px;
}

.tooltip > .tooltip-inner {
    background-color: #FFF;
    color: #000;
    border: 1px solid #CCC;
}
/*.tooltip.left .tooltip-arrow { border-left-color: #0C0; }*/

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: 0px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #CCC;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: 0px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #CCC;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: 0px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #CCC;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: 0px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #CCC;
}

.loginbg {
    /*background-image:url(../images/loginbg.jpg);
	    background-position: center;
    background-size: cover;*/ background-color: #f4f4f4;
}

.opacity {
    opacity: 0.9;
}

.pd0 {
    padding-left: 0px;
}

/*.btn-primary {
    color: #fff;
    background-color: #1569a5 !important;
    border-color: #1569a5 !important;
}*/

    /*.btn-primary:hover {
        color: #fff;
        background-color: #1569a5 !important;
        border-color: #1569a5 !important;
    }*/

    .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem #1569a5 !important;
    }

.btn-link:hover {
    text-decoration: none !important;
}

.btn-link {
    text-decoration: none !important;
}


/***************GENERAL END****************************/


/***********ROLE LOGIN*********************************/
.rolelogin {
    width: 800px;
    ;
    margin: 0 auto;
    /* border: 1px solid #CCC; */
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
}

    .rolelogin label {
        display: inline-block;
        margin-bottom: .5rem;
        font-size: 16px;
        font-weight: 500;
        color: #666666;
    }

.img-check {
    opacity: 0.5;
}

.check {
    /*     opacity: 1;
    color: #996;
    border: 2px solid #F00;
    border-radius: 50px;
    padding: 3px;
*/
    opacity: 0.9;
    color: #996;
    /* border: 2px solid #F00; */
    border-radius: 60px;
    padding: 9px;
    background: #eae9e9;
}

.box {
    margin-bottom: 5px;
}

.pdl105 {
    padding-left: 105px;
}

.mr20 {
    margin-right: 20px;
}

.pdt120 {
    padding-top: 120px !important;
}

.pdt56 {
    padding-top: 56px;
}

.approval a:hover {
    color: #000 !important;
}

.approval a {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 15px;
}
/***********ROLE LOGIN***********************************/

/************LOGIN START *******************************/

.logo img {
    padding: 5px;
}

.logintitle {
    color: #1569a5;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}

.loginheader {
    background: #f9f9fc;
    /* position: fixed; */
    height: 60px;
    width: 100%;
    z-index: 1030;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
}

    .loginheader .logo {
        background: none !important;
        webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.login-box-employee {
    width: 420px !important;
}

.login-box {
    width: 360px;
    margin: 0 auto;
    /* border: 1px solid #CCC; */
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
}

.login-box-body a:hover {
    text-decoration: none !important;
    color: #0056b3 !important;
}

.login-logo-title {
    background-color: #1569a5;
    color: #FFF;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    border-radius: 5px 5px 0px 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

.login-box-body {
    padding: 12px 20px 20px 20px;
    border-top: 1px solid #CCC;
}

.bgcolor {
    background-color: #F7F7F7;
}

.btnlogin {
    height: 40px;
    width: 170px;
    margin: 0px auto;
    margin-top: 20px;
}

.currenttrends {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #FFF;
    height: 100%;
    -webkit-box-shadow: -4px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.currenttreandstitle {
    /*  z-index: 1;
    height: 60px;
    background-color: #f9f9fc;
    padding: 18px;
    font-weight: 600;
    font-size: 18px;
    position: fixed;
	width: 100%;*/
    z-index: 1;
    height: 60px;
    background-color: #f9f9fc;
    /* padding: 20px; */
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    width: 100%;
    -webkit-box-shadow: -4px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -6px 0px 10px 0px rgba(0, 0, 0, 0.1); /* left: 10px; */ /* margin-left: 22px; */
}

    .currenttreandstitle div {
        padding-left: 30px;
        padding-top: 15px;
    }

.currenttreandsbody {
    padding: 15px;
    overflow-y: scroll;
    height: 100%;
    padding-top: 80px;
    position: absolute;
}

.login-box .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
    line-height: 10px;
}

.pdl10 {
    padding-left: 15px !important;
}

.pdr10 {
    padding-right: 15px !important;
}
/************LOGIN END**********************************/

/***************SOCIAL ICON*****************************/
.socialicon {
    width: 600px;
    margin: 0px auto;
    padding-top: 20px;
    /* text-align: center; */
    /*padding-left: 20px; padding-left: 60px;*/
}

.social-icons {
    text-align: center;
    padding-left: 0px;
}

.socialicon li:first-child {
    padding-left: 0px;
}

.socialicon li {
    display: inline-block;
    list-style-type: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    padding-left: 14px;
}

    .socialicon li a {
        border-bottom: none;
    }

    .socialicon li img {
        width: 30px;
        height: 30px;
        /*    margin-right: 18px;*/
    }

.loginbg .fa-facebook, .loginbg .fa-twitter, .loginbg .fa-youtube, .loginbg .fa-google-plus, .loginbg .fa-linkedin, .loginbg .fa-apple, .loginbg .fa-android {
    border: 2px solid #007bff;
    /* background-color: #000; */
    /* padding: 10px; */
    margin: 10px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    padding: 5px 8px 6px 5px;
}
/***************SOCIAL ICON END************************/


/*.shrinkedcontent .hamburg:hover{
	opacity:1;
}
*/

/************HEADER SEARCH START********************/

.main-search {
    /*position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;*/
	padding-top: 20px;
    padding-bottom: 20px;
}

.search-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: #fff;
    z-index: 12;
    border-radius: 0;
    display: none;
}



    .search-box .dismiss {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: none;
        border: none;
        cursor: pointer;
        font-size: 1.5em;
        color: #999;
    }

    .search-box form {
        height: 100%;
    }

        .search-box form input {
            height: 100%;
            border: none;
            padding: 20px;
        }




/*********************************HEADER SEARCH END **************************************/

/**********************SIDEBAR START****************************/
.sidebar {
    /*background:#3ea2e5;*/
	background:#17224d;
    /*background-image: url(../images/sidebar.png);*/
    /*width: 200px;*/
	width: 90px;
    position: fixed;
    bottom: 20px;
    left: 0px;
    top: 60px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 9;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.sidebar-icon {
    height: 25px;
    width: 25px;
}

.hamburg {
    /*    position: fixed;
    left: 250px;
    top: 62px;
    border: 1px solid #CCC;
    border-radius: 0px 5px 5px 0px;
    background: #dedede;
*/
    position: fixed;
    left: 158px;
    top: 64px;
}

    .hamburg a span {
        color: #41bfff;
        font-size: 20px;
    }





.sidebar .active img {
    -webkit-filter: brightness(300%);
    filter: brightness(300%);
}

nav.side-navbar ul li a:hover > img {
    -webkit-filter: brightness(500%);
    filter: brightness(500%);
}

.nav-link {
    display: block;
    padding: 0.5rem 0;
    /*font-size: 16px;
    font-weight: 900;*/
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

.nav-tabs .nav-item {
    padding: 0 10px;
    font-size: 16px;
    text-transform: uppercase;
	border: 0px;
}

.menu-tab{
	font-size: 12px !important;
}

/*nav.side-navbar ul li:hover
{

	-webkit-filter: brightness(300%);
	filter: brightness(300%);
}*/

.shrinked .active img {
    -webkit-filter: brightness(300%);
    filter: brightness(300%);
}

.shrinked .treeview {
    margin-top: 44px;
}

.shrinkedcontent nav.side-navbar ul {
    /*padding-top: 35px;*/
}

.shrinkedcontent .hamburg {
    left: 8px;
    top: 64px; /*border: 1px solid #CCC;
    border-radius: 0px 5px 5px 0px;
    background: #dedede;
		opacity: 0.1;*/
}

.sidebar.shrinked {
    min-width: 50px;
    max-width: 50px;
    text-align: center;
}

.shrinked span {
    display: none;
}

.sidebar span {
    /*padding-left: 10px;*/
	padding-left: 0;
    font-weight: 500;
}

nav.side-navbar span.heading {
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 20px;
    color: #ccc;
    font-size: 0.8em;
}

nav.side-navbar ul {
    padding: 10px 0;
}

nav.side-navbar ul li {
    /* submenu item active 
	padding: 10px 0; */
}

        nav.side-navbar ul li a {
            /*	padding: 10px 15px;*/
            /*padding:5px 15px;
	text-decoration: none;
	display: block;
	font-weight: 300;
	border-left: 4px solid transparent;
	
	background: #3498DB;
    border-top: 1px solid #3ea2e5;
    color:#FFF;
    border-right: 1px solid #3ea2e5;*/
            padding: 5px;
            text-decoration: none;
            display: block;
            font-weight: 300;
            /* border-left: 4px solid transparent;*/
            /* background: #05538a;
    border-top: 1px solid #14669c;*/
            /*border-top: 2px solid #3f3f3f;*/
            color: #FFF;
            /* border-right: 1px solid #3ea2e5;*/
        }

            nav.side-navbar ul li a:hover {
                background: #000829;
                /*	border-left: 4px solid #8dd0ed;*/
                color: #fff;
            }

        nav.side-navbar ul li li a {
            /*	background: #EEF5F9;*/
            background-color: #17224d;
            padding-left: 10px;
            font-weight: 500;
        }

        nav.side-navbar ul li.active > a {
            background: #8dd0ed;
            color: #fff;
            border-left: 4px solid #6da9c3;
        }

            nav.side-navbar ul li.active > a:hover {
                background: #8dd0ed;
            }

        nav.side-navbar ul li li.active > a {
            background: #8e81f1;
        }

        nav.side-navbar ul li ul {
            padding: 0;
        }

nav.side-navbar.shrinked {
    min-width: 50px;
    max-width: 50px;
    text-align: center;
    background: #2e2e2e;
}

    nav.side-navbar.shrinked span.heading {
        margin: 0;
    }

    nav.side-navbar.shrinked ul li a {
        /* padding: 15px 2px; */
        border: none;
        font-size: 16px;
        color: #fff;
        -webkit-transition: color 0.3s, background 0.3s;
        transition: color 0.3s, background 0.3s;
    }

        nav.side-navbar.shrinked ul li a[data-toggle="collapse"]::before {
            content: '\f107';
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
            position: absolute;
            top: auto;
            right: 50%;
            bottom: 0;
            left: auto;
        }

        nav.side-navbar.shrinked ul li a[data-toggle="collapse"][aria-expanded="true"]::before {
            content: '\f106';
        }

        nav.side-navbar.shrinked ul li a:hover {
            color: #fff;
            border: none;
        }

            nav.side-navbar.shrinked ul li a:hover i {
                color: #fff;
            }

        nav.side-navbar.shrinked ul li a i {
            margin-right: 0;
            margin-bottom: 2px;
            display: block;
            font-size: 1rem;
            color: #333;
            -webkit-transition: color 0.3s;
            transition: color 0.3s;
        }

    nav.side-navbar.shrinked ul li.active > a {
        color: #fff;
    }

        nav.side-navbar.shrinked ul li.active > a i {
            color: #fff;
        }

    nav.side-navbar.shrinked .sidebar-header .title {
        display: none;
    }

.currentcontent .icontitle {
    position: absolute;
    display: block !important;
    color: white;
    width: 200px;
    background: black;
    left: 73px;
    padding: 4.5px;
    opacity: 1;
    margin: -23px;
    text-align: left; /*background: black;
    left: 78px;
    padding: 8px;
    opacity: 1;
    margin: -28px;
	text-align:left;*/
}

.factohrlogo {
    position: fixed;
    bottom: 0px;
    /* left: 10px; 
    webkit-box-shadow: -6px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -6px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -6px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
    width: 90px;
    /*    background-color: #f9f9fc;*/
    background-color: #ffffff;
    padding: 5px;
    /*padding-left:15px;*/
}

.shrinklogo .smalllogo {
    position: absolute;
    bottom: 11px;
    left: 10px;
}

.shrinked ul li li a {
    padding-left: 50px;
    /* background: #EEF5F9; */
    background-color: #2e2e2e !important;
    padding-left: 10px;
    font-weight: 500;
}

.shrinked ul li a {
    /* padding: 10px 15px; */
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    font-weight: 300;
    /* border-left: 4px solid transparent; */
    border-top: 2px solid #3f3f3f !important;
    color: #FFF;
    /* border-right: 1px solid #3ea2e5; */
}

/*#mainMenuUl ul.dropdown-menu {
    width: 200px;
}*/

/*.shrinked>ul>li>a{
	display:block;
}
.shrinked:hover >ul>li>a>span{
	display:none;
}*/

/*.shrinkedcontent nav.side-navbar ul li:hover{
			padding-left: 69px;
    display: block;
    left: 50px;
    background: black;
    color: #ffffff;
    width: 250px;
    font-weight: bold;
    height: 20px;
	position:absolute;

}
*/
/*.shrinked  ul li:hover{
		padding-left: 69px;
    display: block;
    left: 50px;
    background: black;
    color: #ffffff;
    width: 250px;
    font-weight: bold;
    height: 20px;
	position:absolute;
	
}
.shrinked  ul li .fa:hover{
	display:none;
}*/
/*.shrinked .treeview-menu:hover {
	
}
*/
/**********************SIDEBAR END****************************/



/**********************HEADER START****************************/

.header {
    background:#ffffff;
    /*background-image: url(../images/headerbg.png);*/
    position: fixed;
    height: 60px;
    width: 100%;
    z-index: 1030;
	box-shadow: none !important;
    background-size: cover;
    /*    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);*/
}

.page-header a:hover {
    color: #fff !important;
	border-bottom: 0 !important;
}

.approvalmenu {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 51px;
    padding-left: 14px;
}

.navbar-custom-menu {
    float: right;
}

    .navbar-custom-menu .custom-nav {
        float: left;
        list-style: none;
    }

        .navbar-custom-menu .custom-nav li {
            float: left;
            display: inline;
        }

        .navbar-custom-menu .custom-nav .user-image {
            float: right;
            width: 40px;
            height: 40px;
            border-radius: 50%;
			margin-right: -2px;
			margin-top: -4px;
			margin-left: 11px;
        }

        .navbar-custom-menu .custom-nav .img-circle {
            z-index: 5;
            height: 60px;
            width: 60px;
            border: 3px solid;
            border-color: transparent;
            border-color: rgba(255, 255, 255, 1);
			float: left;
        }

        .navbar-custom-menu .custom-nav li.user-name {
            /*height: 175px;*/
            padding: 40px 10px 0;
            text-align: center;
			width: 100%;
			border-bottom: 1px solid #bfbfbf;
        }
		
		.navbar-custom-menu .custom-nav li.user-body {
            /*height: 175px;*/
            padding: 10px;
			width: 100%;
        }
		
		.navbar-custom-menu .custom-nav li.user-header {
            /*height: 175px;*/
            padding: 10px;
            text-align: center;
			background: #2f66e7;
			width: 100%;
        }

.img-circle {
    border-radius: 50%;
}

.navbar-custom-menu .custom-nav li.user-header .col-sm-9 > p {
    z-index: 5;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;
    padding: 0 10px;
}

.navbar-custom-menu .custom-nav li.user-header .col-sm-9 > span{
    z-index: 5;
    color: #fff;
    font-size: 12px;
	margin-bottom: 0px;
	float: left;
    padding-left: 10px;
}

.navbar-custom-menu .custom-nav li.user-body > p {
    z-index: 5;
    font-size: 12px;
	margin-bottom: 0px;
}

.navbar-custom-menu .custom-nav .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 0 0 0;
    /*border-top-width: 0;*/
    width: 280px;
	/*top: 40px !important;*/
}

.roleDisplayName {
    font-size: 12px;
    white-space: nowrap;
    max-width: 291px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.parent .dropdown-menu li a {
    background: #969696 !important;
}

.dropdown {
    border: 0px !important;
}

.parent .dropdown-menu li a:hover {
    background-color: #7b7979 !important;
    color: #FFF;
}

.navbar-custom-menu .custom-nav li a {
    position: relative;
    display: block;
    padding: 8px 15px;
	font-size: 16px;
}

.navbar-custom-menu .custom-nav li a p{
	line-height: 0.75;
}

.col-sm-4 .dropdown-toggle{
	width:100%;
	float:right;
}

.col-sm-4 span img{
	left: 85%;
    position: absolute;
    padding: 5px;
}

.col-sm-4 label{
	padding-top: 5px;
}

.navbar-custom-menu .dropdown-toggle {
    /*	    background: rgba(0,0,0,0.1);*/
    color: #231f20;
	font-weight: 600;
}

    .navbar-custom-menu .dropdown-toggle::after {
        display: none;
    }

.navbar-custom-menu .custom-nav .user-body a {
    padding: 0 10px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
	width: 100%;
	text-align: center;
}

.navbar-custom-menu .custom-nav .user-footer {
    padding: 0;
    width: 100%;
}

.navbar-custom-menu .custom-nav li.user-footer > a {
	border-top: 1px solid #d2d2d2;
	padding: 5px 0px;
	font-weight: 600;
	color: #212121;
	font-size: 14px;
}

.navbar-custom-menu .custom-nav li.user-footer > a  img{
	padding: 5px 10px;
}

.page-header a.active{
	border-bottom: 0 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	color: #000 !important;
	
}

.page-header a{
	color: #ffffff !important;
    font-weight: 600;
    padding: 5px 15px !important;
	
	
}

header.page-header {
    padding: 5px 0 0;
    /*padding:5px 0px 5px 0px ;*/
    z-index: 9;
	position: fixed;
    width: 90%;
	left: 90px;
	
}

.page-header {
    background: #17224d;
    /*	padding: 20px;*/
    /*	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
*/ position: relative;
    z-index: 8;
	border-bottom: 0 !important;
}

.headtab{
	margin: 0 !important;
}

.close {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
	color:#9ebaf2;
    opacity: 1;
	text-shadow: none !important;
	margin-top: -3px;
    padding-left: 10px;
}

.close:not(:disabled):not(.disabled):hover {
    color: #9ebaf2 !important;
}

.nav-tabs .nav-link.active label.close:not(:disabled):not(.disabled):hover {
    color: #000 !important;
}

.nav-tabs .nav-link.active label.close{
	color:#000;
}

.next-pervious label {
	float:right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
	color:#9ebaf2;
    opacity: 1;
    padding-left: 10px !important;
}

/**********************HEADER END****************************/

/**********************MAIN CONTAINER****************************/

.shrinkedcontent .content-wrapper {
    left: 50px;
    width: calc(100% - 50px);
    /*	z-index: -1;*/
}
/*.active .page-header {
	padding: 5px 0;
}
*/


.container-fluid {
	padding: 0 30px;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

h2, .h2 {
    font-size: 1.3rem;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
	margin : 3px;
	border: none !important;
}

.m-5 {
    margin:0 0 2rem!important;
}

.col-sm-11{
	font-size:18px;
}

/*.col-sm-6{
	padding: 0 !important;
}*/	

/*.col-sm-1{
	max-width: 2%;
}*/

/*approval sub tab */
#approvaltab .active {
    border-bottom: 3px solid #169ed9;
}

.pdzero {
    padding-left: 0px;
    padding-right: 0px;
}

    .pdzero nav {
        margin-left: 30px;
    }

.maincontentpadding {
    padding-left: 15px;
    padding-right: 70px;
}

.tabcontent {
    margin-left: 28px;
}
/****************************MAIN CONTAINER END****************************/


/****************************RIGHT SIDEBAR****************************/

.rightsidebar {
    position: fixed;
    width: 46px;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #ffffff;
    z-index: 1;
    /*-webkit-box-shadow: -8px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -8px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.1);*/
}

.totalcount {
    padding: 3px;
    font-size: 8px;
    color: white;
    position: absolute;
    top: 114px;
    left: 6px;
    width: 15px;
    height: 15px;
}

.communication {
    padding-top: 86px;
    list-style: none;
    /* padding-right: 27px; */
    text-align: left;
    padding: 62px 12px;
    font-size: 22px;
}

    .communication li {
        line-height: 40px;
    }

    /*.communication li a:hover{
	border:5px solid #CCC;
	border-radius:5px;
	padding:5px;
	width:15px;
	height:15;
}*/

    .communication img {
        transition: .5s ease;
    }

        .communication img:hover {
            box-shadow: 0px 0px 0px 3px #EFEFEF;
            transition: .5s ease;
            padding: 2px;
            border-radius: 10px;
        }




    .communication li a i {
        color: black;
    }

.event {
    position: fixed;
    top: 60px;
    width: 350px;
    right: -13px;
    background-color: gainsboro;
    margin-right: 60px;
    bottom: 0;
    overflow-y: auto;
    display: none;
    font-size: 14px;
    line-height: 23px;
    padding: 18px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.event-icon {
    background-image: url(../images/rightsidebar/event.png);
    width: 20px;
    height: 20px;
}
/****************************RIGHT SIDEBAR END****************************/

/****************************FOOTER START****************************/

footer.main-footer {
    position: absolute;
    ;
    bottom: 0;
    width: 100%;
    background: #f9f9fc;
    color: #666;
    /*	padding: 5px 5px;*/
    z-index: 0;
    /*	-webkit-box-shadow: -6px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -6px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: -6px 0px 10px 0px rgba(0, 0, 0, 0.1);
*/
    /*   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
*/
}

    footer.main-footer .copyright {
        color: #666;
        vertical-align: middle;
        margin: 0px auto;
        font-size: 14px;
        line-height: 40px;
    }

/****************************FOOTER END****************************/


/******************************APPROVAL ***************************************/

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-contentleaveviewmore {
    background: #ffffff;
    border: 1px solid #CCc;
    width: 100%;
    height: 100%;
}

.leavedetailHeader tr td {
    font-family: Source Sans Pro;
    /*font-size: 16px;*/
    font-weight: 500;
}

.approvalheight {
    min-height: 100% !important;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.modal-open .modal {
    padding-right: 0px !important;
    z-index: 9999 !important;
}

.myPendingColor {
    /*background:#9D55B9 !important;*/
    background: #E86269 !important;
    color: #FFF !important;
    text-align: center;
    font-size: 14px;
}

.myleavecolor {
    background-color: #F78888 !important;
    color: #FFF !important;
    text-align: center;
}

#calendar .fc-day-top a {
    font-size: 16px;
}

.ApprovedColor {
    background-color: #B4C052 !important;
    color: #FFF !important;
    text-align: center;
    font-size: 14px;
}

.myApprovedColor {
    text-align: center;
    /*background-color:#00BE9C !important;*/
    background-color: #B4C052 !important;
    color: #FFF !important;
    font-size: 14px;
}





.ApprovedColor:hover {
    color: #FFF;
    font-size: 14px;
}

.mySubordinateApprove {
    text-align: center;
    background: #82c3c9 !important;
    color: #FFF !important;
    font-size: 14px;
}

#tblSubordinateOnLeave .mySubordinateApprove {
    cursor: auto;
}

#tblSubordinateOnLeave .mySubordinatepending {
    cursor: auto;
}


.mySubordinatepending {
    text-align: center;
    background: #B32851 !important;
    color: #FFF !important;
    font-size: 14px;
}

.mySubordinate:hover {
    color: #FFF;
}

.myWeekoff {
    text-align: center;
    background: #1FBCD2 !important;
    color: #FFF !important;
    font-size: 14px;
}

#tblSubordinateOnLeave .mySubordinate {
    cursor: auto;
}

.fc-event-container a:hover {
    color: #FFF !important;
}

.fc-event {
    border: none !important;
}

.customrowapproval {
    padding-right: 50px;
}

.chkleave {
    width: 20px;
    vertical-align: middle;
    height: 100%;
    margin-top: -10px;
}

.allcheck {
    /*width:30px;
	height:30px;*/
    height: 20px;
    width: 20px;
    /*	    border-radius: 0px;
		background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
*/
}

.custom-select {
    border-radius: 0px;
    border: 1px solid #1569a5;
}

.add-on .input-group-btn > .btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}

.custominput {
    border: 1px solid #ced4da;
    /*padding-left: 8px !important;*/
    width: 100%;
    /*height: calc(1.8125rem + 2px);*/
    border-radius: 0px;
}

.leaveapproval .col-sm-1, .col-sm-12 {
    padding-left: 0px !important;
	padding-right: 0px !important;
}

.card {
    border-radius: 0px;
    /*    margin-top: 20px;*/
}

.card-header {
    /*padding: 8px 8px 8px 10px;*/
    padding: 5px 5px 5px 10px;
    margin-bottom: 0;
    background-color: #FFF;
    border-bottom: 2px solid rgba(0,0,0,.125);
}

.card-body {
    /*padding-top: 10px;
    padding-bottom: 0px;
    /*padding-bottom:10px;
    padding-right: 0px;
    padding-left: 0px;*/
}

.datewisetravel {
    background: #1569a5;
    border: 0px;
    color: white;
}

.totaldays {
    font-size: 45px;
    font-weight: 600;
    color: #ed2024;
}

.days {
    /*font-size: 24px;
    font-weight: 800;
    line-height: 8px;
    margin-top: 30px;
    margin-left: 6px;
	color:#666666;
*/
    font-size: 22px;
    font-weight: 600;
    line-height: 8px;
    margin-top: 30px;
    margin-left: 6px;
    color: #666666;
}

.leavebalance {
    color: #006600;
}
/*.checkbox-custom:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    background: rebeccapurple;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
    box-shadow: inset 0px 0px 0px 4px #fff;
}


.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; 
}*/

.radiotext {
    /*position: relative;*/
    padding-left: 25px;
    margin-top: -25px;
}

.checkboxtext {
	position: relative;
    top: 0px;
    margin-bottom: 0;
    float: right;
}

#tblorganizationinfo tr td {
    vertical-align: middle;
}

.chkbox {
    /*position:absolute;
	left: 6px;
    position: absolute;
    top: 48px;*/
    padding: 6px;
}

.card {
    font-size: 14px;
	padding-bottom: 10px;
}

.figure {
    text-align: center;
    margin: 0 0 0.3rem;
    /*		    margin-left: 15px;*/
    margin-left: 0px;
}

figure img {
    width: 65px;
    height: 65px;
}

ul.list-group:after {
    clear: both;
    display: block;
    content: "";
}

.subordinate li {
    display: inline-block;
}

    .subordinate li img {
        width: 40px;
        height: 40px;
    }

.pdleftzero {
    padding-left: 0px !important;
}

.subordinate {
    padding-left: 0px !important;
}

.approvalstatus {
    padding-left: 19px !important;
    /*	    padding-top: 24px;*/
    padding-top: 5px;
}



    .approvalstatus li {
        display: inline-block;
        padding: 6px;
    }

        .approvalstatus li img {
            width: 30px;
            height: 30px;
        }

        .approvalstatus li:hover {
            /*width:42px;
	height:42px;
	opacity:0.8;
	width: 30px;
    height: 30px;*/
            /* opacity: 0.8; 
    background: #CCC;
    padding: 5px;*/
            background: #eaeaea;
            border-radius: 48px;
        }

.card-body, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
    padding-left: 5px;
	padding-right: 5px;
}

.tab{
	padding: 5px;
	float: left;
}

.form-check{
	padding-left: 0;
	display: inline-block;
}

.form-radio{
	padding-left: 0;
	display: inline-block;
	width: 100px;
}

.dates {
    /*    padding-left: 14px;	*/
    padding-left: 4px;
    font-size: 13px;
}

    .dates li {
        list-style: none;
    }

    .dates img {
        width: 20px;
        height: 20px;
    }

.subordinatetitle {
    /*	font-size:16px;*/
    font-size: 14px;
    font-weight: 500;
}

.leavedates {
    width: 220px;
}

.leavetotaldays {
    width: 140px;
}

.leaveremarks {
    width: 250px;
}

.leavesubordinate {
    width: 185px;
}

.leavestatus {
    width: 145px;
}

.approvalstatus img {
    width: 30px;
}

.remarkstext {
    width: 200px;
    right: 6px;
    position: absolute;
}

.redtext {
    padding-top: 67px;
    color: #006600;
    font-size: 14px;
    font-weight: 600;
}

.remarks {
    font-size: 13px;
}

.leavebalanace {
    /*padding-top: 67px;
    color: #006600;
    font-size: 15px;*/
    padding-top: 67px;
    color: #006600;
    font-size: 14px;
    font-weight: 600;
}

.bordertop {
    border-top: 1px solid rgba(0,0,0,.125);
    padding-top: 8px;
}

.subordinate {
    margin-bottom: 0px !important;
}

.text-gray-dark a {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.text-gray-dark {
    text-decoration: underline;
}

    .text-gray-dark a:hover {
        color: #00F !important;
    }

.margintop20 {
    margin-top: 20px;
}

#approvalbox {
}

.tab-pane {
    background-color: #f4f4f4;
}

.innerpagebg {
    background-color: #ffffff;
}

.regularleavetaker {
    background-color: #f9e9ac;
}

.regularleavetakertext {
    font-size: 14px;
    font-weight: 600;
    color: #ed2024;
}

.input-group-append{
	width:100%;
}

.input-group-append span {
    /*border-radius: 5px;*/
    background-color: transparent;
    color: #9a9c9e;
	font-weight: 300;
    /*font-family: "Font Awesome 5 Free";*/
	padding-top: 10px;
    font-size: 16px;
    height: 36px;
    margin-top: 0px;
	border: none;
}

.table-condensed{
	width: 190px;
	cursor: pointer;
}

.table-condensed thead th{
	text-align: center;
}

.table-condensed tbody td{
	text-align: center;
}

.btn-secondary {
    color: #007bff !important;
    background-color: #fff !important;
    border-color: #007bff !important;
}

.btn-secondary:hover {
    color: #0069d9 !important;
    background-color: #fff !important;
    border-color: #0069d9 !important;
}

.search {
	/*margin-right: -35px;*/
    margin-bottom: 5px;
    /*padding-left: 10px !important;
    font-size: 100%;
    color: #495057;
    border: 1px solid #1569a5;*/
}

.custom-nav input[type=text] {
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 17px;
  background: none;
  border: 1px solid #a7a9ac;
  border-radius:5px;
}

.inneralreadyleave {
    /*	    border: 2px solid RED;
    padding: 2px;
	    opacity: 0.6;*/
    opacity: 0.4;
}

.alreadyleaveapprove {
    /*background: red;*/
    border: 2px solid #0d773a;
    border-radius: 50px;
}

.leavecircle {
    font-size: 55px;
    border: 2px solid #CCC;
    text-align: center;
    border-radius: 80px;
    width: 87px;
    margin: 0px 13px;
}

.leavewiseuser {
    width: 34px;
    height: 34px;
}

.mdlleavebalance .col-sm-12 {
    padding-right: 0px;
}

.mdlsubordinate .col-sm-12 {
    padding-right: 0px;
}


/*******************************START Attendance Approval******************************/
.requestdate {
    /*font-size: 16px;
    font-weight: 600;
    color: #009bdc;
*/
    font-size: 14px;
    font-weight: 600;
    color: #009bdc;
    text-align: center;
}

.in {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #ed2024 !important;
    text-align: center !important;
}

.out {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #ed2024 !important;
    text-align: center !important;
}

/*.inout tr td{
	font-size: 18px;
    color: #249B59;
    font-weight: 500;
}
*/
.inout tr td {
    font-size: 15px;
    color: #249B59;
    font-weight: 600;
}

.inout .w-20 {
    width: 16px;
    padding-bottom: 5px;
}

.frequentlytaker {
    background-color: #f9e9ac;
}

.attendancetaker {
    position: absolute;
    /* top: 0px; */
    bottom: -8px;
    right: 0px;
    padding: 2px 10px 10px 10px;
    background: #ed2024;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: white;
    font-weight: 500;
}

#attendanceemployeewise .attendancetaker {
    bottom: 0px !important;
}

.moredetails {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.attendancerequestdate {
    /*color:#727272;
	font-size:24px;*/
    color: #727272;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}


#ModalLeaveMoreDetails .card-header {
    background: #90ccF4;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
}

#tblSubordinateOnLeave {
    /*    background:#ddf0fd;*/
    color: black;
}

    #tblSubordinateOnLeave thead tr {
        background: #5DA2D5;
        color: white;
    }

    #tblSubordinateOnLeave thead th {
        border: 1px solid #5DA2D5;
    }

    #tblSubordinateOnLeave td {
        border: 1px solid #5DA2D5;
    }
/*#tblSubordinateOnLeave{border: 1px solid #5DA2D5;	}*/


#tblSubordinateOnLeave_paginate .page-item.active .page-link {
    background: #5DA2D5;
    border-color: #5DA2D5;
    color: #FFF;
}

#tblSubordinateOnLeave_paginate .page-link:hover {
    background: #ddf0fd;
}

#tblSubordinateOnLeave_paginate .previous, .next {
    border-color: #5DA2D5;
}

#tblSubordinateOnLeave_paginate .page-link {
    color: #5DA2D5;
    border-color: #5DA2D5 !important;
}


#tblLeaveHistory { /*background: #ffdddd;	*/
    border: 1px solid #f78888;
}

    #tblLeaveHistory thead tr {
        background: #F78888;
    }

    #tblLeaveHistory td {
        border: 1px solid #f78888;
    }

    #tblLeaveHistory thead th {
        border: 1px solid #f78888;
    }

    #tblLeaveHistory .btn {
        cursor: auto;
    }

#tblLeaveHistory_paginate .page-item.active .page-link {
    background: #F78888;
    border-color: #F78888;
    color: #FFF;
}

#tblLeaveHistory_paginate .page-link:hover {
    background: #ffdddd;
}

#tblLeaveHistory_paginate .previous, .next {
    border-color: #F78888;
}

#tblLeaveHistory_paginate .page-link {
    color: #f78888;
    border-color: #F78888 !important;
}


#tblLeaveBalanace thead tr {
    background: #9D55B9;
    color: white;
}

#tblLeaveBalanace { /*background: #f0d8f9;*/
    border: 1px solid #9D55B9;
}

    #tblLeaveBalanace td {
        border: 1px solid #9D55B9;
    }

    #tblLeaveBalanace thead th {
        border: 1px solid #9D55B9;
    }



#tblLeaveBalanace_paginate .page-item.active .page-link {
    background: #9D55B9;
    border-color: #9D55B9;
    color: #FFF;
}

#tblLeaveBalanace_paginate .page-link:hover {
    background: #f0d8f9;
}

#tblLeaveBalanace_paginate .previous, .next {
    border-color: #9D55B9;
}

#tblLeaveBalanace_paginate .page-link {
    color: #9D55B9;
    border-color: #9D55B9 !important;
}


#tblLeaveHistory_paginate {
    padding-bottom: 12px;
}

.bgcolorwhite {
    background: #FfF;
}

.detailstable tr td {
    font-size: 16px;
}

#moreleaveapproval {
    width: 38px;
    height: 38px;
}

#moreleavecancel {
    width: 38px;
    height: 38px;
}

#moreleavereturnback {
    width: 38px;
    height: 38px;
}
/*******************************END Attendance Approval******************************/

/*******************************START TIMESHEET Approval******************************/
.timehours {
    color: #ed2024 !important;
    /*    font-size: 30px;*/
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.timeheading {
    font-size: 16px;
    font-weight: 600;
    color: #292929;
}

.figure-caption {
    font-weight: 600;
}

.timecontent {
    font-size: 12px;
    font-weight: 500;
}

.timepercentage {
    font-size: 14px;
    font-weight: 600;
    color: #249c57;
}
/*.customrowapproval a:hover{
	color:#009 !important;
}
*/ .moretableheader {
    background: #009BDC;
    color: #FFF;
    border-top: 2px solid #000;
}
    /*#ModalRemarkstime .modal-body{
	padding: 0px !important; 
}
#ModalRemarkstime .media{
	display:block !important;
}*/
    .moretableheader td {
        color: #FFF;
        padding: 5px !important;
    }


.timesheetapproval .form-check {
    padding-left: 0px !important;
}

.timesheetapproval .mtotalhours {
    font-size: 50px;
    text-align: center;
    font-weight: 600;
}

.timesheetapproval .mincompletehours {
    color: #ed2024 !important;
}

.timesheetapproval .mtimesheetstatus {
    position: absolute;
    right: 60px;
}

.timesheetapproval .daywisechart {
    top: 46px;
    position: absolute;
    left: 48px;
}

.timesheetapproval .daywise {
    min-height: 180px;
}

.timesheetapproval .mtimehseetapprovalstatus {
    font-size: 18px;
    padding-left: 46px;
    color: #28a745;
    font-weight: 600;
}

.timesheetapproval .currentforapproval {
    background-color: #c7f9d3 !important;
}

.timesheetapproval .card-header {
    border-bottom: 2px solid #00000020 !important;
}

.timesheetmoredetail .card {
    border: 0px !important;
}

.timesheetmoredetail .card-body {
    background-color: #f4f4f4;
    padding-top: 0px !important;
}

.timesheetmoredetail .card-header {
    padding: 8px 8px 8px 0px !important;
}

.timesheetmoredetail .status {
    padding-left: 28px;
}

.timesheetmoredetail .thours {
    font-size: 20px;
    font-weight: 500;
}

.timesheetmoredetail .athours {
    font-size: 26px;
    font-weight: 500;
}

.GaugeMeter {
    position: Relative;
    text-align: Center;
    overflow: Hidden;
    cursor: Default;
    display: inline-block;
    width: 100px;
    height: 105px;
    padding-top: 10px;
}

    .GaugeMeter SPAN, .GaugeMeter B {
        width: 54%;
        position: Absolute;
        text-align: Center;
        display: Inline-Block;
        color: RGBa(0,0,0,.8);
        font-weight: 100;
        overflow: Hidden;
        white-space: NoWrap;
        text-overflow: Ellipsis;
        margin: 0 23%;
    }

    .GaugeMeter[data-style="Semi"] B {
        width: 80%;
        margin: 0 10%;
    }

    .GaugeMeter span {
        font-size: 28px !important;
        font-weight: 600 !important;
    }

.mincompletehours .GaugeMeter span {
    color: #ed2024 !important;
}

.GaugeMeter S, .GaugeMeter U {
    text-decoration: None;
    font-size: .60em;
    font-weight: 200;
    opacity: .6;
}

.GaugeMeter B {
    color: #000;
    font-weight: 200;
    opacity: .8;
}



#employeewise .form-check {
    padding-left: 0px !important;
}

#leavetypewise .form-check {
    padding-left: 0px !important;
}

#attendanceemployeewise .form-check {
    padding-left: 0px !important;
}

#attendancerequesttypewise .form-check {
    padding-left: 0px !important;
}
/*******************************END TIMESHEET Approval******************************/
/******************************APPROVAL ***************************************/

@media only screen and (min-width: 320px) and (max-width: 479px) {
    nav.side-navbar {
        padding-top: 0px;
    }

    .content-inner.active {
        width: calc(100%);
    }

    .shrinkedcontent .content-inner {
        left: 50px;
    }

    .content-inner {
        margin-top: 59px;
    }

    .content-wrapper {
        /*  left: 50px;
width: 100%;*/
    }

    .currentcontent .icontitle {
        position: absolute;
        /* padding-left: 60px; */
        display: block !important;
        color: white;
        /* top: 44px; */
        width: 200px;
        background: black;
        left: 78px;
        padding: 9.5px;
        opacity: 1;
        margin: -28px;
        text-align: left;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* .top15 {
 padding-top: 40px !important;
}*/
    .companyname {
        font-size: 22px;
    }
    /*.content-wrapper {
 width: calc(100% - 50px);
 left:50px;
}
 .hamburg {
 left: 4px;
}
.sidebar {
 top: 110px;
}
 .shrinkedcontent .content-wrapper {
 width: calc(100% - 250px);
 left:250px;
}
.shrinkedcontent .hamburg {
left: 205px;
}
.shrinkedcontent .sidebar {
 top:11px;
}*/
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* .top15 {
 padding-top: 40px !important;
}*/
    .totaldays {
        font-size: 30px;
    }

    .days {
        margin-top: 18px;
        font-size: 20px;
    }

    .approvalstatus li img {
        width: 25px;
        height: 25px;
    }

    .subordinate li img {
        width: 25px;
        height: 25px;
    }

    .leavebalanace {
        width: 80px;
        padding-top: 67px;
    }
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .navbar-custom-menu .custom-nav li a {
        position: relative;
        display: block;
        padding: 0px;
        margin-top: 14px;
        right: 10px;
    }
}


/******FULLCALENDAR******************/
/*.fc-day-header span{
     font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 14px;
}*/

/*.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
#tblSubordinateOnLeave thead tr th{
background-color: #009BDC;

    color: white;
    border-bottom: 0px;
    font-weight: 600;
}*/
.fc-day-header {
    text-align: right !important;
    padding: 10px !important;
    padding-right: 0px !important;
}

.fc-widget-header {
    border: none !important;
    /*	background-color:#009BDC;
	color:#FFF;*/
    color: #2c2c2c;
}

    .fc-widget-header table thead tr th {
        /*border-right: 1px solid #CCC !important;*/
    }

.fc button, .fc button.btn-primary {
    background-color: #f96332;
    color: #fff;
}

    .fc button.btn-primary:not([data-action]):hover, .fc button:not([data-action]):hover {
        box-shadow: 0 3px 8px 0 rgba(0,0,0,.17);
    }

    .fc button, .fc button.btn-primary:hover {
        background-color: #fa7a50;
        color: #fff;
        box-shadow: none;
    }

.fc-state-default {
    background-image: linear-gradient(to bottom,#fa7a50,#fa7a50);
    border-radius: 3px;
}

    .fc-state-default.fc-corner-left {
        border-radius: 4px !important;
    }

.fc button {
    height: auto;
    padding: 11px 22px;
    margin-right: 4px !important;
    border: none !important;
}

.fc td, .fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 3em !important;
}

.fc-head {
    background: #fa7a50;
    color: #FFF;
    border: 1px solid #fa7a50;
}

.fc-day-header {
    color: #FFF;
}

#calendar {
    max-width: auto;
    margin: 0 auto;
}

.fc-day-number {
    font-size: 18px;
}
/*.fc-unselectable{font-size: 18px;}*/
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #fa7a50;
}
/*****FULLCALENDAR********************/



/****************MENU********************/


.dropdown-submenu {
    position: relative;
}

.mainmenu {
    font-size: 14px;
}

.dropdown-submenu, a {
    font-size: 12px;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        /*margin-top: -6px;*/
        margin-top: -1px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu.child {
        left: 0px;
    }

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}



/*.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: -30px;
    margin-right: 0px;
}*/

.parent > a:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid #CCC;
}


.dropdown-submenu .child > a:after {
    border-left-color: #2e2e2e !important;
}
/*.parent:hover > a:after{
	/*border-left-color: #696969 !important;*/
/*	border-left-color:#2e2e2e !important;
}*/

.parent a:hover {
    border-left-color: #696969;
}

.child > a:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #CCC;
}

.child:hover > a:after {
    border-left-color: #696969 !important;
}


.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

ul {
    list-style: none;
}

.child li {
    /*background:#292929;*/
    color: white;
}

    .child li a:hover {
        /*	background:none !important;
	border:none !important;
*/ background: #696969;
        /* border-left: 4px solid #8dd0ed; */
        color: #fff;
    }
/*.child li:hover{
border-top: 2px solid #3f3f3f;	
}*/
.mainmenu .dropdown-menu {
    min-width: 12rem !important;
	/*float: right;
    position: sticky;*/
}

.childlast {
    top: -108px;
}


/*.child{
	max-height: 150px;
	overflow-y:scroll;
}
*/
.child {
    /*z-index:1;*/
    /* margin-top: 66px !important;*/
    /*	max-height: 150px;
	overflow-y:scroll;
*/ /*max-height: 250px;
	overflow-y:scroll;*/
}

.childmt { /*margin-top: 160px !important;*/
}

.hovered {
    background-color: #000829;
}

.shrinked ul {
    background-image: url(../images/sidebar.png);
    background: #2e2e2e;
}

.dropdown-menu {
    border-radius: 0px !important;
	width: 0;
}

/*.mainmenu  > li:hover {
  background-color: #D93600;  
}

*/
/*.shrinked.mainmenu > li:hover {
  background-color: #D93600 !important;  
}*/

/*.shrinked.side-navbar ul li:hover{
	background: #696969 !important;
}*/

.shrinked #child li a {
    background-color: #969696 !important;
    color: #FFF !important;
    border-top: 2px solid #3f3f3f !important;
}

    .shrinked #child li a:hover {
        background-color: #7b7979 !important;
        color: #FFF !important;
    }




/*.shrinked li a:hover {
    background: #696969 !important;

	color:#FFF !important;
}
*/

/*.shrinked #child li
{    border: 1px solid rgba(0,0,0,.15);
}
.shrinked nav.side-navbar ul li a {
 
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    font-weight: 300;
 
    border-top: 2px solid #3f3f3f;
    color: #FFF;
 
}*/


#child li a {
    background-color: #969696;
}

    #child li a:hover {
        background-color: #7b7979;
        color: #FFF;
    }



::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #F1F1F1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #C1C1C1;
    border-radius: 0px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #a9a9a9;
    }


/*******************MENU********************/

/***********SETUP***************/
#accordion-style-1 h1,
#accordion-style-1 a {
    color: #007b5e;
}

#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #007b5e;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
}

.accordion .card-body {
    
}

#accordion-style-1 .card-header .btn.collapsed .fa.main {
    display: none;
}

#accordion-style-1 .card-header .btn .fa.main {
    background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: block;
}

.leavesetup .btn {
    color: #000;
}

.leavesetup {
    /*min-height:500px;
	margin-top:10px;
	
	padding-top:10px;
	    width: calc(100% - 100px);
    margin-right: 70px;*/
}


/*********************checkbox,radiobutton***********************/
input[type="checkbox"], input[type="radio"] {
    position: absolute;
    right: 9000px;
}

    /*Check box*/
    input[type="checkbox"] + .label-text:before {
        content: "\f096";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        width: 1em;
        display: inline-block;
        margin-right: 5px;
        font-size: 20px;
		color: #007bff;
    }

    input[type="checkbox"]:checked + .label-text:before {
        content: "\f14a";
        color: #007bff;
        animation: effect 250ms ease-in;
    }

    input[type="checkbox"]:disabled + .label-text {
        color: #aaa;
    }

        input[type="checkbox"]:disabled + .label-text:before {
            content: "\f0c8";
            color: #ccc;
        }

    /*Radio box*/

    input[type="radio"] + .label-text:before {
        content: "\f10c";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 1em;
        display: inline-block;
        margin-right: 5px;
    }

    input[type="radio"]:checked + .label-text:before {
        content: "\f192";
        color: #2980b9;
        animation: effect 250ms ease-in;
    }

    input[type="radio"]:disabled + .label-text {
        color: #aaa;
    }

        input[type="radio"]:disabled + .label-text:before {
            content: "\f111";
            color: #ccc;
        }

/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before {
    /*content: "\f204";*/
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
	color: #007bff;
}

/*.toggle input[type="radio"] + .label-text:before{
	content: "\f204";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;font-size: 26px;
}

.toggle input[type="radio"]:checked + .label-text:before{
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
	font-size: 26px;
}

.toggle input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.toggle input[type="radio"]:disabled + .label-text:before{
	content: "\f204";
	color: #ccc;
}*/
.toggle {
    margin-bottom: 0px;
    cursor: pointer;
	float: left;
}

.toggleheader {
    font-size: 16px;
    border: 1px solid #249c57;
    padding: 8px;
    background: #249c57;
    font-weight: 600;
    color: white;
}

@keyframes effect {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(1.3);
    }

    75% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.help {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 5px;
}

.select {
    padding: .10rem .20rem;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 14px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.leavesetup .label-text {
    font-weight: 600;
    margin-bottom: -5px;
}

.leavesetup .sub-label-text {
    font-weight: 500;
}

.leavesetup .btn-primary {
    color: #FFF !important;
}

.leavesetup .col-sm-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.leavesetup .number {
    line-height: 1.5;
    color: #495057;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 50px;
    padding-left: 5px;
}

.leavesetup .textbox {
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#tblbalancespaid .btn, #yesrequiresapproval .btn {
    color: #FFF !important;
}

.levels {
    background: #009BDC;
}

    .levels span {
        font-size: 25px;
        color: #ffffff;
        font-weight: 600;
    }

.leavesetup .title {
    font-size: 16px;
    font-weight: 600;
}

.leavesetup .dataTables_filter {
    float: right;
}

.leavesetup .dataTables_paginate {
    float: right;
    margin-top: 10px;
}

.table thead th {
    /*border: 1px solid #2f66e7;*/
}

.table thead tr {
    background: #f4f4f4;
    color: #545454;
}

.table td {
	padding: 10px;
}

.modal-body{
	padding: 0px !important;
}

.custom-file{
	width: 60%;
}

td ul li a .img-fluid{
	width:20px;
}

.familydetail{
	padding-top: 10px;
}

#tblLeavePolicyAdd_paginate .previous, .next {
    border-color: #9D55B9;
}

#tblLeavePolicyAdd_paginate .page-link {
    color: #9D55B9;
    border-color: #9D55B9 !important;
}

#tblLeavePolicyAdd_paginate .page-item.active .page-link {
    background: #9D55B9;
    border-color: #9D55B9;
    color: #FFF;
}

#tblLeavePolicyAdd_paginate .page-link:hover {
    background: #f0d8f9;
}


.leavesetupmissing {
    background: #F64c71;
    color: #FFF;
}

.font-white {
    color: #FFF !important;
}
/*.leavepolicy .col-sm-12, .col-sm-6{padding-right: 0px !important;    padding-left: 0px !important;}*/
/*.leavepolicy .row{ padding-top: 10px !important;padding-bottom: 10px;}	*/


/*START SETTINGS*/

.settings .card {
    border: none;
}

.selectmonth {
    width: 226px;
    padding: .275rem .75rem;
    height: 30px;
    border-radius: 0px !important;
}

.selectnumber {
    width: 100px;
    height: 30px;
    border-radius: 0px !important;
    padding: .375rem .75rem;
}

.numberinput {
    border-radius: 0px;
    width: 65px;
    background: #FBFBFB;
    border: 1px solid #1569a5;
    height: 30px;
    padding: 0px;
}
/*.settings .col-sm-4:hover{     
    transition: .5s ease;
	padding:1px;
}
*/ .settings .col-sm-4 {
    padding: 0px 10px 10px 0px;
}

.settings .card-body {
    padding: 8px 8px 8px 10px;
    border-radius: 0px;
    border: none;
}

.settings .card-header {
    font-weight: 600;
    font-size: 15px;
    background-color: #009BDC;
    color: #FFF;
    border-radius: 0px;
    border: none;
}

.settings .chart50 {
    background: #d6d7ff;
}

.settings .chart0 {
    background: #ffdee5;
}

.settings .chart30 {
    background: #d8f9ea;
}

#tblLeavePolicyAdd_length select {
    width: 82px;
}

/*.optiongroup:hover{background:#FFF8F0;}*/
.optiongroup .row:hover {
    background: #d7ffe8;
}

.optiongroup .row {
    padding-top: 10px !important;
    padding-bottom: 8px !important;
}

/*END SETTINGS*/


/**START REPORT **/

/*.report .card-header{font-weight: 600;    font-size: 15px; background-color:#009BDC; color:#FFF;    border-radius: 0px;}
  .report .innerbox{background:white;min-height:600px;}*/

.menu-list .description {
    width: 80%;
    color: #8a8a8a;
    line-height: 1;
}

.favorite-page-icon {
    float: right;
    font-size: 20px;
    position: relative;
    right: 0px;
    top: 5px;
    color: #2f66e7;
}

.card-list{
	display: inline-block;
    font-size: 14px;
	padding-bottom: 60px;
}

.card-body a {
    color: black;
    font-weight: 600;
}

.menu-list a {
    font-size: 13px;
    padding: 10px;
    width: 100%;
    display: inline-block;
}

.menu-list a:hover {
    color: #2f66e7 !important;
}

.menu-list{
	padding: 0px;
}

.menu-list ul li{
	display: block !important;
	margin-left: 0px !important;
	border-bottom: 1px solid #e5e5e5;
}

.employeecreate .card-header, .factohrbase .card-header, .report .card-header {
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #8e8e8e;
    border-radius: 0px;
	text-transform: uppercase;
}

.employeecreate, .innerbox, .innerbox, .report .innerbox {
    background: white;
    min-height: 600px;
}



.form-control {
    border-radius: 5px !important;
    background: #FBFBFB;
    border: 1px solid #939598;
}

    .form-control:focus {
        border: 1px solid #1569a5;
        box-shadow: none !important;
    }

/*	.report .tags .tabletags, .tabletagspivot, .filtertags, .conditionfiltertags{border: 1px solid #CCC;    background: #FFF;    font-size: 16px; font-weight: 600; padding: 7px;}
	.report .tags .tabletags, .tabletagspivot img{padding:5px}
	
	.report .tags button{     padding: 5px 9px 3px 4px;border-radius: 0px !important;}
	.report .dropdown{ border-radius: 0px !important; }
	
	.addtags{5px 10px 8px 10px !important;}*/

.tag {
    border: 1px solid #CCC;
    background: #FFF;
    font-size: 100%;
    padding: 4px;
    border-radius: 0px !important;
}

    .tag img {
        margin-top: -5px !important;
        margin-right: 5px;
    }

.report #tbldisplay thead {
    background: #F9E9AD;
    text-align: left;
}

    .report #tbldisplay thead tr th {
        border-bottom: none !important;
        border-top: one !important;
        font-weight: 600;
        font-size: 14px;
    }

.report .form-control:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.report .filterheader {
    background: #F9E9AD;
    padding: 5px;
}

.report input[type="checkbox"] + .label-text:before {
    font-size: 16px !important;
}

.employeecreate input[type="checkbox"] + .label-text:before {
    font-size: 26px !important;
}

.employeecreate .wizard-content .wizard > .steps > ul > li a {
    padding-top: 48px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.employeecreate .wizard-content .wizard > .steps > ul {
    margin-top: -20px;
}

.wizard-content{
	z-index: 1;
    position: relative;
}

/*.factohrbase .tab-content .col-sm-4 {
    padding-left: 0px;
    padding-right: 5px;
}*/

.report .input-group-addon {
    background: #1569a5;
    height: 26px;
    padding: 0px 5px 5px 5px;
    color: #FFF;
}

.report .float-right .form-check label {
    margin-bottom: 0px !important;
}

.report #inputGroup {
    height: 26px;
}

.report .datafilter {
    cursor: pointer;
}

.report [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.report .select {
    font-size: 16px;
}
/* IMAGE STYLES */
.report [type=radio] + img {
    cursor: pointer;
    margin-left: 12px;
}

/* CHECKED STYLES */
.report [type=radio]:checked + img {
    outline: 2px solid #e57e25;
    margin-right: 10px;
    padding: 5px;
}

.report table tr {
    line-height: 28px;
}

.report .table td {
    padding: 6px !important;
    vertical-align: middle;
    text-align: left;
}

.report .table th {
    padding: 6px !important;
}

.report label {
    display: inline-block;
    margin-bottom: 0rem !important;
    vertical-align: middle;
}

#SaveChanges input[type="checkbox"] + .label-text:before {
    font-size: 22px !important;
    padding-top: 10px;
}
/*	.report #step2  .fa{    margin-left: 12px;}*/
.report #step2 .input-group-addon {
    padding: 8px 12px 0px 0px !important;
    height: auto;
}

.report #step2 #inputGroup {
    height: auto !important;
}

.report .normalsearch .fa {
    margin-left: 12px;
}

.report .normalsearch .input-group-addon {
    padding: 8px 12px 0px 0px !important;
    height: auto;
}

.report .normalsearch #inputGroup {
    height: auto !important;
}

.report .btn:focus, .btn-primary:focus {
    box-shadow: none !important;
}

.report .searchbar .input-group-addon {
    padding: 6px 11px 7px 10px !important;
    height: auto;
}

.report .searchbar #inputGroup {
    height: auto !important;
}

.searchbar {
    margin-left: 62px;
}

.report table tr td:last-child {
    text-align: left;
}

.report .chartselection {
    margin-left: 124px;
}

.report table tr td:last-child img {
    cursor: pointer;
}

.report .help {
    font-size: 10px;
}

.report .width {
    width: 187px;
}

.report .export img {
    cursor: pointer !important;
    text-align: right;
    padding-right: 8px;
}

.exporttext {
    text-align: right;
    padding-right: 50px;
}
/* styles */


/**END REPORT ***/


/**START: PROGRESS BAR***/
/*.bs-wizard {margin-top: 40px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}

.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #239A56; top: 15px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #239A56; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 5px; box-shadow: none; margin: 24px 0;
    margin-top: 12px;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #239A56;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{  }*/
/*END Form Wizard*/
/**END: PROGRESS BAR***/

/*START: STEP WIZARD*/
.wizard-content .wizard > .steps > ul > li:after,
.wizard-content .wizard > .steps > ul > li:before {
    content: '';
    z-index: 9;
    display: block;
    position: absolute;
}

.wizard-content .wizard {
    width: 100%;
    overflow: hidden;
}

    .wizard-content .wizard .content {
        margin-left: -20px !important;
    }

    .wizard-content .wizard > .steps {
        position: relative;
        display: block;
        width: 100%;
		margin-left: -20px;
    }

        .wizard-content .wizard > .steps .current-info {
            position: absolute;
            left: -99999px;
        }

        .wizard-content .wizard > .steps > ul {
            display: table;
            width: 100%;
            table-layout: fixed;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .wizard-content .wizard > .steps > ul > li {
                display: table-cell;
                width: auto;
                vertical-align: top;
                text-align: center;
                position: relative;
            }

                .wizard-content .wizard > .steps > ul > li a {
                    position: relative;
                    padding-top: 52px;
                    margin-top: 20px;
                    margin-bottom: 20px;
                    display: block;
                }

                .wizard-content .wizard > .steps > ul > li:before {
                    left: 0;
                }

                .wizard-content .wizard > .steps > ul > li:after {
                    right: 0;
                }

                .wizard-content .wizard > .steps > ul > li:first-child:before,
                .wizard-content .wizard > .steps > ul > li:last-child:after {
                    content: none;
                }

                .wizard-content .wizard > .steps > ul > li.current > a {
                    color: #239A56;
                    cursor: default;
                }

                .wizard-content .wizard > .steps > ul > li.current .step {
                    border-color: #007bff;
                    background-color: #fff;
                    color: #007bff;
                }

                .wizard-content .wizard > .steps > ul > li.disabled a,
                .wizard-content .wizard > .steps > ul > li.disabled a:focus,
                .wizard-content .wizard > .steps > ul > li.disabled a:hover {
                    color: #999;
                    cursor: default;
                }

                .wizard-content .wizard > .steps > ul > li.done a,
                .wizard-content .wizard > .steps > ul > li.done a:focus,
                .wizard-content .wizard > .steps > ul > li.done a:hover {
                    color: #999;
                }

                .wizard-content .wizard > .steps > ul > li.done .step {
                    border-color: #28a745;
					background-image: url('../../assets/images/step-complete.png');
					background-size: contain;
					background-origin: border-box;
                    color: transparent;
                }

                .wizard-content .wizard > .steps > ul > li.error .step {
                    border-color: #f62d51;
                    color: #f62d51;
                }

        .wizard-content .wizard > .steps .step {
            background-color: #fff;
            display: inline-block;
            position: absolute;
            top: 10px;
            left: 50%;
            margin-left: -24px;
            z-index: 10;
            text-align: center;
        }

    .wizard-content .wizard > .content {
        overflow: hidden;
        position: relative;
        width: auto;
        padding: 0;
        margin: 0;
    }

        .wizard-content .wizard > .content > .title {
            position: absolute;
            left: -99999px;
        }

        .wizard-content .wizard > .content > .body {
            padding: 0 20px;
        }

        .wizard-content .wizard > .content > iframe {
            border: 0;
            width: 100%;
            height: 100%;
        }

    .wizard-content .wizard > .actions {
        position: relative;
        display: block;
        text-align: right;
        padding: 0 20px 20px;
    }

        .wizard-content .wizard > .actions > ul {
            float: right;
            list-style: none;
            padding: 0;
            margin: 0;
            margin-right: 50px;
        }

            .wizard-content .wizard > .actions > ul:after {
                content: '';
                display: table;
                clear: both;
            }

            .wizard-content .wizard > .actions > ul > li {
                float: left;
            }

                .wizard-content .wizard > .actions > ul > li + li {
                    margin-left: 10px;
                }

                .wizard-content .wizard > .actions > ul > li > a {
                    background: #28a745;
                    color: #fff !important;
                    display: block;
                    padding: 7px 12px;
                    border-radius: 4px;
                    border: 1px solid transparent;
					font-size: 16px;
                }

                    .wizard-content .wizard > .actions > ul > li > a:focus,
                    .wizard-content .wizard > .actions > ul > li > a:hover {
                        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
                    }

                    .wizard-content .wizard > .actions > ul > li > a:active {
                        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
                    }

                    .wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
                        background-color: #007bff;
                        color: #ffffff !important;
                        /*border: 1px solid #d9d9d9*/
                    }

                        .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:focus,
                        .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:hover {
                            -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
                            box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
                        }

                        .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:active {
                            -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
                            box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
                        }

                .wizard-content .wizard > .actions > ul > li.disabled > a,
                .wizard-content .wizard > .actions > ul > li.disabled > a:focus,
                .wizard-content .wizard > .actions > ul > li.disabled > a:hover {
                    color: #999;
                }

                    .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"],
                    .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:focus,
                    .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:hover {
                        -webkit-box-shadow: none;
                        box-shadow: none;
                    }

    .wizard-content .wizard.wizard-circle > .steps > ul > li:after,
    .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
        top: 45px;
        width: 78%;
        height: 1px;
        background-color: #28a745;
		left: 110px;
    }

    .wizard-content .wizard.wizard-circle > .steps > ul > li.current:after,
    .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
    .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
        background-color: #d2d2d2;
    }

    .wizard-content .wizard.wizard-circle > .steps .step {
        width: 30px;
        height: 30px;
        line-height: 26px;
        border: 2px solid #007bff;
        font-size: 15px;
        border-radius: 50%;
		color: #007bff;
		font-weight:600;
    }

    .wizard-content .wizard.wizard-notification > .steps > ul > li:after,
    .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
        top: 39px;
        width: 50%;
        height: 2px;
        background-color: #009efb;
    }

    .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
        border: 2px solid #009efb;
        color: #009efb;
        line-height: 36px;
    }

        .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after,
        .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
            border-top-color: #009efb;
        }

    .wizard-content .wizard.wizard-notification > .steps > ul > li.current:after,
    .wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:after,
    .wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:before {
        background-color: #F3F3F3;
    }

    .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
        color: #FFF;
    }

    .wizard-content .wizard.wizard-notification > .steps .step {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.3rem;
        border-radius: 15%;
        background-color: #F3F3F3;
    }

        .wizard-content .wizard.wizard-notification > .steps .step:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -8px;
            margin-bottom: -8px;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 8px solid #F3F3F3;
        }

    .wizard-content .wizard.vertical > .steps {
        display: inline;
        float: left;
        width: 20%;
    }

        .wizard-content .wizard.vertical > .steps > ul > li {
            display: block;
            width: 100%;
        }

            .wizard-content .wizard.vertical > .steps > ul > li.current:after,
            .wizard-content .wizard.vertical > .steps > ul > li.current:before,
            .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after,
            .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before,
            .wizard-content .wizard.vertical > .steps > ul > li:after,
            .wizard-content .wizard.vertical > .steps > ul > li:before {
                background-color: transparent;
            }

    .wizard-content .wizard > .steps > ul > li a {
        position: relative;
        padding-top: 65px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
        font-size: 14px;
    }

/*END: STEP WIZARD*/


/*START: EMPLOYEE PROFILE*/

.factohrbase{
	padding-top: 50px;
}

.employeedirectory{
	padding-top: 50px;
}

.factohrbase .card {
    /*border: 5px solid #239A56 !important;*/
	border: none;
}

.factohrbase .card-body {
    color: #000;
}

.name p{
	font-size:22px !important;
	margin:0px;
	color: #000;
    padding: 0px !important;
}

.proactive{
	padding-right:10px;
}

.useractive{
	margin-left: -25px;
	margin-top: 50px;
    border: 5px solid #fff;
    border-radius: 100%;
}

.profile p{
	margin-bottom: 5px;
}

.proicon{
	padding-left:15px;
}

.label{
	font-size: 12px;
    font-weight: 700;
    color: #212121;
	margin-bottom: 0 !important;
	text-transform: uppercase;
}

.factohrbase .shadow-right {
    -webkit-box-shadow: 3px 0px 2px -2px rgba(0,0,0,.075);
    -moz-box-shadow: 3px 0px 2px -2px rgba(0,0,0,.075);
    box-shadow: 3px 0px 2px -2px rgba(0,0,0,.075);
}

.factohrbase .menuicon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.factohrbase .assetcount {
    position: absolute;
    top: 252px; /* left: 104px; */
    background: red;
    border-radius: 15px;
    padding: 1px 0px 0px 3px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: white;
    right: 9px;
    font-weight: 700;
}

.factohrbase .nav-pills .nav-link {
    border-radius: 0px;
	padding-left: 10px;
}

.factohrbase a {
    color: #212121 !important;
	/*padding-left: 15px;
	padding-right: 15px;*/
}

.factohrbase .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #2f66e7;
}

.nav-tabs .nav-link.active{
	border-bottom: 3px solid #2f66e7;
	border-top: none;
    border-left: none;
    border-right: none;
}

.factohrbase .tab-pane {
    background: #FFF;
}

    .factohrbase .tab-pane .editbutton {
        position: absolute;
        top: 1px;
        right: 0px;
    }

.factohrbase .moresetting {
    position: absolute;
    right: 28px;
    top: 0px;
    width: 24px;
    height: 24px;
}

.factohrbase .more {
    width: 24px;
    cursor: pointer;
}

.factohrbase .editsetting {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
}

.factohrbase ul li {
    display: inline-block;
    margin-left: 5px;
}

.factohrbase ul {
    margin-bottom: 0px !important;
    position: relative;
    /*top: -3px;
    right: 0px;*/
}

.factohrbase .freezsetting {
    color: #fff !important;
    background-color: #239A56;
}

    .factohrbase .freezsetting .menuicon {
        filter: brightness(0) invert(1);
    }

.factohrbase .active .menuicon {
    filter: brightness(0) invert(1);
}

.factohrbase .freez { /*position: absolute;right: 10px;bottom: 8px;*/
    position: absolute;
    right: 10px;
}

.btn-toolbar{
	padding-bottom: 10px;
}

.btn-toolbar .btn {
    margin-right: 2px;
    border-radius: 0px;
    background-color: transparent;
    color: #797979;
    font-weight: 600;
	font-size: 16px;
}

.alphabet:focus {
    outline: 0;
    box-shadow: none !important;
    border-radius: 100% !important;
    line-height: 0 !important;
    background: #007bff !important;
    color: #fff !important;
	width: 35px;
    height: 35px;
}



#addEmployeeIdentity .custom-file-label::after {
    height: 1.9rem !important;
    padding: 0.275rem .75rem !important;
    border-radius: 0px !important;
}

#addEmployeeIdentity .custom-file-label {
    border: 1px solid #1569a5;
    height: calc(2.25rem + -5px);
    padding: .375rem .75rem;
    border-radius: 0px !important;
    line-height: 1.2;
}

    #addEmployeeIdentity .custom-file-label::after {
        color: white;
        background-color: #1569a5 !important;
        border-left: 1px solid #1569a5 !important;
    }

.factohrbase .shrinkedprofile span {
    display: none;
}

.factohrbase .profilecontent {
    width: calc(100% - 200px);
    position: relative;
    padding-bottom: 50px;
}

.factohrbase .shrinkedprofilecontent .profilecontent {
    left: 70px;
    width: calc(100% - 70px); /* z-index: -1; */
}

.factohrbase .profilemenu {
    position: relative;
	/*min-height:400px;*/
	box-shadow: 2px 1px 4px -1px #ccc;
	border-right:none !important;
	background:#f4f4f4;
}

.information{
	padding-bottom: 20px !important;
}

.factohrbase .profilehamburg { /*background: #009bdc;*/
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.factohrbase .shrinkedprofile {
    position: relative;
    top: 36px;
}

.factohrbase .shrinkedprofilecontent .freez {
    display: none;
}

.factohrbase .shrinkedprofilecontent .profilehamburg {
    right: 8px;
}

.factohrbase .shrinkedprofilecontent .menuicon {
    margin-right: 0px !important;
}

.factohrbase .wd175 {
    width: 185px;
}

.content {
    font-size: 16px;
    font-weight: normal;
}

.email{
    overflow-wrap: break-word;
}

.employeedirectory .col-sm-4 {
    padding-left: 5px;
    padding-right: 15px;
}

.factohrbase .tab-content .col-sm-1 {
    padding-left: 0px;
    padding-right: 5px;
}

.factohrbase .tab-content .col-sm-3 {
    padding-left: 0px;
    padding-right: 5px;
}

.factohrbase .tab-content .col-sm-8 {
    padding-left: 0px;
    padding-right: 5px;
}

.factohrbase .tab-content .title {
    padding-left: 0px;
    width: 30%;
    float: left;
}

.factohrbase .tab-content .firstname {
    padding-left: 5px;
    width: 70%;
    float: right;
}

.factohrbase .tab-content .firstnameabout {
    padding-left: 5px;
    padding-right: 5px;
    width: 190px;
}

.factohrbase .familtyaction {
    position: relative;
    padding-left: 0px;
}

/*.factohrbase .dropdown-menu {
    left: -82px !important;
}*/

.bootstrap-datetimepicker-widget.dropdown-menu{
	width: 14em !important;
	padding: 10px !important;
	height: 225px;
}

.factohrbase .dropdown img {
    cursor: pointer;
}

.factohrbase .chkdetail {
    left: 48px;
    position: absolute;
}

/*END: EMPLOYEE PROFILE*/

/*START: EMPLOYEE DIRECTORY*/
.directory{
	padding-bottom: 20px;
	padding-top: 20px;
}

.employeedirectory .dropdown-item.active, .dropdown-item:active {
    color: #000 !important;
    text-decoration: none !important;
    background-color: #f9f9f9 !important;
}

.employeedirectory .greenborder {
    border: 3px solid #9a9c9e;
    border-radius: 100%;
	width: 65%;
}

.bg-light {
    background-color: #ffffff !important;
	padding: 0px;
	width: 35%;
}

.float-right{
	float: right!important;
	padding: 0px;
}

.employeedirectory .setting {
    position: absolute;
    top: 0px;
    right: -15px;
}

.employeedirectory .column-4 {
    width: 33%;
}

.employeedirectory .dropdown-menu {
    transform: translate3d(148px, 24px, 0px) !important;
}

.employeedirectory .directoryfilter .dropdown-menu {
    transform: translate3d(-107px, 28px, 0px) !important;
}

.employeedirectory .dropdown img {
    cursor: pointer;
}

.employeedirectory ul li img {
    width: 18px;
    margin-right: 10px;
}

.employeedirectory .subheadingwithnormal img {
    width: 15px;
    margin-right: 5px;
}

.employeedirectory ul li {
    line-height: 26px;
}

.employeedirectory ul {
    margin-bottom: 0rem;
}

.employeedirectory .bgbox {
    background-color: #28a745;
    color: white;
}

    .employeedirectory .bgbox img {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }
/*END: EMPLOYEE DIRECTORY*/

/*START:DOCUMENT*/
.document .totaldocument {
    font-size: 45px;
    font-weight: 600;
    line-height: 38px;
}

.document .heading {
    color: #2f66e7;
    font-size: 16px;
	padding: 0px;
}

.icon{
	padding: 0 !important;
	width: 20px;
}

.document .tag {
    background: #2f66e7;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    border: 0px !important;
    padding: 6px;
}

.document .tagcount {
    background: #5cb85c;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    padding-top: 6px;
    margin-left: 5px;
}

.document .viewdetail {
    font-size: 15px;
    cursor: pointer;
    bottom: 0px;
    right: 0px;
}

/*END:DOCUMENT*/

/*START:ASSET SALARY */
.tableheader {
    background: #2f66e7;
    color: white;
    font-weight: 600;
}
/*END:ASSET SALARY */

/*START:TIMESHEET*/
.timesheet .billable {
    background: #6AC6ED;
    color: #000;
}

.timesheet .nonbillable {
    background: #FFF3CB;
    color: #000;
}

.timesheet .totalbill {
    background: #EEEEEE;
    color: #000;
}

.timesheet .totalhours {
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
}

.timesheet .timetask {
    background: #073D7D;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

.timesheet .project {
    background: #1569A5;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    padding-left: 30px !important;
}

.timesheet .task {
    margin-left: 30px !important;
}

.timesheet .client {
    margin-left: 30px !important;
}

.timesheet .odd {
    background: #14659D;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    padding-top: 10px !important;
}

.timesheet .even {
    background: #1569A5;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    padding-top: 10px !important;
}

.timesheet .number {
    font-size: 24px;
    line-height: 24px;
}

.timesheet .weekend {
    background: #249B57;
}

.timesheet .totalstats {
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px !important;
}

.timesheet .innertimesheet .odd {
    background: #E4E4E4;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding-top: 10px !important;
}

.timesheet .innertimesheet .even {
    background: #EEEEEE;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding-top: 10px !important;
}

.timesheet .innertimesheet .txclientproject {
    color: #6D6D6D;
    font-size: 14px;
}

.timesheet .innertimesheet .day {
    font-size: 16px;
    padding-top: 20px;
}

.firstrow .day {
    font-size: 16px;
    padding-top: 0px !important;
}

.timesheet .innertimesheet .distotalhours {
    position: absolute;
    left: 3px;
    bottom: 0px;
    padding: 3px;
}

.timesheet .innertimesheet .totalb {
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #6AC6ED;
    color: #000;
    width: 20px;
}

.timesheet .innertimesheet .totalnb {
    position: absolute;
    left: 20px;
    bottom: 0px;
    background: #FFF3CB;
    color: #000;
    width: 20px;
}

.timesheet .innertimesheet .outoff {
    font-size: 16px;
    color: #269C57;
    padding-top: 12px;
}

.timesheet .innertimesheet .delete {
    padding-top: 20px;
}

.timesheet .innertimesheet .celldelete {
    padding: 10px;
}

.timesheet .oddrow .odd {
    background: #EEEEEE;
}

.timesheet .oddrow .even {
    background: white;
}

.timesheet .innertimesheet .pending {
    position: absolute;
    bottom: 2px;
    right: 18px;
    cursor: pointer;
}

.timesheet .innertimesheet .approval {
    position: absolute;
    bottom: 2px;
    right: 18px;
    cursor: pointer;
}

.timesheet .deletecolumn {
    width: 50px;
}

.timesheet .GaugeMeter {
    height: 75px;
    padding-top: 0px;
}

.timesheet .addtask {
    background: #EEEEEE;
}

.timesheet .addnewtask {
    color: #249B57;
}

.timesheet .addtask .even {
    padding: 10px;
    background: #EEEEEE;
    color: #6D6D6D;
}

.timesheet .addtask .odd {
    padding: 10px;
    background: #E4E4E4;
    color: #6D6D6D;
}

.timesheet .newtask .evenrow {
    background: white;
    color: #000;
}

.timesheet .newtask .oddrow {
    background: #EEEEEE;
    color: #000;
}

.timesheet .innertimesheet .celldelete img {
    width: 15px;
    position: absolute;
    bottom: 4px;
    right: 2px;
    cursor: pointer;
}

.timesheet .sticky {
    position: fixed;
    z-index: 1;
    width: 77.6%;
    top: 60px;
}


.newtask .timesheet .odd {
    padding: 10px 10px 10px 10px;
}

.newtask .paddingtop {
    padding-top: 12px !important;
}

.newtask .timesheet .heading {
    font-size: 14px;
}

.newtask .timesheet .taskhead {
    font-size: 14px;
    color: #6D6D6D;
}

.newtask .timesheet .even {
    padding: 10px 10px 10px 10px;
}

.newtask .timesheet .mainheading {
    font-size: 20px;
    line-height: 10px;
}

.newtask .fileupload {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    background: #FBFBFB;
    border: 1px solid #1569a5;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
}

.deleteaddtask {
    position: absolute;
    top: 5px;
    right: 16px;
}

.modal-body .deleteaddtask {
    position: absolute;
}

/*END:TIMESHEET*/

/*START TIMESHEET DASHBOARD*/
.timesheetdashboard .number {
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
}

.timesheetdashboard .client {
    background-color: #309FDB;
    padding: 25px;
    color: white;
    border: 2px solid #FFF;
}

.timesheetdashboard .project {
    background: #C8D657;
    padding: 25px;
    color: white;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    border-top: 2px solid #FFF;
}

.timesheetdashboard .pendingapproval {
    background: #E5545B;
    padding: 25px;
    color: white;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    border-top: 2px solid #FFF;
}

.timesheetdashboard .notsubmitted {
    background: #AA529B;
    padding: 25px;
    color: white;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    border-left: 2px solid #FFF;
}

.timesheetdashboard .notallocated {
    background: #F8BB48;
    padding: 25px;
    color: white;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.timesheetdashboard .cancelledporject {
    background: #E85D88;
    padding: 25px;
    color: white;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #fff;
}

.timesheetdashboard .charts .col-sm-4 {
    padding: 1px !important;
}
/*END TIMESHEET DASHBOARD*/


/*Start Apply Leave*/
.applyleave .fc-content {
    text-align: right;
}

.applyleave .fc-day-header span {
    padding: 2px;
}

.applyleave .fc-event {
    background-color: #ccc0 !important; /*padding-top: 10px;*/
}

.applyleave .fc-event-container a:hover {
    color: #00F !important;
}

.applyleave .approvedleave {
    background: #89888E !important;
}

.applyleave .fc-title {
    color: #FFF !important;
    font-size: 14px;
}

.applyleave .myPendingColor {
    background: #039 !important;
    cursor: pointer;
}

.applyleave .fc-title img {
    width: 16px;
    height: 16px;
}

/*.applyleave .fc-day:nth-of-type(odd) {    background:#f7f7f7;}
.applyleave .fc-day:nth-of-type(even) {	    background:#ececec;}*/
.applyleave .fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #ccc;
}

.applyleave .fc-head {
    background: #1569A5 !important;
}

.applyleave .fc-day-number {
    font-size: 16px;
}

.applyleave .fc button, .fc button.btn-primary:hover {
    background: #28a745;
}

.applyleave .fc-state-default {
    background: #28a745;
    border-radius: 0px !important;
}

.applyleave .fc-toolbar h2 {
    color: #1569A5 !important;
    padding-top: 10px;
    font-weight: 600;
}

.applyleave .fc-widget-content .fc-sun::before {
    font-family: 'FontAwesome';
    content: "\f111";
    position: absolute;
    white-space: pre;
    top: 24px;
    left: 4px;
    font-size: 16px;
    color: #239655;
}

.applyleave .holiday .fa-circle {
    color: #7974F4;
}

.applyleave {
    padding-right: 10px;
}

.applyleaveouter .fc button {
    padding: 5px 18px !important;
}

.applyleave .fc-scroller {
    overflow-y: hidden !important;
}

.applyleaveouter .col-sm-12 .col-sm-6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.applyleaveouter .green {
    color: #28a745;
    padding-top: 10px;
    padding-left: 0px;
}

.applyleaveouter .heading {
    font-size: 14px;
    font-weight: 600;
}

.applyleaveouter .totalleave {
    background-color: #28a745;
    width: 36px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-left: 24px;
}

.applyleaveouter .totaldays {
    font-size: 22px;
    color: #28a745;
    position: absolute;
    top: -6px;
    padding-left: 10px;
}

.applyleaveouter .download {
    position: absolute;
    top: 25px;
    left: 55px;
}

#fullCalModal table thead tr {
    background-color: #28a745;
    color: #FFF;
    font-size: 14px;
}

    #fullCalModal table thead tr th {
        border-right: 1px solid #FFF;
    }

#fullCalModal table tr td {
    background: #f6f6f6;
    border-right: 1px solid #FFF;
}

.leavehistory table thead tr {
    background-color: #28a745;
    color: #FFF;
    font-size: 14px;
}

    .leavehistory table thead tr th {
        border-right: 1px solid #FFF;
    }

.leavehistory table tr td {
    background: #f6f6f6;
    border-right: 1px solid #FFF;
}

#ApprovalModal .actioncancel {
    position: absolute;
    top: 30px;
    left: 44px;
}

#ApprovalModal .actionreturn {
    position: absolute;
    top: 57px;
    left: 44px;
}

.applyleaveouter .onleave {
    background: #89888E;
    color: #FFF;
}

.applyleaveouter .holiday {
    background: #7974F4;
    color: #FFF;
}

.applyleaveouter .weekoff {
    background: #239655;
    color: #FFF;
}

.applyleaveouter .otheronleave li img {
    width: 40px;
    height: 40px;
}

.applyleaveouter .otheronleave li {
    display: inline-block;
}

.applyleaveouter .tag {
    background: #f5f5f5;
    border: 0px;
    padding: 0px;
}

.applyleaveouter .tagcount {
    color: white;
    background: #009bdc;
    padding: 4px 10px 4px 10px;
    font-weight: 600;
    display: inline-block;
    width: 36px;
    text-align: center;
}


.applyleaveouter .fc-toolbar.fc-header-toolbar {
    margin-bottom: -4px !important;
    background: #EEEEEE;
}

.applyleaveouter .tl {
    line-height: 14px;
}

.applyleaveouter .btn-info {
    background-color: #009bdc !important;
    height: 33px;
    padding: 4px 10px 10px 10px;
}

    .applyleaveouter .btn-info:hover {
        border: 1px solid #009bdc !important;
    }

.applyleaveouter .table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: #FFF;
    color: #000;
}

.applyleaveouter .cardbg {
    background: #EEEEEE;
}
/*AR*/
.attendanceregul .cardbg {
    background: #EEEEEE;
}

.attendanceregul .data .col-sm-2:after, .data .col-sm-1:after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 100;
    top: 10px;
    width: 1px;
    height: 80%;
    background: #CCC;
}


.attendanceregul .row.onhalfleave .heading:after {
    background: #FFF;
}

.attendanceregul .row.onleave .heading:after {
    background: #000;
}

.attendanceregul .row.onabsent .heading:after {
    background: #0F0;
}

.attendanceregul .headerrow .heading:after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 100;
    top: 10px;
    width: 1px;
    height: 80%;
    background: #FFF;
}


.attendanceregul .headerfilter .col-sm-2:after {
    background: none;
}

.attendanceregul .row .col-sm-2:last-child:after {
    background: none;
}


.attendanceregul .normalshift {
    position: absolute;
    left: 20px;
    font-size: 11px;
    bottom: 0px;
    font-weight: 600;
}

.attendanceregul .nextshift {
    padding-left: 15px;
    font-size: 11px;
    font-weight: 600;
    text-align: left;
}

/*.attendanceregul .data .col-sm-2:first-child:after{content: "";
    position: absolute;
    right: 0;
    z-index: 100;
    top: 18px;
    width: 1px;
    height: 64%;
    background: #CCC;}
*/
.attendanceregul .lesshours {
    font-size: 14px;
    font-weight: 600;
    color: #ed2024;
    vertical-align: middle;
    min-height: 100%;
    display: grid;
    align-items: center;
    text-align: center !important;
}

.attendanceregul .normalhours {
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    min-height: 100%;
    display: grid;
    align-items: center;
}

.attendanceregul .morehours {
    font-size: 14px;
    color: #249B59;
    font-weight: 600;
    vertical-align: middle;
    min-height: 100%;
    display: grid;
    align-items: center;
    text-align: center !important;
}

.attendanceregul .chkbox {
    position: absolute;
    left: -20px;
    top: 6px;
    vertical-align: middle;
    min-height: 100%;
    display: grid;
    align-items: center;
    text-align: center !important;
}

.attendanceregul .headerrow {
    background: #06394e !important;
    color: white;
}

.attendanceregul .araction li a {
    display: inline-block;
}

.attendanceregul .araction {
    margin: 0;
    padding: 0;
    float: right;
    margin-top: -14px;
}

    .attendanceregul .araction li {
        float: left;
        padding-right: 6px;
    }

        .attendanceregul .araction li img {
            width: 22px;
            height: 22px;
        }

.attendanceregul .dropdown .dropdown-menu {
    left: -80px !important;
}

.attendanceregul .onabsent {
    background: #FF7467;
    color: #FFF;
}

.attendanceregul .onleave {
    background: #8F8E93;
    color: #FFF;
}

.attendanceregul .onhalfleave {
    background: #FFAB31;
    color: #FFF;
}

.attendanceregul .onabsent .absenttag {
    text-align: left !important;
}

.attendanceregul .onleave img {
    filter: brightness(0) invert(1);
}

.attendanceregul .onhalfleave img {
    filter: brightness(0) invert(1);
}

.attendanceregul .onabsent img {
    filter: brightness(0) invert(1);
}



.attendanceregul .araction .dropdown-menu img {
    filter: brightness(1) invert(0);
}

.attendanceregul .modal-lg {
    max-width: 80% !important;
}

.attendanceregul .addbreakpunch {
    background: #009bdc !important;
}


.attendanceregul table thead tr {
    background-color: #28a745;
    color: #FFF;
    font-size: 14px;
}

    .attendanceregul table thead tr th {
        border-right: 1px solid #FFF;
    }

.attendanceregul .table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: #FFF;
    color: #000;
}

.attendanceregul table tr td {
    background: #f6f6f6;
    border-right: 1px solid #FFF;
}

.attendanceregul .reason {
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 4px;
    font-size: 13px;
}

.headerfilter .dropdown-menu {
    width: 253px;
    padding-right: 11px;
}

.addbreakpunch {
    margin-right: -8px;
}

#ARModal .card-header {
    font-size: 15px;
    font-weight: 600;
    color: #009bdc;
}

.mainar .sticky {
    position: fixed;
    z-index: 9999;
    width: 77.7%;
    top: 60px;
}

.attendanceregul .attendanceaction {
    padding-top: 0px;
    text-align: right;
}

    .attendanceregul .attendanceaction li {
        display: inline-block;
        padding: 2px;
    }

        .attendanceregul .attendanceaction li img {
            width: 22px;
            height: 22px;
        }


/*.applyleave .fc-event-container {text-align:left;}*/

/*.applyleave .fc-sat, .fc-sun {
	font-family: 'FontAwesome';
content:"\f007";
}
*/ /*End Apply Leave*/


/*TRAVEL APPLICATION*/
.travelapplication .wizard-content .wizard > .actions {
    right: -12px;
    padding: 0px;
}

.travelapplication .wizard-content .wizard > .steps > ul {
    margin-top: -25px;
}

.travelapplication a {
    font-size: 14px;
}

.travelapplication table thead tr {
    background-color: #28a745;
    color: #FFF;
    font-size: 14px;
}

.travelapplication table thead th {
    border-right: 1px solid #f5f5f5;
}

.travelapplication .table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: #FFF;
    color: #000;
    border-right: 1px solid #f5f5f5;
}

.travelapplication table tr td {
    background: #f6f6f6;
    border-right: 1px solid #FFF;
}

.travelapplication .dataTables_wrapper .row .col-sm-12 {
    padding-right: 0px !important;
}

.travelapplication .table td {
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.travelapplication .othertraveller {
    padding: 5px;
    border: 2px solid #e5e5e5;
    width: 50px;
}

.travelapplication .maintraveller {
    padding: 5px;
    border: 2px solid #1569a5;
    width: 50px;
}

.travelapplication .figure-caption {
    width: 140px;
    height: 40px;
}

.travelapplication .more {
    font-size: 12px;
    font-weight: 600;
    color: #00F;
}

.travelapplication .table td, .table th {
    text-align: center;
}

.advancerequired tr td {
    text-align: left !important;
    padding-left: 10px !important;
}

.travelapplication .dataTables_wrapper .custom-select {
    width: 100px;
}

.travelapplication .travelnumber {
    width: 90px;
    padding-left: 10px;
    padding-right: 20px;
}

.travelapplication .travelno {
    color: #239A56;
    font-weight: 600;
    font-size: 20px;
}

.travelapplication .eligibilityamount {
    color: #2980b9;
    font-weight: 600;
    font-size: 20px;
}

.travelapplication .wizard-content .wizard > .steps > ul > li a {
    margin-top: 20px !important;
    padding-top: 52px;
    margin-bottom: 5px;
}

.talanding .table td {
    text-align: center;
    padding: .3rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
}


.talanding .dropdown-menu {
    transform: translate3d(-146px, 33px, 0px) !important;
}

    .talanding .dropdown-menu a {
        font-size: 13px;
        color: #000000;
    }

    .talanding .dropdown-menu ul {
        padding-left: 15px;
        margin-bottom: 0rem;
    }

.talanding .date {
    width: 54px;
}


.talanding .travellanding thead tr, .le thead tr {
    background-color: #1569a5 !important;
    color: #FFF;
    font-size: 13px;
}

.talanding .table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: #FFF;
    color: #000;
    border-right: 1px solid #f6f6f6;
}

.talanding table tr td {
    background: #f6f6f6;
    border-right: 1px solid #FFF;
    vertical-align: middle !important;
}

.talanding .dataTables_wrapper .row .col-sm-12 {
    padding-right: 0px !important;
}

.talanding .dataTables_wrapper .row .col-sm-12 {
    padding-right: 0px !important;
}

.talanding .dataTables_wrapper .custom-select {
    width: 100px;
}

.talanding .tblchild thead tr {
    background-color: #009bdc !important;
}

.talanding .tblchild {
    margin-bottom: 0px !important;
}

.talanding .travellanding tbody .oddrow td {
    background-color: #f6f6f6 !important;
    border-right: 1px solid #FFF !important;
}

.travellanding thead tr th {
    border-right: 1px solid #f6f6f6;
}

.travellanding {
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px !important;
	padding: 10px;
    font-size: 12px;
	text-transform: uppercase;
}

.talanding .travellanding .approval {
    background: #249c57;
    border-radius: 15px;
    padding: 2px 5px 2px 5px;
    font-weight: 600;
    color: #fff;
}

.talanding .travellanding .pending {
    background: #e71E25;
    border-radius: 15px;
    padding: 2px;
    font-weight: 600;
    color: #fff;
}

.talanding .profile {
    width: 38px;
    height: 38px;
}

.fixedHeader-floating {
    top: 50px !important;
}

    .fixedHeader-floating thead tr {
        background-color: #009bdc !important;
        color: #FFF;
        font-size: 13px;
    }

/**********General Reimbursement******************/

.genreimbursement .requestnumber, .travelexpense .requestnumber {
    color: #239A56;
    font-weight: 600;
    font-size: 20px;
}

/***************Travel Expenses**********************/
.txlanding .travelrequest {
    width: 110px !important;
}

.txlanding table tr th {
    vertical-align: middle;
}

#travel_expense table tbody tr td {
    vertical-align: middle;
}

#travel_expense .deducted {
    color: #ed2024;
    font-weight: 600;
}

.txlanding .table-striped > tbody > tr:nth-child(2n+1) > td {
    vertical-align: middle;
}

.txlanding .batchcreate {
    background: #e56b1f;
    border-radius: 15px;
    padding: 2px;
    font-weight: 600;
    color: #fff;
}

.txlanding .batchapproved {
    background: #3eb650;
    border-radius: 15px;
    padding: 2px;
    font-weight: 600;
    color: #fff;
}

.txlanding .batchprocess {
    background: #2A3166;
    border-radius: 15px;
    padding: 2px;
    font-weight: 600;
    color: #fff;
}

.txlanding .paid {
    background: #ccc512;
    border-radius: 15px;
    padding: 2px;
    font-weight: 600;
    color: #fff;
}

.travelexpense .tab-pane {
    background-color: #FFF;
}

.travelexpense .nav-item .active {
    border-bottom: 3px solid #169ed9 !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.travelexpense .nav-link:focus, .nav-link:hover {
    text-decoration: none;
}

.travelexpense .nav-item a {
    padding-right: 20px;
    color: #000;
    font-size: 14px;
    padding-left: 20px;
}

.travelexpense .nav-item:hover {
    color: #000;
    font-size: 14px;
}

.travelexpense div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    margin-left: 170px;
}

.travelexpense .addbutton {
    position: absolute;
    right: 88px; /* top: 8px; */
    z-index: 1;
    margin-top: 15px;
}

.travelexpense #OtherExpense div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    margin-left: 125px;
}

.travelexpense .headertext label {
    font-size: 13px;
}

.travelexpense .headertext .mainheading {
    font-size: 13px;
}

.travelexpense .headertext .col-sm-2:after {
    height: 55px;
    display: block;
    width: 1px;
    background: #dfdfdf;
    border-right: 1px white;
    content: '';
    position: absolute;
    left: 165px;
    top: 6px;
}

.travelexpense .headertext .col:after {
    height: 65px;
    display: block;
    width: 1px;
    background: #dfdfdf;
    border-right: 1px white;
    content: '';
    position: absolute;
    left: 75px;
    top: 2px;
}

.travelexpense .headertext .col-sm-1:after {
    height: 65px;
    display: block;
    width: 1px;
    background: #dfdfdf;
    border-right: 1px white;
    content: '';
    position: absolute;
    left: 75px;
    top: 2px;
}

.travelexpense .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0px;
    border-bottom: 3px solid #2f66e7;
}

.travelexpense .nav-tabs .nav-link {
    border: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.travelexpense .nav-tabs {
    background: #f5f5f5;
    border-top: 0px;
}

.travelexpense .tab-content {
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    min-height: 300px;
}

.travellanding .dropdown-menu ul li img {
    height: 25px;
    width: 25px;
    margin-right: 5px;
}


.travelexpense table thead tr {
    background-color: #28a745;
    color: #FFF;
    font-size: 14px;
}

    .travelexpense table thead tr th {
        vertical-align: middle;
        height: 36px;
        border-top: 0px;
    }

.travelexpense .table td, .table th {
    padding: 0.2rem;
}

.travelexpense .dataTables_wrapper .custom-select {
    width: 100px;
}

.travelexpense .mainheading {
    font-size: 14px;
}

.travelexpense .table-striped tbody tr:nth-of-type(odd) {
    background: #FFF;
}

.travelexpense #journey tbody tr td, #enroute tbody tr td, #otherexpense tbody tr td {
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
}

.travelexpense #journey thead tr th, #enroute tbody tr th, #otherexpense tbody tr th {
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
    height: 36px;
    border-top: 0px;
}

.travelexpense #addJourney .traveldays, #addEnroute .traveldays, #addOtherExpense .traveldays {
    color: #239A56;
    font-weight: 600;
    font-size: 20px;
}

#addOtherExpense .deducted {
    color: #ed2024;
    font-weight: 600;
    font-size: 20px;
}

.deducted {
    color: #ed2024;
    font-weight: 600;
    font-size: 13px;
}

.approval {
    color: #009bdc;
    font-weight: 600;
    font-size: 13px;
}

.expense {
    color: #28a745;
    font-weight: 600;
    font-size: 13px;
}

.travelexpense .profile {
    width: 60px;
    height: 60px;
}

.travelexpense .empname {
    margin-left: 70px;
    font-weight: 600;
}

.travelexpense .details {
    background: #1569A5;
    color: #FFF;
}

.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center;
}

    .upload-drop-zone.drop {
        color: #222;
        border-color: #222;
    }


.travelexpense .claimno {
    width: 80px;
}

    .travelexpense .claimno:after {
        height: 55px;
        display: block;
        width: 1px;
        background: #dfdfdf;
        border-right: 1px white;
        content: '';
        position: absolute;
        left: 278px;
        top: 135px;
    }

.travelexpense .traveldate {
    width: 144px;
}

    .travelexpense .traveldate:after {
        height: 55px;
        display: block;
        width: 1px;
        background: #dfdfdf;
        border-right: 1px white;
        content: '';
        position: absolute;
        left: 420px;
        top: 135px;
    }

.travelexpense .baselocation {
    width: 94px;
}

    .travelexpense .baselocation:after {
        height: 55px;
        display: block;
        width: 1px;
        background: #dfdfdf;
        border-right: 1px white;
        content: '';
        position: absolute;
        right: 282px;
        top: 135px;
    }

.travelexpense .profilename {
    font-size: 13px;
    font-weight: 600;
}

.travelexpense .purpose {
    width: 193px;
    margin-left: 10px;
}

/* IT DECLRATION START*/

.itdeclaration table tr th {
    padding: 10px;
}

.itdeclarationmain .purpletable thead tr {
    background: #9D55B9 !important;
}

.itdeclarationmain #pastemployement table {
    width: 98.5%;
}

    .itdeclarationmain #pastemployement table tbody tr td:nth-child(1) {
        border-right: 1px solid #ffffff;
    }

.itdeclarationmain #pastemployement .purpletable td {
    border-bottom: 1px solid #9D55B9;
    border-left: 1px solid #9D55B9;
    border-right: 1px solid #9D55B9;
    border-top: 1px solid #9D55B9;
}

.itdeclarationmain .purpletable .da {
    width: 150px;
}

; .chapterviadate {
    width: 70px;
}

#houserent .radiotext {
    position: absolute;
    left: 49px;
    top: 15px;
}

#houserent .radiotextdecl {
    position: absolute;
    left: 49px;
    top: 0px;
}

#houserent div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

#tbl80c {
    width: 98.5%;
}

    #tbl80c tbody tr td:nth-child(1) {
        border-right: 1px solid #ffffff;
    }

.itdeclarationmain .headertext .col-sm-2:after {
    border: 0px;
    background: none;
    width: 0px;
}

.incometax .col-sm-2 {
    height: 50px;
    padding: 5px;
    margin: 5px 5px 0px 0px;
    background: #1569a5;
    color: white;
}

.itdeclarationmain .month {
    font-size: 12px;
    font-weight: 600;
}

.itdeclarationmain .salary {
    font-size: 13px;
}

#itdeclarediv table tbody tr td {
    font-size: 13px;
}

#itdeclarename {
    background: #1569a5;
    color: white;
    border: 0px !important;
}

.itdeclaration .profilename {
    font-size: 13px;
    font-weight: 600;
}

.itdeclaration .headertext .profile {
    width: 60px;
    height: 60px;
}

.itdeclaration .headertext label {
    font-size: 13px;
}

.itdeclaration .headertext .mainheading {
    font-size: 14px;
}


.itdeclaration .headertext {
    height: 77px;
}


/***************TRAVEL APPROVAL********************/
.altravel .bg-header {
    background-color: #f3f3f3;
    border-bottom: 0px !important;
    border-top: 0px !important;
    padding: 3px 0px 3px 10px;
}

.altravel .name {
    font-weight: 600;
    color: #0065B3;
    font-size: 13px;
}

.altravel .normaltext {
    font-weight: 600;
    font-size: 14px;
}

/***************TRAVEL APPROVAL********************/

/***************EXPENSE APPROVAL********************/
.deviationamount {
    color: #ed2024;
    font-weight: 600;
    font-size: 14px;
}
/***************EXPENSE APPROVAL********************/

/***************PAYROLL WIZARD********************/
.category, .frequency, .categorydrop {
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    text-align: center;
    background: #009ADC;
    color: white;
    font-weight: 600;
    margin-right: 10px;
}

.categorycheck {
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    text-align: center;
    background: #28a745 !important;
    color: white;
    font-weight: 600;
    margin-right: 10px;
}

.payrollwizard .date {
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    color: white;
    font-weight: 600;
    margin-right: 5px;
    height: 75px;
    width: 85px;
}

.payrollwizard .previousmonth {
    background: #27A746 !important;
}

.payrollwizard .currentmonth {
    background: #1569A5 !important;
}

.payrollwizard .nextmonth {
    background: #f5f5f5 !important;
    color: #999;
}

.payrollwizard .calendardays {
    font-size: 12px;
    color: #fff;
}

.payrollwizard .totalemployee {
    font-size: 30px;
    font-weight: 600;
    color: #828282;
    line-height: 30px;
}

.payrollwizard .left {
    font-size: 13px;
    font-weight: 600;
    color: #e71E25;
}

.payrollwizard .join {
    font-size: 13px;
    font-weight: 600;
    color: #28a745;
}

.payrollwizard .stopsalary {
    color: #e71E25;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.processcount {
    color: #28a745;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.divider {
    font-size: 38px;
    position: absolute;
    top: 26px;
    right: 50px;
}

.remainprocesscount {
    position: absolute;
    right: 31px;
    font-size: 18px;
    font-weight: 600;
    bottom: 0px;
    color: #e71e25;
}

.process {
    position: absolute;
    top: 26px;
    right: 30px;
    font-weight: 600;
    font-size: 13px;
    color: #28a745;
}

.pending {
    /*position: absolute;*/
    top: 42px;
    right: 29px;
    font-weight: 600;
    font-size: 13px;
    color: #e71e25;
}

.currentdesk .mainheading {
    padding-bottom: 2px;
}

.currentdesk .col-sm-2:after {
    height: 64px;
    display: block;
    width: 1px;
    background: #999;
    border-right: 1px white;
    content: '';
    position: absolute;
    top: 10px;
}

.currentdesk .col-sm-2:first-child:after {
    background: #fff;
}

.currentdesk .col-sm-2 {
    padding-top: 5px;
}

.currentprevious .col-sm-2:after {
    height: 64px;
    display: block;
    width: 1px;
    background: #fff;
    border-right: 1px white;
    content: '';
    position: absolute;
    top: 10px;
}

.previousmonth .border-bottom {
    border-bottom: 1px solid #fff !important;
}

.previousmonth .mainheading {
    color: #FFF;
}

.currentmonth .border-bottom {
    border-bottom: 1px solid #fff !important;
}

.currentprevious .col-sm-2:first-child:after {
    background: #28a745 !important;
}

.currentprevious .mainheading {
    color: #FFF;
}

.currentprevious .totalemployee, .currentprevious .processcount, .currentprevious .process {
    color: #fff;
}

.currentprevious .join {
    color: #fff;
}

.numberstep {
    position: absolute;
    left: 5px;
    font-size: 65px;
    color: #1569a4;
    font-weight: 700;
    line-height: 60px;
}

.paywizardacco .subhead {
    font-size: 13px;
    font-weight: 600;
    color: #1569a4;
}

.paywizardacco .subtext {
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

.paywizardacco .card-header {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.paywizardacco .card-body {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.paywizardacco .listaction li {
    display: inline-block;
    padding: 2px;
}

.paywizardacco .lastaction {
    font-size: 13px;
    padding-top: 10px;
    font-weight: 600;
    color: #68d700;
}

.paywizardacco .titlebox {
    position: absolute;
    top: 7px;
    left: 45px;
    text-transform: uppercase;
}

.color-white {
    color: white !important;
}

.paywizardacco .boxheader {
    background-color: #009adc;
    color: white;
}

.paywizardacco .chkbox label {
    margin-bottom: 3px !important;
}

.paywizardacco .processcompleted .boxheader {
    background: #27A746 !important;
    color: white;
}

.paywizardacco .processcompleted .border {
    border-left: 1px solid #27A746 !important;
    border-right: 1px solid #27A746 !important;
    border-bottom: 1px solid #27A746 !important;
}

.paywizardacco input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #ffffff;
    animation: effect 250ms ease-in;
}

.paywizardacco .processcompleted .lastaction {
    color: #FFF;
}

.payrollwizard .headerfilter .dropdown-menu {
    transform: translate3d(800px, 51px, 0px) !important;
}

.payrollwizard .headerfilter .btnright {
    margin-right: -8px;
}

.payrollwizard .disablediv {
    opacity: 0.8;
    background: #999;
    z-index: 1;
    width: calc(100% - 103px);
    height: calc(100% - 167px);
    position: absolute;
}

.payrollwizard .listaction {
    padding-left: 26px;
}

.payrollwizard .actionpending {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 14px;
    color: white;
    font-weight: 600;
}

.payrollwizard .mainlastaction {
    font-size: 12px;
    color: #009adc;
    font-weight: 600;
}

.payrollwizard .transactionpending {
    font-size: 13px;
    padding-top: 10px;
    font-weight: 600;
    color: #d70000;
}

.payrollwizard .listaction li a img {
    width: 26px;
    height: 26px;
}

.payrollwizard .card-header .disable {
    color: #666 !important;
    opacity: 0.8;
}

.payrollwizard .btn {
    text-align: left !important;
}

.payrollwizard .mainhead {
    padding: 5px 0px 5px 15px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    background: #1569a5;
    color: white;
}
/***************PAYROLL WIZARD********************/

/****LEAVE ENCASEMENT*******************/
.leaveenchacement .requestnumber {
    color: #239A56;
    font-weight: 600;
    font-size: 18px;
    line-height: 13px;
}

.leaveenchacement .wizard-content .wizard > .actions > ul {
    margin-right: 0px !important;
}


.leaveenchacement #leaveenashment thead tr {
    background-color: #1569a5 !important;
    color: #FFF;
    font-size: 13px;
}

#leaveenashment .profile {
    width: 38px;
    height: 38px;
}

#leaveenashment .table td, .table th {
    text-align: left;
}

#leaveenashment .approval {
    background: #249c57;
    border-radius: 15px;
    padding: 2px 5px 2px 5px;
    font-weight: 600;
    color: #fff;
}

.leaveenchacement .topheader {
    padding-left: 6.5rem !important;
}

.leaveenchacement .headerfilter .dropdown-menu {
    transform: translate3d(-758px, 39px, 0px) !important;
    z-index: 9999;
}

.leaveenchacement .headerfilter .dropdown-menu {
    width: 900px !important;
}

.le thead tr th input[type="checkbox"]:checked + .label-text:before {
    color: white !important;
}

.le .form-check label {
    margin-bottom: 0px !important;
}

.le tr td .form-check {
    padding-left: 0px !important;
}


/*******************REPORT SELECTION************************/
.reportselection .radiotext {
    top: 0px;
}

.reportselection .dateselection .col {
    padding-left: 0px;
    padding-right: 0px;
}

.reportselection .outputformat li {
    display: block;
    float: left;
    padding-left: 20px;
}

/**************************PAYROLL MONTH******************************************/

.payrollmonth .column-3 {
    width: 24%;
    margin-right: 11px;
}

.payrollmonth .box .boxheader {
    padding: 2px 5px 5px 5px;
    height: 30px;
    border-bottom: 1px solid #CCC;
    background: #1569a5;
    color: white;
}

    .payrollmonth .box .boxheader .action li {
        display: block;
        float: left;
        padding-left: 5px;
    }

    .payrollmonth .box .boxheader .float-left {
        font-weight: 600;
    }

    .payrollmonth .box .boxheader .number {
        font-size: 16px;
    }

.payrollmonth .box .boxbody .head {
    font-size: 12px;
    padding-left: 5px;
    font-weight: 600;
    color: #272727b3;
    padding-top: 5px;
}

.payrollmonth .box .boxbody .headdate {
    font-size: 14px;
    line-height: 11px;
    padding-left: 5px;
    font-weight: 600;
}


/**********************EMPLOYE PROFILE APPROVAL***********************/

.emptbl tbody tr td {
    padding: 0.2rem;
    font-weight: 500;
}

.emptblmodel tbody tr td {
    padding: 0.2rem;
}

.emptblmodel thead tr {
    background-color: #009BDC;
    color: #FFF;
}

.emptbl thead tr {
    background-color: #009BDC;
    color: #FFF;
}

.border {
    border: none !important;
	padding: 10px;
	float: left;
	box-shadow: 0px 0px 2px 0px #dadada;
}

/**********************PMS DETAIL SCREEN DESIGN***********************/
.border1px{
    border: 1px solid #e1e1e1 !important;
    border-radius: 5px;
    padding-bottom: 0px;
}
.bold{font-weight: 600}
/*processbar css*/
.progress{
    height: 10px;
    background: #cbcbcb;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
    border-radius: 5px;
}
.progress .progress-bar{
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-bar:after{
    content: "";
    display: block;
    border: 15px solid transparent;
    border-bottom: 21px solid transparent;
    position: absolute;
    top: -26px;
    right: -12px;
}
.progress .progress-value{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: -40px;
    right: 0;
}
.progress.blue .progress-bar:after{
    border-bottom-color: #007bff;
}
@-webkit-keyframes animate-positive{
    0% { width: 0; }
}
@keyframes animate-positive{
    0% { width: 0; }
}
.process80{
    width: 80%;
    border-radius: 5px;
}
.process-label{
    margin-top: 165px;
}
.goaltable .borderbottom td{
    border-bottom: 1px solid #fff !important;
}
.fa-star{
    font-size: 16px;
}
.goalmenuicon{
    height: 20px !important;
}
.datepicker-dropdown {
    width: 200px !important;
    z-index: 1000;
}
.submenu {
    min-width: 10.5rem !important;
}

/*read more*/
#summary {
  font-size: 14px;
  line-height: 1.5;
}

#summary p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#summary p.collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after  {
    content: 'Read More';
    color: #0062cc;
}

#summary a:not(.collapsed):after {
    content: 'Read Less';
    color: #0062cc;
}
.commentbox textarea.form-control {
    height: auto !important; 
    width: 94%;
}
.readmore{
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.readmoretxt{
    color: #007bff !important;
    font-size: 13px;
    cursor: pointer;
}
.empactive{
    margin-left: -13px;
    margin-top: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 13px;
}

/**********************PMS STAGE SCREEN DESIGN***********************/

.pendingicon{
    height: 15px;
    width: 14px;
    background: #ff9324;
    border-radius: 50%;
    margin-right: 6px;
}
.completeicon{
    height: 15px;
    width: 14px;
    background: #28a745;
    border-radius: 50%;
    margin-right: 6px;
}
.border1px{
    border: 1px solid #e1e1e1 !important;
    border-radius: 5px;
    padding-bottom: 0px;
}
.completeborder{
    border-left: 5px solid #28a745 !important;
}
.pendingborder{
    border-left: 5px solid #ff9324 !important;
}
.popover {
    max-width: 350px;
}
.profilecard tr td{
    border-top: none !important;
}

/**********************AR SCREEN DESIGN***********************/
#reportrange .fa-calendar, #reportrange .fa-caret-down{
    font-size: 16px !important;
    color: #aaaaaa !important;
}
.ardaterange{
    background: #fff; 
    cursor: pointer; 
    padding: 5px 10px; 
    border: 1px solid #ccc;
    border-radius:3px;
}
.profile-blue{
    height: 35px;
    width: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    border-radius: 50%;
    margin: 2px 0px;
    background: #B5D8FF;
    color: #007AFF;
    font-size: 17px;
}
.morecolpopup{
    max-width: 550px !important;
    width: 450px !important;
}
.dayrecordpopup{
    max-width: 1000px !important;
    width: 100% !important;
}
.hidden{
    display: none;
}
.artable td {
    vertical-align: middle;
}
.emplabel{
    vertical-align: middle;
    line-height: 35px;
}
.font12{
    font-size: 12px;
}
.mt-6{
    margin-top: 6px;
}
.sectiontr td{
    border-top: 0px !important;
    padding-top: 0px !important;
}
.firsttr td{
    padding-bottom: 0px !important;
}
.empname{
    font-size: 18px !important;
    font-weight: 500;
}
.artable th {
  background: #f4f4f4 !important;
  position: sticky;
  top: 145px;
}
.empdetail{
    position: sticky;
    top: 99px;
    background: white;
    margin: 0px;
    padding: 5px 0px;
}
.form-check{
    position: unset !important;
}
.editcontent .col-md-4, .editcontent .col-md-8, .editcontent .col-md-12, .editcontent .col-md-2{
    position: unset !important;
}
.exemptionmodal .form-group{
    margin-bottom: 0px !important;
}
.appstatus{
    background: #28a745;
    padding: 1px 8px 3px 8px;
    border-radius: 15px;
    color: white;
    font-size: 12px;
}
.leavestatus{
    background: #ffab31;
    padding: 1px 8px 3px 8px;
    border-radius: 15px;
    color: white;
    font-size: 12px;
}
.appdiv{
    float: right;
    padding-right: 10px;
}
pie {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    background-color: #ffab31;
    float: left;
}
.thirdQD {
    background-image: linear-gradient(180deg, transparent 50%, #ffab31 50%), linear-gradient(90deg, #e8e7e7 50%, transparent 50%);
}
.QD {
    background-image:
        linear-gradient(180deg, transparent 50%, #e8e7e7 50%),
        linear-gradient(90deg, #e8e7e7 50%, transparent 50%);
}
.FHD {
    background-image:
        linear-gradient(0deg, #e8e7e7 50%, transparent 50%);
}
.SHD {
    background-image:
        linear-gradient(180deg, #e8e7e7 50%, transparent 50%);
}
.FD{
    height: 15px;
    width: 15px;
    background: #28a745;
    border-radius: 50%;
}
.SHD{
    width: 0;
    height: 0;
    border-right: 8px solid #FFAB31;
    border-top: 8px solid #ffffff00;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #FFAB31;
    border-radius: 8px;
    transform: rotate(45deg);
    background: #e8e7e7;
}
.unapproved{
    height: 15px;
    width: 15px;
    background: #8F8E93;
    border-radius: 50%;
}
.absent{
    height: 15px;
    width: 15px;
    background: #FF7467;
    border-radius: 50%;
}
.holiday{
    height: 15px;
    width: 15px;
    background: #7f79ff;
    border-radius: 50%;
}
.halfday{
    height: 15px;
    width: 15px;
    background: #ffab31;
    border-radius: 50%;
}
.weekoff{
    height: 15px;
    width: 15px;
    background: #17224d;
    border-radius: 50%;
}
.font20{
    font-size: 20px !important;
}
.las{
    font-size: 30px;
    color: #97999c;
    vertical-align: middle !important;
}
.la-hand-pointer{
     color: #97999c !important;
}
.dropdown-toggle::after{
    display: none !important;
}
.blueinfo{
    color: #007bff !important;
}
.filterby{
    font-size: 18px;
    color: #a7a9ac;
    padding-right: 6px;
}
.artable .la-exclamation-triangle{
    color: #f6970e;
}

.badge{
    font-size: 100%;
}
.document .la-folder-open{
    color: grey;
    font-size: 26px !important;
    vertical-align: middle;
    margin-right: 5px;
}

/*datetimepicker*/
.datetimepicker.dropdown-menu{
    min-width: 13.5rem !important;
    padding: 15px 0px 15px 12px !important;
}