﻿/*
    morado: #
    verde:  #59a88-3 #369E6-F #04aa6-b #8ec44-a
*/

/* ---------------- CUSTOM ----------------------- */

.modal-body-content {
    padding: 0 !important;
}

    .modal-body-content #popupCustomMessage_lblCustomMessage {
        padding: 20px !important;
        display: block;
        font-size: 0.95em;
    }


.modal-header {
    padding: 0.5rem 0.5rem;
}

    .modal-header .modal-title h3,
    .modal-header .modal-title h4 {
        font-family: 'Segoe UI', sans-serif !important;
        font-size: 1.5em;
        text-transform: uppercase;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .modal-header.modal-title h4,
    .modal-header.modal-title h3 {
        font-family: 'Segoe UI', sans-serif !important;
        font-size: 1.7em;
        text-transform: uppercase;
        padding-left: 10px;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }


.ktRedColor {
    text-align: center;
    background-color: #FF5B6B !important;
    color: white;
    font-family: 'Segoe UI';
}

.form-control {
    border-radius: 0 !important;
}

.t-error {
    color: #dc3545 !important;
}

.t-ok {
    color: #3baa47 !important;
}


.form-group {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-bottom: 1px !important;
}

.center {
    text-align: center !important;
}


/* USUARIOS */
.usu {
    text-transform: uppercase;
    display: inline-block;
    padding: .50em 10px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    width: 99%;
    cursor: pointer !important;
}

.usu-habilitado {
    color: #4796CE;
    background-color: #bcf17b;
}

.usu-deshabilitado {
    color: white;
    background-color: #ff5b6b;
}

.usu-nobloqueado {
    color: #4796CE;
    background-color: #bcf17b;
}

.usu-bloqueado {
    color: white;
    background-color: #ff5b6b;
}

.usu-nocambiar-pass {
    color: #4796CE;
    background-color: #bcf17b;
}

.usu-cambiar-pass {
    color: white;
    background-color: #ff5b6b;
}


.invalid {
    border-bottom: solid 3px #ff3030;
}




.showTitle {
    cursor: pointer;
}


/* FIXES */
.fix_btn_tbr {
    padding: 8px;
}
/* piso color mas grisado */
.card {
    background-color: #F5F5F5 !important;
}
/* para que no ocupe tanto el grupo en grid view */
.card-body {
    padding: 0.5rem;
}

.card-header .dxbs-ta-title {
    text-transform: uppercase;
    font-weight: bold;
}
/* boton de los dropdowns */
.input-group-append span.dropdown-toggle {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none !important;
    color: #F5F5F5;
    background-color: #444446;
}

td.dx-ellipsis img.dxeImage {
    padding: 2px 3px;
}


li.hdr > a.nav-link {
    background-color: #ebebeb;
}

.gvBotones button {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.cell-importante {
    color: #444446;
    font-weight: 600;
}


.fix-btn-width {
    padding-left: 8px !important;
    padding-right: 10px !important;
}

div.card div.card-header {
    /*background-color:#48639C !important;*/
    border-bottom: solid 4px #4796CE;
    padding: 5px 10px !important;
    font-size: 1.2em !important;
    color: #4796CE;
}

.cboItem a {
    padding: 4px 10px !important;
}

.nota-fixed-bottom {
    background-color: #ff5b6b;
    color: white;
    font-size: 0.95em;
    padding: 10px;
    font-family: 'Trebuchet MS', sans-serif;
}

.tachado {
    text-decoration: line-through;
    background-color: #fff2f3;
}

.t-error-2 {
    background-color: #ff5b6b;
    color: white;
    font-size: 0.95em;
    font-family: 'Trebuchet MS', sans-serif;
    padding: 10px;
}

.t-error-3 {
    border-left: solid 5px #ff5b6b;
    background-color: white;
    color: #dc3545;
    font-size: 0.95em;
    font-family: 'Trebuchet MS', sans-serif;
    padding: 5px 2px 5px 10px;
}

.t-alerta-UX {
    background-color: #dc3545;
    color: white;
    font-weight: 900;
    font-size: 0.95em;
    font-family: 'Trebuchet MS', sans-serif;
    padding: 5px 2px 5px 10px;
}

.modi {
    background-color: #d1e8ff;
    color: #3b3d3a;
}

.title {
    text-transform: uppercase !important;
    font-size: 1.2rem !important;
    font-weight: 500;
    color: #4796CE;
    padding: 5px 20px;
    border-bottom: solid 3px #4796CE;
    margin-bottom: 10px;
}




.bd-callout + .bd-callout {
    margin-top: -.25rem;
}

.bd-callout-error {
    border-left-color: #dc3545 !important;
}

.bd-callout-warning {
    border-left-color: #f0ad4e !important;
}

.bd-callout-ok {
    border-left-color: #4796CE !important;
}

.bd-callout {
    color: #392c2f !important;
    padding: 0.5rem;
    padding-left: 1em;
    margin-bottom: 1rem;
    border: 1px solid #eee;
    border-left-color: rgb(238, 238, 238);
    border-left-width: 1px;
    border-left-width: .30rem;
    border-radius: .25rem;
}




.menu-nuevo {
    background-color: #e9573d;
}

    .menu-nuevo a span {
        margin-left: -6px;
    }

.menu-update {
    background-color: #EC971F;
}

.menu-beta {
    background-color: #3DBFE9 !important;
}

.hand {
    cursor: pointer !important;
}


/* MODIFICACIONS PARA LA UNION */
.text-muted {
    font-size: 13px;
}

.col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* COLORES PROGRES BAR DE GRILLAS */
div.dxpgPTContainerDiv_DevEx tr td.pb1 {
    background-image: radial-gradient(circle, rgba(218, 88, 89, 0.80), #EFEFEF);
}

td.pb1 div div.progress div {
    background-color: #DA5859;
}
/* 2 */
div.dxpgPTContainerDiv_DevEx tr td.pb2 {
    background-image: radial-gradient(circle, rgba(251, 201, 135, 0.80), #EFEFEF);
}

td.pb2 div div.progress div {
    background-color: #FBC987;
    color: #444446;
}
/* 3 */
div.dxpgPTContainerDiv_DevEx tr td.pb3 {
    background-image: radial-gradient(circle, rgba(134, 206, 128, 0.80), #EFEFEF);
}

td.pb3 div div.progress div {
    background-color: #86CE80;
}



#cntBody {
    margin-top: 13px;
}


/*- ESTADOS GENERALES -*/
/*.status {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: .30em 5px;
    font-size: 80%;
    font-weight:bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    width: 100%;
    cursor: pointer !important;
}*/

.status {
    font-family: Calibri, sans-serif;
    text-transform: none;
    letter-spacing: 0px;
    display: inline-block;
    padding: .30em 5px;
    font-size: 90%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    width: 100%;
    cursor: pointer !important;
}

.status-pending {
    color: white;
    background-color: #105c94;
}

.status-in-progress {
    color: white;
    background-color: #dc3545;
}

.status-completed {
    color: white;
    background-color: #3baa47;
}

.status-canceled {
    color: white;
    background-color: #444446;
}

.status-review {
    color: white;
    background-color: #EC971F;
}

.cboCourier {
    font-family: 'Courier New';
    font-size: 9px;
}


/* ESTADOS DE PROPIEDADES */
.statusProp {
    font-family: Calibri, sans-serif;
    text-transform: none;
    letter-spacing: 0px;
    display: inline-block;
    padding: .30em 5px;
    font-size: 90%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    width: 100%;
    cursor: pointer !important;
}

.statusProp-green {
    color: white;
    background-color: #3baa47;
}

.statusProp-hot {
    color: white;
    background-color: #dc3545;
}

.statusProp-watch {
    color: white;
    background-color: #EC971F;
}

.statusProp-warm {
    color: white;
    background-color: #444446;
}

.statusProp-new-journey {
    color: #f89f49;
    background-color: #392c2f;
}





/*/* Estilos generales para el scrollbar */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

/* Estilos para la parte de fondo del scrollbar */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Estilos para la parte de la barra que se desplaza */
::-webkit-scrollbar-thumb {
    background-color: silver; /* Color de la barra */
    border-radius: 10px; /* Bordes redondeados */
    border: 3px solid #f1f1f1; /* Espacio entre la barra y el track */
}

    /* Estilo cuando el scrollbar está activo */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #9b9b9b;
    }

@-moz-document url-prefix() {
    div {
        scrollbar-width: thin;
    }
}


.cnt-badge {
    position: relative;
}

.badge {
    position: absolute !important;
    left: 15px !important;
    top: -15px !important;
    background-color: #e83838;
    color: white;
    border-radius: 35%;
    padding: 5px 5px;
    font-size: 11px;
}



.menu-nuevo {
    border-left: solid 5px #FF5B6B;
    background-color: transparent;
}
