﻿.body_login {
    padding-top: 120px;
    padding-bottom: 40px;
    background-color: #fff;
}

.btn {
    outline: 0;
    border: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    box-shadow: inset 2px -3px rgba(0,0,0,0.15);
}

.btn_help {
    outline: 0;
    border: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

    .btn:focus {
        outline: 0;
        -webkit-outline: 0;
        -moz-outline: 0;
    }

.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    /* background-image: url('http://i.imgur.com/h26izWg.jpg');*/
    background-repeat: repeat;
}

.form-signin {
    max-width: 280px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 50px;
}

    .form-signin .form-signin-heading, .form-signin {
        margin-bottom: 10px;
    }

        .form-signin .form-control {
            position: relative;
            font-size: 16px;
            height: auto;
            padding: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .form-signin .form-control:focus {
                z-index: 2;
            }

        .form-signin input[type="text"] {
            margin-bottom: -1px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            border-top-style: solid;
            border-right-style: solid;
            /* border-bottom-style: none;*/
            border-left-style: solid;
            border-color: #000;
        }

        .form-signin input[type="password"] {
            /*margin-bottom: 10px;*/
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            /*border-top-style: none;*/
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-color: rgb(0,0,0);
            /*border-top:1px solid rgba(0,0,0,0.08);*/
        }

.form-signin-heading {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

.sinpadding {
    padding: 0px 0px;
}

.btn_logout {
    outline: 0;
    border: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none !important;
    color: white !important;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #4e5d6c !important;
    font-size: 10px;
    z-index: 3;
    color: white;
    padding: 3px 15px;
}
/* Estilo modificado para que el menu salga alineado abajo y no centrado*/
.navbar-nav > li > a {
    /*padding-top: 29px;*/
    /*padding-bottom: 0px;*/
}

.panel {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    clear: right;
}

.botones {
    margin-right: 10px;
    margin-bottom: 10px;
}

.etiquetas {
    margin-left: 10px;
    margin-top: 10px;
}


.dropdown-menu {
    overflow: visible;
}

.alert {
    margin-left: 10px;
    margin-right: 10px;
}

.etiquetacentrada {
    text-align: center;
    font-weight: bold;
}

/* [06/05/2024] - Estilos para la etiqueta de registros totales en Mantenimiento de Herramientas */
.registros-totales-herramientas {
    background-color: #4e5d6c7a;
    width: 11%;
    display: flex;
    margin-left: 16px;
    padding-left: 9px;
    height: 23px;
    border-radius: 3px 25px 3px 3px;
    color: white;
    font-size: 12px;
    margin-top: 26px;
}

.separador {
    margin-top: 15px;
}

/* [22/04/2024] - Estilos Custom para los Div del Modal Crear que solo contienen 1 columna */
.separador-modal-crear {
    height: 55px;
    margin-top: 15px;
}

/* [19/04/2024] - Margin Custom para el primer div que contienen 2 columnas en la Creación de Herramientas */
.separador-primera-fila-2-col {
    height: 45px;
    margin-top: 35px;
}

/* [19/04/2024] - Margin Custom para los div que contienen 2 columnas en la Creación de Herramientas */
.separador-2-col {
    height: 45px;
    margin-top: 15px;
}

/* [19/04/2024] - Estilos para el recuadro que muestra el color seleccionado para el Vulcanizado en Crear Herramienta */
#colorVulcanizadoMuestra {
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 34px;
    width: 10%;
    margin-left: 5px;
}

/* [19/04/2024] - Text Box Custom para la Creación de Herramientas (Label y TextBox en distinta fila) */
.tb-crear-herramienta {
    margin-top: 5px;
}

/* [19/04/2024] - Estilos para el Div de resultados en Crear Herramienta */
#resultadoModalCrear {
    background-color: #e3e3e3;
    border-radius: 5px;
    height: 50px;
    padding: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    color: white;
}

/* Para que los header de los paneles no sean tan anchos */
.panel-heading {
    padding: 9px;
}

/* [26/04/2024] - Agregación de estilos para el botón de flecha en cabeceras que tienen anincación (Mostrar /Ocultar). */
.flecha-cabecera-filtros {
    padding: 0px 12px;
    font-size: 14px;
    color: white;
    float: right;
    margin-top: 2px;
}

/* [21/03/2024] - Agregación de margen superior en la clase panel-body de Bootstrap */
.panel-body {
    margin-top: 10px;
}

/* [26/04/2024] - Estilos para el Header de los filtros en mantenimiento (Incluye animación para mostrar / ocultar) */
.panel-body-filtros {
    margin-top: 0px;
    padding: 0px;

    display: block; /* Ocultar el div inicialmente */
    position: relative;
    overflow: hidden; /* Para evitar que el contenido se desborde */
    max-height: 0; /* Altura inicial del div */
    opacity: 0;
    transition: max-height 0.1s ease, opacity 0.1s ease; /* Transición de altura */
}

    .panel-body-filtros.active {
        max-height: 500px; /* Altura máxima cuando está visible */
        opacity: 1;

        margin-top: 10px;
        padding: 15px;
    }

/* [26/04/2024] - Estilos para el panel de Listado de Herramientas en donde se hubican los botones de crear, impresión y descarga */
#panel-listado-herramientas {
    background-color: #f5f5f5;
    margin: 0px;
}

/* [23/04/2024] - Estilos de la cabecera con botones de la página Mantenimiento (Listado de Herramientas) */
.row-cabecera-herramientas {
    height: 50px;
    margin-right: 15px;
}

/* [26/04/2024] - Estilos del Div contenedor del Listado de Herramientas en Mantenimiento */
#listadoHerramientas {
    height: 68vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: white;
    padding-top: 25px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

/* [25/03/2024] - Agregación de ancho personalizado a los paneles de la página de Mantenimiento */
.custom-panel-tools {
    width: 135%;
    margin-left: -15%;
}

/* [21/03/2024] - Se agrega margen reducido a los Paneles anidados */
.nested-panel {
    margin: 2px;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

.main-content {
    padding-left: 10px;
    padding-bottom: 37px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

td {
    padding-right: 30px;
}
/*Estilo para que los radio button salgan bien*/
.radio input[type="radio"] {
    margin-left: 0px;
}

.radio label {
    // margin-top: 4px;
}

.input-group-addon input[type="radio"] {
    margin-top: 5px;
}

.separararriba {
    padding-top: 10px;
}
.separarabajo {
    padding-bottom: 10px;
}

.input-group-addon-radio {
    border: 1px solid #ccc !important;
    background-color: #fff;
    width: 400px;
}

.errorCampo {
    background-color: #F8E0E0;
    border-color: red;
}

.okCampo {
    background-color: #FFFFFF;
    border: 2px solid #333;
}

.etiquetasIguales {
    width: 1%;
    min-width: 130px;
    height: 30px;
}

.etiquetasIgualesPeq {
    width: 1%;
    min-width: 100px;
    height: 30px;
}

.etiquetasIgualesMasPeq {
    width: 1%;
    min-width: 50px;
    height: 30px;
}

.cizallaMontada {
    color: red;
}

.modalbackground {
    background-color: Gray;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 6000 !important;
}

.logomenu {
    height: 38px;
    margin: 4px;
    filter: brightness(0) invert(1);
}

.modal-m {
    width: 350px;
}

.delante {
    z-index: 6001 !important;
}

.labelPequenya {
    /*font-weight: normal !important;*/
    /*font-size:11px !important;*/
}

    .labelPequenya input[type="checkbox"] {
        margin-right: 5px !important;
    }

.separarDcha {
    margin-right: 10px;
}

.separarDchaMas {
    margin-right: 20px;
    /*margin-right: 18px;*/
}

.separarIzqd {
    margin-left: 10px;
}

.separarIzqdMas {
    margin-left: 20px;
}

.bordearriba {
    border-top: 1px solid #ddd;
    text-align: center;
    margin-left: 0px;
    margin-top: 5px;
    margin-right: 2px;
}

.etiquetaOscura {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.bordederecho {
    border-right: 1px solid #ddd;
}
/* ancho personalizado de columnas para la ventana de cofiguracion de flejes */
@media (min-width: 992px) {
    .col-p-0, .col-p-1, .col-p-2, .col-p-2e, .col-p-3, .col-p-4, .col-p-2b,.col-p-5 {
        float: left;
        position: relative;
        min-height: 1px;
    }

    .col-p-0 {
        width: 2.5%;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 7px;
    }

    .col-p-1 {
        width: 11.5%;
        padding-right: 15px;
        padding-left: 30px;
    }

    .col-p-2 {
        width: 11.5%;
        padding-right: 5px;
        padding-left: 10px;
    }

    .col-p-2e {
        width: 11.5%;
        padding-right: 15px;
        padding-left: 0px;
    }

    .col-p-2b {
        width: 13.5%;
        padding-right: 10px;
        padding-left: 25px;
    }

    .col-p-3 {
        width: 12%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-p-4 {
        width: 25%;
        padding-right: 12.5px;
        padding-left: 12.5px;
    }
    .col-p-5 {
        width: 30%;
        padding-right: 12.5px;
        padding-left: 12.5px;
    }
}



/*para dropdownlist en input-group e ie*/
.tamanyoFijo {
    width: 100px !important;
}



.tamanyoFijoPeq {
    width: 50px !important;
}

.tamanyoFijoMed {
    width: 80px !important;
}

.tamanyoFijoGr {
    width: 151.5px !important;
}

.tamanyoFijoGr2 {
    width: 160px !important;
}
/* ancho personalizado de columnas para la ventana de ¿resultado? */
@media (min-width: 992px) {
    .col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5 {
        float: left;
    }

    .col-mm-1 {
        width: 20%;
    }

    .col-mm-2 {
        width: 25%;
    }

    .col-mm-3 {
        width: 30%;
    }

    .col-mm-4 {
        width: 35%;
    }

    .col-mm-5 {
        width: 60%;
    }
}

.col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/*para dropdownlist en input-group e ie*/
select.tamanyoFijoMm {
    width: 138px !important;
}

.anchocolumna {
    width: 56px;
}

.thlist {
    border-bottom: 2px solid #ddd;
    border-top: 0 !important;
    font-weight: bold;
}

/* [25/03/2024] - Estilos personalizados para la tabla de Herramientas. */
.custom-thlist {
    padding-left: 0.5%;
}

.custom-thlist-color {
    padding-left: 0.5%;
    background-color: #f7f7f7;
}
/* ------------ */

.tdlist {
    height: 50px !important;
    padding-top: 5px;
    border-bottom: 1px solid #ddd;
}

/* [15/07/2024] - Estilos personalizados para el Div que contiene Información en Montajes por Defecto.  */
.custom-div-informacion {
    margin: 2%;
    background-color: #ffd8d8;
    padding: 2%;
    border-radius: 5px;
}

/* [15/07/2024] */
.custom-titulo-informacion {
    color: #b1413e;
    font-weight: bold;
}

/* [15/07/2024] - Estilo personalizado para iconos de Activo en Montajes por Defecto. */
@media (min-width: 992px) {
    .custom-montajesDefecto-activo {
        margin-left: 11%;
        margin-top: 5%;
    }

}

.modalprogress {
    position: fixed;
    z-index: 6002;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.centerprogress {
    z-index: 6003;
    margin: 300px auto;
    padding: 10px;
    width: 60px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .centerprogress img {
        height: 32px;
        width: 32px;
    }

.btn-default {
    background-color: #FAFAFA;
}

.radiojuntos td {
    padding-right: 25px;
}

.etiquetacentradacelda {
    text-align: center;
    font-weight: bold;
    /*width:15px;*/
}

/* ancho personalizado de columnas para la ventana de mantenimiento */
@media (min-width: 992px) {
    .col-mt-1, .col-mt-1-custom-tools, .col-mt-2, .col-mt-3, .col-mt-4, .col-mt-5, .col-mt-6, .col-mt-2b {
        float: left;
    }

    .col-mt-1 {
        width: 3.5%;
    }

    .col-mt-1-custom-tools {
        width: 2.5%;
    }

    .col-mt-2 {
        width: 5%;
    }

    .col-mt-3 {
        width: 8%;
    }

    .col-mt-4 {
        width: 11.5%;
    }

    .col-mt-5 {
        width: 14.5%;
    }

    .col-mt-6 {
        width: 19%;
    }

    .col-mt-2b {
        width: 5%;
    }
}

.col-mt-1, .col-mt-1-custom-tools, .col-mt-2, .col-mt-3, .col-mt-4, .col-mt-5, .col-mt-6, .col-mt-2b {
    position: relative;
    min-height: 1px;
}

.tableMnt {
}

/* Nuevos estilos */

.navbar-default {
    background-color: #4e5d6c;
    border-color: transparent;
}

    .navbar-default .navbar-brand {
        color: #ffffff;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #18bc9c;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #ffffff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #18bc9c;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #1a242f;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #1a242f;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #1a242f;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #1a242f;
        color: #ffffff;
    }

/* botones */


.btn-default {
    color: #ffffff;
    background-color: #95a5a6;
    border-color: #95a5a6;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #ffffff;
        background-color: #798d8f;
        border-color: #566566;
    }

    .btn-default:hover {
        color: #ffffff;
        background-color: #798d8f;
        border-color: #74898a;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #ffffff;
        background-color: #798d8f;
        border-color: #74898a;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #ffffff;
            background-color: #687b7c;
            border-color: #566566;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #95a5a6;
        border-color: #95a5a6;
    }

    .btn-default .badge {
        color: #95a5a6;
        background-color: #ffffff;
    }

    .btn-default .badge {
        color: #95a5a6;
        background-color: #ffffff;
    }

.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #ffffff;
        background-color: #286090;
        border-color: #000000;
    }

    .btn-primary:hover {
        color: #ffffff;
        background-color: #286090;
        border-color: #286090;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #1a242f;
        border-color: #161f29;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #ffffff;
            background-color: #0d1318;
            border-color: #000000;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #4e5d6c;
        border-color: #4e5d6c;
    }

    .btn-primary .badge {
        color: #4e5d6c;
        background-color: #ffffff;
    }

/* [23/04/2024] - Color personalizado para los botones de Descarga e Impresión en Mantenimiento. */
.btn-custom-color {
    background-color: #1a4367;
}

.btn-success {
    color: #ffffff;
    background-color: #18bc9c;
    border-color: #18bc9c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #ffffff;
        background-color: #128f76;
        border-color: #0a4b3e;
    }

    .btn-success:hover {
        color: #ffffff;
        background-color: #128f76;
        border-color: #11866f;
    }


.btn-info {
    color: #ffffff;
    background-color: #3498db;
    border-color: #3498db;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #ffffff;
        background-color: #217dbb;
        border-color: #16527a;
    }

    .btn-info:hover {
        color: #ffffff;
        background-color: #217dbb;
        border-color: #2077b2;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #217dbb;
        border-color: #2077b2;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #ffffff;
            background-color: #1c699d;
            border-color: #16527a;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #3498db;
        border-color: #3498db;
    }

    .btn-info .badge {
        color: #3498db;
        background-color: #ffffff;
    }

/* Alertas y paneles */

.alert {
    padding: 15px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #18bc9c;
    border-color: #18bc9c;
    color: #ffffff;
}

    .alert-success hr {
        border-top-color: #15a589;
    }

    .alert-success .alert-link {
        color: #e6e6e6;
    }

.alert-info {
    background-color: #3498db;
    border-color: #3498db;
    color: #ffffff;
}

    .alert-info hr {
        border-top-color: #258cd1;
    }

    .alert-info .alert-link {
        color: #e6e6e6;
    }

.alert-warning {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}

    .alert-warning hr {
        border-top-color: #e08e0b;
    }

    .alert-warning .alert-link {
        color: #e6e6e6;
    }

.alert-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #ffffff;
}

    .alert-danger hr {
        border-top-color: #e43725;
    }

    .alert-danger .alert-link {
        color: #e6e6e6;
    }

.label-default {
    background-color: #95a5a6;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #798d8f;
    }

.label-primary {
    background-color: #4e5d6c;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #1a242f;
    }

.label-success {
    background-color: #18bc9c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #128f76;
    }

.label-info {
    background-color: #3498db;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #217dbb;
    }

.label-warning {
    background-color: #f39c12;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #c87f0a;
    }

.label-danger {
    background-color: #e74c3c;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #d62c1a;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #4e5d6c;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
/* Estilos propios bootstrap */

/* [21/03/2024] - Se modifican los colores de las etiquetas */
.has-warning .input-group-addon {
    color: #FFF;
    background-color: #78818a;
    border-color: #4e5d6c;
}
/* ------------ */

.has-warning .form-control {
    border-color: #4e5d6c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    font-weight: 700;
    font-size: 12px;
    color: #4e5d6c;
}

.radio.input-group-addon.input-group-addon-radio {
    color: #4e5d6c;
    background-color: #FFF;
    border-color: #4e5d6c;
    /* font-weight:550;*/
    font-size: 13px;
}

body {
    /*background-color: #ecf0f1;*/

    padding-top: 70px;
    background-color: #e7eaef;
}

.radio.input-group-addon.input-group-addon-radio {
    border-color: #4e5d6c !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.panel.panel-default {
    border-color: #4e5d6c;
    border-width: 2px;
}

.panel-primary {
    border-color: #4e5d6c;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #4e5d6c;
        border-color: #4e5d6c;
    }

//#4e5d6c por #4e5d6c .navbar-default .btn-link {
    color: #e7eaef;
}

select.form-control {
    padding: 6px 6px !important;
}

input.form-control {
    border-color: #4e5d6c;
    padding: 6px 6px !important;
}

.navbar {
    border-radius: 0px !important;
}

.navbar-header .form-control {
    font-weight: 700;
    font-size: 15px;
    color: #4e5d6c;
}

/* ancho personalizado de columnas para la ventana de mantenimiento de holguras */
@media (min-width: 992px) {
    .col-mth-1, .col-mth-2, .col-mth-3 {
        float: left;
    }

    .col-mth-1 {
        width: 10%;
    }

    .col-mth-2 {
        width: 12%;
    }

    .col-mth-3 {
        width: 35%;
    }
}

.col-mth-1, .col-mth-2, .col-mth-3 {
    position: relative;
    min-height: 1px;
}

/* ancho personalizado de columnas para la ventana de datos de bobinas */
@media (min-width: 992px) {
    .col-db-0, .col-db-1, .col-db-2, .col-db-3, .col-db-4 {
        float: left;
    }

    .col-db-0 {
        width: 2.5%;
    }

    .col-db-1 {
        width: 9%;
    }

    .col-db-2 {
        width: 15%;
    }


    .col-db-3 {
        width: 19.6%;
    }

    .col-db-4 {
        width: 25%;
    }
}

.col-db-0, .col-db-1, .col-db-2, .col-db-3, .col-db-4 {
    position: relative;
    min-height: 1px;
    /* padding-right: 10px;*/
    padding-left: 14px;
}

/* ancho personalizado de columnas para la ventana de estadisticas */
@media (min-width: 992px) {
    .col-te-0, .col-te-1, .col-te-2, .col-te-3, .col-te-4 {
        float: left;
    }

    .col-te-0 {
        width: 7%;
    }

    .col-te-1 {
        width: 9%;
    }

    .col-te-2 {
        width: 19%;
    }


    .col-te-3 {
        width: 19.6%;
    }

    .col-te-4 {
        width: 25%;
    }
}

.col-te-0, .col-te-1, .col-te-2, .col-te-3, .col-te-4 {
    position: relative;
    min-height: 1px;
}




/* Estilos para el calendario de ajax */

.cal_Theme1 .ajax__calendar_container   {
background-color: #e7eaef;
border:solid 1px #4e5d6c;
}

.cal_Theme1 .ajax__calendar_header  {
background-color: #ffffff;
margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
color: #004080;
padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body    {
background-color: #ffffff;
border: solid 1px #4e5d6c;
}

.cal_Theme1 .ajax__calendar_dayname {
text-align:center;
font-weight:bold;
margin-bottom: 4px;
margin-top: 2px;
color: #004080;
}

.cal_Theme1 .ajax__calendar_day {
color: #004080;
text-align:center;
} 

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  {
color: #004080;
font-weight: bold;
background-color: #e7eaef;
}

.cal_Theme1 .ajax__calendar_today   {
font-weight:bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
color: #bbbbbb;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

/* *** */

/* [22/11/2023] - Estilos para centrar modal con efecto Bootstrap */

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
    width: 55%;
}

.modal-content-custom {
    width: inherit;
    max-width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

/* Estilos del cuerpo del Modal (para que se vea centrado icono-texto) */

#modal-aviso-des-txt {
    width: 80%;
}

#modal-body-des {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* Estilos de diseño Header-Footer */

.modal-header-des {
    background-color: #4e5d6c;
    color: white;
}

.modal-footer-des {
    background-color: #4e5d6c;
}
/* ------------ */

/* [19/04/2024] - Estilos Custom para el Modal de Crear Herramienta */
#modalContentCrear {
    padding: 5px;
}

#modalCrear {
    width: 380px;
}

/* [24/11/2023] - Estilos del botón Mantenimiento en la página de Mantenimiento. */
.btn-success-mantenimiento {
    margin-left: 7px;
    width: 25px;
    height: 25px;
    padding: 4px 0px 0px 0px;
}

.modal-custom-size-sm {
    width: 500px;
}

/* Estilos del propio Modal de Mantenimiento. */

#modal-aviso-mant-txt {
    width: 40%;
    margin: 0 30% 0 30%;
}

#modal-body-mantenimiento {
    display: flex;
    flex-direction: column;
}

.modal-aviso-mant-margin {
    margin-top: 15px;
}

/* ------------ */

/* [25/06/2024] - Estilos para las imágenes de esquemas de montajes del apartado AyudaTipoMontaje.aspx */

.imagen-montaje-esquema {
    width: 45%;
    height: auto;
}

/* ------------ */

/* [27/06/2024] - Estilos personalizados para los Label de los Tipos de Montajes Activos en el apartado de Configuración */

.label-montajes-conf {
    min-width: 175px;
    text-align: left;
}

/* ------------ */
