body {
    background: #e7e7e7;
    padding-top: 2px;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 1em;
    box-sizing: border-box;
}


.no-seleccionable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cuerpo {
    width: 95%; /* Mantiene el ancho al 95% */
    margin: 0 auto; /* Centra el cuerpo horizontalmente */
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff; /* Fondo blanco para las áreas de contenido */
    box-shadow: inset 1em 0px #e7e7e7,
    inset -1em 0px #e7e7e7; /* Sombra interior para simular un marco */
}

.menu {
    background: linear-gradient(to right, #6a82fb, #fc5c7d); //c4002b rojo

    position: fixed;

    top: 10;
    left: 0;

    width: 95%;
    height: 4em;
    box-shadow: inset 1em 0px #e7e7e7,
    inset -1em 0px #e7e7e7; /* Sombra interior para simular un marco */
    z-index: 100;

}
.menu .menu-left {
    float: left;
    padding-top: 8px;
}
.menu .menu-left a {
    float: left;
    padding-right: 35px;
}
.menu .menu-left .input-group {
    float: left;
}
.menu .menu-left a:hover {
    text-decoration: none;
}
.menu .menu-right {
    float: right;
    color: #fff !important;
    font-size: 16px;
    padding-top: 13px;
    position: relative;
}
.menu .menu-right span {
    text-shadow: 0 1px 0 #222b3e;
    cursor: pointer;
}
.menu .menu-right ul {
    top: 50px;
    left: 0;
    margin-left: -100px;
}
.menu .menu-right span span {
    padding-left: 7px;
    color: #e7e7e7;
}
.logo {
    color: #fff !important;
    font-weight: 700;
    font-size: 24px;
}
.logo span {
    color: #222b3e;
}


a:hover {
    color: #fc5c7d; /* Cambio de color en hover para enlaces, usando el otro color del gradiente */
    text-decoration: none; /* Quita el subrayado para un look más limpio */
}


.checkear {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    margin-right: 9px;

}

.camposMaquina {
    cursor: pointer;

    float: right;
}





.well{
    background-color:#fff!important;
    border-radius:0!important;
    border:black solid 1px;
}

.well.login-box {
    /*width:400px; */
    border:#d1d1d1 solid 1px;
    margin:0 auto;
    margin-top:30px;
}
.well.login-box legend {
  font-size:26px;
  text-align:center;
  font-weight:300;
}
.well.login-box label {
  font-weight:300;
  font-size:13px;

}
.well.login-box input[type="text"] {
  box-shadow:none;
  border-color:#ddd;
  border-radius:0;
}

.well.welcome-text{
    font-size:21px;
}

/* Notifications */

.notification{
    position:fixed;
    top: 20px;
    right:0;
    background-color:#FF4136;
    padding: 20px;
    color: #fff;
    font-size:21px;
    display:none;
}
.notification-success{
  background-color:#3D9970;
}

.notification-show{
    display:block!important;
}

/*Loged in*/
.btn-default {
    color: #333;
    background-color: #f9f9f9;
    border-color: #ccc;
    border: 1px solid;
    text-align: center;
    cursor: pointer;
    color: #5e5e5e;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #f9f9f9)), #f9f9f9;
    background: -moz-linear-gradient(#fefefe, #f9f9f9), #f9f9f9;
    background: -webkit-linear-gradient(#fefefe, #f9f9f9), #f9f9f9;
    background: linear-gradient(#fefefe, #f9f9f9), #f9f9f9;
    border-color: #c3c3c3 #c3c3c3 #bebebe;
    -moz-box-shadow: rgba(0, 0, 0, 0.06) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 0 inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 0 inset;
    box-shadow: rgba(0, 0, 0, 0.06) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 0 inset;
}
























.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
@media screen and (min-width: 768px) {
    #adv-search {
        width: 400px;
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}




























.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}



.update-nag{
  display: inline-block;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  height: 40px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin-bottom: 10px;
}

.update-nag:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag > .update-split{
  background: #337ab7;
  width: 33px;
  float: left;
  color: #fff!important;
  height: 100%;
  text-align: center;
}

.update-nag > .update-split > .glyphicon{
  position:relative;
  top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
  background: #5cb85c!important;
}

.update-nag > .update-split.update-danger{
  background: #d9534f!important;
}

.update-nag > .update-split.update-info{
  background: #5bc0de!important;
}



.update-nag > .update-text{
  line-height: 19px;
  padding-top: 11px;
  padding-left: 45px;
  padding-right: 20px;
}






.siNo{
    width: 100%;

    float: left;
}
.siNo ul {
    list-style: none;

    margin: 0 0 15px 0;
    padding: 0 15px;

    width: 100%;
}
.siNo ul li {
    border-bottom: 1px solid #ddd;

    padding: 5px 10px;

    width: 100%;

}



















.newMaquina .fila {
    margin-bottom: 15px;
}
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
































.message-item {
margin-top: 25px;
margin-bottom: 25px;
margin-left: 25px;
position: relative;
}
.message-item .message-inner {
background: #f7f9fa;
border: 1px solid #ccc;
border-radius: 3px;
padding: 10px;
position: relative;
}
.message-item .message-inner:before {
border-right: 5px solid #ccc;
border-style: solid;
border-width: 5px;
color: rgba(0,0,0,0);
content: "";
display: block;
height: 0;
position: absolute;
left: -10px;
top: 10px;
width: 0;
}
.message-item .message-inner:after {
border-right: 5px solid #f7f9fa;
border-style: solid;
border-width: 5px;
color: rgba(0,0,0,0);
content: "";
display: block;
height: 0;
position: absolute;
left: -9px;
top: 10px;
width: 0;
}
.message-item:before {
background: #aaa;
border-radius: 2px;
bottom: -28px;
content: "";
height: 100%;
left: -14px;
position: absolute;
width: 1px;
}
.message-item:after {
background: #fff;
border: 1px solid #2e9df7;
border-radius: 50%;
content: "";
height: 11px;
left: -19px;
position: absolute;
top: 10px;
width: 11px;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.message-item .message-head {
border-bottom: 1px solid #eee;
margin-bottom: 8px;
padding-bottom: 8px;
}
.message-item .message-head .message-icon {
background-color: #8560a8;
padding: 10px 12px;
margin-right: 10px;
border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.message-item .message-head .message-icon1 {
    background-color: #627BAC;
}
.message-item .message-head .message-icon2 {
    background-color: #73B57E;
}
.message-item .message-head .message-icon3 {
    background-color: #B57E73;
}
.message-item .message-head .message-icon4 {
    background-color: #AAB573;
}
.message-item .message-head .message-icon5 {
    background-color: #73AAB5;
}
.message-item .message-head .message-icon a i{
color: #fff;
font-size: 1.3em;
}
.message-item .message-head .user-detail {
overflow: hidden;
}
.message-item .message-head .user-detail h5 {
font-size: 1.2em;
color: #585b5e;
margin: 0;
margin-bottom: 2px;
}
.message-item .message-head .post-type >p {
color: #8560a8;
font-weight: bold;
text-transform: uppercase;
font-size: .7em;
margin: 0;
line-height: 17px;
}
.message-item .message-head .post-type1 >p {
color: #627BAC;
}
.message-item .message-head .post-type2 >p {
color: #73B57E;
}
.message-item .message-head .post-type3 >p {
color: #B57E73;
}
.message-item .message-head .post-type4 >p {
color: #AAB573;
}
.message-item .message-head .post-type5 >p {
color: #73AAB5;
}
.message-item .message-head .post-time {
float: left;
}
.message-item .message-head .post-time >p {
color: #858b8f;
text-transform: uppercase;
letter-spacing: 1px;
font-size: .6em;
line-height: 15px;
margin: 0;
}
.message-item .qa-message-content p {
text-align: center;
color: #585b5e;
font-size: .9em;
margin: 0;
}
/*
 min-height: 40px;
 max-height: 40px;
*/
img {
 border-radius: 50%;
}



















.modal1  {
    /*   display: block;*/
    padding-right: 0px;
    background-color: rgba(4, 4, 4, 0.8);
    }

    .modal1-dialog {
            top: 20%;
                width: 100%;
    position: absolute;
        }
        .modal1-content {
                border-radius: 0px;
                border: none;
    top: 40%;
            }
            .modal1-body {
                    background-color: #DD6864;
    color: white;
                }



table p {
    margin: 0;
}











.page-header {
    margin-top: 15px;
}


.glyphicon1 { margin-right:10px; }
.panel-body1 { padding:0px; }
.panel-body1 table tr td { padding-left: 15px }
.panel-body1 .table {margin-bottom: 0px; }
.panel-body1 .table tr td .label {margin-left: 5px; }
.panel-body1 .table tr td .badge {margin-left: 5px; }















.agenda {  }

/* Dates */
.agenda .agenda-date { width: 170px; }
.agenda .agenda-date .dayofmonth {
  width: 40px;
  font-size: 36px;
  line-height: 36px;
  float: left;
  text-align: right;
  margin-right: 10px;
}
.agenda .agenda-date .shortdate {
  font-size: 0.75em;
}


/* Times */
.agenda .agenda-time { width: 140px; }


/* Events */
.agenda .agenda-events {  }
.agenda .agenda-events .agenda-event {  }

@media (max-width: 767px) {

}
.agenda td, .agenda th, .agenda table {
    border-color: #aaa !important;
}


















        .dual-list .list-group {
            margin-top: 8px;
        }

        .list-left li, .list-right li {
            cursor: pointer;
        }

        .list-arrows {
            padding-top: 100px;
        }

            .list-arrows button {
                margin-bottom: 20px;
            }





.btn-group1 .btn:last-child {
    border-radius: 4px;
}
.well1 {
    background-color: #eee!important;
    border-radius: 4px!important;
    border: #aaa solid 1px;
}


.pager1 {
    margin: 0;
}







.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}.huge {
    font-size: 40px;
}











body, html {
    height: 100%;
    background-repeat: no-repeat;

}

/**
 * Profile image component
 */
.profile-header-container{
    margin: 0 auto;
    text-align: center;
}

.profile-header-img {
    padding: 0 0 10px 0;
}

.profile-header-img > img.img-circle {
    width: 120px;
    height: 120px;
    border: 3px solid #51D2B7;
}
.profile-header-img > img.img-circle1 {
    border-color: #D27551;
}

.profile-header {
    margin-top: 43px;
}

/**
 * Ranking component
 */
.rank-label-container {
    margin-top: -19px;
    /* z-index: 1000; */
    text-align: center;
}

.label.label-default.rank-label {
    background-color: rgb(81, 210, 183);
    padding: 5px 10px 5px 10px;
    border-radius: 27px;
}
.label.label-default.rank-label1 {
    background-color: #D27551;
}






.mas-informacion {
    color: #428bca;
    cursor: pointer;
}
.mas-informacion:hover {
    text-decoration: underline;
}



.label-desarrollador {
    background-color: #8560a8;
}
.label-formulario {
    background-color: #61A886;
}
.label-mantenimiento {
    background-color: #6183A8;
}
.label-administrador {
    background-color: #8D6F4E;
}
.label-otros {
    background-color: #999;
}


table thead th {
    cursor: pointer;
}
tfoot input {
   width: 100%;
   padding: 3px;
   box-sizing: border-box;
}
tfoot {
display: table-header-group;}


.dataTables_length {
    width: 50%;
    float: left;
}
.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
}

.dataTables_paginate a {
    padding: 10px;

    float: left;

    margin: 5px;

    background: #fff;

    border-radius: 3px;

    cursor: pointer;

    box-shadow: 0 1px 0 #aaa;
}
.dataTables_paginate a:hover {
    text-decoration: none;
}










/**
 * Zabuto Calendar
 */

div.zabuto_calendar {
    margin: 0;
    padding: 0;
}

div.zabuto_calendar .table {
    width: 100%;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar .table th,
div.zabuto_calendar .table td {
    padding: 4px 2px;
    text-align: center;
}

div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
    background-color: #ffffff;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    background-color: #fafafa;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: #f0f0f0;
}

div.zabuto_calendar .table tr:last-child {
    border-bottom: 1px solid #dddddd;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    padding-top: 12px;
    padding-bottom: 4px;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th {
    border-left: 0;
    border-right: 0;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
    border-left: 1px solid #dddddd;
}

div.zabuto_calendar div.calendar-month-navigation {
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-dow td {
    width: 14%;
}

div.zabuto_calendar .table tr td div.day {
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* actions and events */
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
    background-color: #fff0c3;
}

div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
    cursor: pointer;
}

/* badge */
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
    background-color: #357ebd;
    color: #ffffff;
    text-shadow: none;
}

div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
    background-color: #ff9b08;
    color: #ffffff;
    text-shadow: none;
}

div.zabuto_calendar .badge-event {
    font-size: 0.95em;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
}

/* legend */
div.zabuto_calendar div.legend {
    margin-top: 5px;
    text-align: right;
}

div.zabuto_calendar div.legend span {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
}

div.zabuto_calendar div.legend span.legend-text:after,
div.zabuto_calendar div.legend span.legend-block:after,
div.zabuto_calendar div.legend span.legend-list:after,
div.zabuto_calendar div.legend span.legend-spacer:after {
    content: ' ';
}

div.zabuto_calendar div.legend span.legend-spacer {
    padding-left: 25px;
}

div.zabuto_calendar ul.legend > span {
    padding-left: 2px;
}

div.zabuto_calendar ul.legend {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar ul.legend li {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-left: 5px;
}

div.zabuto_calendar ul.legend
div.zabuto_calendar ul.legend li:first-child {
    margin-left: 7px;
}

div.zabuto_calendar ul.legend li:last-child {
    margin-right: 5px;
}

div.zabuto_calendar div.legend span.badge {
    font-size: 0.9em;
    border-radius: 5px 5px 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

/* responsive */
@media (max-width: 979px) {
    div.zabuto_calendar .table th,
    div.zabuto_calendar .table td {
        padding: 2px 1px;
    }
}



.badge-primary {
    background-color: #428bca;
}
.badge-success {
    background-color: #5cb85c;
}
.badge-info {
    background-color: #5bc0de;
}
.badge-warning {
    background-color: #f0ad4e;
}
.badge-danger {
    background-color: #d9534f;
}


.grade-1 {
    background-color: #FA2601;
}.grade-2 {
    background-color: #FA8A00;
}.grade-3 {
    background-color: #FFEB00;
}.grade-4 {
    background-color: #27AB00;
}



canvas {
    border: #ccc solid 1px;
}


textarea {
    resize: vertical;
}





#alert_system {
    max-width: 600px;
    min-width: 300px;
    margin: 0;
    top: 15px;
    right: 10px;
    font-weight: normal;
    z-index: 10000;
    text-align: left;
    position: fixed;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65); /* Semi-transparente */
    z-index: 9999; /* Menor que alert_system para que el mensaje aparezca encima */
    display: none; /* Oculto por defecto */
}
.alert {
    margin-bottom: 2px;
    border-radius: 0px;

    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-flex {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;  // Puede ayudar a alinear en ciertos contextos
}

.btn-flex .glyphicon {
    margin-right: 5px; // Espacio entre el icono y el texto
}


.grupo-acciones-maquinas {
    border:#d1d1d1 solid 1px;
    color: #717171; /* Color de texto */
    display: flex; /* Usa flexbox para alinear los elementos horizontalmente */
    align-items: center; /* Centra los elementos verticalmente */
    justify-content: space-between; /* Espacia los elementos uniformemente */
    flex-wrap: wrap; /* Permite que los elementos se envuelvan si no hay suficiente espacio */
    margin: 0 10px; /* Agrega un margen horizontal entre los grupos de botones */
}

.titulo-grupo-acciones {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;

    margin: 0;
    font-weight: normal;
    font-size: 18px;
}

.btn-group {
    margin: 0; /* Agrega un margen horizontal entre los grupos de botones */
}




.newFilter input, .newFilter select {
  font-size: 11px !important;
}
