﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 20px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}




/*html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
*/
a {
    color: #0366d6;
}

code {
    color: #e01a76;
}



.btn-dark {
    color: #fff !important;
    background-color: #282828;
    border-color: #282828;
    font-weight: bold;
}

.btn-rounded {
    border-radius: 1.5rem;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}


h1 {
    /*font-size: 100px !important;*/
    font-weight: bolder;
}

h2 {
    /*font-size: 60px !important;*/
    font-weight: bolder;
}

.input-muted {
    background-color: #e4e4e4;
    border: none;
}

    .input-muted:focus {
        background-color: #fff;
        border: 1px solid #e4e4e4;
        box-shadow: none;
    }

.no-resize {
    resize: none;
}

.bg-contact {
    background-image: url('../img/img-background.png');
    background-size: cover;
    height: 50vh;
    margin: 0 -15px;
    padding: 0;
}

@media (min-width: 992px) {
    h1 {
        font-size: 120px !important;
    }

    h2 {
        font-size: 50px;
    }


    h3 {
        font-size: 36px;
    }
}

.bg-dark {
    background-color: #282828 !important;
}

.rounded-xl {
    border-radius: 3rem !important;
}

.timeline-image {
    height: 20vh;
    width: 20vh;
}

.circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    background-color: #282828;
    color: #fff;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    line-height: 2rem !important;
}



.bg-identity {
    background-image: url('../img/img-background.png');
    background-size: cover;
    height: 100vh;
}

.bg-forgot-password {
    background-image: url('../img/img-password-unlock.png');
    background-size: contain;
    /*height: 100vh;*/
    background-repeat: no-repeat;
    background-position: center center;
}

h1 {
    /*font-size: 100px !important;*/
    font-weight: bolder;
}

h2 {
    /*font-size: 72px !important;*/
    font-weight: bolder;
}

.input-muted {
    background-color: #e4e4e4;
    border: none;
}

    .input-muted:focus {
        background-color: #fff;
        border: 1px solid #e4e4e4;
        box-shadow: none;
    }

.btn-rounded {
    border-radius: 1.5rem;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #c50000;
    border-color: #c50000;
    font-weight: bold;
}

    .btn-primary:hover {
        background-color: #b00707 !important;
        border-color: #b00707;
    }

.link-primary {
    color: #c50000 !important;
    /* text-decoration: underline !important;
    text-decoration-style: dotted !important;*/
    border-bottom: 2.4px dotted #c50000;
    font-weight: bolder;
    text-decoration: none !important;
}

.btn-external-login {
    color: #282828 !important;
    background-color: #fff;
    border: 2px solid #e4e4e4;
    font-weight: bold;
}

.custom-control-input {
    background-color: #e4e4e4 !important;
    border: none !important;
}

.btn-outline-primary {
    color: #c50000 !important;
    background-color: transparent !important;
    border-color: #c50000 !important;
    font-weight: bold;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #c50000 !important;
        border-color: #c50000 !important;
    }

@media(max-width: 768px) {
    .btn:not(.no-expand) {
        width: 100% !important;
        margin-bottom: 0.8rem;
    }

    .bg-identity {
        background-image: url('../img/img-background-m.png');
        background-size: contain;
        height: 30vh;
        background-repeat: no-repeat
    }

    .btn {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 100px !important;
    }

    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 36px;
    }
}

.contact-wrapper {
    /*padding: 40px;*/
    background-color: #E4E4E4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 50px;
    border-radius: 20px;
}


.nav-pills > .nav-item > .active, .nav-pills > .nav-item > .active:hover {
    background-color: red !important;
}

#page-area {
    min-height: calc(100% - 60px);
}

footer {
    height: 60px;
}

.double-spaced {
    line-height: 2rem;
}

.dash-card {
    background-color: #EEEEEE;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.dash-card-desc {
    line-height: 1.4em;
}

.dash-card-no {
    font-size: 3em;
}

.dash-title {
    font-size: 1.3em;
    font-weight: bold;
}

.dash-desc {
    font-size: .9em;
}

.dash-listing:nth-child(odd) {
    background-color: #EEEEEE;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.dash-it-desc {
    margin-top: -10px
}

.btn-dash {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .8rem;
    line-height: 1.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    font-weight: bold;
}

    .btn-dash:hover {
        background-color: #c50000 !important;
        border-color: #c50000;
        text-decoration: none;
    }



.wrapper {
    border: none;
}

.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}

    .StepProgress::before {
        display: inline-block;
        content: '';
        position: absolute;
        top: 4px;
        left: 15px;
        width: 10px;
        height: 95%;
        border-left: 4px dashed #e6e6e6;
    }

.StepProgress-item {
    position: relative;
    counter-increment: list;
}

    .StepProgress-item:not(:last-child) {
        padding-bottom: 20px;
    }

    .StepProgress-item::before {
        display: inline-block;
        content: '';
        position: absolute;
        left: -30px;
        height: 100%;
        width: 10px;
    }

    .StepProgress-item::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 19px;
        left: -38px;
        width: 20px;
        height: 20px;
        border: 4px solid #e6e6e6;
        border-radius: 50%;
        background-color: #FFF;
    }

    /* .StepProgress-item.is-done strong{
        padding-top:-50px;
    }*/

    .StepProgress-item.is-done::before {
        border-left: 4px solid #B00707;
        top: 4px;
    }

    .StepProgress-item.is-done::after {
        padding-top: 1px;
        width: 5px;
        height: 5px;
        top: 4px;
        left: -38px;
        font-size: 14px;
        text-align: center;
        color: green;
        border: 10px solid #B00707;
        background-color: white;
    }

    .StepProgress-item.current::before {
        border-left: 4px solid #B00707;
    }

    .StepProgress-item.current::after {
        padding-top: 1px;
        width: 5px;
        height: 5px;
        top: 4px;
        left: -38px;
        font-size: 14px;
        text-align: center;
        color: green;
        border: 10px solid #B00707;
        background-color: white;
    }

    .StepProgress-item.up-next strong {
        padding-top: 14px
    }


    .StepProgress-item.delivered::after {
        padding-top: 1px;
        width: 5px;
        height: 5px;
        top: 4px;
        left: -38px;
        font-size: 14px;
        text-align: center;
        color: green;
        border: 10px solid #B00707;
        background-color: white;
    }

.StepProgress strong {
    display: block;
}


/*New Version*/
a {
    color: #c50000 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: normal !important;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
}

    .btn-primary:hover {
        background-color: #1a1a1a !important;
        border-color: #1a1a1a !important;
    }

.btn-secondary {
    color: #fff !important;
    background-color: #c50000;
    border-color: #c50000;
    font-weight: bold;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: normal !important;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
}

    .btn-secondary:hover {
        background-color: #b00707 !important;
        border-color: #b00707 !important;
    }


.btn-light {
    color: #000 !important;
    background-color: #d6d6d6 !important;
    border-color: #d6d6d6 !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: normal !important;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
}

    .btn-light:hover {
        background-color: #b6b6b6 !important;
        border-color: #b6b6b6 !important;
    }

.heading {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.3em;
    font-weight: bold;
}

.title {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.3em;
}


.login-logo {
    top: 7px;
    left: 278px;
    width: 50px;
    height: 50px;
    background: transparent url('../img/assured-logo.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.bg-grey {
    background-color: #ECECEC;
}

.wrapper {
    padding: 100px 0;
}

.home-b {
    padding: 50px 0;
    /* UI Properties */
    background: transparent url('../img/home-welcome.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    background-size: cover;
    height:800px;
}

    .home-b .con-h {
        padding: 100px;
        /* UI Properties */
        background: #FFFFFF 0% 0% no-repeat padding-box;
        opacity: 1;
    }

.home-b-m {
    background: transparent url('../img/home-welcome-mobile.png') 0% 0% no-repeat padding-box;
    opacity: 1;
    background-position: top center;
    background-size: cover;
}

/* Style steps to ship */
.o-list {
    list-style: none;
    counter-reset: item;
}

.o-li {
    counter-increment: item;
    margin-bottom: 50px;
}

    .o-li:before {
        margin-right: 10px;
        content: counter(item);
        background: #000;
        border-radius: 100%;
        color: white;
        width: 2em;
        text-align: center;
        display: inline-block;
    }

/* Custom numbering */
.cust-num {
    position: relative;
    padding-left: 45px;
    list-style: none;
    counter-reset: item;
}

    .cust-num::before {
        display: inline-block;
        content: '';
        position: absolute;
        top: 4px;
        left: 15px;
        width: 10px;
        height: 95%;
    }

.cust-num-item {
    position: relative;
    counter-increment: item;
}

    .cust-num-item:not(:last-child) {
        padding-bottom: 40px;
    }

    .cust-num-item::before {
        display: inline-block;
        content: '';
        position: absolute;
        left: -30px;
        height: 100%;
        width: 10px;
    }

    .cust-num-item::after {
        content: '';
        position: absolute;
        top: 19px;
        left: -38px;
        width: 20px;
        height: 20px;
        border: 4px solid #e6e6e6;
        border-radius: 50%;
        background-color: #FFF;
    }

    .cust-num-item.is-node::before {
        border-left: 2px solid #000;
        top: 6px;
    }

    .cust-num-item.is-node::after {
        width: 5px;
        height: 5px;
        top: 4px;
        left: -45px;
        font-size: 14px;
        text-align: center;
        color: #fff;
        border: 15px solid #000;
        background-color: white;
        /*content: counter(item);*/
    }

    .cust-num-item.final::after {
        padding-top: 1px;
        width: 5px;
        height: 5px;
        top: 4px;
        left: -45px;
        font-size: 14px;
        text-align: center;
        color: #fff;
        border: 15px solid #000;
        background-color: white;
        /*content: counter(item);*/
    }

.cust-num strong {
    display: block;
}


/* custom form items */
.cust-form-item {
    border: 2px solid var(--support-color);
    border: 2px solid #000000;
    border-radius: 20px;
    opacity: 1;
    background-color: transparent;
    padding-left: 25px;
    padding-right: 25px;
}

input.cust-form-item {
    height: 50px;
}

textarea.cust-form-item {
    padding: 20px 25px;
}

.deliver-mode {
    background: transparent url('../img/delivery_mode.png') 0% 0% no-repeat padding-box;
    background-position: center;
    opacity: 1;
}

.deliver-mode-wp {
    padding: 80px 0;
    background: linear-gradient(90deg, #FFF 20%, #ECECEC 20%);
}

.air-f-img {
    opacity: 1;
    padding: 20px;
    border: solid 1px #e6e6e6;
    border-radius: 30px
}

.sea-f-img {
    background: transparent url('../img/sea-freight.jpg') 0% 0% no-repeat padding-box;
    background-position: center;
    background-size: cover;
    opacity: 1;
    width: 150px;
}

.rt-white {
    background-color: #fff;
    font-size: 48px;
    font-weight: bold;
    padding: 20px;
    border-radius: 50px;
    width: 200px;
    position: absolute
}

.rt-black {
    background-color: #000;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding: 18px;
    border-radius: 50px;
    padding-left: 230px;
    margin-left: 1px;
    margin-top: 1px;
}

.rt-item {
    margin-bottom: 50px;
}

.nav-link {
    border: none;
    background: none;
}

/* Responsiveness */
@media (min-width: 1900px) {
    .container {
        max-width: 1440px;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 3rem;
    }

    .el-fr {
        width: 220px; /* Need to specify a width (can be any unit). overflow: hidden does nothing unless the width of .title is less than the width of the containing content /*/
        overflow: hidden; /* to hide anything that doesn't fit in the containing element. */
        white-space: nowrap; /* to make sure the line doesn't break when it is longer than the containing div. */
        text-overflow: ellipsis; /* to do what you want. */
        direction: rtl;
        text-align: left;
        max-width: 220px;
    }

    .el-ba {
        width: 220px; /* Need to specify a width (can be any unit). overflow: hidden does nothing unless the width of .title is less than the width of the containing content /*/
        overflow: hidden; /* to hide anything that doesn't fit in the containing element. */
        white-space: nowrap; /* to make sure the line doesn't break when it is longer than the containing div. */
        text-overflow: ellipsis; /* to do what you want. */
        max-width: 220px;
    }
}


@media (max-width: 1900px) {
    .el-fr {
        width: 220px; /* Need to specify a width (can be any unit). overflow: hidden does nothing unless the width of .title is less than the width of the containing content /*/
        overflow: hidden; /* to hide anything that doesn't fit in the containing element. */
        white-space: nowrap; /* to make sure the line doesn't break when it is longer than the containing div. */
        text-overflow: ellipsis; /* to do what you want. */
        direction: rtl;
        text-align: left;
        max-width: 220px;
    }

    .el-ba {
        width: 220px; /* Need to specify a width (can be any unit). overflow: hidden does nothing unless the width of .title is less than the width of the containing content /*/
        overflow: hidden; /* to hide anything that doesn't fit in the containing element. */
        white-space: nowrap; /* to make sure the line doesn't break when it is longer than the containing div. */
        text-overflow: ellipsis; /* to do what you want. */
        max-width: 220px;
    }

    .rt-white {
        background-color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
        border-radius: 24px;
        width: 120px;
        position: absolute
    }

    .rt-black {
        background-color: #000;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 9px;
        margin-top: 1px;
        margin-left: 1px;
        margin-right: 30px;
        border-radius: 24px;
        padding-right: 30px;
        text-align: right;
    }

    .rt-item {
        margin-bottom: 30px;
    }

    .m-header {
        font-size: 1.25rem;
        font-weight: bold;
    }
}

@media(max-width:1200px) {
    .el-fr {
        width: 100px; /* Need to specify a width (can be any unit). overflow: hidden does nothing unless the width of .title is less than the width of the containing content /*/
        overflow: hidden; /* to hide anything that doesn't fit in the containing element. */
        white-space: nowrap; /* to make sure the line doesn't break when it is longer than the containing div. */
        text-overflow: ellipsis; /* to do what you want. */
        direction: rtl;
        max-width: 180px;
    }

    .el-ba {
        width: 100px; /* Need to specify a width (can be any unit). overflow: hidden does nothing unless the width of .title is less than the width of the containing content /*/
        overflow: hidden; /* to hide anything that doesn't fit in the containing element. */
        white-space: nowrap; /* to make sure the line doesn't break when it is longer than the containing div. */
        text-overflow: ellipsis; /* to do what you want. */
        max-width: 180px;
    }
}

@media(max-width: 770px) {
    body {
        font-size: 16px;
        line-height: 1.6em !important;
    }

    .title {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.3em;
    }

    .heading {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.3em;
        font-weight: bold;
    }


    .m-header {
        font-size: 16px;
        font-weight: bold;
    }

    .m-d-desc {
        font-size: 14px;
    }

    .m-top {
        margin-top: 100px;
    }

    .dash-card {
        padding: 28px 25px !important;
    }

    .dash-card-desc {
        font-size: 16px;
    }

    .el-fr {
        width: 200px; /* Need to specify a width (can be any unit). overflow: hidden does nothing unless the width of .title is less than the width of the containing content /*/
        max-width: 200px;
    }

    .el-ba {
        width: 200px; /* Need to specify a width (can be any unit). overflow: hidden does nothing unless the width of .title is less than the width of the containing content /*/
        max-width: 200px;
    }

    .wrapper {
        padding: 30px;
    }

    .section {
        padding: 0 30px;
    }

    .btn {
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 50px !important;
        font-size: 1.1em;
    }

    /*Mobile Navigation*/
    button: focus {
        outline: none;
    }

    .navbar-light .navbar-toggler {
        color: #000 !important;
        border-color: transparent !important;
    }

    .navbar-light {
        background-color: transparent !important;
    }

        .navbar-light.border-bottom {
            border: none !important;
        }

    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 85%;
        height: 100%;
        overflow-y: scroll;
    }

        .navbar-collapse.collapsing {
            left: -75%;
            transition: height 0s ease;
        }

        .navbar-collapse.show {
            left: 0;
            transition: left 300ms ease-in-out;
        }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    .rt-white {
        background-color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
        border-radius: 24px;
        width: 100px;
        position: absolute
    }

    .rt-black {
        background-color: #000;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 9px;
        margin-top: 1px;
        margin-left: 1px;
        margin-right: 30px;
        border-radius: 24px;
        padding-right: 30px;
        text-align: right;
    }

    .rt-item {
        margin-bottom: 30px;
    }
}


#loading-overlay {
    background: rgba(255, 255, 255,.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
}

#loading-overlay img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.service-b {
    background: transparent url('../img/services_banner.jpg') 0% 0% no-repeat padding-box;
    background-position: center center;
    opacity: 1;
    height: 60vh;
}

.service-w {
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
}

#service-1-1 {
    background-image: url('../img/service_one.jpg');
    background-size: cover;
    height:600px;
}

#service-1-2 {
    background-image: url('../img/service_one.jpg');
    background-size: cover;
    height: 600px;
}

.service-1-desc {
    height: 600px;
    padding-left:50px;
}

/* Select2 overrides
-------------------------------------------------- */

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.form-group .select2-container .select2-selection--single {
    height: 38px;
}