/* Your Custom CSS Goes here */
/*@media screen and (orientation: portrait) {
    html#movil {*/
        /* Rotate the content container */
        /*transform: rotate(-90deg);
        transform-origin: left top;*/
        /* Set content width to viewport height */
        /*width: 100vh;*/
        /* Set content height to viewport width */
        /*height: 100vw;*/
        /*overflow-x: auto;*/
        /*position: absolute;
        top: 100%;
        left: 0;
    }
}*/
/*
@media screen and (orientation: portrait) {
    html#movil {
        transform: rotate(90deg);
        transform-origin: right top;
        width: 100vh;
        height: 100vw;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        right: 0;
    }
}*/

/*@media screen and (orientation: portrait) {
    html#movil {*/
        /* Rotate the content container */
        /*transform: rotate(-90deg);
        transform-origin: left top;*/
        /* Set content width to viewport height */
        /*width: 100vh;*/
        /* Set content height to viewport width */
        /*height: 100vw;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}*/

@media (max-width: 1198px) {
    .hidden-on-desktop {
        display: block !important;
    }
}

@media (min-width: 1199px) {
    .hidden-on-desktop {
        display: none !important;
    }
}

.icon-button {
    position: absolute;
    top: 15px; 
    right: 10px;
    font-size: 24px !important;
    width: 50px !important;
    height: 50px !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
}

#selectedFileName {
    margin-left: 25px !important;
    padding: 6px !important;
    color: #333;
    background-color:#e3e6eb;
    border-color: #e3e6eb;
    font-weight: bold;
    border-radius: 5px;
}

.form-controlPropio, #selectedFileName {
    position: relative;
    flex: 1 !important;
    width: 1%;
    min-width: 0;
}

.material-icons.md-18{
    font-size:18px;
}

table a {
    text-decoration: none;
}

.cargando-busqueda {
    display:none;
    background-color: rgba(85,107,139,0.4);
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

    .cargando-busqueda .cargando {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.idioma {
    text-align:right;
}

    .idioma a {
        text-decoration:none;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #E3E6EA !important;
}

.flatpickr-input[readonly] {
    background-color: white !important;
}

.canvas-wrapper {
    margin: 0 auto;
}

    .canvas-wrapper .vb-canvas {
        width: 100%;
        height: 100%;
    }

.mailbox-open-content-email-attachments {
    padding: 0;
    border-top: none;
}

.progress-bar {
    background-color: #F0CE18;
}

.fixed {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    padding: 20px;
    width: 100%;
    left: 0;
}

.entrega.container{
    margin-bottom:60px;
}

.devolucion.container {
    margin-bottom: 60px;
}

@media (max-width: 978px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}