body {margin: 0; padding: 0; font-family: 'Roboto', sans-serif; background: #f0f0f0; }
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}
ul {list-style: none; margin: 0; padding: 0;}
a:hover, a:focus {text-decoration: none; outline: 0 none;}
input:hover, input:focus, textarea:hover, textarea:focus, button:hover, button:focus, .btn:hover, .btn:focus, .form-control:hover, .form-control:focus {outline: 0 none; box-shadow: none;}

/* header */
header {float: left; width: 100%; background: #000; box-shadow: inset 0 -3px 7px 0 rgba(0,0,0,0.04); padding: 0 30px;}
.logo {padding:9px 0; float: left;}
.logo a {display: block;}
.logo img {max-width: 175px;}

/* menu */
.menu {width: auto; float: right; display: inline-block;}
.menu li {float: left; margin: 0 22px;}
.menu li:first-child {margin-left: 0px;}
.menu li:last-child {margin-right: 0px;}
.menu li a {display: block; padding: 28px 0; color:rgba(255,255,255,0.6); font-size: 16px; line-height: 19px; font-weight: 700; border-top: 4px solid transparent;}
.menu li.active a, .menu li:hover a {border-color: #FFCB00; color:#fff;}
.logout {font-size: 20px;}

.toogle_btn {display: none;}

/* margin & padding */
.mrgZero {margin: 0 !important;}
.martop15 {margin-top: 15px !important;}
.martop20 {margin-top: 20px !important;}
.mrgtopbtm {margin-top: 0 !important; margin-bottom: 0 !important;}

.marright10 {margin-right: 10px;}
.marright15 {margin-right: 15px;}
.mrgbtm00 {margin-bottom: 0 !important;}
.mrgbtm20 {margin-bottom: 20px !important;}
.marbtm30 {margin-bottom: 30px;}

.pad00 {padding: 0;}
.padbtm10 {padding-bottom: 10px !important;}
.padleft {padding-left: 0 !important;}
.padright00 {padding-right: 0 !important;}
.pad15 {padding: 15px;}
.pad30 {padding: 30px;}
.padright00 {padding-right: 0 !important;}
.padleft00 {padding-left: 0 !important;}

/* common css */
.page_title {float: left; width: 100%; padding: 15px 30px; background: linear-gradient(180deg, #FFDB00 0%, #FFCB00 100%);}
.page_title h2 {text-transform: capitalize; font-size: 20px; font-weight: 700; display: inline-block; padding: 10px 0;}
.head_btn {width: auto; float: right;}
.head_btn .btn:hover {border-color: #000; color: #000;}

.main_box { float: left; width: 100%; padding: 30px; box-sizing: border-box;}
.fl_w {float: left; width: 100%;}
.fl_row {float: left; width: 100%;}
.cm_main {float: left; width: 100%; padding: 20px 30px; box-sizing: border-box;}
.white_box {float: left; width: 100%; background: #fff;}
.border00 {border:0;}
.w_auto {width: auto !important;}

/* settings page */
.setting_tab_main {float: left; width: 100%;}
.nav-tabs li {display: inline-block; margin: 0 20px;}
.nav-tabs li:first-child {margin-left: 0px;}
.nav-tabs li:last-child {margin-right: 0px;}
.nav-tabs li a {font-size: 16px; font-weight: 500; line-height: 19px; color: rgba(0,0,0,0.4); padding: 15px 0; border-bottom: 2px solid transparent; display: block; text-transform: capitalize;}
.nav-tabs a.active {color: #000; border-color: #000;}
.tab-content {float: left; width: 100%; padding:0; box-sizing: border-box; margin-top: 30px;}

.form_main {float: left; width: 100%;}
.form-group {float: left; width: 100%; margin-bottom:15px;}
.form-group label {color: #777777; font-size: 16px; line-height: 22px; margin: 0 0 5px 0; float: left; width: 100%; text-transform: capitalize;}
.form-control {border: 1px solid #777777; border-radius: 4px; background-color: #FFFFFF; height: 45px; line-height: 45px; padding: 0 10px;}
.form-control:focus {box-shadow: none; border-color:#777777;}
.popup_txtarea {border: 1px solid #777777; border-radius: 4px; width: 100%; height:150px; resize: none; padding: 10px;}

/* button  */
.btn_section {float: none; width: auto; text-align: center; display: table; margin: 30px auto;}
.btn {width: 150px; height: 45px; line-height: 45px; text-align: center; padding: 0 10px; border: 1px solid #000; color: #000; font-size: 16px; background: transparent; text-transform: capitalize; border-radius: 4px;}
.btn:hover {background: #FFCB00; border-color: #FFCB00; color: #fff;}
.no-btns:hover {background: #000; border-color: #000; color: #fff;}
.cancel_btn {width: 150px; height: 45px; line-height: 45px; text-align: center; padding: 0 10px; border: 1px solid #000; color: #000; font-size: 16px; background: 
	transparent; display:inline-block; text-transform: capitalize; border-radius: 4px;}
.cancel_btn:hover {background: #FFCB00; border-color: #FFCB00; color: #fff;}

/* upload button styles */
.Upload_img {margin: 30px 0 0 100px; width: 180px; height: 160px;}
.Upload_img img {object-fit: cover; width: 100%; height: 160px;}
.file-upload {position: relative; display: inline-block; float: left; margin: 30px 0 0 100px; height: 45px; line-height: 45px; border: 1px solid #777777; padding: 0 10px; width: 150px; text-align: center; border-radius: 4px;}
.file-upload__label {cursor: pointer; margin: 0 !important; line-height: 45px !important;}
.file-upload__input {position: absolute; left: 0; top: 0; right: 0; bottom: 0; font-size: 1px; width:100%; height: 100%; opacity: 0; z-index:2; cursor: pointer}

.contact_form_main {float: left; width: 100%; display: none; margin-top: 20px;}
.form_row {margin-bottom:15px; float: left; width: 100%; padding:0 70px 0 30px; position: relative;}
.form_row:last-child {margin-bottom: 0;}
.count {font-size: 16px; line-height: 22px; color: #777; position: absolute; left: 0;}
.count.line-height {line-height: 45px;}
.minus_icon{font-size: 16px; color: #777; position: absolute; right: 0; width: 45px; height: 45px; line-height: 45px; text-align: center; border:1px solid #777777; border-radius: 4px; top:27px; cursor: pointer;}
.add_icon {float:right; width:auto; width: 45px; height: 45px; line-height: 45px; text-align: center; border:1px solid #777; border-radius: 4px;  cursor: pointer; color: #777;}
.brd_btm {border-bottom: 1px solid #777777;}
.title_inner_block {float: left; width: 100%; padding: 20px; box-sizing: border-box; border: 1px solid #777; position: relative;}
.tab_inner_ttl {display: inline-block; font-size: 20px; top: -12px; position: absolute; background: #fff; padding: 0 10px; left: 15px;}

.head_cover {width: auto; float: right;}
.dataTables_filter {float: left;}
.dataTables_filter input[type="search"] {background: url('../images/search-icon.png') no-repeat left 10px center / 15px 15px; padding-left: 40px;}
.add_user, .add_emp_role {width: auto; float: right; margin: 0;}
.tbl_btn {width: auto !important; padding: 0 20px !important; margin-left: 15px;}

/* data table css */
.dataTables_wrapper {padding-left: 0px; padding-right: 0px;}
table.dataTable { width: 100%;float: left; }
table.dataTable th { font-size: 16px; font-weight: 500; line-height: 19px; color: #9B9B9B; background: #F0F0F0; padding: 8px 20px;}
table.dataTable td { padding: 8px 20px; color: #000000; font-size: 16px; line-height: 19px; background: #ffffff; border-bottom: 1px solid #E5E5E5;}
table.dataTable tr.even td {background: #F0F0F0;}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {top: auto; color: #fff; background-color: #000;}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {padding: 8px 0;}
table.dataTable>tbody>tr.child ul.dtr-details {float: left; width: 100%;}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {bottom:10px;}

table.dataTable.emp_tbl thead .sorting:before, table.dataTable.emp_tbl thead .sorting:after, table.dataTable.emp_tbl thead .sorting_asc:before, table.dataTable.emp_tbl thead .sorting_asc:after, table.dataTable.emp_tbl thead .sorting_desc:before, table.dataTable.emp_tbl thead .sorting_desc:after, table.dataTable.emp_tbl thead .sorting_asc_disabled:before, table.dataTable.emp_tbl thead .sorting_asc_disabled:after, table.dataTable.emp_tbl thead .sorting_desc_disabled:before, table.dataTable.emp_tbl thead .sorting_desc_disabled:after {bottom:28px;}


table.dataTable>tbody>tr.child ul.dtr-details>li {float: left; width: 100%;}
table.dataTable>tbody>tr.child span.dtr-title {float: left; width: 100%;}
table.dataTable>tbody>tr.child span.dtr-data {float: left; width: 100%;}


.edit {font-size: 16px; line-height: 19px; color: #000;}
.edit:hover {color: #000;}
.delete, .delete:hover {color: #B71313;}

/* switch toggle */
.switch {position: relative; display: inline-block; width:50px; height:24px; margin:0; padding-left: 60px;}
.switch input {display:none;}
.slider.round {border-radius: 34px;}
.slider.round:before {border-radius: 50%;}
.slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; width: 50px;}
.slider:before {position: absolute; content: ""; height:18px; width:18px; left: 4px; bottom: 3px; background-color: white; -webkit-transition: .4s; transition: .4s;}
input:checked + .slider {background-color: #000;}
input:focus + .slider {box-shadow: 0 0 1px #000;}
input:checked + .slider:before {-webkit-transform: translateX(25px); -ms-transform: translateX(25px); transform: translateX(25px); background:#FFBE00;}

/* Modal Popup */
.modal {text-align: center;}
.modal:before {display: inline-block; vertical-align: middle; content: ""; height: 100%;}
.modal-dialog {max-width:890px; width: 100%; display: inline-block; text-align: left; vertical-align: middle;}
.modal-content {border-radius: 0px; border:0px; box-shadow: 0 15px 25px 0 rgba(0,0,0,0.5);}
.modal-header {padding: 15px 30px; background: linear-gradient(180deg, #FFDB00 0%, #FFCB00 100%); border-bottom: 0; border-radius: 0;}
.modal-title {font-size: 20px; line-height: 24px; font-weight: 700; padding: 10px 0; text-transform: capitalize;}
.modal-body {float: left; width: 100%; padding:50px 30px;}
.modal-body .form_main {max-width: 645px; float: none; display: table; margin: 0 auto;}
.modal-body.cnt-body {padding: 30px;}
.modal-header .close {padding: 0; margin: 10px 0; opacity: 1; text-shadow: none;}

.popup_up_img .Upload_img {margin: 0; width: 100px; height: 80px;}
.popup_up_img .Upload_img img {height: 80px;}
.popup_up_img .file-upload {margin: 0;}

/* checkbox */
input[type="checkbox"] {display:none;}
input[type="checkbox"] + label {color:#4A4A4A; font-weight: normal; margin: 0; line-height: 20px; font-size: 14px; cursor: pointer;}
input[type="checkbox"] + label span { display:inline-block; width:18px; height:18px; margin:0 10px 0 0; vertical-align:middle; background:#fff; cursor:pointer; position:relative; border: 2px solid #000; border-radius: 2px; float: left;}
input[type="checkbox"]:checked + label span {background: #0a7efe; border-color: #0a7efe;}
input[type="checkbox"]:checked + label span:before {position: absolute; content:""; left: 0; top: 0; background: url("../images/check-mark.png") no-repeat center center / 12px auto; width:14px; height:14px;}

/* radio button */
input[type="radio"] {display:none;}
input[type="radio"] + label {color:#4A4A4A; font-weight: normal; margin: 0; line-height: 20px; font-size:13px;}
input[type="radio"] + label span { display:inline-block; width:20px; height:20px; margin:0 10px 0 0; vertical-align:middle; background:#fff; cursor:pointer; position:relative; border: 2px solid #000; border-radius:50%; float: left;}
/*input[type="radio"]:checked + label span {background: #0a7efe; border-color: #0a7efe;}*/
input[type="radio"]:checked + label span:before {position: absolute; content:""; left: 3px; top: 3px; background: #0a7efe; width:10px; height:10px; border-radius: 50%;}

.score_form .minus_icon {top: 0}
.min_height {min-height: 625px;}

/* select2 */
.select2 {width: 100% !important;}
.select2-container--default .select2-selection--single {border-color: #777; outline: 0 none;}
.select2-container .select2-selection--single {height: 45px;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 45px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 43px;}
.select2-dropdown {border-color: #777;}

/* Add Jobs */
.emg_contacts_blocks {float: left; width: 100%;}
.sm_title {color: #777777; font-size: 16px; line-height: 22px; font-weight: 400; margin-bottom: 5px;}
.jobs_tabs {float: left; width: 100%; border: 1px solid #777;}
.jobs_tabs .nav-tabs {width: 100%; display: inline-block; background: #000;}
.jobs_tabs .nav-tabs a {color: rgba(255,255,255,0.4);}
.jobs_tabs .nav-tabs a.active {color: #fff; border-color: #fff;}
.jobs_tabs .tab-content {padding:25px 20px; margin: 0px;}
.tab_inner_block {float: left; width: 100%;}

.maps {float: left; width: 100%; height:450px; overflow: hidden;}

.msg {font-size: 16px; line-height: 22px; margin-bottom: 20px;}
.sort_label {width: auto; float: left; margin-right: 10px; line-height: 45px; margin-bottom: 0;}

.box_block {float: left; width: 100%; margin-top: 15px;}
.inner_box {float: left; width: 100%; padding: 15px; box-sizing: border-box; border: 1px solid #E6E6E6; border-radius: 0; min-height: 165px; background: #fff;}
.sub_title {font-size: 16px; padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #E6E6E6; color: #000; font-weight: 500;}
.count_no {font-size: 68px; line-height: 95px; display: block; text-align: center; font-weight: 700; letter-spacing: 2px; color: #FFCB00;}

/* login */
.bg_white {background: #fff;}
.login_main { float: left;width: 100%;position: relative;height: 100%; }
.login_inner { float: left; width: 100%; }

.left_column { float: left; width: 65%; height: 100%; }
.inner_img_randow_change { float: left;width: 100%;height: 100%; }
.inner_img_randow_change img { width: 100%;object-fit: cover; }

.right_column { float: right; width: 35%; background: #ffffff; height: 100%;}
.right_column_inner {float: left; width: 100%; padding: 60px 70px;}
.login_logo {width: 100%; text-align: center; margin-bottom: 30px;}
.login_logo a {display: block;}
.login_logo img {max-width: 100%;}
.login_box_mnc {float: left; width: 100%; margin-top: 30px;}
.login_box_mnc_inner {margin: 0 auto; width: 100%;}
.login_box_mnc_inner_MX {float: left; width: 100%;}
.login_btn {background: linear-gradient(180deg, #FFDB00 0%, #FFCB00 100%); border:1px solid transparent; text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px;}
.login_btn:hover {color: #000; background: linear-gradient(180deg, #FFDB00 0%, #FFCB00 100%); }
.forgot_link {float: right; line-height:22px; color: #000; text-transform: capitalize; font-size: 16px; font-weight: 500;}
.forgot_link:hover {color: #000;}

.login_pass {font-size: 22px; line-height: normal; font-weight: 400; color: #777; margin-bottom:30px; padding-bottom: 10px; border-bottom: 1px solid #777; text-transform: capitalize;}
.width100 {width: 100%;}

/* simple table */ 
.modal-body .form_main.maxW {max-width: 100%;}
.simple_tbl {width: 100%; float: left;}
.simple_tbl table {width: 100%;}
.simple_tbl th, .simple_tbl td {color: #777777; font-size: 16px; line-height: 22px; font-weight: 400; text-transform: capitalize; margin-bottom: 5px;}
.add_pro_popup .select2, .add_pro_popup .form-control {width: 90% !important; margin-bottom: 20px;}
.close_icon {width: 30px; height: 30px; text-align: center; float: right; cursor: pointer; margin-top: -20px;}
.close_icon img {max-width: 100%;}
.plus_icon {width: 30px; height: 30px; text-align: center; float: right; cursor: pointer; margin-top:0;}
.plus_icon img {max-width: 100%;}

.multiselect-native-select {width: 95%; float: left; margin-top: -20px;}
.multiselect-native-select .btn-group {width: 100% !important;}
.multiselect-native-select .multiselect {border-color: #777; text-align: left; color: #777;}
.multiselect-native-select .multiselect:hover {background: transparent; color: #777;}
.multiselect-container {border-radius: 0; width: 100%; border-color: #777}
.multiselect-container.dropdown-menu {padding:10px 15px; height: 250px; overflow-y: auto;}
.multiselect-container > li {margin-bottom: 5px; float: left; width: 100%;}
.multiselect-container > li:last-child {margin-bottom:0px;}
.multiselect-selected-text {width: 95%; float: left;}
.sm_txt_blk {width: 50%; float: left;}

/* Delete Popup */
.delete_pop_main .sm_popup {max-width: 500px;}
.delete_pop_main .modal-header {padding: 15px;}
.delete_pop_main .nm_txt {text-transform: inherit; font-weight: 400; font-size: 18px;}
.delete_pop_main .modal-footer {border-top: 0;}
.delete_pop_main .modal-footer .btn {width: 50%; margin: 0; border: 0; float: left; border-right: 1px solid #e9ecef; border-radius: 0;}
.delete_pop_main .modal-footer .btn.delete:hover, .delete_pop_main .modal-footer .btn.delete:focus {background: #B71313; color: #fff; border-color: #B71313;}
.delete_pop_main .modal-footer .btn:last-child {border-right: 0;}

.safety-clocks-main {float: left; width: 100%;}
.clockpadd {padding: 30px 20px;}
.datepicker_CL {background: url(../images/cal-icon.png) no-repeat right 10px center / 25px;  border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; padding-right: 45px; cursor: pointer;}
.countdown {float: left; width: auto; font-size:30px; font-weight: 500; margin-right: 50px;}
.clock_link {display: inline-block; font-size: 12px; line-height: 12px; text-transform: capitalize; font-weight: 700;}
.reset_link {color: #007bff}
.reset_link:hover {color: #007bff}
.delete_link {color: #D0021B}
.delete_link:hover {color: #D0021B}

.time_dp {width: auto; float: left; margin-right: 10px;}
.time_dp .select2 {width:70px !important; float: left; margin-right: 10px;}
.time_dp .select2:last-child {margin-right: 0px;}

/* Dashboard */
.head_left {width: auto; float: left;}
.tbl_title {font-size: 20px; font-weight: bold; line-height: 52px;}
.dataTables_info {font-size: 16px; line-height: 22px; color: #777777; padding: 10px 0 !important;}
/*.dataTables_info {font-size: 16px; line-height: 22px; color: #777777; padding: 30px 0 0 0 !important;}*/

.dashboard_tabs_main .page_title {padding: 0;}
.dashboard_tabs_main .page_title h2 {padding: 28px 0 28px 30px}
.dash_tab {padding-right: 30px;}
.dash_tab .nav-tabs {border-bottom: 0;}
.dash_tab .nav-tabs li a {padding: 30px 0;}
.dash_tab .tab-pane {float: left; width: 100%;}
.dash_tab .tab_inner_block {float: left; width: 100%;}

.dashboard_tabs_main .tab-content {margin: 0; }
.sm_min_height {min-height:190px; padding: 20px 10px;}
.dash_blk_cnt {float: left; width: 100%; text-align: center;}
.dash_main_title {color: #000000; font-size: 17px; font-weight: bold; line-height: 21px; min-height: 64px;}
.dash_count {color: #FFCB00; font-size:30px; font-weight: bold; line-height: 57px;}
.dash_sm_title {color: #000000; font-size: 14px; line-height: 16px; font-weight: 400;}
.chart_title {color: #777; font-size: 16px; font-weight: bold; line-height: 22px; margin: 0 0 15px 0;}
.chart_title b {color: #000;}

.chart_main {position: relative; float: left; width: 100%;}
.total_count {color: #000000; font-size: 14px; line-height: 16px; position: absolute; right: 10px; top: 30px; z-index: 2;}
.view_dt {color: #000000; font-size: 14px; line-height: 16px; position: absolute; z-index: 2; right: 60px; bottom: 50px; text-decoration: underline;}

.border_cl {border: 1px solid #ccc; padding: 0 15px}
.map_cnt_main {height: 450px; display: flex; align-items: center; }
.map_cnt {float: left; width: 100%;}
.add_title {font-size: 30px; margin: 0 0 30px 0; text-align: left; text-transform: capitalize; padding: 0 0 10px 0; border-bottom: 1px solid #ccc;}
.map_cnt ul {margin: 0 0 20px 0; float: left; width: 100%;}
.map_cnt ul li {font-size: 17px; line-height: 40px; color: #000000;}
.map_cnt p {margin: 0 0 20px 0; font-size: 17px; line-height: 30px; color: #000000; float: left; width: 100%;}
.map_cnt p:last-child {margin-bottom: 0;}

/* toolbox talk popup */
.toolbox-talks-pop .modal-dialog {max-width:1270px; width: 100%;}
.toolbox-talks-pop .modal-body {padding:30px;}
.toolbox-talks-pop .tab_inner_ttl {font-size: 16px;}
.toolbox-talks-pop table.dataTable th, .toolbox-talks-pop table.dataTable td {font-size: 14px; height:25px;}

.dashboard_tabs_main .tab-content .col-sm-8 {flex: auto; max-width: 62.5%;}
.dashboard_tabs_main .tab-content .col-sm-4 {flex: auto; max-width: 37.5%;}
.form-control:disabled, .form-control[readonly] {background: transparent}

/**/
.box_block {float: none; width: 100%; margin-top: 15px; display: table; margin: 0 auto; max-width:1100px;}
.box_block .inner_box {float: left; width: 31.3%; margin-right: 3%; display: inline-block; min-height: 200px;}
.box_block .inner_box:last-child {margin-right: 0;}

.jobConList {height: auto; display: inline-block;}
.add_icon.addJcBtn {position: relative; float: right;}

.order_detail thead th {border-bottom: 0; border-top: 0; background: #F0F0F0; color: #909091; padding: 8px 20px;}
.order_detail tfoot th:nth-child(1) {border-top: 0;}
.order_detail tfoot th:nth-child(2) {text-align: right; color: rgba(0, 0, 0, 0.5);}
.order_detail td {border-top: 0; padding: 8px 20px;}
.order_detail tr:nth-child(even) td {border-bottom:1px solid #E5E5E5; background: #F0F0F0;}
.order_line {line-height: 45px; color: #000000;	font-size: 16px;}
td:focus, td:focus {outline: 0 none}
.back_cl a {color: #000000; font-size: 16px; line-height: 44px; text-decoration: underline; margin-bottom: 10px; display: inline-block;}

/* Message */
.sm_pop_main .modal-title {padding:0;}
.sm_pop_main .close{margin: 0;}
.sm_popup {max-width: 500px;}
.msg_cnt_pop {padding:30px !important;}
.msg_cnt_pop p {font-size: 16px; line-height: 26px; margin: 0;}
#new_mes  .multiselect-native-select {margin: 0; width: 100%;}

.dash_box_right .col-sm-6:nth-child(2), .dash_box_right .col-sm-6:nth-child(4) {padding-right:0px;}
.dash_box_right .main_box {margin-bottom: 15px; padding:20px 2px;}

/* 25-9-2018 */
.emp_yet_signed_tbl th:nth-child(1), .emp_yet_signed_tbl td:nth-child(1) {width: 30% !important; word-break: break-word;}
.emp_yet_signed_tbl th:nth-child(2), .emp_yet_signed_tbl td:nth-child(2) {width: 40% !important; word-break: break-word;}
.emp_yet_signed_tbl th:nth-child(3), .emp_yet_signed_tbl td:nth-child(3) {width: 30% !important; word-break: break-word;}

/* 24-4-2019 */
.separator_cl {float: left; width: 100%; margin: 30px 0; border-bottom: 1px solid rgba(0,0,0,0.2);}
.bottom_add_order_sec .form-control {width: 90% !important; margin: 0 0 20px 0;}
.bottom_add_order_sec .select2, .bottom_add_order_sec .lb_count, .bottom_add_order_sec .multiselect-native-select {width: 95% !important; margin: 0 0 20px 0;}
.bottom_add_order_head {float: left; width: 100%; margin: 0 0 30px 0;}
.it_dt {font-size: 16px; line-height: 19px; font-weight: 500; color: rgba(0,0,0,0.4); display: inline-block; text-transform: capitalize; margin-left: 25px; margin: 0 0 0 30px;}
.it_dt:first-child {margin-left: 0;}
.green_txt {color: #5bc065;}
.blue_txt {color: #007bff;}
.bottom_add_order_sec .simple_tbl td {vertical-align: top;}
.bottom_add_order_sec .simple_tbl .lb_count {line-height: 45px;}
.bottom_add_order_sec .simple_tbl .close_icon {padding: 12px 0; margin: 0; height: auto;}
