/** Semibold */
@font-face {
    font-family: "SF Display";
    font-weight: 600;
    src: url("https://sf.abarba.me/SF-UI-Display-Semibold.otf");
}

a:hover,
a:focus,
a {
    outline: none;
    text-decoration: none;
}

.wrapper-prastige {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    height: 100%;
}

.header_main {
    float: left;
    width: 100%;
    padding: 0;
}

.fix_prsheader {
    position: fixed;
    top: 0;
    left: 0;
    background: #fcfdfe;
    /*box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);*/
    z-index: 5555;
}

.header_top_part {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #EBE8E8;
}

.header_botom_part {
    float: left;
    width: 100%;
    padding: 8px 0;
}

body {
    font-family: "San Francisco";
    background: #f6f6f8;
}

html,
body {
    height: 100%;
}

/*---------MENU CSS---------*/
.page_inner_div {
    height: 100%;
}

header {
    position: relative;
    width: 100%;
}

nav {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 100%;
    margin: 4px 0 0 0;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
}

/*#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom: 0;z-index: 999999;padding: 0;margin: 0; }*/
#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    font-family: sans-serif;
    float: left;
    width: 100%;
    text-align: center;
}

#cssmenu>ul>li {
    position: relative;
    display: inline-block;
}

#cssmenu>ul>li>a {
    padding: 15px 15px 13px;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000000;
    ;
    font-weight: 500;
    font-family: "San Francisco";
    text-transform: uppercase;
    position: relative;
}

#cssmenu ul li.active a {
    color: #000000;
    font-weight: bold;
}

#cssmenu ul li.active:after {
    position: absolute;
    content: "";
    bottom: -15px;
    height: 4px;
    width: 100%;
    background: #399AD6;
    left: 0;
}

#cssmenu ul li:hover:after {
    position: absolute;
    content: "";
    bottom: -15px;
    height: 4px;
    width: 100%;
    background: #399AD6;
    left: 0;
}

#cssmenu ul li.has-sub:hover:after {
    display: none;
}

#cssmenu ul li.has-sub li:hover:after {
    display: none;
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 20px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
    display: none;
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 17px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    display: none;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    padding: 0;
    margin: 0;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu li:hover>ul>li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
    display: none;
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    display: none;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

@media screen and (max-width:1000px) {
    .header_top_part .col-sm-2 {
        position: relative;
        z-index: 99999999;
    }

    .header_top_part .col-sm-2.displo {
        width: auto;
        padding-left: 0;
        float: right;
    }

    .header_top_part .col-sm-8.displo1 {
        width: 100%;
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        padding: 0;
    }

    .header_top_part .button {
        right: 80px;
        top: -6px;
    }

    #cssmenu ul {
        background: #ffffff;
        top: 45px;
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

    #cssmenu ul {
        width: 100%;
        display: none;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }

    #cssmenu ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu>ul>li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        background: #333 !important;
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 0;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: ''
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: ''
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #399AD6;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #399AD6;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 9999999;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 39px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu ul li:hover a {
        color: #ffffff;
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }

    .user_icon_main {
        margin-top: 6px !important;
    }
}

/*---------MENU CSS---------*/

.header_botom_part {
    float: left;
    width: 100%;
    font-size: 16px;
}

.header_botom_part label {
    font-weight: 400;
    line-height: 32px;
    color: #000000;
    margin: 0;
    font-size: 18px;
}

.header_botom_part .select2-container--default .select2-selection--single {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
    background-color: #F6F6F8;
    border-radius: 3px;
    height: 32px;
    border: none;
    font-size: 13px;
    line-height: 32px;
    color: #4A4A4A;
    width: 100%;
    outline: none;
}

.header_botom_part .select2-container {
    width: 147px !important;
    outline: none;
}

.header_botom_part .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    height: 32px;
    outline: none;
}

.header_botom_part .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #4A4A4A;
    outline: none;
}

.header_botom_part .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    outline: none;
}

.select2-dropdown {
    border: 1px solid #f7f7f7;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #F6F6F8;
    color: #222222;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #399AD6;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

.inner_right_float {
    float: right;
    width: 100%;
}

.slt_op_select {
    float: right;
    margin: 0 0 0 15px;
}

.page_inner_div {
    float: left;
    width: 100%;
    padding-top: 75px;
}

.innnerDiv {
    padding-top: 129px;
}

.graph_inner_main_section {
    background: linear-gradient(315.62deg, #18165D 0%, #384E9A 57.45%, #3B5AA4 67.36%, #3B5AA4 67.36%, #3C5FA8 70.97%, #3F6CB3 81.83%, #4483C6 100%);
    float: left;
    width: 100%;
    padding: 79px 77px;
}

.work_main_section_details {
    float: left;
    width: 90%;
}

.pad-left {
    padding-left: 0;
}

.pad {
    padding: 0;
}

.pad-right {
    padding-right: 0;
}

.dct {
    float: left;
    width: 100%;
    border-top: 1px solid #EEEEEE;
    padding: 10px 0;
}

.dct .col-sm-1 {
    width: 10%;
    margin-right: 2%;
    float: left;
}

.dct .col-sm-11 {
    width: 88%;
    float: left;
}

.icput .dct:last-child {
    border-bottom: 1px solid #EEEEEE;
}

.work_main_section_details_inner {
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
}

.work_main_section_details_inner label {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    font-weight: 400;
}

.work_main_section_details_inner h1 {
    font-size: 44px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 47px;
    margin: 0;
    padding: 0;
}

.work_main_section_details_middle {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.work_main_section_details_middle h3 {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    border-bottom: 1px solid #74CAF0;
    padding-bottom: 5px;
    margin: 0;
    color: #74CAF0;
}

.graph_mnc_mr {
    float: left;
    width: 100%;
    padding: 0 20px;
    margin: 3px 0 0 0;
}

.graph_mnc_mr label {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
}

.tppgh_filter {
    float: left;
    width: 100%;
}

#bar-example {
    float: left;
    width: 100%;
}

.for_year .btn-default,
.for_year .btn-group.open .dropdown-toggle,
.for_year .btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    background: none;
    border: none;
    box-shadow: none;
    color: #ffffff;
    font-family: "San Francisco";
    font-size: 18px;
    padding: 0 12px;
}

.circular_chart .highcharts-color-0 {
    float: left;
}

.table_data_cool_main {
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.for_content_part_main {
    float: left;
    width: 100%;
    margin: 10px 0;
    position: relative;
}

table.dataTable tr.even td {
    background-color: #e6eff9;
}

table.dataTable th,
table.dataTable td {
    text-align: left;
    font-family: "San Francisco";
}

table.dataTable td.border-none {
    border-bottom: none !important;
    padding: 20px 18px 17px 18px;
}

table.dataTable td.border-none1 {
    border-top: none !important;
    text-align: right;
    font-size: 16px;
    color: #444444;
    font-weight: 500;
}

table.dataTable td.brleft {
    border-left: none !important;
}

table.dataTable td.brrgft {
    border-right: none !important;
    border-left: none !important;
}

table.dataTable td.brrgft1 {
    border-right: none !important;
}

table.dataTable td b {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    padding-left: 10px;
}

table.dataTable th {
    color: #7C82A5;
    font-family: "San Francisco";
    font-weight: 500;
    font-size: 16px;
    padding: 10px !important;
}

table.dataTable td {
    background-color: #ffffff;
    color: #000000;
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 10px;
    outline: none;
}

table.dataTable h4 {
    margin: 0;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

table.dataTable {
    margin: 5px 0 !important;
    width: 100% !important;
    border-collapse: collapse !important;
}

table.dataTable .pull-right a {
    display: inline-block;
    padding: 0;
}

table.dataTable .text-right {
    text-align: right !important;
}

.user_icon_main {
    float: right;
    margin-top: 10px;
}

.user_icon_main span {
    width: auto;
    padding-right: 5px;
    display: inline-block;
}

.user_icon_main span img {
    width: 34px;
    height: 34px;
    border-radius: 100%;
}

.user_icon_main p {
    display: inline-block;
    width: auto;
    padding-left: 10px;
    margin: 0;
}

/*.user_icon_main a {display: inline-block; color: #337ab7; font-weight: 600; text-transform: capitalize; letter-spacing: 0.5px; font-size: 16px;}*/
.user_icon_main a {
    display: inline-block;
    color: #337ab7;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.bid_board span {
    padding-right: 5px;
}

.bid_board span:last-child {
    padding-right: 0;
}

.centxr_p {
    text-align: center !important;
}

.top_btn_mnc_row {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d8dc;
    margin-bottom: 10px;
}

.btn_blue {
    display: inline-block;
    background: #337ab7;
    border-radius: 3px;
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
    border: none;
}

.top_btn_mnc_row a {
    margin: 0 10px;
}

.top_btn_mnc_row a:first-child {
    margin-right: 0;
}

.top_btn_mnc_row a:last-child {
    margin-right: 0;
}

/*.btn-edit { background: #1DA1F2; }
.btn-inner { display: inline-block;border: none;border-radius: 3px;padding: 8px 10px; }*/
.btn_blue i {
    font-size: 12px;
    padding-right: 5px;
}

.btn_blue:hover {
    color: #ffffff;
    background: rgba(51, 122, 183, 0.8);
}

.btn_blue:active {
    background: rgba(51, 122, 183, 0.8);
    border-radius: 3px;
}

.btn_blue:focus {
    color: #ffffff;
}

.btn_red {
    display: inline-block;
    background-color: #C8272E;
    border-radius: 3px;
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
    border: none;
}

.btn_red i {
    font-size: 12px;
    padding-right: 5px;
}

.btn_red:hover {
    color: #ffffff;
    background: rgba(200, 39, 46, 0.8);
}

.btn_red:active {
    background: rgba(200, 39, 46, 0.8);
    border-radius: 3px;
}

.btn_red:focus {
    color: #ffffff;
}

.blue_border_btn {
    display: inline-block;
    background-color: #fff;
    border-radius: 3px;
    padding: 9px 25px;
    position: relative;
    border: 1px solid #337ab7;
    color: #337ab7 !important;
    font-size: 16px;
    margin-right: 15px;
    transition: 0.4s linear;
}

.blue_border_btn:hover {
    background-color: #337ab7;
    color: #fff !important;
}


#cssmenu ul ul li a {
    color: #ffffff !important;
}

#cssmenu ul li ul li:hover:after {
    display: none;
}

.btn_blue:focus:after {
    color: #ffffff;
    border: 2px solid #76ABFF;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.text img {
    padding-right: 10px;
}

.text {
    text-decoration: none;
    line-height: 13px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: "San Francisco";
    letter-spacing: 1px;
}

.font11 {
    font-size: 16px;
}

.text-upper {
    text-transform: uppercase;
}

.view_link {
    float: left;
    width: 50%;
    text-transform: uppercase;
    font-size: 12px;
    color: #4A90E2;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 34px;
}

.view_link a {
    color: #4A90E2;
}

.table_data_cool_main.bid_board .view_link {
    margin: 0;
}

.table_data_cool_main.bid_board .paging_simple_numbers {
    margin: 30px 0 0 0;
}

.pagination .previous a,
.pagination .next a {
    padding: 6px;
    background: none;
}

.pagination a,
.pagination a:hover,
.pagination a:focus {
    background: none !important;
}

.pagination a {
    color: #4A4A4A !important;
    font-weight: 600;
    font-family: "San Francisco";
}

div.dataTables_paginate li.previous a:before,
div.dataTables_paginate li.next a:after {
    display: none;
}

.pagination li a {
    border: none;
    line-height: 23px;
}

.pagination li.next a {
    padding: 6px 0 0 4px !important;
}

div.dataTables_paginate li.next>a,
div.dataTables_paginate li.last>a {
    padding: 6px 0 0 0;
}

.tooltip>.tooltip-inner {
    background-color: #9d9d9d;
    padding: 6px 15px;
    font-family: "San Francisco";
    font-size: 14px;
    letter-spacing: 1px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #9d9d9d;
}

.popover-content h5 {
    padding: 0;
    margin: 5px 0 20px 0;
    color: #1E396B;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1;
    font-family: "San Francisco";
}

.popover-content p {
    font-family: "San Francisco";
    font-weight: 500;
    color: #000000;
    line-height: 15px;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    font-size: 12px;
    border-bottom: 1px solid #F1F1F1;
}

.popover-content p b {
    font-size: 12px;
    padding: 0;
}

.popover-content {
    background: #F6F6F6;
    padding: 15px;
    border-radius: 0;
}

.popover {
    border-radius: 0;
    min-width: 307px;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #F6F6F6;
}

body .select2-container.select2-container--open {
    z-index: 999999 !important;
}

table.dataTable thead th.sorting::after {
    content: "\f0dc";
    font-size: 13px;
    font-family: FontAwesome;
    color: #ffffff;
    opacity: 0.5;
    display: none;
}

table.dataTable thead th.sorting_asc::after {
    content: "\f0de";
    font-family: FontAwesome;
    color: #7C82A5;
    display: none;
}

table.dataTable .sort-icon {
    width: 12px;
    height: 10px;
    margin: 0 0 0 2px;
    display: inline-block;
    background: url('../images/icon-sort-desc.png') no-repeat center center;
}

table.dataTable .sorting_asc .sort-icon {
    background: url('../images/icon-sort-asc.png') no-repeat center center;
}

table.dataTable .sorting_desc .sort-icon {
    background: url('../images/icon-sort-desc.png') no-repeat center center;
}

table.dataTable .sorting_disabled .sort-icon {
    display: none;
}

.dataTables_wrapper {
    float: left;
    width: 100%;
    position: relative;
}

div.dataTables_wrapper div.dataTables_filter input {
    box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid rgba(82, 97, 115, 0.3);
    height: 34px;
    color: #999;
    font-size: 13px;
}

.assets {
    float: left;
    width: 100%;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    outline: none;
}

table.dataTable th {
    background: #337ab7;
    color: #ffffff;
    opacity: 1;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    text-transform: uppercase;
    font-family: "San Francisco";
}

.icput {
    float: left;
    width: 100%;
}

.icput-inner {
    float: left;
    width: 100%;
    border-top: 1px solid #EEEEEE;
    padding-top: 15px;
}

.icput-inner a.btn_red,
.icput-inner input.btn_blue {
    float: left;
    margin: 0 15px 0 0;
}

.icput .illop {
    width: auto !important;
    float: left;
    font-size: 13px !important;
    padding: 10px;
}

.icput .illop1 {
    width: 80px !important;
    float: left;
    font-size: 13px !important;
    border: 1px solid rgba(82, 97, 115, 0.3);
    outline: none;
    box-shadow: none;
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px;
}

.select2-selection__choice {
    border: none !important;
    background: #337ab7 !important;
    color: #ffffff;
    line-height: 24px !important;
    height: 24px;
    padding: 0 10px !important;
    border-radius: 24px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
}

.btn-file {
    position: relative;
    overflow: hidden;
    float: left;
    background: #337ab7;
    border-color: #337ab7;
    color: #ffffff;
}

.btn-file:hover,
.btn-file:focus,
.btn-file.active {
    background: rgba(51, 122, 183, 0.8);
    border-color: rgba(51, 122, 183, 0.8);
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
    color: #ffffff;
}

.Op_all_table_main {
    float: left;
    width: 100%;
}

/*---------Login CSS---------*/

.login_bg {
    background: linear-gradient(315.62deg, #18165D 0%, #384E9A 57.45%, #3B5AA4 67.36%, #3B5AA4 67.36%, #3C5FA8 70.97%, #3F6CB3 81.83%, #4483C6 100%);
}

.login_main_admin {
    float: left;
    width: 100%;
    padding: 200px 0;
}

.well {
    background-color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
}

.well.login-box {
    width: 450px;
    margin: 0 auto;
}

.well.login-box legend {
    font-size: 26px;
    text-align: center;
    font-weight: 300;
    padding-bottom: 20px;
}

.well.login-box label {
    font-weight: 300;
    font-size: 14px;
    color: #222222;
    font-family: "San Francisco";
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    opacity: 0.6;
}

.well.login-box input[type="text"] {
    box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid rgba(82, 97, 115, 0.3);
    height: 40px;
}

.well.welcome-text {
    font-size: 21px;
}

.forgot {
    color: #353DA4;
    font-size: 14px;
    font-weight: 400;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.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;
}

.modal-header {
    border: none;
}

.modal-footer {
    border: none;
}

/*---------Login CSS---------*/

.row-fluid-innet {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.cool-tab {
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.table_data_cool_main1x {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.row-fluid-innet .tab-content {
    float: left;
    width: 100%;
}

.cooltabx {
    border-bottom: 1px solid #EEEEEE;
}

.cooltabx.nav-tabs li.active a,
.cooltabx.nav-tabs li.active a:hover,
.cooltabx.nav-tabs li.active a:focus {
    border: none;
    /*border-bottom: 1px solid #222222;*/
    border: none;
}

.cooltabx.nav-tabs li.active a,
.cooltabx.nav-tabs li.active a:hover,
.cooltabx.nav-tabs li.active a:focus {
    background: #616161;
    color: #ffffff;
}

.cooltabx.nav-tabs li a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.cooltabx.nav-tabs li:first-child a {
    border-radius: 4px 0px 0 4px;
    -webkit-border-radius: 4px 0px 0 4px;
    -moz-border-radius: 4px 0px 0 4px;
}

.cooltabx.nav-tabs li:last-child a {
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
}

.cooltabx.nav li a {
    background: #222222;
    color: #ffffff;
    border: none;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

/*.switch-toggle.switch-on { background: linear-gradient(270deg, #20246C 0%, #4483C6 100%) !important; }*/
.switch-toggle.switch-on {
    background: #337ab7 !important;
}

div.switch-toggle {
    box-shadow: none !important;
    border: 1px solid #ccc;
}

div.switch-toggle:after {
    top: 2px !important;
}

.data_top {
    float: left;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.inner_tblOP {
    background: #f6f6f8;
    float: left;
    width: 100%;
    padding: 15px;
    box-shadow: 0 5px 10px 0 rgba(82, 97, 115, 0.1);
    border: 1px solid #EEEEEE;
    margin-bottom: 30px;
}

.row-fluid-innet .tab-content {
    background: #ffffff;
    padding: 10px;
}

.modal {
    z-index: 999999;
}

.table_data_cool_main td span {
    padding: 0 8px;
}

.bootstrap-dialog-footer .btn {
    width: 50%;
    float: left;
    text-align: center;
    border-radius: 0;
    padding: 16px 20px;
    margin: 0 !important;
}

/*.improt_add_all_form { float: left;border: 1px solid #EEEEEE;box-shadow: 0 5px 10px 0 rgba(82,97,115,0.1);background: #ffffff;padding: 10px; }*/
/*.improt_add_all_form label { text-align: left;color: #222222;opacity: 0.5;font-size: 16px;line-height: 20px;float: left;width: 100%;font-weight: 500; }*/
.inner_add_all_form {
    float: left;
    width: 100%;
    border: 1px solid #EEEEEE;
    box-shadow: 0 5px 10px 0 rgba(82, 97, 115, 0.1);
    background: #ffffff;
    padding: 10px;
}

.inner_add_all_form label {
    text-align: left;
    color: #222222;
    opacity: 0.5;
    font-size: 16px;
    line-height: 20px;
    float: left;
    width: 100%;
    font-weight: 500;
}

.icput .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.icput .select2-container--default .select2-selection--single {
    border: 1px solid rgba(82, 97, 115, 0.3);
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
}

.icput .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.icput .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    position: relative;
    height: 40px;
    top: 0;
}

.icput .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    position: absolute;
    top: 0;
    font-family: FontAwesome;
    top: 0;
    color: rgba(82, 97, 115, 0.3);
    font-size: 18px;
    height: 100%;
    line-height: 40px;
    right: 0;
}

.icput .select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f106";
}

.icput .select2-selection__clear {
    display: none;
}

.select2-container--open .select2-dropdown--below {
    border: none;
    box-shadow: 0 8px 16px 0 rgba(82, 97, 115, 0.18);
}

.select2-dropdown--above {
    border: 1px solid #353DA4 !important;
    border-bottom: none !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
}

span.select2-selection[aria-expanded=true] {
    border-color: #353DA4 !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
}

.icput .select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(82, 97, 115, 0.3);
    height: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    width: 100%;
    min-height: 40px;
}

.icput .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: normal;
}

.icput textarea {
    width: 100%;
    border: 1px solid rgba(82, 97, 115, 0.3);
    outline: none;
    box-shadow: none;
    resize: none;
    height: 80px !important;
}

.icput .form-control {
    width: 100%;
    border: 1px solid rgba(82, 97, 115, 0.3);
    outline: none;
    box-shadow: none;
    resize: none;
    height: 40px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
}

.icput .form-control:focus {
    border: 1px solid #353DA4 !important;
}

.icput .forcll {
    width: 92%;
    float: left;
    display: inline-block;
    border: 1px solid rgba(82, 97, 115, 0.3);
    outline: none;
    box-shadow: none;
    height: 40px;
    border-radius: 0 3px 3px 0 !important;
    -webkit-border-radius: 0 3px 3px 0 !important;
    -moz-border-radius: 0 3px 3px 0 !important;
    padding: 10px;
}

.icput .forcll:focus {
    border: 1px solid #353DA4 !important;
}

.icput .input-group-addon {
    float: left;
    width: 8%;
    display: inline-block;
    padding: 0;
    line-height: 38px;
    border-radius: 3px 0 0 3px !important;
    -webkit-border-radius: 3px 0 0 3px !important;
    -moz-border-radius: 3px 0 0 3px !important;
}

.incput {
    float: left;
    width: 100%;
}

.inner_add_all_form .form-group {
    float: left;
    width: 100%;
}

/*.fade.in {overflow-x: hidden; overflow-y: auto;}*/
.modal-header {
    background: linear-gradient(180deg, #337ab7 0%, #337ab7 100%);
}

.modal-content {
    border: none;
}

.leflt {
    float: left;
    padding-top: 5px;
}
.leflt_main{
    margin-bottom: 10px;
}

.righst_second {
    /*float: left;*/
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    padding-left: 40px;
}
.righst_third {
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    padding-left: 15px;
    margin-top: 5px;
}
.righst {
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    padding-left: 15px;
    margin-top: 5px;
}

.modal-content {
    box-shadow: 0 -16px 28px 3px rgba(0, 0, 0, 0.11);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

.bootstrap-dialog .modal-header {
    border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
}

.modal-dialog {
    width: 400px;
}

.modal-body {
    padding: 0;
}

button.close {
    outline: none;
}

.modal-footer {
    padding: 0;
    border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    overflow: hidden;
    border: none;
}

.modal-footer .btn:first-child {
    border-right: 1px solid #E4E4E4;
}

.modal-footer .btn {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    border: none;
}

.modal-footer .btn:hover {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    background: none;
}

.btn-success {
    background: none;
}

.all_model_setting .modal-header {
    border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
}

.all_model_setting .modal-header .modal-title {
    color: #ffffff;
}

.all_model_setting .modal-dialog {
    width: 550px;
}
#view_contact_model .modal-dialog,
#view_customer_model .modal-dialog {
    width: 90%;
    max-width: 750px;
}

.all_model_setting .modal-dialog {
    width: 550px;
}

.all_model_setting .modal-dialog .modal-body {
    padding: 15px 0;
}

.all_model_setting .inner_add_all_form {
    box-shadow: none;
}

.all_model_setting .inner_add_all_form .icput text[type=text] {
    width: 100%;
}

.all_model_setting .inner_add_all_form .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.all_model_setting .modal-footer {
    padding: 15px;
}

.af_open_model,
.ef_open_model {
    position: absolute;
    right: 15px;
    top: 35px;
}

.af_open_model i,
.ef_open_model i {
    color: #222222;
}

.form-group {
    position: relative;
}

.mmrg {
    margin: 0 5px 0 0;
}

.btn_plus {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
}

.rmvDivoo {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.all_model_setting .modal-footer {
    border-top: 1px solid #e5e5e5 !important;
}

.forxcool {
    float: left;
    width: 100%;
}

.x_panel {
    float: left;
    width: 100%;
}

.x_panel .x_title h2 {
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 15px;
}

.x_panel {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.rvty {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.icput .select2-container {
    width: 100% !important;
}

.footer_tbl_div {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 20px 10px;
    border: 1px solid #EEEEEE;
    border-top: none;
    font-size: 16px;
    color: #444444;
    font-weight: 500;
    text-align: right;
}

.footer_tbl_div b {
    font-size: 18px;
}

table.dataTable {
    margin-bottom: 0 !important;
}

#view_customer_model .modal-dialog,
#view_customer_model .modal-content,
#view_contact_model .modal-dialog,
#view_contact_model .modal-footer,
#view_contact_model .modal-content {
    /* border-radius: 0; */
}

.btn-default:hover {
    color: #ffffff;
}

.popover-content .fa-times {
    position: absolute;
    right: 16px;
    top: 15px;
}

.fgtyRANGILA {
    float: left;
    margin-left: 15px !important;
    padding: 5px 10px;
}

.fgtyRANGILA span {
    top: 0;
}

/* 11-8-2017 start css */

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0px;
    outline-offset: 0px;
}

.btn-danger .glyphicon-minus {
    line-height: 25px;
}

.icput .form-group .icput-inner {
    text-align: right
}

.icput .form-group .icput-inner a.btn_red,
.icput .form-group .icput-inner input.btn_blue {
    float: none;
    margin: 0 15px 0 0;
    display: inline-block;
}

.icput .form-group .icput-inner a.btn_red {
    overflow: inherit;
    margin-right: 0px;
}

.custom_radio_block:first-child {
    margin-left: 0px;
}

.custom_radio_block {
    width: auto;
    margin: 10px;
    float: left;
}

.custom_radio_block .radio-inline {
    opacity: 1;
    padding: 0px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: rgba(34, 34, 34, 0.5);
    margin: 0;
    opacity: 1;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #57ABE0;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #57ABE0;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.alert-danger p {
    color: #a94442 !important;
}

.alert {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border: 0px;
    padding: 8px 10px;
    margin: 15px 0;
}

.error_paddingx {
    padding: 0 15px;
}

.tr_fulls div {
    float: left !important;
    width: 100%;
    margin-bottom: 10px !important;
}

.tr_fulls {
    float: left;
    width: 100%;
}

.alert span {
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 20px;
    margin-right: 20px;
    display: inline-block;
    float: left;
}

.alert .cool-info-span {
    border-radius: 50%;
}

.alert .cool-success-span {
    border: 2px solid transparent;
}

.alert .cool-danger-span {
    transform: rotate(45deg);
}

.alert .cool-danger-span i {
    transform: rotate(-45deg);
    margin-top: 1px;
}

.alert-cool-info {
    background: linear-gradient(270deg, #20246C 0%, #4483C6 100%);
}

.alert-cool-notification {
    background: #222222;
}

.alert-cool-danger {
    background: #C8272E;
}

.alert-cool-success {
    background: #8EC56D
}

.alert .close {
    color: #fff;
    opacity: 1;
}

.C_o_o_l_bid_quote_nw_new_main_LC {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.quote_summ_C_OO_L_mnc {
    float: left;
    width: 100%;
}

.Pri_main_inner_Quote ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0 20px;
}

.Pri_main_inner_Quote ul li {
    float: left;
    padding: 0;
    margin: 0;
    text-align: left;
    /*width: 16%;*/
    width: 14%;
}
.selectedGrossMarginCls {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #020202;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.ext_price_b{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #020202;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.ext_c b{
    color: #222!important;
}
.ext_cost_b{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #020202;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.Pri_main_inner_Quote ul li:nth-child(4) {
    width: 16%;
}

.Pri_main_inner_Quote ul li b {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #020202;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.Pri_main_inner_Quote ul li h3 {
    font-size: 30px;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000000;
    line-height: 41px;
    font-weight: 300;
    font-family: "San Francisco";
}

.for_summary_main_qu_O_T {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.Pri_main_inner_Quote_TAB {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.magic_header {}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.Pri_main_inner_Quote_TAB .cooltabx.nav li.active a {
    color: #000000;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    background: none;
    font-size: 14px;
}

.Pri_main_inner_Quote_TAB .cooltabx.nav li a {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    background: none;
    padding: 10px 30px;
}

.Pri_main_inner_Quote_TAB .cooltabx.nav li.active {
    position: relative;
}

.Pri_main_inner_Quote_TAB .cooltabx.nav li.active:before {
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #44BAD5;
    width: 100%;
    left: 0;
    content: "";
}

.Pri_main_inner_Quote_TAB .cooltabx {
    border-bottom: 1px solid rgba(151, 151, 151, 0.38);
}

.Pri_main_inner_Quote ul li:last-child b {
    color: #000;
}

.Pri_main_inner_Quote ul li:last-child h3 {
    color: #000;
}

/* .Pri_main_inner_Quote ul li:last-child b { color:#FD6373; } */
/* .Pri_main_inner_Quote ul li:last-child h3 { color:#E93547; } */
.Ship_sold_main_DI_V {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.Ship_sold_main_DI_V table {
    width: 100%;
    float: left;
}

.Ship_sold_main_DI_V table th {
    color: #7C82A5;
    font-size: 13px;
    border-bottom: 1px solid #979797;
}

.Ship_sold_main_DI_V table thead {
    border-bottom: 1px solid #979797;
}

.Pri_main_inner_Quote_TAB .tab-content {
    background: none;
}

.Ship_sold_main_DI_V table td select {
    width: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down-arrow.png) no-repeat right;
    padding-left: 0;
}

.Ship_sold_main_DI_V table td select.form-control {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    height: 25px;
    font-size: 12px;
}

.Ship_sold_main_DI_V table td select:focus {
    outline: none;
}

/*.for_summary_main_qu_O_T .form-control {
    padding: 0px;
    }*/
    .x_content {
        float: left;
        width: 100%;
    }

    .Collpsert .x_content {
        display: none;
    }

    .OPLremborderx .x_panel .x_title h2 {
        border-bottom: 0 !important;
    }

    .x_title {
        position: relative;
    }

    .for_coll_espacool {
        position: absolute;
        right: 20px;
        top: -5px;
        font-size: 40px;
        line-height: 0;
        color: #399AD6;
    }

    .Ship_sold_main_DI_V td {
        height: 30px;
    }

    .Ship_sold_main_DI_V table td input {
        width: 100%;
        border: none;
        padding: 5px;
        height: 25px;
        font-size: 12px;
    }

    .Ship_sold_main_DI_V table td input:focus {
        outline: none;
    }

    .hide_search .pos_dop_postion {
        display: none;
    }

    .Ship_sold_main_DI_V table td {
        padding: 0px 5px;
        position: relative;
    }

    .Ship_sold_main_DI_V table td textarea {
        width: 100%;
        border: none;
        padding: 5px;
        height: 25px;
        resize: none;
    }

    .Ship_sold_main_DI_V table td textarea:focus {
        outline: none;
    }

    .Ship_sold_main_DI_V table td:nth-child(1),
    .Ship_sold_main_DI_V table th:nth-child(1) {
        width: 1%;
    }

    .Ship_sold_main_DI_V table td:nth-child(2),
    .Ship_sold_main_DI_V table th:nth-child(2) {
        width: 9%;
    }

    .Ship_sold_main_DI_V table td:nth-child(3),
    .Ship_sold_main_DI_V table th:nth-child(3) {
        width: 9%;
    }

    .Ship_sold_main_DI_V table td:nth-child(4),
    .Ship_sold_main_DI_V table th:nth-child(4) {
        width: 8%;
    }

    .Ship_sold_main_DI_V table td:nth-child(5),
    .Ship_sold_main_DI_V table th:nth-child(5) {
        width: 3%;
    }

    .Ship_sold_main_DI_V table td:nth-child(6),
    .Ship_sold_main_DI_V table th:nth-child(6) {
        width: 25%;
    }

    .Ship_sold_main_DI_V table td:nth-child(7),
    .Ship_sold_main_DI_V table th:nth-child(7) {
        width: 6%;
    }

    .Ship_sold_main_DI_V table td:nth-child(8),
    .Ship_sold_main_DI_V table th:nth-child(8) {
        width: 6%;
    }

    .Ship_sold_main_DI_V table td:nth-child(9),
    .Ship_sold_main_DI_V table th:nth-child(9) {
        width: 6%;
    }

    .Ship_sold_main_DI_V table td:nth-child(10),
    .Ship_sold_main_DI_V table th:nth-child(10) {
        width: 5%;
    }

    .Ship_sold_main_DI_V table td:nth-child(11),
    .Ship_sold_main_DI_V table th:nth-child(11) {
        width: 7%;
    }

    .Ship_sold_main_DI_V table td:nth-child(12),
    .Ship_sold_main_DI_V table th:nth-child(12) {
        width: 7%;
    }

    .Ship_sold_main_DI_V table td:nth-child(13), .Ship_sold_main_DI_V table th:nth-child(13) { width: 8%; }

    .Ship_sold_main_DI_V table td:nth-child(5) input,
    .Ship_sold_main_DI_V table td:nth-child(7) input,
    .Ship_sold_main_DI_V table td:nth-child(8) input,
    .Ship_sold_main_DI_V table td:nth-child(9) input,
    .Ship_sold_main_DI_V table td:nth-child(10) input {
        text-align: right !important;
    }

    .Ship_sold_main_DI_V table td .pos_dop_postion {
        position: absolute;
        right: 4px;
        top: 6px;
    }

    .Ship_sold_main_DI_V table td.text-right {
        text-align: right;
    }

    .Ship_sold_main_DI_V table tr.bPresr_DEOr td {
        border-bottom: 1px solid #979797;
        background: #e0f0fa;
    }

    .Ship_sold_main_DI_V table tr.bPresr_DEOr td input {
        background: #e0f0fa;
    }

    .ful_tbl_ateaxtare {
        float: left;
        width: 100%;
    }

    .for_tax_DIv_main_KHU_left textarea {
        width: 100% !important;
        height: 133px !important;
        background: #F7F7F7;
        float: left;
        border: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        resize: none;
        padding: 15px;
        box-shadow: none;
    }

    .for_tax_DIv_main_KHU_left .new_lkop_lavbel:first-child {
        margin-right: 20px;
    }

    .for_tax_DIv_main_KHU_left textarea:first-child {
        margin-right: 20px;
    }

    .for_tax_DIv_main_KHU_left textarea:focus {
        outline: none;
    }

    .for_tax_DIv_main_KHU {
        float: left;
        width: 100%;
        background: #ffffff;
        padding: 20px 0;
    }

    .for_tax_DIv_main_KHU .for_tax_DIv_main_KHU_left {
        width: 76%;
        float: left;
        padding: 0 20px;
    }

    .for_tax_DIv_main_KHU .for_tax_DIv_main_KHU_right {
        width: 24%;
        float: left;
    }

    .for_tax_DIv_main_KHU_right_inner {
        float: left;
        width: 100%;
    }

    .for_tax_DIv_main_KHU_right_inner_row {
        width: 100%;
        border-bottom: 1px solid #979797;
        float: left;
    }

    .for_tax_DIv_main_KHU_right_inner_row .inner_row_td {
        vertical-align: middle;
    }

    .for_tax_DIv_main_KHU_right_inner_row .inner_row_td:nth-child(1) {
        width: 32.2% !important;
    }

    .for_tax_DIv_main_KHU_right_inner_row .inner_row_td.slcofont {
        color: #7C81A6;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 12px;
    }

    .for_tax_DIv_main_KHU_right_inner_row .inner_row_td:nth-child(2) {
        width: 34% !important;
    }

    .for_tax_DIv_main_KHU_right_inner_row .inner_row_td:nth-child(3) {
        width: 33.8% !important;
    }

    .for_tax_DIv_main_KHU_right_inner_row .inner_row_td:last-child {
        border-right: none;
    }

    .for_tax_DIv_main_KHU_right_inner_row tr:last-child .inner_row_td {
        border-bottom: none;
    }

    .for_tax_DIv_main_KHU_right_inner_row .inner_row_td.text-right input {
        text-align: right;
    }

    .for_tax_DIv_main_KHU_right_inner_row table {
        width: 100%;
    }

    .fontboxld {
        font-weight: 600;
        color: #000000;
        font-family: 'Open Sans', sans-serif;
    }

    .drop_default_tmplt {
        float: left;
        width: 100%;
        padding: 20px 0;
        background: #ffffff;
    }

    .drop_default_tmplt .form-control {
        border: none;
        box-shadow: none;
        width: auto;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../images/down-arrow.png) no-repeat right;
        padding-right: 30px;
    }

    .drop_default_tmplt_inner {
        float: left;
        width: 100%;
    }

    .drop_default_tmplt_inner_first {
        width: 100%;
        float: left;
    }

    .drop_default_tmplt_inner_scnd {
        width: 100%;
        float: left;
        background: #F7F7F7;
        padding: 15px;
        margin-top: 15px;
        min-height: 178px;
    }

    .drop_default_tmplt_inner_rgt {
        float: left;
        width: 100%;
        text-align: right;
        min-height: 227px;
        position: relative;
    }

    .drop_default_tmplt_inner_rgt select {
        float: right;
    }

    .drop_default_tmplt_inne_second {
        float: left;
        width: 100%;
        text-align: right;
    }

    .drop_default_tmplt_inne_second a {
        color: #4A90E2;
    }

    .drop_default_tmplt_inne_third {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .drop_default_tmplt_inne_third .all_xl_btns {
        display: inline-block;
        font-size: 13px;
        line-height: inherit;
        color: #FFFFFF;
        font-weight: 600;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background: #54A6D4;
        padding: 8px 10px;
        margin: 0 5px;
        letter-spacing: 1px;
        border: none;
        box-shadow: none;
    }

    .drop_default_tmplt_inne_third .all_xl_btns i,
    .drop_default_tmplt_inne_third .all_xl_btns img {
        padding-right: 5px;
    }

    .sVESave {
        position: relative;
        display: inline-block;
    }

    .sVESave:after {
        position: absolute;
        left: 0;
        content: "\f0c7";
        top: 5px;
        color: #ffffff;
        font-family: FontAwesome;
        font-size: 18px;
        left: 14px;
    }

    .sVESave .all_xl_btns {
        padding-left: 33px;
        padding-right: 13px;
    }

    .drop_default_tmplt_inne_third .all_xl_btns:last-child {
        margin-right: 0;
    }

    ul.context-menu-list {
        border: 1px solid #979797;
    }

    ul.context-menu-list:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #f6f6f6;
        top: -5px;
        left: 24px;
        z-index: 555;
    }

    .minwidTHUP {
        /*width: 250px;*/
        width: 450px;
    }

    .fghu_ {
        margin-bottom: 10px;
    }

    ul.context-menu-list:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #979797;
        top: -7px;
        left: 23px;
        z-index: 222;
    }

    .lsJOBt_lost {
        background: #FF526D !important;
    }

    .lsJOBt_win {
        background: #00C27B !important;
    }

    .context-menu-list {
        background: #F6F6F6;
        padding: 0;
        width: 257px;
    }

    .context-menu-list li {
        padding: 10px 20px;
        float: left;
        width: 100%;
    }

    .context-menu-list li .cl_im_h_kOP {
        float: left;
        padding-right: 10px;
    }

    .context-menu-list li:hover {
        background: #f7f7f7;
        color: #222222;
    }

    .context-menu-list li span {
        float: left;
        font-weight: normal;
    }

    .points_table tr:last-child {
        border-bottom: 1px solid #EEEEEE;
    }

    .points_table tr td:last-child {
        border-right: 1px solid #979797;
    }

    .magic_header1 .points_table th {
        border-bottom: none !important;
    }

    .new_lkop_lavbel {
        width: 100% !important;
        float: left;
    }

    .new_lkop_lavbel label {
        float: left;
        width: 100%;
        text-align: left;
        color: #222222;
        opacity: 0.5;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }

    .new_lkop_lavbel textarea {
        padding: 10px !important;
    }

    .x_panel {
        margin-bottom: 0;
    }

    .x_panel .x_title h2 {
        margin: 0 0 10px 0;
        padding: 10px 0;
        font-size: 22px;
    }

    input#bid_reminder {
        margin: 0 10px;
    }

    .Pri_main_inner_Quote_TAB {
        margin: 15px 0;
    }

    .icput .illop {
        padding: 10px 0px;
        margin: 0;
    }

    .points_table thead {
        width: 100%;
    }

    .points_table tbody {
        /*height: 362px;*/
        /*overflow-y: auto;*/
        width: 100%;
    }

    .bPresr_DEOr_PB td:first-child {
        width: 100% !important;
    }

    .bPresr_DEOr_PB td {
        background: #f5f7dd;
        text-align: center !important;
    }

    .bPresr_DEOr td:first-child {
        width: 86% !important;
    }

    .bPresr_DEOr td:nth-child(2),
    .bPresr_DEOr td:nth-child(3) {
        width: 7% !important;
    }

    .points_table thead tr {
        width: 100%;
    }

    .points_table tr {
        width: 100%;
    }

    .points_table thead,
    .points_table tbody,
    .points_table tr,
    .points_table td,
    .points_table th {
        display: inline-block;
    }

    .points_table tbody td,
    .points_table thead>tr>th {
        float: left;
        border-bottom-width: 0;
    }

    .points_table thead>tr>th {
        padding: 2px 5px !important;
        line-height: 32px;
    }

    .points_table>tbody>tr>td,
    .points_table>tbody>tr>th,
    .points_table>tfoot>tr>td,
    .points_table>tfoot>tr>th,
    .points_table>thead>tr>td,
    .points_table>thead>tr>th {
        line-height: 30px;
        height: 35px;
        text-align: left;
    }

    .fghu_ {
        float: right;
        width: 250px;
        text-align: left;
    }

    .Pri_main_inner_Quote {
        float: left;
        width: 100%;
    }

    .points_table_scrollbar {
        /*height: 412px;*/
        overflow-y: scroll;
    }

    .points_table_scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
        border-radius: 0;
        background-color: #444444;
    }

    .points_table_scrollbar::-webkit-scrollbar {
        width: 0.5%;
        min-width: 5px;
        background-color: #F5F5F5;
    }

    .points_table_scrollbar::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: #399AD6;
    }

    .fixed-pos .page_inner_div {
        padding-top: 144px;
    }

    .magic_header1 .points_table thead {
        border-bottom: none;
    }

    .magic_header1 .points_table th {
        border: 1px solid #dededf;
    }

    .fixed-pos .header_botom_part {
        padding-bottom: 0;
    }

    .fixed-pos .Ship_sold_main_DI_V {
        margin-bottom: 0;
    }

    /*.fixed-pos .top-bif-frm { display: none; }*/
    /*.fixed-pos .Pri_main_inner_Quote { position: fixed;width: 100%;top: 129px;z-index: 55555;padding: 50px 0; }*/
    /*.fixed-pos .Pri_main_inner_Quote_TAB { position: fixed;width: 100%;top: 294px;left: 0;margin: 0; }*/

    .hkl td {
        width: 100% !important;
    }

    /* 11-8-2017 end css */

    /*.fixed-pos .magic_body, .fixed-pos .magic_bodyd1 {*/
        .fixed-pos .magic_body {
            display: none
        }

        .fixed-pos .magic_header {
            background: #f6f6f8;
        }

        .fixed-pos .magic_header1 {
            background: #f6f6f8;
        }

        .fixed-posa .magic_bodyd1 {
            display: none;
        }

        .magic_header {
            float: left;
            width: 100%;
            padding: 0 45px;
        }

        .magic_header1 {
            float: left;
            padding: 0 55px;
            width: 100%;
        }

        /*-------------Kevin---------*/

        .Ship_sold_main_DI_V table td textarea {
            width: 100%;
            border: none;
            padding: 0px;
            font-size: 12px;
            line-height: 14px;
            resize: none;
            height: 25px;
            margin: 5px 0;
        }

        .Ship_sold_main_DI_V table td .pos_dop_postion {
            position: absolute;
            right: 4px;
            top: 2px;
            background: #fff;
            padding-left: 3px;
        }

        .Ship_sold_main_DI_V table td select.form-control {
            box-shadow: none;
            padding: 0px;
            height: 30px;
            font-size: 12px;
            cursor: pointer;
        }

        .Pri_main_inner_Quote_TAB .cooltabx.nav li.active a {
            color: #000000;
            opacity: 1;
            font-family: 'Open Sans', sans-serif;
            background: none;
            font-size: 14px;
        }

        .Pri_main_inner_Quote_TAB .cooltabx.nav li a {
            color: #000000;
            font-size: 14px;
            font-weight: 300;
            opacity: 0.5;
            font-family: 'Open Sans', sans-serif;
            background: none;
            padding: 10px 30px;
        }

/*
form#HistoryForm {
    padding-bottom: 50vh;
}
*/
.fixed-pos .magic_header h3 {
    font-size: 20px;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
    color: #000000;
    line-height: 14px;
    font-weight: 500;
}

.magic_header1 .points_table th {
    font-weight: 500;
}

.fixed-pos .magic_header b {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    opacity: 0.5;
    line-height: 26px;
    margin: 0;
    padding: 4px 0 0;
}

.fixed-pos .Ship_sold_main_DI_V {
    margin-top: 0;
}

.points_table>tbody>tr>td,
.points_table>tbody>tr>th,
.points_table>tfoot>tr>td,
.points_table>tfoot>tr>th,
.points_table>thead>tr>td,
.points_table>thead>tr>th {
    line-height: 30px;
    height: 35px;
    text-align: left;
    padding: 0 5px;
}

.points_table>tbody>tr>td {
    border: 1px solid #979797;
    border-right: 0;
    border-top: 0;
}

.Ship_sold_main_DI_V table td input {
    width: 100%;
    border: none;
    padding: 0;
    font-size: 12px;
}

table.dataTable thead th.sorting_desc::after {
    content: "\f0dd";
    font-family: FontAwesome;
    color: #ffffff;
    display: none;
}

table.dataTable thead th.sorting_asc::after {
    color: #ffffff;
    display: none;
}

/*------------PDF design-----------*/

.rockr_new_popup {
    width: 992px !important;
}

.rockr_new_popup .form_label {
    text-transform: capitalize;
}

.rockr_new_popup .mrg_top {
    margin-top: -8px;
}

.rockr_new_popup .half {
    width: 50%;
}

.rockr_new_popup .icput .form-control {
    height: 30px;
}

.rockr_new_popup .mrg_top .select2-container {
    width: 100% !important;
    border: 1px solid rgba(82, 97, 115, 0.3);
    outline: none;
    box-shadow: none;
    resize: none;
    height: 30px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
}

.rockr_new_popup .mrg_top .select2-container .select2-selection--single {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    height: 30px;
}

.rockr_new_popup .mrg_top .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.rockr_new_popup .mrg_top .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
}

.rockr_new_popup .mrg_top .select2-selection__clear {
    display: none;
}

.rockr_new_popup .select2-container {
    width: 100% !important;
    border: 1px solid rgba(82, 97, 115, 0.3);
    outline: none;
    box-shadow: none;
    resize: none;
    height: 30px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
}

.rockr_new_popup .select2-container .select2-selection--single {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    height: 30px;
}

.rockr_new_popup .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.rockr_new_popup .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

.rockr_new_popup .select2-container .select2-selection--multiple {
    min-height: 30px;
    border: 0px;
    background: transparent;
}

.rockr_new_popup .select2-container .select2-search--inline .select2-search__field {
    margin-top: 2px;
}

.rockr_new_popup .select2-selection__choice {
    line-height: 20px !important;
    height: 20px;
}

.from_pdf {
    height: 250px;
    overflow-y: scroll;
}

.pdf_logo {
    float: left;
    width: 100%;
    margin: 0 0 8px 0;
}

.pdf_logo img {
    width: 200px;
}

.pdf_add {
    float: left;
    width: 100%;
}

.pdf_add p {
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    margin: 0px;
}

.pdf_hd_right {
    float: right;
    width: 100%;
}

.hd_right_title {
    font-size: 22px;
    font-weight: bold;
    color: #222222;
    text-align: right;
}

.date_qut_blk {
    float: left;
    width: 100%;
    padding: 5px 10px;
    background: #f6f6f8;
}

.date_qut_blk ul {
    margin: 0;
    padding: 0;
}

.date_qut_blk ul li {
    display: block;
}

.date_qut_blk_left {
    font-size: 12px;
    color: #222222;
    text-align: left;
    line-height: 30px;
    font-weight: 600;
    width: 50%;
    float: left;
    text-transform: capitalize;
}

.date_qut_blk_left:last-child {
    text-align: right;
}

.pdf_middle_blk_main {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.pdf_middle_blk_inner {
    float: left;
    width: 100%;
    background: #f6f6f8;
    padding: 15px;
}

.pdf_middle_blk_inner_left {
    float: left;
    width: 30%;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
}

.pdf_middle_blk_inner_right {
    float: left;
    width: 70%;
}

.pdf_middle_blk_inner_right_cnt {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    margin: 0 0 15px 0;
}

.pdf_middle_blk_inner_right_cnt:last-child {
    margin-bottom: 0px;
}

.ropes_gry_blk {
    width: 100%;
    float: left;
}

.ropes_gry_blk_title {
    font-size: 22px;
    color: #222222;
    text-transform: capitalize;
    margin: 10px 0;
}

.ropes_gry_table_blk {
    width: auto;
    float: right;
}

.ropes_gry_table_blk ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #222;
    float: left;
    width: 100%;
    text-align: center;
}

.ropes_gry_table_blk ul li {
    padding: 8px 10px;
    border-right: 1px solid #222;
    display: table-cell;
    float: none;
    text-align: center;
    min-height: 56px;
    font-weight: 600;
    vertical-align: middle;
}

.ropes_gry_table_blk ul li:last-child {
    border-right: 0px;
}

.table_blk {
    margin: 15px 0 0;
    float: left;
    width: 100%;
}

.table_blk table {
    width: 100%;
}

.table_blk table th,
.table_blk table td,
.table_blk table td b,
.ropes_gry_table_blk.quote_table table td b {
    padding: 8px;
    font-size: 13px;
    color: #222222;
    text-align: left;
    line-height: 13px;
    font-weight: 600;
}

.table_blk table td b,
.ropes_gry_table_blk.quote_table table td b {
    font-weight: 700;
    padding: 0px;
}

.table_blk table th {
    border-right: 2px solid #fff;
}

.table_blk table td {
    border: 0;
    border-bottom: 1px solid #222;
}

.table_blk table th:nth-child(1) {
    width: 8%;
}

.table_blk table th:nth-child(2) {
    width: 17%;
}

.table_blk table th:nth-child(3) {
    width: 15%;
}

.table_blk table th:nth-child(4) {
    width: 40%;
}

.table_blk table th:nth-child(5) {
    width: 20%;
}

.tabe_blk table th:last-child {
    border-right: 0px;
}

.table_blk.quote_table_blk table th {
    width: auto;
}

.tble_total_blk {
    float: left;
    width: 100%;
    background: #f6f6f8;
    padding: 2px;
    margin-top: 2px;
}

.tble_total_blk ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tble_total_blk_inner {
    width: 49%;
    float: left;
    margin: 0 2% 0 0;
    font-size: 13px;
    color: #222222;
    text-align: right;
    line-height: 20px;
    font-weight: 600;
}

.tble_total_blk_inner:last-child {
    margin-right: 0px;
}

.total_amut_blk {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    font-weight: bold;
}

.tb_no_ng {
    background: transparent;
}

.disclaimer_blk {
    float: left;
    width: 100%;
}

.disclaimer_title {
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.disclaimer_blk p {
    font-size: 14px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
}

.app_sign {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.app_sign ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.app_sign ul li {
    width: 32%;
    margin: 0 2% 0 0;
    float: left;
}

.app_sign ul li:last-child {
    margin-right: 0px;
}

.app_sign_inner {
    float: left;
    width: 100%;
}

.app_sign ul li:nth-child(1) .app_sign_inner_left {
    width: 43%;
    float: left;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
}

.app_sign ul li:nth-child(1) .app_sign_inner_right {
    width: 57%;
    float: left;
    min-height: 18px;
    font-size: 13px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #222;
}

.app_sign ul li:nth-child(2) .app_sign_inner_left {
    width: 10%;
    float: left;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
}

.app_sign ul li:nth-child(2) .app_sign_inner_right {
    width: 90%;
    float: left;
    min-height: 18px;
    font-size: 13px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #222;
}

.app_sign ul li:nth-child(3) .app_sign_inner_left {
    width: 10%;
    float: left;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
}

.app_sign ul li:nth-child(3) .app_sign_inner_right {
    width: 90%;
    float: left;
    min-height: 18px;
    font-size: 13px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #222;
}

.app_sign_inner_right:focus {
    outline: 0 none;
}

.fax_blk {
    float: left;
    width: 100%;
}

.fax_blk p {
    font-size: 14px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
}

/*------------PDF design-----------*/

.his_textarea {
    min-height: 250px;
}

.PreviewPOBtn {
    display: inline-block;
    overflow: inherit;
    margin-right: 15px;
}

.DownloadBtn {
    display: inline-block;
    overflow: inherit;
    margin-right: 15px;
}

.custom_check_block {
    float: none;
    margin: 0;
    display: inline-block;
}

.custom_check_block .checkbox-inline {
    padding-left: 0px;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: rgba(34, 34, 34, 0.5);
    margin: 0;
    opacity: 1;
}

[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #c7c7c7;
    border-radius: 0;
    background: #fff;
}

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #57ABE0 url('../images/checked-icon.png') no-repeat center center / 15px auto;
    position: absolute;
    top: -10px;
    left: 0px;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.new_table_preview_main .preview_table_inner {
    width: 100%;
}

.new_table_preview_main input[type="text"] {
    border: none;
    padding: 0;
    text-align: right;
    width: 100%;
}

.new_table_preview_main textarea {
    width: 100%;
    border: none;
    padding: 0 15px 0 0;
    font-size: 14px;
    line-height: normal;
    resize: none;
    height: 17px;
    margin: 0;
}

.new_table_preview_main .form-control {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    height: auto;
    padding: 0 20px 0 0;
    background: url('../images/down-arrow.png') no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.new_table_preview_main input[type="text"]:hover,
.new_table_preview_main input[type="text"]:focus,
.new_table_preview_main textarea:hover,
.new_table_preview_main textarea:focus {
    outline: 0 none;
}

.new_single_col {
    margin-top: 10px;
}

.new_table_preview_main .preview_table_inner .custom_check_block {
    width: 20px;
}

/* job view page design */

.jv_row {
    float: left;
    width: 100%;
    margin: 0 0 38px 0;
}

.jv_row:last-child {
    margin-bottom: 0px;
}

.job_head_left {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
}

.job_head_title {
    margin: 0 0 10px 0;
}

.jv_head_row {
    float: left;
    width: 100%;
    color: #a9a9a9;
    font-size: 14px;
    line-height: normal;
    margin: 0;
}

.jv_fl_row {
    float: left;
    width: 100%;
    color: #333;
}

.job_head_right_blk {
    width: 100%;
    background: #fff;
    border: 1px solid #D2D8DC;
    padding: 20px;
    box-sizing: border-box;
    min-height: 350px;
    float: left;
}

.jv_img_blk {
    text-align: center;
    margin: 15px 0 50px 0;
}

.jv_drp_blk {
    float: left;
    width: 100%;
}

.jv_lbl_title {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 10px 0;
    color: #000;
}

.jv_drp_blk .select2 {
    width: 100% !important;
}

.jv_drp_blk .select2-selection {
    border: 1px solid #979797;
    background-color: #F6F6F8;
}

.jv_drp_blk .select2-selection__rendered {
    font-size: 12px;
}

.jv_bottom {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.jv_bottom .bid_board {
    padding: 0px;
}

.jv_bottom label {
    font-size: 15px;
    line-height: 34px;
    margin: 0;
}

.jv_cal_main {
    float: left;
    width: 100%;
}

.jv_cm_blk {
    float: left;
    width: 100%;
}

.jv_cm_blk .form-group>label {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 15px 0;
    display: block;
    font-weight: bold;
}

.jv_cal_main {
    float: left;
    width: 100%;
}

.jv_cal_title {
    background-color: #007CBF;
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 22px;
    letter-spacing: 1px;
    font-family: "San Francisco";
}

.jv_cal_title a {
    color: #fff;
    font-size: 25px;
    margin-top: -5px;
}

.jv_cal_pre {
    float: left;
}

.jv_cal_next {
    float: right;
}

.jv_cal_sec_main {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px;
}

.jv_cal_sec_main ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    text-align: center
}

.jv_cal_sec_main ul li {
    float: left;
    width: 14.28%;
    height: 40px;
    line-height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jv_cal_sec_main ul li {
    font-size: 14px;
    color: #30353C;
}

.jv_cal_sec_top,
.jv_cal_sec_bot {
    float: left;
    width: 100%;
}

.jv_cal_sec_top li {
    font-size: 14px;
    color: #30353C;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.jv_cal_sec_bot span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    cursor: pointer;
    padding-right: 0;
}

.grey.date_cell span {
    background-color: #007DC2;
    border: 2px solid #007DC2;
    border-radius: 50%;
    color: #fff;
}

.light_sky.date_cell span {
    background-color: #fff;
    border: 2px solid #cacaca;
    border-radius: 50%;
    color: #30353C;
}

.date_popup_wrap {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    right: 0px;
    width: 180px;
    z-index: 111;
}

.date_window {
    width: 100% !important;
    font-size: 14px;
    color: #fff;
    background: #007DC2;
    padding: 10px 5px;
    line-height: 14px;
    cursor: pointer;
    text-transform: capitalize;
}

.date_window:before {
    position: absolute;
    content: "";
    border-top: 5px solid #007DC2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    display: table;
    margin: 0 auto;
}

.jv_cal_sec_main ul li .date_popup_wrap li {
    position: relative;
    padding-left: 10px;
    text-align: left;
    display: block;
    align-items: inherit;
    justify-content: inherit;
}

.date_popup_wrap li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 5px;
}

.jv_cm_blk .form-group .TasksBtn {
    position: absolute;
    color: #007CBF;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    float: left;
    z-index: 1;
}

.jv_cm_blk .dct:first-child {
    border-top: 0;
    padding-top: 0;
}

.jv_cm_blk .dct:last-child {
    border-bottom: 0px;
}

.jv_cm_blk .dct label {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    text-align: left;
}

.jv_cm_blk .dct .custom_check_block .checkbox-inline {
    margin-top: -4px;
}

.jv_drp_blk span.selection {
    padding-right: 0;
}

.dct .custom_check_block [type="checkbox"]:checked+label:before,
.dct .custom_check_block [type="checkbox"]:not(:checked)+label:before {
    border: 2px solid #000;
}

.dct .custom_check_block [type="checkbox"]:checked+label:after,
.dct .custom_check_block [type="checkbox"]:not(:checked)+label:after {
    background: #000 url('../images/checked-icon.png') no-repeat center center / 15px auto;
}

/* job view tabs */
.with-nav-tabs.panel-primary {
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.with-nav-tabs.panel-primary .nav-tabs {
    border-bottom: 0;
}

.with-nav-tabs.panel-primary .panel-heading {
    border-radius: 0;
    background: #007CBF;
    border-color: #007CBF;
    padding: 0px;
    position: relative;
}

.with-nav-tabs.panel-primary .nav-tabs>li {
    width: 50%;
    text-align: center;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    display: table;
    margin: 0 auto;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: "San Francisco";
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "San Francisco";
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: transparent;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "San Francisco";
}

.with-nav-tabs.panel-primary .panel-body {
    height: 260px;
    overflow-y: auto;
}

/* end job view tabs */

.jv_chat_main {
    float: left;
    width: 100%;
    background: #fff;
}

.jv_chat_main .chat_top_blk {
    padding: 15px;
    height: 205px;
    overflow-y: auto;
}

.jv_chat_main .dct {
    padding: 0 0 20px 0;
    border-top: 0;
}

.jv_chat_main .dct .pv_au_title {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.jv_chat_main .dct .pv_msg_title {
    font-size: 15px;
    line-height: 18px;
}

.pv_msd_dt {
    font-size: 15px !important;
    line-height: 18px !important;
    color: rgba(0, 0, 0, 0.4) !important;
    margin: 0 !important;
}

.jv_chat_main .table>thead>tr>th {
    border-bottom: 2px solid #ccc !important;
}

.jv_chat_main .table td {
    border-top: 1px solid #ccc !important;
    border: 0;
}

.jv_chat_main .table tfoot td {
    font-weight: bold !important;
    color: #000;
}

.jv_chat_main .chat_bottom_blk {
    padding: 15px;
    float: left;
    width: 100%;
    border-top: 1px solid #000;
    /*position: absolute; bottom: 0; left: 0; right: 0;*/
}

.chat_bottom_blk .chat_input {
    width: 100%;
    resize: none;
    height: 30px;
    border: 0;
    margin-bottom: 18px;
    padding: 5px;
    font-size: 15px;
    line-height: 18px;
}

.chat_bottom_blk .cs_Btn {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    color: #007DC2;
    text-transform: uppercase;
}

.jv_padd {
    padding: 15px;
    height: 300px;
    overflow-y: auto;
}

.jv_file_name {
    font-size: 15px;
    line-height: 18px;
}

.jv_links {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    color: #007DC2;
    padding-right: 24px;
    float: none;
}

.jv_links:last-child {
    padding-right: 0;
}

.jv_pro_act_title {
    font-size: 15px;
    line-height: 18px;
    color: #000;
}

.jv_pro_ad {
    text-transform: capitalize;
}

.jv_cm_blk tr th,
.jv_cm_blk tr td {
    text-align: right;
}

.jv_last_row_inner_fst label {
    display: inline-block;
    margin: 0 25px 15px 0;
    float: left;
    font-size: 15px;
    line-height: 18px;
}

.jv_last_row_inner_fst .btn-file {
    position: relative;
    overflow: hidden;
    float: right;
    background: transparent;
    color: #007DC2;
    border: 0;
    padding: 0 0 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    background: url('../images/upload-icon.png') no-repeat left center / auto;
}

.jv_bottom .smelly_tag {
    padding: 0 !important;
}

/* qoute pdf design */
.table_data_cool_main .quote_date_qut_blk td {
    border: 0;
    padding: 0;
}

.quote_date_qut_blk {
    padding: 0;
    background: transparent;
}

.quote_table_blk table td {
    border-bottom: 0;
}

.table_data_cool_main .quote_inner_table td,
.table_data_cool_main .quote_table td {
    font-size: 13px !important;
    font-weight: 600;
    color: #222222;
    text-align: center;
    line-height: 20px;
    padding: 5px 20px;
    background: #f3f3f3 !important;
    border: 1px solid #222;
}

.full_tble {
    width: 100%;
    text-align: left;
    margin: 8px 0 0 0;
}

.full_tble:last-child {
    margin-top: 0;
}

.quote_table_blk .quote_table_blk_right {
    text-align: right;
    padding-right: 20px;
}

.stand_po_pop_text {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.stand_po_pop_text p {
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.po_total_block {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #222;
    float: left;
    width: 100%;
}

/* receving page design */

.rc_db_btn_div {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

.rc_db_btn_div .view_link1 {
    width: 49%;
    margin: 0 1% 0 0;
    float: left;
}

.rc_head_filter_div {
    float: left;
    width: 100%;
}

.rc_head_filter_div label {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #999;
}

.rc_head_filter_div .slt_op_select {
    width: 49%;
    margin: 0 2% 0 0;
    float: left;
}

.rc_head_filter_div .slt_op_select:last-child {
    margin-right: 0px;
}

.rc_head_filter_div .slt_op_select .select2 {
    width: 100% !important;
}

.rc_head_filter_div .slt_op_select .selection {
    padding: 0px;
}

.rc_head_filter_div .slt_op_select .select2-container .select2-selection--single {
    height: 34px;
    border: 1px solid rgba(82, 97, 115, 0.3);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
    border-radius: 3px;
    border: none;
    font-size: 13px;
    color: #4A4A4A;
    width: 100%;
    outline: none;
}

.rc_head_filter_div .slt_op_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.rc_head_filter_div .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.rc_db_btn_div .dataTables_filter {
    width: 50%;
    margin: 25px 0 0 0;
    float: left;
    text-align: left !important;
}

.rc_db_btn_div .dataTables_filter label {
    width: 100%;
    margin: 0;
}

.rc_db_btn_div .dataTables_filter .input-sm {
    width: 100%;
    margin: 0;
    background: #fff url('../images/icon-search.png') no-repeat left 8px center / 18px 18px;
    padding-left: 35px;
}

.cs_rec_table_main td {
    padding: 10px !important;
}

.cs_rec_table_main .details td,
.cs_rec_table_main .details td.details-control {
    background-color: #e1effa !important;
    border-bottom: 1px solid #fff;
}

.cs_rec_table_main>thead th:nth-child(1) {
    width: 5% !important;
}

.cs_rec_table_main>thead th:nth-child(2) {
    width: 15% !important;
}

.cs_rec_table_main>thead th:nth-child(3) {
    width: 15% !important;
}

.cs_rec_table_main>thead th:nth-child(4) {
    width: 25% !important;
}

.cs_rec_table_main>thead th:nth-child(5) {
    width: 15% !important;
}
.cs_rec_table_main>thead th:nth-child(6) {
    width: 15% !important;
}
.cs_rec_table_main>thead th:nth-child(7) {
    width: 7% !important;
}
.cs_rec_table_main>thead th:nth-child(8) {
    width: 3% !important;
}

.cs_rec_table_main>tbody td:nth-child(1) {
    width: 5% !important;
}

.cs_rec_table_main>tbody td:nth-child(2) {
    width: 15% !important;
}

.cs_rec_table_main>tbody td:nth-child(3) {
    width: 15% !important;
}

.cs_rec_table_main>tbody td:nth-child(4) {
    width: 25% !important;
}

.cs_rec_table_main>tbody td:nth-child(5) {
    width: 15% !important;
}

.cs_rec_table_main>tbody td:nth-child(6) {
    width: 15% !important;
}

.cs_rec_table_main>tbody td:nth-child(7) {
    width: 7% !important;
}
.cs_rec_table_main>tbody td:nth-child(8) {
    width: 3% !important;
}

.cs_rec_mail_icon {
    margin: 0 auto;
    display: table;
}

.custom_check_block .custom_check_block {
    margin: -8px 0 0 0;
}

.cs_rec_class .btn-number {
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.cs_rec_class .cs_input_box {
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
}

.cs_rec_inner_tble {
    width: 100%;
}

.cs_rec_inner_tble tr th {
    background: #fff;
    padding: 8px !important;
    border: 0;
    border-bottom: 1px solid #EEEEEE;
    color: #7d7ea6;
}

.cs_rec_inner_tble tr td {
    background: #fff;
    padding: 8px !important;
    border: 0;
    border-bottom: 1px solid #EEEEEE;
}

.cs_rec_inner_tble tr td:first-child {
    border-left: 0px;
}

.cs_rec_inner_txt {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #EBE8E8;
}

.cs_rec_inner_txt ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}

.cs_rec_inner_txt ul li {
    float: left;
}

.cs_rec_inner_txt ul li:nth-child(1) {
    width: 20%;
}

.cs_rec_inner_txt ul li:nth-child(2) {
    width: 20%;
}

.cs_rec_inner_txt ul li:nth-child(3) {
    width: 60%;
    text-align: right;
}

.cs_rec_inner_txt .cs_rec_inner_title {
    padding: 0;
    color: #7d7ea6;
    float: left;
    width: 100%;
}

.cs_rec_inner_txt ul li p {
    margin: 0;
}

.cs_rec_inner_txt ul li a {
    display: inline-block;
    padding: 0 15px;
    line-height: 42px;
    text-decoration: underline;
    color: #3b95da;
}

.cs_rec_class .txtgreen,
.cs_rec_class .txtorange,
.cs_rec_class .txtred {
    display: inline-block;
}

.delstab {
    width: 100%;
}

.delstab tr th {
    background: #fff;
    padding: 8px !important;
    border: 0;
    border-bottom: 1px solid #EEEEEE;
    color: #7d7ea6;
}

.delstab tr td {
    background: #fff;
    padding: 8px !important;
    border: 0;
    border-bottom: 1px solid #EEEEEE;
}

.delstab tr td:first-child {
    border-left: 0px;
}

.cs_rec_table_main .delstab>thead th:nth-child(1) {
    width: 25% !important;
}

.cs_rec_table_main .delstab>thead th:nth-child(2) {
    width: 20% !important;
}

.cs_rec_table_main .delstab>thead th:nth-child(3) {
    width: 20% !important;
}

.cs_rec_table_main .delstab>thead th:nth-child(4) {
    width: 35% !important;
}

.cs_rec_table_main .delstab>tbody td:nth-child(1) {
    width: 25% !important;
}

.cs_rec_table_main .delstab>tbody td:nth-child(2) {
    width: 20% !important;
}

.cs_rec_table_main .delstab>tbody td:nth-child(3) {
    width: 20% !important;
}

.cs_rec_table_main .delstab>tbody td:nth-child(4) {
    width: 35% !important;
}

/* .cs_rec_table_main .cs_rec_inner_tble > thead th:nth-child(1) {width:33% !important;}
.cs_rec_table_main .cs_rec_inner_tble > thead th:nth-child(2) {width:33% !important;}
.cs_rec_table_main .cs_rec_inner_tble > thead th:nth-child(3) {width:33% !important;}

.cs_rec_table_main .cs_rec_inner_tble > tbody td:nth-child(1) {width:33% !important;}
.cs_rec_table_main .cs_rec_inner_tble > tbody td:nth-child(2) {width:33% !important;}
.cs_rec_table_main .cs_rec_inner_tble > tbody td:nth-child(3) {width:33% !important;} */
.cs_rec_table_main .FullyReceivedBtn {
    cursor: pointer !important;
}

.cs_rec_table_main .grayClr td {
    background-color: #80808078 !important;
}

.bg_td_color {
    background-color: #e1effa !important;
}

.cs_rec_inner_foot_notes {
    float: left;
    width: 100%;
    text-align: right;
}

.cs_rec_inner_foot_notes a {
    text-decoration: underline;
    padding: 8px;
    text-align: right;
    display: inline-block;
    cursor: pointer;
}

.dt_head_cover {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #d4d8dc;*/
    margin-bottom: 15px;
}

.dt_head_cover-fixed {
    padding-top: 30px;
    position: sticky;
    top: 74px;
    background-color: #f6f6f8;
    z-index: 10;
}

.for_content_part_main.for_content_part_main_fixed{
    margin-top: 0px;
}

.table_data_cool_main.table_data_cool_main_fixed{
    padding-top: 0px;
}

.dt_head_title {
    width: auto;
    float: left;
}

.dt_head_title .top_btn_mnc_row {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.dt_head_right {
    width: auto;
    float: right;
    padding: 0px;
}

.dt_head_right .rc_head_filter_div .slt_op_select {
    width: 175px;
    margin: 0 10px 0 0;
}

.dt_head_right .rc_head_filter_div .slt_op_select:last-child {
    margin-right: 0;
}

.dt_filter, .search_active_jobs, .search_active_jobs_po, .dollar-icon-edit-job {
    font-weight: bold;
}

.bold-job-names {
    font-weight: bold;
}

.dollar-icon-edit-job {
    font-size: 16px;
}

.dt_head_right .dt_filter {
    display: inline-block;
    float: left;
}

.dt_head_right .dataTables_filter {
    display: inline-block;
    float: left;
    width: auto;
    margin: 0 0 0 10px;
}

.dt_head_btn {
    display: inline-block;
}

.dt_head_btn .top_btn_mnc_row {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

/* acount tab design */

.new-tab-head {
    border-bottom: 1px solid #979797;
}

.new-tab-head>li.active>a,
.new-tab-head>li.active>a:hover,
.new-tab-head>li.active>a:focus {
    background-color: #fff;
    border: 1px solid #979797;
    border-bottom-color: transparent;
    color: #000;
    border-top: 3px solid #07629A;
    font-family: "San Francisco";
}

.new-tab-head>li>a:hover,
.new-tab-head>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.new-tab-head>li>a:hover {
    border-color: transparent;
}

.new-tab-head li a {
    border-radius: 0;
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 3px solid transparent;
}

.new_row_fluid,
.mar_top {
    margin-top: 0;
}

.new_row_fluid .tab-content {
    background: #fff;
}

.new_row_fluid .table_data_cool_main {
    padding: 0;
}

.new_row_fluid .icput .selection {
    padding-right: 0 !important;
}

.new_row_fluid .scpm {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 5px 10px;
    margin-top: 25px;
}

.new_row_fluid .scpm .scpTitle {
    float: left;
    width: 50%;
    color: #000000;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "San Francisco";
}

.new_row_fluid .scpm .scpBtn {
    float: right;
    width: 50%;
    text-align: right;
    color: #0E7BBC;
    font-size: 12px;
    font-weight: bold;
    font-family: "San Francisco";
    line-height: 16px;
    margin: 4px 0 0 0;
    letter-spacing: 1px;
}

.new_row_fluid .scpm .scpBtn img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.new_row_fluid .display_tbl {
    margin-top: 0 !important;
}

/*.new_row_fluid .display_tbl tr th { background:#DBDDDF;color:rgba(57,57,57,0.5) !important;font-size: 12px;font-weight: bold;font-family: "San Francisco"; padding: 10px; }*/
.new_row_fluid .display_tbl tr th {
    background: #337ab7;
    color: #eee !important;
    font-size: 12px;
    font-weight: bold;
    font-family: "San Francisco";
    padding: 10px;
}

.new_row_fluid .display_tbl tr td {
    border: none;
    padding: 5px 10px;
    font-size: 14px;
}

.new_row_fluid .display_tbl tr td i {
    color: #8A8B8C !important;
}

.scy table {
    width: 100%;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.05);
}

.scy table tr:nth-child(even) td {
    background: #E6EFF9;
}

.scy table tr:nth-child(odd) td {
    background: #FFF
}

.scy table td:nth-child(2) {
    text-align: left;
}

.scy table td:nth-child(3) {
    text-align: left;
}

.scy table th:nth-child(2) {
    text-align: left;
}

.scy table th:nth-child(3) {
    text-align: left;
}

.sct table tr:last-child th:last-child {
    text-align: left;
}

.sct table tr.blue-light td {
    background: #A8CFD7 !important;
}

.sct table tr.blue-light td:last-child {
    font-weight: bold !important;
}

.sct table tr.pink-light td {
    background: #FFB6A5 !important;
}

.sct table tr.pink-light td:last-child {
    font-weight: bold !important;
}

.sct table tr.green-light td {
    background: #B6D7A8 !important;
}

.sct table tr.green-light td:last-child {
    font-weight: bold !important;
}

.sct table tr.yellow-light td {
    background: #FFE96D !important;
}

.sct table tr.yellow-light td:last-child {
    font-weight: bold !important;
}

.sct table tr.red td {
    background: #FF0000 !important;
}

.sct table tr.red td:last-child {
    font-weight: bold !important;
}

.sct table tr.orange td {
    background: #ff8c00 !important;
}

.sct table tr.orange td:last-child {
    font-weight: bold !important;
}

.sct table tr:nth-child(even) td {
    background: #E6EFF9;
}

.sct table tr:nth-child(odd) td {
    background: #FFF
}

.new_row_fluid .icput .select2-container--default .select2-selection--single {
    border: 2px solid #c4c4c4;
    background-color: #FCFDFD;
}

.sct table {
    width: 100%;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.05);
}

.sct table td:last-child {
    text-align: right;
}

.summary_mrg_top {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.new_row_fluid .display_tbl tr td.child {
    padding: 10px !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top: auto;
    width: 15px;
    line-height: 15px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
    white-space: inherit;
}

table.dataTable.dtr-inline.collapsed tr.child td.child {
    padding-left: 10px;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

/*.impot_inner_main {float: left; width: 100%; padding: 20px !important; margin:0 0 30px 0;}*/
.impot_inner_main {
    float: left;
    padding: 20px !important;
    margin: 0 0 30px 0;
}

.impot_inner_main:last-child {
    margin-bottom: 0px;
}

.impot_inner_main .impot_inner h4 {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}

.impot_inner_main .impot_inner p {
    font-size: 16px;
}

.impot_inner_main .impot_inner p i {
    margin-right: 10px;
}

.impot_inner_main .impot_inner a {
    font-weight: 700;
    padding: 0 5px 0 0;
}

#employees_csv-error {
    padding: 6px 10px;
    display: inline-block;
    float: none;
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 3px;
}

#update_employees_csv-error {
    padding: 6px 10px;
    display: inline-block;
    float: none;
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 3px;
}

.impot_inner_main .bbttn.blue-clr {
    display: inline-block;
    font-size: 13px;
    line-height: inherit;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #54A6D4;
    padding: 8px 10px;
    margin: 0 5px;
    letter-spacing: 1px;
    border: none;
    box-shadow: none;
}

.file-name {
    margin: 0 5px !important;
    font-size: 16px;
    line-height: 34px;
    display: inline-block;
}

.btn_blue img,
.btn_blue i {
    display: none;
}

.rc_db_btn_div .dataTables_filter .input-sm::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999 !important;
    font-size: 13px;
}

.rc_db_btn_div .dataTables_filter .input-sm::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
    font-size: 13px;
}

.rc_db_btn_div .dataTables_filter .input-sm:-ms-input-placeholder {
    /* IE 10+ */
    color: #999 !important;
    font-size: 13px;
}

.rc_db_btn_div .dataTables_filter .input-sm:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
    font-size: 13px;
}

.tp_btm_pad_zero {
    padding-top: 0;
    padding-bottom: 0;
}

.tp_btm_pad_zero h4 {
    margin-top: 0;
}

#active_job {
    margin-top: 0;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 10px 0 0 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #fff !important;
    background-color: #337ab7 !important;
}

.Dashboard .jv_cm_blk .form-group>label {
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width:1600px) {
    #cssmenu ul li a {
        font-size: 12px;
        padding: 15px 8px 13px;
    }

    .Ship_sold_main_DI_V table.points_table th {
        font-size: 10px !important;
        padding: 2px !important;
        line-height: 25px !important;
        height: 25px !important;
    }
}

@media screen and (max-width:1400px) {
    .table_data_cool_main th {
        font-size: 16px;
    }

    .table_data_cool_main td {
        font-size: 15px;
    }

    #cssmenu ul li a {
        font-size: 12px;
        padding: 15px 4px 13px 4px;
    }

    .jv_links {
        padding-right: 15px;
    }

    .jv_chat_main .table td {
        font-size: 14px;
    }
}

@media screen and (max-width:1300px) {
    #cssmenu ul li a {
        font-size: 10px;
        padding: 15px 1px 13px 1px;
    }

    .table_data_cool_main th {
        font-size: 14px;
    }

    .table_data_cool_main td {
        font-size: 13px;
    }

    .graph_inner_main_section {
        padding: 20px;
    }

    .graph_mnc_mr label {
        font-size: 15px;
    }

    #cssmenu ul li.active:after,
    #cssmenu ul li:hover:after {
        bottom: -15px;
    }

    .dct .col-sm-6 {
        width: 100%;
        float: left;
    }

    .dct .col-sm-6:first-child {
        margin-bottom: 10px;
    }
    .over_scroll_inner {
        overflow-x: auto;
        padding-bottom: 25px;
    }
}

@media screen and (max-width:1175px) {
    #products_datatable_wrapper .dt_head_title {
        width: 100%;
        float: left;
        margin: 0 0 15px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #d4d8dc;
    }

    #products_datatable_wrapper .dt_head_title .top_btn_mnc_row {
        line-height: normal;
    }

    .jv_row:first-child .col-sm-6 {
        width: 100%;
        display: inline-block;
    }

    .jv_sta {
        margin-bottom: 30px;
    }

}

@media screen and (max-width:1085px) {

    #products_datatable_wrapper .dt_head_right .dt_filter {
        width: 100%;
        margin: 0 0 10px 0;
    }

    #products_datatable_wrapper .dt_head_right .rc_head_filter_div .slt_op_select {
        width: 49%;
        margin: 0 2% 0 0;
    }

    #products_datatable_wrapper .dt_head_right .rc_head_filter_div .slt_op_select:last-child {
        margin: 0;
    }

    #products_datatable_wrapper .dt_head_btn {
        float: right;
    }

    #products_datatable_wrapper .dt_head_right .dataTables_filter {
        margin: 0;
    }

    #products_datatable_wrapper .dt_head_right {
        width: 100%;
    }

    .fix_cs_width {
        width: 100%;
        padding: 0;
    }
    .des_cmn {
        min-width: 150px !important;
    }
}

@media screen and (max-width:1060px) {
    .button::after {
        height: 8px;
    }

    #cssmenu ul li a {
        font-size: 10px;
        padding: 15px 0px 13px 0px;
    }

    #cssmenu ul li.active::after,
    #cssmenu ul li:hover::after {
        display: none;
    }

    .button::before {
        background: #399AD6;
    }

    .button::after {
        border-top: 2px solid #399AD6;
        border-bottom: 2px solid #399AD6;
    }

    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: #337ab7;
    }

    table.dataTable>tbody>tr.child ul {
        width: 100%;
    }

    .graph_inner_main_section .col-sm-4:first-child {
        width: 100%;
        float: left;
        border-bottom: 1px solid #74CAF0;
        margin-bottom: 15px;
    }

    .graph_inner_main_section .col-sm-4 {
        float: left;
        width: 50%;
    }

    .work_main_section_details {
        width: 100%;
    }

    .work_main_section_details .pad-right {
        text-align: right;
    }

    .work_main_section_details_inner {
        margin-bottom: 40px;
    }

    .cs_rec_main .col-sm-12 {
        padding: 0;
    }

    .innnerDiv {
        padding-top: 127px !important;
    }
}

@media screen and (max-width:1010px) {
    .rockr_new_popup {
        width: 95% !important;
    }
}

@media screen and (max-width:980px) {

    .for_content_part_main .col-sm-4,
    .for_content_part_main .col-sm-8 {
        float: left;
        width: 100%;
    }

    /* table.dataTable > tbody > tr.child ul.dtr-details { text-align: left; }
    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child { padding-left:10px;text-align: right;padding-right: 5px;  }*/
    .table_data_cool_main th {
        font-size: 12px;
    }

    .table_data_cool_main {
        padding: 15px 0;
    }

    .table_data_cool_main.bid_board .paging_simple_numbers {
        margin: 15px 0 0 0;
    }

    .inner_add_all_form.table_data_cool_main.new_table_preview_main .form-label-left {
        padding: 0 15px;
    }

    .cs_rec_main .table_data_cool_main.bid_board {
        padding: 15px;
    }

    #comm_year, #dt-pm-com-bs {
        margin-bottom: 25px;
    }

    .jv_row .col-xs-4 {
        width: 33.33333333%;
    }

    .jv_cm_blk {
        margin-bottom: 30px;
    }

    .app_sign ul li:nth-child(1) .app_sign_inner_left,
    .app_sign ul li:nth-child(2) .app_sign_inner_left,
    .app_sign ul li:nth-child(3) .app_sign_inner_left {
        width: 100%;
    }

    .app_sign ul li:nth-child(1) .app_sign_inner_right,
    .app_sign ul li:nth-child(2) .app_sign_inner_right,
    .app_sign ul li:nth-child(3) .app_sign_inner_right {
        width: 100%;
    }


}

@media screen and (max-width:899px) {
    .dt_head_title {
        width: 100%;
        float: left;
        margin: 0 0 15px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #d4d8dc;
    }

    .dt_head_title .top_btn_mnc_row {
        line-height: normal;
        font-size: 20px;
    }

    .dt_head_right .rc_head_filter_div .slt_op_select {
        width: 150px;
    }

    .btm_none {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .header_top_part .col-sm-2 {
        width: 20%;
        float: left;
    }

    .header_top_part .col-sm-8 {
        width: 60%;
        float: left;
    }

    .header_botom_part .col-sm-4 {
        width: 30%;
        float: left;
    }

    .header_botom_part .col-sm-8 {
        width: 70%;
        float: left;
    }

    .header_botom_part label {
        font-size: 15px;
    }

    .user_icon_main span {
        padding-right: 6px;
    }

    .login_main_admin {
        padding: 80px 0;
    }

    .work_main_section_details_inner .col-sm-6 {
        float: left;
        width: 50%;
    }

    .graph_mnc_mr {
        padding: 0;
    }

    .all_model_setting .modal-dialog {
        width: 90%;
        margin: 0;
    }

    .new_table_preview_main .icput .icput-inner .text {
        margin: 0 2% 10px 0 !important;
        width: 49%;
        float: left !important;
        text-align: center;
    }

    .new_table_preview_main .icput .icput-inner .text:nth-child(2n) {
        margin-right: 0px !important;
    }

    .cs_overflow_scroll {
        float: left;
        width: 100%;
        overflow-x: scroll;
        padding: 0 0 20px;
    }

    .cs_overflow_scroll .dataTable.cs_rec_table_main {
        width: 715px !important;
    }

    .dt_head_right .dt_filter {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .dt_head_right {
        width: 100%;
    }

    .dt_head_right .rc_head_filter_div .slt_op_select {
        width: 49%;
        margin: 0 2% 0 0;
    }

    .dt_head_right .dataTables_filter {
        margin: 0 !important;
        width: auto !important;
    }

    .dt_head_btn {
        float: right;
    }

    .rc_db_btn_div .view_link1 {
        width: 100%;
        margin: 0;
    }

    .rc_db_btn_div .dataTables_filter {
        width: 100%;
        margin: 10px 0 0 0;
    }

    #products_datatable_wrapper .dt_head_right .dataTables_filter {
        margin: 0 0 10px !important;
        width: 100% !important;
    }

    .button:before {
        right: 40px;
    }

    .button:after {
        right: 40px;
    }

    .acc_tab_pad_res {
        padding: 0;
    }

    .new_row_fluid .tab-content .for_content_part_main>.col-sm-12 {
        padding: 0px;
    }

    .new_row_fluid .dt_head_title .top_btn_mnc_row {
        font-size: 20px;
    }

    .jv_head_row {
        margin-bottom: 15px;
    }

    .pdf_logo,
    .pdf_add {
        text-align: center;
    }

    .quote_table {
        width: 100%;
    }

    .hd_right_title {
        text-align: left;
    }

    .quote_date_qut_blk table td:first-child {
        width: 0px;
    }

    .quote_date_qut_blk table td:last-child {
        width: 100%;
    }

    .quote_date_qut_blk table .quote_inner_table {
        width: 100%;
    }

    .quote_table table {
        width: 100%;
    }

    .rockr_new_popup .half {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .pdf_middle_blk_inner {
        margin-bottom: 15px;
    }

    .rockr_new_popup hr {
        float: left;
        width: 100%;
    }

    .quote_table_blk .col-sm-6.pull-right {
        width: 100%;
    }

    .tble_total_blk_inner {
        line-height: 25px;
    }

    .mb_none {
        display: none;
    }

    .mb_full_width {
        width: 100%;
    }

    .jv_cm_blk.jv_sta .jv_chat_main {
        height: auto !important;
    }

    .scroll_x_table {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .jv_cm_blk.jv_sta table.jvtcls {
        width: 767px !important;
    }

    #SD_table_wrapper .dt_head_right {
        width: auto;
    }

    .pritDiv {
        margin: 0 10px 0 0;
    }

    #SD_table_wrapper .dt_head_right .dt_filter {
        margin: 0 !important;
    }
}

@media screen and (max-width:640px) {
    .well.login-box {
        width: 90%;
    }

    .user_icon_main a span {
        display: none;
    }

    .header_top_part .col-sm-2 {
        width: 32%;
        float: left;
        position: relative;
        z-index: 99999999;
    }

    .header_top_part .col-sm-2.displo {
        width: auto;
        padding-left: 0;
        float: right;
    }

    .header_top_part .col-sm-8.displo1 {
        width: 100%;
        position: absolute;
        top: auto;
        left: 0;
        padding: 0;
    }

    .header_top_part {
        padding: 10px 0;
    }

    .header_top_part .button {
        right: 60px;
        top: -6px;
    }

    .logo {
        margin: 4px 0 0 0;
    }

    /*#cssmenu ul { background: #ffffff; top:5px; }*/
    .header_botom_part .col-sm-4 {
        width: 100%;
        float: left;
    }

    .header_botom_part .col-sm-8 {
        width: 100%;
        float: left;
    }

    .inner_right_float .slt_op_select:first-child {
        float: left;
        margin: 0;
        width: 48%;
    }

    .header_botom_part .select2-container {
        width: 100% !important;
    }

    .inner_right_float .slt_op_select:last-child {
        float: right;
        margin: 0;
        width: 48%;
    }

    .graph_inner_main_section .col-sm-4 {
        float: left;
        width: 100% !important;
    }

    .for_content_part_main .col-sm-4,
    .for_content_part_main .col-sm-8,
    .for_content_part_main .col-sm-6 {
        padding: 0;
    }

    .dashboard_cnt_main.for_content_part_main .col-sm-4,
    .dashboard_cnt_main.for_content_part_main .col-sm-8,
    .dashboard_cnt_main.for_content_part_main .col-sm-12 {
        padding: 0 15px;
    }

    .work_main_section_details_inner h1 {
        font-size: 28px;
    }

    .work_main_section_details_inner {
        margin-bottom: 0;
    }

    .work_main_section_details_middle {
        margin: 15px 0;
    }

    .graph_inner_main_section .dropdown-menu {
        min-width: 85px;
    }

    .page_inner_div {
        padding-top: 65px;
    }

    .innnerDiv {
        padding-top: 112px !important;
    }

    .inner_add_all_form {
        padding: 30px 0;
    }

    .modal-dialog {
        width: 90%;
        margin: 0;
    }

    .righst {
        width: 80%;
        line-height: normal;
    }

    /*.Dashboard {padding-top: 145px;}*/
    .jv_row .col-xs-4 {
        padding: 0 15px;
    }

    .jv_img_blk {
        margin: 0 0 15px;
    }

    .job_head_right_blk {
        min-height: 250px;
    }
}

@media screen and (max-width:555px) {
    .new_table_preview_main .icput .icput-inner .text {
        margin: 0 0 10px 0 !important;
        width: 100%;
    }

    .new_table_preview_main .icput .icput-inner .text:last-child {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width:499px) {
    #products_datatable_wrapper .dt_head_btn {
        width: 100%;
    }

    #products_datatable_wrapper .top_btn_mnc_row a {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }

    #products_datatable_wrapper .top_btn_mnc_row a:last-child {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width:479px) {
    .dt_head_right .dataTables_filter {
        margin: 0 0 10px !important;
        width: 100% !important;
    }

    .rc_db_btn_div .view_link1 {
        margin: 0;
        float: left;
        width: 100%;
    }

    .rc_db_btn_div .dataTables_filter {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .new-tab {
        border-bottom: 1px solid #979797;
    }

    .new-tab-head>li {
        width: 100%;
        background: #fff;
        margin-bottom: 0;
    }

    .new_row_fluid .scpm .scpTitle {
        width: 100%;
    }

    .new_row_fluid .scpm .scpBtn {
        width: 100%;
        margin: 10px 0;
    }

    #comm_year, #dt-pm-com-bs {
        margin-bottom: 15px;
    }

    .jv_row .col-xs-4 {
        width: 100%;
    }

    .job_head_right_blk {
        margin-bottom: 15px;
    }

    .app_sign ul li {
        width: 100%;
    }

    #SD_table_wrapper .dt_head_right .dataTables_filter {
        width: auto !important;
        margin: 0 !important;
    }
}

@media screen and (max-width:320px) {
    .btn_blue {
        width: 100%;
        text-align: center;
        float: left;
        margin: 0 10px 10px 0 !important;
    }

    .btn_blue:last-child {
        margin-bottom: 0px;
    }

    .icput-inner .btn_red {
        margin: 10px 0 0 0 !important;
        width: 100%;
        text-align: center;
    }

    .modal-footer .btn_blue {
        width: auto;
    }

    .icput .illop {
        padding: 0;
    }

    .cooltabx.nav li a {
        font-size: 11px;
        padding: 10px 8px;
    }

    .top.data_top .btn_blue {
        margin-bottom: 10px;
    }

    div.dataTables_wrapper div.dataTables_filter label,
    div.dataTables_wrapper div.dataTables_filter input {
        width: 100%;
        margin: 0;
    }

    .new_single_col {
        width: 100%;
    }

    input#bid_reminder {
        margin: 5px 0;
    }
}

/* Alert msg start*/
.alert {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border: 0px;
    padding: 8px 10px;
}

.alert span {
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    display: inline-block;
    float: left;
}

.alert .cool-info-span {
    border-radius: 50%;
}

.alert .cool-success-span {
    border: 2px solid transparent;
}

.alert .cool-danger-span {
    transform: rotate(45deg);
}

.alert .cool-danger-span i {
    transform: rotate(-45deg);
    margin-top: 1px;
}

.alert-cool-info {
    background: linear-gradient(270deg, #20246C 0%, #4483C6 100%);
}

.alert-cool-notification {
    background: #222222;
}

.alert-cool-danger {
    background: #C8272E;
}

.alert-cool-success {
    background: #8EC56D
}

.alert .close {
    color: #fff;
    opacity: 1;
}

#ship_error_txt {
    width: auto;
    height: auto;
    padding: 0px 10px;
}

/* Alert msg end*/

.loadimg {
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999999;
}

.cm_new_cv label {
    opacity: 1;
}

.cm_new_cv .checkbox-inline {
    padding-left: 0;
}

.cm_new_cv [type="checkbox"]:checked+label,
.cm_new_cv [type="checkbox"]:not(:checked)+label {
    padding-left: 30px;
}

.cm_new_cv [type="checkbox"]:checked+label:before,
.cm_new_cv [type="checkbox"]:not(:checked)+label:before {
    top: 0;
}

.cm_new_cv [type="checkbox"]:checked+label:after,
.cm_new_cv [type="checkbox"]:not(:checked)+label:after {
    top: 0;
}

.myubtn [type="checkbox"]:checked+label:before,
.myubtn [type="checkbox"]:not(:checked)+label:before {
    top: 0px;
}

.myubtn [type="checkbox"]:checked+label:after,
.myubtn [type="checkbox"]:not(:checked)+label:after {
    top: 0
}

.pad_all {
    padding: 15px;
}

.jv_s_title {
    float: left;
    width: 100%;
}

.js_img_blk {
    margin: 15px 0 0 0;
    text-align: right;
}

.js_img_blk img {
    display: inline-block;
}

.jv_line_note {
    margin: 0;
    line-height: 34px;
}

.jv_sta .btn {
    padding: 0 10px;
    font-size: 13px;
    line-height: 32px;
}

.pad_bottom {
    padding-bottom: 0;
}

.pop_cm_width {
    width: 90%;
}

.jv_cm_blk.jv_sta .jv_chat_main {
    height: 333px;
    overflow-y: auto;
}

.jv_cm_blk.jv_sta table.jvtcls {
    width: 100%;
}

.jv_cm_blk.jv_sta table.jvtcls thead>tr>th,
.jv_cm_blk.jv_sta table.jvtcls tbody>tr>td {
    text-align: left;
    padding: 0 10px 10px 0;
}

.jv_cm_blk.jv_sta table.jvtcls thead>tr>th {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    text-transform: uppercase;
    font-family: "San Francisco"
}

.jv_cm_blk.jv_sta table.jvtcls tbody>tr span {
    padding: 0px;
}

.jv_cm_blk.jv_sta .jv_line_note a {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    font-family: "San Francisco";
    color: #333;
}

.jv_cm_blk.jv_sta table.jvtcls thead>tr>th:nth-child(1) {
    width: 175px;
}

.jv_cm_blk.jv_sta table.jvtcls thead>tr>th:nth-child(2) {
    width: 175px;
}

.jv_cm_blk.jv_sta table.jvtcls thead>tr>th:nth-child(3) {
    width: 175px;
}

.jv_cm_blk.jv_sta table.jvtcls thead>tr>th:nth-child(4) {
    width: 175px;
}

.jv_cm_blk.jv_sta table.jvtcls thead>tr>th:nth-child(5) {
    width: 52px;
}

.jv_cm_blk.jv_sta table.jvtcls thead>tr>th:nth-child(6) {
    width: 47px;
}

.jv_cm_blk.jv_sta table.jvtcls thead>tr>td:nth-child(1) {
    width: 175px;
}

.jv_cm_blk.jv_sta table.jvtcls thead>tr>td:nth-child(2) {
    width: 175px;
}

.jv_cm_blk.jv_sta table.jvtcls thead>tr>td:nth-child(3) {
    width: 175px;
}

.jv_cm_blk.jv_sta table.jvtcls thead>tr>td:nth-child(4) {
    width: 175px;
}

.jv_cm_blk.jv_sta table.jvtcls thead>tr>td:nth-child(5) {
    width: 52px;
}

.jv_cm_blk.jv_sta table.jvtcls thead>tr>td:nth-child(6) {
    width: 47px;
}

.bootstrap-datetimepicker-widget table th {
    padding: 8px 10px !important;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center !important;
}

.pritDiv {
    width: auto;
    float: left;
}

.pritDiv .buttons-print {
    background: #337ab7;
    border-radius: 3px;
    padding: 0 25px;
    line-height: 34px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    font-family: "San Francisco";
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
}

.fl_blk_row {
    float: left;
    width: 100%;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
}

.fl_pad_zero .col-sm-4 {
    padding: 0;
}

.fl_blk {
    float: none;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

.select2-container--focus span.select2-selection--single {
    border-color: #353DA4 !important;
}

.select2-container--focus span.select2-selection--multiple {
    border-color: #353DA4 !important;
}

.mce-menu {
    z-index: 99999999 !important;
}

#quoteItemForm option {
    font-size: 14px !important;
    padding: 5px;
}

.new_owes_time_tbl {
    float: left;
    width: 100%;
}

.new_owes_time_tbl tr {
    margin: 0 !important;
    padding: 0 !important;
}

.new_owes_time_tbl td {
    border: none !important;
}

.new_owes_time_tbl td:last-child {
    width: 80% !important;
}

.new_owes_time_tbl td:first-child {
    width: 20% !important;
    white-space: nowrap;
}


.Ship_sold_main_DI_V table td select.form-control.final_tax,
.Ship_sold_main_DI_V table td select.form-control.new_selectS {
    border: 1px solid rgba(82, 97, 115, 0.3);
    padding: 0 5px;
    background-position: right 5px center;
}

.Ship_sold_main_DI_V table td select.form-control.new_selectS {
    margin-bottom: 5px;
}

.DTFC_LeftWrapper {
    z-index: 3;
    padding: 0 !important;
}

.summary_mrg_top .dataTables_wrapper {
    margin: 0 !important;
}

.summary_mrg_top table.dataTable td,
.summary_mrg_top table.dataTable th {

    white-space: nowrap !important;
    border: none !important;
}

/* .DTFC_Cloned thead th {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    } */

    .DTFC_LeftBodyWrapper tbody tr:first-child td {
        border-top: 0 !important;
    }

    .dataTables_scrollBody .dataTable th,
    .DTFC_LeftBodyLiner .DTFC_Cloned th {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .DTFC_LeftBodyLiner {
        width: 100% !important;
        overflow-y: hidden !important;
        overflow-x: hidden !important;
    }

    .DTFC_LeftHeadWrapper th:first-child {
        background: #FCFDFD;
    }

    .new_dsgnhj {
        background: #f2f2f2 !important;
    }

    .new_dsgnhj .summary_mrg_top tr:nth-child(2n) td {
        background: #E6EFF9;
    }

    .dsghdashboard tr td{min-width: 100px !important;}
    /* --------yellow-------------- */
    .new_dsgnhj .summary_mrg_top tr th.ylw_clr_th {
        background: #FAE67B !important;
    }
    .new_dsgnhj .summary_mrg_top tr td.ylw_clr_th {
        background: #FAE67B !important;
    }
    tr td.ylw_clr_th {
        background: #FAE67B !important;
    }

    .new_dsgnhj .summary_mrg_top tr td.ylw_clr_td:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(250, 230, 123, 0.3);
        top: 0;
    }

    /* --------green-------------- */
    .new_dsgnhj .summary_mrg_top tr th.grn_clr_th {
        background: #B6D7A8 !important;
    }
    .new_dsgnhj .summary_mrg_top tr td.grn_clr_th {
        background: #B6D7A8 !important;
    }
    tr td.grn_clr_th {
        background: #B6D7A8 !important;
    }

    .new_dsgnhj .summary_mrg_top tr td.grn_clr_td:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(182, 215, 168, 0.3);
        top: 0;
    }

    /* --------orange-------------- */
    .new_dsgnhj .summary_mrg_top tr th.orng_clr_th {
        background: #E5B17A !important;
    }
    .new_dsgnhj .summary_mrg_top tr td.orng_clr_th {
        background: #E5B17A !important;
    }
    tr td.orng_clr_th {
        background: #E5B17A !important;
    }

    .new_dsgnhj .summary_mrg_top tr td.orng_clr_td:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(229, 177, 122, 0.3);
        top: 0;
    }

    /* --------skyblue-------------- */
    .new_dsgnhj .summary_mrg_top tr th.skyblue_clr_th {
        background: #9DC6E4 !important;
    }
    .new_dsgnhj .summary_mrg_top tr td.skyblue_clr_th {
        background: #9DC6E4 !important;
    }
    tr td.skyblue_clr_th {
        background: #9DC6E4 !important;
    }

    .new_dsgnhj .summary_mrg_top tr td.skyblue_clr_td:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(157, 198, 228, 0.3);
        top: 0;
    }

    /* --------skyblue-------------- */
    .new_dsgnhj .summary_mrg_top tr th.skyblue_clr_th {
        background: #9DC6E4 !important;
    }
    .new_dsgnhj .summary_mrg_top tr td.skyblue_clr_th {
        background: #9DC6E4 !important;
    }
    tr td.skyblue_clr_th {
        background: #9DC6E4 !important;
    }

    .new_dsgnhj .summary_mrg_top tr td.skyblue_clr_td:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(157, 198, 228, 0.3);
        top: 0;
    }

    /* --------pink-------------- */
    .new_dsgnhj .summary_mrg_top tr th.pink_clr_th {
        background: #EF99A3 !important;
    }
    .new_dsgnhj .summary_mrg_top tr td.pink_clr_th {
        background: #EF99A3 !important;
    }
    tr td.pink_clr_th {
        background: #EF99A3 !important;
    }

    .new_dsgnhj .summary_mrg_top tr td.pink_clr_td:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(239, 153, 163, 0.3);
        top: 0;
    }

    /* --------ligh_green-------------- */
    .new_dsgnhj .summary_mrg_top tr th.ligh_green_clr_th {
        background: #D7DEA2 !important;
    }
    .new_dsgnhj .summary_mrg_top tr td.ligh_green_clr_th {
        background: #D7DEA2 !important;
    }
    tr td.ligh_green_clr_th {
        background: #D7DEA2 !important;
    }

    .new_dsgnhj .summary_mrg_top tr td.ligh_green_clr_td:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(215, 222, 162, 0.3);
        top: 0;
    }

    /* --------ligh_pink-------------- */
    .new_dsgnhj .summary_mrg_top tr th.ligh_pink_clr_th {
        background: #EDAAED !important;
    }
    .new_dsgnhj .summary_mrg_top tr td.ligh_pink_clr_th {
        background: #EDAAED !important;
    }
    tr td.ligh_pink_clr_th {
        background: #EDAAED !important;
    }

    .new_dsgnhj .summary_mrg_top tr td.ligh_pink_clr_td:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(237, 170, 237, 0.3);
        top: 0;
    }

    /* --------purple-------------- */
    .new_dsgnhj .summary_mrg_top tr th.purpl_clr_th {
        background: #AC97E1 !important;
    }
    .new_dsgnhj .summary_mrg_top tr td.purpl_clr_th {
        background: #AC97E1 !important;
    }
    tr td.purpl_clr_th {
        background: #AC97E1 !important;
    }

    .new_dsgnhj .summary_mrg_top tr td.purpl_clr_td:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(172, 151, 225, 0.3);
        top: 0;
    }

    .new_dsgnhj .summary_mrg_top tr th,
    .new_dsgnhj .summary_mrg_top tr td {
        text-transform: capitalize !important;
        font-size: 14px !important;
        line-height: initial;
        position: relative;
        z-index: 1;
    }

    .new_dsgnhj .summary_mrg_top tr th {
        font-weight: 600;
        text-shadow: 0 0 0 #000000;
        text-align: center;
        color: #000000 !important;

    }
    .new_dsgnhj .summary_mrg_top tr td.addCalCls {
        font-weight: 600 !important;
        text-shadow: 0 0 0 #000000;
        text-align: center;
        color: #000000 !important;

    }
    .DTFC_LeftBodyWrapper tbody tr td {
        text-align: left;
    }
    .dsghdashboard tr td {
        text-align: right;
    }
    .mySetDiv{
        width: 250px !important;
    }
    .top_btn_mnc_new_row{
        float: left;
        width: 100%;
        color: #000;
        font-size: 15px;
        font-weight: 600;
        margin-top: 7px;
    }
    .x_panel .custom_tblk tbody tr td .dynamicfield {
        height: 31px !important;
        width: 100%;
        border: 1px solid #CCCCCC !important;
        border-radius: 3px;
        background-color: #EFEFEF;
        font-size: 14px !important;
        padding: 5px;
    }
    .x_panel .custom_tblk tbody tr td input[type=number] {
        width: 50px;
    }
    /*.icput input[type=number] {
        -moz-appearance:textfield;
        -webkit-appearance: textfield;
        appearance: textfield;
        }*/
        .x_panel .custom_tblk tbody tr td.notesTd a{
            color: #037ABC;
            font-size: 14px;
            line-height: 16px;
            text-align: center;
            font-weight: 600;
            text-transform: uppercase;
        }
        .custom_tblk tbody tr td{
          padding: 5px 8px;
      }
      .des_cmn{min-width: 210px;}
      .nots_cmn{min-width: 50px;}
      

table#products_inventory_datatable.dataTable.nowrap td {
    white-space: normal;
}

.nw_ji_cl .mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.fl_w {
    float: left;
    width: 100%;
}
.pd_lf_rf {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nw_ji_cl .dataTables_scrollHeadInner {
    padding-right: 0 !important;
    width: 100% !important;
}
.job-lost-popover-class{
    border: 1px solid rgba(0, 0, 0, .15) !important;
}
.job-lost-popover-class.popover.bottom>.arrow:after {
    border-bottom-color:#fff !important;
}
.job-lost-popover-class .popover-content {
    background: #fff;
}
.job-lost-popover-class h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.job-lost-popover-class p {
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 500;
    border: 0;
}
.job-lost-popover-class p:last-child {
    font-weight: normal;
    color: #555555;
    margin: 0;
}
.nw_list_li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.nw_list_li ul {    
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}
.nw_list_li ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.nw_list_li ul li label {
    width: 120px;
    opacity: 1;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    float: left;
}
.nw_list_li ul li span {
    float: left;
    width: calc(100% - 120px);
    font-size: 14px;
    color: #222222;
    opacity: 0.7;
    line-height: 18px;
    padding-left: 5px;
}
.nw_list_li ul li:last-child {
    margin-bottom: 0;
}

@media(max-width: 479px) {
    .nw_list_li ul li label,
    .nw_list_li ul li span { 
        width: 100%;
        padding: 0;
    }
}

.line-input {
    background: transparent;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    background-color: #FFFFFF!important;
}

.line-input:focus {
    background: transparent;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    background-color: #FFFFFF!important;
}

.line-input.active {
    border-bottom: 1px solid #000000!important;
}

.line-input.error {
    border-bottom: 1px solid #FF0000!important;
}

.inline-btn {
    display: inline-block;
    border-radius: 3px;
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
    border: none;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-align: center;
    text-transform: uppercase;

    color: #007DC2;
    outline: none;
    background: transparent;
}

.inline-btn.inactive {
    color: #A0A0A0;
}


.tile-rp {
    width: 186px;
    height: 211px;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 5px;
    margin-left: 30px;
    border-style: outset;
    border-width: 2px;
    vertical-align: top;
}
.tile-rp .tile-heading {
    padding: 20px;
    text-align: center;
}
.tile-rp .tile-content {
    text-align: center;
    padding-top: 30px;
}
.tile-rp .tile-content .dropdown-menu {
    min-width: 128px;
}
.tile-rp .tile-content .dropdown-menu a {
    text-align: center;
}
.font-rp {
font-style: normal;
font-weight: bold;
font-size: 16px;
}

span.js-error,
label.error,
span.error {
    color: #cc2f00 !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
    display: block !important;
    text-transform: none !important;
}

/* 06-10-2021 */
.popover{
    width: 280px;
}

.popover .popover-content{
    padding: 15px;
}

.popover .popover-content ul{
    padding: 0;
    list-style: none;
    margin: 0;
}

.popover .popover-content ul li{
    display: flex;
    flex-direction: column;
}

.popover .popover-content ul li label{
    margin-bottom: 8px;
}

.popover .popover-content ul li span{
    color: #222;
    opacity: 0.7;
}
/* */

/* Delete confirmation Modal Design  */
.delete_confirmation_modal .righst {
    padding: 5px;
    margin: 0 !important;
    font-size: 20px;
    /*color: #000;*/
}
.delete_confirmation_modal .modal-header {
    /*background: #fff !important;*/
}
.delete_confirmation_modal .modal-body ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 4px;
}
.delete_confirmation_modal  .bootstrap-dialog-footer-buttons .btn {
    width: auto;
    float: none;
    padding: 10px 25px;
    min-width: 150px;
    background-color: #337ab7;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 3px !important;
}
.delete_confirmation_modal  .bootstrap-dialog-footer-buttons .btn:hover{
    background: rgba(51, 122, 183, 0.8);
}
.delete_confirmation_modal .bootstrap-dialog-footer-buttons {
    text-align: center;
    margin: 15px 0;
}
.delete_confirmation_modal .modal-dialog {
    max-width: 97%;
}
.delete_confirmation_modal .bootstrap-dialog-footer-buttons .btn.btn-danger {
    background-color: #af4a47;
}
.delete_confirmation_modal .modal-body {
    max-height: 330px;
    overflow-x: auto;
    padding: 15px 0;
}
    
/* 24-11-2021 */
.image_widget_wrapper {
    display: flex;
    align-items: flex-start;
}
.image_widget_wrapper .image_widget_storage .new_lkop_lavbel {
    width: 100% !important;
}
.image_widget_wrapper .image_widget_storage .new_lkop_lavbel .drop_default_tmplt_inner_scnd {
    margin: 0px;
}
.image_widget_storage_buttons .icput-inner {
    display: flex;
    justify-content: flex-end;
    border-top: 0;
}
.image_widget_storage_buttons .icput-inner a:last-child {
    margin-right: 0px;
}
/* */

/* 26-05-2022 */

.top_btn_mnc_row.w-auto {
    width: auto;
}
@media (max-width: 1360px){
    .dt_head_right .rc_head_filter_div .slt_op_select, .dt_head_right .dataTables_filter {
        width: 150px;
    }
    .dt_head_right .btn_blue {
        padding: 10px 15px;
    }
}

.quoteWidgetXTable td:nth-child(1) {
    /* width: 250px !important; */
    white-space: normal !important;
}
.quoteWidgetXTable td:nth-child(4) {
    /* width: 160px !important; */
    white-space: normal !important;
}
.quoteWidgetXTable td:nth-child(4) p {
    width: 180px;
}
.QuoteButtonLinks{
    width: 66px;
}
.table_data_cool_main td .QuoteButtonLinks span {
    padding: 0;
    width: 33.33%;
    display: inline-block;
    text-align: center;
    float: left;
}

/** PM Colors **/
.new_dsgnhj .summary_mrg_top tr th.soft_red_clr_th {
    background: #df6667 !important;
  }
  .new_dsgnhj .summary_mrg_top tr td.soft_red_clr_th {
    background: #df6667 !important;
  }
  tr td.soft_red_clr_th {
    background: #df6667 !important;
  }
  
  .new_dsgnhj .summary_mrg_top tr td.soft_red_clr_td:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(223, 102, 103, 0.3);
    top: 0;
  }
  
  .new_dsgnhj .summary_mrg_top tr th.bright_yellow_clr_th {
    background: #ffff17 !important;
  }
  .new_dsgnhj .summary_mrg_top tr td.bright_yellow_clr_th {
    background: #ffff17 !important;
  }
  tr td.bright_yellow_clr_th {
    background: #ffff17 !important;
  }
  
  .new_dsgnhj .summary_mrg_top tr td.bright_yellow_clr_td:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(255, 255, 23, 0.3);
    top: 0;
  }
  
  .new_dsgnhj .summary_mrg_top tr th.royal_blue_clr_th {
    background: #0201fe !important;
    color: #FFFF17 !important;
  }
  .new_dsgnhj .summary_mrg_top tr td.royal_blue_clr_th {
    background: #0201fe !important;
  }
  tr td.royal_blue_clr_th {
    background: #0201fe !important;
  }
  
  .new_dsgnhj .summary_mrg_top tr td.royal_blue_clr_td:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(2, 1, 254, 0.3);
    top: 0;
  }
  
.new_dsgnhj .summary_mrg_top tr th.orange_clr_th {
    background: #E59138 !important;
}
.new_dsgnhj .summary_mrg_top tr td.orange_clr_th {
    background: #E59138 !important;
}
tr td.orange_clr_th {
    background: #E59138 !important;
}

.new_dsgnhj .summary_mrg_top tr td.orange_clr_td:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(229, 145, 56, 0.3);
    top: 0;
}

.new_dsgnhj .summary_mrg_top tr th.pale_green_clr_th {
    background: #B7D7A8 !important;
}
.new_dsgnhj .summary_mrg_top tr td.pale_green_clr_th {
    background: #B7D7A8 !important;
}
tr td.pale_green_clr_th {
    background: #B7D7A8 !important;
}

.new_dsgnhj .summary_mrg_top tr td.pale_green_clr_td:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(183, 215, 168, 0.3);
    top: 0;
}

.new_dsgnhj .summary_mrg_top tr th.red_clr_th {
    background: #FF0100 !important;
}
.new_dsgnhj .summary_mrg_top tr td.red_clr_th {
    background: #FF0100 !important;
}
tr td.red_clr_th {
    background: #FF0100 !important;
}

.new_dsgnhj .summary_mrg_top tr td.red_clr_td:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(255, 1, 0, 0.3);
    top: 0;
}
.new_dsgnhj .summary_mrg_top tr th.green_clr_th {
    background: #6AA84F !important;
}
.new_dsgnhj .summary_mrg_top tr td.green_clr_th {
    background: #6AA84F !important;
}
tr td.green_clr_th {
    background: #6AA84F !important;
}

.new_dsgnhj .summary_mrg_top tr td.green_clr_td:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(106, 168, 79, 0.3);
    top: 0;
}

.new_dsgnhj .summary_mrg_top tr th.light_blue_clr_th {
    background: #6FA8DC !important;
}
.new_dsgnhj .summary_mrg_top tr td.light_blue_clr_th {
    background: #6FA8DC !important;
}
tr td.light_blue_clr_th {
    background: #6FA8DC !important;
}

.new_dsgnhj .summary_mrg_top tr td.light_blue_clr_td:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(111, 168, 220, 0.3);
    top: 0;
}
.new_dsgnhj .summary_mrg_top tr th.light_brown_clr_th {
    background: #BF9002 !important;
}
.new_dsgnhj .summary_mrg_top tr td.light_brown_clr_th {
    background: #BF9002 !important;
}
tr td.light_brown_clr_th {
    background: #BF9002 !important;
}

.new_dsgnhj .summary_mrg_top tr td.light_brown_clr_td:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(191, 144, 2, 0.3);
    top: 0;
}

.new_dsgnhj .summary_mrg_top tr th.pale_blue_clr_th {
    background: #ADD8E6 !important;
}
.new_dsgnhj .summary_mrg_top tr td.pale_blue_clr_th {
    background: #ADD8E6 !important;
}
tr td.pale_blue_clr_th {
    background: #ADD8E6 !important;
}

.new_dsgnhj .summary_mrg_top tr td.pale_blue_clr_td:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(173, 216, 230, 0.3);
    top: 0;
}

.new_dsgnhj .summary_mrg_top tr th.grey_clr_th {
    background: #808080 !important;
}
.new_dsgnhj .summary_mrg_top tr td.grey_clr_th {
    background: #808080 !important;
}
tr td.grey_clr_th {
    background: #808080 !important;
}

.new_dsgnhj .summary_mrg_top tr td.grey_clr_td:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(128, 128, 128, 0.3);
    top: 0;
} 

/* CSS For Acknowlwdgement Box */
.bootstrap-dialog-title .left {
    float:left;
    width: 25px;
}

.bootstrap-dialog-title .right {
    float:left;
    width: calc(100% - 50px);
}


.bootstrap-dialog.type-warning .modal-header {
    background: linear-gradient(180deg, #f0ad4e 0%, #f0ad4e 100%);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.bootstrap-dialog.type-warning .bootstrap-dialog-title {
    color: black
}

.bootstrap-dialog.type-warning .bootstrap-dialog-message {
    padding: 15px;
    text-align: justify;
    font-size: 16px;
}

.bootstrap-dialog.type-warning .modal-header,
.bootstrap-dialog.type-warning .bootstrap-dialog-footer button {
    font-family: 'Atlassian Sans';
    font-size: 14px;
}

.bootstrap-dialog.type-warning .bootstrap-dialog-footer button.btn-success {
    background-color: #f0ad4e  !important;
    border-color: #f0ad4e  !important;
    color: black
}