﻿/*@import url('https://fonts.googleapis.com/css?family=Trebuchet MS:300,400,500,700&display=swap');*/

body {
    font-family: 'Trebuchet MS', sans-serif;
}


.text-underline {
    text-decoration: underline;
    text-decoration-color: black;
}

.center {
    margin: 0 auto;
}

.right {
    float: right;
}

.left {
    float: left;
}

.lbl-4 {
    font: bold 14px 'Trebuchet MS', sans-serif;
}

.text-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.line-height-18 {
    line-height: 18px;
}

.mar-right-7 {
    margin-right: 7px;
}

.ddl {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    background-position: 88px;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
    color: #333;
}

    .ddl option {
        color: #333;
        border-radius: 4px;
        border-color: red;
        font-family: 'Trebuchet MS', sans-serif;
    }

.input-textbox {
    border: 1px solid #2c5487;
    border-radius: 0px;
    color: #333;
    height: 19px;
    font-size: 12px;
    text-indent: 1px;
    text-transform: uppercase;
}

.textfield85, .textfield200, .textfield100, .textfield100per {
    border: 1px solid #2c5487;
    color: #121212;
    font-family: Trebuchet MS;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 0px;
}


.awbserviceform-content tbody tr td .textfield100per {
    width: 75% !important;
}

.rounded-add-icon {
    background-image: url('../Images/rounded-add-icon.png');
    height: 20px;
    width: 20px;
}

    .rounded-add-icon img {
        background-image: url('../Images/rounded-add-icon.png');
        height: 20px;
        width: 20px;
    }

.awbserviceform-content {
    padding: 10px;
    color: #121212;
    background: #fff;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    border: 1px solid #f0f0f0;
    background: #fff;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12px;
    border: 1px solid #f2f2f2;
    padding: 13px;
    box-shadow: 2px 4px #EFEFEF;
    border-radius: 10px;
}

.lbl {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12px;
    color: #333;
    font-weight: 600;
}

.lblNew {
    font-size: 12px;
    /*font-family: Trebuchet MS;*/
    font-family: 'Trebuchet MS';
    color: black;
    /*color: #333;
    font-weight: 600;*/
}

.tbl-cls {
    width: 100%;
    padding: 9px 16px;
    line-height: 31px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.gray-box .nopad-content th {
    background-color: #d3e8ff;
    color: #2a2929;
    font: 600 14px Trebuchet MS;
}

.gridHeader {
    background-color: #d3e8ff !important;
    color: #2A2929;
    /*font-family: 'Trebuchet MS', sans-serif;*/
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: 600;
}

    .gridHeader a {
        color: #2A2929;
    }

    .gridHeader th {
        color: #333;
        font-weight: 800 !important;
        border: 1px solid #ccc;
        background-color: #edf7fe !important;
        padding: 0 6px !important;
        height: 26px !important;
        line-height: 26px !important;
        text-wrap: nowrap;
    }

.table_mid {
    background-color: transparent;
    font-size: 12px;
    color: #222;
    height: 20px;
    /*padding: 2px 0 0 7px;*/
    padding: 2px 6px 0 7px;
    /*font-weight: 600;*/
    border-color: #ccc;
    /*font-family: 'Trebuchet MS', sans-serif;*/
    font-family: Trebuchet MS;
    background: #fff;
}

table_midnew {
    padding: 2px 6px 0 7px;
}

.grid-lbl {
    font-size: 14px;
    color: #272727;
    font-weight: 600;
    /*font-family: 'Trebuchet MS', sans-serif;*/
    font-family: Trebuchet MS;
}

.head-right {
    text-align: right !important;
    float: right !important;
}

.item-right {
    text-align: right !important;
    float: right !important;
    padding-right: 5px;
    font-size: 12px;
}

.head-center {
    text-align: center !important;
}

.item-center {
    text-align: center !important;
}

.pager {
    background: transparent;
}

.text_head {
    /*border: 1px solid #d8d7d7;*/
    height: 26px;
    text-align: center;
    font: 600 12px 'Trebuchet MS';
    /*font-family: "Trebuchet MS", sans-serif;*/
    font-family: Trebuchet MS;
    color: #2A2929 !important;
}

.font-Trebuchet MSt {
    font-family: 'Trebuchet MS', sans-serif;
}

.dateButton {
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
    background-color: inherit;
    border: none;
    color: #481212;
    font-size: 14px;
}

.popup-b-head {
    width: 100%;
    height: 25px;
    background-color: #a6dbf9;
    color: rgb(39, 32, 32);
    text-align: left;
    line-height: 24px;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Trebuchet MS', sans-serif;
    text-indent: 8px;
}

.popup-a {
    width: 100%;
    height: 25px;
    background-color: rgb(255, 185, 0);
    color: rgb(39, 32, 32);
    text-align: center;
    font-family: "Trebuchet MS",sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 23px;
}

.pop-up-header {
    width: 100%;
    height: 25px;
    background-color: #d3e8ff;
    color: #272020;
    text-align: left;
    line-height: 23px;
    text-indent: 8px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
}

.pop-up-box {
    width: 450px;
    height: max-content;
    text-align: center;
    position: absolute;
    left: 456px;
    top: 294.5px;
    background-color: rgb(255, 255, 255);
}

.Popup-1 {
    width: 100%;
    height: 25px;
    background-color: #a6dbf9;
    color: #212020;
    text-align: left;
    font-weight: 800;
    line-height: 25px;
    text-indent: 10px;
    font-size: 12px;
}

.Popup-1-p {
    font-size: 12px;
    line-height: 35px;
    font-weight: 500;
    color: #272727;
}

.popup-2 {
    width: 450px;
    height: 79px;
    text-align: center;
    display: none;
    position: absolute;
    left: 598px;
    top: 348.5px;
    border: 2px solid #000000;
    background-color: #FFFFFF;
}

.ReadOnly {
    border: 1px solid #2c5487;
}

.btn-img {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background-color: #3c7cd3;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 1px 5px 3px 5px;
    border-radius: 0px;
    border: 1px solid #3c7cd3;
    width: 100%;
    font-family: 'Trebuchet MS', sans-serif;
    background: linear-gradient(rgba(31, 99, 166, 0.52) 0%, rgb(31, 99, 166) 50%, rgb(31, 99, 166) 100%)
}

.RightAlignText {
    text-align: right;
}

.book-slot-table {
    width: 85%;
    margin: 0 auto;
    border: 1px solid #ccc !important;
}

.grid-link {
    text-decoration: underline;
    color: #272020;
    font-size: 12px;
}

    .grid-link:hover {
        color: #272020;
        text-decoration: underline;
        font-size: 12px;
    }

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}



.text-center {
    text-align: center;
}

.table-pnl {
    border: 1px solid #ccc;
    padding: 14px;
    width: 100%;
}

.no-wrap {
    white-space: nowrap;
}

.m-r-5 {
    margin-right: 5px;
}

.p-0 {
    padding: 0px;
}

.m-t-10 {
    margin-top: 5px;
}

.m-b-10 {
    margin-bottom: 5px;
}

.m-t-20 {
    margin-top: 10px;
}

.m-t-30 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 10px;
}

.font-bold {
    font-weight: bold;
}

.head-popup {
    width: 100%;
    height: 20px;
    text-align: left;
    background: #a6dbf9;
    text-indent: 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    color: #2a2929;
}

.lbl-p {
    font-family: 'Trebuchet MS', sans-serif;
    color: #000;
    float: left;
    text-indent: 9px;
}

/*.NormalRowBlur td {
    border-color: #ccc !important;
}*/

.NormalRowBlur tr td {
    border-color: #ccc !important;
}

.pager {
    background: transparent;
    border-color: red;
    display: none;
}

.border-1px {
    border: 1px solid #ccc;
}

.text-box-unbordered {
    border: 1px solid #fff !important;
    color: #121212;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 0px;
    background: #fff;
}

#SHCTable td {
    padding: 6px 0px;
}

.unu {
    width: 60px;
    float: right;
    margin-right: 12px;
    margin-top: 10px;
}

.table_mid td {
    border-color: #ccc;
    background: none;
}

.Common-lbl {
    font-size: 12px;
    color: #272727 !important;
    font-family: 'Trebuchet MS', sans-serif;
}

.ui-timepicker .ui-corner-all {
    font-size: 12px !important;
}

.ui-timepicker .ui-menu-item a {
    padding: 0 0 !important;
}

.SelectAllOrganizationHAWBs {
    margin: 1px -9px 0 0;
    background: none !important;
    border: none !important;
    line-height: 18px;
    margin-bottom: -7px !important;
}

.acs-customer {
    background: #eaeaea;
    line-height: 27px;
    text-align: left;
    margin-top: 8px;
    font-size: 9px;
    font-family: 'Trebuchet MS', sans-serif;
    text-indent: 10px;
    color: #1f63a6;
}

.tbl-h {
    background-color: #d3e8ff;
    font-size: 12px;
    color: #272727;
    height: 20px;
    padding: 2px 0 0 7px;
    font-weight: 500;
    border-color: #ccc;
    font-family: 'Trebuchet MS', sans-serif;
}

.no-border {
    border: 0px !important;
}

.header-color {
    background: #D3E8FF;
}

.tb-btn {
    margin-right: 13px;
    padding: 4px 6px;
    color: #000;
}

.text-box-blue {
    border: 1px solid #2c5487;
}


.tb-re {
    line-height: 28px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    padding: 3px;
}

.NewFontlblbold {
    font-family: Trebuchet MS;
    font-size: 19px;
    font-weight: bold;
}

.NewFontlbl {
    /*font-family:Trebuchet MS;
     font-size:18px;*/
    font-family: 'Trebuchet MS';
    font-size: 16px;
}

.NewFontVideolbl {
    /*font-family:Trebuchet MS;
     font-size:18px;*/
    font-family: 'Trebuchet MS';
    font-size: 16px;
}

.NewFontlblh1 {
    /*font-family:Trebuchet MS;*/
    font-family: 'Trebuchet MS';
    /*font-size:28px;*/
    font-size: 19px;
    font-weight: bold;
    color: black;
}

Newlblcentertext {
    font-family: Trebuchet MS;
    font-size: 18px;
    text-align: center;
}

.dropdowns {
    height: 31px;
    width: 90%;
    font-size: 16px;
    font-family: Trebuchet MS;
}

.table_mid {
    font-family: Trebuchet MS;
}

.tablelablehead {
    font-size: 19px;
    font-family: 'Trebuchet MS';
    font-weight: bold;
}

.AccordionHeader {
    font-weight: bold;
    font-size: 19px;
    font-family: 'Trebuchet MS';
}

.New_white-button-green-text {
    color: #03b6ae;
    background: white;
    border-color: #03b6ae;
    font-family: Trebuchet MS;
    font-size: 15px;
    border: 1px solid #00AAA2;
    font-weight: bold;
    width: 25%;
    height: 25px;
}

.HelpPageHeading1 {
    font-size: 16px;
    font-family: 'Trebuchet MS';
    font-weight: bold;
}

.HelpPageHeading2 {
    font-size: 14px;
    font-family: 'Trebuchet MS';
}


/*by ram*/

.form-heading-bg {
    padding: 6px;
    font-size: 18px;
    font-weight: bold;
    background-color: #e4e8ee;
    margin-bottom: 10px;
}

.form-heading {
    padding: 6px;
    font-size: 18px;
    font-weight: bold;
}

.min-hight {
    border-bottom: 1px solid #9F6C56;
    min-height: calc(100vh - 170px);
    background-color: #fff !important;
}

.blue-butn {
    display: inline-block;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.green-button-white-text {
    color: white !important;
    background: #1ea1cc;
    background-color: #1ea1cc;
    border-color: none !important;
    font-family: inherit;
    font-size: inherit display: inline-block;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    text-decoration: none;
    vertical-align: middle !important;
    cursor: pointer !important;
    border: none !important;
    padding: 4px 12px !important;
}

.white-button-green-text {
    color: white !important;
    background: #1ea1cc !important;
    background-color: #1ea1cc !important;
    border-color: none !important;
    font-family: inherit;
    font-size: inherit display: inline-block;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    text-decoration: none;
    vertical-align: middle !important;
    cursor: pointer !important;
    border: none !important;
    padding: 4px 12px !important;
}

a:focus, a:hover {
    #ffffff !important
}

*:not(.fa) {
    font-family: 'Roboto' !important;
}

table.border-none,
table.border-none td {
    border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    width: auto;
}

.table_mid {
    font-weight: 400 !important;
}

.gridHeader-yellow .table_mid {
    font-weight: 600 !important;
}

.gray-box .nopad-content th {
    font-weight: 600 !important;
    padding: 8px 6px !important;
}

.table-fit-content th > span,
.table-fit-content td > span,
.table-fit-content td > a,
.table-fit-content td > strong {
    min-width: max-content;
    display: inline-block;
    text-wrap: nowrap;
    padding: 2px 4px;
}

    .table-fit-content th {
        min-width: max-content;
        text-wrap: nowrap;
    }

.ui-widget {
    /*font-size: 1.7em !important;*/
}

input.btn, .green-button-white-text {
    width: auto !important;
    height: auto !important;
    border: 1px solid #1ea1cc !important;
}

.white-button-green-text {
    border: 1px solid #1ea1cc !important;
}

.d-none {
    display: none;
}

.d-inline {
    display: flex;
}

.justify-content-end {
    justify-content: flex-end;
}

.scrollbar {
    position: relative;
    width: 1334px;
    height: 290px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.table-bottom-border {
    border-collapse: collapse;
}

.table-bottom-border tr {
    border-bottom: 1px solid #ccc !important;
}

.table-bottom-border tr:last-child {
    border-bottom: none !important;
}


table.table-bottom-border, table.table-bottom-border td, table.table-bottom-border th {
    border: none !important;
}﻿/*@import url('https://fonts.googleapis.com/css?family=Trebuchet MS:300,400,500,700&display=swap');*/

body {
    font-family: 'Trebuchet MS', sans-serif;
}


.text-underline {
    text-decoration: underline;
    text-decoration-color: black;
}

.center {
    margin: 0 auto;
}

.right {
    float: right;
}

.left {
    float: left;
}

.lbl-4 {
    font: bold 14px 'Trebuchet MS', sans-serif;
}

.text-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.line-height-18 {
    line-height: 18px;
}

.mar-right-7 {
    margin-right: 7px;
}

.ddl {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    background-position: 88px;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
    color: #333;
}

    .ddl option {
        color: #333;
        border-radius: 4px;
        border-color: red;
        font-family: 'Trebuchet MS', sans-serif;
    }

.input-textbox {
    border: 1px solid #2c5487;
    border-radius: 0px;
    color: #333;
    height: 19px;
    font-size: 12px;
    text-indent: 1px;
    text-transform: uppercase;
}

.textfield85, .textfield200, .textfield100, .textfield100per {
    border: 1px solid #2c5487;
    color: #121212;
    font-family: Trebuchet MS;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 0px;
}


.awbserviceform-content tbody tr td .textfield100per {
    width: 75% !important;
}

.rounded-add-icon {
    background-image: url('../Images/rounded-add-icon.png');
    height: 20px;
    width: 20px;
}

    .rounded-add-icon img {
        background-image: url('../Images/rounded-add-icon.png');
        height: 20px;
        width: 20px;
    }

.awbserviceform-content {
    padding: 10px;
    color: #121212;
    background: #fff;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    border: 1px solid #f0f0f0;
    background: #fff;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12px;
    border: 1px solid #f2f2f2;
    padding: 13px;
    box-shadow: 2px 4px #EFEFEF;
    border-radius: 10px;
}

.lbl {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12px;
    color: #333;
    font-weight: 600;
}

.lblNew {
    font-size: 12px;
    /*font-family: Trebuchet MS;*/
    font-family: 'Trebuchet MS';
    color: black;
    /*color: #333;
    font-weight: 600;*/
}

.tbl-cls {
    width: 100%;
    padding: 9px 16px;
    line-height: 31px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.gray-box .nopad-content th {
    background-color: #d3e8ff;
    color: #2a2929;
    font: 600 14px Trebuchet MS;
}

.gridHeader {
    background-color: #d3e8ff !important;
    color: #2A2929;
    /*font-family: 'Trebuchet MS', sans-serif;*/
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: 600;
}

    .gridHeader a {
        color: #2A2929;
    }

    .gridHeader th {
        color: #333;
        font-weight: 800 !important;
        border: 1px solid #ccc;
        background-color: #edf7fe !important;
        padding: 0 6px !important;
        height: 26px !important;
        line-height: 26px !important;
        text-wrap: nowrap;
    }

.table_mid {
    background-color: transparent;
    font-size: 12px;
    color: #222;
    height: 20px;
    /*padding: 2px 0 0 7px;*/
    padding: 2px 6px 0 7px;
    /*font-weight: 600;*/
    border-color: #ccc;
    /*font-family: 'Trebuchet MS', sans-serif;*/
    font-family: Trebuchet MS;
    background: #fff;
}

table_midnew {
    padding: 2px 6px 0 7px;
}

.grid-lbl {
    font-size: 14px;
    color: #272727;
    font-weight: 600;
    /*font-family: 'Trebuchet MS', sans-serif;*/
    font-family: Trebuchet MS;
}

.head-right {
    text-align: right !important;
    float: right !important;
}

.item-right {
    text-align: right !important;
    float: right !important;
    padding-right: 5px;
    font-size: 12px;
}

.head-center {
    text-align: center !important;
}

.item-center {
    text-align: center !important;
}

.pager {
    background: transparent;
}

.text_head {
    /*border: 1px solid #d8d7d7;*/
    height: 26px;
    text-align: center;
    font: 600 12px 'Trebuchet MS';
    /*font-family: "Trebuchet MS", sans-serif;*/
    font-family: Trebuchet MS;
    color: #2A2929 !important;
}

.font-Trebuchet MSt {
    font-family: 'Trebuchet MS', sans-serif;
}

.dateButton {
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
    background-color: inherit;
    border: none;
    color: #481212;
    font-size: 14px;
}

.popup-b-head {
    width: 100%;
    height: 25px;
    background-color: #a6dbf9;
    color: rgb(39, 32, 32);
    text-align: left;
    line-height: 24px;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Trebuchet MS', sans-serif;
    text-indent: 8px;
}

.popup-a {
    width: 100%;
    height: 25px;
    background-color: rgb(255, 185, 0);
    color: rgb(39, 32, 32);
    text-align: center;
    font-family: "Trebuchet MS",sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 23px;
}

.pop-up-header {
    width: 100%;
    height: 25px;
    background-color: #d3e8ff;
    color: #272020;
    text-align: left;
    line-height: 23px;
    text-indent: 8px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
}

.pop-up-box {
    width: 450px;
    height: max-content;
    text-align: center;
    position: absolute;
    left: 456px;
    top: 294.5px;
    background-color: rgb(255, 255, 255);
}

.Popup-1 {
    width: 100%;
    height: 25px;
    background-color: #a6dbf9;
    color: #212020;
    text-align: left;
    font-weight: 800;
    line-height: 25px;
    text-indent: 10px;
    font-size: 12px;
}

.Popup-1-p {
    font-size: 12px;
    line-height: 35px;
    font-weight: 500;
    color: #272727;
}

.popup-2 {
    width: 450px;
    height: 79px;
    text-align: center;
    display: none;
    position: absolute;
    left: 598px;
    top: 348.5px;
    border: 2px solid #000000;
    background-color: #FFFFFF;
}

.ReadOnly {
    border: 1px solid #2c5487;
}

.btn-img {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background-color: #3c7cd3;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 1px 5px 3px 5px;
    border-radius: 0px;
    border: 1px solid #3c7cd3;
    width: 100%;
    font-family: 'Trebuchet MS', sans-serif;
    background: linear-gradient(rgba(31, 99, 166, 0.52) 0%, rgb(31, 99, 166) 50%, rgb(31, 99, 166) 100%)
}

.RightAlignText {
    text-align: right;
}

.book-slot-table {
    width: 85%;
    margin: 0 auto;
    border: 1px solid #ccc !important;
}

.grid-link {
    text-decoration: underline;
    color: #272020;
    font-size: 12px;
}

    .grid-link:hover {
        color: #272020;
        text-decoration: underline;
        font-size: 12px;
    }

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}



.text-center {
    text-align: center;
}

.table-pnl {
    border: 1px solid #ccc;
    padding: 14px;
    width: 100%;
}

.no-wrap {
    white-space: nowrap;
}

.m-r-5 {
    margin-right: 5px;
}

.p-0 {
    padding: 0px;
}

.m-t-10 {
    margin-top: 5px;
}

.m-b-10 {
    margin-bottom: 5px;
}

.m-t-20 {
    margin-top: 10px;
}

.m-t-30 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 10px;
}

.font-bold {
    font-weight: bold;
}

.head-popup {
    width: 100%;
    height: 20px;
    text-align: left;
    background: #a6dbf9;
    text-indent: 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    color: #2a2929;
}

.lbl-p {
    font-family: 'Trebuchet MS', sans-serif;
    color: #000;
    float: left;
    text-indent: 9px;
}

/*.NormalRowBlur td {
    border-color: #ccc !important;
}*/

.NormalRowBlur tr td {
    border-color: #ccc !important;
}

.pager {
    background: transparent;
    border-color: red;
    display: none;
}

.border-1px {
    border: 1px solid #ccc;
}

.text-box-unbordered {
    border: 1px solid #fff !important;
    color: #121212;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 0px;
    background: #fff;
}

#SHCTable td {
    padding: 6px 0px;
}

.unu {
    width: 60px;
    float: right;
    margin-right: 12px;
    margin-top: 10px;
}

.table_mid td {
    border-color: #ccc;
    background: none;
}

.Common-lbl {
    font-size: 12px;
    color: #272727 !important;
    font-family: 'Trebuchet MS', sans-serif;
}

.ui-timepicker .ui-corner-all {
    font-size: 12px !important;
}

.ui-timepicker .ui-menu-item a {
    padding: 0 0 !important;
}

.SelectAllOrganizationHAWBs {
    margin: 1px -9px 0 0;
    background: none !important;
    border: none !important;
    line-height: 18px;
    margin-bottom: -7px !important;
}

.acs-customer {
    background: #eaeaea;
    line-height: 27px;
    text-align: left;
    margin-top: 8px;
    font-size: 9px;
    font-family: 'Trebuchet MS', sans-serif;
    text-indent: 10px;
    color: #1f63a6;
}

.tbl-h {
    background-color: #d3e8ff;
    font-size: 12px;
    color: #272727;
    height: 20px;
    padding: 2px 0 0 7px;
    font-weight: 500;
    border-color: #ccc;
    font-family: 'Trebuchet MS', sans-serif;
}

.no-border {
    border: 0px !important;
}

.header-color {
    background: #D3E8FF;
}

.tb-btn {
    margin-right: 13px;
    padding: 4px 6px;
    color: #000;
}

.text-box-blue {
    border: 1px solid #2c5487;
}


.tb-re {
    line-height: 28px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    padding: 3px;
}

.NewFontlblbold {
    font-family: Trebuchet MS;
    font-size: 19px;
    font-weight: bold;
}

.NewFontlbl {
    /*font-family:Trebuchet MS;
     font-size:18px;*/
    font-family: 'Trebuchet MS';
    font-size: 16px;
}

.NewFontVideolbl {
    /*font-family:Trebuchet MS;
     font-size:18px;*/
    font-family: 'Trebuchet MS';
    font-size: 16px;
}

.NewFontlblh1 {
    /*font-family:Trebuchet MS;*/
    font-family: 'Trebuchet MS';
    /*font-size:28px;*/
    font-size: 19px;
    font-weight: bold;
    color: black;
}

Newlblcentertext {
    font-family: Trebuchet MS;
    font-size: 18px;
    text-align: center;
}

.dropdowns {
    height: 31px;
    width: 90%;
    font-size: 16px;
    font-family: Trebuchet MS;
}

.table_mid {
    font-family: Trebuchet MS;
}

.tablelablehead {
    font-size: 19px;
    font-family: 'Trebuchet MS';
    font-weight: bold;
}

.AccordionHeader {
    font-weight: bold;
    font-size: 19px;
    font-family: 'Trebuchet MS';
}

.New_white-button-green-text {
    color: #03b6ae;
    background: white;
    border-color: #03b6ae;
    font-family: Trebuchet MS;
    font-size: 15px;
    border: 1px solid #00AAA2;
    font-weight: bold;
    width: 25%;
    height: 25px;
}

.HelpPageHeading1 {
    font-size: 16px;
    font-family: 'Trebuchet MS';
    font-weight: bold;
}

.HelpPageHeading2 {
    font-size: 14px;
    font-family: 'Trebuchet MS';
}


/*by ram*/

.form-heading-bg {
    padding: 6px;
    font-size: 18px;
    font-weight: bold;
    background-color: #e4e8ee;
    margin-bottom: 10px;
}

.form-heading {
    padding: 6px;
    font-size: 18px;
    font-weight: bold;
}

.min-hight {
    border-bottom: 1px solid #9F6C56;
    min-height: calc(100vh - 170px);
    background-color: #fff !important;
}

.blue-butn {
    display: inline-block;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.green-button-white-text {
    color: white !important;
    background: #1ea1cc;
    background-color: #1ea1cc;
    border-color: none !important;
    font-family: inherit;
    font-size: inherit display: inline-block;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    text-decoration: none;
    vertical-align: middle !important;
    cursor: pointer !important;
    border: none !important;
    padding: 4px 12px !important;
}

.white-button-green-text {
    color: white !important;
    background: #1ea1cc !important;
    background-color: #1ea1cc !important;
    border-color: none !important;
    font-family: inherit;
    font-size: inherit display: inline-block;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    text-decoration: none;
    vertical-align: middle !important;
    cursor: pointer !important;
    border: none !important;
    padding: 4px 12px !important;
}

a:focus, a:hover {
    #ffffff !important
}

*:not(.fa) {
    font-family: 'Roboto' !important;
}

table.border-none,
table.border-none td {
    border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    width: auto;
}

.table_mid {
    font-weight: 400 !important;
}

.gridHeader-yellow .table_mid {
    font-weight: 600 !important;
}

.gray-box .nopad-content th {
    font-weight: 600 !important;
    padding: 8px 6px !important;
}

.table-fit-content th > span,
.table-fit-content td > span,
.table-fit-content td > a,
.table-fit-content td > strong {
    min-width: max-content;
    display: inline-block;
    text-wrap: nowrap;
    padding: 2px 4px;
}

    .table-fit-content th {
        min-width: max-content;
        text-wrap: nowrap;
    }

.ui-widget {
    /*font-size: 1.7em !important;*/
}

input.btn, .green-button-white-text {
    width: auto !important;
    height: auto !important;
    border: 1px solid #1ea1cc !important;
}

.white-button-green-text {
    border: 1px solid #1ea1cc !important;
}

.d-none {
    display: none;
}

.d-inline {
    display: flex;
}

.justify-content-end {
    justify-content: flex-end;
}

.scrollbar {
    position: relative;
    width: 1334px;
    height: 290px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.table-bottom-border {
    border-collapse: collapse;
}

.table-bottom-border tr {
    border-bottom: 1px solid #ccc !important;
}

.table-bottom-border tr:last-child {
    border-bottom: none !important;
}


table.table-bottom-border, table.table-bottom-border td, table.table-bottom-border th {
    border: none !important;
}