body {
    font-size: 12px !important;
}
.container {
    width: 99% !important;

    
}
.align_center {
    text-align: center !important;
}
.align_left {
    text-align: left !important;
}
.align_right {
    text-align: right !important;
}
.font_bold {
    font-weight: bold;
}
.blue {
    color: #377099;
}
.padding_lr_0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.margin_tb_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.margin_tb_10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin_t_10 {
    margin-top: 10px;
}
.hidetr th:last-child {
    display: none;
}
.approve {
    background-color: #228b22;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 10px;
}
.reject {
    background-color: #fe0000;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 10px;
}
.approve:hover, .approve:active, .approve:focus, .reject:hover, .reject:active, .reject:focus {
    color: #ffffff;
}
input, select {
    width: 100%;
    border: 1px solid #377099;
    color: #666666;
    padding: 5px;
    margin-bottom: 5px !important;
    border-radius: 2px;
    height: 28px;
}
input[type=checkbox], input[type=radio] {
    width: 12px;
    height: auto;
}
 textarea {
    width: 100%;
    border: 1px solid #377099;
    color: #666666;
    padding: 5px 10px;
    margin-bottom: 5px !important;
    border-radius: 2px;
}
input[type="image"] {
    border: none;
    padding: 0px;
    width: auto;
    margin: 0px !important;
}
input[type="submit"], input[type="button"] {
    background-color: #377099;
    color: #ffffff;
    border: 1px solid #377099;
    padding: 3px 10px;
    width: auto;
}
.button_submit {
    background-color: #377099;
    color: #ffffff;
    margin: 0px !important;
    border: 1px solid #377099;
    padding: 4px 10px;
    width: auto;
    border-radius: 2px;
}
.button_submit:hover, .button_submit:active, .button_submit:focus {
    background-color: #ffffff;
    color: #377099;
    text-decoration: none;
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus {
    background-color: #ffffff;
    color: #377099;
    cursor: pointer;
}
.page_title_2 h5 {
    color: #ffffff;
    text-align: center;
    background-color: #377099;
    border-radius: 2px;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.page_title h5 {
    color: #ffffff;
    text-align: center;
    background-color: #377099;
    border-radius: 2px;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.qspace_login {
    background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url('/Images/login_bg.jpg') no-repeat center center;
    background-size: cover;
}
.login_section {
    padding: 140px 0px;
    max-width: 700px;
    display:table; 
    margin: 0 auto;
}
.logo_section {
    background: rgba(255,255,255, 0.8);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 40%;
    text-align: center;
}
.logo_section img {
    width: 115px;
}
.logo_section { 
    padding: 15px;
    width: 100%;
} 
.form_section {
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    display: table;
    padding: 30px 15px 0px 15px;
}
.app_title {
    width: 55%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 15px;
}
.app_name {
    font-weight: bold;
    margin-bottom: 5px;
}
.app_name, .app_tag {
    margin: 0px;
}
.form_section input {
    width: 100% !important;
    border: 1px solid #0096db;
    color: #666666;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 10px;
    border-radius: 2px;
}
.form_section input[type="submit"] {
    background-color: #0096db;
    color: #ffffff;
    text-transform: uppercase;
    margin: 5px 0;
    border: 2px solid #0096db;
    padding: 2px 10px;
}
.form_section input[type="submit"]:hover {
    background-color: #ffffff;
    color: #0096db;
}
.form_section label {
    text-align: left;
}
.forgot_div {
    text-align: center;
    color: #0096db;
    margin-top: 5px;
}
.note {
    margin-top: 15px;
    text-align: center;
    line-height: normal;
}
.form_section i {
    margin-right: 3px;
    font-size: 12px;
}
.popup {
    border: 1px solid #377099;
    background-color: #ffffff;
}
.popup_div {
    position: fixed;
    top: 30%;
    left: 23%;
    z-index: 100002 !important;
    border: 1px solid #377099;
    border-radius: 3px;
    background-color: #ffffff;
    width: 750px;
    max-height: 500px;
    overflow: auto;
}
.popupHeader {
    background-color: #377099;
    text-align: center;
    padding: 5px 10px;
    color: #ffffff;
}
.popup_div.forgot_pwd_popup {
    width: 350px;
    left: 40%;
}
.forgot_pwd_popup p {
    color: #666666;
    margin: 0px;
}
.forgot_pwd_popup input {
    width: 100% !important;
    border: 1px solid #0096db;
    color: #666666;
    padding: 2px 10px;
    margin-bottom: 10px;
    border-radius: 2px;
}
.forgot_pwd_popup input[type="submit"] {
    width: auto !important;
    background-color: #0096db;
    color: #ffffff;
    text-transform: uppercase;
    margin: 5px 0;
    border: 2px solid #0096db;
    padding: 2px 10px;
}
.forgot_pwd_popup input[type="submit"]:hover {
    background-color: #ffffff;
    color: #0096db;
}
.forgot_pwd_popup input[type="image"] {
    height: 16px !important;
    width: 16px !important;
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
}


/* ======================     Header CSS Starts     ====================== */
.top_header {
    padding: 10px 0px;
    background-color: #e9f1f8;
}
.logo_img {
    width: 115px;
}
.lblLoginErrorMsg {
    color: #fe0000;
}
.welcome_div {
    color: #377099;
    font-weight: bold;
    margin-top: 5px;
}
.welcome_div i {
    color: #ffffff;
    width: 28px;
    height: 28px;
    padding: 5px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
}
.green_bg {
    background: #4ab616;
}
.orange_bg {
    background: #f87500;
}
.red_bg {
    background: #e00000;
}
.last_login_div {
    color: #377099;
    font-weight: bold;
}
.nav_menu {
    background-color: #0095da;
}
.nav_menu a {
    color: #ffffff;
    padding: 6px 15px !important;
}
.nav_menu a.level1 {
    border-top: 1px solid #0095da;
    border-bottom: 1px solid #0095da;
}
.level1 .has-popup .level1:after {
    content: "\f0d7";
    font-family:'FontAwesome';
    margin-left: 4px;
    line-height: normal;
}
#menuMaster a.popout-dynamic {
    background: none !important;
}
#menuMaster a.popout-dynamic:after {
    content: "\f0da";
    font-family:'FontAwesome';
    margin-left: 4px;
    line-height: normal;
    float: right;
}
.nav_menu a.popout {
    background-image: none !important;
}
.nav_menu a:focus, .nav_menu a:hover, .nav_menu li:focus, .nav_menu li:hover {
    color: #0095da;
    background-color: #ffffff;
}
.nav_menu a.level1:focus, .nav_menu a.level1:hover {
    border-top: 1px solid #0095da;
    border-bottom: 1px solid #0095da;
    color: #0095da;
}
.highlighted {
    color: #0095da !important;
}
.has-popup ul {
    background-color: #0095da;
    border: 1px solid #0095da;
    min-width: 200px;
}
.project_title, .title_small {
    color: #377099;
    font-weight: bold;
    font-size: 22px;
    border-radius: 5px;
    margin: 0px;
    text-transform: uppercase;
}
.title_small {
    font-size: 14px;
    letter-spacing: 2px;
}
.notification_count {
    position: relative;
    top: -15px;
    left: -2px;
    background-color: #377099;
    color: #ffffff;
    padding: 2px;
    border-radius: 3px;
    font-size: 10px;
}
a[href="#menuMaster_SkipLink"], #menuMaster_SkipLink {
    display: none;
}
.page_title h5 {
    color: #ffffff;
    text-align: center;
    background-color: #377099;
    border-radius: 2px;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
}
/* ======================     Header CSS Ends     ====================== */
input[type="radio"] {
    width: auto;
    height: auto;
    margin: 0;
    margin-bottom: 0px !important;
}
.shift_div label {
    margin-right: 2px;
}
.shift_div {
    padding-top: 6px;
}
.attd_status input {
    width: 50px;
    border: none;
    font-weight: bold;
    color: #000000;
}
.attd_status input:hover, .attd_status input:active, .attd_status input:focus {
    color: #000000;
}
.attd_search input {
    margin: 0px;
}   
.clsbtnP {
    background-color: #a2ba53 !important;
}
.clsbtnA {
    background-color: #df281e !important;
}
.clsbtnWO {
    background-color: #6dc0b0 !important;
}
.clsbtnR {
    background-color: #1c83a6 !important;
}
.clsbtnL {
    background-color: #f6a00f !important;
}
.clsbtnPrivilegeLeave {
    background-color: #f35f5d !important;
}
.clsbtnSickLeave {
    background-color: #c4d09d !important;
}
.clsbtnCO {
    background-color: #7897b4 !important
}
.clsbtnHD {
    background-color: #aaaaaa !important;
}
.clsbtnx {
    background-color: #bea772 !important;
}
.clsbtnFestivalHoliday {
    background-color: #d896ff !important;
}
.clsbtnT {
    background-color: #e88039 !important;
}
.clsbtnLT {
    background-color: #f4e242 !important;
}
.mark_attd_table .grdHeader:first-child td {
    text-align: center;
    color: #ffffff;
    background-color: #377099;
    font-weight: bold;
}
.mark_attd_table .grdHeader:nth-child(2) {
    color: #ffffff;
}
.grdHeader th {
    background-color: #377099;
    color: #ffffff;
}
.clsHidden {
    display: none;
}
.grdHeader td {
    background-color: #377099;
    padding: 3px;
    color: #ffffff;
}
.grdHeader th {
    padding: 5px;
}
.emp_button {
    color: #ffffff;
    background-color: #377099;
    border-radius: 3px;
    padding: 5px 25px !important;
    margin: 3px 0;
    border: none !important;
}
.emp_button:hover, .emp_button:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
}
.issues_grid input {
    margin-bottom: 0px !important;
}
.issues_grid {
    max-height: 500px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 15px;
    overflow: auto;
    max-width: 100%;
}
.issues_grid_table td {
    padding: 5px;
    white-space: nowrap;
}

.issues_grid_table {
    text-transform: uppercase;
    border-collapse: collapse;
}
.issues_grid_table td {
    border: 1px solid #666666;
}
.issues_grid_table th {
    background-color: #377099;
    color: #fff;
    padding: 2px 5px;
    font-weight: normal;
    border: 1px solid #666666;
}
td span[ActualValue="A"] {
    background-color: #fe0000;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 15px;
    height: 28px !important;
    width: 100%;
    border: 1px solid #377099 !important;
    border-radius: 2px !important;
    background-color: #fff !important;
    background: transparent !important;
    box-shadow: 0 0 0px #fff inset, 0 0px 0px rgba(0,0,0,.1) !important;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
table {
    width: 100%;
}
.mark_attd_table label {
    margin: 0px;
}
.mark_attd_table input {
    height: auto;
    line-height: normal;
    padding: 0px;
    margin: 0px !important;
    width: auto;
    max-width: 24px;
    float: left;
}
.mark_attd_table {
    overflow-x: auto;
    margin: 0 auto;    
}
.mark_attd_table td {
    padding: 3px;
    /*min-width: 42px;
    max-width: 42px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #cccccc;
}
.red_font td:nth-child(1), .red_font td:nth-child(2), .red_font td:nth-child(3), .red_font td:nth-child(4), .red_font td:nth-child(5) {
    color: #fe0000;
}
.page_content {
    padding-bottom: 25px;
}
.emp_id:hover, .emp_temp_id:hover, .emp_name:hover, .emp_desg:hover {
    cursor: pointer;
}
.multiselect-native-select .btn-group {
    width: 100%;
}
.multiselect-native-select .dropdown-toggle {
    width: 100%;
    text-align: left;
    padding: 0px 10px;
    border: 1px solid #377099;
    color: #666666;
    margin-bottom: 5px !important;
    border-radius: 2px;
    height: 28px;
}
.ajax__calendar_container {
    width: 200px;
    padding: 0px !important;
}
.ajax__calendar_header, .ajax__calendar_footer {
    height: 24px !important;
    width: 100%;
    background-color: #377099;
    color: #ffffff;
    padding: 3px;
}
.visible_hidden {
    visibility: hidden;
    margin: 0px;
}
.inner_popup {
    text-align: center;
    padding: 5px 15px 15px 15px;
}
.inner_popup input[type="file"] {
    height: auto;
    margin: 0 auto;
    width: 250px;
}
select[multiple],select[size] {
	height: 28px!important;
    overflow: hidden;
}
.pagination {
    display: block;
    text-align: center;
}
.green_icon {
    color: #4ab616;
    font-size: 18px;
}
.red_icon {
    color: #fe0000;
    font-size: 18px;
}
.fixed_header{
    border-collapse: collapse;
}
.fixed_header tbody{
    display:block;
    width: 100%;
    overflow: auto;
    /*max-height: 450px;*/
    text-transform: uppercase;
}
.fixed_header thead tr {
    display: block;
}
.fixed_header th, .fixed_header td {
    min-width: 40px;
}
.mark_attd_table .grdHeader td:nth-child(1) {
    min-width: 590px;
    max-width: 590px;
}
.mark_attd_table .grdHeader td:nth-child(2), .mark_attd_table .grdHeader td:nth-child(3), .mark_attd_table .grdHeader td:nth-child(4), .mark_attd_table .grdHeader td:nth-child(5), .mark_attd_table .grdHeader td:nth-child(6), .mark_attd_table .grdHeader td:nth-child(7), .mark_attd_table .grdHeader td:nth-child(8) {
    min-width: 100px;
    max-width: 100px;
}
.mark_attd_table .grdHeader th:nth-child(9), .mark_attd_table .grdHeader th:nth-child(13), .mark_attd_table .grdHeader th:nth-child(17), .mark_attd_table .grdHeader th:nth-child(21), .mark_attd_table .grdHeader th:nth-child(25), .mark_attd_table .grdHeader th:nth-child(29), .mark_attd_table .grdHeader th:nth-child(33) {
    min-width: 30px;
    max-width: 30px;
}
.mark_attd_table .grdHeader th:nth-child(10), .mark_attd_table .grdHeader th:nth-child(14), .mark_attd_table .grdHeader th:nth-child(18), .mark_attd_table .grdHeader th:nth-child(22), .mark_attd_table .grdHeader th:nth-child(26), .mark_attd_table .grdHeader th:nth-child(30), .mark_attd_table .grdHeader th:nth-child(34) {
    max-width: 30px;
    min-width: 30px;
}
.fixed_header td:nth-child(9), .fixed_header td:nth-child(13), .fixed_header td:nth-child(17), .fixed_header td:nth-child(21), .fixed_header td:nth-child(25), .fixed_header td:nth-child(29), .fixed_header td:nth-child(33) {
    max-width: 30px;
    min-width: 30px;
}
.fixed_header td:nth-child(10), .fixed_header td:nth-child(14), .fixed_header td:nth-child(18), .fixed_header td:nth-child(22), .fixed_header td:nth-child(26), .fixed_header td:nth-child(30), .fixed_header td:nth-child(34) {
    max-width: 30px;
    min-width: 30px;
}
.fixed_header td input {
    text-align: center;
}
.mark_attd_table .grdHeader th:nth-child(1) {
    min-width: 40px;
    max-width: 40px;
}
.mark_attd_table .grdHeader th:nth-child(2) {
    min-width: 150px;
    max-width: 150px;
}
.mark_attd_table .grdHeader th:nth-child(3) {
    min-width: 165px;
    max-width: 165px;
    display: none;
}
.mark_attd_table .grdHeader th:nth-child(4) {
    min-width: 200px;
    max-width: 200px;
}
.mark_attd_table .grdHeader th:nth-child(5) {
    min-width: 200px;
    max-width: 200px;
}
.fixed_header td.emp_sl {
    min-width: 40px;
    max-width: 40px;
}
.fixed_header td.emp_id {
    min-width: 150px;
    max-width: 150px;
}
.fixed_header td.emp_temp_id {
    min-width: 165px;
    max-width: 165px;
    display: none;
}
.fixed_header td.emp_name {
    min-width: 200px;
    max-width: 200px;
}
.fixed_header td.emp_desg {
    min-width: 200px;
    max-width: 200px;
}
.need_help {
    color: #ffffff;
}
.mbl_img {
    width: 185px;
}
.copyright {
    background: rgba(0,0,0,0.7);
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #ffffff;
    padding: 5px;
}
.grdHeader th {
    text-align: center;
}
.visibility_hidden {
    visibility: hidden;
    margin: 0px;
}
.grdPager table {
    width: auto;
    margin: 0 auto;
}
.grdPager td {
    border: none;
    width: 15px;
    padding: 0px;
    text-align: center;
    background-color: transparent !important;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    border: 1px solid #377099 !important;
    border-radius: 2px !important;
    background-color: #fff !important;
    background: transparent !important;
    box-shadow: 0 0 0px #fff inset, 0 0px 0px rgba(0,0,0,.1) !important;
    color: #cccccc;
    text-decoration: none;
    white-space: nowrap;
}
.chosen-container-single .chosen-default {
    color: #333333 !important;
}
.chosen-container-single .chosen-drop {
    margin-top: 0px !important;
}
.chosen-container .chosen-drop {
    border: 1px solid #377099 !important;
    box-shadow: none !important;
}
.chosen-container-single .chosen-search input[type=text] {
    border: 1px solid #377099 !important;
}
.chosen-container li {
    font-size: 12px;
    padding: 2px 5px !important;
}
.chosen-container-single .chosen-single span {
    font-size: 12px;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #377099 !important;
    background-image: none !important;
    color: #ffffff !important;
}
.margin_r_15 {
    margin-right: 15px !important;
}
.attd_status input[type="submit"] {
    width: auto;
    color: #ffffff;
}
.issues_grid_table tbody tr:nth-child(2n+1) td {
    background-color: #e9f1f8;
}
.pagination .active {
    background-color: transparent !important;
    color: #377099 !important;
}
.grdPager span {
    background-color: #377099;
    padding: 2px 5px;
    color: #ffffff;
    margin: 0px 5px;
}
.inner_heading h5 {
    color: #377099;
    font-weight: bold;
    text-align: center;
}
.no_wrap td, .no_wrap th {
    white-space: nowrap;
}
.align_left td {
    text-align: left;
}
.wrap {
    white-space: nowrap !important;
}
.popup_div.popup_width_400 {
    width: 400px;
}
.mark_attd_table tbody tr:nth-child(2n) td {
    background-color: #e9f1f8;
}
.break_word {
    word-break: break-all;
}