@font-face {
  font-family: Fira Sans OT;
  src: url(../webfonts/FiraSans-Book.otf);
}

@font-face {
    font-family: Gill Sans MT Light Italic;
    src: url(../webfonts/Gill_Sans_MT_Light_Italic.woff);
}

body{
    background-color:whitesmoke;
    height:100%;
}

html {
    scroll-behavior: smooth;
}

main{
    min-height:calc(100vh - 249px);
}

.validation-summary-errors ul{
    margin:0px;
}

.validation-summary-valid ul {
    margin: 0px;
}

.chip-alert {
    height: auto;
    line-height: 20px;
    padding: 5px 10px;
}

.page-title {
    position: relative;
    bottom: 260px;
    height: 210px;
    display: inline-flex;
    align-items: center;
    max-width:680px;
}

.letter-list {
    counter-reset: list;
    margin: 0;
}

    .letter-list > li {
        list-style: none;
        position: relative;
    }

        .letter-list > li:before {
            counter-increment: list;
            content: counter(list, lower-alpha) ") ";
            position: absolute;
            left: -1.4em;
        }

.justify-text {
    text-align: justify;
}

/* Margin */

.m-auto {
    margin: auto;
}

.m-0 {
    margin: 0px !important;
}

.m-1 {
    margin: 10px !important;
}

.m-2 {
    margin: 20px !important;
}

.m-3 {
    margin: 30px !important;
}

.mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mx-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mx-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mx-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}


.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.my-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.my-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.my-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.my-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.mr-3 {
    margin-right: 30px !important;
}

.mr-auto {
    margin-right: auto;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-1 {
    margin-left: 10px !important;
}

.ml-2 {
    margin-left: 20px !important;
}

.ml-3 {
    margin-left: 30px !important;
}

.ml-auto{
    margin-left:auto;
}

/* Padding */

.p-0 {
    padding: 0px !important;
}

.p-1 {
    padding: 10px !important;
}

.p-2 {
    padding: 20px !important;
}

.p-3 {
    padding: 30px !important;
}

.p-4 {
    padding: 40px !important;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.px-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.px-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}


.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.py-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: 10px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pt-3 {
    padding-top: 30px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.pb-3 {
    padding-bottom: 30px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-1 {
    padding-right: 10px !important;
}

.pr-2 {
    padding-right: 20px !important;
}

.pr-3 {
    padding-right: 30px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-1 {
    padding-left: 10px !important;
}

.pl-2 {
    padding-left: 20px !important;
}

.pl-3 {
    padding-left: 30px !important;
}

/* Font size */
.fs-0-8 {
    font-size: 0.8rem !important;
}

.fs-1 {
    font-size: 1rem !important;
}

.fs-1-2 {
    font-size: 1.2rem !important;
}

.fs-1-5 {
    font-size: 1.5rem !important;
}

.fs-2 {
    font-size: 2rem !important;
}

/* Position */

.l0 {
    left: 0px
}


/* Witdh*/

.w-100{
    width:100%;
}

.w-200 {
    width: 200px;
}

.w-300 {
    width: 300px;
}

.w-400 {
    width: 400px;
}

.w-500 {
    width: 500px;
}

.h-100{
    height:100%;
}

.float-right{
    float:right !important;
}

small.error{
    color:red;
}


.d-flex {
    display: flex;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.d-flex-space-between {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align:center;
}

.d-box {
    display: -webkit-inline-box;
    display: -webkit-box;
}

.booking-opt {
    position: absolute;
    right: 20px;
    z-index: 9
}


/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


    /* ADMIN */

    #fondo_login{
        background-image: url('img/fondo_login.jpg');
        background-position:center;
        background-repeat:no-repeat;
        object-fit:cover;
        max-width:100%;
        max-height:100%;
    }



/* BORDER RADIUS */

.br-top{
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}

.br-bottom {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.br-left {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.br-right {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.br-all{
    border-radius:3px;
}


input[type=email] {
    text-transform: lowercase !important;
}

    /* INICIO */

.tap-target-wrapper.open {
    left: calc(50vw - 400px) !important;
    top: calc(100vh - 350px) !important;
    position: fixed !important;
}

.leaflet-bottom.leaflet-right{
    z-index:666;
}

#cookies-adv-content {
    height: 400px !important;
    top: -50px !important;
    text-align: center !important;
    padding: 120px !important;
    vertical-align: bottom !important;
}

.tap-target-wave {
    top: 230px !important;
}

#modalRejectedDoc{
    width:300px !important;
}


#btnCookies {
    top: unset;
    bottom: 7px;
    margin-left: 2px;
}

.brand-logo {
    outline: none;
}

.blue-filter{
	background-color:#22394b;
	opacity: 0.35
}

.fondo-azul{
	background-color:#22394b;
	color:white;
}


.blue-text{
    color:lightblue !important;
}

.ocre-text {
    color: #ffb74d !important;
}


.fondo-rojo{
	background-color:#e20b18;
	color:white;
}

.fondo-rojo:hover{
	background-color:#e73b46;
}

.text-azul{
	color:#22394b;
}

.text-rojo{
	color:#e20b18;
}

footer {
    flex-shrink: 0;
}

.footer-p{
	font-size: 0.8rem;
	margin:0px;
	display: block;
}

a.footer-p:hover{
	color:gray;
}

.border-top-right {
    border-top:solid 1px #ccc;
    border-right:solid 1px #ccc;
}

.border-top {
    border-top: solid 1px #ccc;
}

.border-right {
    border-right: solid 1px #ccc;
}

.border-bottom {
    border-bottom: solid 1px #eee;
}

.border-none {
    border: none !important;
}

.border-gainsboro{
    border:solid 1px gainsboro;
    box-shadow:none;
}

.btn.border-gainsboro {
    line-height: 28px;
}

.booking-header {
    padding: 15px 20px;
    border-bottom:solid 1px #eee;
}

.bg-transparent {
    background-color: transparent !important;
}

.bl-textarea {
    border: none;
    resize: none;
    font-family: Courier New, Courier, monospace;
    height: 100px;
}
    .bl-textarea:hover {
        outline:none;
    }

.bl-input {
    border: none !important;
    font-family: Courier New, Courier, monospace;
    height: 30px !important;
}

    .bl-input:hover {
        outline: none;
    }

.bl-field{
    height:auto;
    width:400px;
    padding-top:7px !important;
}

#cant_notif, #cant_notifs_mobile {
    display: none;
    position: relative;
    top: -5px;
}

#cant_notifs_mobile {
    display:none;
    height: 20px;
    width: 20px;
    margin: 0px;
    padding: 6px;
    position: fixed;
    right: 20px;
    top: 35px;
    z-index: 9999;
    border-radius: 10px;
    line-height: 7px;
}

#ddNotifications{
    display:none;
    position: fixed;
    width:350px;
    top:55px;
    right:0px;
    z-index:888;
    max-height:500px;
    overflow-y:auto;
}

#spinner {
    position: fixed;
    top:0px;
    left: 0px;
    width: 100vw;
    z-index: 99999;
    background: rgba(255,255,255,0.65);
    display: none;
}

    #spinner .preloader-wrapper.big.active {
        position: fixed;
        top: calc(50vh - 30px);
    }

.w-50-px {
    width: 50px !important;
}

#form-registro .dropdown-content.select-dropdown {
    max-height: 250px;
}

.domestic{
    display:none;
}

.collection .collection-item.avatar{
    min-height:unset;
}


#menu-parallax {
    position: absolute;
    color: white;
    font-weight: bold;
    height: 100px;
    z-index: 10;
    margin-top: 25px;
    font-size: 1.2rem;
}

#menu-parallax i{
	font-size:1.5rem;
}

.blue-filter.options{
	position:absolute;
	height:100px;
	width:100vw
}

p.subtitulo {
    margin: 30px 0px 0px 0px;
}

.text-fira{
	font-family: Fira Sans OT;
}

.text-gill {
    font-family: Gill Sans MT Light Italic;
}

#modalCotizar{
    max-width: 600px;
    z-index: 99;
}

#modalIngresar {
    max-width: 350px;
    z-index: 99;
}

#modalRegistro {
    max-width: 600px;
    z-index: 99;
}

#form-cotizar {
    font-family:'Fira Sans OT';
    height:auto;
    position:relative;
}

    #form-cotizar input {
        font-size: 1.2rem;
    }

    #modalNewPassword {
        max-width: 350px;
    }


.section-title{
	font-family: Fira Sans OT;
	font-weight: bold;
    margin:15px
}

.servicio {
    margin: 20px;
    width: 25%;
    display: inline-table;
}

.parallax-text {
    position: absolute;
    background-color: #22394b87;
    color: #f1f1f1;
    padding: 30px 10%;
    z-index: 50;
    font-size: 1.4rem;
    margin: auto;
    width: 100%;
    bottom: 0px;
}

#parallax_m_v .parallax-text {
    height: 100%;
}

.file-field.input-field{
    display:flex;
}

/*#form-cotizar ul.dropdown-content, ul.autocomplete-content.dropdown-content {
    max-height: 200px;
}

#form-registro ul.dropdown-content, ul.autocomplete-content.dropdown-content {
    max-height: 250px;
}*/
.row:focus {
    outline: none
}


.icono-barco {
    background-color: #c4d5e8;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    padding: 9px;
    font-size: 1.45rem;
}

.icon-pass {
    position: absolute;
    right: 20px;
    top: 20px;
    color: gray;
    cursor: pointer;
    z-index:999;
}


i.ruta-principal, i.ruta-origen, i.ruta-destino {
    position: absolute;
    left: 55px;
    color: #22394b;
}

i.ruta-principal {
    top: 68px;
}

i.ruta-origen {
    top: 132px;
}

i.ruta-destino {
    top: 170px;
}

.ruta-titulo {
    border-bottom: solid 1px darkseagreen;
    padding-bottom: 10px;
}

.text-puerto {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#btnChat{
    position:fixed;
    z-index: 999;
    bottom:30px;
    right:30px

}



[type="radio"]:not(:checked) + span, [type="radio"]:checked + span, [type="checkbox"] + span:not(.lever) {
    color: black
}

.gradient-aliceblue-225 {
    background-image: linear-gradient(-225deg, white, aliceblue);
}

.gradient-aliceblue-180 {
    background-image: linear-gradient(-180deg,  white, aliceblue);
}

.gradient-whitesmoke-180 {
    background-image: linear-gradient(-180deg, white, #eee);
}

a.activator {
    color:white !important;
}

.card-action{
    padding:10px 20px !important;
}

.icon-max-80 {
    max-width: 80px;
    max-height: 50px;
    margin-top:20px
}


.tabs {
    height: 65px;
}

.tab {
    height: 100%;
}

.tabs .tab a {
    color: #22394b;
    font-size: 1.2rem;
    padding-top: 8px;
    height: 65px;
    border-right: solid 1px #eee
}
    /*Black color to the text*/

    .tabs .tab a.active:hover {
        background-color: #d0e4f5;
        color: #22394b;
    }
    /*Text color on hover*/

    .tabs .tab a.active {
        background-color: #fff;
        color: #22394b;
        font-weight: bold;
    }
/*Background and text color when a tab is active*/

.tabs .indicator {
    background-color: #22394b;
    height:5px
}

.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    color: #87a3b9;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: #d0e4f5;
}

.progress {
    background-color: lightblue;
    height: 8px;
    border-radius: 8px;
}

.determinate {
    background-color: #26a69a !important;
}

.siguiente {
    height: 35px;
    position: absolute;
    top: 16px;
    width: 35px;
    background: #35517d;
    right: -16px;
    z-index: 999;
    color: white;
    border-radius: 35px;
    font-size: 1.5rem;
    padding:8px;
}


.titulo-quote {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px
}

.btnTipoCarga .active {
    border: solid 2px cornflowerblue;
    border-radius: 5px;
}

.card .card-content p{
    margin-bottom:10px
}

.subtitulo-cot {
    background-color: whitesmoke;
    height: 35px;
    padding: 7px 15px;
    margin:0px;
}

.inner-shadow {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.shadow-none{
    box-shadow:none;
}

#btnQuotePrev {
    display: none;
    position: absolute;
}

#btnQuoteNext {
    position: absolute;
}


    #panelCotizacion input, #panelCotizacion label, #panelCotizacion span {
        color: #fff;
    }

#panelCotizacion .container{
    width:80%;
}

#panelParallax {
    top: 50vh;
    z-index: 999;
    background-color: #93b7be;
    border-radius: 5px;
    width: 50vw;
    height: 200px;
    margin: auto;
    margin-top: -100px;
}

.quote-tab-dark {
    background-color: #22394b;
    color: white;
    margin-bottom: 0px;
}

.quote-tab-light {
    background-color: transparent;
    color: #333;
    margin-bottom: 0px;
    padding:0px !important;
}

.quote-tab-dark label.subtitulo {
    color: white !important;
    font-size: 1rem;
}

.quote-tab-light label.subtitulo {
    color: #777 !important;
    font-size: 1rem;
}

.simple-card {
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 1rem;
}

.fixed-action-btn {
    height:50px;
}

#panelCotizacion .collection-item.contenedor {
    width: 150px;
    height: 120px;
    text-align: center;
    margin: auto;
    font-size: 0.8rem;
    color: #22394b;
    padding: 5px;
    justify-content: center;
}

.ui-border-element {
    margin: auto;
    font-family: system-ui;
}

#panelCotizacion .collection-item.contenedor img {
    max-height: 60px;
    max-width: 120px;
    object-fit: contain;
    object-position: center;
    margin-top: 10px;
    display: block;
    margin: auto;
}

.mercancia .collection-item.contenedor {
    width: 135px;
    height: 100px;
    text-align: center;
    margin: auto;
    font-size: 0.8rem;
    color: #22394b;
    padding: 5px;
}

.mercancia .collection-item.contenedor img {
    object-fit: contain;
    object-position: center;
    margin-top: 10px;
    display: block;
}

.quote-tab-dark .collection-item.contenedor.active {
    background-color: #324E63;
    color: #22394b;
    border-bottom: solid 3px crimson;
    border-radius: 3px;
    font-weight: 500;
}

.quote-tab-light .collection-item.contenedor.active {
    background-color: #eee;
    color: #000;
    border-bottom: solid 3px crimson;
    border-radius: 3px;
    font-weight: 500;
}

.contenedor.s20ft {
    width: 160px;
}

.contenedor.s40ft {
    width: 170px;
}

.contenedor.s40hc {
    width: 180px;
}

    .contenedor.s20ft img, .contenedor.s40ft img, .contenedor.s40hc img {
        max-height: 100%;
        max-width: 100%;
    }

    .contenedor.s40hc img {
        margin-top: -2px;
    }

#paquetes-cotizacion .contenedor, #incoterms .contenedor {
    border: dotted 2px lightblue;
    font-size: 1rem;
    border-radius: 3px;
    font-family: 'Fira Sans';
    padding: 10px;
}

    #paquetes-cotizacion .contenedor span, #incoterms .contenedor span {
        display: inline-grid;
        font-size: 1.1rem;
        margin: auto;
        height: 100px;
    }

        #paquetes-cotizacion .contenedor span i {
            font-size: 2rem;
        }

.input-square {
    height: 35px !important;
    width: 55px !important;
    font-size: 1.1rem !important;
    border-bottom: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: solid 1px #ccc !important;
    padding:5px !important;
    text-align:center !important;
    margin-top:15px !important;
    margin-left:20px !important;
}

    .input-square.valid {
        border: solid 1px limegreen !important;
    }

    .input-square.invalid {
        border: solid 1px crimson !important;
    }

.cont-cant {
    max-height: 50px;
    max-width: 110px;
    position: relative;
    top: 18px;
}

.d-grid{
    display:grid;
}

.slider, .slides {
    height: 50vh !important;
}

.slider .indicators {
    z-index: 9;
    bottom: 35px !important;
}

.text-shadow {
    text-shadow: 2px 2px 3px #333;
}

.section-blue {
    background-color: #22394b;
    position:relative;
    min-height:500px;
}

.fondo {
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat;
    opacity: 0.3;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

    .fondo.paquetes {
        background-image: url(../Content/img/puerto_aereo.jpg);
    }

    .fondo.contacto {
        background-image: url(../Content/img/send_mail.jpg);
    }

    .fondo.cotizacion {
        background-image: url(../Content/img/background-beautiful-blue-1435752.jpg);
    }


.fondo-azul-transparente {
    background-color: #22394b;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    z-index:-1;
}

.paquete {
    border: solid 2px white;
    border-radius: 3px;
    color: white;
    max-width: 500px;
    background-color: rgba(34, 57, 75, 0.7);
    padding: 15px;
    opacity: 1;
}

    .paquete .collection-item, .paquete .collection {
        border: none;
        background-color: transparent;
    }

    .paquete .collection .collection-item {
        padding: 10px 0px;
        font-size: 1.2rem;
    }

    .paquete .card-title {
        font-size: 1.6rem;
    }

.dropdown-trigger {
    position:relative;
}

#btnUsuario i {
    position: relative;
    left: -5px;
}

.pos-abs-r {
    position: absolute;
    right: 0;
}

#navbar-menu .dropdown-content {
    background-color: black;
    width: unset !important;
    height: auto !important;
}

    #navbar-menu .dropdown-content li > a, #navbar-menu .dropdown-content li > span {
        color: white
    }

    #navbar-menu .dropdown-content li:hover, #navbar-menu .dropdown-content li.active {
        background-color: #22394b;
    }

#panelCotizacion .dropdown-content {
    background-color: #274256 !important;
}

    #panelCotizacion .dropdown-content li {
        color: white !important;
    }

        #panelCotizacion .dropdown-content li.active, #panelCotizacion .dropdown-content li:hover {
            background-color: #324E63 !important;
        }

#panelCotizacion .highlight {
    color: lightblue;
}

.full-img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.h-50{
    height:50vh;
}

.d-inline-flex {
    display: inline-flex;
}

.position-relative{
    position:relative;
}

.position-absolute {
    position: absolute;
}

.forwardBorderTrain:before {
    border-top: 2px solid #43add6;
    transition-timing-function: linear;
}

.forwardBorderTrain:after {
    border-bottom: 2px solid #43add6;
    transition-timing-function: ease-in;
}

.forwardBorderTrain .ui-border-element:before {
    border-left: 2px solid #43add6;
    transition-timing-function: ease-out;
}

.forwardBorderTrain .ui-border-element:after {
    border-right: 2px solid #43add6;
    transition-timing-function: ease-in-out;
}


.ruta-label {
    position: relative;
    left: -3px;
    text-align: left;
}

#resumen-cotizacion ul{
    border:none;
    box-shadow:none;
}

#resumen-cotizacion .collapsible-header {
    padding: 10px;
    border: none;
    color: white;
    background-color: #22394b;
}

#resumen-cotizacion .collapsible-body {
    padding: 10px;
    border: none;
    overflow-y:auto;
    max-height:350px;
}

#resumen-cotizacion .collection .collection-item {
    padding: 2px;
    color: white;
    background-color: #22394b;
    border:none;
}

.mercancia .collection-item.contenedor {
    max-width: 135px;
    align-items: center;
}

.linea-ruta {
    display: grid;
    position: relative;
    left: 22px;
    margin: 0px;
    top: -12px;
}

.card-action.details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: aliceblue !important;
}



.btn-flat.btn-small.waves-effect.waves-light:hover {
    background-color: white !important;
    color: #e20b18;
}

.align-center {
    text-align: center !important;
    align-items: center !important;
    justify-content:center !important;
    display: flex !important;
}

#tracking-list tr td:last-child{
    width: 35px;
}
  

/*      BACKOFFICE      */

#bo-content {
    max-height: 100%;
    overflow-y: scroll;
    width: 100%;
}

#menu-dashboard{
    height:100%;
}

#menu-dashboard, #menu-dashboard .collection-item, #menu-dashboard > div {
    background-color: #263238;
    color: white;
    border: none;
}

    #menu-dashboard .collection-item:hover {
        background-color: #37474f;
    }

    #menu-dashboard .collection-item.active {
        background-color: #455a64;
    }

.cant-cont{
    align-items:center;
    display:inline-flex;
    margin-left:auto;
    text-align:center;
    width:100%;
}

.img-cont-cant{
    max-height:60px;
    max-width:160px;
    width:100%;
    height:100%;
}

.helper-text{
    text-align:left !important;
    font-size:0.8rem;
}

.validation-text {
    text-align: left !important;
}

.toast{
    max-width:350px !important;
}

.item-part.active {
    background-color: #22394b !important;
    color: white !important;
    border-left: solid 10px #e20b18;
}

#mSelShipper, #mSelConsignee, #mSelParty{
    max-width:450px;
}

input:disabled{
    background-color:#eee !important;
}

a.disabled {
    pointer-events: none;
    color:gray
}

.chat-msg-right{
   max-width:350px;
   margin-left:auto;
}
    .chat-msg-right .card-content {
        color: white;
    }

.chat-msg-left {
    max-width: 350px;
}



.btn-flat.waves-effect.waves-light.secondary-content {
    height: unset;
    line-height: unset
}

#mensajes {
    overflow-y: auto;
}

#modalChat {
    overflow-x: hidden;
}

    #modalChat #btnSend {
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Safari 3-8 */
        transform: rotate(45deg);
    }

        #modalChat #btnSend i {
            font-size: 1.3rem !important;
        }

            #modalChat #btnSend i::before {
                margin-right: 3px;
            }

#form-chat {
    width: 100%;
    position: relative;
    margin:0px;
}

.modal-content{
    height:100%;
}

.btn-msg {
    position: relative;
    bottom: 5px;
    left: 5px;
}

#mensajes .offset-s2.offset-m4 .collection-item.blue-grey.darken-2.br-all.m-0, #mensajes .offset-s2.offset-m4 li.collection-item.avatar.bg-transparent {
    float: right;
}

#mensajes .collection-item {
    max-width: 350px;
    width:auto;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

#mensajes .col.s10.m8.msg-left {
    width: auto;
}

.inverted.collection, .inverted.collection .collection-header, .inverted.collection .collection-item {
    color: #22394b;
    text-align: left;
    margin:0px;
}

.material-tooltip.light{
    background-color:white;
    border:solid 1px #ccc;
    box-shadow: 0px 0px 10px 2px darkgrey;
    padding:0px;
}

#form-chat .right-align{
    margin-left: auto;
    display: flex;
    align-items:center;
}

#bankref_progress{
    display:none;
}

#modalGenerateRef {
    max-width: 450px !important
}

span.red.circular {
    border-radius: 30px;
    width: 10px !important;
    padding: 0px;
    font-size: 0.7rem;
    height: 10px;
    color:red;
}

#sel_bl {
    width: 135px !important;
    height: 105px !important;
}

#sel_bl li a{
    margin: 0px !important;
    color:darkslategrey;
}

.uppercase {
    text-transform: uppercase;
}

.p-05{
    padding:0.3rem 0.5rem !important;
}





/***************************************************************/
@media (max-width: 575.98px) {
    #parallax_m_v {
        height: 570px;
    }

    .parallax-text.center-align.aos-init.aos-animate {
        top: 0px;
    }

    .mt-sm-2 {
        margin-top: 2rem;
    }

    #btnQuoteNext {
        right: -15px;
        top: 45%;
    }

    #btnQuotePrev {
        left: -15px;
        top: 45%;
    }

    #modalChat {
        width: 95%;
        height: 100%;
        min-height: calc(100vh - 50px);
        top: 10px !important;
    }

    #form-chat {
        top: 25px;
    }

    #modalChat #msg {
        width: 70%;
    }

    #mensajes {
        height: calc(100vh - 230px);
        /* max-height: calc(100vh - 225px);*/
    }

    #mensajeChat{
        width:75%;
    }

    .d-md-flex, .d-lg-flex {
        display:block;
    }

    .d-flex-space-between {
        display: '';
    }

    #normal-notifications {
        display: none;
    }

    #mobile-notifications{
        display: block;
    }

    .file-field.input-field {
        flex-direction:column;
    }

    .booking-opt{
        top:62px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #parallax_m_v {
        height: 500px;
    }

    .parallax-text.center-align.aos-init.aos-animate {
        top: 0px;
    }

    .mt-sm-2 {
        margin-top: 2rem;
    }

    #btnQuoteNext {
        right: -15px;
        top: 45%;
    }

    #btnQuotePrev {
        left: -15px;
        top: 45%;
    }

    .d-md-flex.d-sm-grid {
        display: grid;
        margin-left: 20px;
        margin-top: 20px;
    }

    .mr-md-1 {
        margin-right: 0px;
    }

    .hide-sm {
        display: none;
    }

    #modalChat {
        width: 95%;
        height: 100%;
        min-height: calc(100vh - 50px);
        top: 10px !important;
    }

    #form-chat {
        top: 25px;
    }

    #modalChat #msg {
        width: 70%;
    }

    #mensajes {
        height: calc(100vh - 230px);
        /*max-height: calc(100vh - 225px);*/
    }

    #mensajeChat {
        width: 85%;
    }

    .d-md-flex, .d-lg-flex {
        display: inherit;
    }

    .d-flex-space-between {
        display: '';
    }

    #normal-notifications {
        display: none;
    }

    #mobile-notifications {
        display: block;
    }

    .file-field.input-field {
        flex-direction: row;
    }

    .booking-opt {
        top: 62px;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    #parallax_m_v {
        height: 480px;
    }

    .parallax-text.center-align.aos-init.aos-animate {
        top: 0px;
    }

    .mt-sm-2 {
        margin-top: 2rem;
    }

    #btnQuoteNext {
        right: -15px;
        top: 33%;
    }

    #btnQuotePrev {
        left: -15px;
        top: 33%;
    }

    .d-md-flex.d-sm-grid {
        display: flex
    }

    .mr-md-1 {
        margin-right: 0px;
    }

    .hide-sm {
        display: inline;
    }


    #form-chat {
        top: 0px;
    }

    #modalChat #msg {
        width: 90%;
    }

    #mensajes {
        height: calc(100vh - 340px);
        /*max-height: 350px;*/
    }

    #mensajeChat {
        width: 85%;
    }

    .d-md-flex, .d-lg-flex {
        display: flex;
    }

    .d-flex-space-between {
        display: flex;
    }

    #normal-notifications {
        display: none;
    }

    #mobile-notifications {
        display: block;
    }

    .file-field.input-field {
        flex-direction: row;
    }

    .booking-opt {
        top: 62px;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #parallax_m_v {
        height: 480px;
    }


    #form-cotizar .autocomplete-content.dropdown-content {
        top: -100px !important;
    }

    .mt-sm-2 {
        margin-top: -15px;
    }

    #btnQuoteNext {
        right: -45px;
        top: 35%;
    }

    #btnQuotePrev {
        left: -45px;
        top: 35%;
    }

    .d-md-flex.d-sm-grid {
        display: flex
    }

    .mr-md-1 {
        margin-right: 10px;
    }

    .hide-sm {
        display: inline;
    }

    #form-chat {
        top: 0px;
    }

    #modalChat #msg {
        width: 87%;
    }

    #mensajes {
        height: calc(100vh - 340px);
        /*max-height: 350px;*/
    }

    #mensajeChat {
        width: 85%;
    }

    .d-md-flex, .d-lg-flex {
        display: flex;
    }

    .d-flex-space-between {
        display: flex;
    }

    #normal-notifications {
        display: inline;
    }

    #mobile-notifications {
        display: none;
    }

    .file-field.input-field {
        flex-direction: row;
    }

    .booking-opt {
        top: 0px;
    }
}

@media (min-width: 1200px) {
    #parallax_m_v {
        height: 480px;
    }

    .mt-sm-2 {
        margin-top: -15px;
    }

    #btnQuoteNext {
        right: -45px;
        top: 30%;
    }

    #btnQuotePrev {
        left: -45px;
        top: 30%;
    }

    .d-md-flex.d-sm-grid{
        display:flex
    }

    .mr-md-1{
        margin-right:10px;
    }

    .hide-sm {
        display: inline;
    }

    #form-chat {
        top: 0px;
    }

    #modalChat #msg {
        width: 87%;
    }

    #mensajes {
        height: calc(100vh - 340px);
        /*max-height: 350px;*/
    }

    #mensajeChat {
        width: 85%;
    }

    .d-md-flex, .d-lg-flex {
        display: flex;
    }

    .d-flex-space-between{
        display:flex;
    }

    #normal-notifications {
        display: inline;
    }

    #mobile-notifications {
        display: none;
    }

    .file-field.input-field {
        flex-direction: row;
    }

    .booking-opt {
        top: 0px;
    }
}

.t-sea-i {
    max-height: 100px !important;
}

.t-ground-i {
    max-height: 100px !important;
}

.t-other-i {
    max-height: 100px !important;
}

.bg-danger {
    padding: 2px 16px;
   /* background-color: #5cb85c;*/
    color: white;
    background-color: #dc3545 !important;
}

.black-text {
    /*background-color: #5cb85c;*/
}