﻿@font-face {
    font-family: 'Roboto';
    src: url('/font-face/Regular/Roboto-Regular.eot'); /* IE9 Compat Modes */
    src: url('/font-face/Regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/font-face/Regular/Roboto-Regular.woff') format('woff'), /* Modern Browsers */
    url('/font-face/Regular/Roboto-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/font-face/Regular/Roboto-Regularo.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
    width: 100%;
    min-height: auto;
    padding-bottom: 0;
    background: linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.0)), url(../Document/Images/bg-img.jpg) no-repeat center center fixed;
    background-position: center center;
    background-attachment: fixed;
    background-position: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Roboto', sans-serif;
}

 Set padding to keep content from hitting the edges 
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */

.Line {
    height: 35px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #263d76;
    border-top: 1px solid #32817d;
    z-index:5
}
.FotterLine {
    background-color:#FF6600;
    height:1px;
}
.Titlestyle {
    color: #FF6600;
    font-size: 30px;
    margin-left: 68%;
}
.Compulsory
{
     color:red;
}
.textcolor
{
    color:black;
}
.fontbold
{
    font-weight:bold;
}

.TFtable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    /*display: block !important;*/
    overflow: auto !important;
    margin-top: 15px;
    margin-bottom: 0px;
}
	.TFtable td{ 
		padding:7px;
         border-collapse: separate;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background: #b8d1f3;
         border-collapse: separate;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #b8d1f3;
          border-spacing:0px;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #dae5f4;
          border-spacing:0px;
	}

    .Hadertage
    {
        font-weight:bold;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.fixedWidth10{
     width:10%;
    text-align:justify;
}
.fixedWidth15{
     width:15%;
    text-align:justify;
}
.fixedWidth20{
     width:20%;
    text-align:justify;
}
.fixedWidth25{
     width:25%;
    text-align:justify;
}
.Approved {
    color:green;
}
.Disapproved {
    color:red;
}
#tabMobileProfile{
    display:none;
    height:0px;
}
.fa-fw{
    text-indent:-0.8em;
}

.navbar-inverse {
    background-color: #263d76;
    border-color: #32817d;
}
.login-section {
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
    width: 800px;
    margin: 0px auto;
    -webkit-box-shadow: 2px 6px 5px 0px #000000;
    box-shadow: 0px 0px 17px -3px #0e0c0ca1;
    border-radius: 0px;
    display: flex;
    padding: 0px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 400px;
}
.img-section img {
    padding-top: 36px;
}
.img-section {
    height: 400px;
    box-shadow: 7px 0px 10px -9px #333;
    width:100%;
}
.div-wrapper {
    height: 200px;
    margin-top: 40px;
    border: 2px dashed #ddd;
    border-radius: 8px;
}

.div-to-align {
    width: 75%;
    padding: 40px 20px;
    /* .... */
}
.logo-img {
    margin: 30px auto;
    text-align: center;
    margin-bottom: 15px;
}
.logo-img img {
        width: 120px;
    }

.form-control {
    display: block;
    width: 100%;
    height:40px;
    padding: 5px 38px;
    font-size: 15px;
    line-height: 1.428571429;
    padding-right:10px;
    color: #000;
    vertical-align: middle;
    background-color: #f3f3f3;
    border: 1px solid #747171;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.commen-padding{
    padding-left:0px;
    padding-right:0px;
}
.control-label{
    font-size:15px;
    padding-bottom:4px;
    font-weight:500;
}
i.fa.fa-arrow-circle-o-left {
    font-size: 15px;
}
.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 8px -3px #0e0c0ca1;
    min-height:180px;
}
i.fa.fa-angle-down {
    padding-left: 5px;
    font-size: 16px;
    font-weight: 600;
}
.icon-section.text-center {
    font-size: 45px;
    color: #263d76;
}
p.text-center {
    font-size: 16px;
    font-weight: bold;
    color: #434343;
    margin-top: 28px;
    background-color: #ffffff8c;
    padding: 9px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 40px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 4px -2px #413f3f;
}
.emp-section.text-center p {
    font-size: 16px;
    line-height: 20px;
    color: #434d75;
    font-weight: bold;
    color: #434343;
    /* margin-top: 15px; */
    font-size: 16px;
    font-weight: bold;
    color: #434343;
    margin-top: 25px;
    background-color: #ffffff8c;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 4px -2px #413f3f;
    height: 40px;
    line-height: 40px;
}
.emp-section.text-center img {
    width:60px;
}
.emp-section.text-center {
    font-size: 45px;
    color: #263d76;
}
.client-icon {
    width: 105px !important;
}
.branch-icon {
    width: 80px !important;
}
.expence-icon {
    width: 75px !important;
}
.task-section {
    padding-right: 15px;
    padding-bottom: 12px;
    text-align:right;
}
    .task-section .btn-HR {
        color: #fff;
        background-color: #253e89;
        border-color: none;
        height: 35px;
        width: auto;
        border-radius: 10px;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 30px;
    }
.emp-green {
    background-color: green;
    color: white;
    width: 44px;
    padding: 5px;
    border-radius: 5px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
}
.icon-section.text-center img {
    width:50px;
}
.emp-red {
    background-color: red;
    color: white;
    width: 44px;
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}
.btn-HR {
    color: #fff;
    background-color: #253e89;
    border-color: none;
    height: 35px;
    width: 40%;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}
.commen-padding i {
    position: absolute;
    top: 35px;
    left: 15px;
    font-size: 18px;
    color: #4e4e4e;
}
.content-section {
    background-color: #fff;
    margin-top: 8px;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 75px;
    box-shadow: 0px 0px 8px -3px #0e0c0ca1;
    margin: 1px;
    margin-bottom: 1px;
    overflow: hidden;
    min-height: 500px;
    padding-top: 10px;
    margin-top: -20px;
    padding-bottom: 8px;
    margin-bottom: 35px;
}
.content-section-about {
    background-color: #fff;
    margin-top: 8px;
    padding: 15px;
    padding-top: 0px;
    border-radius: 5px;
    margin-bottom: 75px;
    box-shadow: 0px 0px 17px -3px #0e0c0ca1;
}
.contact-info > h5 {
    background-color: transparent;
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}
.text-heading {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-weight: bold;
    color: #34557e;
    font-family: 'Roboto', sans-serif;
    border-bottom: 3px solid #32797e;
    border-radius: 5px;
    margin-bottom:7px;
}
.text-section {
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    margin-top: 7px;
    font-family: 'Roboto', sans-serif;
}
.header-section .img-responsive {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 7px -3px #0e0c0ca1;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px !important;
}
.navbar {
    position: relative;
    z-index: 1000;
    min-height: 44px;
    margin-bottom: 20px;
}
.text-section h5 {
    font-size: 15px;
    background-color: #263d76;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 42px;
    margin-bottom: 0px;
    padding-left: 8px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;

}
.intregate img.img-responsive {
    padding-top:8px;
}
.padTop15{
    padding-top:15px;

}
.pr0{
    padding-right:0px;
}
.pl0 {
    padding-left: 0px;
}
.my-2{
    padding-top:10px;
}
.contact-img img.img-responsive {
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 6px -3px #0e0c0ca1;
    width:100%;
}
.contact-address h2{
    font-size:25px;
}
.contact-info {
    background-color: #3f7c87fa;
    min-height: 250px;
    padding: 15px;
    width: 100%;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0px 0px 6px -3px #0e0c0ca1;
    text-align: center;
}
.contact-address {
    background-color: #ffffff;
    min-height: 250px;
    padding: 15px;
    width: 100%;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0px 0px 6px -3px #0e0c0ca1;
}
.contact-info h2 {
    font-size: 32px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.contact-info h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height:25px;
}
.contact-address h2 {
    font-size: 24px;
    color: #263d76;
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.contact-address p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}
iframe {
    height: 250px;
    box-shadow: 0px 0px 6px -3px #0e0c0ca1;
    border-radius: 5px;
}
table {
    width: 100%;
    background-color: transparent;
}
.content-section h4 {
    text-align: center;
    background-color: #e8e6e6;
    padding: 10px;
    color: #434343;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
}
.user-profile h4 {
    margin-bottom: 0px;
}
table#mobiletable thead tr th {
    background-color: #375089b8;
    border-color: #30787c;
    color: #fff;
    border: 1px solid #37518826;
    text-align: left;
    white-space: nowrap;
}
table.table.table-hover.table-bordered tr td:first-child {
    background-color: #f0f0f0;
    font-weight:bold;
}
table.table.table-hover.table-bordered tr td:nth-child(3) {
    background-color: #f0f0f0;
    font-weight: bold;
}
table#mobiletable tr td:first-child {
    background-color: #f0f0f0;
    font-weight: bold;
}

table#mobiletable tr td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: 1px solid #37518826;
    text-align: left;
    background-color: #fff;
    white-space: nowrap;
}
table#mobiletable.TFtable tr td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: 1px solid #37518826;
    text-align: left;
    background-color: #fff;
    white-space: normal;
}
table#mobiletable.TFtable tr td:last-child {
    white-space: nowrap;
}
.paddingT10 {
    padding-top: 10px;
}
div#InDiv {
    width: 600px;
    margin: 0px auto;
}
    div#InDiv .form-control {
        display: block;
        width: 100%;
        height: 40px;
        padding: 5px 10px;
        font-size: 15px;
        line-height: 1.428571429;
        padding-right: 10px;
        color: #000;
        vertical-align: middle;
        background-color: #f3f3f3;
        border: 1px solid #747171;
        border-radius:5px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
/*.control-label {
    padding-top: 10px !important;
}*/
.form-horizontal {
    min-width: 600px;
    margin: 0px auto;
    width:600px;
}
.Compulsory {
    color: red;
    position: absolute;
    top: -7px;
    right: 5px;
}
.profileEdit .Compulsory {
    color: red;
    position: absolute;
    top: -7px;
    right: 21px;
}
.marbtm15 {
    margin-bottom: 15px;
}
   
.form-horizontal .form-control {
        display: block;
        width: 100%;
        height: 40px;
        padding: 5px 10px;
        font-size: 15px;
        line-height: 1.428571429;
        padding-right: 10px;
        color: #000;
        vertical-align: middle;
        background-color: #f3f3f3;
        border: 1px solid #747171;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
.rating-lbl {
    padding-top: 10px;
    padding-left: 15px;
}
#filter .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 5px;
    font-size: 15px;
    line-height: 1.428571429;
    padding-right: 10px;
    color: #000;
    vertical-align: middle;
    background-color: #f3f3f3;
    border: 1px solid #747171;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#mobiletableRating img.img-circle {
    width: 50px;
    height: 50px;
}
.profile-section >.form-inline {
    text-align: center;
    background-color: #375188;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-top:10px;
}
table.table-hover.profile-period tr td {
    line-height: 30px;
    padding-left: 8px;
    border: 1px solid #ccc;
}
.TFtable {
    width: 100%;
    border-collapse: collapse;
   
}
#mobiletable {
    border-spacing: 0px;
    width: 100%;
    overflow-x: auto;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    border-right: 1px solid #33748073;
    line-height: 25px;
    margin-right: 0px;
}
.task-listing #mobiletable {
    display: block;
}
table.table-hover.profile-period tbody tr td:first-child {
    background-color: #f0f0f0;
}
.user-profile {
    box-shadow: 0px 0px 7px -2px #0e0c0ca1;
    min-height: 540px;
}
.user-profile-btm {
    box-shadow: 0px 0px 7px -2px #0e0c0ca1;
    min-height:227px;
    margin-top:15px;
}
.top-heading {
    font-size: 16px !important;
    font-weight: bold;
    background-color: #375188;
    letter-spacing: 1.5px;
}
.padding5{
    padding:5px !important;
}
.profile-det>img.img-circle {
    float: left;
}
.profileEdit label.control-label {
    padding-top: 12px;
}
hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.profile-heading {
    color: #021965;
    float: left;
    padding-left: 13px;
    padding-top: 16px;
}
a.top-heading:hover {
    background-color: #375188 !important;
    color: #fff !important;
}
.task-dtl {
    padding-left: 15px;
    line-height: 25px;
}
div#dp, div#dps {
    margin-top: -10px !important;
}
.month_default_header_inner {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    inset: 0px;
    border-right: 1px solid rgb(153, 153, 153);
    border-bottom: 1px solid rgb(153, 153, 153);
    cursor: default;
    color: rgb(102, 102, 102);
    background: rgb(208 222 254) !important;
}
.month_default_cell_header {
    text-align: center !important;
    padding-right: 3px;
}
#mobiletable.leave-details {
    border-spacing: 0px;
    width: 100%;
    overflow-x: auto;
    display: block;
}
.profileEdit .text-danger {
    color: #b94a48;
    height: 15px;
    width: 100%;
    display: block;
}
.profileEdit .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.428571429;
    padding-right: 10px;
    color: #000;
    vertical-align: middle;
    background-color: #f3f3f3;
    border: 1px solid #747171;
    border-radius:5px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.Attendance-Report .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 1.428571429;
    padding-right: 10px;
    color: #000;
    vertical-align: middle;
    background-color: #f3f3f3;
    border: 1px solid #747171;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#mobiletable.table.table-responsive {
    display: block !important;
    overflow: auto !important;
    margin-top: 15px;
    margin-bottom: 0px;
    height: 450px;
    margin-bottom: 40px;
}
p.crt-btn, p.crt-btn a {
    background-color: #50ba3d;
    width: 120px;
    padding: 5px;
    color: #fff;
    border-radius: 2px;
    padding-left: 0px;
    margin-bottom: 0px;
}
    p.crt-btn a:hover {
        text-decoration: none;
    }
i.fa.fa-pencil-square-o {
    padding-left: 10px;
}
    .Attendance-Report .btn-HR {
        color: #fff;
        background-color: #253e89;
        border-color: none;
        height: 40px;
        width: 40%;
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 30px;
    }

.AssessmentReport .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 8px;
    font-size: 15px;
    line-height: 1.428571429;
    padding-right: 10px;
    color: #000;
    vertical-align: middle;
    background-color: #f3f3f3;
    border: 1px solid #747171;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.AssessmentReport .btn-HR {
    color: #fff;
    background-color: #253e89;
    border-color: none;
    height: 35px;
    width: 100%;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
}
.paddingT5{
    padding-top:5px;
    padding-left:0px;
}
table.TFtable.assessment-rpt thead tr th, table.TFtable.assessment-rpt tbody tr td {
    width: 180px !important;
}
.pagination-container {
    margin-top: 10px;
    margin-bottom: 30px;
}
.emp-rating .btn-HR {
    width: 100%;
    line-height: 30px;
}
/*table#mobiletable.employe-rating {
    width: 40% !important;
}*/
    table#mobiletable.employe-rating thead tr th:nth-child(3), table#mobiletable.employe-rating tbody tr td:nth-child(3) {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: middle;
        border: 1px solid #37518826;
        text-align: left;
        white-space: normal;
        min-width: 247px;
    }
    table#mobiletable.employe-rating thead tr th:last-child, table#mobiletable.employe-rating tbody tr td:last-child {
        min-width:185px;
    }
.content-section h4 a{
    color:#fff;
}
select#WorkingStartHH, select#WorkingStartMM {
    width:50%;
}
select#WorkingEndHH, select#WorkingEndMM {
    width: 50%;
}
#mobiletable.TFtable.Emp-list {
    border-spacing: 0px;
    width: 100%;
    overflow-x: auto;
}
table#mobiletable.TFtable.Emp-list tr td {
  min-width:150px;
}
table#mobiletable.TFtable.holiday-master tr td {
    min-width: 210px;
}
table#mobiletable.TFtable.emp-user tr td {
    min-width: 207px;
}
#mobiletable.TFtable.emp-user {
    border-spacing: 0px;
    width: 100%;
    overflow-x: hidden !important;
}
table#mobiletable.table-responsive tr td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: 1px solid #37518826;
    text-align: left;
    background-color: #fff;
    white-space: normal;
}
textarea#Reason {
    height: 110px;
}
#mobiletable.table.table-responsive.Attendance-lst {
    display: inline-block !important;
    width: auto;
}
#mobiletable.table.table-responsive.emp-rating {
    display: inline-block !important;
    width: auto;
}
#mobiletable.table.table-responsive.employe-rating {
    display: inline-block !important;
    width: auto;
}

    @media (min-width: 320px) and (max-width: 767px) {
        .login-section {
            padding: 0px 0px 0px 0px;
            margin-bottom: 20px;
            width: 350px;
            margin: 0px auto;
            box-shadow: 0px 0px 17px -3px #0e0c0ca1;
            border-radius: 0px;
            display: flex;
            padding: 0px;
            background-color: #fff;
            border-radius: 10px;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            min-height: 400px;
        }
    .profileEdit label.control-label {
        padding-top: 0px;
    }
    table#mobiletable.employe-rating {
        width: 100% !important;
    }

        .commen-padding i {
            position: absolute;
            top: 12px;
            left: 13px;
            font-size: 18px;
            color: #4e4e4e;
        }

        .img-section {
            height: 200px;
            box-shadow: none;
            width: 100%;
        }

            .img-section img {
                padding-top: 0px;
            }

        .login-section .img-responsive {
            display: block;
            height: auto;
            max-width: 75%;
            margin: 0px auto;
        }

        .form-horizontal {
            min-width: auto;
            margin: 0px auto;
            width: auto;
        }

        /*table#mobiletable tr td {
            padding: 8px;
            line-height: 1.428571429;
            vertical-align: middle;
            border: 1px solid #37518826;
            text-align: left;
            background-color: #e1ebff;
            white-space: nowrap;
            display: flex;
            justify-content: flex-end;
            height: 40px;
        }*/

        table.table.table-hover.table-bordered {
            display: block;
            overflow: auto;
        }

        .fixedWidth20 {
            width: 100%;
            text-align: justify;
        }

        tbody#mobiletableProfile tr td:nth-last-child(2) {
            height: 38px;
        }

        tbody#mobiletableProfile tr td:first-child {
            height: 70px;
        }

        #mobiletableProfile td:nth-of-type(1):before {
            content: "Photo";
            top: 27px;
            left: 10px;
        }

        .profileEdit .form-group {
            margin-bottom: 0px;
        }

        .profileEdit .Compulsory {
            color: red;
            position: absolute;
            top: 17px;
            right: 22px;
        }

        tbody#mobiletableRating tr td:first-child {
            height: 70px;
        }
    table#mobiletable.TFtable tr td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: middle;
        border: 1px solid #37518826;
        text-align: left;
        background-color: #fff;
        white-space: nowrap;
    }
    .content-section {
        background-color: #fff;
        margin-top: 8px;
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 75px;
        box-shadow: 0px 0px 8px -3px #0e0c0ca1;
        margin: 20px;
        margin-bottom: 60px;
        overflow: hidden;
    }
    .Attendance-Report .form-control {
        margin-bottom: 15px;
    }
    table#mobiletable.task-dtl-section thead tr th:nth-child(3), table#mobiletable.task-dtl-section tbody tr td:nth-child(3) {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: middle;
        border: 1px solid #37518826;
        text-align: left;
        white-space: normal;
        min-width: 300px;
    }
    .AssessmentReport .btn-HR {
        width: 35%;
        border-radius: 10px;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 30px;
        float: left;
        margin-top: 10px;
    }
    #mobiletable.TFtable.Emp-list {
        border-spacing: 0px;
        width: 100%;
        overflow-x: auto;
    }
    select#WorkingStartHH, select#WorkingStartMM {
        width: 50%;
        float: left;
    }
    select#WorkingEndHH, select#WorkingEndMM {
        width: 50%;
        float: left;
    }
        .TFtable {

            display: block !important;
 
        }
        #mobiletable.table.table-responsive {
            display: block !important;
            overflow: auto !important;
            margin-top: 15px;
            margin-bottom: 0px;
            height: 403px;
        }
        .profileEdit label.control-label {
            padding-top: 0px;
        }
        .plft30 {
            padding-left: 30px;
        }
        table#mobiletable.table-responsive.emp-profile tr td {
white-space:nowrap;
        }
        .emp-profile #mobiletableProfile td:nth-of-type(1):before {
display:none;
        }
        #mobiletable.table.table-responsive.emp-rating tr td {
            white-space: nowrap;
        }
        .marT12{
            margin-top:12px;
        }
        .rating-lbl {
            padding-top: 10px;
            padding-left: 2px;
        }
        .TFtable.leave-details {
            display: table !important;
        }
        #mobiletable.table.table-responsive.leave-details tr td {
            white-space: nowrap;
        }
        #mobiletable.table.table-responsive.pay-salary tr td {
            white-space: nowrap;
        }
        #mobiletable.table.table-responsive.task-dtl-section tr td {
            white-space: nowrap;
        }

        
        
    }