﻿body {
    padding-bottom: 15px;
    max-width: 100%;
    background-color: transparent !important;
    padding-bottom: 40px;
}

.hover-cursor {
    cursor: pointer;
}

.bg-Azul-T05 {
    background-color: rgba(29, 178, 245, 0.05) !important;
}

.text-VerdeMercadata {
    color: #4fb26e !important;
}

.text-MoradoMercadata {
    color: #442664 !important;
}

.bg-VerdeMercadata {
    background-color: #4fb26e !important;
}

.bg-VerdeMercadata-T20 {
    background-color: rgba(79, 178, 110, 0.2) !important;
}

.bg-VerdeMercadata-T50 {
    background-color: rgba(79, 178, 110, 0.5) !important;
}

.bg-VerdeMercadata-T80 {
    background-color: rgba(79, 178, 110, 0.8) !important;
}

.bg-MoradoMercadata {
    background-color: #442664 !important;
}

.bg-MoradoMercadata-T20 {
    background-color: rgba(68, 38, 100, 0.2) !important;
}

.bg-MoradoMercadata-T50 {
    background-color: rgba(68, 38, 100, 0.5) !important;
}

.bg-MoradoMercadata-T80 {
    background-color: rgba(68, 38, 100, 0.8) !important;
}

.bg-MoradoClaro {
    background-color: #6823a4 !important;
}

.bg-MoradoClaro-T20 {
    background-color: rgba(104, 35, 164, 0.2) !important;
}

.bg-MoradoClaro-T50 {
    background-color: rgba(104, 35, 164, 0.5) !important;
}

.bg-MoradoClaro-T80 {
    background-color: rgba(104, 35, 164, 0.8) !important;
}

@media (min-width: 576px) {
    body {
        padding-top: 100px;
    }

    .menu-encabezado {
        max-height: 100px;
    }

    .logoMenu {
        max-height: 100px;
    }
}

@media (min-width: 768px) {
    body {
        padding-top: 70px;
    }

    .menu-encabezado {
        max-height: 70px;
    }

    .logoMenu {
        max-height: 70px;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 70px;
    }

    .mercadata-login-modal {
        top: 20%;
    }

    .menu-encabezado {
        max-height: 70px;
    }

    .logoMenu {
        max-height: 70px;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 70px;
    }

    .mercadata-login-modal {
        top: 20%;
    }

    .menu-encabezado {
        max-height: 70px;
    }

    .logoMenu {
        max-height: 70px;
    }
}


.mercadata-container-principal {
    margin-top: 40px;
    padding-bottom: 20px;
}

.mercadata-text-morado {
    color: #442664 !important;
}

/***********         Login          **********/
.mercadata-login-modal {
    left: 0px;
    right: 0px;
    position: fixed;
    top: 20%;
}

.mercadata-contenedor {
    border: 5px solid rgba(68, 38, 100, 0.8);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 10px rgba(68, 38, 100, 0.8);
}

.imgLogin {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30%;
}



/***********         Encabezado          **********/
.menu-encabezado {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #442664;
    z-index: 999;
}

    .menu-encabezado .dropdown-toggle::after {
        border-top: 0.6em solid !important;
        border-right: 0.6em solid transparent !important;
        border-left: 0.6em solid transparent !important;
    }

.logoMenu {
    max-height: 50px;
    /*margin-top: 10px;*/
    padding-bottom: 5px;
    margin-left: 10px;
}

.nombreFabricante {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.menuBotonHamburguesa {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #4fb26e !important;
    border: none;
}

.menuLateral {
    position: fixed;
    width: 100%;
    top: 50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 998;
}

    .menuLateral .menuLateral-contenido {
        position: fixed;
        min-width: 35%;
        max-width: 40%;
        /*border: 2px solid #4fb26e;*/
        top: 50px;
        right: 0px;
        bottom: 30px;
        background-color: rgba(256,256,256,0.9);
        /*box-shadow: 0px 2px 5px #4fb26e;*/
        z-index: 999999;
    }

        .menuLateral .menuLateral-contenido .menuLateral-btnClose {
            background-color: transparent;
            border: 2px solid #4fb26e;
            font-size: 1.5rem;
            color: #FFF;
            float: right;
        }

            .menuLateral .menuLateral-contenido .menuLateral-btnClose:hover {
                color: #4fb26e;
                border: 2px solid #FFF;
                background-color: #FFF;
            }

    .menuLateral .dropdown-item {
    }

    .menuLateral .nav-item {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 1.2rem;
    }

        .menuLateral .nav-item:hover {
            background-color: #4fb26e !important;
        }

/***********         Footer          **********/
.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #442664;
    z-index: 999999;
    max-height: 30px;
}

    .footer a {
        color: #FFF !important;
    }



.pestañas .nav-link {
    background-color: rgba(79, 178, 110, 0.2) !important;
    color: #442664;
    border-top: 3px solid #fff;
    border-top: 3px solid #fff !important;
}

.pestañas .active {
    background-color: #4fb26e !important;
    color: #FFF !important;
    border-top: 3px solid #4fb26e !important;
    border-bottom: 3px solid #4fb26e !important;
}


.table-striped > thead > tr > * {
    background-color: #4fb26e !important;
    color: #FFF;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: rgba(79, 178, 110, 0.2) !important;
}


.select2-container--bootstrap { /*Para ocultar el elemento que se muestra*/
    display: none;
}


.textoTransmisionesSellOutLive {
    font-size: 1.1em;
}

.iconoTransmisionesSellOutLive {
    font-size: 2em;
}

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
/*.form-group {
    margin-bottom: 1rem !important;
}*/
/**************************************************************
 **************************************************************
    RECUPERADO DE LA PLANTILLA
 **************************************************************
 *************************************************************/
.grid-margin {
    margin-bottom: 1.2rem;
}

@media (min-width: 576px) {
    .grid-margin-sm-0 {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .grid-margin-md-0 {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .grid-margin-lg-0 {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .grid-margin-xl-0 {
        margin-bottom: 0;
    }
}



/* Forms */
.form-group {
    margin-bottom: 1.5rem;
}


.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

    .stretch-card > .card {
        width: 100%;
        min-width: 100%;
        border: none;
    }


.dashboard-tabs .item {
    border-bottom: 1px solid #f3f3f3;
}

@media (min-width: 577px) {
    .dashboard-tabs .item {
        border-bottom: 0;
    }
}



/* Icons */
.icons-list {
    border-left: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
}

    .icons-list > div {
        background: #ffffff;
        border-bottom: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 15px 15px;
        font-weight: 400;
        font-size: 0.875rem;
    }

        .icons-list > div i {
            display: inline-block;
            font-size: 20px;
            width: 40px;
            text-align: left;
            color: #4d83ff;
        }

.icon-in-bg {
    width: 55px;
    height: 55px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.icon-lg {
    font-size: 2.5rem;
}

.icon-md {
    font-size: 1.875rem;
}

.icon-sm {
    font-size: 1rem;
}

/*icon boxes*/
.icon-box-primary {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #4d83ff;
}

    .icon-box-primary i {
        color: white;
        font-size: 1.25rem;
    }

    .icon-box-primary.icon-box-lg {
        width: 3.75rem;
        height: 3.75rem;
        line-height: 3.75rem;
    }

        .icon-box-primary.icon-box-lg i {
            font-size: 2.5rem;
        }

.icon-box-secondary {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #686868;
}

    .icon-box-secondary i {
        color: white;
        font-size: 1.25rem;
    }

    .icon-box-secondary.icon-box-lg {
        width: 3.75rem;
        height: 3.75rem;
        line-height: 3.75rem;
    }

        .icon-box-secondary.icon-box-lg i {
            font-size: 2.5rem;
        }

.icon-box-success {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #71c016;
}

    .icon-box-success i {
        color: white;
        font-size: 1.25rem;
    }

    .icon-box-success.icon-box-lg {
        width: 3.75rem;
        height: 3.75rem;
        line-height: 3.75rem;
    }

        .icon-box-success.icon-box-lg i {
            font-size: 2.5rem;
        }

.icon-box-info {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #7859df;
}

    .icon-box-info i {
        color: white;
        font-size: 1.25rem;
    }

    .icon-box-info.icon-box-lg {
        width: 3.75rem;
        height: 3.75rem;
        line-height: 3.75rem;
    }

        .icon-box-info.icon-box-lg i {
            font-size: 2.5rem;
        }

.icon-box-warning {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #ffc100;
}

    .icon-box-warning i {
        color: white;
        font-size: 1.25rem;
    }

    .icon-box-warning.icon-box-lg {
        width: 3.75rem;
        height: 3.75rem;
        line-height: 3.75rem;
    }

        .icon-box-warning.icon-box-lg i {
            font-size: 2.5rem;
        }

.icon-box-danger {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #ff4747;
}

    .icon-box-danger i {
        color: white;
        font-size: 1.25rem;
    }

    .icon-box-danger.icon-box-lg {
        width: 3.75rem;
        height: 3.75rem;
        line-height: 3.75rem;
    }

        .icon-box-danger.icon-box-lg i {
            font-size: 2.5rem;
        }

.icon-box-light {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #f8f9fa;
}

    .icon-box-light i {
        color: white;
        font-size: 1.25rem;
    }

    .icon-box-light.icon-box-lg {
        width: 3.75rem;
        height: 3.75rem;
        line-height: 3.75rem;
    }

        .icon-box-light.icon-box-lg i {
            font-size: 2.5rem;
        }

.icon-box-dark {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #282f3a;
}

    .icon-box-dark i {
        color: white;
        font-size: 1.25rem;
    }

    .icon-box-dark.icon-box-lg {
        width: 3.75rem;
        height: 3.75rem;
        line-height: 3.75rem;
    }

        .icon-box-dark.icon-box-lg i {
            font-size: 2.5rem;
        }



/**************************************************************
 **************************************************************
    reemplazo de clases

    col-form-label                                                   col-form-label
    <div class="form-check form-switch">                      <div class="form-check form-switch">
    custom-control-input                                            form-check-input        validar hacer el replace solo sobre los que son de tipo bool
    custom-col-form-label                                            form-check-label        validar hacer el replace solo sobre los que son de tipo bool
    custom-control custom-radio custom-control-inline               form-check
    custom-control-input                                            form-check-input        validar que solo sea replace para radios
    custom-col-form-label                                            form-check-label        validar hacer para radios
    form-control custom-select-sm                                   form-select form-select-sm
    class="table"                                                   class="table table-striped table-sm"
    <tbody>                                                         <tbody class="table-group-divider">
    <thead>                                                         <thead class="table-light">
    ml-                                                             ms-
    mr-                                                             me-
    pl-                                                             ps-
    pr-                                                             pe-
    class="display compact dt-center" style="width:100%"            class="table table-striped w-100"
    class="custom-control custom-switch"                            class="form-check form-switch"
    custom-select-sm                                                form-select
    SelectList, new { @class = "form-control form-control-sm        SelectList, new { @class = "form-select
    SelectList, new { @class = "form-control                        SelectList, new { @class = "form-select
    SelectList, new { @class = "form-select form-select             SelectList, new { @class = "form-select
    custom-switch                                                   form-switch

 **************************************************************
 *************************************************************/


/*
        #0d6efd       #442664
        #198754       #4fb26e
	13, 110, 253	68, 38, 100
	25, 135, 84	79, 178, 110
	#052c65		#361F50
	#0a3622		#37804F
	#cfe2ff		#BA9CDA
	#d1e7dd
	#9ec5fe		#9365C5
	#0B5ED7		#6823a4
	#0a58ca		
	68, 38, 100	13,110,253
	#3C763D		#28A745
	#a94442		#DC3545
	#8A6D3B		#FFC107
 */
