@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600;700&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
.error-comment,
h4,
h5,
h6,
.panel-title,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-family: 'Roboto Condensed', sans-serif;
}

/****************** Common Style ******************/
/****************** Column - Start ****************/

.page-wrapper {
    height: 100% !important;
    /*float: left !important;*/
}

#sp_load_page {
    padding: 0 15px !important;
}

.dt_col_5 {
    width: 5% !important;
    padding: 0 0.5%;
}

.dt_col_5_left {
    width: 5% !important;
    float: left;
    padding: 0 0.5%;
}

.dt_col_5_right {
    width: 5% !important;
    float: left;
    text-align: right;
    padding: 0 0.5%;
}

.dt_col_10 {
    width: 10% !important;
    padding: 0 0.5%;
}

.dt_col_10_left {
    width: 10% !important;
    float: left;
    padding: 0 0.5%;
}

.dt_col_10_right {
    width: 10% !important;
    float: left;
    text-align: right;
    padding: 0 0.5%;
}

.dt_col_15 {
    width: 15% !important;
    padding: 0 0.5%;
}

.dt_col_15_left {
    width: 15% !important;
    float: left;
    padding: 0 0.5%;
}

.dt_col_15_right {
    width: 15% !important;
    float: left;
    text-align: right;
    padding: 0 0.5%;
}

.dt_col_20 {
    width: 20% !important;
    padding: 0 0.5%;
}

.dt_col_20_left {
    width: 20% !important;
    float: left;
    padding: 0 0.5%;
}

.dt_col_20_right {
    width: 20% !important;
    float: left;
    text-align: right;
    padding: 0 0.5%;
}

.dt_col_25 {
    width: 25% !important;
    padding: 0 0.5%;
}

.dt_col_25_left {
    width: 25% !important;
    float: left;
    padding: 0 0.5%;
}

.dt_col_25_right {
    width: 25% !important;
    float: left;
    text-align: right;
    padding: 0 0.5%;
}

.dt_col_30 {
    width: 30% !important;
    padding: 0 0.5%;
}

.dt_col_30_left {
    width: 30% !important;
    float: left;
    padding: 0 0.5%;
}

.dt_col_30_right {
    width: 30% !important;
    float: left;
    text-align: right;
    padding: 0 0.5%;
}

.dt_col_40 {
    width: 40% !important;
    padding: 0 0.5%;
}

.dt_col_40_left {
    width: 40% !important;
    float: left;
    padding: 0 0.5%;
}

.dt_col_40_right {
    width: 40% !important;
    float: left;
    text-align: right;
    padding: 0 0.5%;
}

.dt_col_50 {
    width: 50% !important;
    padding: 0 0.5%;
}

.dt_col_50_left {
    width: 50% !important;
    float: left;
    padding: 0 0.5%;
}

.dt_col_50_right {
    width: 50% !important;
    float: left;
    text-align: right;
    padding: 0 0.5%;
}

.dt_col_60 {
    width: 60% !important;
    padding: 0 0.5%;
}

.dt_col_60_left {
    width: 60% !important;
    float: left;
    padding: 0 0.5%;
}

.dt_col_60_right {
    width: 60% !important;
    float: left;
    text-align: right;
    padding: 0 0.5%;
}

.dt_col_70 {
    width: 70% !important;
    padding: 0 0.5%;
}

.dt_col_70_left {
    width: 70% !important;
    float: left;
    padding: 0 0.5%;
}

.dt_col_70_right {
    width: 70% !important;
    float: left;
    text-align: right;
    padding: 0 0.5%;
}

.dt_col_75 {
    width: 75% !important;
}

.dt_col_75_left {
    width: 75% !important;
    float: left;
}

.dt_col_75_right {
    width: 75% !important;
    float: left;
    text-align: right;
}

.dt_col_80 {
    width: 80% !important;
    padding: 0 0.5%;
}

.dt_col_80_left {
    width: 80% !important;
    float: left;
    padding: 0 0.5%;
}

.dt_col_80_right {
    width: 80% !important;
    float: left;
    text-align: right;
    padding: 0 0.5%;
}

.dt_col_90 {
    width: 90% !important;
    padding: 0 0.5%;
}

.dt_col_90_left {
    width: 90% !important;
    float: left;
    padding: 0 0.5%;
}

.dt_col_90_right {
    width: 90% !important;
    float: left;
    text-align: right;
    padding: 0 0.5%;
}

.dt_col_100 {
    width: 100% !important;
    padding: 0 0.5%;
}

.dt_col_100_left {
    width: 100% !important;
    float: left;
    padding: 0 0.5%;
}

.dt_col_100_right {
    width: 100% !important;
    float: left;
    text-align: right;
    padding: 0 0.5%;
}

.dt_box1 {
    float: left;
    width: 100%;
    background-color: #ecf2fb;
    padding-bottom: 10px;
    padding-top: 5px;
}

.dt_box2 {
    float: left;
    width: 100%;
    background-color: #cbddef;
    padding-bottom: 10px;
    padding-top: 5px;
}


.dt_box_light_br5 {
    float: left;
    width: 100%;
    background-color: #ecf2fb;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #a8c3df;
    max-height: 540px;
    overflow: auto;
}

.dt_leftbox_wrap {
    float: left;
    width: 100%;
    padding-top: 5px;
}

.dt_rightbox_wrap {
    width: 74% !important;
    float: left;
    padding: 0 0.5%;
    background-color: #ecf2fb;
    margin: 0.5%;
    border: 1px solid #a8c3df;
    border-radius: 5px;
    padding-top: 5px;
    position: relative;
    height: 92vh;
}

.d-none {
    display: none;
}

.dt_form_group {
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

.dt_form_input_wrap {
    float: left;
    width: 80%;
    height: auto;
}

.dt_form_btn_wrap {
    float: left;
    width: 20%;
    height: auto;
}

.btn_primary_sm {
    height: 26px;
    padding: 5px;
    line-height: 15px;
    border: 1px solid #7eacdd;
}

.dt_btn_primary {
    width: auto;
    background-color: #394991;
    color: #ffffff;
    padding: 1% 3%;
    border-radius: 5px;
    border: 1px solid #394991;
    margin: 0 0.5%;
}

.dt_btn_primary:hover {
    width: auto;
    background-color: #ffffff;
    color: #394991;
    padding: 1% 3%;
    border-radius: 5px;
    border: 1px solid #394991;
}

.dt_btn_primary span {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: revert;
}

.dt_btn_primary i {
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
    vertical-align: sub;
    line-height: 0px;
}

.dt_btn_filter_search {
    float: left;
    background-color: #394991;
    color: #ffffff;
    border: 1px solid #394991;
    border-radius: 1px;
    padding: 2px 15px;
    text-transform: uppercase;
    font-size: 13px;
}

.dt_btn_search {
    width: auto;
    background-color: #889ec9;
    color: #ffffff;
    padding: 1% 2%;
    border-radius: 5px;
    border: 1px solid #889ec9;
    margin: 0 0.5%;
    font-size: 18px;
    line-height: 0;
    cursor: pointer;
}

.dt_btn_filter {
    width: auto;
    background-color: #889ec9;
    color: #ffffff;
    padding: 1% 2%;
    border-radius: 5px;
    border: 1px solid #889ec9;
    margin: 0 0.5%;
    font-size: 18px;
    line-height: 0;
    cursor: pointer;
}

.dt_btn_search:hover,
.dt_btn_filter:hover {
    background-color: #ffffff;
    color: #394991;
    border: 1px solid #394991;
}

#dt_list_filter_cmn_wrap {
    float: left;
    width: 100%;
    position: absolute;
    top: 51px;
    background: #edf3ff;
    border: 1px solid #6477cd;
    padding: 10px;
    border-radius: 0;
    z-index: 10;
}



.dt_list_filter_cmn_wrap_inner {
    float: left;
    width: 100%;
}

#dt_list_search_cmn_wrap {
    float: left;
    width: 100%;
    position: absolute;
    top: 51px;
    background: #edf3ff;
    border: 1px solid #6477cd;
    padding: 10px;
    border-radius: 0;
    z-index: 10;
}

#dt_list_search_cmn_wrap .dt_input_search {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 30px;
    color: #394991;
}

#dt_list_search_cmn_wrap .dt_input_search_icon {
    position: absolute;
    text-align: left;
    float: left;
    width: auto;
    top: 13px;
    left: 21px !important;
    right: inherit;
    font-size: 18px;
    height: auto;
    z-index: 1;
}

.dt_list_search_cmn_wrap_inner {
    float: left;
    width: 100%;
}

#dt_list_search_cmn_wrap .data_show_close,
#dt_list_filter_cmn_wrap .data_show_close {
    margin-top: 6px;
}

.dt_title {
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #263441;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #a8c3df;
}

.dt_head {
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #263441;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #a8c3df;
}

.dt_body {
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #263441;
    font-weight: 500;
}

.dt_body_inner {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0 5px 0;
    margin: 5px 0;
    background-color: #ecf2fb;
}

.dt_body_inner_fit {
    float: left;
    width: 100%;
    height: 83vh;
    padding: 0px 0 5px 0;
    margin: 5px 0;
    background-color: #ecf2fb;
    overflow: auto;
}

.dt_body_inner_noscroll {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0 5px 0;
    margin: 5px 0;
    background-color: #ecf2fb;
}

.data_show {
    cursor: pointer;
}


.data_show_wrap {
    float: left;
    width: 100%;
    min-width: 350px;
    position: absolute;
    background-color: #c4d4f3;
    padding: 5px;
    border-radius: 0px;
    top: 35px;
    left: 0;
    z-index: 999;
    border: 1px solid #889ec9;
}

.data_show_wrap::before {
    content: "\e096";
    color: #889ec9;
    top: -15px;
    font-size: 16px;
    position: absolute;
    font-family: "lindo-fonts" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
}

.data_show_wrap_inner_head {
    float: left;
    width: 100%;
    padding: 5px;
    background-color: #d5e1f9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

.data_show_close {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 150px;
    right: 7px;
    top: 5px;
    background-color: #81b0e4;
    font-size: 18px;
    padding: 2px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.data_show_close:hover {
    background-color: #5f82a9;
    font-size: 18px;
    padding: 2px;
    color: #d0e7ff;
    text-align: center;
}

.data_show_wrap_inner_body {
    float: left;
    width: 100%;
    padding: 5px;
    background-color: #d5e1f9;
}

.data_show_wrap_inner {
    width: 100%;
    padding: 5px;
    border-radius: 1px;
    border: 1px solid #c8dbff;
}

.data_show_wrap_inner:nth-of-type(even) {
    background-color: #e4edff;
    cursor: pointer;
}

.data_show_wrap_inner:nth-of-type(odd) {
    background-color: #ffffff;
    cursor: pointer;
}

.data_show_wrap_inner:hover:nth-of-type(even) {
    background-color: #c8dbff;
}

.data_show_wrap_inner:hover:nth-of-type(odd) {
    background-color: #c8dbff;
}

.dt_checkbox_wrap {
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #7eacdd;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
}

.dt_checkbox_checkhead {
    float: left;
    width: auto;
    background-color: #ecf2fb;
    position: absolute;
    top: -14px;
    left: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.dt_checkbox_checkhead_common {
    float: left;
    width: auto;
    background-color: #ecf2fb;
    position: absolute;
    top: -10px;
    left: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.dt_checkbox_checkhead input[type=checkbox] {
    width: 18px !important;
    height: 18px !important;
}

.dt_checkbox_checkhead span {
    width: auto;
    padding: 3px 5px;
    height: auto;
    float: right;
    font-size: 13px;
}

.dt_checkbox_checkhead_common span {
    width: auto;
    padding: 3px 5px;
    height: auto;
    float: right;
    font-size: 13px;
}

.dt_checkbox_checkbody {
    float: left;
    width: 100%;
    padding: 15px 5px 15px 10px;
    max-height: 50px;
}

.dt_checkbox_checkbody input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    float: left;
}

.dt_checkbox_checkbody span {
    width: auto;
    padding: 3px 5px;
    height: auto;
    float: left;
    font-size: 13px;
}

.dt_checkbox_checkbody_common {
    float: left;
    width: 100%;
}

.dt_checkbox_checkbody_common input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    float: left;
}

.dt_checkbox_checkbody_common span {
    width: auto;
    padding: 3px 5px;
    height: auto;
    float: left;
    font-size: 13px;
}

#dt_checkbox_control {
    background-color: #ff9900;
}

/****************** Column - End ****************/

#direc_invoice {
    background-color: #60606099;
    width: 100%;
    height: 100vh;
    padding: 1%;
}

#dt_page_wrap {
    background-color: #edf4fd;
    width: 100%;
    height: 100vh;
    padding: 0.3%;
}

.page-wrapper-inner {
    background-color: #ffffff;
    width: 100%;
    height: 98.4vh;
    float: left;
    border-radius: 5px;
    border: 1px solid #97b8e5;
}

.dt_window_head {
    float: left;
    width: 100%;
    height: auto;
    background-color: #e1eaf8;
    padding: 5px 5px 5px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #000000;
}

.td_window_close {
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 22px;
    color: #626262;
    cursor: pointer;
}

.td_window_close:hover {
    color: #000000;
}

.dt_window_body {
    float: left;
    width: 100%;
    height: auto;
}

.dt_window_top {
    float: left;
    width: 100%;
    background-color: #ecf2fb;
    padding-bottom: 10px;
    padding-top: 5px;
}

.dt_window_top2 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 5px;
    background-color: #dcedff;
}

.dt_window_top_col {
    float: left;
    width: 100%;
    padding: 0 0.5%;
}

.dt_window_top_col1 {
    float: left;
    width: 20%;
    padding: 0 0.5%;
}

.dt_window_top_col2 {
    float: left;
    width: 20%;
    padding: 0 0.5%;
}

.dt_window_top_col3 {
    float: left;
    width: 20%;
    padding: 0 0.5%;
}

.dt_window_top_col4 {
    float: left;
    width: 20%;
    padding: 0 0.5%;
}

.dt_window_top_col5 {
    float: left;
    width: 20%;
    padding: 0 0.5%;
}

.gst_data_wrap {
    background-color: #d9e1e9;
    border: 1px solid #7eacdd;
    position: absolute;
    top: 25px;
    left: 7px;
    z-index: 99;
    width: 271px;
}

.gst_data_show {
    display: none;
    padding: 10px;
    margin-top: 20px;
}

.dt_barcode_wrap {
    float: left;
    width: 100%;
    height: auto;
}

.dt_barcode_wrap_left {
    float: left;
    width: 80%;
    height: auto;
}

.dt_barcode_wrap_right {
    float: left;
    width: 20%;
    height: auto;
    text-align: right;
}

.dt_tabular_wrap {
    float: left;
    width: 100%;
    overflow: auto;
    padding-top: 10px;
}

.dt_item_wrap {
    float: left;
    width: 99%;
    height: auto;
    border: 1px solid #7eacdd;
    margin: 0.5%;
    border-radius: 5px;
    position: relative;
    padding: 5px;
    background-color: #ecf2fb;
    padding-top: 15px;
    margin-top: 15px;
}

.dt_item_wrap_inner {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.box_title {
    position: absolute;
    top: -12px;
    background-color: #ecf2fb;
    left: 6px;
    padding: 0 5px;
    font-size: 14px;
    font-weight: bold;
    width: auto;
    padding: 3px 5px;
    height: auto;
    float: right;
    font-size: 13px;
}

.box_title_sub_red {
    font-size: 11px;
    color: #ff7777;
}

.box_title_sub_blue {
    font-size: 11px;
    color: #02b9b2;
}


.dt_data_table_wrap {
    float: left;
    width: 100%;
    max-height: 220px;
    overflow: auto;
    padding-top: 10px;
}

.dt_data_table {
    float: left;
    width: 100%;
    border: 1px solid #c4d4f3;
}

.dt_data_table thead {
    background-color: #c4d4f3;
}

.dt_data_table thead tr th {
    font-size: 12px !important;
    color: #000000;
    padding: 4px;
    font-weight: bold;
    border-top: 1px solid #cfd7e6;
}

.dt_data_table tbody tr:nth-of-type(even) {
    background-color: #e1e8ef !important;
}

.dt_data_table tbody tr:nth-of-type(odd) {
    background-color: #ffffff !important;
}

.dt_data_table tbody tr td {
    font-size: 12px !important;
    color: #000000;
    padding: 4px;
    font-weight: 400;
    cursor: pointer;
}

.dt_data_table tbody tr td input {
    border: 1px solid #7eacdd;
    width: 100%;
    border-radius: 0px;
    outline: none;
}

.dt_payment_wrap {
    float: left;
    width: 98%;
    height: auto;
    padding: 10px 5px;
    position: absolute;
    bottom: 7px;
    background-color: #c5d6e8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #a9b9cb;
    color: #000000;
}

.dt_payment_wrap tr td input {
    border: 1px solid #7eacdd;
    width: 100%;
    border-radius: 0px;
    outline: none;
    margin-bottom: 3px;
}

.dt_payment_left {
    float: left;
    width: 50%;
}

.dt_payment_right {
    float: left;
    width: 49%;
    text-align: right;
    padding-right: 1%;
}

.dt_form_heading {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

/* Service : Add Service Page*/

#dt_add_service {
    background-color: #60606099;
    width: 100%;
    height: 100vh;
    padding: 1%;
}

.dt_window_jc15 {
    float: left;
    width: 15%;
    padding: 0.5%;
}

.dt_window_jc20 {
    float: left;
    width: 20%;
    padding: 0.5%;
}

.dt_window_jc40 {
    float: left;
    width: 40%;
    padding: 0.5%;
}

.dt_window_jc50 {
    float: left;
    width: 50%;
    padding: 0.5%;
}

.dt_window_jc60 {
    float: left;
    width: 60%;
    padding: 0.5%;
}

.dt_window_jc80 {
    float: left;
    width: 80%;
    padding: 0.5%;
}

.job_photos_wrap {
    background-color: #ffffff;
}

.dt_jobcard_wrap {
    float: left;
    width: 99%;
    height: auto;
    margin: 0.5%;
}

.dt_jobcard_inner_clone {
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #7eacdd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dt_jobcard_inner_head {
    float: left;
    width: 100%;
    height: auto;
    background-color: #c5d6e8;
    padding: 5px 5px 5px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #000000;
}

.dt_jobcard_inner_body {
    float: left;
    width: 100%;
    height: auto;
    color: #000000;
    font-size: 13px;
}

.dt_jobcard_products {
    float: left;
    width: 32%;
    height: auto;
    background-color: #e2e9ef;
    margin: 0.5%;
    padding: 5px;
    border: 1px solid #becede;
    border-radius: 5px;
    min-height: 390px;
}

.dt_jobcard_others {
    float: left;
    width: 32%;
    height: auto;
    background-color: #e2e9ef;
    margin: 0.5%;
    padding: 5px;
    border: 1px solid #becede;
    border-radius: 5px;
    min-height: 390px;
}

.dt_jobcard_accessories {
    float: left;
    width: 33%;
    height: auto;
    background-color: #e2e9ef;
    margin: 0.5%;
    padding: 5px;
    border: 1px solid #becede;
    border-radius: 5px;
    min-height: 390px;
}

.dt_jobcard_box {
    float: left;
    width: 100%;
    border-top: 1px solid #becede;
    margin-top: 5px;
    padding-top: 5px;
}

.dt_jobcard_table_wrap {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.dt_jobcard_table {
    float: left;
    width: 100%;
    border: 1px solid #becede;
}

.dt_jobcard_table tr td {
    padding: 4px 5px;
}

.dt_jobcard_table tbody tr:nth-of-type(even) {
    background-color: #dce9f6 !important;
}

.dt_jobcard_table tbody tr:nth-of-type(odd) {
    background-color: #ffffff !important;
}

.dt_drop_data {
    background-color: #ffffff;
    border: 1px solid #7eacdd;
    width: 271px;
    position: absolute;
    z-index: 9;
}

.dt_drop_data_item {
    padding: 1px 3px;
}

.dt_drop_data_item:nth-of-type(even) {
    background-color: #c5d6e8 !important;
    color: #000000;
}

.dt_drop_data_item:nth-of-type(odd) {
    background-color: #ffffff !important;
    color: #000000;
}

.dt_link {
    text-decoration: none;
}

.dt_link:hover {
    text-decoration: underline;
}

input[type=checkbox] {
    width: 18px !important;
    height: 18px !important;
}

/******************** Page : ADD ITEM MASTER **********************/

#end_product_list {
    float: left;
    border: 1px solid #7eacdd;
    margin-top: 1px;
    position: absolute;
    top: 102px;
}

#end_product_list ul li {
    padding: 2px;
    font-size: 13px;
}

#end_product_list ul li:nth-of-type(even) {
    background-color: #c5d6e8 !important;
    color: #000000;
}

#end_product_list ul li:nth-of-type(odd) {
    background-color: #ffffff !important;
    color: #000000;
}

.dt_body_list_card {
    background-color: #cedcea;
    float: left;
    width: 100%;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid #9cb5cf;
    margin-bottom: 5px;
}

.dt_body_list_card:nth-of-type(even) {
    background-color: #eaf1ff !important;
    color: #000000;
}

.dt_body_list_card:nth-of-type(odd) {
    background-color: #f1f6ff !important;
    color: #000000;
}

.dt_item_list {
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #263441;
    font-weight: 500;
    padding: 5px 0;
}

.dt_item_list:hover {
    float: left;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #3575d3;
    font-weight: 500;
    padding: 5px 0;
}

.dt_btn_remove {
    color: #536578;
    font-size: 16px;
    background-color: #ccdef0;
    border-radius: 150px;
    width: 30px;
    height: 30px;
    padding: 5px;
    float: left;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
}

.dt_btn_remove:hover {
    color: #ed3b3b;
    font-size: 16px;
    background-color: #a4c7ea;
    ;
    border-radius: 150px;
    width: 30px;
    height: 30px;
    padding: 5px;
    float: left;
    line-height: 15px;
    text-align: center;
}

.dt_btn_edit {
    color: #536578;
    font-size: 16px;
    background-color: #ccdef0;
    border-radius: 150px;
    width: 30px;
    height: 30px;
    padding: 5px;
    float: left;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
}

.dt_btn_edit:hover {
    color: #ff9900;
    font-size: 16px;
    background-color: #a4c7ea;
    ;
    border-radius: 150px;
    width: 30px;
    height: 30px;
    padding: 5px;
    float: left;
    line-height: 15px;
    text-align: center;
}

.dt_btn_addclone {
    color: #596570;
    font-size: 22px;
    background-color: #b0c9e2;
    border-radius: 150px;
    width: 30px;
    height: 30px;
    padding: 3px;
    float: left;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

.dt_btn_addclone:hover {
    color: #198754;
    font-size: 22px;
    background-color: #a4c7ea;
    ;
    border-radius: 150px;
    width: 30px;
    height: 30px;
    padding: 3px;
    float: left;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}

.dt_checkbox_card {
    background-color: #cedcea;
    float: left;
    width: 100%;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid #9cb5cf;
    margin-bottom: 5px;
}

.cardbox_data_wrap {
    background-color: #c4d4f3;
    border: 1px solid #889ec9;
    position: absolute;
    top: 93px;
    right: 105px;
    z-index: 1;
    padding: 5px;
}

.cardbox_data_show {
    display: none;
    padding: 10px;
    margin-top: 20px;
}

.search_results_disp_head {
    position: initial;
    width: 100%;
    float: left;
    z-index: 1;
    padding: 1px;
    background-color: #accdef;
}

.search_results_disp_head table thead tr th {
    background-color: #c4d4f3;
}

.search_results_disp_body {
    height: auto;
    position: absolute;
    width: 100%;
    top: 120px;
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 1;
    padding: 1px;
    background-color: #accdef;
}

.search_common_wrap {
    position: relative;
}

.search_input_common {
    background-color: #e8eef8;
}

.search_common_wrap .dt_input_search_icon {
    bottom: 0px;
    position: absolute;
    color: #81a6cf;
    right: 10px;
    top: 7px;
    font-size: 16px;
}

.search_results_disp_head table thead tr th,
.search_results_disp_body table tbody tr td {
    padding: 2px;
    font-size: 12px !important;
    font-weight: 600;
}

.search_results_disp_body table tbody tr:nth-of-type(even) {
    background-color: #eaf4ff !important;
    color: #000000;
}

.search_results_disp_body table tbody tr:nth-of-type(odd) {
    background-color: #ffffff !important;
    color: #000000;
}

.search_results_disp_body ::-webkit-scrollbar {
    width: 6px;
}

.search_results_disp_body ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.search_results_disp_body ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.footer_control_wrap {
    float: left;
    width: 100%;
    height: 50px;
    background-color: #e4eefc;
    border-top: 1px solid #bfd1e4;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 8px 5px;
}

.view_item_request_sidewrap {
    float: left;
    position: fixed;
    display: block;
    background-color: #00000096;
    border: 1px solid #97b8e5;
    border-top: 0;
    width: 100%;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 99;
}

.view_item_request_sidewrap_inner {
    float: left;
    position: absolute;
    display: block;
    background-color: #e1eaf8;
    border: 1px solid #97b8e5;
    border-top: 0;
    width: 350px;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 99;
}

.mnu_view_item_request {
    font-size: 24px;
    cursor: pointer;
    color: #30b4fc;
}

.mnu_view_item_request_close {
    font-size: 17px;
    cursor: pointer;
    color: #ff0000;
    position: absolute;
    right: 6px;
    top: 4px;
    background-color: #ffffff;
    border-radius: 150px;
    width: 30px;
    height: 30px;
    padding: 4px;
    text-align: center;
    border: 1px solid #bfcfe4;
}

.mnu_view_item_request_close:hover {
    font-size: 17px;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    right: 6px;
    top: 4px;
    background-color: #ff0000;
    border-radius: 150px;
    width: 30px;
    height: 30px;
    padding: 4px;
    text-align: center;
    border: 1px solid #bfcfe4;
}

.mnu_view_item_request_head {
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #252525;
    border-bottom: 1px solid #a5c5ef;
    text-transform: uppercase;
}

.mnu_view_item_request_body {
    float: left;
    width: 100%;
    padding: 10px 0;
    overflow: auto;
    height: 100vh;
}


.mnu_view_item_request_body ul li:nth-of-type(even) {
    background-color: #ffffff;
    padding: 5px 10px;
}

.mnu_view_item_request_body ul li:nth-of-type(odd) {
    background-color: #e1eaf8;
    padding: 5px 10px;
}

.mnu_view_item_request_body a {
    font-size: 14px;
    font-weight: 500;
    color: #252525;
}

.mnu_view_item_request_body a:hover {
    font-size: 14px;
    font-weight: 500;
    color: #3a77ba;
}

.view_eqip_emp_wrap {
    float: left;
    position: fixed;
    display: block;
    background-color: #00000096;
    border: 1px solid #97b8e5;
    border-top: 0;
    width: 100%;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 99;
}

.view_eqip_emp_wrap_inner {
    float: left;
    position: absolute;
    display: block;
    background-color: #e1eaf8;
    border: 1px solid #97b8e5;
    border-top: 0;
    width: 75%;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 99;
    padding: 0.5%;
}

.view_eqip_emp_wrap_close {
    font-size: 17px;
    cursor: pointer;
    color: #ff0000;
    position: absolute;
    right: 6px;
    top: 4px;
    background-color: #ffffff;
    border-radius: 150px;
    width: 30px;
    height: 30px;
    padding: 4px;
    text-align: center;
    border: 1px solid #bfcfe4;
}

.view_eqip_emp_wrap_close:hover {
    font-size: 17px;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    right: 6px;
    top: 4px;
    background-color: #ff0000;
    border-radius: 150px;
    width: 30px;
    height: 30px;
    padding: 4px;
    text-align: center;
    border: 1px solid #bfcfe4;
}

.view_eqip_emp_wrap_head {
    float: left;
    width: 100%;
    padding: 10px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #252525;
    border-bottom: 1px solid #a5c5ef;
    text-transform: uppercase;
}

.view_eqip_emp_wrap_body {
    float: left;
    width: 100%;
    padding: 10px 0;
    overflow: auto;
    height: 100vh;
}

.composite_pop_view {
    float: left;
    position: absolute;
    display: block;
    background-color: #c3d7ff;
    border: 1px solid #97b8e5;
    border-top: 0;
    width: 550px;
    top: 125px;
    right: 5px;
    height: auto;
    z-index: 99;
    padding: 5px;
}

.composite_pop_view_inner {
    float: left;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 5px 0;
    border-radius: 5px;
    margin-bottom: 5px;
}

/****************** Common Style ******************/

#dt_page_wrap input {
    padding: 0.3% 1%;
    text-align: left;
    border: 1px solid #7eacdd;
    border-radius: 2px;
    width: 100%;
    color: #494949;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    height: 26px;
}

.dt_form_label {
    font-size: 12px;
    color: #525252;
    width: 100%;
    float: left;
}

.dt_label {
    font-size: 12px;
    color: #525252;
    width: auto;
}

.total_amt {
    background-color: #9abde3;
    width: auto;
    margin: 15px;
    padding: 5px 25px;
    border-radius: 44px;
    font-size: 24px;
    font-weight: bold;
}

.dt_select {
    padding: 0.3% 1%;
    text-align: left;
    border: 1px solid #7eacdd;
    border-radius: 2px;
    width: 95%;
    color: #494949;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    height: 26px;
}

.dt_select_full {
    padding: 0.3% 1%;
    text-align: left;
    border: 1px solid #7eacdd;
    border-radius: 2px;
    width: 100%;
    color: #494949;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    height: 26px;
}

.dt_input {
    padding: 0.3% 1%;
    text-align: left;
    border: 1px solid #7eacdd;
    border-radius: 2px;
    width: 95%;
    color: #494949;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    height: 26px;
}

.dt_input_full {
    padding: 0.3% 1%;
    text-align: left;
    border: 1px solid #7eacdd;
    border-radius: 2px;
    width: 100%;
    color: #494949;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    height: 26px;
}

.dt_input_search_wrap {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 8px;
}

.dt_input_search {
    padding: 0.3% 1%;
    text-align: left;
    border: 1px solid #7eacdd;
    border-radius: 2px;
    width: 100%;
    color: #494949;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    height: 26px;
    position: relative;
}

.dt_input_search_icon {
    bottom: 0px;
    position: absolute;
    right: 5px;
    color: #81a6cf;
}


.dt_input_job {
    padding: 0.3% 1%;
    text-align: left;
    border: 1px solid #7eacdd;
    border-radius: 0px;
    color: #494949;
    outline: none;
}

.dt_textarea_job {
    padding: 0.3% 1%;
    text-align: left;
    border: 1px solid #7eacdd;
    border-radius: 0px;
    color: #494949;
    outline: none;
}

.dt_input_bar {
    padding: 5px 5px;
    text-align: left;
    border: 1px solid #7eacdd;
    border-radius: 0px;
    width: 100%;
    color: #494949;
    outline: none;
}

.dt_checkbox {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    vertical-align: bottom;
}

.dt_checkbox_jobcard {
    width: 15px;
    height: 15px;
    vertical-align: sub;
}

.w2 {
    width: 2% !important;
}

.w8 {
    width: 8% !important;
}

.w24 {
    width: 24% !important;
}

.w31 {
    width: 31% !important;
}

.w34 {
    width: 34% !important;
}

.bl-line {
    border-left: 1px solid #bcd7f4;
}

.bld-line {
    border-left: 1px solid #afc2d7;
}

.blb-line {
    border-bottom: 1px solid #afc2d7;
}

.col50 {
    float: left;
    width: 50%;
}

.dt_icon_wrap {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

#dt_page_wrap .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    height: 26px;
}

/************* Select 2 Styling *************/

#dt_page_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.3% 1%;
    text-align: left;
    border: 1px solid #7eacdd;
    border-radius: 2px;
    width: 100%;
    color: #494949;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    height: 26px;
    line-height: 24px;
}

#dt_page_wrap .select2-container--default .select2-selection__arrow {
    height: 25px !important;
}

#dt_page_wrap .select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    top: 0px;
    border: 1px solid #7eacdd;
}

#dt_page_wrap .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #dcedff;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}


#dt_page_wrap .select2-selection__rendered {}

/********** Horizontal Tab ******************/

#dt_item_list_tabs .nav-tabs>li.active>a,
.nav-tabs>li.open>a {
    background: #c3d7ff;
    color: #1e293f;
    border-color: transparent;
}

.dt_data_table_tab_wrap {
    background: #c3d7ff;
    padding: 3px;
    height: auto;
    float: left;
    width: 100%;
}

#dt_item_list_tabs .nav-tabs>li>a {
    background: #d7e7ff;
    color: #000000;
}

#dt_item_list_tabs .nav-tabs>li>a:hover {
    background: #c3d7ff;
    color: #000000;
}

#dt_item_list_tabs .nav-tabs>li {
    margin-right: 1px;
    border-right: 1px solid #8eabe3;
}


/********** Vertical Tab ******************/

.dt_vtab {
    float: left;
    background-color: #d7e7ff;
    width: 25%;
    height: auto;
}

.dt_vtab dt_vtab_link {
    display: block;
    background-color: inherit;
    color: #000000;
    padding: 8px 5px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
    border-bottom: 1px solid #8eabe3;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 3px solid #d7e7ff;
}


.dt_vtab dt_vtab_link:hover {
    background: #c3d7ff;
    border-left: 3px solid #6088d6;
    color: #000000;
}

.dt_vtab dt_vtab_link.active {
    background-color: #c3d7ff;
    border-left: 3px solid #6088d6;
    color: #000000;
    font-weight: bold;
}

.dt_vtab_content {
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    width: 75%;
    border-left: none;
    background-color: #c3d7ff;
    height: 93vh;
}

.dt_vtab_content_inner {
    float: left;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #5b84d4;
    padding: 5px;
}

.dt_hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #97b8e5;
}

/**************** Scroll Bar *************/

#dt_page_wrap ::-webkit-scrollbar {
    width: 5px;
}

#dt_page_wrap ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #eaf2ff;
}

#dt_page_wrap ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: #ff0000 !important;
}

/********* Desktop widget Design **************/

.dt_dash_widget_wrap {
    float: left;
    width: 100%;
    height: auto;
    margin: 0.5%;
}

.dt_dash_widget_inner {
    float: left;
    width: 100%;
    height: auto;
}

.dt_dash_widget_inner_col_a1 {
    float: left;
    width: 24%;
    height: auto;
    margin: 5px 0.5% 5px 0.5%;
    background-color: #ffffff;
    border-radius: 5px;
    min-height: 120px;
    box-shadow: inset 0 -3px 0 -1px #70367c;
    transition: box-shadow .15s ease-in-out;
    line-height: 40px;
    cursor: pointer;
    color: #70367c;
}

.dt_dash_widget_inner_col_a1:hover {
    box-shadow: inset 0 -123px 0 -1px #70367c;
    color: #ffffff;
}

.dt_dash_widget_inner_col_a2 {
    float: left;
    width: 24%;
    height: auto;
    margin: 5px 0.5% 5px 0.5%;
    background-color: #ffffff;
    border-radius: 5px;
    min-height: 120px;
    box-shadow: inset 0 -3px 0 -1px #95cfd5;
    transition: box-shadow .15s ease-in-out;
    line-height: 40px;
    cursor: pointer;
    color: #95cfd5;
}

.dt_dash_widget_inner_col_a2:hover {
    box-shadow: inset 0 -123px 0 -1px #95cfd5;
    color: #ffffff;
}

.dt_dash_widget_inner_col_a3 {
    float: left;
    width: 24%;
    height: auto;
    margin: 5px 0.5% 5px 0.5%;
    background-color: #ffffff;
    border-radius: 5px;
    min-height: 120px;
    box-shadow: inset 0 -3px 0 -1px #394991;
    transition: box-shadow .15s ease-in-out;
    line-height: 40px;
    cursor: pointer;
    color: #394991;
}

.dt_dash_widget_inner_col_a3:hover {
    box-shadow: inset 0 -123px 0 -1px #394991;
    color: #ffffff;
}

.dt_dash_widget_inner_col_a4 {
    float: left;
    width: 24%;
    height: auto;
    margin: 5px 0.5% 5px 0.5%;
    background-color: #ffffff;
    border-radius: 5px;
    min-height: 120px;
    box-shadow: inset 0 -3px 0 -1px #fd7e50;
    transition: box-shadow .15s ease-in-out;
    line-height: 40px;
    cursor: pointer;
    color: #fd7e50;
}

.dt_dash_widget_inner_col_a4:hover {
    box-shadow: inset 0 -123px 0 -1px #fd7e50;
    color: #ffffff;
}

.dtd_widget_top {
    float: left;
    width: 100%;
    height: auto;
}

.dtd_widget_top_left {
    float: left;
    width: 70%;
    height: auto;
    padding: 10px 5% 0px 5%;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.dtd_widget_top_right {
    float: left;
    width: 30%;
    height: auto;
    padding: 5px 5% 0 5%;
    font-size: 55px;
    text-align: right;
}

.dtd_widget_bottom {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 5%;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

.dt_dash_widget_box50 {
    float: left;
    width: 49%;
    height: auto;
    margin: 5px 0.5% 5px 0.5%;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    box-shadow: 0px 3px 10px 0px #e4efff;
}

.dt_dash_widget_box50_top {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d0d5eb;
}

.dt_dash_widget_box50_left {
    float: left;
    width: 65%;
    height: auto;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #394991;
}

.dt_dash_widget_box50_right {
    float: left;
    width: 35%;
    height: auto;
    padding: 5px;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    color: #394991;
}

#manufactoring canvas {
    position: relative !important;
    top: 15px;
    left: 0;
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
}

.dt_widget_sub {
    font-size: 12px;
    color: #394991;
    font-weight: 400;
}

.dtd_widget_top50box {
    float: left;
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 10px 0px 10px;
}

.dtd_widget_bottom50box {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}


.dtd_widget_top_left50box {
    float: left;
    width: 50%;
    height: auto;
    padding: 0px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.dtd_widget_top_right50box {
    float: left;
    width: 50%;
    height: auto;
    padding: 0px;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
}

.dt_dash_widget_inner_col_a5 {
    float: left;
    width: 24%;
    height: auto;
    margin: 5px 0.5% 5px 0.5%;
    background-color: #ffffff;
    border-radius: 5px;
    min-height: 120px;
    border: 1px solid #bfd4ff;
    box-shadow: inset 0 -123px 0 -1px #eef5ff;
    transition: box-shadow .15s ease-in-out;
    line-height: 40px;
    cursor: pointer;
    color: #394991;
}

.dt_dash_widget_inner_col_a5:hover {
    box-shadow: inset 0 -3px 0 -1px #d3e4ff;
    color: #161e3e;
}

.dash_sm_caps_right {
    text-align: right !important;
}

.dt_dash_widget_inner_col_a6 {
    float: left;
    width: 32%;
    height: auto;
    margin: 0px 0.5% 0px 0.5%;
    background-color: #ffffff;
    border-radius: 5px;
    min-height: 120px;
    border: 1px solid #cde0ff;
    box-shadow: inset 0 -123px 0 -1px #ffffff;
    transition: box-shadow .15s ease-in-out;
    line-height: 40px;
    cursor: pointer;
    color: #394991;
    border-top: 3px solid #d7deff;
}

.dt_dash_widget_inner_col_a6:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    animation-name: example;
    animation-duration: 0.25s;
    border-top: 3px solid #394991;
    box-shadow: 0 14px 28px #8d97c310, 0 10px 10px #8d97c310;
}

.dt_dash_widget_inner_col_a7 {
    float: left;
    width: 33%;
    height: auto;
    margin: 0px 0.5% 0px 0.5%;
    background-color: #ffffff;
    border-radius: 5px;
    min-height: 120px;
    border: 1px solid #cde0ff;
    box-shadow: inset 0 -123px 0 -1px #ffffff;
    transition: box-shadow .15s ease-in-out;
    line-height: 40px;
    cursor: pointer;
    color: #394991;
    border-top: 3px solid #d7deff;
}

.dt_dash_widget_inner_col_a7:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    animation-name: example;
    animation-duration: 0.25s;
    border-top: 3px solid #394991;
    box-shadow: 0 14px 28px #8d97c310, 0 10px 10px #8d97c310;
}

.dash_wsm_caps {
    text-align: left;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    width: 100%;
    line-height: normal;
    color: #6676bd;

}

.dash_wsm_data {
    text-align: left;
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    width: 100%;
    line-height: normal;
    color: #394991;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.dtd_widget_bottom_p {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 5% 10px 5%;
    font-size: 24px;
    font-weight: 400;
}

#dash_tabular_data table {
    border: none;
}

#dash_tabular_data table thead tr th {
    padding: 3px;
    background-color: #eff5ff;
}

#dash_tabular_data table tbody tr td {
    padding: 3px;
    background-color: #ffffff;
}
.by_product_list {
    display: none;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 9;
    background-color: #ecf2fb;
    left: -1px;
    padding: 3%;
    border: 1px solid #7eacdd;
    border-top: 0;
    top: 42px;
}
.quality_template_list {
    display: none;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 9;
    background-color: #ecf2fb;
    left: -1px;
    padding: 3%;
    border: 1px solid #7eacdd;
    border-top: 0;
    top: 42px;
}
.equipment_template_list {
    display: none;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 9;
    background-color: #ecf2fb;
    left: -1px;
    padding: 3%;
    border: 1px solid #7eacdd;
    border-top: 0;
    top: 42px;
}

.equipment_template_list ul {
    float: left;
    width: 100%;
    border: 1px solid #ffffff;
    padding: 2px 10px;
    padding-left: 0;
}

.equipment_template_list ul li {
    float: left !important;
    width: 100% !important;
}


.equipment_template_list ul li input[type="checkbox"] {
    float: left !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 5px !important;
    vertical-align: bottom !important;

}

.equipment_template_list label {
    vertical-align: sub;
    float: left;
    padding-top: 5px;
}

/***************** List Pages ************/

#dt_page_wrap .panel-title {
    font-size: 15px !important;
    font-weight: bold;
}

#dt_page_wrap .btn-default {
    font-size: 13px !important;
    font-weight: bold;
    background-color: #394991 !important;
    color: #ffffff !important;
    padding: 5px 15px;
    border-radius: 150px !important;
}

#dt_page_wrap .btn-default:hover {
    font-size: 13px !important;
    font-weight: bold;
    background-color: #242a46 !important;
    color: #ffffff !important;
    padding: 5px 15px;
    border-radius: 150px !important;
}

#dt_page_wrap .btn-default i {
    font-size: 20px !important;
    font-weight: bold;
    color: #ffffff !important;
    padding: 0;
    margin: 0;
    line-height: 13px !important;
    padding-top: 0px;
    height: auto;
}

#dt_page_wrap .btn-default span {
    color: #ffffff !important;
}

#dt_page_wrap .t-h-bgt {
    background-color: #c4d4f3;
}

#dt_page_wrap .full-table-grid table tr th {
    border: 1px solid #afc2d7 !important;
    padding: 0px 5px;
    color: #394991 !important;
    font-size: 13px !important;
    font-weight: 600;
    height: 35px !important;
}

#dt_page_wrap .txt-dgray {
    color: #394991 !important;
}

#dt_page_wrap .sec_grid:nth-of-type(odd) {
    background-color: #ffffff;
    padding: 0px 5px !important;
    border-bottom: 1px solid #7eacdd;
    border-top: 1px solid #7eacdd;
    cursor: pointer;
}

#dt_page_wrap .sec_grid:nth-of-type(even) {
    background-color: #ffffff;
    padding: 0px 5px !important;
    border-bottom: 1px solid #7eacdd;
    border-top: 1px solid #7eacdd;
    cursor: pointer;
}

#dt_page_wrap .sec_grid:nth-of-type(odd):hover,
#dt_page_wrap .sec_grid:nth-of-type(even):hover {
    background-color: #d7e4ff !important
}

#dt_page_wrap #footable_2 #search_result tr td {
    padding: 10px 5px !important;
    margin: 0 !important;
    color: #394991;
    height: 45px !important;
}

.dt_td_dt {
    margin: 0 !important;
    color: #394991;
    height: auto !important;
    position: unset;
    display: none;
}

.dt_list_hvr_menu {
    background-color: #a1b8e3;
    position: absolute;
    width: auto;
    right: 20px;
    margin-top: -26px;
    border: 0px solid #889ec9;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 10px 2%;
}

.dt_td_icon {
    font-size: 15px;
    background-color: #394991;
    color: #ffffff;
    padding: 8px 8px 3px 8px;
    border-radius: 5px;
    vertical-align: sub;
    text-align: center;
    line-height: 0;
}

.dt_td_icon:hover {
    background-color: #ffffff;
    color: #394991;
}


#dt_page_wrap #footable_2 #search_result .sec_grid:hover .dt_td_dt {
    display: block
}

#dt_page_wrap #footable_2 #search_result tr td [data-tooltip]:before {
    position: absolute;
    top: 28px;
    right: 0px;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 4px 17px;
    width: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #394991;
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    z-index: 99999;
}

#dt_page_wrap #footable_2 #search_result tr td [data-tooltip]:after {
    position: absolute;
    top: 24px;
    left: 50%;
    width: 0;
    border-bottom: 5px solid #394991;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}


.dt_list_hvr_menu ul li {
    display: inline;
}

#dt_page_wrap #footable_2 #search_result .sec_grid:nth-of-type(even) {
    background-color: #ecf2fb;
    padding: 0px 10px !important;
    border-bottom: 1px solid #ebebeb;
}


#dt_page_wrap #footable_2 #search_result .sec_grid:nth-of-type(odd) {
    background-color: #ffffff;
    padding: 0px 10px !important;
    border-bottom: 1px solid #ebebeb;
}

#dt_page_wrap #footable_2 #search_result .full-table-grid table tr td {
    border: 1px solid #c4d4f3;
    font-size: 13px !important;
}

#dt_page_wrap .panel-heading #footable_2 tr td {
    padding: 0 !important;
    vertical-align: top;
    padding-top: 2px !important;
}

#dt_page_wrap .panel-heading #footable_2 tr td button {
    padding: 2px 10px;
}

#dt_page_wrap .panel-heading #footable_2 tr td button i {
    font-size: 14px !important;
    padding: 0;
    margin: 0;
    line-height: 10px;
}

#dt_page_wrap .panel-heading #footable_2 {
    border: none;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 5px 0;
}


#dt_page_wrap .panel-heading #footable_2 .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    height: 40px;
}

#dt_page_wrap .panel-heading input {
    background-color: #ecf2fb;
}


.dt_sticky_header {
    padding: 10px 16px;
    background: #555;
    color: #f1f1f1;
}

.dt_sticky_body {
    padding: 16px;
}

.dt_sticky_header_wrap {
    position: sticky;
    top: 40px;
    width: 100%;
}

.dt_sticky_header+.dt_sticky_body {
    padding-top: 40px;
}

/************ List Page New Design **********/

.dt_list_page_mainwrap {
    float: left;
    width: 100%;
    height: auto;
    margin: 0.5%;
    background-color: #ffffff;
    padding: 0.5%;
    border: 1px solid #889ec9;
    border-radius: 5px;
    border-top: 3px solid #889ec9;
}

.dt_list_page_header {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #afbfde;
    position: relative;
}

.dt_list_page_header_left {
    float: left;
    width: 50%;
    height: auto;
}

.dt_list_page_header_right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 50%;
    height: auto;
    text-align: right;
    padding-top: 5px;
}

.dt_list_page_bodywrap {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 5px;
}

.dt_header_page_title {
    font-size: 18px;
    font-weight: 500;
    color: #394991 !important;
}


.dt_header_page_breadcrumb .breadcrumb {
    background-color: transparent;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 2px 0 5px 0;
    font-size: 11px;
}

/************ Manufacturing Dashboard *************/

.dt_dash_widget_inner_col_m1 {
    float: left;
    width: 24%;
    height: 250px;
    margin: 5px 0.5% 5px 0.5%;
    background-color: #ffffff;
    border-radius: 5px;
    min-height: 120px;
    box-shadow: inset 0 -3px 0 -1px #394991;
    transition: box-shadow .15s ease-in-out;
    line-height: 40px;
    cursor: pointer;
    color: #394991;
}

.dt_dash_widget_inner_col_m1:hover {
    box-shadow: inset 0 -255px 0 -1px #394991;
    color: #ffffff;
}

.dt_dash_widget_inner_col_m1:hover .dt_man_circle-mask{
    box-shadow: inset 0 -210px 0 -1px #394991;
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
}

.dt_dash_widget_inner_col_m1:hover .dt_man_circle-inner {
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
}

.dt_dash_widget_inner_col_m1:hover .dt_man_circle, .dt_man_circle-inner {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 10px solid #ff0000;
    position: relative;
}

.dt_man_wtitle{
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.dt_man_wdata{
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
}

.dt_man_guage-holder {
    width: 220px;
    margin: 5px auto;
    position: relative;
    text-align: center;
}

.dt_man_circle-mask {
    width: 220px;
    height: 106px;
    padding: 0px 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.dt_man_circle, .dt_man_circle-inner {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 10px solid #ff7700;
    position: relative;
}

.dt_man_circle-inner {
    position: absolute;
    top: -10px;
    left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #2bcd92;
    border-left: 10px solid #2bcd92;
    transition: .3s ease-in-out;
    transform: rotate(-45deg);
}

.dt_man_circle-inner:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  border: 4px solid #ec567b;
  left: 14px;
  top: 14px;
}

.dt_man_percentage {
    margin: -10px 0;
    font-weight: bold;
    font-size: 15px;
}

.dt_man_gauge-copy {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  background: #394991;
  top: 94%;
  left: 50%;
  transition: .3s ease-in-out;
  transform: translate(-50%, -50%) rotate(0deg);
  margin: 8px 0 0;
}

.dt_man_gauge-copy:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #59ff00;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.dt_man_gauge-copy:before {
  content: "";
  position: absolute;
  border: 7px solid transparent;
  border-right: 70px solid #394991;
  left: -75px;
  top: 8px;
  width: 0;
  height: 0;
}

.dt_man_percentage_val{
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}