﻿/* css styles starts*/

#pagination {
    margin-right: 0px
}

#cms_container>rb-core-header .text-center a {
    cursor: auto
}

.rb-core-component-header-with-content.rb-core-component-header-with-content--spacing-vertical {
    overflow-x: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.ItemPerPageSelectDiv {
    margin-top: 2px;
}

.ItemPerPageSelect {
    font-size: 1rem;
    width: 57px;
    height: 41px;
    border: 1px solid #D3D4D6;
    border-radius: 4px;
}

.pagination_inactive {
    opacity: 0.2;
    font-weight: bold
}

.pagination_active {
    opacity: 1.0;
    font-weight: bold
}

@charset "UTF-8";
body {
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

@font-face {
    font-family: 'boschsans';
    src: url('../fonts/BoschSans-Light.eot');
    src: url('../fonts/BoschSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/BoschSans-Light.svg#BoschSans-Light') format('svg'), url('../fonts/BoschSans-Light.ttf') format('truetype'), url('../fonts/BoschSans-Light.woff') format('woff'), url('../fonts/BoschSans-Light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'boschsans';
    src: url('../fonts/BoschSans-Regular.eot');
    src: url('../fonts/BoschSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BoschSans-Regular.svg#BoschSans-Regular') format('svg'), url('../fonts/BoschSans-Regular.ttf') format('truetype'), url('../fonts/BoschSans-Regular.woff') format('woff'), url('../fonts/BoschSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'boschsans';
    src: url('../fonts/BoschSans-Medium.eot');
    src: url('../fonts/BoschSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/BoschSans-Medium.svg#BoschSans-Medium') format('svg'), url('../fonts/BoschSans-Medium.ttf') format('truetype'), url('../fonts/BoschSans-Medium.woff') format('woff'), url('../fonts/BoschSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'boschsans';
    src: url('../fonts/BoschSans-Bold.eot');
    src: url('../fonts/BoschSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BoschSans-Bold.svg#BoschSans-Bold') format('svg'), url('../fonts/BoschSans-Bold.ttf') format('truetype'), url('../fonts/BoschSans-Bold.woff') format('woff'), url('../fonts/BoschSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bosch-Icon';
    src: url('../fonts/Bosch-Icon.eot');
    src: url('../fonts/Bosch-Icon.eot?#iefix') format('embedded-opentype'), url('../fonts/Bosch-Icon.svg#Bosch-Icon') format('svg'), url('../fonts/Bosch-Icon.ttf') format('truetype'), url('../fonts/Bosch-Icon.woff') format('woff'), url('../fonts/Bosch-Icon.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.MainContainer {
    width: 100%;
    height: 100%;
}

.page-header {
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
    width: 100%;
}

.left-panel {
    /* width:175px; */
    border-right: 1px solid #ddd;
    height: calc(130vh - 80px);
    position: fixed;
    left: 0;
    top: 78px;
    z-index: 30;
    background: #fff;
}

.left-panel-dashboard {
    width: 240px;
    border-right: 1px solid #ddd;
    height: calc(130vh - 80px);
    float: left;
    left: 0;
    top: 78px;
    z-index: 30;
    background: #fff;
}

.sidenav a {
    padding: 12px 2px;
    color: #818181;
    display: block;
    border-bottom: 1px solid #D8DADC;
    border-left: 5px solid #fff;
    font-size: 14px;
}

.sidenav a:hover {
    color: #005691;
    border-left: 5px solid #005691;
    font-weight: bold;
}

.right-panel {
    width: 100%;
    margin-top: 66px;
    position: fixed;
    padding-left: 175px;
}

.right-panel-dashboard {
    width: 100%;
    padding-left: 230px;
}

.left-panel-shipment {
    border-right: 1px solid #ddd;
    padding-right: 0;
    height: calc(100vh - 80px);
    z-index: 1;
    top: 1px;
    background-color: #fff;
}

.center-panel-shipment {
    width: 100%;
    margin-top: 98px;
    padding-left: 175px;
}

.right-panel-shipment {
    width: 100%;
    margin-top: -235px;
    padding-left: 1000px;
    min-height: 100vh;
}

.back-icon {
    left: -25px;
}

.back-icon img {
    width: 150%;
    height: 150%;
}

.bread-crumbs {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
}

.bread-crumbs li {
    display: inline-block;
    color: #d8d8d8;
    padding-right: 15px;
    position: relative;
}

.bread-crumbs li:last-child {
    color: #818181;
    font-weight: bold;
    padding-left: 6px;
}

.bread-crumbs li::before,
.bread-crumbs li::after {
    content: '';
    background-color: #818181;
    position: absolute;
    right: 0;
    width: 6px;
    height: 1px;
}

.bread-crumbs li::before {
    transform: rotate(27deg);
    top: 48%;
}

.bread-crumbs li::after {
    transform: rotate(-24deg);
    top: 64%;
}

.bread-crumbs li:last-child::before,
.bread-crumbs li:last-child::after {
    content: none
}


/*Commont CSS*/

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

ul {
    padding: 0;
    margin: 0;
}

.__p_32 {
    padding: 0 32px;
}


/*authorizatoin loading page starts */

.auth_load_text {
    height: 80%;
    width: 100%;
    z-index: 9999;
    position: absolute;
    text-align: center;
    font-weight: 100;
    top: 30%;
}

.auth_load_text h3 {
    font-weight: 100;
    font-size: 17px;
}

.auth_load_text h1 {
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    color: #005691;
    font-weight: 400;
}


/* header starts */

.bosch_logo img {
    width: 136px;
    margin: 5px auto;
    height: 36px;
}

.rb-core-header__logo-row {
    display: none;
}

.rb-core-header::before {
    z-index: 99 !important;
    height: 8px !important;
}

.rb-core-header__sub-nav-row {
    border-top: 1px solid #dfdfe0;
    border-bottom: 0px solid transparent;
}

.registerPage .rb-core-header__sub-nav-row {
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.rb-core-language-selector {
    padding-left: 20px;
    border-left: 0.0625rem solid #cfd0d1;
}

.dealerUser {
    border-bottom: none !important;
    font-size: 14px;
    font-weight: 500;
    /*color: #8F9091;
    padding: 15px 38px 0 0;*/
}

.dealerUser:hover,
.dealerUser:focus {
    background-color: #fff !important;
}

.dealerLi {
    width: 100%;
}

.dealerLi .mwf-select {
    min-height: 40px;
    opacity: .45;
    padding-left: 0;
    cursor: pointer;
}

.err_line {
    border-color: #e20015;
}

.rb-core-language-selector__trigger span {
    font-size: 14px;
    font-weight: 500;
    color: #8F9091;
}

.rb-core-language-selector--active ul {
    max-height: 170px;
    width: 100%;
    display: block;
    background: #fff;
}

.rb-core-language-selector--active ul li {
    font-size: 18px
}


/* profile status and logout css starts */

.login__info {
    font-size: 14px;
    font-weight: normal;
    color: #005691;
    padding: 0px 5px;
}

.rb-core-profile-access__user-name-button {
    font-size: 14px;
    color: #005691;
    font-weight: 500;
}

.rb-core-profile-access__drop-down-header,
.rb-core-profile-access__user-info-container {
    display: none;
}

.rb-core-profile-access__links-container {
    padding-top: 0;
    border: none;
}

.rb-core-profile-access {
    position: relative;
    top: -3px;
    right: 3px;
}

.rb-core-profile-access__toggle-link .rb-core-icon {
    visibility: hidden;
}

.profile__down__arrow {
    position: absolute;
    top: -14px;
    display: inline-block;
    right: 5px;
}

.rb-core-profile-access__logout-btn-container {
    display: none;
}

.rb-core-profile-access__links-container a {
    font-size: 14px;
    font-weight: 400;
    cursor: default;
}

.rb-core-profile-access__links-container a:hover {
    color: #005691;
}

.logout {
    text-decoration: none;
    color: #000;
}


/* profile status and logout css ends */


/* hr css starts */

.hr::after {
    position: absolute;
    height: 1px;
    background: #dfdfe0;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
}

li.mwf-field.mwf-s.upload_doc {
    float: right;
    margin-right: 260px;
}


/* hr css ends */


/* header ends */


/* register page starts */

.register_page_content {
    height: 91vh;
    /* background: #005691; */
    background: url('../images/reg_bg.png') no-repeat;
    width: 100%;
    background-size: cover;
}

.register_btns {
    display: inline-flex;
    position: fixed;
    width: 100%;
    background: #ffffff;
    justify-content: center;
    bottom: 0;
    border-top: 1px solid #D8DADC;
    border-radius: 2px;
    z-index: 1;
}

.register_btns .rb-core-button {
    display: inline-block;
}

.text-center {
    text-align: center
}

.bg_reg_form {
    margin: auto;
    padding: 50px;
    background: #efeff0;
    width: 55%;
}

.bg_reg_form h4 {
    font-weight: 500;
    font-size: 18px;
}

.bg_reg_form .mwf-field {
    margin: 0 1rem 2rem;
}

.bg_reg_form .mwf-field input {
    min-height: 50px;
}

ul.mwf-button-container {
    display: block;
    padding: 0 8px;
}

ul.mwf-button-container .mwf-button {
    margin: auto;
    width: auto;
    float: left;
}

.mwf-form>ul {
    margin: 0;
}


/* register page ends */


/* dashboard page css starts */

.form-align-middle {
    display: table-cell;
    vertical-align: middle
}

.cms_tile {
    padding: 0.9rem !important;
    background: #dfdfe0;
    text-decoration: none;
    color: #fff;
}

.cms_tile_ff {
    background: #dfdfe0;
    text-decoration: none;
    color: #fff;
}

.cms_tile .tile_head {
    padding-left: 4vw;
    text-align: right;
}

.cms_tile .tile_head h3 {
    text-align: right;
}

.cms_tile_ff .tile_head {
    padding-left: 4vw;
    text-align: right;
}

.cms_tile_ff .tile_head h3 {
    text-align: right;
}

.tile_head p {
    font-size: 14px;
}


/* tab css starts */

.rb-core-navigation-tabs__container {
    max-width: 100%;
}

.rb-core-tab-links__items {
    float: left;
}

.rb-core-navigation-tabs__wrapper {
    width: 100%;
    /* border-top: 1px solid #BFC0C2; */
    border-top: 1px solid transparent !important;
}

.rb-core-tab-links-item__trigger span {
    font-size: 15px;
}


/* tab css ends */


/* card css starts */

.card1 {
    background: #CB4198;
    background: -webkit-linear-gradient(left, #CB4198, #7C5A9F);
    background: -o-linear-gradient(right, #CB4198, #7C5A9F);
    background: -moz-linear-gradient(right, #CB4198, #7C5A9F);
    background: linear-gradient(to right, #CB4198, #7C5A9F);
}

.card2 {
    background: #7C5A9F;
    background: -webkit-linear-gradient(left, #7C5A9F, #4080AD);
    background: -o-linear-gradient(right, #7C5A9F, #4080AD);
    background: -moz-linear-gradient(right, #7C5A9F, #4080AD);
    background: linear-gradient(to right, #7C5A9F, #4080AD);
}

.card3 {
    background: #4080AD;
    background: -webkit-linear-gradient(left, #4080AD, #40AADB);
    background: -o-linear-gradient(right, #4080AD, #40AADB);
    background: -moz-linear-gradient(right, #4080AD, #40AADB);
    background: linear-gradient(to right, #4080AD, #40AADB);
}

.card4 {
    background: #40BEC4;
    background: -webkit-linear-gradient(left, #40AADB, #40BEC4);
    background: -o-linear-gradient(right, #40AADB, #40BEC4);
    background: -moz-linear-gradient(right, #40AADB, #40BEC4);
    background: linear-gradient(to right, #40AADB, #40BEC4);
}

.card5 {
    background: #9ACE58;
    background: -webkit-linear-gradient(left, #40BEC4, #9ACE58);
    background: -o-linear-gradient(right, #40BEC4, #9ACE58);
    background: -moz-linear-gradient(right, #40BEC4, #9ACE58);
    background: linear-gradient(to right, #40BEC4, #9ACE58);
}

.card6 {
    background: #408977;
    background: -webkit-linear-gradient(left, #9ACE58, #408977);
    background: -o-linear-gradient(right, #9ACE58, #408977);
    background: -moz-linear-gradient(right, #9ACE58, #408977);
    background: linear-gradient(to right, #9ACE58, #408977);
}

.card7 {
    background: #408977;
    background: -webkit-linear-gradient(left, #9ACE58, #408977);
    background: -o-linear-gradient(right, #9ACE58, #408977);
    background: -moz-linear-gradient(right, #9ACE58, #408977);
    background: linear-gradient(to right, #faea29c9, #eaac87);
    /* background: linear-gradient(to right, #c07a7a, #eaac8791);     */
}

.card8 {
    background: #408977;
    background: -webkit-linear-gradient(left, #9ACE58, #408977);
    background: -o-linear-gradient(right, #9ACE58, #408977);
    background: -moz-linear-gradient(right, #9ACE58, #408977);
    background: linear-gradient(to right, #6628c9, #2fc59b);
}

.card9 {
    background: #408977;
    background: -webkit-linear-gradient(left, #9ACE58, #408977);
    background: -o-linear-gradient(right, #9ACE58, #408977);
    background: -moz-linear-gradient(right, #9ACE58, #408977);
    background: linear-gradient(to right, #12b04a, #92fc41fa);
}

.cms_tile:hover,
.active {
    /* background: #BFE3F3; */
    /* outline: #008ECF 1px solid;*/
    /* box-shadow: 0px 4px 3px 0px #ddd; */
}

.active h1 {
    font-size: 2em;
    color: #525F6B;
}

.cms_tile h1 {
    font-weight: 100;
    font-size: 38px;
}

.cms_tile_ff h1 {
    font-weight: 100;
    font-size: 38px;
}

.active p {
    color: #525F6B;
    font-size: 14px;
}

.cms_tile:hover p,
.cms_tile:hover h1 {
    color: #525F6B;
}

.cms_tile_ff:hover p,
.cms_tile_ff:hover h1 {
    color: #525F6B;
}


/* card css  ends */


/* filter command cusom css starts */

.filter_tool_bar {
    position: relative;
    margin: 12px;
}

.filter_tool_bar p {
    color: #005691;
    font-size: 13px;
    margin: 0px;
}

.search_bar_filter {
    height: 35px;
    font-size: 24px;
}

.search_bar_filter .rb-core-input-field--with-label>input {
    font-size: 14px;
    padding-left: 13px;
}

.filter_icons {
    font-size: 24px;
    position: relative;
    left: 15px;
    display: table;
    /* height: 56px; */
    text-align: center;
    cursor: pointer;
    /* width: 120px; */
}

.filter_icons_CHA {
    font-size: 24px;
    position: relative;
    left: 200px;
    /* display: table; */
    /* height: 56px; */
    text-align: center;
    cursor: pointer;
    /* width: 120px; */
}

.filterleft {
    left: 139px;
}

#cms_container .filterleft {
    left: 110px;
}

.filter_icons span {
    left: -25px;
    top: 2px;
    position: relative;
    width: 38px;
    vertical-align: middle;
    display: table-cell;
}

.filter_icons .f_w_10 {
    width: 18px;
    margin: auto 5px;
    display: inline-block;
}

.filter_actions {
    margin: auto;
    font-size: 24px;
    position: relative;
    top: 3px;
    right: 0px;
    text-align: center
}

.filter_actions span .inactive_view {
    color: #BFC0C2;
}

.action_bar_outer_right {
    float: right;
    padding-top: 15px;
    margin-left: 15px;
}

.action_bar_inner .rb-core-button--small button {
    font-size: 15px;
    height: 48px;
}


/* filter copmmand bar css ends */


/* table hover css */

.rb-core-table tr.active,
.rb-core-table tr:focus,
.rb-core-table tr:active {
    outline: none;
}

.rb-core-table thead tr {
    text-align: left;
    border-bottom: none;
    background: transparent;
    outline: none;
}

.rb-core-table table tr td:nth-child(even) {
    background: #fff !important;
}

.rb-core-table td,
.rb-core-table th {
    /* padding: 1rem 1rem;
    vertical-align: middle; */
    text-align: left;
    padding: 1rem;
    vertical-align: top;
    font-size: 14px;
    white-space: initial;
}


/* .rb-core-table th{
    padding-left:2rem !important;
} */

.rb-core-table #hsncthapprovalModeltable th {
    padding-left: 1rem !important;
}

.rb-core-table th img {
    height: 8px !important;
    position: absolute;
    right: 0px;
    top: 20px;
}

.selected td {
    border-bottom: 2px solid #008ECF !important;
    border-top: 2px solid #008ECF !important;
}


/* .selected,
.rb-core-table table .selected td:nth-child(2n),
.rb-core-table table .selected td:nth-child(4n),
.rb-core-table table .selected td:nth-child(6n),
.rb-core-table table .selected td:nth-child(3n),
.rb-core-table table .selected td:nth-child(5n),
.rb-core-table table .selected td:nth-child(7n) {
    /* background: rgba(64, 170, 219, 0.110) !important; */


/* background: #bfe3f3ad !important; */


/* }  */

.selected,
.rb-core-table table .selected td:nth-child(2n),
.rb-core-table table .selected td:nth-child(4n),
.rb-core-table table .selected td:nth-child(6n),
.rb-core-table table .selected td:nth-child(8n) {
    /* background: rgba(64, 170, 219, 0.110) !important; */
    background: #bfe3f3ad !important;
}

.rb-core-table tbody tr td span {
    width: 55px;
    float: left;
}

.rb-core-table thead tr th span {
    float: left;
}

.rb-core-table tbody tr td span .rb-core-rich-text,
.rb-core-table thead tr th span .rb-core-rich-text {
    position: relative;
    top: 5px;
}


/*

    
.accordion_inv_table_info .rb-core-table tr:hover {
    background: white !important;
}

.accordion_inv_table_info .rb-core-table tbody td:first-child {
    text-align: center;
    width: 50px;
    background: #fff;
}

.accordion_inv_table_info .rb-core-table table tr td:nth-child(3n),
.accordion_inv_table_info .rb-core-table table tr td:nth-child(5n),
.accordion_inv_table_info .rb-core-table table tr td:nth-child(7n) {
    background: transparent;
}
.rb-core-table table tbody tr:hover td {
    background: transparent !important;
}


.rb-core-table table tbody tr:hover td:first-child {
    background: transparent !important
}


.rb-core-table table tr td:nth-child(2n),
.rb-core-table table tr td:nth-child(4n),
.rb-core-table table tr td:nth-child(6n) {
    background: #fff !important
}

.rb-core-table table tr td:nth-child(3n),
.rb-core-table table tr td:nth-child(5n),
.rb-core-table table tr td:nth-child(7n) {
    background: #efeff0
}

    */


/*     
.rb-core-table table .selected td:nth-child(2n),
.rb-core-table table .selected td:nth-child(4n),
.rb-core-table table .selected td:nth-child(6n),
.rb-core-table table .selected td:nth-child(8n) {
    background: rgba(64, 170, 219, 0) !important;
}
 */


/* table hover css */


/* table */

.dealer_table_info .rb-core-table tbody tr td span {
    width: auto;
    float: left;
    margin: 0 0 0 5px;
}

.dealer_table_info .rb-core-table thead tr th span {
    width: auto;
    float: left;
    margin: 0 0 0 5px;
}

.rb-core-table tbody {
    background: #fff;
}

.rb-core-table td .rb-core-rich-text,
.rb-core-table th .rb-core-rich-text {
    width: 90%;
    white-space: nowrap;
    font-size: 14px;
}

.rb-core-table td:last-child,
.rb-core-table td:last-child .rb-core-rich-text {
    width: 100px;
    overflow: visible;
    white-space: nowrap;
}

.rb-core-table.rb-core-table--squash .rb-core-table__wrapper,
.rb-core-table.rb-core-table--scroll .rb-core-table__wrapper {
    overflow-x: auto;
}


/* table css  ends */

.exceptional_claim span {
    width: 24px;
    display: inline-block;
    height: 24px;
    background: #40AADB;
}

.exceptional_claim label {
    position: relative;
    bottom: 7px;
    left: 10px;
    font-size: 12px
}


/* customer msg starts */

.customer__option__icon {
    position: relative;
    display: block;
    float: right;
}

.customer__option__icon:hover .customer__msg {
    display: block;
}

.optIcon {
    float: none;
    top: 20px;
}

.customer__msg {
    position: absolute;
    display: none;
    left: 1.25em;
    top: -1.85em;
    background: #fff;
    z-index: 9;
    /* width: 200px; */
    white-space: nowrap;
    padding: 0 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px -1px #00000073;
}

.rb-core-table table td {
    overflow: inherit;
    vertical-align: middle;
}

.rb-core-table table {
    table-layout: inherit !important;
    border: 0.0625rem solid #d4d7da;
}

.customer__msg::before {
    left: -6px;
    position: absolute;
    content: '';
    top: 10px;
    width: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 10px;
    transform: rotate(42deg);
    background: #fff;
}


/* customer msg ends */


/* profile state css ends */

.exceptional_claim {
    margin-top: 20px;
    float: left;
}


/* pagination css starts */


/* 
.pagination a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    border-radius: 141px;
    padding: 10px;
    font-size: 14px;
    width: 40px;
    cursor: pointer;
    height: 40px;
    vertical-align: middle;
} */

.page-arrow {
    font-size: 20px;
}

.pagination ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.pagination ol li {
    display: inline-block;
    margin: 0 2.5px;
    background: transparent;
    text-align: center;
}

.pagination ol li.active {
    outline: none;
    box-shadow: none;
}

.pagination ol li.active a:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #525f6b;
}

.pagination ol li.active a {
    background: #005691;
    color: #fff;
}

.pagination .prev svg,
.pagination .page-arrow-first svg {
    fill: rgba(0, 0, 0, .26);
}


/* pagination css ends */


/* inherited tab css modal starts */


/* .rb-core-modal__content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    background: #fff;
    transform: none;
} */

.inherited__vertical__tab__body {
    height: 50%;
}

.inherited__ctg_status {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.inherited__ctg_status .rb-core-checkbox>input~label {
    margin: 15px auto;
    padding-left: 40px;
}

.inherited__category .rb-core-search-field {
    background: #efefef;
    width: 50%;
    max-width: 100%;
}

.is-blurred {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}


/* Overlay */

.is-hidden {
    display: none;
}

.is-visuallyHidden {
    opacity: 0;
}


/* The Close Button */

.Close {
    color: #aaaaaa;
    float: right;
    font-size: 16px;
}

.rb-core-modal .rb-core-navigation-tabs__wrapper {
    border: none;
}

.inherited__vertical__tabs .rb-core-tab-links__scroll-container {
    overflow-x: auto;
    margin: 2em 0 0;
    text-align: left;
    border-right: 1px solid #BFC0C2;
}

.rb-core-modal--overlay-button .rb-core-modal__content {
    max-width: 100%;
    padding: 0 50px;
    width: 60%;
    height: 80%;
    box-shadow: 0px 5px 5px 0px #0000001a;
    z-index: 8888;
}

.rb-core-modal__close-x {
    position: absolute;
    top: 1.625rem;
    right: 1.625rem;
    z-index: 1;
    outline: 0;
    border: 0;
    background-color: transparent;
    background-position: center center;
    cursor: pointer;
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 2.25rem;
}

.rb-core-modal--overlay-button .rb-core-modal__buttons {
    float: right;
    /* position: absolute;
    right: 60px;
    bottom: 20px; */
    position: relative;
}

.rb-core-modal--overlay-button .rb-core-modal__body-text {
    min-height: 480px;
}


/* add invoice mmodal css starts  */

.add_invoice_modal h4 {
    font-size: 17px;
    color: #005691;
    font-weight: 500;
}

.add_invoice_modal .rb-core-table tbody tr td span {
    width: auto;
    float: left;
    margin: 0 8px;
}

.add_invoice_modal .rb-core-modal__buttons {
    padding: 0;
}


/* add invoice modal ends */


/* inherited__vertical__tabs starts */

.inherited__vertical__tabs .rb-core-tab-links__items {
    float: left;
    display: inline-block;
}

.inherited__vertical__tabs .rb-core-tab-links-item__trigger {
    line-height: normal;
    text-align: left;
    margin: 0 0 2em 0;
}

.inherited__vertical__tabs .rb-core-tab-links-item__trigger span {
    font-weight: 100;
    font-size: 18px;
}

.inherited__vertical__tabs .rb-core-tab-links-item--active {
    color: #000;
    font-weight: 900;
}

.inherited__vertical__tabs .rb-core-tab-links-item--active li button span {
    color: #000;
    font-weight: 500
}

.inherited__vertical__tabs ul .rb-core-tab-links-item::after {
    display: none;
}

.inherited__vertical__tab__body .rb-core-navigation-tabs-item .__v_tab_label {
    font-size: 22px;
    font-weight: 400;
}

.inherited__vertical__tab__body .rb-core-date-time-picker {
    margin: 2em 0 0 1.2em;
}

.inherited__status .rb-core-checkbox>input~label {
    margin: 15px auto;
    padding-left: 40px
}

.inherited__claim_no .rb-core-checkbox>input~label {
    margin: 15px auto;
    padding-left: 40px
}

.inherited__claim_no .rb-core-accordion-item__text {
    padding: .75em;
    background: #EFEFF0;
    margin-top: 1em;
    font-size: 16px;
}

.inherited__daterange .rb-core-input-field--with-label>input {
    padding-top: 12px;
    background: #EFEFF0 !important;
    min-height: 48px;
}

.inherited__daterange .btn_calendar {
    display: block;
    position: relative;
    text-align: right;
}

.inherited__daterange .btn_calendar .rb-core-button {
    min-width: 58px;
    display: inline-block;
}

.inherited__claim_no .rb-core-accordion-item__toggle {
    display: none;
}

.inherited__claim_no span.rb-core-icon.rb-core-icon_down {
    right: 10px;
    position: absolute;
    font-size: 30px;
    top: 8px;
}

.inherited__claim_no .rb-core-accordion-item {
    width: 60%;
    max-width: 100%;
}

.inherited__claim_no .rb-core-accordion-item .rb-core-accordion-item__content {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 0 10px;
}

.rb-core-modal__backdrop {
    /* position: fixed; */
    /*background: #dddddd9c;*/
    /* background:rgba(216, 216, 216, 0.45); */
    background: #eaeaeae3;
}

.rb-core-modal.claim_justification>.rb-core-modal--alert .rb-core-modal__content {
    width: 530px;
}

.head_justify {
    font-size: 1.7rem;
    text-align: left;
    margin: -20px 0 0 20px;
}

.l-0 {
    text-align: left
}

.r-0 {
    text-align: right;
}

.rb-core-search-field__submit {
    margin-left: 5px;
}

.close_btn {
    right: 40px;
    position: absolute;
    top: 50px;
}


/* modal css ends*/


/* rb-core-search box css starts */

.search_bar_filter .rb-core-search-field__submit {
    display: inline-block;
    margin: 4px 0 0 2px;
}

.rb-core-search-field__slide {
    transform: translateX(100%) translateX(-2.2rem);
}

.rb-core-search-field__label__text {
    font-size: 14px
}

.rb-core-search-field__input {
    padding-left: 5px;
    width: 180px;
    font-size: 14px
}

.rb-core-search-field__close {
    background-color: #fff;
}

.inherited__category .rb-core-search-field__submit {
    width: 34px;
    margin: 5px 0 0 0;
    display: inline-block;
}


/* rb-core-search box css ends */

.rb-core-component-header-with-content--spacing-vertical {
    padding-top: 0rem;
    padding-bottom: 0px;
}

.rb-core-table__container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}


/* The Close Button and rb button css starts */

.rb-core-button>* .rb-core-icon {
    margin-right: auto;
}


/* The Close Button and rb button css ends */


/* date picker custom css starts*/

.flatpickr-day.selected,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    border-color: #005691;
    outline: none;
    background: #005691 !important;
}


/* date picker custom css ends*/


/* dashboard page css ends */


/* add new claims starts */

.claim_wizard h4 {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    opacity: 0.6;
}

#wizard-progress {
    width: 100%;
    margin: 20px auto 0 auto;
}

#wizard-progress .step-indicator {
    border-collapse: separate;
    display: table;
    margin-left: 0px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
}

#wizard-progress .step-indicator li {
    display: table-cell;
    position: relative;
    float: none;
    padding: 0;
    width: 1%;
}

li.complete::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    background: #005691;
    top: 32px;
    z-index: 1;
    left: 50%;
}

li.completed1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #005691;
    top: 32px;
    z-index: 1;
    left: 50%;
}

#wizard-progress .step-indicator li:after {
    background-color: #ccc;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
    top: 32px;
    left: 50%;
}

#wizard-progress .step-indicator li:last-child:after {
    display: none;
}

#wizard-progress .step-indicator li.complete .step {
    border-color: #005691;
    color: #005691;
    background: #005691;
}

#wizard-progress .step-indicator li.completed1 .step1 {
    border-color: #005691;
    color: #005691;
    background: #005691;
}

#wizard-progress .step-indicator li.complete .caption {
    color: #005691;
}

#wizard-progress .step-indicator .step {
    border-radius: 50%;
    border: 2px solid #ccc;
    color: #ccc;
    font-size: 24px;
    height: 64px;
    line-height: 3;
    background: #fff;
    margin: 0 auto;
    position: relative;
    width: 64px;
    z-index: 1;
}

#wizard-progress .step-indicator .step1 {
    border-radius: 50%;
    border: 2px solid #ccc;
    color: #ccc;
    font-size: 24px;
    height: 64px;
    line-height: 3;
    background: #fff;
    margin: 0 auto;
    position: relative;
    width: 64px;
    z-index: 1;
}

#wizard-progress .step-indicator .step2 {
    border-radius: 50%;
    border: 2px solid #005691;
    color: #fff;
    font-size: 24px;
    height: 64px;
    line-height: 3;
    background: #005691;
    margin: 0 auto;
    position: relative;
    width: 64px;
    z-index: 1;
}

#wizard-progress .step-indicator .step3 {
    border-radius: 50%;
    border: 2px solid #005691;
    color: #fff;
    font-size: 24px;
    height: 64px;
    line-height: 3;
    background: #005691;
    margin: 0 auto;
    position: relative;
    width: 64px;
    z-index: 1;
}

#wizard-progress .step-indicator .caption {
    color: #ccc;
    padding: 11px 16px;
    font-size: 12px;
}

.in_complete ._in_step {
    width: 64px;
    margin: auto;
    background: #fff;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #ccc;
    color: #ccc;
    position: relative;
    z-index: 1;
    font-size: 30px;
    line-height: 2.2;
}

#wizard-progress .step-indicator .completed1 .caption,
#wizard-progress .step-indicator .completed2 .caption {
    color: #005691;
    padding: 11px 16px;
    font-size: 12px;
}

#wizard-progress .step-indicator li .rb-core-icon {
    font-size: 32px;
}


/* Add_new_claim form starts */

.add_invoice_modal form ul .left_align {
    float: left;
}

.add_invoice_modal form ul .right_align {
    float: right;
}

.search_Invoice_part .rb-core-input-field .rb-core-icon,
.invoiceDate .rb-core-date-time-picker .rb-core-icon {
    font-size: 24px !important;
}

.add_new_claim_picker {
    position: relative;
    background: #f5f6f6;
}

.b-1 {
    border-bottom: 1px solid #cfd0d1;
}


/* Add invoice popup */

.inherited__vertical__tab__body .rb-core-button {
    margin: 2em 0 0 1.2em;
}

.greyRow {
    background: #f5f6f6 !important;
}

.search_Invoice_part .rb-core-input-field--with-label>input {
    padding-top: 0;
}

.rb-core-modal__content {
    padding: 2rem !important;
}

.rb-core-modal--overlay-button .rb-core-modal__headline {
    line-height: normal !important;
    font-weight: 300;
    letter-spacing: 0;
    text-align: left;
    color: #000000;
    font-size: 28px;
    margin: 0px;
    padding: 0px;
}

.__v_tab_label {
    font-size: 18px;
    color: #005691;
}

.addClaimBtn {
    position: relative !important;
}

.invoiceInput {
    padding-top: 0px !important;
}

.add_invoice_modal .rb-core-table__container-fluid {
    padding: 0;
}


/* Add invoice popup ends*/


/*preview modal css starts*/

.preview_bar {
    background: #f5f6f6;
}

.add_invoice_modal h4,
.preview_claim_form h4 {
    font-size: 17px;
    color: #005691;
    font-weight: 500;
}


/*preview modal css starts*/


/* --- sudmit pages starts       */

.submit_box {
    color: #fff;
    background: #50237f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #50237f 0%, #008ecf 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #50237f 0%, #008ecf 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #50237f 0%, #008ecf 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#50237f', endColorstr='#008ecf', GradientType=1);
    /* IE6-9 */
    opacity: .8;
}

.submit_head {
    font-size: 2rem;
}

.check_box {
    height: 125px;
    width: 125px;
    background: #008ecf;
    background: -moz-linear-gradient(left, #008ecf 0%, #00a8b0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #008ecf 0%, #00a8b0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #008ecf 0%, #00a8b0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#008ecf', endColorstr='#00a8b0', GradientType=1);
    /* IE6-9 */
    text-align: center;
    border-radius: 50%;
    padding: 20px;
    margin-top: 50px;
}

.check_box .rb-core-icon {
    font-size: 5rem;
}


/* upload file  custom css starts */

.rb-core-file-uploader__dropzone {
    display: block;
    position: relative;
    /* flex-direction: column; */
    /* align-items: center; */
    margin-bottom: 0;
    border: none;
    cursor: pointer;
    background: #fff;
    padding: 0;
    overflow: hidden;
}

.rb-core-file-uploader__label {
    padding-bottom: 0;
    font-size: 24px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}

.rb-core-file-uploader button {
    border: none;
    font-size: 14px;
    color: #005691;
}

.rb-core-file-uploader button:hover {
    color: #000 !important;
}

.rb-core-file-uploader__file {
    margin-bottom: auto;
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.upload_option_attachment {
    margin-left: -10px;
    width: 100%;
    display: block;
    position: relative;
}

.upload_option_attachment .position-relative {
    /*position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    white-space: nowrap;*/
    font-size: 0.625rem;
    font-weight: 500;
    z-index: 1;
    pointer-events: none;
}


/* upload custom css ends */


/* css styles ends */


/* responsive css starts*/

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .register_page_content {
        height: 87.1vh;
    }
    .bg_reg_form {
        width: 80%;
        padding: 40px;
    }
    .cms_tile {
        padding: 10px !important;
    }
    .cms_tile_ff {
        padding: 10px !important;
    }
    .tile_head p {
        font-size: 14px;
    }
    .cms_tile h1 {
        font-size: 32px;
        margin: auto !important;
    }
    .cms_tile_ff h1 {
        font-size: 32px;
        margin: auto !important;
    }
    .exceptional_claim label {
        position: relative;
        bottom: 8px;
        left: 10px;
        font-size: 12px;
    }
    .customer__option__icon:hover .customer__inbox {
        margin: -24px 0 0 90px
    }
    /*modal css starts*/
    .rb-core-modal--overlay-button .rb-core-modal__content {
        height: 82%;
    }
    /* .rb-core-modal--overlay-button .rb-core-modal__buttons {
        bottom: 50px;
        position: absolute;
        right: 50px;
    } */
    /*modal css ends*/
    .add_invoice_modal .rb-core-component-header-with-content {
        padding: 0 !important
    }
    .rb-core-table tbody tr td span {
        width: 45%;
        float: left;
    }
    .rb-core-table thead tr th span {
        float: none;
    }
    .add_inv_table_data .rb-core-table thead tr th span {
        display: table-cell;
        vertical-align: middle;
    }
    .add_inv_table_data .rb-core-table tbody tr td span {
        margin: auto;
        float: left;
    }
    .dealer_table_info .rb-core-table thead tr th span {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    .dealer_table_info .rb-core-table tbody tr td span {
        width: auto;
        margin: auto;
    }
    .accordion_inv_table_info .customer__msg {
        left: -168px !important;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1140px) {
    .bg_reg_form {
        width: 70%;
    }
    .rb-core-modal--overlay-button .rb-core-modal__content {
        padding: 25px;
        width: 90%;
        height: 90%;
    }
    .rb-core-table tbody tr td span {
        width: 45%;
        float: left;
    }
    .add_invoice_modal .rb-core-table tbody tr td span {
        width: auto;
        float: left;
        margin: 0 5px;
    }
    .rb-core-table thead tr th span {
        float: none;
    }
    .add_inv_table_data .rb-core-table thead tr th span {
        display: table-cell;
        vertical-align: middle;
    }
    .add_inv_table_data .rb-core-table tbody tr td span {
        margin: auto;
        float: left;
    }
    .dealer_table_info .rb-core-table thead tr th span {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    .dealer_table_info .rb-core-table tbody tr td span {
        width: auto;
        margin: auto;
    }
    .mwf-field span .upload_label {
        right: 16.85vw;
    }
    .accordion_inv_table_info .customer__msg {
        left: -175px !important;
    }
}

@media only screen and (min-width: 992px) {
    .rb-core-table table tr td:nth-child(even) {
        background: transparent;
    }
    .rb-core-table table tbody tr:hover td {
        background: transparent;
    }
    .rb-core-table table tbody tr:hover td:nth-child(even) {
        background: transparent;
    }
    .rb-core-table table thead tr td:nth-child(even) {
        background: transparent;
    }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
    .bg_reg_form {
        width: 80%;
    }
    .rb-core-header__sub-nav-row {
        display: none;
    }
}

@media only screen and (max-width:800px) and (min-height:1280px) {
    .bg_reg_form {
        margin: auto;
        padding: 20px 40px;
        background: #efeff0;
        max-width: 75%;
    }
}


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .rb-core-modal--overlay-button .rb-core-modal__content {
        width: 80%;
        height: 90%;
        padding: 50px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .rb-core-header__sub-nav-row {
        display: none;
    }
}


/* responsive css ends*/


/* add view claim */

.tab {
    border-bottom: 1px solid #cfd0d1;
    min-height: 50px;
}

.tabcontent {
    display: none;
    /* padding: 6px 12px;
    border: 1px solid #cfd0d1; */
    border-top: none;
}

.custom_tab {
    padding: 16px 0;
    margin: 0 30px 0 15px;
}

.tab_active {
    border-bottom: 2px solid #005691;
    color: #005691;
}

.accord {
    margin: 0 0 30px 0;
}

.mo_head {
    font-size: 15px;
}


/* add line item details*/

thead.t_0 tr {
    background: transparent;
}

.add_view_claim_picker {
    position: relative;
    background: #f5f6f6;
    margin: 0;
}

.no-padding {
    padding: 0px;
}

.left-align {
    float: left;
    z-index: 1;
}

.mwf-field.mwf-xs {
    float: left;
    clear: none;
    width: calc(25% - 2rem);
}

.inv_head {
    padding-top: 20px;
    color: #005691;
    cursor: pointer;
}


/* .rb-core-more-less-link__collapse-link, .rb-core-more-less-link__expand-link {
    text-align: right;
}
.rb-core-more-less-link__expand-link.-is-collapsed,
.rb-core-more-less-link__collapse-link -is-collapsed {
    display: flex;    
    float: right;
} */

.rb-core-more-less-link {
    display: block;
    /* margin-bottom: 5px; */
}

.rb-core-link--with-icon-left>* .rb-core-icon {
    font-size: 1.6rem;
}

.box_width {
    min-width: 12%;
}

.box_h {
    min-width: 11.5%;
}

.box_collapse,
.box_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 15px;
    font-size: 14px;
    margin-left: 15px;
}

.box_collapse {
    width: 100%;
    float: left;
    height: 70px;
    background: #cbeaf2;
    margin: 0 0 5px 0;
    padding: 0;
}

.box_collapses,
.box_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 15px;
    font-size: 14px;
    margin-left: 15px;
}

.box_collapses {
    width: 100%;
    float: left;
    height: 70px;
    background: #cbeaf2;
    margin: 0;
    padding: 0;
}

.box_head {
    padding: 0;
    margin: 0;
    font-weight: bold;
    border-bottom: 0.25rem solid #ccc;
    min-height: 60px;
}

.colum_l2 {
    min-width: 18%;
    z-index: 1;
}

.colum_last {
    min-width: 50px;
    text-align: right;
    z-index: 1;
    padding: 0px;
    max-width: 75px;
}

.box_arrow {
    min-height: 70px;
    background: #cbeaf2;
    width: 0px;
}

.box_arrow .rb-core-icon {
    font-size: 30px;
    color: #008ECF;
    margin: 20px;
    cursor: pointer;
    display: inline-block;
}

.accordion_inv_table_info {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.accordion_inv_table_info .customer__msg {
    left: -180px;
    position: absolute;
    display: block;
    right: 38px;
    top: -30px;
    background: #fff;
    z-index: 9;
    white-space: nowrap;
    padding: 0 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px -1px #00000073;
    max-width: 250px;
}

.accordion_inv_table_info .customer__msg::before {
    display: none;
}

.accordion_inv_table_info .customer__msg::after {
    right: -6px;
    position: absolute;
    content: '';
    top: 10px;
    width: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 10px;
    transform: rotate(225deg);
    background: #fff;
}

.accordion_inv_table_info h4 {
    font-size: 17px;
    color: #005691;
    font-weight: 500;
}

.rb-core-icon_add {
    cursor: pointer;
    font-size: 30px;
    color: #005691;
    text-align: center;
}

.rb-core-table td .rb-core-rich-text {
    width: 100% !important;
    color: #707070;
}

.rb-core-table #hsncthapprovalModeltable td .rb-core-rich-text {
    width: 50% !important;
    white-space: normal;
}

.accordion_inv_table_info .rb-core-table td {
    padding: 1rem !important;
}

.accordion_inv_table_info .rb-core-table table tbody tr:hover {
    background: transparent !important;
}

.border_bottom_2px {
    border-bottom: 1px solid #BFC0C2;
}

.rb-core-more-less-link__expand-link.-is-collapsed {
    display: block;
    float: none;
}

.box_arrow_1 {
    margin-right: 7px;
    vertical-align: middle;
    min-height: 59px;
}

.collapse_contain {
    background: #f5f6f6;
    margin: 0;
    padding-top: 15px;
}

.custom_tab_report a {
    color: #ffff;
}

.custom_tab_report {
    background: #0080cf;
    color: #fff;
    width: 200px;
    text-align: center;
    padding: 8px;
    float: right;
    margin-top: 10px;
}

.claim {
    border-top: 1px solid #BFC0C2;
}

.f_arow span {
    font-size: 1.6rem;
}

.fa_1 {
    float: left;
    padding: 2px 3px 0 0;
}

#collable,
#upcoll,
#collapse,
#upcolls {
    display: none;
}

#upcoll,
#down {
    text-align: right;
}

#downs,
#upcolls,
.btn_att_close {
    float: right;
}


/* Add return screen*/

.check_text {
    font-size: 14px;
    padding-top: 2px;
}


/* .radio_claim {
    width: 40%;
    float: left;
} */

.radio_text {
    font-size: 0.625rem;
    margin-bottom: 0;
    padding-left: 1rem;
}


/* IE styles starts */

.ie_style {
    overflow-x: hidden;
}

.ie_style .filter_tool_bar p {
    margin-top: 18px;
}

.ie_style .inherited__daterange .btn_calendar .rb-core-button {
    width: auto;
}

.ie_style .search_bar_filter {
    height: 48px;
}

.ie_style .filter_icons {
    top: 3px;
}

.ie_style .filter_actions {
    top: 18px;
}


/* ie styles for table child starts*/

.ie_style .selected,
.ie_style .rb-core-table table .selected td:nth-child(2n),
.ie_style .rb-core-table table .selected td:nth-child(4n),
.ie_style .rb-core-table table .selected td:nth-child(6n),
.ie_style .rb-core-table table .selected td:nth-child(3n),
.ie_style .rb-core-table table .selected td:nth-child(5n),
.ie_style .rb-core-table table .selected td:nth-child(7n) {
    background: rgba(64, 170, 219, 0.110) !important;
    /*background: #bfe3f3ad !important;*/
}

.ie_style .rb-core-table table tbody tr:hover td:first-child {
    background: transparent !important
}

.ie_style .rb-core-table table tr td:nth-child(2n),
.ie_style .rb-core-table table tr td:nth-child(4n),
.ie_style .rb-core-table table tr td:nth-child(6n) {
    background: #fff !important
}

.ie_style .rb-core-table table tr td:nth-child(3n),
.ie_style .rb-core-table table tr td:nth-child(5n),
.ie_style .rb-core-table table tr td:nth-child(7n) {
    background: #efeff0
}

.ie_style .rb-core-table table .selected td:nth-child(2n),
.ie_style .rb-core-table table .selected td:nth-child(4n),
.ie_style .rb-core-table table .selected td:nth-child(6n),
.ie_style .rb-core-table table .selected td:nth-child(8n) {
    background: rgba(64, 170, 219, 0) !important;
}

.ie_style .is-blurred {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.ie_style .rb-core-modal__backdrop {
    background: #ddd;
    opacity: .7;
    /* overflow-x: hidden; */
}

.ie_style .dealerUser {
    padding: 0 38px 0 0;
}

.ie_style .login__info {
    position: relative;
    top: 4px;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .down-icon img {
        margin-top: 20px;
    }
}


/* IE styles ends */

.modal_1 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
}

.customModalContainer {
    width: 270px;
}

.close {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 34px;
    color: #aaaaaa;
    float: right;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal_1 .rb-core-modal__icon {
    position: absolute;
    top: -40px;
    left: 95px;
}

#myModalnew {
    z-index: 1200;
}

#OpenAlertModal {
    z-index: 1200;
}

.Shipmentselect {
    display: flex;
    padding-top: 10px;
}

.Shipmentselect_create {
    display: flex;
    padding-top: 10px;
}

.Shipmentmanual {
    margin: 0px;
    max-width: 100px;
}

.Shipmentupload {
    float: right;
    margin: 0px;
    max-width: 100px;
}

.filter_icoWatch {
    top: 16px;
}


/*Navigation menu*/

.rb-core-js-tab-links__scroll-container a {
    text-decoration: none;
    color: #000;
}

.rb-core-js-tab-links__scroll-container a:hover {
    color: #005691;
}

.menuActive {
    border-bottom: 2px solid #005691;
}

.hideHeader {
    opacity: 0.1;
}

.auth_load_text .rb-core-icon_problem-frame {
    font-size: 75px;
}

.errorPage .rb-core-header__sub-nav-row {
    border: none;
}

.colum_last .rb-core-icon_delete {
    z-index: 1;
}


/* reassign, assignRole modal*/

.reassignModal .rb-core-modal__body-text {
    min-height: auto !important;
}

.reassignModal .rb-core-modal__content {
    width: 40%;
    height: 350px;
}

.assignRole .rb-core-modal__content {
    width: 40%;
}

.assignRole input.mwf-text.flatpickr-input {
    padding-top: 12px !important;
    min-height: 48px !important;
}

.assignRole .rb-core-icon.rb-core-icon_calendar {
    font-size: 24px;
}

.reassignModal .mwf-label.mwf-label-select,
.assignRole .mwf-label.mwf-label-select,
.assignRole .mwf-label.mwf-label-textarea {
    padding-left: 16px;
}

.assignRole .rb-core-search-field__slide {
    left: -2px;
}

.assignRole .rb-core-search-field__close {
    height: 2rem;
    line-height: 2rem;
}

.assignRole .rb-core-search-field__submit {
    width: 2rem;
}


/*dropdown*/

.multiselect {
    width: 100%;
    position: relative;
}

.selectBox {
    position: relative;
}

.selectBox select:hover {
    background-color: #efeff0;
}

#checkboxes label {
    display: block;
}

#checkboxes label input {
    display: block;
}

#checkboxes {
    display: none;
    width: 100%;
    background-color: #efeff0;
    top: 354px;
    z-index: 99999999;
    border: 1px solid #bfc0c2;
    left: 31px;
}

.checkAMboxes label {
    display: block;
}

.checkAMboxes label input {
    display: block;
}

.checkAMboxes {
    display: none;
    background-color: #fff;
    z-index: 200;
    border: 1px solid #bfc0c2;
    position: absolute;
    min-width: 100%;
    margin-left: 0px !important;
    box-shadow: 0px 0px 1px #bfc0c2;
    overflow: auto;
    height: 200px;
}

.arrow {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
    background: #fff;
}

.Down_arrow {
    position: absolute;
    width: 25px;
    height: 46px;
    right: 0;
    top: 9px;
    text-align: center;
    z-index: 1;
}

.arrow .rb-core-icon.rb-core-icon_down {
    font-size: 25px;
    margin-top: 10px;
}

#checkboxes .rb-core-search-field__close {
    background-color: #efeff0;
}

#checkAMboxes .rb-core-search-field__close {
    background-color: #efeff0;
}

.selectBox select {
    width: 100%;
    height: 38px;
    border-radius: 4px;
    color: #707070;
    padding-left: 13px;
    border: 1px solid #D8DADC;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#checkboxes .rb-core-icon.rb-core-icon_search {
    font-size: 25px;
}

#checkAMboxes .rb-core-icon.rb-core-icon_search {
    font-size: 25px;
}

.partWithZeroQuantity {
    cursor: default
}

.previewImg h3 {
    font-weight: 100 !important;
    margin-top: 10px;
}

.previewImg img {
    width: 100%;
}

.button-close .rb-core-icon.rb-core-icon_close {
    font-size: 25px;
}

.button-close {
    width: 25px;
    height: 25px;
}

.clsSpanPreview {
    background-color: #fff;
    width: 20px;
    height: 20px;
    margin-left: -23px;
    position: absolute;
    opacity: 0.8;
    margin-top: 3px;
    text-align: center;
    cursor: pointer;
}

.previewDivCls {
    float: left;
}

.uploadbtn .upload_option_attachment .position-relative {
    position: absolute;
    top: 4px;
    white-space: nowrap;
    font-size: 0.625rem;
    font-weight: 500;
    z-index: 1;
    pointer-events: none;
}

.overlayy {
    z-index: 9999 !important;
}

.selectCount {
    width: 35px;
    position: absolute;
    right: 30px;
    z-index: 1;
    background: #525f6b;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    padding: 8px 5px;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.msgreverse {
    position: absolute;
    display: none;
    left: -35.25em;
    top: -2.85em;
    background: #fff;
    z-index: 9;
    white-space: nowrap;
    padding: 0 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px -1px #00000073;
}

.msgreverse::before {
    left: 492px;
    position: absolute;
    content: '';
    top: 10px;
    width: 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 10px;
    transform: rotate(224deg);
    background: #fff;
}

.bgwhite {
    background: #fff !important;
}

.tableOption tr:last-child td {
    border-bottom: 50px solid #fff;
}

.RLbottom tr:last-child td {
    border-bottom: 35px solid #fff;
}

.newclaim {
    position: absolute;
    display: block;
    left: -9px;
    top: -10px;
    background: #fff;
    z-index: 9;
    white-space: nowrap;
    padding: 0 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px -1px #00000073;
}

.newclaim::after {
    right: 130px;
    transform: rotate(405deg);
}

.newclaimmargin {
    margin: 28px 0 0 -50px
}

.box_r {
    min-width: 13.6%;
}

.box_width_r {
    min-width: 14.2%;
}

.down-icon {
    width: 24px;
    height: 24px;
}

.down-icon img {
    width: 30px;
    left: -15px !important;
    margin-left: -55px;
    transform: rotate(180deg);
}

.delete-icon {
    width: 24px;
    height: 24px;
    margin: -5px 0 0 30px;
    z-index: 1;
}

.delete-icon img {
    width: 30px;
}

.calender-icon {
    width: 24px;
    height: 24px;
    padding: 20px !important;
    position: absolute;
    left: 68%;
    top: -11px;
}

.calender-icon img {
    width: 30px;
}

.options-icon {
    width: 24px;
    height: 24px;
    margin-top: -5px;
}

.options-icon img {
    width: 30px;
    transform: rotate(90deg);
}

.plus-icon {
    width: 24px;
    height: 24px;
    margin-top: -5px;
}

.plus-icon img {
    width: 30px;
}

.paperclip-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 29px;
    left: 87%;
}

.paperclip-icon img {
    width: 30px;
}

.container.help h4 {
    margin-top: 30px;
    font-weight: 400;
    color: #008ECF;
    font-size: 1.25rem;
}

.container-fluid.helpBanner {
    background: #008ECF;
    height: 250px;
    z-index: 9999;
    text-align: center;
    color: #fff;
    padding: 75px;
}

.container-fluid.helpBanner h3 {
    font-weight: 300;
    font-size: 2rem;
    margin: 50px;
}

.partnumbericon .customer__msg {
    left: 0px;
    top: -23px;
}

.partnumbericon .customer__msg::after {
    left: -6px;
    transform: rotate(45deg);
}

#divMaterialNo_103382_103382 {
    margin-right: 19px;
}

#divPrevMaterialNo_103382_103382 {
    margin-right: 30px;
}

.divMaterialNos {
    margin-right: 19px;
}

.divPrevMaterialNos {
    margin-right: 25px;
}

.cal-icon {
    background: url(/images/calendar.svg);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 27px;
}

.mx-2.customer__option__icon.RLdetailsicon {
    float: left;
}

.rb-core-modal.-is-visible {
    overflow: hidden;
}

.selected,
.rb-core-table table .selected td:nth-child(2n),
.rb-core-table table .selected td:nth-child(4n),
.rb-core-table table .selected td:nth-child(6n),
.rb-core-table table .selected td:nth-child(8n) {
    background: #bfe3f3 !important;
}

a {
    text-decoration: none !important;
}

.up-icon {
    width: 24px;
    height: 24px;
    margin: 20px 0;
}


/* ie styles */

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .box_arrow .rb-core-icon {
        margin: 20px 40px 0 0;
    }
    .cal-icon {
        background-position: 117%;
        background-size: 100px;
    }
}

#popupCanel {
    display: flex;
}

.hydrated.iconPaperClip {
    padding-left: 10px;
    position: absolute;
    right: -92px;
}

#fileClaimHeader {
    width: 350px;
}

.ulpreviewupload {
    left: 0;
    padding-left: 0px !important;
    margin-left: -29px !important;
}

.add-claim {
    width: 40%;
    display: flex;
    float: right;
}

.paperclip-icon,
.iconPaperClip {
    display: none !important;
}

.rb-core-activity-indicator--absolute {
    z-index: 9999 !important;
    position: fixed !important;
}

.PreviewImage {
    max-height: 700px;
    /* cursor: zoom-in; */
}

.hr {
    border-style: solid;
    border-bottom: transparent;
    border-color: transparent;
    margin-top: -25px;
    margin-left: 60px;
}


/*create new page css*/

.rb-core-input-field--with-label>input {
    border-radius: 4px;
    border: 1px solid #D8DADC;
    padding-top: 0px;
    min-height: 38px !important;
    color: #707070;
}

.mwf-select {
    border: 1px solid #D8DADC;
    border-radius: 4px;
    margin-top: 2%;
}

.add_new_claim_form .mwf-field {
    margin-top: 1.25rem;
}

.Shipper_origin {
    display: grid;
    float: left;
    width: 33%;
    margin-right: 21px;
    padding-right: 40px;
    border-right: 1px solid #D8DADC;
    position: relative;
}

li.mwf-field.shipper.mwf-s {
    width: auto;
}

.horizon_ship {
    display: flex;
    padding: 0px 16px;
    font-style: italic;
    letter-spacing: 0.42px;
    color: #707070;
    font-size: 14px;
    opacity: 0.6;
    flex-direction: row;
}

.horizon_consignee {
    display: flex;
    padding-left: 16px;
    color: #707070;
    opacity: 0.6;
    font-size: 14px;
    letter-spacing: 0.42px;
    flex-direction: row;
    font-style: italic;
}

.horizon_ship:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #D8DADC;
    margin: 7px;
    margin-left: 15px;
}

.horizon_consignee:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #D8DADC;
    margin: 7px;
    margin-left: 15px;
}

.shipment_details {
    display: inline-block;
}

.action_bar_outer_left {
    float: left;
    padding-top: 15px;
}

.Shipment_Forward {
    display: inline-block;
}

.date_pick {
    min-height: 48px !important;
}

.scroll_content {
    overflow-x: hidden;
    overflow-y: auto;
    height: 80vh;
    /* min-height: 88vh; */
    display: block;
    /* margin-left: -15px; */
}

.scroll_content_createNew {
    overflow: auto;
    height: calc(100% - 150px);
    display: block;
    /* padding-bottom: 150px; */
    /* margin-left: -15px; */
}

.scroll_content_Detials {
    overflow: auto;
    height: 300px;
    display: block;
    /* margin-left: -15px; */
}

.scroll_content_Hsn {
    overflow: auto;
    height: 120vh;
    display: block;
    /* margin-left: -15px; */
}

.scoll_content_no_scroll {
    min-height: 80vh;
    height: auto;
}

.right_div_Shipment {
    height: 100vh;
    padding-bottom: 150px;
    padding-left: 240px;
}

.div_shipment {
    height: 100%;
}

.scroll_content_create {
    overflow: auto;
    height: 64vh;
    display: block;
    /* margin-left: -15px; */
}

.main {
    margin-left: 160px;
    /* Same as the width of the sidenav */
    font-size: 28px;
    /* Increased text to enable scrolling */
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    /* .sidenav {padding-top: 15px;} */
    .sidenav a {
        font-size: 14px;
    }
}


/* .justify-content-between{
        border-bottom: 1px solid #D8DADC;
      } */

.iconImg {
    padding: 5px;
    vertical-align: middle;
}

.transportImg {
    padding-left: 0px;
    padding-right: 7px;
}

.main_page_content {
    width: 84%;
    float: right;
}

.mwf-w {
    width: calc(25% - 0rem) !important;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn {
    background-color: #EEF8FF;
    padding: 8px 20px;
    border-radius: 8px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.mwf-label+.mwf-input>select {
    padding-top: 0px;
    min-height: 38px;
}

.mwf-label-input,
.mwf-label-textarea,
.mwf-label-select {
    position: relative;
    top: 0rem;
    font-size: 1rem;
    font-weight: 100;
    left: 0px !important;
}

label.mwf-label.mwf-label-select,
.header-text {
    font-weight: bold;
    color: #707070;
    font-size: 14px;
    letter-spacing: 0.42px;
    padding-bottom: 5px;
    display: inline-block;
}

label.text-dark {
    font-weight: bold;
    color: #707070;
    font-size: 14px;
    letter-spacing: 0.42px;
}

::placeholder {
    opacity: 0.5;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.5;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    opacity: 0.5;
}

li.mwf-field.col-4 {
    width: 25%;
    margin-right: 7%;
    padding: 0px !important;
}

li.mwf-field.col-3 {
    padding: 0px;
}

.ul_align {
    padding: 0px;
    margin: 0px;
}

.shipment_entry {
    letter-spacing: 0.42px;
    color: #707070;
    opacity: 1;
    margin-left: 15px;
}

.manualradius {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 1px;
    border-color: #D8DADC;
    color: #707070;
}

.uploadradius {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #D8DADC;
    color: #707070;
}

.manualradius_create {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-left: 1px;
}

.uploadradius_create {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* .uploadradius:hover{
   background-color: #005691;
    color: #fff;
    font-weight: 500;
} */


/* .manualradius:hover{
    background-color: #005691;
     color: #fff;
     font-weight: 500;
 }  */

.manualradius:focus {
    background-color: #005691;
    color: #fff;
    font-weight: 500;
}

.uploadradius:focus {
    background-color: #005691;
    color: #fff;
    font-weight: 500;
}

ul.Shipmentselect {
    margin-left: 17px;
}

.input.mwf-text {
    color: #707070;
}

.mwf-text {
    opacity: 0.5;
    border-radius: 4px !important;
}

.mwf-select {
    color: #707070;
    min-height: 38px;
    max-height: 38px;
}

input#dpinvoicedate {
    padding: 0px 32px;
}

input.mwf-radio~label:hover {
    font-weight: bold;
    color: #005691;
}

input[type="radio"]:checked+label {
    font-weight: bold;
    color: #005691;
}

.breadcrumb {
    color: #707070;
    font-size: 12px;
}

.job_id {
    font-weight: Bold;
    letter-spacing: 0.42px;
    color: #707070;
    margin: 0px 17px !important;
}

.New_ship {
    letter-spacing: 0.42px;
    color: #707070;
    margin-bottom: 13px;
    font-size: 19px;
}

.rb-core-checkbox>input~label {
    font-size: 14px !important;
    letter-spacing: 0.42px;
    color: #525F6B;
    opacity: 1;
    font-weight: 600;
    padding-top: 2px;
}

.pd-tp {
    padding-top: 15px;
}

.pd-tp-18 {
    padding-top: 18px;
}

.custom-file {
    width: 60%;
    margin-top: 2%;
}

.custom-file-modal {
    margin-top: 2%;
    width: 80%;
}

.custom-file-input {
    cursor: pointer;
    z-index: 2;
    width: 40px !important;
    position: absolute;
    top: 0;
    opacity: 0;
    height: 40px !important;
}

.custom-file-input-shipment {
    z-index: 2;
    width: 25px !important;
    position: absolute;
    top: 0;
    opacity: 0;
    height: 25px !important;
}

.custom-input {
    padding: 8px 8px 8px 46px !important;
    position: relative;
}

.custom-file-label-2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.custom-img-2 {
    height: 20px;
    display: block;
    border-right: 1px solid #ced4da;
    padding-right: 5px;
}

.field-icon {
    top: 10px !important;
    left: 10px !important;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.custom-file-label-img {
    position: absolute;
    top: 78%;
    right: 0;
    left: 17%;
    z-index: 1;
}

.custom-img {
    float: right;
    margin-right: -185px;
    cursor: pointer;
}

.custom-img-dynamic {
    float: right;
    margin-right: -230px !important;
    cursor: pointer;
}

.custom-img-static {
    float: right;
    margin-right: -140px !important;
    cursor: pointer;
}

.custom-img-upload {
    float: right;
    margin-right: -45px !important;
    cursor: pointer;
}

.custom-img-up {
    float: right;
}

.Odlabel {
    display: grid;
}

.file-upload img {
    cursor: pointer;
}

.custom-img-3 {
    margin-left: 55px;
    position: absolute;
    cursor: pointer;
}

.mwf-radio:checked~label:before {
    border: 2px solid #005691;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 13px;
    left: 18px;
    background: none;
}

li.mwf-field.col-5 {
    padding-left: 0px;
    vertical-align: top;
}

li.mwf-field.mwf-s.mwf-w {
    width: 26.5% !important;
}

.mwf-y {
    margin-right: 4%;
}

.mwf-field-datepicker {
    margin: 0px 24px;
}

.rb-core-button>* {
    min-width: 100px;
    height: 2.5rem;
}

.sacansu-highlight {
    border-radius: 4px;
    font-weight: 500;
}

.updoc {
    padding-bottom: 14px;
    margin-bottom: 0px;
}

.upload-section {
    background-color: #fcfcfc;
    /* border-top: 1px solid #D8DADC; */
}

.commentdoc {
    display: flex;
}

*/ .otherdoc {
    margin-top: 10px;
    border-radius: 4px;
}

.otherdescription {
    border: 1px solid #D8DADC !important;
    border-radius: 4px !important;
}

.othertwodoc {
    vertical-align: top;
}

.modofship {
    margin-bottom: 0px;
}

.Shipper_origin:after {
    position: absolute;
    right: -1px;
    top: 0;
    content: "";
    background: #fff;
    width: 2px;
    height: 10px;
}

.shipment-list li {
    list-style: none;
}

.w-100 {
    width: 100% !important;
}

.Upload_description {
    border: 1px solid #D8DADC !important;
}

.JobId {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}

@media(min-width:768px) {
    .desktop-cell-padding {
        padding-right: 3rem !important;
    }
}

@-moz-document url-prefix() {
    /* html,body{overflow: hidden !important;} */
}


/* element {overflow-y: scroll;} */

html {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

input[type="file"]::-ms-browse {
    background-color: #ffffff00;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

input[type="file"]::-webkit-file-upload-button {
    background-color: #ffffff00;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.main-content {
    /* border: 1px solid #D3D4D6; */
    margin: 10px;
    border-radius: 3px;
}


/* dashboard*/

.job-table {
    background-color: #408BBF;
    color: #fff;
    overflow: auto;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.d-flex.flex-nowrap.justify-content-between.align-items-center {
    height: 77px;
}

.main-shipment-content {
    margin-top: 77px;
    border-right: 1px solid #ddd;
}

.preAlert {
    background-color: #E4F4FF;
    border-radius: 7px;
    margin: 25px 10px;
    padding: 10px;
}

.right-prealert {
    border-left: 1px solid #D8DADC;
    padding-left: 0px;
    position: relative;
    max-height: calc(100vh - 125px);
    overflow-y: scroll;
}


/* .right-prealert:before{
        content: '';
        transition: transform .5s;
        position: absolute;
        top: 52px;
        left: -11px;
        height: 20px;
    width: 20px;
    z-index: 99999999999999;
        background-color: #fff;
        background-image: url("../images/Path 2780.svg");
        background-repeat: no-repeat;
        border: 1px solid grey;
        border-radius: 50%;
        background-position: center;
        background-color: #fff;
        transform: rotate(90deg);
    } */


/* .right-prealert:before{
        transform: rotate(90deg);
    }
    .right-prealert:after{
        transform: rotate(-90deg);
    } */

.prealerthistory {
    border-bottom: 1px solid #D8DADC;
    padding: 20px;
    color: #005691;
}

.job-content {
    background-color: #F5F9FC;
    color: #707070;
    padding: 1%; 
}

.job-Detail {
    padding: 0px;
    scrollbar-width: autp;
}

.prealertName {
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.prealertId {
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    color: #525F6B;
}

.prealertDate {
    margin: 0px;
    margin-bottom: 2px;
    padding: 0px;
    color: #525F6B
}

.prealerthead {
    display: flex;
    padding: 0px;
    color: #006C58;
}

.prealertType {
    float: right;
    padding: 0px;
    color: #006C58;
}

.Detailstype {
    display: inline-flex;
}

.generalDetail-main {
    color: #525F6B;
}

.generalHead {
    color: #525F6B;
    border-bottom: 1px solid #D8DADC;
    cursor: pointer;
}


/*search*/

.searchJobId {
    position: relative;
}

.searchJobId select {
    width: 100%;
    height: 38px;
    border-radius: 4px;
    color: #000;
    padding-left: 13px;
    border: 1px solid #D8DADC;
    min-width: 244px;
}

table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.pdfdoc {
    margin-bottom: 60px;
}

.Upload_wizard {
    border-bottom: 1px solid #D8DADC;
}

.EditDelete {
    margin-top: 36px;
    margin-right: 50px;
}

.Imgdelete {
    cursor: pointer;
}

.label-text {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.42px;
    color: #707070;
    opacity: 1;
}

.mwf-ws {
    margin-top: 10px !important;
}

.twoUpload {
    width: 100%;
}

.mwf-plan {
    background-image: none !important;
}

.drop-select {
    height: auto !important;
}

.ImgEdit {
    cursor: pointer;
}

.jobHead {
    font-size: 14px;
    margin-bottom: 12px;
}

.dynamicmanualupload {
    padding: 40px;
}

.mwf-upload {
    padding: 10px;
}

.eyeImg {
    padding: 5px;
    background-color: #EEF8FF;
    margin: 0px 2px;
    width: 25px;
    height: 25px;
}

.Del-Img {
    width: 25px;
}


/* .document-view{
    padding:10px;
} */

.up-img-icon {
    float: right;
    width: 25px;
    margin: 2px;
}

.up-img {
    width: 25px;
}


/* Scrollbar */


/* ::-webkit-scrollbar {
    width: 8px;
  } */


/* Track */


/* ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  } */


/* Handle */


/* ::-webkit-scrollbar-thumb {
    background: #888; 
  } */


/* Handle on hover */


/* ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  } */


/* 
.rb-core-table tbody {
    display:block !important;
    height:500px !important;
    overflow-y:auto !important;
}
.rb-core-table thead, .rb-core-table tbody tr {
    width:100% !important;
    table-layout:fixed !important;/* even columns width , fix width of table too*/


/* }

.rb-core-table.rb-core-table--scroll .rb-core-table__wrapper { height: inherit !important; overflow-x:auto !important;} */

*/
/* New Edit*/


/* Dropdown Button */

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


/* Dropdown button on hover & focus */

.dropbtn:hover,
.dropbtn:focus {
    background-color: #3e8e41;
}


/* The search field */

#myInput {
    box-sizing: border-box;
    background-image: url('../images/ico.svg');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}


/* The search field when it gets focus/clicked on */

#myInput:focus {
    outline: 3px solid #ddd;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.show {
    display: block;
}


/* Filter icon */

.custFilter .mwf-input {
    position: relative;
    width: inherit
}

.custFilter .filter_icons {
    position: absolute !important;
    right: 0 !important;
    left: inherit !important;
    height: inherit !important;
    top: 4px;
}

.custFilter .filter_icons span {
    left: inherit !important;
    top: inherit !important;
}

.custFilter .dropdown-content.mwf-input {
    display: block !important;
    height: 38px;
    position: relative !important;
    background-color: inherit !important;
    min-width: inherit !important;
    border: 1px solid #ddd;
}

.custFilter #myInput {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.inputEditShipper {
    display: none;
}

.inputDataShipper {
    display: inline-block;
}

select {
    /* for Firefox 
    -moz-appearance: none;*/
    /* for Chrome 
    -webkit-appearance: none;*/
}


/* For IE10 */

select::-ms-expand {
    display: none;
}

.main_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.7;
}

.box {
    position: relative;
    display: flex;
    /* background-color: #D8DADC; */
    /* width: 106%; */
    height: 125px;
    width: 90px;
}

.box .custom-top-img {
    position: absolute;
    z-index: 999;
    display: inline-flex;
    margin: 0 auto;
    left: -82%;
    right: 0;
    text-align: center;
    top: 335%;
    color: #fff;
    width: 10%;
}

#divPackingListDocuments .box {
    float: left;
    margin-right: 5px
}

.Up-doc {
    display: grid;
}

.eye-img {
    padding: 13px;
    background-color: #EEF8FF;
    margin: 0px;
}

.up-icon-img {
    width: 30px;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 68%;
    right: 0;
    top: 1%;
    color: #fff;
}

.invoice_upload {
    font-weight: bold;
    opacity: 1;
}

.file-upload {
    width: 38px;
    height: 38px;
    display: inline-block;
    position: relative;
}

.file-upload-dynamic {
    margin: 0px 6px !important;
}

.custom-file-input-upload {
    position: absolute;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    left: 0;
    cursor: pointer;
}

.span-img {
    display: inline-flex;
}

.img-minus {
    margin: 0px 2px !important;
}

.file-upload-dynamic-img {
    margin: 0px 4px !important;
}

.inp-img {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
}

.eye-Img {
    padding: 10px;
    background-color: #EEF8FF;
    margin: 0px 2px;
    width: 38px;
    height: 38px;
}

.mwf-img {
    padding-left: 0px;
    /* margin-left: 0px; */
    margin-top: 15px;
}

.mwf-img-2 {
    margin-left: 0px;
    margin-top: 15px;
}

.rb-core-table__caption {
    margin: 0px;
}


/*Pagination*/

.pagination {
    margin-top: 20px;
    float: right;
    display: inline-block;
    margin-right: 0px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    /* border: 1px solid #ddd; */
}

.pagination a.active {
    font-weight: bold;
    color: #000000;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 400px) {
    .left-panel-dashboard {
        padding-top: 15px;
        font-size: 18px;
    }
}

.pdf-img {
    opacity: 0.5;
}

.mwf-BOE {
    margin-top: 3%;
    margin-left: 2%;
    padding-left: 0px;
}

.custom-img-BOE {
    float: right;
    margin-right: -45px !important;
}

.but-BOE {
    border-radius: 4px;
}

.modal {
    transition: all 0.3s linear;
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-upload {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    align-items: center;
    border: 1px solid #888;
    width: 30vh;
    border-radius: 4px;
    text-align: center;
}

.modal-content_create_Job {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    align-items: center;
    width: 30vh;
    text-align: center;
}

.modal-content-checklist {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    align-items: center;
    border: 1px solid #888;
    width: 73vh;
    border-radius: 4px;
}


/* The Close Button */

.okay {
    float: none;
    color: #ffffff;
    position: inherit;
}

.okay:hover,
.okay:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.okay-complete {
    border-radius: 50%;
}

.modal-complete-img {
    float: left;
}

.modal-text {
    opacity: 0.6;
}

.check-verif {
    margin-top: 10px;
    margin-left: 17px;
}

.check-action {
    width: 120px;
}

.check-action-file {
    /* margin: auto; */
    padding: 10%;
}

.custom-tooltip-hover {
    position: relative;
    cursor: pointer;
}

.custom-tooltip {
    /* hide and position tooltip */
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #005691;
    color: #000;
    line-height: initial;
    visibility: hidden;
    border: 1px solid #005691;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    border-radius: 4px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    z-index: 9999;
    font-size: 14px;
    font-weight: initial;
    word-break: inherit;
    white-space: normal;
}

.custom-tooltip:after {
    content: '';
    position: absolute;
    top: -30%;
    left: 35%;
    width: 0;
    height: 0;
    border-bottom: 8px solid #005691;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.custom-tooltip-hover:hover .custom-tooltip {
    visibility: visible;
    display: block;
    width: 120px;
}

.mwf-comment-modal {
    margin-left: 0px;
    width: 100%;
}

.mwf-outer {
    margin: 0px 0px 0px 0px;
    padding-left: 0px !important;
}

.custFilter {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.modal-button {
    justify-content: center;
}


/*For Sorting in Dashboards*/

.sort-asc {
    content: url('../images/SortDown.png');
}

.sort-desc {
    content: url('../images/SortUp.png');
}


/* Dutypayment page css starts */

.add-bor {
    border: 1px solid #d4d7da;
    border-top: 0px;
    width: min-content !important;
    margin-left: 2.5rem !important;
}

.duty-table {
    min-height: 150px !important;
}

.duty-tr td {
    padding: 0.5rem !important;
}


/* Dutypayment page css ends */


/* Transporation page css starts */

.right-panel-dashboard-transporation {
    width: 100%;
}

.add-transpot-bor {
    border: 1px solid #d4d7da;
    border-top: 0px;
    margin: 10px 10px 0px 15px;
    width: min-content !important;
}

.transport-create-new {
    margin-right: 22px;
    margin-top: 15px;
}


/* Transporation page css ends */


/* Tooltip customisation css starts */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #408bbf;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 50%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #408bbf transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* Tooltip customisation css ends */


/* Notification popup modal customisation css starts */

.notificationModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: transparent;
}


/* Modal Content */

.notification-modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: none;
    width: 30%;
    position: absolute;
    right: 16px;
    top: 9%;
    height: 600px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16), 0 6px 20px 0 rgba(0, 0, 0, 0.13);
}


/* The Close Button */

.notification-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    right: 0px;
    top: -15px;
}

.notification-modal-close:hover,
.notification-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.notification_modal_header {
    float: left;
    margin: 0px;
}


/* Notification popup modal customisation css ends */


/* HSN/CTH Approval page css starts  */

.hsn-create-new {
    margin-right: 25px;
    margin-top: 10px;
}


/*
#hsncthapprovalModeltable thead {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    opacity: 1;
}

#hsncthapprovalModeltable th {
    color: #525F6B;
}
*/

#hsncthapprovalModeltable tbody {
    background: white !important;
}

#bcd,
#igst {
    width: 75px;
}


/* HSN/CTH Approval page css ends  */


/* LOF popup modal customisation css starts */

.approvemodal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 2;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.approvemodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    align-items: center;
    border: 1px solid #888;
    width: 75vh;
    border-radius: 4px;
    text-align: center;
}


/* LOF popup modal customisation css ends */


/* LOF popup modal customisation css starts */

.LOFcheckListModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.LOFcheckListModal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    align-items: center;
    border: 1px solid #888;
    width: 130vh;
    border-radius: 4px;
    text-align: center;
}


/* LOF popup modal customisation css ends */

.pad-11 {
    padding: 11px;
}

.lof-checklist {
    padding-right: 0px;
    padding-left: 1.9375rem;
}

#LOFcheckListcerficationTable tbody td {
    border-bottom: 0px;
    padding: 0.5rem;
    border-right: 1px solid #D3D4D6;
}

#LOFcheckListcerficationTable thead tr th {
    border-right: 1px solid #D3D4D6;
}

#LOFcheckListcerficationTable thead tr {
    background-color: #e6eaef;
    border-bottom: 1px solid #D3D4D6;
    color: #707070;
}

#LOFcheckListcerficationTable tbody {
    background-color: #e6eaef;
}

#LOFcheckListcerficationTable tbody tr td:nth-child(even) {
    background: #e6eaef !important;
}

.lof-checklist-data-red {
    color: red;
}


/* HSN CTH submit page tab customisation css starts */

.hsn-tab {
    overflow: hidden;
    border-bottom: 1px solid #70707066;
    background-color: #fff;
    padding-left: 20px;
}


/* Style the buttons inside the tab */

.hsn-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 20px;
    transition: 0.3s;
    margin-right: 15px;
    font-size: 17px;
    color: #707070ab;
}


/* Change background color of buttons on hover */

.hsn-tab button:hover {
    border-bottom: 3px solid #707070;
}


/* Create an active/current tablink class */

.hsn-tab button.active {
    border-bottom: 3px solid #707070;
    color: #707070;
}

.Invoice-tab {
    overflow: hidden;
    background-color: #fff;
    /* border: 1px solid #707070; */
    /* margin-right: 5px; */
    /* width: 350px; */
    border-radius: 5px;
}


/* .Invoice-tab.btn-max-width {
    max-width: 85.75%;
} */


/* Style the buttons inside the tab */

.Invoice-tab button {
    background-color: inherit;
    float: left;
    /* border: none; */
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    transition: 0.3s;
    font-size: 17px;
    color: #707070;
    border-right: 1px solid;
    width: 155.7px;
    /* border: none; */
    /* border-bottom: 1px solid #707070; */
    margin-top: 5px;
    margin-right: -1px;
    border-radius: 2px;
}

.Invoice-tab button.tabInvoiceButtons.btn-w143 {
    width: 140px;
}

.Invoice-tab button.tabInvoiceButtons.btn-w150 {
    width: 147px
}

.Invoice-tab button.tabInvoiceButtons {
    /* width: 150px; */
    /* border: none; */
    /* border-bottom: 1px solid #707070; */
    border: 1px solid #707070;
}

.Invoice-tab button:active,
.Invoice-tab button.active,
.Invoice-tab button:hover {
    color: #FFFFFF;
    background-color: #005691;
    border-radius: 5px;
}


/* .last-line-menu {
    border-bottom: none !important;
} */


/* HSN CTH submit page tab customisation css ends */

.button {
    font-size: 30px;
    font-weight: bold;
    padding: 6px 10px;
    width: 220px;
    cursor: pointer;
    margin: 20px auto;
    background: #ddd;
    text-align: center;
}

.active {
    background: teal;
    color: #fff;
}

.w-80 {
    transition: 0.2s;
    position: relative;
}

.w-20 {
    transition: 0.2s;
}

.make {
    transition: 0.2s;
    max-width: 100%;
    flex: 0 0 83%;
}

.shake {
    transition: 0.2s;
    width: 0;
    display: none;
}

.spanner {
    position: absolute;
    right: 6px;
    top: 50px;
    z-index: 1;
    background: transparent;
}

.spanner span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    text-align: center;
    position: fixed;
    border: 1px solid black;
    justify-content: center;
    align-items: center;
    color: black;
    transition: 0.2s;
    cursor: pointer;
    font-weight: bold;
}

.spanner.active .spanner-span1 {
    transition: 0.2s;
    transform: rotate(0deg);
}

.spanner .spanner-span1 {
    transition: 0.2s;
    transform: rotate(180deg);
}

.invoice_tab {
    margin-left: 1.5rem !important;
}


/* .tablinksInvoice{
background-color: #005691 !important;
color:#ffffff !important;
} */


/* .tablinkButtons{
    background-color: #2c86c2 !important;
    color:#ffffff !important;
} */

.pagination_ff {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #D3D4D6;
}

.pagination_ff a {
    color: black;
    float: left;
    padding: 10px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination_ff a.active {
    /* background-color: #4CAF50; */
    /* color: white; */
    font-weight: bold;
}

.pagination_ff a:hover:not(.active) {
    background-color: #ddd;
}

i.left,
i.right {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

input[name='listCropBeds'] {
    width: 40px;
}

input[name='listCropBeds'] option {
    white-space: pre;
}

.pagewidth {
    display: inline-flex;
}

.Create_New {
    border-radius: 4px;
}

.fi_ff {
    top: 7px;
}

.ff_search_filter {
    margin-top: 5px;
}

.Login_Name {
    width: 200px;
    height: 200px;
    background-color: #53CBFF;
    color: #005691;
    border-radius: 50%;
    padding: 5px;
}


/* New Style */

.search_bar_filter_challan .rb-core-input-field--with-label>input {
    border-right: 0;
    border-radius: 0;
}

.radioButton.au-chal-radio {
    border: 1px solid #D8DADC;
    margin-top: 2px;
    margin-left: 0;
    border-right: 0;
}

span.mwf-option.radio_claim {
    display: inline-block;
}

span.mwf-option.radio_claim input {
    width: 0;
    height: 0;
}

.mwf-radio~label {
    max-height: 20px;
    min-height: inherit !important;
    padding-top: 8px;
    padding-bottom: 28px;
}

.mwf-radio~label:before {
    top: -4px;
    background-size: 20px;
}

.mwf-radio:checked~label:before {
    top: 10px;
}

.mwf-radio:checked~label:after {
    box-sizing: border-box;
    position: absolute;
    left: 4px;
    border: 4px solid #005691;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    content: '';
    top: 14px;
}

.search-challan {
    margin-top: 21px;
    float: left;
    margin-left: 0 !important;
    background-color: #525F6B;
}

.search-challan>.hydrated {
    margin: 11px;
    color: #fff !important;
}

.mode_shipment_challan {
    margin-top: -10px;
}

.Optional_Job {
    columns: #707070;
    font-style: italic;
    opacity: 0.5;
    letter-spacing: 0.42px;
    font-weight: 100;
}

.login__info {
    font-size: 14px;
    font-weight: normal;
    color: #005691;
}

.Login_Name {
    width: 200px;
    height: 200px;
    background-color: #53CBFF;
    color: #005691;
    border-radius: 50%;
    padding: 5px;
}

.left_nav_bar {
    width: 240px;
}


/* Lakshmi prasad */

.pad-5 {
    padding-left: 5px;
}

.pad-7 {
    padding-left: 7px;
}

.pad-10 {
    padding-left: 10px;
}

.cont-width {
    width: 100% !important;
}

.pdfinvoice>div {
    padding: 0 !important;
}

.wraptext {
    display: inline-block;
    width: 300px;
    max-width: 300px;
    overflow-wrap: break-word;
}

.wraptextsmall {
    display: inline-block;
    width: 150px;
    max-width: 150px;
    overflow-wrap: break-word;
}

.modal_create.rb-core-modal--overlay-button .rb-core-modal__content {
    max-width: 100%;
    padding: 0 50px;
    width: 25%;
    height: 80%;
    box-shadow: 0px 5px 5px 0px #0000001a;
    z-index: 8888;
}

.mwf-input-nopadding {
    margin-top: 0 !important;
    width: auto !important;
}

.inp-img-padding {
    padding-left: 15px;
}

#partDetailTable tr.active {
    background: #f7f2f2 !important;
}

#partDetailTable tr.active td:nth-child(even) {
    background: #f7f2f2 !important;
}

.checkStatusboxes {
    background-color: #efeff0;
    z-index: 200;
    border: 1px solid #bfc0c2;
    position: absolute;
    left: 269px;
    top: 42px;
    /* margin-left: 2px;
    margin-top: 37px; */
}

.wraptextmedium {
    display: inline-block;
    width: 250px;
    max-width: 250px;
    overflow-wrap: break-word;
}

.selectedMenu {
    color: #005691 !important;
    border-left: 5px solid #005691 !important;
    font-weight: bold;
}

.checkStatusboxeslof {
    background-color: #efeff0;
    z-index: 200;
    border: 1px solid #bfc0c2;
    position: absolute;
    left: 255px;
    top: 42px;
}

.disbledInput {
    background-color: #f0f0f3 !important;
}

.rb-core-checkbox>input~label::before {
    background-image: url("../images/checkBox-bg.png");
}

.rb-core-checkbox>input~label:hover:before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 1 1'%3e%3crect fill='%23005691' x='0' y='0' width='1' height='1'/%3e%3c/svg%3e");
}

input[type=text] {
    background-color: #fff;
    width: 100%;
    border: 1px solid #D8DADC;
    border-radius: 4px;
    color: #707070;
}

.rb-core-icon_filter::before,
.rb-core-icon_search {
    font-size: 20px;
}

.rb-core-icon_search:hover {
    background-color: #efeff0;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

.pd-0 {
    padding: 0px !important;
}

.mg-t-15 {
    margin-top: 15px !important;
}

.cursorPointer {
    cursor: pointer !important;
}

td.col-action {
    padding: 6px;
}

td img {
    cursor: pointer;
}

.mwf-radio:checked:hover~label:before {
    background: none;
}

.rb-core-button--secondary>*,
.rb-core-button--primary>* {
    border-radius: 4px;
}

.toggle-btn-active {
    border-radius: 10px 0px 0px 10px;
}

.toggle-btn-inactive {
    border-radius: 0px 10px 10px 0px;
}

.hr-modal {
    border-style: unset;
    border-bottom: 1px solid #d3d4d6;
}

.tableFixHead {
    overflow-y: auto;
    height: 559px;
    border: 1px solid #D3D4D6;
}

.mwf-radio~label:before {
    background-position: 0px 12px;
}

.mwf-radio~label {
    max-height: 20px;
    min-height: inherit !important;
    padding-top: 6px;
    padding-bottom: 28px;
    padding-left: 30px;
    margin-right: 15px;
}

.mwf-radio:checked~label:before {
    border: 2px solid #005691;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 0px;
    background: none;
}

.ItemPerPageSelect:focus {
    outline: none;
}

.timeIcon .rb-core-icon_calendar::before {
    content: url('../images/time.svg');
    margin-top: -4px;
}

#divDisplayDivisionMsg,
#divDisplayPlantMsg {
    color: red;
    font-size: medium;
    font-style: italic;
}

#OpenAlertModal .modal-content {
    border: 0px solid #888;
}

.tab-active {
    border: 4px solid goldenrod !important;
}

.table_wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}


/* #jobTable thead tr th img{
   
    position: initial;

}

#jobTable tbody tr td{
    border: 1px solid black;
    
    } */

.mt20 {
    margin-top: 20px;
}

.mr60 {
    margin-right: 60px;
}

.mt12 {
    margin-top: 12px;
}

.mt20 {
    margin-top: 20px;
}

.ml5 {
    margin-left: 5px;
}

.divHoliday{
    background: #043a69;
    width: 100%;
    height: 2.0em;
    line-height: 2.0em; 
    border-top: #fff 1px solid;
    margin: 0;
    padding: 0;
    border: 0;
}

.divCustomsHoliday{
    width: 241px;
    height: 2em;
    float: left;
    Color: white;
    padding: 1px;
}
.divHoidayLabelPartition{
    border-right:solid 1px white;
}

.divHolidayBellImage{
    float: left;
    text-align: right;
    width: 70px;
    padding-right: 10px;
}

.divHolidayMarquee{
    width: 100%;
    height: 2em;
    display: block;
}

marquee{
    position: absolute;
    color: white;
    opacity: 1;
}

/* UST501 */
.noOpacity {
    opacity: 1 !important;
}

/* UST773 */
.freightOptional{
    display: none;
}
