.header {
    padding-bottom: 20px;
}

.padding-bottom {
    padding-top: 10px;
    padding-bottom: 30px;
}

.section-line {
    border-bottom: solid lightgrey 0.125em;
}

.section-header {
    text-align: center;
    text-decoration: underline;
    padding-top: 15px;
    padding-bottom: 20px;
}

.sub-section {
    border-bottom: dashed lightgrey 0.125em;
}

.field
{
    padding-bottom: 30px;
}
.cargoitem-content .field
{
    padding-bottom: 15px;
}

.field.required>.field-label>.required-label
{
    float:right;
    font-style: italic;
}

.has-success .required-label
{
    color: #3c763d;
}

.has-error .required-label
{
    color: #a94442;
}

.has-feedback .form-control[type="number"]
{
    padding-right: 20px;
}

@media (min-width: 0px) {
    .field.required > .field-label >.required-text:after {
        content: "Required";
    }

    .field.required > .field-label >.required-icon:after {
        content: "\f069";
        position: relative;
        top: -3px;
        display: inline-block;
        font: normal normal normal 12px/1 FontAwesome;
        font-size: 0.75em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        left: -3px;
    }
}
@media (min-width: 768px) {
    .field.required>.field-label>.required-sm-text:after
    {
        content: "Required";
    }

    .field.required>.field-label>.required-sm-icon:after
    {
        content: "\f069";
        position: relative;
        top: -3px;
        display: inline-block;
        font: normal normal normal 12px/1 FontAwesome;
        font-size: 0.75em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        left: -3px;
    }
}
@media (min-width: 992px) {
    .field.required>.field-label>.required-md-text:after
    {
        content: "Required";
    }

    .field.required>.field-label>.required-md-icon:after
    {
        content: "\f069";
        position: relative;
        top: -3px;
        display: inline-block;
        font: normal normal normal 12px/1 FontAwesome;
        font-size: 0.75em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        left: -3px;
    }
}
@media (min-width: 1200px) {
    .field.required>.field-label>.required-label.required-lg-text:after
    {
        content: "Required";
    }

    .field.required>.field-label>.required-label.required-lg-icon:after
    {
        content: "\f069";
        position: relative;
        top: -3px;
        display: inline-block;
        font: normal normal normal 12px/1 FontAwesome;
        font-size: 0.75em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        left: -3px;
    }
}

@media (max-width: 767px) {
    /*XS*/
    .col-xs-0
    {
        display: none;
    }
}
@media (max-width: 991px) {
    /*SM*/
    .col-sm-0
    {
        /*display: none;*/
        line-height: 3px;
    }
}
@media (max-width: 1190px) {
    /*MD*/
    .col-md-0
    {
        display: none;
    }
}

.col-lg-0
{
    display: none;
}

.validation-padding {
    padding-left: 5px;
    padding-right: 6px;
}

.cargoitem {
    padding-bottom: 15px;
    border-bottom: solid black 0.25em;
}

.cargoitem .cargoitem-section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.cargoitem .main .cargoitem-nav {
    color: #ffffff;
    background-color: #8E9291;
}

.cargoitem .sub .cargoitem-nav {
    background-color: #C9CACA;
}

.cargoitem-content,
.cargoitem-nav {
    padding-top: 10px;
}

.cargoitem-nav {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-order: 1;
    order: 1;
}

.cargoitem-content {
    padding-left: 4%;
    -webkit-order: 2;
    order: 2;
}

.cargoitem .main .cargoitem-content {
    background-color: #F7F7F7;

}

.cargoitem .sub .cargoitem-content {
    background-color: #F0F0F0;
}

[role="nav-button"] {
    cursor: pointer;
    color: inherit;
    padding: 0px;
}

[role="nav-button"]:hover {
    cursor: pointer;
    color: inherit;
    font-size: 1.25em;
    padding: 0px;
}

.cargolist-footer {
    /*border-left: dashed lightgrey 0.125em;*/
    /*border-right: dashed lightgrey 0.125em;*/
    /*border-bottom: dashed lightgrey 0.125em;*/
    text-align: center;
}

.tt-menu {
    max-height: 300px;
    overflow-y: auto;
}

.tt-dropdown-header {
    text-decoration: underline;
}

.tt-dropdown-list {
    padding-left: 7px;
}

.norm-icon {
    font-size: 1.5em;
    padding-right: 15px;
}

.big-icon {
    font-size: 2.75em;
    padding-right: 20px;
}

.box{
    font-size: 1.25rem;
    background-color: #c8dadf;
    position: relative;
    padding: 30px 20px 20px 20px;
}

.box:hover, .box.drop-border.enter{
    outline-offset: 0px;
    background: #f3fdff;
}

.box:active, .drop-border {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    text-align: center;
}

.drop-header {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.drop-header > * {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.drop-header-icon {
    padding: 0px 8px;
    font-size: 2em;
}

.catcha-padding {
    padding-top: 25px;
    padding-bottom: 30px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-weight: normal;
    font-size: 1.25em;
    display: inline-block;
}

.inputfile:not(.no-dragdrop) + label strong {
    font-weight: 700;
    color: #506162;
}

.inputfile:not(.no-dragdrop) + label strong:hover {
    font-weight: 700;
    text-decoration: underline;
}

.inputfile.no-dragdrop + label{
    font-weight: 700;
    background-color: #bbe1e5;
    padding: 8px 18px;
}

.inputfile.no-dragdrop + label span:first-of-type{
    display: none;
}

.inputfile.no-dragdrop:focus + label,
.inputfile.no-dragdrop + label:hover {
    background-color: #42acfa;
    color: #fff;
}

.badge-file-count {
    font-size: 1.25em;
    float: right;
    margin-top: -10px;
}

/*@media (min-width: 768px) {*/

    .dl-horizontal dt {
        width: 60px;
    }
    .dl-horizontal dd {
        margin-left: 80px;
        text-align: left;
    }
/*}*/
@media (min-width: 768px) {
    .modal-dialog.modal-sm
    {
        width: 320px;
    }
}

.square-border {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}

.g-recaptcha {
    margin: auto;
    width: 304px;
}

.disabled .g-recaptcha {
    opacity: 0.4;
    pointer-events: none;
}

.break-word
{
    word-wrap: break-word;
}

.listbox {
    overflow-y: auto;
    overflow-x: hidden;
}

.listbox-sm {
    max-height: 240px;
}

.listbox-md {
    max-height: 360px;
}

.flash-border {
    -webkit-animation: flash-border-animation 1.25s ease-in;
    -moz-animation: flash-border-animation 1.25s ease-in;
    -o-animation: flash-border-animation 1.25s ease-in;
    animation: flash-border-animation 1.25s ease-in;
}
/* Standard syntax */
@keyframes flash-border-animation {
    0%  {box-shadow: 0 0 0 2px rgba(255,0,0,0);}
    65% {box-shadow: 0 0 0 2px rgba(255,0,0,1);}
    100%  {box-shadow: 0 0 0 2px rgba(255,0,0,0);}
}
*
@-moz-keyframes flash-border-animation {
    0%  {box-shadow: 0 0 0 2px rgba(255,0,0,0);}
    65% {box-shadow: 0 0 0 2px rgba(255,0,0,1);}
    100%  {box-shadow: 0 0 0 2px rgba(255,0,0,0);}
}
@-o-keyframes flash-border-animation {
    0%  {box-shadow: 0 0 0 2px rgba(255,0,0,0);}
    65% {box-shadow: 0 0 0 2px rgba(255,0,0,1);}
    100%  {box-shadow: 0 0 0 2px rgba(255,0,0,0);}
}
@-webkit-keyframes flash-border-animation {
    0%  {box-shadow: 0 0 0 2px rgba(255,0,0,0);}
    65% {box-shadow: 0 0 0 2px rgba(255,0,0,1);}
    100%  {box-shadow: 0 0 0 2px rgba(255,0,0,0);}
}


.flash-newfile {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: flash-newfile-animation;
    -moz-animation-name: flash-newfile-animation;
    -o-animation-name: flash-newfile-animation;
    animation-name: flash-newfile-animation;
}
/* Standard syntax */
@keyframes flash-newfile-animation {
    0%  {background-color: #fff;}
    50% {background-color: #fff5ee}
    100%  {background-color: #fff;}
}

@-moz-keyframes flash-newfile-animation {
    0%  {background-color: #fff;}
    50% {background-color: #fff5ee}
    100%  {background-color: #fff;}
}
@-o-keyframes flash-newfile-animation {
    0%  {background-color: #fff;}
    50% {background-color: #fff5ee}
    100%  {background-color: #fff;}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes flash-newfile-animation {
    0%  {background-color: #fff;}
    50% {background-color: #fff5ee}
    100%  {background-color: #fff;}
}

.flash-require .has-error .form-control {
    animation: flash-require-animation 1.25s ease-in;
}

@keyframes flash-require-animation {
    0%  {box-shadow: 0 0 0 2px rgba(255,0,0,0);}
    65% {box-shadow: 0 0 0 2px rgba(255,0,0,1);}
    100%  {box-shadow: 0 0 0 2px rgba(255,0,0,0);}
}

dl.compact {
    margin-bottom: 8px;
}

.cargoclass-label
{
    width: 28px;
    height: 48px;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    padding-left: 2px;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: center;
}

.cargoclass-auto {
    height: 72px;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.cargoclass-auto:after {
    content: "Auto";
}

.cargoclass-bb {
    height: 84px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.cargoclass-bb:after {
    content: "Breakbulk";
}

.cargoclass-hh {
    height: 96px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

@media (min-width: 768px) {
    .flex-item {
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;;
        -webkit-align-items: stretch;
        align-items: stretch;

    }
    .modal-body > .flex-item {
        margin-bottom: 20px;
    }
    .flex-item .panel {
        height: 100%;
        margin-bottom: 0px;
    }
}

.cargoclass-hh:after {
    content: "High&heavy";
}
.panel-body.cargoitem-breif{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 480px;
}

@media (min-width: 768px)
{
    .panel-body.cargoitem-breif {
        /*max-height: 340px;*/
        max-height: 230px;
    }
}

.media.cargoitem-breif {
    border-bottom: darkgrey solid 1px;
    padding-bottom: 5px;
}

.inline-info{
    margin-left: 0px;
    margin-right: 20px;
    display: inline-table;
}

.country-list.scroll-indicator,.scroll-indicator{border-bottom:2px solid #5a5a5a;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;
    /*-webkit-overflow-scrolling: touch;*/
}
.scroll-indicator.scroll-indicator-end{border-bottom-color: #f44336}

/*@media(device-width: 768px) and (device-height: 1024px){*/
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
/*}*/

.ms-ctn-focus.ms-top-z-index {
    z-index: 5;
}
.ms-res-ctn .ms-res-group{
    background-color: inherit;
    font-size: 1.2em;
}

.ms-res-item.ms-res-item-selected {
    background-color: #337ab7;
    color: #fff;
}
.ms-res-item.ms-res-item-selected:hover {
    background-color: #358ecd;
    color: #fff;
}

textarea.form-control.form-control-static[readonly] {
    background-color: #fff;
    resize: vertical;
}
textarea.form-control.form-control-static[readonly]:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/*Fix Layout Bug on IE10*/
.ms-ctn input {
    padding: 2px;
}