html, body {
    height: 100%;
}

body {
    font-family: "Roboto",sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-weight: 300 !important;
    background-color: white;
    /*Nuevos estilos para simular API Google*/
    /*text-rendering: optimizeLegibility !important;
    font-size:14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;*/
}

/* Animación con keyframe llamada "latidos" */
@keyframes latidos {
    from {
        transform: none;
    }

    50% {
        transform: scale(1.1);
    }

    to {
        transform: none;
    }
}
/* En la clase corazon vamos a llamar latidos en la animación  */
.corazon {
    display: inline-block;
    text-shadow: 0 0 10px #222,1px 1px 0 #450505;
    color: red;
    animation: latidos .9s infinite;
    transform-origin: center;
}

body p, body blockquote {
    color: #333;
}

textarea {
    resize: none;
}

/*Personalizacion de clases de telerik*/
.k-grid .k-header {
    background-color: #3a68ab !important;
}

    .k-grid .k-header .k-link {
        color: #ffffff !important;
    }

.k-state-selected {
    background-color: #d1ecf1 !important;
    color: #0c5460 !important;
}

.k-grid td {
    padding: .1em .6em !important;
}

    .k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td {
        background-color: #aed9e0 !important;
    }

.k-grid tr:hover {
    /*background-color: #e6e6e6 !important;*/
    background-color: #7094c8 !important;
    color: #fff;
}

    /* Estilo para que al hacer over en la línea del grid no cambie el color del texto del imput */
    .k-grid tr:hover input[type="number"], .k-grid tr:hover input[type="text"] {
        color: #000 !important;
    }

.k-window-title {
    font-weight: bold;
    color: #3A68AC !important;
}

.k-state-focused {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-state-selected {
    /*color: #333 !important;*/
}

.k-scheduler-table .k-today {
    background-color: #f4f9ff !important;
}

tr:hover {
    /*background-color: #7094c8 !important;
    color: #fff;*/
}

/*.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ccc !important;
}*/

.k-i-filter:before {
    color: #9fb8e0;
}

.k-flatcolorpicker {
    background-color: white !important;
}

.customer-photo {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    margin-left: 5px;
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 10px;
}

.fondo-login {
    background-image: url('../../images/general/fnd_login.png');
}

.fondo-slot {
    max-width: 200px !important;
    margin: 0 auto;
    margin-top: 50px !important;
}

h2 {
    font-weight: 200;
    color: #666;
}

h3 {
    color: #333;
    font-weight: 300 !important;
    padding-left: 15px !important;
}

h4 {
    color: #3a68ab;
    font-weight: 400;
    text-decoration: underline;
}

th {
    font-weight: 300 !important;
}

.check20 {
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

.bordegrafico {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    margin: 10px 0 0 0;
    border-radius: 4px;
}

.marquesina {
    height: 20px;
    width: 300px;
    color: red;
}

.red {
    background-color: #e74c3c !important;
}

.cabecera {
    padding: 0 10px;
    /*background-color: #e1ebfa;
    background-color: #c0d4f3;*/
    border: 1px solid #9fb8e0;
    background: -webkit-linear-gradient(#9cb3d3, #e5effb, #9cb3d3);
    background: -o-linear-gradient(#9cb3d3, #e5effb, #9cb3d3);
    background: -moz-linear-gradient(#9cb3d3, #e5effb, #9cb3d3);
    background: linear-gradient(#9cb3d3, #e5effb, #9cb3d3);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
}

.renumerar {
    height: 35px;
    vertical-align: bottom;
    width: 80px;
}

table caption {
    padding: .5em 0;
}

table.dataTable th,
table.dataTable td {
    white-space: nowrap;
}

.titulo {
    font-size: 24px;
    font-weight: 500;
    /*line-height: 1;*/
}

.subtitulo {
    padding: 5px 15px;
    /*text-decoration: none !important;*/
    color: #7094c8;
    font-weight: 300;
}

.subtitulo2 {
    color: #333;
    font-weight: 300 !important;
    padding-left: 15px !important;
    font-size: 22px;
    margin-top: 20px;
    padding-bottom: 5px;
}

.cuadroT {
    padding: 5px 0;
    /*border: 1px solid #999;*/
    border-bottom: 1px solid #333;
    /*margin: 0 0 10px 0 !important;*/
    margin: 0 !important;
    color: #000;
    /*background-color: #337ab7;

    background: rgba(51,122,183,1);
    background: -moz-linear-gradient(top, rgba(51,122,183,1) 0%, rgba(40,99,148,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,122,183,1)), color-stop(100%, rgba(40,99,148,1)));
    background: -webkit-linear-gradient(top, rgba(51,122,183,1) 0%, rgba(40,99,148,1) 100%);
    background: -o-linear-gradient(top, rgba(51,122,183,1) 0%, rgba(40,99,148,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,122,183,1) 0%, rgba(40,99,148,1) 100%);
    background: linear-gradient(to bottom, rgba(51,122,183,1) 0%, rgba(40,99,148,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#286394', GradientType=0 );*/
}

.cuadroST {
    padding: 5px 0;
    /*padding: 0;*/
    margin: 0 !important;
    color: #3a68ab !important;
    border-bottom: 1px dotted #3a68ab;
}

.b0 {
    border: none !important;
}

.p0 {
    padding: 0 !important;
}

.p1 {
    padding: 1px !important;
}

.p6 {
    padding: 6px !important;
}

.p010 {
    padding: 0 10px !important;
}

.p020 {
    padding: 0 20px !important;
}

.pGraf {
    padding: 0 10px 10px 10px !important;
}

.ptb10mb10 {
    padding: 10px 0 !important;
    margin-bottom: 20px !important;
}

.m0 {
    margin: 0 !important;
}

.h100 {
    height: 100%;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr50 {
    margin-right: 50px;
}

.ml5 {
    margin-left: 5px;
}

.ml20 {
    margin-left: 20px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mtb8 {
    margin: 8px 0;
}

.mtb10 {
    margin: 10px 0;
}

.mtb20 {
    margin: 20px 0;
}

.mtb30 {
    margin: 30px 0;
}

.mtb50 {
    margin: 50px 0;
}

.mtbtabla {
    margin: 10px 0 0 0;
}

.min430 {
    min-height: 460px;
}

.max300 {
    max-height: 300px;
}

.minw170 {
    min-width: 170px;
}

.bgassoftware {
    background-color: #3a68ab;
    color: #fff;
    font-weight: 100 !important;
}

.bg0 {
    background-color: transparent !important;
    border: none;
}

.mttabla {
    margin-top: 33px;
}

.txtdefault {
    color: #3a68ab !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb1 {
    margin-bottom: 1px !important;
}

.w100 {
    width: 100%;
}

.w40px {
    width: 40px !important;
    display: inline-block;
    text-align: center;
}

.w50px {
    width: 50px !important;
    display: inline-block;
    text-align: center;
}

.w55px {
    width: 55px !important;
    display: inline-block;
    text-align: center;
}

.w100px {
    width: 100px !important;
}

.w200px {
    width: 200px !important;
}

.mw320px {
    max-width: 320px !important;
}

.azul {
    color: #3a68ab !important;
    margin-top: 0 !important;
}

.CB {
    clear: both !important;
}

.activo {
    padding: 7px !important;
    margin-bottom: 0 !important;
}

.treeview {
    border: 1px solid #ccc !important;
    height: 320px !important;
    overflow-y: scroll !important;
}


.subrayado {
    text-decoration: underline;
}

.TareaRegistroSel {
    background-color: bisque;
}

.TitRegistroSel {
    color: chocolate !important;
}

.copy {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-style: italic;
    color: #54729d;
}

.recurso {
    font-weight: 400;
    font-size: small;
    /*color: #333 !important;*/
}

/*.AsigTarea {
    background-color: orangered;
}
.AsigOtraTarea {
    background-color: limegreen;
}
.SinAsig {
    background-color: lightslategray;
}*/

.AsigTarea {
    background-color: #adcf69;
}

.AsigOtraTarea {
    background-color: #7cd0e2;
}

.SinAsig {
    background-color: #ff5a5d;
}

.border {
    /*background-color: #fcfcfc;
    border-radius: 10px;
    border: 1px dashed #eee;*/
}

.bordeGraf, .bordeGraf2, .bordeGrafP, .bordeGraf2P {
    border: 1px dashed #c0d4f3;
    border-radius: 10px;
    background-color: white;
}

.bordeGraf {
    min-height: 360px !important;
}

.bordeGraf2 {
    min-height: 672px;
}

.bordeGrafP {
    min-height: 240px;
}

.bordeGraf2P {
    min-height: 480px;
}

.tit_graf {
    margin-top: 8px !important;
}

.tit_graf2 {
    margin-top: 15px !important;
}

.btn-default .badge {
    background-color: #d9534f !important;
}

.grafico {
    /*background-color: #f9f9f9;
    border:1px dashed #ddd;
    padding: 0 50px;*/
}

    .grafico img {
        /*max-height: 400px;*/
    }

.border0 {
    border: none !important;
}

label {
    font-weight: 300 !important;
    color: #666 !important;
}

.date {
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: medium;
}

.btn-default {
    color: #3a68ab !important;
    border-color: #ccc !important;
    background-color: white;
}

.breadcrumb {
    margin-bottom: 0 !important;
    background-color: transparent !important;
    color: #7094c8 !important;
    padding: 15px !important;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    /*padding: 0 10px;*/
    background: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
    z-index: 2;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    /*border: none;*/
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin: 0 !important;
}

.line, .lineBlue, .lineGray, .lineBlue2 {
    width: 100%;
    height: 1px;
    clear: both;
}

.line {
    border-bottom: 1px solid #666; /*margin-bottom: 20px;*/
}

.lineBlue {
    border-bottom: 1px dashed #7497ca;
    padding: 5px 0;
    margin-bottom: 0px;
}

.lineBlue2 {
    border-bottom: 1px dashed #7497ca;
    padding: 0;
    margin-bottom: 10px;
}

.lineGray {
    border-bottom: 1px dashed #ddd;
    padding: 5px 0;
    margin-bottom: 0px;
}

.mascara_fechas .k-textbox .k-icon {
    margin: -8px 0 0 -8px !important;
    margin: -8px 0 0 -8px !important;
}

.mascara_fecha_hora .k-datetimepicker .k-select .k-link-time {
    margin-left: 24px !important;
}

.mascara_fecha_hora .k-datetimepicker .k-picker-wrap .k-icon {
    margin: -8px 0 0 -8px !important;
}

i, span {
    display: inline-block;
}

.input-group-addon {
    color: #7094c8 !important;
    background-color: #e1ebfa !important;
}

input[type="checkbox"]:disabled {
    opacity: 0.8;
}

/* Borde de los numeros del grid */
.k-pager-wrap > .k-link {
    border-radius: 0 !important;
}

.k-pager-numbers .k-link {
    border-radius: 0 !important;
}

.k-pager-numbers .k-state-selected {
    border-radius: 0 !important;
}

/* ---------------------------------------------------
    LESS
----------------------------------------------------- */

.form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

input.k-textbox {
    width: 100%;
    height: 34px !important;
}

.table-responsive {
    overflow-x: inherit !important;
}

/* ---------------------------------------------------
    LOGIN
----------------------------------------------------- */


.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .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;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.account-wall {
    max-width: 420px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 351px;
    height: auto;
    margin: 0 auto 10px;
    display: block;
}

.need-help {
    margin-top: 10px;
}

.derechos {
    display: block;
    margin-top: 10px;
    font-size: smaller;
    color: #337ab7;
}


/* ---------------------------------------------------
    SPLITTER
----------------------------------------------------- */

.split {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.content {
    border: 0px solid #C0C0C0;
    /*box-shadow: inset 0 1px 2px #e4e4e4;
    background-color: #fff;*/
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

    .gutter.gutter-horizontal {
        cursor: col-resize;
        background-image: url('../../Images/Grips/vertical.png');
    }

    .gutter.gutter-vertical {
        cursor: row-resize;
        background-image: url('../../Images/Grips/horizontal.png');
    }

    .split.split-horizontal, .gutter.gutter-horizontal {
        height: 96%;
        float: left;
        width: 100% !important;
    }

/* ---------------------------------------------------
    CHAT
----------------------------------------------------- */

.ico_menu {
    width: auto;
    height: 50px;
    top: 0px;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    padding-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    float: left;
}

    .ico_menu img {
        top: 5px;
        width: 40px;
        height: 40px;
        background-color: rgba(255,255,255,0.98);
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
    }

    .ico_menu:active {
        background: rgba(255,255,255,0.2);
    }




.smileys {
    width: 14px;
    height: 14px;
}

.chatW {
    max-width: 1396px;
    background-color: white;
}

.chat_cabecera {
    background-color: #3a67aa !important;
    overflow: hidden;
}

.chat_user {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    height: 60px;
    font-size: x-large;
    overflow: hidden;
    line-height: 60px;
    text-align: center;
}

.chat_icono {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    margin: 5px;
}

.chat_ico {
    content: url("../images/chat/chat.svg");
}

.icono {
    width: 24px;
    height: 24px;
}

.iconoT {
    width: 20px;
    height: 20px;
}

.iconoGrafico {
    width: 48px;
    height: 23px;
}

.ParamEstad {
    max-width: 48px !important;
    max-height: 48px !important;
}

.ParamEstadG {
    max-width: 60px !important;
    max-height: 60px !important;
    margin: 0 auto;
}

.iconoBalanceo {
    width: 42px;
    height: 36px;
}

.bandera {
    width: 24px;
    border: 1px solid #7094c8;
    margin-right: 10px;
}

.iconopad {
    padding: 4px 10px !important;
}

.iconosepara {
    float: right;
    margin-left: 4px;
}

.enviar {
    min-width: 32px;
    min-height: 32px;
}

.chat_icono:hover {
    background-color: #5284c1;
}

.chat_ejemplo {
    padding: 20px;
}
/*.chat-window {
    max-width: 550px;
}*/
.chat-window .panel-default {
    border: none !important;
}

.chat-window .panel-footer {
    background-color: #3a67aa;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.chat-window .panel-heading {
    border-radius: 0 !important;
}

.area_chat {
    font-size: 16px;
    resize: none;
}

.user {
    border-radius: 4px;
    border: 2px solid #ddd;
}

.panel {
    margin-bottom: 0px;
}

.chat-window > div > .panel {
    border-radius: 5px 5px 0 0;
}

.icon_minim {
    padding: 2px 10px;
}

.msg_container_base {
    background: #fff;
    margin: 0;
    padding: 0 20px;
    height: 594px;
    overflow-x: hidden;
    overflow-y: auto;
}

.xmanejador {
    color: #555 !important;
    cursor: pointer !important;
    pointer-events: all !important;
    padding-right: 22px !important;
}

.top-bar {
    background: #666;
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.msg_receive {
    padding-left: 0;
    margin-left: 0;
    background: ghostwhite;
}

.msg_sent {
    padding-bottom: 20px !important;
    margin-right: 0;
    background-color: #d1e0f2;
}

.messages {
    padding: 8px;
    border-radius: 4px;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
    border: 1px solid #eee;
    max-width: 100%;
}

    .messages > p {
        font-size: 16px;
        margin: 0 0 0.2rem 0;
        color: dimgrey;
    }

    .messages > time {
        font-size: 11px;
        color: cornflowerblue;
    }

.msg_container {
    padding: 5px;
    overflow: hidden;
    display: flex;
}

img {
    /*display: block;*/
    width: 100%;
}

.avatar {
    position: relative;
}

.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #fff;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
    justify-content: flex-end;
    align-items: flex-end;
}

    .base_sent > .avatar:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 5px solid #d1e0f2;
        border-right-color: transparent;
        border-top-color: transparent;
        box-shadow: 1px 1px 2px rgba(black, 0.2);
        // not quite perfect but close;
    }

.msg_sent > time {
    float: right;
}

.msg_container_base::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar {
    width: 12px;
    background-color: #d1e0f2;
}

.msg_container_base::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d1e0f2;
}



.body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.body::-webkit-scrollbar {
    width: 12px;
    background-color: #d1e0f2;
}

.body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d1e0f2;
}

.btn-group.dropup {
    position: fixed;
    left: 0px;
    bottom: 0;
}

.avatarChat {
    width: 50px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    margin: 5px;
}

.chat {
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
}

    .chat .content {
        background-color: transparent;
        !important;
    }

    .chat .thumbnail {
        margin-bottom: 0;
        padding: 0 !important;
        border: 2px solid #ddd !important;
    }

        .chat .thumbnail:hover {
            border: 2px solid #bbb !important;
        }

    .chat header {
        /*background: #3a67aa;*/
        padding: 0px 15px;
        color: #ffffff;
        font-size: 14px;
        cursor: move;
    }

        .chat header:before,
        .chat header:after {
            display: block;
            content: "";
            clear: both;
        }

        .chat header h2,
        .chat .body ul li .content h3 {
            margin: 0;
            padding: 0;
            font-size: 14px;
            float: left;
            padding-left: 0 !important;
        }

            .chat header h2 a {
                color: #ffffff;
                text-decoration: none;
            }

        .chat header .tools {
            list-style: none;
            margin: 0;
            padding: 0;
            float: right;
        }

            .chat header .tools li {
                display: inline-block;
                margin-right: 6px;
            }

                .chat header .tools li:last-child {
                    margin: 0;
                }

                .chat header .tools li a {
                    color: #ffffff;
                    text-decoration: none;
                    -webkit-transition: all 0.3s linear 0s;
                    -moz-transition: all 0.3s linear 0s;
                    -ms-transition: all 0.3s linear 0s;
                    -o-transition: all 0.3s linear 0s;
                    transition: all 0.3s linear 0s;
                }

    .chat .body {
        position: relative;
        height: 772px;
        overflow-y: auto;
    }

        .chat .body .panel {
            background-color: transparent !important;
        }

        .chat .body .search {
            display: none;
            width: 100%;
        }

            .chat .body .search.opened {
                display: block;
            }

            .chat .body .search input {
                width: 100%;
                margin: 0;
                padding: 10px 15px;
                border: none;
                -webkti-box-size: border-box;
                -moz-box-size: border-box;
                box-size: border-box;
            }

        .chat .body ul {
            list-style: none;
            padding: 0;
            margin: 0;
            border-top: 1px solid #f2f2f2;
        }

            .chat .body ul li {
                position: relative;
                background: #ffffff;
                display: block;
                width: 100%;
                padding: 10px;
                box-sizing: border-box;
                cursor: pointer;
            }

                .chat .body ul li:before,
                .chat .body ul li:after {
                    display: block;
                    content: "";
                    clear: both;
                }

                .chat .body ul li:hover .thumbnail {
                    background: #3a67aa;
                }

                .chat .body ul li:nth-child(2n) {
                    background: #f2f2f2;
                }

                .chat .body ul li .thumbnail {
                    display: inline-block;
                    background: #bfbfbf;
                    width: 50px;
                    color: #ffffff;
                    line-height: 50px;
                    text-align: center;
                    text-decoration: none;
                    -webkit-transition: background 0.3s linear 0s;
                    -moz-transition: background 0.3s linear 0s;
                    -ms-transition: background 0.3s linear 0s;
                    -o-transition: background 0.3s linear 0s;
                    transition: background 0.3s linear 0s;
                }

                    .chat .body ul li .thumbnail img {
                        width: 100%;
                    }

                .chat .body ul li .content {
                    display: inline-block;
                    margin-left: 6px;
                    margin-top: 5px;
                    vertical-align: top;
                    line-height: 1;
                }

                    .chat .body ul li .content h3 {
                        display: block;
                        width: 100%;
                        margin-bottom: 5px;
                        color: #808080;
                    }

                    .chat .body ul li .content .preview {
                        display: block;
                        width: 100%;
                        max-width: 200px;
                        margin-bottom: 5px;
                        color: #cccccc;
                        font-size: 12px;
                    }

                    .chat .body ul li .content .meta {
                        color: #b3b3b3;
                        font-size: 12px;
                    }

                        .chat .body ul li .content .meta a {
                            color: #999999;
                            text-decoration: none;
                        }

                            .chat .body ul li .content .meta a:hover {
                                text-decoration: underline;
                            }

                .chat .body ul li .message {
                    display: none;
                    position: absolute;
                    top: 0;
                    left: 0;
                    overflow: hidden;
                    height: 100%;
                    width: 100%;
                    padding: 10px;
                    box-sizing: border-box;
                }

    .chat footer a {
        background: #3a67aa;
        display: block;
        width: 100%;
        padding: 10px 15px;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box;
    }

        .chat footer a:hover {
            background: #cd8ca0;
            -webkit-transition: background 0.3s linear 0s;
            -moz-transition: background 0.3s linear 0s;
            -ms-transition: background 0.3s linear 0s;
            -o-transition: background 0.3s linear 0s;
            transition: background 0.3s linear 0s;
        }

    .chat .panel-default > .panel-heading {
        background-color: transparent !important;
    }

.info {
    width: 300px;
    margin: 25px auto;
    text-align: center;
}

    .info h1 {
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-weight: 400;
        color: #333333;
    }

    .info span {
        color: #666666;
        font-size: 12px;
    }

        .info span a {
            color: #000000;
            text-decoration: none;
        }

        .info span .fa {
            color: #3a67aa;
        }

        .info span .spoilers {
            color: #999999;
            margin-top: 5px;
            font-size: 10px;
        }

.bn {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.online, .offline {
    background: #2ecc71;
    position: absolute;
    left: 0;
    margin: -2px 0 0 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2ecc71;
    border: 2px solid #eee;
    z-index: 2;
}

.online {
    background: #2ecc71;
}

.offline {
    background: #e74c3c;
}

.menuC {
    float: left;
    height: 772px;
    /*width: 70px;*/
    width: 100%;
    background: #3a67aa;
    /*background: #4768b5;
  background: -webkit-linear-gradient(#4768b5, #35488e);
  background: -o-linear-gradient(#4768b5, #35488e);
  background: -moz-linear-gradient(#4768b5, #35488e);
  background: linear-gradient(#4768b5, #35488e);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19);*/
}

    .menuC .items {
        list-style: none;
        margin: auto;
        padding: 0;
    }

        .menuC .items .item {
            height: 70px;
            border-bottom: 1px solid #6780cc;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #9fb5ef;
            font-size: 17pt;
        }

        .menuC .items .item-active {
            background-color: #5172c3;
            color: #FFF;
        }

        .menuC .items .item:hover {
            cursor: pointer;
            background-color: #3a67bb;
            color: #fff;
        }

.faico {
    color: white !important;
    font-size: xx-large !important;
    padding-top: 8px !important;
}

    .faico:hover {
        background-color: #3a67bb !importan;
    }


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7094c8;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar a {
        color: #fff !important;
        text-decoration: none !important;
    }

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 0;
        background: #333555;
        border-bottom: 3px solid white;
    }

    #sidebar ul.components {
        padding: 20px 0;
        /*border-bottom: 1px solid #47748b;*/
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px 20px;
        font-size: 1.1em;
        display: block;
        cursor: pointer;
    }

    #sidebar ul li i {
        margin-right: 5px;
    }

    #sidebar ul li a:hover {
        color: #7094c8 !important;
        background: #fff !important;
    }

    #sidebar ul li.active > a /*, a[aria-expanded="true"] */ {
        color: #fff;
        background: #3a68ab;
    }

    #sidebar a[data-toggle="collapse"] {
        position: relative;
    }

    #sidebar a[aria-expanded="false"]::before, #sidebar a[aria-expanded="true"]::before {
        content: '\e259';
        display: block;
        position: absolute;
        right: 20px;
        font-family: 'Glyphicons Halflings';
        font-size: 0.6em;
    }

    #sidebar a[aria-expanded="true"]::before {
        content: '\e260';
    }

/*.k-content .k-link, .k-header a {
    font-size: 0.9em !important;
    padding-left: 0px !important;
    background: transparent !important;
}*/
.k-calendar .k-link {
    font-size: 0.9em !important;
    padding-left: 0px !important;
    background: transparent !important;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 40px !important;
    background: #3a68ab;
}

ul ul li a {
    border-bottom: 1px dashed #7094c8;
    cursor: pointer;
}

ul ul li:first-child a {
    border-top: 1px dashed #7094c8;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7094c8;
}

a.article, a.article:hover {
    background: #3a68ab !important;
    color: #fff !important;
}


#tabis li a[aria-expanded="true"]::before {
    content: '' !important;
}

#tabis li a[aria-expanded="false"]::before, #tabis li a[aria-expanded="true"]::before {
    content: '' !important;
}

.nav > li > a {
    padding: 10px 14px !important;
}

/* ---------------------------------------------------
    TABS
----------------------------------------------------- */

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: white !important;
    background-color: #3a68ab !important;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}



.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #31708f;
}

    .with-nav-tabs.panel-info .nav-tabs > .open > a,
    .with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-info .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
        color: #31708f;
        background-color: #bce8f1;
        border-color: transparent;
    }

.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #31708f;
    }

        .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #bce8f1;
        }

    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #31708f;
    }


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
/*@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}*/

@media all and (max-width: 995px) {
    .chat .body {
        height: auto;
    }

    .menuC {
        height: auto;
    }
}


@media all and (max-width: 480px) {
    #mainGrid_container, #detailGrid_container {
        font-size: 14px;
    }
}

/* ---------------------------------------------------
    TAREAS
----------------------------------------------------- */

.usuario_tarea span {
    font-size: large;
    padding: 0 5px;
    margin: 0 5px 0 0;
    border-radius: 0 0 10px 10px;
    color: #333;
    background-color: darkblue;
    border: 1px solid #999;
}

.usuario_tarea .k-link:link, .usuario_tarea .k-link:visited, .usuario_tarea .k-nav-current.k-state-hover .k-link {
    background-color: white !important;
}

.k-scheduler-footer > ul > li, .k-scheduler-toolbar > ul > li {
    border-width: 1px 1px 1px 1px !important;
}

.k-scheduler .k-state-selected {
    background-color: #428bca !important;
}

.k-scheduler-toolbar .k-nav-current {
    padding: 3px 10px;
    background-color: white !important;
    border-radius: 4px;
}

/* ---------------------------------------------------
    ICONOS SGA
----------------------------------------------------- */

.exportar, .importar, .resta, .modificar, .buscar, .filter, .nofilter {
    /* Size and position */
    cursor: pointer;
    display: block;
    position: relative;
    padding: 8px;
    width: 32px;
    /*margin: 10px 0;*/
    font-size: 12px;
    background-color: #d8e4e9;
    color: #3289c7;
    border-radius: 2px;
    border: 1px solid #d8e4e9;
    vertical-align: baseline;
    box-sizing: border-box;
    content: "";
    background-repeat: no-repeat;
    /*background-position: center left 8px;
    background-size: 15px;*/
    background-position: center left 5px;
    background-size: 20px;
    box-sizing: border-box !important;
}

.boton_grid {
    /*margin-left: 10px !important;*/
    padding: 10px 0 !important;
    float: right;
    margin-right: 14px;
}

.excel, .pdf, .eliminar, .guardar, .anadir2, .volver, .cancelar, .informe, .anterior, .siguiente, .actualizar, .favorito, .carga1, .carga2, .carga3, .perfilUsuario, .copiaSeguridad, .seguridadEmpleado, .maestroEmpleado, .desfiltrar, .aplicarfiltro, .cierre, .comparativo, .eliminar_linea, .limpiar_oleada, .imprimir_linea, .imprimir_etiqueta, .lotes, .movimientos, .palets, .despreparar, .guardar_linea, .entrada, .ayuda-icon, .undo-icon, .validar, .mov_stock, .traz_compras, .traz_ventas, .movimientos_compra, .movimientos_venta, .ver_documentos, .procesar, .cerrar_albaran {
    /* Size and position */
    cursor: pointer;
    display: block;
    position: relative;
    padding: 8px;
    width: 32px !important;
    min-width: 32px !important;
    height: 24px !important;
    /*margin: 10px 0;*/
    font-size: 12px;
    background-color: #e5effb;
    color: #3289c7;
    border-radius: 2px;
    border: 1px solid #d8e4e9;
    vertical-align: baseline;
    box-sizing: border-box;
    content: "";
    background-repeat: no-repeat;
    background-position: center left 5px;
    background-size: 20px;
    box-sizing: border-box !important;
    box-shadow: none !important;
}

    .ayuda:hover, .anadir:hover, .exportar:hover, .importar:hover, .anadir2:hover, .resta:hover, .modificar:hover, .buscar:hover, .cancelar:hover, .guardar:hover, .volver:hover, .informe:hover, .filter:hover, .nofilter:hover, .desfiltrar:hover, .aplicarfiltro:hover, .excel:hover, .pdf:hover, .anterior:hover, .siguiente:hover, .eliminar:hover, .ver_documentos:hover, .actualizar:hover, .favorito:hover, .carga1:hover, .carga2:hover, .carga3:hover, .ayuda-icon:hover, .undo-icon:hover, .validar:hover {
        border: 1px solid #75a2d3;
    }

.ayuda {
    background-image: url(../../Images/ayuda.svg);
}

.anadir {
    background-image: url(../../Images/plus.svg);
}

.exportar {
    background-image: url(../../Images/export.svg);
}

.importar {
    background-image: url(../../Images/import.svg);
}

.anadir2 {
    background-image: url(../../Images/plus.svg);
}

.resta {
    background-image: url(../../Images/menos.svg);
}

.modificar {
    background-image: url(../../Images/modify.svg);
}

.buscar {
    background-image: url(../../Images/search.svg);
}

.guardar {
    background-image: url(../../Images/save.svg);
}

.ayuda-icon {
    background-image: url(../../Images/help-symbol.svg);
}

.cancelar {
    background-image: url(../../Images/cancel.svg);
}

.informe {
    background-image: url(../../Images/informe.svg);
}

.filter {
    background-image: url(../../Images/filter.svg);
}

.nofilter {
    background-image: url(../../Images/nofilter.svg);
}

.aplicarfiltro {
    background-image: url(../../Images/filter.svg);
}

.desfiltrar {
    background-image: url(../../Images/nofilter.svg);
}

.excel {
    background-image: url(../../Images/excel.svg);
}

.pdf {
    background-image: url(../../Images/pdf.svg);
}

.carga1 {
    background-image: url(../../Images/BalanceoCarga/carga1.svg);
}

.carga2 {
    background-image: url(../../Images/BalanceoCarga/carga2.svg);
}

.carga3 {
    background-image: url(../../Images/BalanceoCarga/carga3.svg);
}

.eliminar {
    background-image: url(../../Images/eliminar.svg) !important;
}

.ver_documentos {
    background-image: url(../../Images/doc.svg) !important;
}

.anterior {
    background-image: url(../../Images/anterior.svg);
}

.siguiente {
    background-image: url(../../Images/siguiente.svg);
}

.actualizar {
    background-image: url(../../Images/actualizar.svg);
}

.favorito {
    background-image: url(../../Images/MenuPrincipal/favorito.svg);
}

.cierre {
    background-image: url(../../Images/cierre.svg) !important;
}

.comparativo {
    background-image: url(../../Images/comparativo.svg) !important;
}

.eliminar_linea {
    background-image: url(../../Images/eliminar_linea.svg) !important;
}

.limpiar_oleada {
    background-image: url(../../Images/limpiar.svg) !important;
}

.despreparar {
    background-image: url(../../Images/despreparar2.svg) !important;
}

.imprimir_linea {
    background-image: url(../../Images/informe.svg) !important;
}

.imprimir_etiqueta {
    background-image: url(../../Images/etiqueta.svg) !important;
}

.guardar_linea {
    background-image: url(../../Images/save.svg) !important;
}

.volver {
    background-image: url(../../Images/undo.png) !important;
}

.entrada {
    background-image: url(../../Images/entrada.svg) !important;
}

.undo-icon {
    background-image: url(../../Images/undo.svg) !important;
}

.validar {
    background-image: url(../../Images/validar.svg) !important;
}

.mov_stock {
    background-image: url(../../Images/mov_stock.svg) !important;
}

.traz_compras {
    background-image: url(../../Images/traz_compras.svg) !important;
}

.traz_ventas {
    background-image: url(../../Images/traz_ventas.svg) !important;
}

.lotes {
    background-image: url(../../Images/lotes.svg) !important;
}

.movimientos {
    background-image: url(../../Images/movimientos.svg) !important;
}

.movimientos_compra {
    background-image: url(../../Images/movimientos_compra.svg) !important;
}

.movimientos_venta {
    background-image: url(../../Images/movimientos_venta.svg) !important;
}

.palets {
    background-image: url(../../Images/palets.svg) !important;
}

.procesar {
    background-image: url(../../Images/Iconos/next.svg) !important;
}

.cerrar_albaran {
    background-image: url(../../Images/cerrar_albaran.svg) !important;
}


.copiaSeguridad {
    background-image: url(../../Images/copiaSeguridad.svg) !important;
    height: 30px;
    background-repeat: no-repeat !important;
    min-width: 30px !important;
    text-align: center;
    background-position: 4px !important;
}

.perfilUsuario {
    background-image: url(../../Images/user.svg) !important;
    height: 30px;
    background-repeat: no-repeat !important;
    min-width: 30px !important;
    text-align: center;
    background-position: 4px !important;
}

.seguridadEmpleado {
    background-image: url(../../Images/locked.svg) !important;
    height: 30px;
    background-repeat: no-repeat !important;
    min-width: 30px !important;
    text-align: center;
    background-position: 4px !important;
}

.maestroEmpleado {
    background-image: url(../../Images/manto.svg) !important;
    height: 30px;
    background-repeat: no-repeat !important;
    min-width: 30px !important;
    text-align: center;
    background-position: 4px !important;
}

.eliminar, .cierre, .comparativo, .eliminar_linea, .limpiar_oleada, .despreparar, .guardar_linea, .entrada, .mov_stock, .traz_compras, .traz_ventas, .ver_documentos {
    height: 30px;
    background-repeat: no-repeat !important;
    min-width: 30px !important;
    text-align: center;
    background-position: 4px !important;
}

.estanteria, .playa, .puerta {
    /* Size and position */
    width: auto;
    min-width: 150px;
    cursor: pointer;
    display: block;
    position: relative;
    padding: 8px 12px 8px 30px;
    font-size: 12px;
    background-color: #d8e4e9;
    color: #3289c7;
    border-radius: 2px;
    border: 1px solid #d8e4e9;
    vertical-align: baseline;
    box-sizing: border-box;
    content: "";
    background-repeat: no-repeat;
    background-position: center left 8px;
    background-size: 15px;
}

    .estanteria:hover, .playa:hover, .puerta:hover {
        border: 1px solid #75a2d3;
    }

.estanteria {
    background-image: url(../../Images/estanteria.svg);
}

.playa {
    background-image: url(../../Images/playa.svg);
}

.puerta {
    background-image: url(../../Images/puerta.svg);
}


.plano {
    float: left;
    margin: 10px;
    width: 100%;
    max-width: 1140px;
    height: 98%;
    max-height: 584px;
    background-image: url(../../Images/cuadricula.png);
    background-repeat: repeat;
    border: 2px solid #f6fafa;
}

.cont_plano {
    background-color: #fff;
    width: 100%;
    max-width: 1140;
    max-height: 604px;
    /*float: left;*/
    /*border: 1px solid #b9d0e7;*/
    display: inline-block;
}

.coordenada {
    font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
    padding: 2px;
    font-size: 12px;
    font-weight: 200;
    background-color: #fff;
    color: #3289c7;
    float: left;
    margin: 0 20px 0 0;
}

.myCanvas {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

#myCanvas {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

canvas {
    width: 1140;
    height: 584;
    text-align: center;
}

/* ---------------------------------------------------
    ETIQUETAS ALMACÉN
----------------------------------------------------- */

#tablaUbicaciones tr {
    /*border-top: double;*/
    border-width: 4px;
    border-color: #d8e4e9;
}

#tabla td {
    border-width: 3px;
    border-style: solid;
    border-color: #a8c4d0;
    width: 100px;
    height: 100px;
    text-align: center;
    -webkit-box-shadow: inset 0px -7px 17px -1px rgba(216,228,233,1);
    -moz-box-shadow: inset 0px -7px 17px -1px rgba(216,228,233,1);
    box-shadow: inset 0px -7px 17px -1px rgba(216,228,233,1);
}

#tablaUbicaciones td {
    border-bottom: double;
    border-width: 3px;
    border-style: solid;
    border-color: #a8c4d0;
    width: 100px;
    height: 100px;
    padding-top: 33px !important;
    border-top: double #a8c4d0 !important;
    background-color: #d8e4e9;
    text-align: center;
    -webkit-box-shadow: inset 0px -7px 17px -1px #666666;
    -moz-box-shadow: inset 0px -7px 17px -1px #666666;
    box-shadow: inset 0px -7px 17px -1px #666666;
}

.tablaetiquetasubicaciones {
    text-align: center;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #3270c4 !important;
    padding: 20px 0 0 0 !important;
}

.tablaetiquetaninguno {
    border: none !important;
    box-shadow: none !important;
    border-top: none !important;
    width: 80px !important;
    background-color: #fff !important;
}

/* ---------------------------------------------------
    SWITCH
----------------------------------------------------- */

.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 130px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 2px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #d8e4e9;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        padding-left: 5px;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #3289c7;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
        padding-right: 15px;
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: #FFFFFF;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #3289c7;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 2px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

    .switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    }

.switch-input:checked ~ .switch-handle {
    left: 98px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
/* Transition
========================== */
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.bubble {
    margin: 50px;
    position: relative;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    width: 400px;
    min-height: 130px;
    float: left;
}

    .bubble:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 180px;
        border-top: 20px solid blue;
        border-top-color: inherit;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }

.image-upload_input {
    display: none !important;
}

.image-upload {
    margin: 0;
    padding: 2px;
    height: 40px;
}

.iconoExcel {
    width: 35px !important;
    height: 35px !important;
    align-content: center;
    cursor: pointer !important;
}

.no-editable {
    pointer-events: none; /* Desactiva los eventos del puntero */
    /*background-color: #f2f2f2;*/
}

.hint {
    background-color: #dfd;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight:600;
    color: #333;
}
