﻿/* Estilos CSS generales para todas las páginas de MESI */
/* MESI es una marca de Jeduca. Copyright © 2017 Jeduca S.A.S. Reservados todos los derechos.*/
.trunc {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.holiday {
    background: lightgray;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 20px !important;
}

.row-clickeable tbody {
    cursor: pointer;
    cursor: hand;
}

.MultiFile-label {
    display: inline-block;
}

.MultiFile-title .info-box {
    width: 280px;
}

#btnCerrarSesion {
    display: none;
}

.error_validate label {
    color: red !important;
}

.bg-info {
    background-color: #d9edf7 !important;
    color: black !important;
}

.products-list .product-info {
    margin-left: 5px;
}

#divLoading {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    z-index: 30001;
    opacity: 0.8;
}

    #divLoading span {
        position: absolute;
        color: White;
        top: 45%;
        left: 47%;
    }
    img{
        width:70%;
    }
.fa, .far {
    font-weight: 900;
    font-size: 15px;
}

.rating-symbol-background.far.fa-star {
    color: grey;
}