@charset "utf-8";

body {background:#F7F6F4; font-family: 'Open Sans', sans-serif; font-size:14px; color:#444444;}

h1, h2, h3, h4, h5, h6 { margin:0;}
ul { padding:0px 0px 15px 20px; margin:0;}
* { padding:0; margin:0;}
a {color: #18AE93}
a:hover, a:focus {color: #18AE93}

h1 {
    font-size: 52px;
    font-weight: 700;
    color: #666666;
}
h2 {
    color: #666666;
    font-size: 38px;
    font-weight: 700;
}
h3 {
    color: #666666;
    font-size: 38px;
    font-weight: 600;
}
h4 {
    color: #666666;
    font-size: 27px;
    font-weight: 400;
}
h5 {
    color: #666666;
    font-size: 27px;
    font-weight: 700;
}
.pointer {
    cursor: pointer;
}
.header-color {
    color: #0FA68B !important;
}
.header-extra-text {
    display: inline-block;
    padding-top:8px;
    font-size:14px;
    vertical-align: top
}
.btn-xs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
    display: inline-block;
    vertical-align: top;
}
.btn-regular {
    background: #de394a;
    color: #ffffff;
    border: medium none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
    padding: 14px 80px;
    text-transform: uppercase;
    min-width: 300px;
}
.btn-regular:hover {
    background: #c63645;
    color: #ffffff;
    text-decoration: none;
}
.btn-regular1 {
    background: #2ba58e;
    color: #ffffff;
    border: medium none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
    padding: 14px 80px;
    text-transform: uppercase;
    min-width: 300px;
}
.btn-regular1:hover {
    background: #238270;
    text-decoration: none;
}
.btn-regular2 {
    background: #ffffff;
    color: #2ba58e;
    border: 1px solid #2ba58e;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
    padding: 14px 80px;
    text-transform: uppercase;
    min-width: 500px;
}
.btn-regular2:hover {
    background: #2ba58e;
    color: #ffffff;
    text-decoration: none;
    min-width: 400px;
}

.btn-regular-sm {
    background: #de394a;
    color: #ffffff;
    border: medium none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}
.btn-regular-sm:hover, .btn-regular-sm:focus {
    background: #c63645;
    color: #ffffff;
    text-decoration: none;
}
.btn-regular-sm[disabled], .btn-regular-sm:hover[disabled] {
    background-color: #666666;
}

.btn-regular-reg-sm {
    background: #ffffff;
    color: #2ba58e;
    border: 1px solid #2ba58e;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}

.btn-regular-reg-sm:hover, .btn-regular-reg-sm:focus {
    background: #2ba58e;
    color: #ffffff;
    text-decoration: none;
}

.btn-regular-reg-disabled-sm {
    background: #CCCCCC;
    color: #666666;
    border: medium none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}

.btn-regular-reg-disabled-sm:hover, .btn-regular-reg-disabled-sm:focus {
    background-color: #CCCCCC;
    color: #666666;
    text-decoration: none;
}

.btn-regular-reg-solid-sm {
    background: #2ba58e;
    color: #ffffff;
    border: 1px solid #2ba58e;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}

.btn-regular-reg-solid-sm:hover, .btn-regular-reg-solid-sm:focus {
    background: #2ba58e;
    color: #ffffff;
    text-decoration: none;
}

.btn-regular1-sm-new {
    border-radius: 10px;
    margin-left: 15px;
}

.otp-input-fields{
    display: flex;
    gap: 10px;
} 
.otp__digit{
    height: 40px;
    width: 40px;

    text-align: center;
    outline: none;
    font-size: 16px;
    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }

    /* Firefox */
    &[type=number] {
    -moz-appearance: textfield;
    }
    &:focus{
    border-width: 1px;
    border-color: darken(#2f8f1f, 5%);
    font-size: 20px;
    }
}

.toggle-password {
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 24px;
}
.icheckbox-text-align{
    display: flex;
    column-gap: 10px;
}
.icheckbox-text-align .icheckbox_minimal-green{
    padding-left: 1.1rem;
}
.btn-regular1-sm {
    background: #2ba58e;
    color: #ffffff;
    border: medium none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}
.btn-regular1-sm:hover, .btn-regular1-sm:focus {
    color: #ffffff;
    background: #238270;
    text-decoration: none;
}
input[type=button].btn-regular1-gray-sm, button.btn-regular1-gray-sm, a.btn-regular1-gray-sm {
    background: #888888;
    color: #ffffff;
    border: medium none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}
input[type=button].btn-regular1-gray-sm:hover, button.btn-regular1-gray-sm:hover, a.btn-regular1-gray-sm:hover {
    color: #ffffff;
    background: #555555;
    text-decoration: none;
}
.btn-regular1-sm-carm {
    background: #2ba58e;
    color: #ffffff;
    border: medium none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}
.btn-regular1-sm-carm:hover, .btn-regular1-sm-carm:focus {
    color: #ffffff;
    background: #238270;
    text-decoration: none;
}
.btn-regular2-sm-carm {
    color: #2ba58e;
    border: 1px solid #2ba58e;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    background-color: transparent;
}
.btn-regular2-sm-carm:hover, .btn-regular2-sm-carm:focus {
    background: #2ba58e;
    color: #ffffff;
    text-decoration: none;
}
.btn-regular2-sm-carm-reg {
    color: #0097A7;
    border: 1px solid #0097A7;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    background-color: transparent;
}
.btn-regular2-sm-carm-reg:hover, .btn-regular2-sm-carm-reg:focus {
    border-radius: 10px;
    background: #0097A7;
    color: #ffffff;
    text-decoration: none;
}
.btn-regular1-sm-solid-carm-reg {
    background: #0097A7;
    border: 1px solid #0097A7;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}
.btn-regular1-sm-solid-carm-reg:hover, .btn-regular1-sm-solid-carm-reg:focus {
    color: #ffffff;
    background: #0097A7;
    text-decoration: none;
    border-radius: 10px;
}
.btn-regular2-sm {
    color: #2ba58e;
    border: 1px solid #2ba58e;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    background-color: transparent;
}
.btn-regular2-sm:hover, .btn-regular2-sm:focus {
    background: #2ba58e;
    color: #ffffff;
    text-decoration: none;
}
.btn-regular2-1-sm {
    background: transparent;
    color: #2ba58e;
    border: 1px solid #2ba58e;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}
.btn-regular2-1-sm:hover {
    background: #2ba58e;
    color: #ffffff;
    text-decoration: none;
}

.btn-regular3-white-sm {
    background: #ffffff;
    color: #2ba58e;
    border: 1px solid #2ba58e;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 80px;
}
.btn-regular3-white-sm:hover {
    background: #2ba58e;
    color: #ffffff;
    text-decoration: none;
}
.btn-regular3-xs {
    background: #ffffff;
    color: #2ba58e;
    border: 1px solid #2ba58e;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-left: 0;
    padding: 8px 15px;
    vertical-align: middle;
}
.btn-regular3-xs:hover {
    background: #2ba58e;
    color: #ffffff;
    text-decoration: none;
}
.btn-regular4-xs {
    background: #43658b;
    color: #ffffff;
    border: medium none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
}
.btn-regular4-xs:hover {
    color:#ffffff;
    background: #43658b;
    text-decoration: none;
}
.btn-border-sm {
    background: #ffffff;
    color: #2ba58e;
    border: 1px solid #2ba58e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    padding: 3px 10px;
}
.btn-border-sm:hover {
    background: #ffffff;
    color: #2ba58e;
    text-decoration: none;
}

.btn-regular1-xs {
    background: #2ba58e;
    color: #ffffff;
    border: 1px solid #2ba58e;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    margin-left: 0;
}
.btn-regular1-xs:hover, .btn-regular1-xs:focus {
    color:#ffffff;
    background: #238270;
    text-decoration: none;
}
.btn-regular3-xs {
    background: #ffffff;
    color: #2ba58e;
    border: 1px solid #2ba58e;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    padding: 8px 15px;
    vertical-align: middle;
}
.btn-regular3-xs:hover {
    background: #2ba58e;
    color: #ffffff;
    text-decoration: none;
}

.btn-pay-xs {
    color: #ffffff !important;
    background: #558C65;
    border: 1px solid #558C65;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px;
}
.btn-pay-xs:hover {
    color:#ffffff;
    background: #278943;
    text-decoration: none;
}

.btn-regular2-xs {
    background: #ffffff;
    color: #2ba58e;
    border: 1px solid #2ba58e;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
}
.btn-regular2-xs:hover, .btn-regular2-xs:focus {
    background: #238270;
    color:#ffffff;
}

.btn-regular1-browse-xs {
    background: #ffffff;
    color: #444444;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 1px 0px;
}
.header-step {
    padding-left: 0;
}
.header-step-color {
    color: #2ba58e !important;
    font-weight:700;
}
.header-step-count-color {
    color: #666666;
}
.freight-step-desc {
    font-size: 20px;
}
.header-accordion {
    float:right;
    padding-top:7px;
    cursor:pointer;
}
.header-accordion-bar {
    cursor:pointer;
}
.header-accordion-bar:hover {
    background: #DEF0ED !important;
    background-color: #DEF0ED !important;
}
.header-accordion-bar-sel {
    background: #DEF0ED !important;
    background-color: #DEF0ED !important;
}
.header {
    background: #ffffff;
    height: 34px;
    text-align: right;
}
.affiliate_header {
    display: none;
}
.pars-tracker-search {
    position: relative;
}
.pars-tracker-search-form {
    display: none;
    background: #999999;
    padding: 5px 15px 20px;
    position: absolute;
    left: -230px;
    width: 220px;
    top: 8px;
    z-index: 999;
}
.pars-tracker-search .cross-icon {
    float: right;
    padding: 0 3px;
    margin-bottom: 4px;
}
.pars-tracker-search .cross-icon a, .pars-tracker-search .cross-icon a:hover, .pars-tracker-search .cross-icon a:focus {
    color: #ffffff;
    text-decoration: none;
}
.pars-tracker-search .search-table {
    margin-top: 4px;
    display: table;
    width: 100%;
}
.search-table .search-field {
    display: table-cell;
    vertical-align: top;
}
.search-table .search-button {
    display: table-cell;
    width: 29px;
    vertical-align: top;
}
.pars-tracker-search .search-table .search-button a {
    display: block;
    height: 29px;
    width: 29px;
    line-height: 29px;
    background: #ffffff !important;
    color: #666666;
    text-align: center;
}
.pars-tracker-search .search-table .search-button .fa {
    color: #666666;
}
.pars-tracker-search .search-table .search-button .fa:hover {
    color: #48c3ac;
}
.search-table .search-field input {
    padding: 8px 15px;
    color: #aaa9a9;
    background-color: #ffffff;
    height: 29px;
    width: 100%;
}

.header ul {
    margin: 0;
    padding: 0 20px;
    list-style-type: none;
    display: flex;
    min-height: 36px;
    float:right;
}
.header ul li {
    margin: 0;
    padding: 14px 10px 7px 10px;
}

.iselect {
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    height: 40px;
    position: relative;
    display: block;
}
.iselect select{
    color: #666666;
    height: 40px;
    padding: 5px;
    border: 0;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-weight: 400;
}
.iselect:after {
    font-size: 1.3em;
    content:"\f078";
    font-family: FontAwesome;
    color: #0FA68B;
    padding: 5px 8px;
    position: absolute; right: 0; top: 0;
    background: none;
    z-index: 1;
    text-align: center;
    width: 32px;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    font-weight: 100;
}
.iselect-line-height {
    line-height: 40px;
}

.header a{
    font-size: 13px;
    color:#8d8d8d;
}
.header a:hover, .header a:focus {
    color: #333333;
    text-decoration: none;
}
.header-icon {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    font-size: 15px;
    color: #48c3ac;
    padding-right: 5px;
}
.header .fa {
    height: 17px;
    font-size: 15px;
    color: #48c3ac;
    padding-right: 3px;
    vertical-align: baseline;
}
.header .dollar-circle:before {
    content: url('../img/payment.png');
}
.header .account-circle:before {
    content: url('../img/account.png');
}
.header .logout-icon:before {
    content: url('../img/logout.png');
}
.input-icon {
    position: relative;
}
.input-icon > i {
    color: #666666;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
}
input.empty {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 13px;
    padding: 2px 10px;
    border: medium none;
    line-height: 23px !important;
}

.header-logo {
    padding: 0 30px;
    background: #ffffff;
    color: #444444;
    font-size: 15px;
    width:100%;
    border-bottom: 1px solid #eeeeee;
    min-width: 320px;
}
.fusion-row {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.fusion-logo {
    margin: 20px 0;
    float: left;
    max-width: 100%;
}
.fusion-logo-link {
    display: block;
    max-width: 100%;
}
.fusion-main-menu {
    padding-top: 15px;
    overflow: visible;
    float: right;
    position: relative;
    z-index: 200;
}
.fusion-main-menu a:hover, .fusion-main-menu a:focus, .fusion-mobile-nav-holder a:hover, .fusion-mobile-nav-holder a:focus {
    text-decoration: none;
}
.fusion-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fusion-main-menu li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.fusion-main-menu ul li {
    padding-right: 45px;
}
.fusion-main-menu ul li.last {
    padding-right: 0;
}
.fusion-main-menu > ul > li > a {
    color: #6c6c6c;
    height: 45px;
    line-height: 45px;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    display: block;
    box-sizing: content-box;
    border-bottom: 2px solid transparent;
}
.fusion-main-menu ul li a.fusion-arrow-highlight {
    overflow: visible !important;
    position: relative;
}
.fusion-main-menu > ul > li:hover > a {
    color: #343434;
    border-bottom: 2px solid #343434;
}
.fusion-row:after, .fusion-row:before {
    content: " ";
    display: table;
}
.fusion-row:after {
    clear: both;
}
.fusion-logo:after {
    clear: both;
}
.fusion-logo:after, .fusion-logo:before {
    content: " ";
    display: table;
}
.fusion-main-menu .submenu {
    display:none;
    position: absolute;
    width: 350px;
    padding: 15px 0;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0 14px 32px 4px rgba(0,0,0,0.1);
}
.fusion-main-menu .submenu li {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.fusion-main-menu .submenu li a {
    padding: 7px 20px;
    color: #444444;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    display: block;
}
.fusion-main-menu .submenu li:hover a {
    border: 0;
    color: #0fa68b;
    background-color: #def0ed;
}
.fusion-main-menu li:hover .submenu {
    display: block;
}
.header-logo-image {
    padding-top:18px;
    padding-bottom:14px;
    padding-left: 25px;
}
.logo-image {
    padding: 20px 0;
}

.super-login-container {
    margin-top:70px;
    margin-left: auto;
    margin-right: auto;
    width: 1120px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.super-container {
    margin-top:70px;
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.jconfirm .container {
    background: none;
}
.container {
    width: 1140px;
    max-width: 100%;
    background: #ffffff;
    padding:60px;
}

.container-dashboard {
    width: 1140px;
    max-width: 100%;
    padding-top:60px;
    margin-left: auto;
    margin-right: auto;
}
.container-message {
    width: 1140px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.super-container2 {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    max-width: 100%;
}
.container2 {
    width: 1140px;
    max-width: 100%;
    background: #ffffff;
    padding: 40px;
}
.container2-ticket {
    max-width: 1440px;
    background: none;
    padding: 0px;
}
.page-content-wrapper-ticket {
    padding:20px;
    background: #ffffff;
}
.container2-mrg {
    width: 1140px;
    max-width: 100%;
    background: #ffffff;
    padding: 50px;
    margin-top:5px;
}

.inner-login-container {
    margin-top:40px;
    border:1px solid #bbbbbb;
    padding:40px 40px 20px 40px;
}

.inner-container {
    margin-top:40px;
    border:1px solid #bbbbbb;
    padding:40px;
    height:400px;
}
.inner-container h4 {
    padding-bottom: 20px;
}
.form-input-text {
    width: 100%;
    height: 40px !important;
    padding: 0 10px !important;
}
.form-input-text-30 {
    width: 30%;
    height: 40px !important;
    padding: 0 10px !important;
}
.form-radio {
    display: inline;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.radio-text {
    font-size: 28px;
}
.clearance-work {
    margin-top:50px;
    background: #ffffff;
    padding: 40px 0 70px 0;
}
.clearance-wrap {
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    max-width: 100%;
}
.clearance-dwork {
}
.clearance-dwrap {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
    max-width: 100%;
    padding: 40px 0 40px 0;
}
.clearance-dwrap.row {
    text-align: center;
}
.clearance-work-image {
    text-align: center;
    font-size:17px;
}
.clearance-work-image div {
    margin-bottom: 25px;
}
.header-par {
    border-top-width: 15px;
    margin-bottom: 50px;
    font-weight: 600;
}
.header-par-top {
    border-top: 5px solid #0FA68B;
}
.header-par-text {
    padding-top:70px;
    margin-left:10px
}
.hline-pad {
    margin-bottom: 50px;
    text-align: center;
}
.hline {
    display: inline;
    text-align:center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
}
.hline li {
    display: inline;
}
.hlineimg {
    margin-top:6px;
    padding-top:16px;
    list-style-type: none;
    width: 72px;
    height: 5px;
    display: inline-block;
}
.hlineimg-color {
    background: url("../img/hline.png") no-repeat 0 center;
}
.hlineimg-grey {
    background: url("../img/hline1.png") no-repeat 0 center;
}
.badge-lg {
    background-image: url('../img/number-image.png');
    font-size: 28px !important;
    line-height: 48px;
    padding: 0px;
    width: 43px;
    height: 51px;
    text-shadow:none;
}
.badge-lg-over {
    background-image: url('../img/number-image1.png');
}

.reg-label {
    margin-top:25px;
    margin-bottom:10px;
    color: #666666;
}
.reg-label.margin-bottom-0 {
    margin-bottom: 0;
}
.reg-label-empty {
    margin-top:10px;
    margin-bottom:10px;
}
.reg-comment {
    font-size: 0.8em;
    line-height: 1.2em;
}
.reg-comment-pad {
    font-size: 1em;
    line-height: 1.2em;
    padding-left: 22px;
}
.reg-comment-pad1 {
    font-size: 14px;
    line-height: 1.2em;
    padding-left:22px;
}
.reg-comment-green {
    color: #0FA68B;
    font-weight: bold;
    font-size: 13px;
}
.comment-green {
    color: #0FA68B;
    font-size: 15px;
    font-weight: bold;
}
.red-mark{
    color: red;
}
.reg-mandatory{
    float:right;
    margin-top:-50px;
    margin-right:-45px;
    font-size: 0.8em;
    color: #666666;
}
.reg-mandatory-text {
    font-size: 0.8em;
    color: #666666;
}
.reg-mandatory-text-new {
    font-size: 1rem;
    color: #666666;
}
.reg-text-md {
    font-size: 13px;
    color: #666666;
}
.reg-separator {
    margin-top:20px;
    border: 1px solid #0FA68B;
}
.account-type {
    color: #ffffff;
    background: #0FA68B;
    font-weight: 600;
    padding-left:4px;
    padding-right:4px;
}
.poa-wrap {
    display:block;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:10px !important;
    color:#AAAAAA !important;
    vertical-align:baseline;
    background:transparent;
    width:706px;
}
.bond-wrap {
    display:block;
    margin: 0 0 10px 0;
    padding:0;
    border:0;
    outline:0;
    font-size:10px !important;
    color:#AAAAAA !important;
    vertical-align:baseline;
    background:transparent;
    width:706px;
}
.padding-top-xs {
    padding-top:5px;
}
.padding-top-sm {
    padding-top:10px;
}
.padding-top-mid {
    padding-top:20px;
}
.padding-top-md {
    padding-top:30px;
}
.padding-top-lg {
    padding-top:40px;
}
.padding-bottom-xs {
    padding-bottom:5px;
}
.padding-bottom-sm {
    padding-bottom:10px;
}
.padding-bottom-mid {
    padding-bottom:20px;
}
.padding-bottom-md {
    padding-bottom:30px;
}
.padding-bottom-lg {
    padding-bottom:40px;
}
.padding-mid {
    padding-top:20px;
    padding-bottom:20px;
}
.min-padding {
    padding-right:0px;
}
.margin-right-15 {
    margin-right: 15px;
}
.margin-left-15 {
    margin-left: 15px;
}


.ticket-modal{
    position: relative !important;
    overflow: visible !important;
}
.ticket-modal .close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-image: url(../img/close_arrow.png) !important;
    opacity: unset !important;
}

/**Payment**/
.create-skip{ padding-top:45px; color:#7c7c7c;  padding-bottom: 30px;}
.create-skip .iradio_square-blue{ margin-right:15px;}
.create-payment{ width:65%; float:left;}
.create-payment h2{ margin-bottom:10px;}
.create-payment p{width: 95%;}

.payment-form .mad-note{ font-size:12px; font-weight:600; padding-top:15px;}
.payment-form .green-next{ padding-top:45px; margin-right: 50px;}

.payment-acc{ margin-left: 0px;}
.payment-acc .payment-tit{ font-size:20px; color: #7c7c7c; font-weight: 700;}
.pay-logos{ padding-top:5px;}
.pay-logos ul{ list-style:none; padding-bottom:10px; padding-left:0;}
.pay-logos ul li{ padding:10px 20px 10px 0; display: inline-block}

.skip-now{ float:left; width:33%; padding-left:18px; border-left: 1px solid #bababa; min-height:425px;}
.skip-now h2{ margin-bottom: 10px;}
.skip-now p{ margin-left:0px;}



.k-clearformatting {
    background-image: url('../img/clear-formatting.png');
}
.k-clearformatting.k-state-hover {
    background-image: url('../img/clear-formatting.png');
    margin: 1px !important;
    background-position: 0px 0px;
}
.k-state-hover {
    margin: 1px !important;
}

.pft {
    border-bottom:1px solid #cccccc;
    padding-top:6px;
    padding-bottom:6px
}
.pfrt {
    display: inline-block;
    padding-right:15px;
}

.bottom-margin {
    margin-bottom: 100px;
}
.footer {
    background: #282828;
    color: #eeeeee;
    padding: 30px 60px 60px;
}
.footer-container {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
.footer .footer-logo {
    padding-top: 30px;
    max-width: 100%;
    height: auto;
}
.footer h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 30px;
    margin-bottom: 10px;
}
.footer a {
    font-size: 15px;
    color: #eeeeee;/* Fallback for older browsers */
    color: rgba(255, 255, 255, 0.6);
    display: block;
    padding-bottom: 5px;
}
.footer a:hover, .footer a:focus {
    color: #FFFFFF;
    text-decoration: none;
}
.footer-clear-shipments a, .footer-about-us a {
    padding-bottom: 16px;
}
.footer-contact {
    font-size: 13px;
    color: #eeeeee;/* Fallback for older browsers */
    color: rgba(255, 255, 255, 0.6);
}
.footer-contact a {
    display: inline;
}
.footer-contact-info {
    font-size: 15px;
    margin-bottom: 20px;
}
.footer-contact-info-element {
    margin-bottom: 5px;
}
.footer-contact-info-border {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #888888;
}
.footer-search-form {
    background-color: rgba(255,255,255,0.1);
    margin-bottom: 20px;
    border-radius: 19px;
    height: 38px;
    position: relative;
}
.footer .footer-search-form input[type=text] {
    color: #eeeeee;/* Fallback for older browsers */
    color: rgba(255, 255, 255, 0.6);
    border: none;
    height: 38px;
    font-size: 14px;

    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding-left: 15px;
    line-height: 38px;
}
.footer .footer-search-form input[type=text]::placeholder {
    color: #eeeeee;/* Fallback for older browsers */
    color: rgba(255, 255, 255, 0.6);
}
.footer .footer-search-form input[type=submit] {
    background: transparent url('../img/search-light.png') no-repeat center center;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 20px;
    border: none;
}
.footer .footer-search-form input[type=submit]:hover {
    right: 11px;
}
.footer-terms {
    font-size: 13px;
    color: #eeeeee;/* Fallback for older browsers */
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
}
.footer-terms a {
    font-size: 13px;
}
.footer .footer-follow-us-header {
    padding-top: 10px;
}
.footer-inline {
    display: inline !important;
    font-size: 18px !important;
}
.footer-inline2 {
    display: inline !important;
    font-size: 13px !important;
}
.clearance-subblock {
    background: #eeeeee;
    padding: 30px;
}
.clearance-subblock h5 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0FA68B;
}
.clearance-subblock-text h5 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0FA68B;
}
.clearance-subblock .line, .dashboard-container .line {
    border-bottom: 1px #cccccc solid;
    padding-bottom: 4px;
    padding-top: 8px;
}
.clearance-subblock .line-label, .dashboard-container .line-label {
    width:210px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
.clearance-subblock .line-value, .dashboard-container .line-value {
    font-size: 14px;
    display: inline-block;
}
.dashboard-container-white .line {
    padding: 10px 0;
    line-height: 25px;
}
.line-value-text {
    padding-right: 15px;
}
.clearance-subblock2 {
    margin-top:40px;
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 0px;
    border-top: 1px #dddddd solid;
}
.clearance-subblock2 h5 {
    font-size: 28px;
    font-weight: 600;
    color: #0FA68B;
}
#sold-to-info {
    display:none;
}
#sold-to, #vendor {
    cursor: pointer;
}



.header a#pull {
    display: none;
}
.fusion-mobile-nav-holder {
    display:none;
}
.header-logo-image-responsive {
    display: none;
}

.quick-links h5 {
    margin-top:30px;
    text-transform: uppercase;
    font-size: 19px;
}

.quick-button1 {
    background-image: url('../img/dashboard-plus1.png') !important ;
    background-repeat: no-repeat !important;
    padding-left:20px;
    margin-top: 15px;
    background: #ffffff;
    border-radius: 6px;
    display: block;
    height:60px;
    text-align: center;
    width:260px;
    float:left;
}
.quick-button1 a {
    color: #444444;
}
.quick-button1 a:hover {
    text-decoration: none;
}
.quick-button2 {
    background-image: url('../img/dashboard-plus2.png') !important;
    background-repeat: no-repeat !important;;
    margin-left:30px;
    padding-left:20px;
    margin-top: 15px;
    background: #ffffff;
    border-radius: 6px;
    display: block;
    height:60px;
    text-align: center;
    width:260px;
    float:left;
}
.quick-button2 a:hover {
    text-decoration: none;
}
.quick-button3 {
    background-image: url('../img/dashboard-plus3.png') !important;
    background-repeat: no-repeat !important;;
    margin-left:30px;
    padding-left:20px;
    margin-top: 15px;
    background: #ffffff;
    border-radius: 6px;
    display: block;
    height:60px;
    text-align: center;
    width:260px;
    float:left;
}
.quick-button3 a:hover {
    text-decoration: none;
}
.quick-button4 {
    background-image: url('../img/dashboard-plus4.png') !important;
    background-repeat: no-repeat !important;;
    margin-left:30px;
    padding-left:20px;
    margin-top: 15px;
    background: #ffffff;
    border-radius: 6px;
    display: block;
    height:60px;
    text-align: center;
    width:260px;
    float:left;
}
.quick-button4 a:hover {
    text-decoration: none;
}


.quick-header {
    text-transform: none !important;
    font-size: 16px !important;
    padding-top: 0px;
    margin-top: 12px !important;
}
.quick-par {
    font-size: 13px !important;
}


.manage-account h5 {
    margin-top:50px;
    text-transform: uppercase;
    font-size: 19px;
}

.account-menu {
    border: none;
    margin-bottom: 0px;
    margin-top: 20px;
}
.account-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    line-height: 36px;
    min-height: 36px;
    float:left;
}
.account-menu ul li {
    border: 1px solid #eeeeee;
    background: #D7D7D7;
    margin: 0;
    padding-right:20px;
    padding-left:20px;
    line-height: 34px;
    height: 34px;
    font-size:14px;
}
.account-menu ul li a {
    color: #444444;
}
.account-menu ul li a:hover {
    color: #444444;
}
.user-alert {
    margin:8px 0px 0px 0px;
    color:#444444;
    font-size:16px
}
.user-alert h5 {
    font-size: 22px;
    font-weight: 700;
}
.user-alert p {
    padding-top: 6px;
    font-size: 0.9em;
}
.message-container {
    padding: 0;
    margin: 20px 0;
    text-align: left;
    font-size: 16px
}
.message-container .alert {
    margin: 0;
}
.super-container2 .message-container {
    padding: 10px 0 0 0;
    margin: 0;
}
.dot-style {
    color:#BA535E;
    font-size:0.7em;
    vertical-align:top;
    padding-top:7px;
}

.ticket-table {
    border-top:5px solid #0FA68B !important;
}
.ticket-table th {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    height: 60px;
    vertical-align: middle !important;
}
.ticket-table td {
    font-size: 14px;
    height: 45px;
    vertical-align: middle !important;
}
.ticket-table td a{
    color: #444444;
}
.alert-warning {
    background-color: #fef8e5;
}
.menu-active {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.clearance-subblock-content {
    background: #eeeeee;
    padding-top: 10px;
    padding-bottom: 20px;
}
.clearance-subblock-text {
    margin: 14px 20px 0px 20px;
    color: #444444;
    padding-bottom: 10px;
}

.clearance-subblock-item {
    margin: 14px 20px 0px 20px;
    color: #444444;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaaaaa;
}
.clearance-subblock-item-nb {
    margin: 14px 20px 0px 20px;
    color: #444444;
    padding-bottom: 10px;
}

.clearance-subblock-total {
    margin: 8px 20px 0px 20px;
    color: #444444;
}

.clearance-subblock-label {
    font-size:14px;
    padding-right: 30px;
    min-width:120px
}
#contents {
    display: none;
}
.item-border-bottom {
    border-bottom: 1px solid #aaaaaa;
}
.hts-table-header {
    font-size: 14px;
    font-weight: 600;
}
.hts-table-header1 {
    color: #444444;
    font-size:14px;
    font-weight: 600;
    text-transform: uppercase;
}
.hts-table-header2 {
    color: #444444;
    font-size:14px;
    font-weight: 600;
}

.actions-panel {
    color:#666666;
    background: #f5f5f5;
    margin-top:20px;
    padding:30px;
}
.annual .actions-panel {
    border: 1px solid #DDDDDD;
}
.annual1.notification {
    margin: 20px 0;
    padding: 20px;
    background-color: #FFF9E4;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}
.annual .annual-text{
    font-size: 18px;font-weight: 600;padding-left: 30px;
}
.actions-panel-line {
    font-size: 14px;
    padding-top:10px;
    padding-bottom: 5px;
    /*border-bottom: 1px solid #bbbbbb;*/
}

.missing_doc_message {
    color: #FF0000;
}
.missing_doc_container {
    font-size: 15px;
}
.missing_doc_container .missing_doc_message {
    font-weight: 500;
}
.missing_doc {
    display: inline-block;
    padding: 3px 5px;
    margin: 2px 0;
    color: #FFFFFF;
    background-color: #2ba58e;
}
.billing_amount_text {
    color: #C23E3E;
    font-size: 13px;
    padding-left: 5px;
}

.document-table tr td {
    margin:10px;
}
/* ETA section */
.clearance .eta .form-control, .clearance .eta .input-group-btn {
    width: auto;
    max-width: 100%;
}
.clearance .eta textarea.form-control {
    width: 100%;
}
.clearance .eta .date-picker input {
    width: 120px;
}
.clearance .eta .timepicker {
    width: 80px;
}
.clearance .eta .input-group {
    display: inline-table;
}
.clearance .eta .name, .clearance .eta .field {
    float: left;
}
.clearance .eta .name {
    width: 35%;
    min-width: 200px;
}
.clearance .eta .field {
    width: 65%;
    min-width: 300px;
}
/* ETA section END*/
.vtop, .vtop a {
    vertical-align: top;
}
.vmid, .vmid a {
    vertical-align: middle;
}

/** RESPONSIVE **/
@media (max-width: 1000px) {
    .super-container, .super-login-container {
        margin-top:35px;
        width: auto;
    }
    .container {
        width: auto;
        padding: 10px;
        border-top:none;
    }
    .inner-container, .inner-login-container {
        margin-top:20px;
        border: none;
        padding:0;
        height: auto;
        padding-bottom: 30px;
    }
    .inner-container-top {
        padding-top:30px;
        border-top: 2px solid #cccccc;
    }
    .clearance-wrap {
        width: auto;
    }
    .clearance-dwrap {
        width: auto;
    }

    .hide-element {
        display: none;
    }

    .fusion-mobile-nav-holder {
        display:block;
    }
    .header-logo-image-responsive {
        display: inline;
        float:left;
        padding-top: 20px;
        padding-left: 30px;
    }
    .affiliate_header {
        display: block !important;
        background: #252525;
        color: #444444;
        height: 80px;
        text-align: right;
    }
    .header {
        /*display: none;*/
        background: #252525;
        color: #444444;
        height: 80px;
        text-align: right;
    }
    .header ul {
        display: none;
    }
    .fusion-mobile-nav-holder ul {
        display: none;
        margin: 0;
        padding: 0;
        height: auto;
        z-index:1000;
        background: #eeeeee none repeat scroll 0 0;
        width: 100%;
        text-align: left;
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #252525;
    }
    .fusion-mobile-nav-holder ul.submenu {
        display: none;
        border: none;
    }
    .fusion-mobile-nav-holder ul li {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
    }
    .fusion-mobile-nav-holder ul li.login-item {
        background: #0fa68b none repeat scroll 0 0;
    }
    .fusion-mobile-nav-holder ul li.login-item a {
        background: #0fa68b none repeat scroll 0 0;
        color: #ffffff;
        text-align: center;
        width: 100%;
    }
    .fusion-mobile-nav-holder ul li a {
        font-size:16px;
        letter-spacing: 0;
        font-weight: 600;
        font-family: "Open Sans";
        padding: 12px 25px !important;
        height: 55px;
        text-align: left;
        line-height: 35px;
        background-color: #f9f9f9;
        display: block;
        border-bottom: 1px solid #dadada;
        color: #333333;
    }
    .fusion-open-submenu {
        display: block;
        position: absolute;
        width: 50px;
        border: none;
        text-align: center;
        padding-right: 35px;
        margin-top: 10px;
        font-size: 20px;
        color: #333333;
        right: 0;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
    }
    .fusion-open-submenu:after {
        content: url('../img/arrow-down.png');
    }

    .header a#pull {
        display: inline;
        background-color: #252525;
        position: relative;
        color: #444444;
        float:right;
        padding-top:20px;
        padding-right:52px;
    }
    .header a#pull:after {
        content:"";
        background: url('../img/nav-white.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 30px;
    }
    .header a {
        color: #444444;
    }
    .header a:hover {
        color: #444444;
    }

    .header-par {
        text-align: center;
    }
    .header-par-text {
        text-align: center;
    }


    .hlineimg {
        margin-top:6px;
        padding-top:16px;
        list-style-type: none;
        width: 25px;
        height: 5px;
        display: inline-block;
    }
    .hlineimg-color {
        background: url("../img/hline-sm.png") no-repeat 0 center;
    }
    .hlineimg-grey {
        background: url("../img/hline1-sm.png") no-repeat 0 center;
    }
    .badge-lg {
        background-image: url('../img/number-image-sm.png');
        font-size: 18px !important;
        line-height: 28px;
        padding: 0px;
        width: 26px;
        height: 30px;
    }
    .badge-lg-over {
        background-image: url('../img/number-image1-sm.png');
    }

    .reg-mandatory {
        margin-top: 0px;
        margin-right: 0px;
    }

    .create-payment{ float:none; width:auto;}
    .skip-now{ border-left:0; width:auto; float:none; min-height:inherit; padding-left:0; margin-top:60px;}
    .create-skip{ padding-bottom:0;  padding-top: 25px;}

    .skip-now p {
        margin-left: 0px;
    }

    h1 {
        font-size: 36px;
    }

    .user-alert {
        margin: 0;
        font-size: 15px;
        line-height: 26px;
    }
}


.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}

.easyui-numberbox{
    width:100% !important;
    height:100% !important;
    font-size:14px !important;
}

.header-accordion {
    float:right;
    padding-top:7px;
    cursor:pointer;
}
.header-border-top {
    border-top: 5px solid #0FA68B !important;
}
.header-border-top-notes {
    border-top: 5px solid #43658B !important;
}


.portlet {
    margin-top: 0px;
    margin-bottom: 25px;
}
.portlet.box {
    padding: 0px !important;
}
.portlet.box > .portlet-title {
    border-bottom: 0;
    padding: 0 10px;
    margin-bottom: 0;
    color: #fff;
    min-height: 41px;
}
.portlet.box > .portlet-title > .caption {
    padding: 11px 0 9px 0;
}
.portlet > .portlet-title > .caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
}
.portlet > .portlet-body.blue-hoki, .portlet.blue-hoki {
    background-color: #C2C2C2;
    box-shadow: none;
    border-width: 0px 0px 0px !important;
    border-style: none solid solid !important;
    -moz-border-top-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    border-image: none !important;
    border-radius: 0px;
}
.portlet.box.blue-hoki > .portlet-title {
    background-color: #F5F5F5;
    border: 0px none !important;
    border-radius: 0px;
}
.portlet.box.blue-hoki > .portlet-title > .caption {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}
.portlet.blue-hoki > .portlet-body {
    border-radius: 0px;
    padding: 14px 0px 10px;
}
.portlet-body {
    background: #ffffff;
}
.static-info {
    background: #ffffff;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 8px;
}
.static-info .name {
    color: #707070;
}
.static-info .value {
    color: #707070;
    font-weight: 300;
    vertical-align: top;
    text-align: right;
    float: right;
}

#vendor-info.modal, #sold-to-info.modal {
    width: auto;
    max-width: 100%;
}
#vendor-info .modal-header, #sold-to-info .modal-header {
    border: none;
}
#vendor-info .modal-title, #sold-to-info .modal-title {
    padding-left: 15px;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    color: #0FA68B;
}
#vendor-info .modal-dialog, #sold-to-info .modal-dialog {
    margin: 0;
}
#vendor-info .modal-footer, #sold-to-info .modal-footer {
    padding-top: 15px;
}

.modal {
    border-radius: 0px;
}
.modal .modal-header {
    border-top: 5px solid #2ba58e;
    border-bottom: 0px;
    padding-bottom: 5px;
}
.modal-body {
    padding-top: 0px;
    overflow: auto;
}
.modal-footer {
    padding-top:0px;
}


textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #0fa68b;
}
input:focus:invalid,textarea:focus:invalid,select:focus:invalid  {
    border: 2px solid #c63645;
    border-color:#c63645;
    box-shadow: none;
}
input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{
    border: 2px solid #c63645;
    border-color:#c63645;
    box-shadow: none;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin-bottom: 0px;
    line-height: normal;
    color: initial;
}

.chats{
    padding: 0 15px 15px 15px;
}
.chats li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 12px;
}
.chats li .message {
    display: block;
    padding: 5px;
    position: relative;
}
.chats li.out .message {
    border-right: 0px solid #eeeeee;
    max-width:70%;
    background: #eeeeee none repeat scroll 0% 0%;
    text-align: left;
    border-radius: 6px;
    margin-right: 0px;
    float:left;
    width:auto;
}
.chats li.in .message {
    text-align: left;
    max-width:70%;
    border-left: 0px solid #DEF2FF;
    background: #DEF2FF none repeat scroll 0% 0%;
    /*margin-left: 105px;*/
    border-radius: 6px;
    width:auto;
    margin-left: 0px;
    float:right;
}
.chats .body ol, .chats .body ul {
    padding: 0 0 0 40px;
}
.chats .body li {
    list-style: inherit;
    padding: 0;
}
.datetime1 {
    padding-left:30px;
    float:right;
}

/* file upload style*/
label.upload-button input[type="file"] {
    position: fixed;
    top: -1000px;
}
.upload-button, .add-vendor-button, .dinline-block {
    display: inline-block;
}
.upload-button, .near-button {
    padding-right: 10px;
}
.upload-button:hover {
}
.upload-button:active {
}
.upload-button :invalid + span {
}
.upload-button :valid + span {
}
.filebox-span {
    line-height: 40px;
}
.document-upload-heading {
    font-weight: 600;
}

.alert-success {
    color: #444444;
    background-color: #DEF0ED;
    border-color: #DEF0ED;
}
.alert-warning1 {
    color: #444444;
    background-color: #F1CFD3;
    border-color: #F1CFD3;
}
.table-hover > tbody > tr:hover {
    background-color: #DEF0ED !important;
    cursor: pointer;
}



@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .reg-label-empty {
        margin-top:25px;
    }
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
    .no-side-padding-lg {
        padding-left: 0;
        padding-right: 0;
    }
    .termination-date-label {
        text-align: right;
        padding-right: 10px;
    }
}

.clearance-note {
    float:right;
    font-size:0.85em;
}
.clearance-button a {
    float:right;
}
.clearance-link{
    text-align: right;
}
.clearance-link .uploaded-link, .clearance-link .edit-link {
    text-decoration: none;
}
.clearance-link .uploaded-link:hover, .clearance-link .edit-link:hover {
    text-decoration: underline;
}
.show-mobile {
    display:none;
}
.sign-mobile {
    width:704px;
}
.chat-form {
    padding:20px;
}

@media (max-width: 768px) {
    .hide-element1 {
        display:none;
    }
    #selectitem option {
        padding-left: 10px;
    }

    .hide-mobile {
        display:none !important;
    }
    .show-mobile {
        display:block !important;
    }
    .super-container2 {
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }
    .container2 {
        background: #ffffff none repeat scroll 0 0;
        padding: 0px;
        width: auto;
    }
    .clearance-note {
        float:left;
        font-size:0.7em;
    }
    .clearance-subblock{
        padding:10px;
    }
    .white-wrap{
        padding: 15px 5px 10px 5px;
    }
    .clearance-subblock2 {
        padding:20px 10px 10px 10px;
        margin-top: 20px;
    }
    .padding-mobile-button {
        padding: 10px;
    }
    .clearance-button {
        padding-top: 15px;
        float:left;
    }
    .clearance-subblock-label {
        display: block;
    }
    .clearance-link{
        text-align: left;
    }
    .clearance-mobile-center{
        text-align: center !important;
        display: block;
    }
    .clearance-button a {
        text-align: center;
        float: none;
    }
    .clearance-mobile-top5 {
        margin-top:5px !important;
    }
    .clearance-mobile-bottom10 {
        margin-bottom:10px !important;
    }
    .padding-wrap{
        padding:10px;
    }
    .container-dashboard {
        padding-top: 30px;
        width: auto;
    }
    .quick-button1 {
        width:100%;
    }
    .quick-button2 {
        margin-left:0px;
        width:100%;
    }
    .quick-button3 {
        margin-left:0px;
        width:100%;
    }
    .quick-button4 {
        margin-left:0px;
        width:100%;
    }
    .sign-mobile {
        width:100%;
    }
    .actions-panel {
        padding:10px;
    }
    .padding-top-mobile {
        padding-top:10px;
    }
    .chat-form {
        padding:5px;
    }
    .footer-container {
        width:auto;
    }
    .btn-mobile {
        width: 100% !important;
        display: block !important;
        text-align: center;
        margin-bottom: 10px;
        height: 40px;
        line-height: 40px;
        padding: 0 15px !important;
    }
    .btn-mobile-chat {
        width:100% !important;
        display: block;
        text-align: center;
        margin: 20px 0 10px;
        height: 50px;
        padding: 15px 20px;
        background-image: url("../img/button-live-chat.png") !important;
        background-position-x: 15px;
        background-position-y: 10px;
        background-repeat: no-repeat !important;
    }
    .btn-mobile-chat:hover {
        width:100% !important;
        display: block;
        text-align: center;
        margin-bottom: 10px;
        height: 50px;
        padding: 15px 20px;
        background-image: url("../img/button-live-chat.png") !important;
        background-position-x: 15px;
        background-position-y: 10px;
        background-repeat: no-repeat !important;
    }
    .btn-mobile1 {
        display: block;
    }
    /* ETA section */
    .clearance .eta .date-picker input, .clearance .eta .timepicker {
        width: 100%;
    }
    .clearance .eta .input-group-btn {
        /* Revert width */
        width: 1%;
    }
    .clearance .eta .name, .clearance .eta .field {
        width: 100%;
        float: none;
    }
    /* ETA section END*/
}
.lb-outerContainer{
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 9999;
}

.dropdown .caret {
    margin-top: 0px;
}
.dropdown-toggle {
    cursor: pointer;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #00856d;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu1 {
    left: -55px !important;
}



@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}


@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}
.clearfix {
    clear: both;
}
.radio-label {
    margin-right: 15px;
    font-weight: normal;
    cursor: pointer;
}
.bond-document-container {
    margin-top: 15px;
}
.error {
    color: #FF0000;
    margin-top: 10px;
}
.label-checkbox {
    display: inline-block;
    padding-left: 15px;
    font-weight: normal;
    cursor: pointer;
}
.button-margin {
    margin-left: 10px;
}
#confirm-delete .modal-footer, #confirm-delete .modal-body {
    padding: 15px;
}
.portlet-body .vendor-details .static-info  {
    background: inherit;
}

.radio.radio-box-label-new {
    border: 1px solid #C0C0C0;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
    font-weight: normal;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.radio-box-label-new .iradio_minimal-green{
    flex-shrink: 0;
}

.radio-box-label-bond .iradio_minimal-white{
    flex-shrink: 0;
}

.radio.radio-box-label {
    border: 1px solid #C0C0C0;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
    font-weight: normal;
    background-color: #FFFFFF;
}
.radio.radio-box-label.active {
    color: #FFFFFF;
    border: 1px solid #0FA68B;
    background-color: #0FA68B;
}

.radio.radio-box-label-bond {
    border: 1px solid #C0C0C0;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
    font-weight: normal;
    background-color: #FFFFFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
.radio.radio-box-label-bond.active {
    color: #FFFFFF;
    border: 1px solid #0FA68B;
    background-color: #0FA68B;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.step-center{
    display:flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}
.padding-left-0{
    padding-left: 0 !important;
}

.padding-right-0{
    padding-right: 0 !important;
}

.arrow-steps .step {
    margin: 0 3px;
    padding: 3px 3px 3px 3px;
    min-width: 30px;
    float: left;
    position: relative;
    background-color: #cecece;
    border-radius: 5px;
}
.step.active{
    background-color: #0FA68B !important;
}

.step-clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
.text-indent {
    padding-left: 15px;
}
.transport-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0 10px;
    width: 53px;
    height: 25px;
    border: none;
    background-position: 0 0;
}
.air.transport-icon {
    background: url("radio-air.png") 0 0 no-repeat;
    width: 53px;
}
.ocean.transport-icon {
    background: url("radio-ocean.png") 0 0 no-repeat;
    width: 24px;
}
.truck.transport-icon {
    background: url("radio-truck.png") 0 0 no-repeat;
    width: 28px;
}
.courier.transport-icon {
    background: url("radio-courier.png") 0 0 no-repeat;
    width: 36px;
}
.transport-icon-heading {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    font-size: 24px;
}
.yes-no-buttons {
    padding-right: 30px;
    display: inline-block;
}
.yes-no-buttons .radio-label {
    border: 1px solid #0FA68B;
    border-radius: 3px;
    color: #0FA68B;
    background-color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 30px;
    margin-right: 5px;
}
.yes-no-buttons .radio-label.active, .yes-no-buttons .radio-label:hover {
    color: #FFFFFF;
    border: 1px solid #0FA68B;
    background-color: #0FA68B;
}
.yes-no-buttons .radio-label .iradio_minimal-green {
    display: none;
}
.delivery-radio-field-text {
    padding-right: 15px;
}
.font-normal {
    font-weight: normal;
}
.business-structure-radio-label {
    padding: 3px 0;
}
.font-weight-600 {
    font-weight: 600;
}
.account-company-details {
    background-color: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #CCCCCC;
}
.ticket-sign-button {
    display: inline-block;
    margin-top: 10px;
}
.package_pricing_boxes {
    background: #0fa68b none repeat scroll 0 0;
    box-shadow: 0 1px 1px #ccc;
    color: #fff;
    float: left;
    width: 100%;
    padding: 20px 15px;
    text-align: center;
}
.box_left_area {
     float: left;
     text-align: left;
 }
.box_left_img {
    min-height: 55px;
}
.box_left_text {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.box_right_area {
    float: right;
}
.brokerage_wraper {
    font-size: 14px;
}
.page-id-4560 main.clearfix {
    background: #f5f5f5 none repeat scroll 0 0;
}
.precing_list .first_cl_list .span_list {
    display: block;
    font-weight: normal;
}
.precing_list .first_cl_list {
    color: #0fa68b;
    font-weight: bold;
}
.precing_list li {
    border-bottom: 1px solid #e6e6e6;
    color: #444;
    font-size: 13px;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-bottom: 8px;
}
.precing_heading {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.bonds_bold {
    font-size: 18px;
    text-transform: uppercase;
}
.pricing_bottom_heading .md-text-content.inline-editor {
    margin: 0 0 10px !important;
    padding: 0 20px;
}
.pricing_bottom_heading .vc_column-inner {
    background: #0fa68b none repeat scroll 0 0;
}
.pricing_bottom_text {
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    margin-right: 0;
}
.pricing_page_top .vc_col-has-fill > .vc_column-inner {
    padding-top: 0 !important;
}
.pricing_bottom_heading {
    margin-right: 0;
}
.precing_list {
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    float: left;
    /*margin-top: 15px;*/
    min-height: 410px;
    padding: 20px 25px;
    width: 100%;
}
.package_price {
    color: #fff;
    float: right;
    font-family: "open sans";
    font-size: 30px;
    font-weight: bold;
}
.currency_sign {
    position: relative;
    top: -12px;
    vertical-align: super;
}
.price {
    font-size: 45px;
}
.sub_price {
    position: relative;
    top: -12px;
    vertical-align: super;
}
.package_pricing_boxes .ship_method_wraper {
    border-bottom: 1px solid #0fa68b;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.package_pricing_boxes .ship_method {
    color: #0fa68b;
    font-size: 27px;
    font-weight: bold;
    display:inline-block;
}
.precing_list li {
    border-bottom: 1px solid #e6e6e6;
    color: #444;
    font-size: 13px;
    list-style: outside none none;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.precing_list ul {
    padding:0;
}
.package_pricing_boxes{
    margin-top:20px;
}
.wpb_wrapper {
    padding-left:20px;
}
.wpb_bonds {
    padding: 45px 20px 0 20px;
}
.wpb_bonds_header {
    background: #0fa68b;
    padding: 10px 20px;
    color: #ffffff;
}
.wpb_bonds_content {
    padding: 20px 10px 10px 10px;
    background: #fff;
    border-bottom: 2px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    font-size: 13px;
}
.wpb_bonds_content .bonds_column {
    padding-top: 10px;
}
.wpb_bonds_content_note {
    margin-top: 40px;
    font-size: 12px;
    color: #666666;
}
.export-invoice-button-container {
    float: right;
    padding-top: 10px;
    padding-right: 20px;
}
.poa-registration .radio-label-blue {
    border: 1px solid #0097A7 !important;
    border-radius: 3px;
    color: #0097A7 !important;
    background-color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 30px;
    margin-right: 5px;
}
.poa-registration .radio-label-blue.active, .poa-registration .radio-label-blue:hover {
    color: #FFFFFF !important;
    border: 1px solid #0097A7 !important;
    background-color: #0097A7 !important;
}
.poa-registration .radio-label-blue .iradio_minimal-green {
    display: none !important;
}
.btn-regular1-sm[disabled] {
    background-color: #999999;
    cursor: not-allowed;
}

.btn-regular3-sm {
    background: #EEEEEE !important;
    color: #000000;
    border: 1px solid #595959;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    background-color: transparent;
    border-radius: 10px;
}
.btn-regular3-sm:hover, .btn-regular3-sm:focus {
    background: #EEEEEE !important;
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
}

.btn-regular4-sm {
    background: #FF9900 !important;
    color: #FFFFFF;
    border: 1px solid #FF9900;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    background-color: transparent;
    border-radius: 10px;
}
.btn-regular4-sm:hover, .btn-regular4-sm:focus {
    background: #FF9900 !important;
    color: #FFFFFF;
    border-radius: 10px;
    text-decoration: none;
}

.btn-regular5-sm {
    background: #0097A7 !important;
    color: #FFFFFF;
    border: 1px solid #0097A7;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    background-color: transparent;
    border-radius: 10px;
}
.btn-regular5-sm:hover, .btn-regular5-sm:focus {
    background: #0097A7 !important;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 10px;
}

.poa-video-help-link {
    margin-left: 15px;
    white-space: nowrap;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
}
.new-poa-video-help-link {
    margin-left: 15px;
    white-space: nowrap;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    background-color: #ffffff;
}
.poa-step, .poa-last-buttons {
    display: none;
}
.poa-step.first {
    display: block;
}
.poa-step-progress {
    text-align: right;
    font-size: 27px;
    font-weight: bold;
    color: #333;
}
.poa-registration .radio-label {
    border: 1px solid #0FA68B;
    border-radius: 3px;
    color: #0FA68B;
    background-color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 30px;
    margin-right: 5px;
}
.poa-registration .radio-label.active, .poa-registration .radio-label:hover {
    color: #FFFFFF;
    border: 1px solid #0FA68B;
    background-color: #0FA68B;
}
.poa-registration .radio-label .iradio_minimal-green {
    display: none;
}
.poa-registration .poa-radio-buttons {
    padding-right: 30px;
    display: inline-block;
}
.poa-registration-skip {
    display: none;
}
.poa-registration .poa-registration-skip {
    display: inline-block;
    padding-top: 10px;
    padding-left: 0;
    font-weight: normal;
    cursor: pointer;
}

#infoTable tbody tr.highlight td {
    background-color: #ddd;
}

.lable-green {
    color: #10B89B;
}

#infoTable.table-bordered > thead > tr > th, #infoTable.table-bordered > tbody > tr > td {
    border:1px solid #10B89B;
}

#infoTable.dataTable tbody tr.selected {
    background-color: #10B89B !important;
    color: #FFFFFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: none !important;
    color: #10B89B !important;
    padding: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #000000 !important;
    padding: 0 !important;
}
.dataTables_empty {
    text-align: left !important;
}
#infoTable tbody tr:hover {
    background-color: #D3D3D3 !important;
}
.lable-white {
    color: #FFFFFF;
}
.bg-green {
    background-color: #10B89B;
}

.width-61 {
    width: 61.6% !important;
}

/*Ticket survey CA box CSS*/

.survey-boxes-ca .box.grayed-out {
    border-top: 6px solid #6c757d;
    background: #e9ecef;
    color: #6c757d !important; 
}

.survey-boxes-ca .box1 {
    border-top: 6px solid #e7340f; /* Blue color for the top border of Box 1 */
    background: #fce3e0;
}

.survey-boxes-ca .box2 {
    border-top: 6px solid #ff8c00; /* Blue color for the top border of Box 1 */
    background: #ffefdf;
}

.survey-boxes-ca .box3 {
    border-top: 6px solid #f1db16; /* Blue color for the top border of Box 1 */
    background: #fdfae2;
}

.survey-boxes-ca .box4 {
    border-top: 6px solid #6bb436; /* Blue color for the top border of Box 1 */
    background: #ebf4e3;
}

.survey-boxes-ca .box5 {
    border-top: 6px solid #4e8d00; /* Blue color for the top border of Box 1 */
    background: #e6efdd;
}

.survey-boxes-ca .box{
    padding: 7px 13px;
    cursor: pointer;
}

.survey-boxes-ca .box1.active-box{
    border-top: 6px solid #e7340f;
    background: #f3b1a9 !important;
  }

.survey-boxes-ca .box2.active-box{
    border-top: 6px solid #ff8c00;
    background: #ffdebd !important;
}

.survey-boxes-ca .box3.active-box{
    border-top: 6px solid #f1db16;
    background: #fbf4c1 !important;
}

.survey-boxes-ca .box4.active-box{
    border-top: 6px solid #6bb436;
    background: #e1f3d1 !important;
}

.survey-boxes-ca .box5.active-box{
    border-top: 6px solid #4e8d00;
    background: #d7efc0 !important;
}

/* Hover styles */
.survey-boxes-ca .box1:hover {
    border-top: 6px solid #e7340f;
    background: #f3b1a9;
}

.survey-boxes-ca .box2:hover {
    border-top: 6px solid #ff8c00;
    background: #ffdebd;
}

.survey-boxes-ca .box3:hover {
    border-top: 6px solid #f1db16;
    background: #fbf4c1;
}

.survey-boxes-ca .box4:hover {
    border-top: 6px solid #6bb436;
    background: #e1f3d1;
}

.survey-boxes-ca .box5:hover {
    border-top: 6px solid #4e8d00;
    background: #d7efc0;
}

.survey-boxes-ca .box:hover .survey-title {
    font-weight: 700; /* Dark color for text when hovered */
}

.survey-boxes-ca .box.active-box .survey-title{
    font-weight: 700;
}

.survey-boxes-ca{
    display: flex;
    column-gap: 10px;
    justify-content: center;
}

.survey-boxes-ca a{
    color: #15c;
}

/*Ticket survey CA box CSS*/

/*Ticket survey box CSS*/

.survey-boxes .box1 {
    border-top: 6px solid #e7340f; /* Blue color for the top border of Box 1 */
    background: #fce3e0;
}

.survey-boxes .box2 {
    border-top: 6px solid #ff8c00; /* Blue color for the top border of Box 1 */
    background: #ffefdf;
}

.survey-boxes .box3 {
    border-top: 6px solid #f1db16; /* Blue color for the top border of Box 1 */
    background: #fdfae2;
}

.survey-boxes .box4 {
    border-top: 6px solid #6bb436; /* Blue color for the top border of Box 1 */
    background: #ebf4e3;
}

.survey-boxes .box5 {
    border-top: 6px solid #4e8d00; /* Blue color for the top border of Box 1 */
    background: #e6efdd;
}

.survey-boxes .box{
    padding: 7px 13px;
    cursor: pointer;
}

.survey-boxes .box1.active-box{
    border-top: 6px solid #e7340f;
    background: #f3b1a9 !important;
  }

.survey-boxes .box2.active-box{
    border-top: 6px solid #ff8c00;
    background: #ffdebd !important;
}

.survey-boxes .box3.active-box{
    border-top: 6px solid #f1db16;
    background: #fbf4c1 !important;
}

.survey-boxes .box4.active-box{
    border-top: 6px solid #6bb436;
    background: #e1f3d1 !important;
}

.survey-boxes .box5.active-box{
    border-top: 6px solid #4e8d00;
    background: #d7efc0 !important;
}

/* Hover styles */
.survey-boxes .box1:hover {
    background: #f3b1a9;
}

.survey-boxes .box2:hover {
    background: #ffdebd;
}

.survey-boxes .box3:hover {
    background: #fbf4c1;
}

.survey-boxes .box4:hover {
    background: #e1f3d1;
}

.survey-boxes .box5:hover {
    background: #d7efc0;
}

.survey-boxes .box:hover .survey-title {
    font-weight: 700; /* Dark color for text when hovered */
}

.survey-boxes .box.active-box .survey-title{
    font-weight: 700;
}

.survey-boxes{
    display: flex;
    column-gap: 10px;
    justify-content: center;
}

.survey-boxes a{
    color: #15c;
}

.survey-fonts{
    font-size: 20px;
    color: rgb(85,85,85) !important;
}

.survey-text{
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 400px) {
    .header-logo-image-responsive {
        width: 70%;
        max-width: 240px;
    }
    .pfrt {
        display: block;
        padding-right: 0;
    }
    .login-btn-box{
        padding: 0 5px !important;
    }
    .login-box .btn-regular1-sm-new {
        margin-left: 0 !important;
    }
    .icheckbox-text-align .icheckbox_minimal-green{
        padding-left: 18px !important;
    }
    .poa-step-progress{
        font-size: 18px !important;
    }
    .margin-top-re-10{
        margin-top: 10px !important;
    }
    .account-type{
        font-size: 13px !important;
    }
    .step7-txt{
        font-size: 27px !important;
    }
    .final-scren .new-back-link{
        font-size:13px !important;
    }
    .final-scren .btn-regular1-sm-new{
        font-size:13px !important;
    }
}
@media screen and (min-device-width: 400px) and (max-device-width: 485px) {
    .poa-step-progress{
        font-size: 18px !important;
    }
    .margin-top-re-10{
        margin-top: 10px !important;
    }
    .account-type{
        font-size: 13px !important;
    }
    .step7-txt{
        font-size: 27px !important;
    }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1380px) {
    .nri-add-div {
        margin-top: 20px !important;
    }
    .nri-contact-div {
        margin-top: 76px !important;
    }
    .personal-add-div-poaform {
        margin-top: -48px !important;
    }
    .business-add-div-poaform {
        margin-top: 2px !important;
    }
    .personal-add-div{
        margin-top: -12px !important;
    }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1365px) {
    .nri-contact-div {
        margin-top: 75px !important;
    }
}
@media screen and (min-device-width: 1381px) and (max-device-width: 1500px) {
    .business-add-div-poaform {
        margin-top: 2px !important;
    }
    .nri-add-div {
        margin-top: 20px !important;
    }
    .nri-contact-div {
        margin-top: 76px !important;
    }
    .personal-add-div{
        margin-top: -13px !important;
    }
}
@media screen and (min-device-width: 1600px) and (max-device-width: 1670px) {
    .business-add-div-poaform{
        margin-top: 2px !important;
    }
    .personal-add-div{
        margin-top: -13px !important;
    }

}