body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    background: #f6f6f8;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
}
th td,
tr td {
    outline: 0 none;
}
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus,
button:hover,
button:focus {
    outline: 0 none !important;
    outline-offset: 0 !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.login_bg {
    float: left;
    width: 100%;
    background-image: url("../images/admin_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}
.login_block {
    margin: 0 auto;
    padding: 200px 0;
    display: table;
    max-width: 700px;
    width: 100%;
    border-radius: 0;
}
.logo {
    float: left;
    width: 100%;
    text-align: left;
}
.logo a {
    display: inline-block;
}
.logo img {
    max-height: 24px;
}
.login_form {
    float: left;
    width: 100%;
}
.time_error {
    color: #cc2f00;
    font-size: 12px;
    line-height: 14px;
}
.form_top {
    float: left;
    width: 100%;
    padding: 30px 15px;
    background: #fff;
}
.form-group {
    margin-bottom: 15px;
    position: relative;
    float: left;
    width: 100%;
}
.form-group i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    border-right: 1px solid #e5e5e5;
    padding: 8px 12px;
    font-size: 22px;
}
.form_bottom {
    float: left;
    width: 100%;
    padding: 30px 15px;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}
.cs_input {
    width: 100%;
    padding: 10px;
    border: 1px solid #e7e7e7;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 18px;
}
.login_block .cs_input {
    padding: 10px 10px 10px 48px;
}
.form_link {
    font-size: 16px;
    text-transform: capitalize;
    color: #4a4a4a;
    line-height: 38px;
    display: block;
}
.form_link:hover {
    color: #4a4a4a;
    opacity: 0.8;
}
.oRMCMainCls {
    height: 205px;
    overflow-y: scroll;
}
.cover_btn {
    border-radius: 0;
    background-color: transparent;
    border: 2px solid #ffbe00;
    position: relative;
    overflow: hidden;
    transition: color 0s 0.1s;
    font-weight: 600;
}
.cover_btn:before,
.cover_btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: -1;
}
.cover_btn:before {
    background-color: #ffbe00;
    transition-delay: 0.025s;
}
.cover_btn:after {
    background-color: #ffbe00;
}
.cover_btn:hover {
    color: #4a4a4a;
    z-index: 999;
    position: relative;
}
.cover_btn:hover::before,
.cover_btn:hover::after {
    transform: translateY(0%);
    transition: transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.cover_btn:hover::after {
    transition-delay: 0.025s;
}
.cs_btn {
    font-size: 14px;
    line-height: 22px;
    color: #4a4a4a;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.header_main {
    background-color: #232323;
    background-image: url("../images/header-bg@2x.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 65px;
    float: left;
    width: 100%;
}
.fix_header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
    height: 65px;
    display: flex;
    align-items: center;
}
.sm_height {
    height: 65px;
    display: flex;
    align-items: center;
}

.admin_menu {
    float: right;
    width: auto;
    height: 60px;
    display: flex;
    align-items: center;
}
.admin_menu ul {
    float: left;
}
.admin_menu ul li {
    float: left;
    margin: 0 5px;
}
.admin_menu ul li a {
    color: #ffffff;
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
    padding: 10px 5px;
    display: block;
}
.admin_menu ul li:hover a {
    opacity: 0.8;
}
.admin_menu ul li img {
    margin: 0 7px 0 0;
}
.admin_menu .logout {
    color: #7c8c9b;
    font-weight: 600;
}

.admin_main {
    float: left;
    width: 100%;
    padding: 100px 0 50px;
}
.fr_blk_cover {
    float: left;
    width: 100%;
    padding: 0 0 30px 0;
}
.fr_blk_inner {
    float: left;
    width: 100%;
}
.eq_in_title {
    background: #7c8c9b;
    padding: 11px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 16px;
    float: left;
    width: 100%;
}
.eq_in_blk {
    background: #fff;
    padding: 15px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
}
.eq_in_value {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: normal;
    color: #4a4a4a;
    font-weight: 500;
}
.days_title {
    font-size: 16px;
}

.eq_list_tbl {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    border: 1px solid #e7e7e7;
    position: relative;
}

table.dataTable th {
    background: #7c8c9b;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 10px !important;
    text-align: left;
    text-transform: capitalize;
}
table.dataTable th:after {
    display: none !important;
}
table.dataTable .sort-icon {
    width: 12px;
    height: 8px;
    display: inline-block;
    background: url("../images/icon-sort-desc.png") no-repeat right center;
}
table.dataTable .sorting_asc .sort-icon {
    background: url("../images/icon-sort-asc.png") no-repeat right center;
}
table.dataTable .sorting_desc .sort-icon {
    background: url("../images/icon-sort-desc.png") no-repeat right center;
}
table.dataTable .sorting_disabled .sort-icon {
    display: none;
}
table.dataTable td {
    font-size: 14px;
    line-height: 18px;
    color: #4a4a4a;
    padding: 10px;
    text-align: left;
    background: #fff;
}
table.dataTable .even td {
    background: rgba(229, 232, 235, 0.5);
}
table.dataTable tr:hover td {
    background-color: #ffeab2;
}
.tbl_edit {
    float: none;
    margin-left: 5px;
}
.tbl_edit a {
    font-size: 18px;
    line-height: 16px;
    color: #4a4a4a;
}
.tbl_trash a {
    color: #ff526d;
    font-size: 18px;
    line-height: 16px;
}

.dataTables_length {
    display: inline-block;
    width: auto;
    margin-left: 10px;
}
.dataTables_filter {
    display: inline-block;
    float: right;
}
.dataTables_filter label,
.dataTables_length label {
    margin: 0;
}
.dataTables_filter .form-control,
.dataTables_length .form-control {
    padding: 8px;
    border: 1px solid #e7e7e7;
    color: #4a4a4a;
    box-shadow: none;
    height: auto;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}
.dataTables_scrollHead table.dataTable {
    width: 100% !important;
}
.dataTables_scrollBody table.dataTable th {
    height: 0 !important;
    overflow: hidden !important;
    margin: 0;
    padding: 0 !important;
}

.left_min_height {
    min-height: 666px;
}
.min_height {
    min-height: 825px;
}

.tble_links,
.left_tble_cls {
    float: left;
    width: 100%;
    padding: 0 0 15px;
}
.eq_list_tbl .eq_maintenace_link {
    width: 100%;
    float: right;
    padding: 0 0 15px;
}
.act_drop {
    display: inline-block;
    width: auto;
    margin-right: 15px;
}
.act_drop .select2 {
    cursor: pointer;
    padding: 0 25px 0 10px;
    border: 1px solid #e7e7e7;
    background: #fff url("../images/arrow-down.png") no-repeat right 5px center / 14px 9px;
    color: #4a4a4a;
    height: 36px;
    line-height: 30px;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.tble_links {
    float: left;
    width: 100%;
}
.tble_title {
    float: left;
    text-transform: capitalize;
    line-height: 36px;
    font-size: 22px;
    font-weight: 600;
}
.link_main {
    float: right;
    margin-left: 5px;
}
.common_table_link {
    background: #7c8c9b;
    display: inline-block;
    font-size: 14px;
    color: #fff !important;
    font-weight: 600;
    padding: 6px 12px;
    margin: 0 5px;
    cursor: pointer;
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
}
.common_table_link:hover {
    opacity: 0.8;
}
.common_table_link:focus i {
    outline: 0 none;
}
.common_table_link:last-child {
    margin-right: 0px;
}

/* pagination */
div.dataTables_wrapper div.dataTables_paginate {
    margin: 15px 0 0;
    text-align: center;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
}
.form-group.eq_mar {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}
.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    border-color: transparent;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
}
.pagination > li > a,
.pagination > li > span {
    color: #4a4a4a;
    line-height: 14px;
    font-weight: 500;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    font-size: 0px;
}

.bottom_link {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #e7e7e7;
}
.view_link {
    font-size: 16px;
    line-height: 30px;
    color: #4a4a4a;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;
}
.view_link:hover {
    color: #4a4a4a;
    opacity: 0.8;
}

.title_block {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e7e7e7;
}

.head_btn .common_table_link i,
.cm_form_main .common_table_link i {
    padding-right: 6px;
}

.head_btn .common_table_link {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 36px;
    transition: color 0s 0.1s;
    text-align: center;
}
.head_btn .common_table_link:hover {
    color: #fff !important;
}
.head_btn .common_table_link:before,
.head_btn .common_table_link:after,
.cm_form_main .common_table_link:before,
.cm_form_main .common_table_link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: -1;
}
.head_btn .common_table_link:hover,
.cm_form_main .common_table_link:hover {
    color: #fff;
}
.head_btn .common_table_link:hover:before,
.head_btn .common_table_link:hover:after,
.cm_form_main .common_table_link:hover:before,
.cm_form_main .common_table_link:hover:after {
    transform: translateY(0%);
    transition: transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.head_btn .common_table_link:hover:after,
.cm_form_main .common_table_link:hover:after {
    transition-delay: 0.025s;
}

.buttons-cancel {
    background: #fff;
    border: 2px solid #cc2f00;
    color: #cc2f00 !important;
}
.head_btn .buttons-cancel:before {
    background-color: #cc2f00;
    transition-delay: 0.025s;
}
.head_btn .buttons-cancel:after {
    background-color: #cc2f00;
}

.buttons-print,
.buttonsAddCls {
    background: #fff;
    border: 2px solid #7c8c9b;
    color: #7c8c9b !important;
}
.head_btn .buttons-print:before,
.head_btn .buttonsAddCls:before {
    background-color: #7c8c9b;
    transition-delay: 0.025s;
}
.head_btn .buttons-print:after,
.head_btn .buttonsAddCls:after {
    background-color: #7c8c9b;
}

.buttons-save {
    background: #fff;
    border: 2px solid #00991a;
    color: #00991a !important;
}
.head_btn .buttons-save:before {
    background-color: #00991a;
    transition-delay: 0.025s;
}
.head_btn .buttons-save:after {
    background-color: #00991a;
}

.buttons-yellow {
    background: #fff;
    border: 2px solid #ffbe00;
    color: #4a4a4a !important;
}
.cm_form_main .buttons-yellow:before {
    background-color: #ffbe00;
    transition-delay: 0.025s;
}
.cm_form_main .buttons-yellow:after {
    background-color: #ffbe00;
}

.cm_form_main {
    float: left;
    width: 100%;
    position: relative;
}
.form_lable {
    text-align: left;
    color: #999;
    letter-spacing: 1px;
    font-size: 10px;
    float: left;
    width: 100%;
    margin-bottom: 3px;
    font-weight: 800;
    text-transform: uppercase;
}
.cs_textarea {
    border: 1px solid #e7e7e7;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 18px;
    height: 100px;
    width: 100%;
    resize: none;
    padding: 10px;
}
.select2 {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    outline: 0 none;
}
.select2-container .select2-selection--single {
    height: auto;
    outline: 0 none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: #4a4a4a;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.select2-container--focus {
    outline: 0 none;
}
.select2-dropdown {
    border: 1px solid #e7e7e7;
    border-radius: 0;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #7c8c9b;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7c8c9b;
    color: #fff;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    cursor: pointer;
}
.inputfile-2 + label {
    border: 0;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    color: #4a4a4a !important;
    max-width: inherit;
    font-weight: 600;
    padding: 0 10px 0 0;
}
.box {
    display: inline-block;
    padding-top: 13px;
}
.box i {
    position: relative;
    left: auto;
    top: auto;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 8px 12px;
    background: #7c8c9b;
    color: #fff !important;
}

.padd-right {
    padding-right: 0;
}
.padd-left {
    padding-left: 0;
}

.form_panel_box {
    padding: 15px;
    width: 100%;
    float: left;
    border: 1px solid #e7e7e7;
    margin: 20px 0 20px 0;
}
.cs_sub_title {
    display: inline-block;
    background: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0 5px;
    position: relative;
    top: -25px;
    left: -5px;
}
.cs_select_width .select2 {
    width: 90% !important;
    margin-right: 2%;
}
.ref_icon {
    width: auto;
    float: right;
}
.ref_icon img {
    max-width: 100%;
}
.text_minheight {
    height: 65px;
}

.switch_cover {
    width: 100%;
    float: left;
}
.check_text {
    text-align: left;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 24px;
    float: left;
    margin: 0 10px 0 0;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin: 0;
}
.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: 0.4s;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
input:checked + .slider {
    background-color: #232323;
}
input:focus + .slider {
    box-shadow: 0 0 1px #232323;
}
input:checked + .slider:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
    background: #ffbe00;
}

table.dt-responsive input[type="checkbox"] {
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    display: inline-block;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    color: #4a4a4a;
    font-weight: normal;
    margin: 0;
}
input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: #ccc;
    cursor: pointer;
    position: relative;
}
input[type="checkbox"]:checked + label span {
    background: #232323;
}
input[type="checkbox"]:checked + label span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url("../images/check-mark.png") no-repeat center center / 14px 10px;
    width: 19px;
    height: 19px;
}

input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    color: #4a4a4a;
    font-weight: normal;
    margin: 0;
}
input[type="radio"] + label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    background: #ccc;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
}
input[type="radio"]:checked + label span {
    background: #232323;
}
input[type="radio"]:checked + label span:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 5px;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.hr_form_lbl {
    line-height: 40px;
    margin: 0;
    float: left;
}
.bottom_link .cm_form_main .cs_input {
    padding: 5px 10px;
}

.modal-content,
.modal-header,
.modal-body,
.modal-footer {
    float: left;
    width: 100%;
}
.modal {
    text-align: center;
}
.modal-backdrop.in {
    /* opacity: 0.8; */
}
.modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 1020px;
}
.job_alert_popup {
    width: 400px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-header {
    border: 0;
    background: #7c8c9b;
}
.modal-header.buttons-cancel {
    background: #ff526d;
    border: 0;
}
.modal-header.buttons-cancel,
.modal-header.buttons-print {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal-header.buttons-cancel h4 {
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    background: url("../images/icon-alert.png") no-repeat top 6px left;
    display: inline-block;
    padding: 0 0 0 30px;
}
.padd_zero {
    padding: 0px;
}
.modal-footer.tw_btn_foo {
    padding: 0px;
    border-top: 0px;
}
.modal-footer.tw_btn_foo .btn {
    width: 50%;
    float: left;
    margin: 0px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: 0;
    padding: 15px;
    font-weight: 600;
    color: #4a4a4a;
    background: transparent;
    margin: 0 !important;
}
.modal-footer.tw_btn_foo .btn:first-child {
    border-right: 1px solid #e7e7e7;
    border-radius: 0px;
}
.modal-footer.tw_btn_foo .btn:hover {
    background: transparent;
    color: #4a4a4a;
}
.alert_close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.alert_close:hover,
.alert_close:focus {
    opacity: 0.8;
    color: #fff;
}
.modal-body p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 22px;
}

.report_title {
    text-align: center;
}
.report_title h4 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
}
.com_title h5 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #4a4a4a;
}
.com_title {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e7e7e7;
}
.com_title p {
    font-size: 14px;
    line-height: 18px;
    color: #4a4a4a;
    margin: 0;
}
.text-cap {
    text-transform: capitalize !important;
}

.job_field {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
}
/*.row_label {text-align: left; color: #4A4A4A; font-size: 14px; line-height: 18px; float: left; width: 23%; font-weight: 600; text-transform: capitalize; margin: 0 2% 0 0;}*/
.row_input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px;
}
.row_input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 600;
}
.row_input::-moz-placeholder {
    color: #ccc;
    font-weight: 600;
}
.row_input:-ms-input-placeholder {
    color: #ccc;
    font-weight: 600;
}
.row_input:-moz-placeholder {
    color: #ccc;
    font-weight: 600;
}
.eq_mar {
    margin: 10px 0;
}
.job_field .tble_title {
    font-size: 18px;
    line-height: 18px;
}
.mrg_btm {
    margin-bottom: 15px;
}
.add_load_cover {
    float: left;
    width: 100%;
}
.add_load_cover .form-group {
    margin-bottom: 0;
}
.full_width {
    float: left;
    width: 100%;
}
.full_width .common_table_link {
    margin: 0;
}
.mrg_top {
    margin-top: 50px;
}
.checkbox_group {
    width: 100%;
    float: left;
}
.load_blk_cover {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}
.link_main .form_lable {
    margin: 0;
    line-height: 18px;
    font-style: italic;
}

.load_blk_inner_head_row {
    float: left;
    width: 100%;
}
.load_blk_inner_input_row_main {
    float: left;
    width: 100%;
}
.load_blk_inner_input_row_loop {
    float: left;
    width: 100%;
}

.sel_cs_width {
    width: 250px;
    margin: 0;
}
.sel_cs_width label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    display: inline-block;
    width: auto;
    margin: 0 2% 0 0;
    line-height: 36px;
}
.sel_cs_width .select2 {
    width: 75% !important;
    float: right;
}
.width_auto {
    width: auto;
    float: none;
    display: inline-block;
}
.modal .eq_list_tbl {
    padding: 0;
    border: 0;
}
.modal .view_link {
    margin-left: 15px;
}

.emp_head {
    margin: 0 0 5px;
    float: left;
    width: 100%;
}
.emp_head li {
    line-height: 30px;
    font-size: 14px;
    color: #999;
    font-weight: 700;
}

.setup_block {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
}
.setup_row {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.setup_row:first-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}
.setup_row:last-child {
    margin-bottom: 0px;
}
.first_setup_col {
    width: 68%;
    margin-right: 2%;
    float: left;
    text-transform: capitalize;
}
.equal_setup_col {
    width: 15%;
    float: left;
    text-align: center;
    text-transform: capitalize;
}
.setup_block .form-group {
    margin: 0px;
}

table.dataTable > tbody > tr.child span.dtr-title {
    text-transform: capitalize;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: auto;
    background: #7c8c9b;
}
table.dataTable tr.child td.child {
    padding-left: 10px !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}
span.dtr-data {
    white-space: initial;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 100px;
}
.toggle_icon {
    display: none;
}
.dtr-data .form-group {
    display: inline-block;
    float: none;
    margin: 0;
    width: auto;
}

.chart_row {
    float: left;
    width: 100%;
    margin-bottom: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e7e7e7;
}
.chart_row:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.chart_block {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.chart_block:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.main_list_cover .eq_maintenace_link {
    width: auto;
}
.graph_main {
    float: left;
    width: 100%;
}

.select_date_blk {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}
.reports_listing {
    float: left;
    width: 100%;
}
.reports_listing li {
    position: relative;
    padding-left: 15px;
}
.reports_links {
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
}
.nw_rpt_list.reports_listing li {
    float: left;
    width: 100%;
}
.nw_rpt_list.reports_listing li {
    float: left;
    width: 100%;
    padding: 8px 15px;
}
.nw_rpt_list.reports_listing li a.reports_links {
    line-height: normal;
    font-size: 14px;
}

.rd_blk {
    width: auto;
    margin: 10px 30px 10px 0;
    float: left;
}
.safety_list_class td span,
.out_state_list_class td span {
    margin: 0 10px;
}
.safety_top_block {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}
.safety_top_block .buttons-print.tbl_trash {
    color: #ff526d !important;
    border-color: #ff526d;
}

/* btn file */

.input_block .form-control {
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 48px;
    box-shadow: none;
    min-height: auto;
    color: #0e0d0d;
    opacity: 0.9;
    font-size: 19px;
}
.files {
    width: 42px;
    height: 36px;
}
.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    padding: 0;
    text-align: center !important;
    margin: 0;
    cursor: pointer;
    height: auto;
}
.files input:focus {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
    border: 1px solid #92b0b3;
}
.files {
    position: relative;
    cursor: pointer;
}
.files:after {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    right: 0;
    height: 32px;
    content: "";
    background-image: url(../images/folder-icon.png);
    display: block;
    margin: 0 auto;
    background-size: 16px 11px;
    background-repeat: no-repeat;
    background-position: center;
}
.color input {
    background-color: #f1f1f1;
}
/*.files:before {position: absolute; bottom: 10px; left: 0;  pointer-events: none; width: 100%; right: 0; height: 100%; content: ""; display: block; margin: 0 auto; color: #2ea591; font-weight: 600; text-transform: capitalize; text-align: center; top: 0; background: #E0DFDF; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;}*/
input[type="file"] {
    opacity: 0 !important;
}

/******* Date 28-02-2018 ********/
.admin_menu ul li i {
    font-size: 16px;
}

.billing_tab_main .nav-tabs > li > a {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.billing_tab_main .nav-tabs > li > a:hover {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.billing_tab_main {
    width: 100%;
    float: left; /*background: #fff;*/
    padding: 15px;
}
.billing_tab_main .tab-content {
    min-height: 640px;
    background: #fff;
    width: 100%;
    float: left;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.include_box {
    margin-left: 50px;
    width: 210px;
}
.include_box .select2 {
    width: 40% !important;
}

.billing_tab_main .dataTables_filter {
    width: 270px;
}
.billing_tab_main .dataTables_filter input {
    width: 200px !important;
}

.billing_tab_main .dataTables_paginate {
    position: relative !important;
}

.billing_tab_main table.dt-responsive .biling_check input[type="checkbox"] + label span {
    top: -19px;
    left: 30px;
}
.billing_tab_main table.dt-responsive .biling_check input[type="checkbox"] + label {
    position: absolute;
}
.billing_tab_main table.dt-responsive .biling_check input[type="checkbox"] {
    top: -19px;
    left: 30px;
    cursor: pointer;
}
.billing_tab_main table.dt-responsive input[type="checkbox"] {
    cursor: pointer;
}
.billing_tab_main .safety_list_class td span {
    margin: 0 5px;
    font-size: 16px;
}
.billing_tab_main .tbl_down {
    color: blue;
}

/*.invoices_tab .link_main, .rate_tab .link_main, .rate_tab_main .link_main{ width: 280px; float: right; }*/
.invoices_tab .link_main .form-control,
.rate_tab .link_main .form-control,
.rate_tab_main .link_main .form-control,
.salt_register_main input.form-control,
.add_new_popup input,
.toolbox_talks_main input {
    width: 230px;
    float: left;
    padding: 7px;
    border: 1px solid #e7e7e7;
    color: #4a4a4a;
    box-shadow: none;
    height: auto;
}
.rate_tab_main table.dataTable td,
.rate_tab_main table.dataTable th {
    box-sizing: border-box;
}

.trucking th {
    text-align: center;
}
.trucking input[type="text"] {
    width: 70px;
}

.rate_tab,
.trucking,
.billing_tab_main table,
.rate_setup_main table,
.salt_register_main .salt_register {
    border: 1px solid #ddd !important;
    margin: 0px !important;
}
.trucking .select2-container .select2-selection--single {
    height: 30px;
}
.trucking .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}
.trucking .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

/*.billing_tab_main .mCSB_inside>.mCSB_container, .rate_setup_main .mCSB_inside>.mCSB_container { margin-right: 10px; }*/
.mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.billing_tab_main .link_main {
    margin-left: 0px;
}
.billing_tab_main .tble_links {
    padding: 0px;
}
.billing_tab_main .common_table_link:last-child {
    margin-left: 10px;
}
.billing_tab_main .link_main {
    margin-bottom: 10px;
}

.rate_setup_main .bottom-box {
    width: 100%;
    float: left;
    padding: 15px 0 15px;
}
.rate_setup_main .bottom-box .sel_cs_width,
.rate_setup_main .bottom-box .form-group {
    width: 60%;
    float: left;
    margin-bottom: 10px;
}

.rate_setup_main .bottom-box .sel_cs_width label,
.rate_setup_main .bottom-box .form-group label {
    width: 20%;
    float: left;
    margin: 0px;
    font-weight: 600;
}
.rate_setup_main .bottom-box .sel_cs_width .select2,
.rate_setup_main .bottom-box .form-group .form-control {
    min-height: 35px;
    font-size: 16px;
    color: #4a4a4a;
    width: 80% !important;
    float: left;
    box-shadow: none;
    border: 1px solid #e7e7e7;
}

/**** 1-03-2018 **/
.rate_tab span.tbl_edit,
.rate_tab span.tbl_trash {
    padding: 0px 5px;
}

/***** 05-03-2018 *****/
.add_news_main {
    width: 100%;
    float: left;
}
.add_news_main .form-group label.label-text {
    width: 15%;
    float: left;
}
.add_news_main .form-group input.form_right_part,
.add_news_main textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #e7e7e7;
    color: #4a4a4a;
    box-shadow: none;
    height: auto;
}
.add_news_main .form-group .box {
    padding-top: 3px;
    float: left;
}
.add_news_main .form-group input.documet_text {
    width: 50%;
    float: left;
    margin-right: 10px;
    padding: 8px;
    border: 1px solid #e7e7e7;
    color: #4a4a4a;
    box-shadow: none;
    height: auto;
}

.add_news_main .link_main {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 60px auto;
}
.add_news_main .picture-block {
    height: auto;
    width: 250px;
    float: left;
    border: 1px solid #e7e7e7;
    margin: 15px 0px 0px;
    clear: both;
}
.add_news_main .cs_input {
    width: auto;
}

.salt_register_main .common_table_link {
    float: left;
}
.salt_register_main .salt_register .count-ton {
    width: 100%;
    float: left;
}
.salt_register_main .salt_register .tbl_trash,
.salt_register_main .salt_register .tbl_edit {
    margin: 0 10px 0 0;
}
.salt_register_main input.form-control {
    margin-left: 5px;
}

.salt_register_main .link_main {
    font-size: 18px;
    font-weight: 600;
    line-height: 38px;
}

.add_new_popup {
    width: 600px;
}
.add_new_popup .modal-header {
    background: #7c8c9b;
}
.add_new_popup .modal-header h4 {
    background: none;
    padding: 0px;
}

.add_new_popup .modal-body {
    padding: 20px 40px 0px;
}
.add_new_popup .modal-body .form-group {
    margin-bottom: 10px;
}
.add_new_popup .modal-body .form-group .label-text {
    width: 20%;
    float: left;
    margin-bottom: 0;
    padding: 8px 0;
}

.add_new_popup .modal-footer {
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

.add_new_popup input,
.add_new_popup .amount-div input {
    width: 100%;
    float: right;
}
.add_new_popup .alert_red {
    width: 100%;
    float: left;
    font-style: italic;
    color: red;
    font-weight: 600;
}
.toolbox_talks_main {
    float: left;
    margin-bottom: 30px;
}

.form-group.pos-answere-right,
.form-group.pos-answere-left {
    margin: 0px;
}

.pos-answere input {
    width: 100%;
    float: left;
    margin: 5px 0px;
    padding: 8px;
    border: 1px solid #e7e7e7;
    color: #4a4a4a;
}
.pos-answere label {
    width: 100%;
    float: left;
}

.toolbox-add-new .form-group label.label-text {
    width: 20%;
}
.toolbox-add-new .rd_blk {
    margin: 0 auto;
    float: left;
    text-align: center;
    width: 100%;
}

.form-group.pos-answere-right label.form_lable {
    text-align: center;
}
.toolbox-add-new .form-group input.form_right_part,
.toolbox-add-new textarea {
    width: 100%;
}
.marg-top-15 {
    margin-top: 15px !important;
}

.scheduled-add .alert_red {
    margin-top: 25px;
}

.add_certification .documet_text {
    width: 75% !important;
    float: left !important;
}
.add_certification .box {
    padding-top: 4px;
}

.succes-green {
    color: #00991a !important;
}
.loss-red {
    color: #cc2f00 !important;
}

/**** 6-03-2018 ****/
.billing_tab_main.equipment-edit,
.billing_tab_main.time-employee-right {
    padding: 0px;
}
.btn-main {
    clear: both;
    width: 100%;
    float: left;
}
.toolbox_talks_main .link_main input {
    margin-right: 10px;
}
.billing_tab_main.equipment-edit .link_main,
.billing_tab_main.time-employee-right .link_main {
    width: auto !important;
    position: relative !important;
    top: 0px;
    right: 0px;
    float: right !important;
}

#add_certification,
#add_pto_Requests,
.modal-open,
.modal {
    padding: 0px !important;
}
#maintenance_list_filter {
    float: left;
    margin-right: 15px;
}
table.dataTable th:not(:first-child) {
    padding-left: 0px !important;
}

/* 13-4-2020 */
.setting_main_nw .dataTables_filter {
    display: none;
}
.settings_pop_ji_cl .modal-footer.tw_btn_foo {
    margin: 15px 0 0;
    border-top: 1px solid #e5e5e5;
}
.settings_pop_ji_cl .modal-footer.tw_btn_foo .btn {
    color: #4a4a4a !important;
}
.nw_ji_hd .sm_nw_w {
    width: 200px;
    float: right;
    margin: 0 0 0 10px;
    position: relative;
}
.nw_ji_hd .common_table_link {
    float: right;
    margin: 0 0 0 10px;
    padding: 8px 12px;
}
.nw_ji_hd {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.nw_ji_hd .form-control {
    height: 40px;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    box-shadow: none;
}
.setting_main_nw th,
.setting_main_nw td {
    padding: 10px !important;
}
.setting_main_nw td {
    vertical-align: top !important;
}
.setting_main_nw .collapsed th:first-child,
.setting_main_nw .collapsed td:first-child {
    padding-left: 30px !important;
}
.setting_main_nw td:last-child span:first-child {
    margin-left: 0;
}
.setting_main_nw td:last-child span {
    margin: 0 0 0 15px;
}
.nw_rec_add .formGroupCls .form-group {
    width: 100% !important;
    padding-right: 25px;
    margin-right: 0;
}
.nw_rec_add .tbl_trash {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nw_rec_add .form-group i {
    position: relative;
    padding: 0;
    border-right: 0;
}
.em_type_des .form_lable {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 6px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: normal;
    color: #999;
}
.em_type_des p {
    color: #999;
}
.setNewUIcool {
    float: left;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
}
.setNewUIcool .fr_blk_inner {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 119px;
    align-items: center;
}
.setNewUIcool .fr_blk_inner .eq_in_title {
    display: inline-flex;
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0 74px;
    text-align: center;
    line-height: 30px;
}
.setNewUIcool .fr_blk_inner:first-child {
    margin-bottom: 20px;
}
.setNewUIcool .fr_blk_inner .eq_in_value {
    font-weight: 700;
}
.maintencoolUIs td {
    border-bottom: 1px solid #e7e7e7;
    background: none !important;
}
/* .maintencoolUIs td.tcwhite {
    background: #FFFFFF !important;
}
.maintencoolUIs td.tcyellow {
    background: #ffe9ab !important;
}
.maintencoolUIs td.tcorange {
    background: #fcaf88 !important;
}
.maintencoolUIs td.tcred {
    background: #fc8383 !important;
} */
.maintencoolUIs tr.tcwhite td {
    background: #ffffff !important;
}
.maintencoolUIs tr.tcyellow td {
    background: #ffe9ab !important;
}
.maintencoolUIs tr.tcorange td {
    background: #fcaf88 !important;
}
.maintencoolUIs tr.tcred td {
    background: #fc8383 !important;
}
.setNewUIcool .fr_blk_inner .eq_in_blk {
    display: inline-flex;
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.minusMarginCls {
    margin-top: -18px;
}
.show-pointer {
    cursor: pointer;
}
.res_eqp_icon .fa {
    font-size: 28px !important;
}
.res_eqp_icon span {
    padding-top: 20px;
    padding-right: 20px !important;
}
.mobileDisplay {
    display: none;
    height: 70vh !important;
    overflow: scroll;
    line-height: 2.3rem;
}
.deskDisplay {
    display: block;
}
.rowEven {
    background: rgba(229, 232, 235, 0.5);
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
}
.rowOdd {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
}
.rowEven span {
    display: inline-block;
}
.rowOdd span {
    display: inline-block;
}
.titleEqLbl {
    width: 39%;
}
.eq_list_tbl div.dataTables_wrapper div.dataTables_filter input,
.eq_wp_list_class div.dataTables_wrapper div.dataTables_filter input {
    width: 200px;
}
.odometer-report-pop-up {
    width: 400px;
}
.isVisited{
    color:forestgreen !important
}

.btn-jobnote{
    background-color: #fff;
    color: #000;
    border-color: #FFBA00;
    padding: 10px 24px 10px 16px;
}

.btn-jobnote:hover {
    color: #fff;
    background-color: #FFBA00;
    border-color: #fff;
}
