


/********************************\
|************ Global ************|
\********************************/
:root {
    --background-color: white;
}

.aviso{
    text-align: center;
}

.checkboxuser{
    margin: 10px 0px;
}

.alerta-user{
    width: fit-content;
}

.form-control{
    height: 44px;
}
.vue-js-switch{
    z-index: 0 !important;
}
.modal-body a{
    color: #3490dc !important;
}
.clicable{
    cursor: pointer;
}
.observaciones_paragrafo{
    white-space: break-spaces;
}

.error_box, .message_box{
    position: fixed;
    z-index: 2;
    right: 10px;
    bottom: 5px;
}
.force_inline{
    display: inline !important;
}
.media-body{
    width:80%;
    display:block;
}
/* FADE VUEJS */
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

.nota_interna{
    background: rgba(255,193,7, 0.5);
}

.invitado_color{
    background-color: #B5DDFE  !important;
}
/* SLIDE VUEJS */
.slide-enter-active {
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
 }

 .slide-leave-active {
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
 }

 .slide-enter-to, .slide-leave {
    max-height: 1000px;
    overflow: hidden;

 }

 .slide-enter, .slide-leave-to {
    overflow: hidden;
    max-height: 0;
 }

.nom{
    display:none;
}

.body_1000{
    height: 1000px !important;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events:none;
}
#cargando_pagina{
    z-index:10 !important;
    position: absolute;
    height: 80%;
    width:80%;
    top: 10%;
    right: 10%;
    align-items: center;
    border-radius:10px;
}
#cargando_pagina .spinner-border{
    width:100px;
    height: 100px;
    color:black
}
.vue-js-switch .v-switch-core .v-switch-button[data-v-25adc6c0]{
    z-index: 1 !important;
}
.dropdown-item.active{
    color:white !important;
}
.btn-radius-zero{
    border-radius:0;
}
select.card{
    cursor: pointer;
}
.pagination{
    margin-top:10px;
}
.table {
    margin-bottom:0;
}

.fas.fa-trash,
.añadir_subetiqueta{
    transition: transform 0.5s;
}
.fas.fa-trash:hover,
.añadir_subetiqueta{
    transform: scale(1.5);
    cursor:pointer;
}
.multiselect__tags{
    border: 1px solid #ced4da;
    min-height: 44px;
    padding: 11px 40px 0 8px;
}
.btn-group.special {
  display: flex;
}
.special .btn {
  flex: 1
}
.table td{
    vertical-align: middle;
}

input[type="file"]{
    padding:3px;
}

.card-header{
    /*background-color: #1565C0;*/
    background-color: var(--background-color);
    color:white;
}
.card-header.card-header-mistiqs.clicable{
    cursor: pointer;
}
.card-header.card-header-mistiqs{
    background-color: #F7F7F7;
    color: #212529;
}

.alert-danger-header,
.alert-success-header{
    padding: 0.3rem 1rem;
}
.alert-success-header {
    background-color: #1d643b;
    border-color: #c7eed8;
}
.alert-danger-header {
    background-color: #761b18;
    border-color: #f7c6c5;
}
.alert-danger-header > span i,
.alert-success-header > span i{
    animation: 1s linear;
    cursor: pointer;
}
.alert-danger-header > span i:hover,
.alert-success-header > span i:hover{
    transform: scale(1.05, 1.05);
}
.alert-danger-header > span i:active,
.alert-success-header > span i:active{
    transform: scale(.9, .9);
}

.show-alert{
    animation: showalert 1s linear;
}
.hide-alert{
    animation: hidealert 1s linear;
}

.badge-primary {
    color: #fff;
    /*background-color: #3490dc;*/
    background-color: var(--background-color);
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.etiqueta-pendiente {
    margin-left: -1px;
    margin-right: 15px;
    margin-top: 10px;
    padding: 5px;
}

.cursor-pointer{
    cursor:pointer;
}
.card-header-usuarios_pendientes > p{
    margin-bottom:0;
}
.card-header-usuarios_pendientes .badge{
    font-size:100%;
}
.card.card-tiq{
    margin-bottom:20px;
}
nav.navbar{
    /*background-color:#1565C0 !important;*/
    background-color: var(--background-color) !important;
}
nav#header_app .navbar-brand,
nav#header_app .nav-item>a{
    color:white !important;
    padding: 0;
    margin-right: 30px;
}
nav#header_app .nav-item{
    margin-left: 5px;
}
nav a.active{
    border-bottom:2px solid white;
}

nav div.dropdown-menu a{
    color:#212529 !important;
}
.fila_etiquetas{
    background-color: rgba(0,0,0,.05);
}
table .fila_cruds,
table .fila_etiquetas,
table .fila_subetiquetas,
table .fila_prioridades,
table .fila_usuarios{
    cursor:pointer;
}

/********************************\
|********** Historial ***********|
\********************************/

#table_tiq td{
    vertical-align: middle !important
}

#table_tiq{
    text-align: center;
}

#table_tiq > tbody > tr{
    cursor: pointer;
    transition: transform .2s;
}
/*#table_tiq > tbody > tr:hover*/
/*{*/
/*    transform: scale(1.03);*/
/*    position:relative;*/
/*    z-index:1000;*/
/*}*/

#ocultar_filtros{
    display:none;
    margin-top:0;
}

#box_filtros{
    display:none;
}

.estado-1{
    /*background-color:#D50000;*/
    background-color: #f4322a;
    color:white
}

.estado-2{
    /*background-color:#E65100;*/
    background-color: #ff9500;
    color:white

}

.estado-3{
    /*background-color:#2E7D32;*/
    background-color: #5acf51;
    color:white
}

/********************************\
|*********** Mis Tiqs ***********|
\********************************/


.new-tiq {
    height: 50px;
    background: #1565C0;
    width: 200px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    font-family: sans-serif;
    color: #FFF;
    transform: rotate(-315deg);
    position: absolute;
    right: -62px;
    box-shadow: inset 0px 0px 0px 4px rgb(255 255 255 / 34%);
}

.new-tiq-table {
    height: 41px;
    background: #1565C0;
    width: 102px;
    text-align: center;
    font-size: 17px;
    line-height: 42px;
    font-family: sans-serif;
    color: #FFF;
    transform: rotate(-315deg);
    position: absolute;
    right: -33px;
    overflow: hidden;
    top: -1px;
    box-shadow: inset 0px 0px 0px 4px rgb(255 255 255 / 34%);
}

.card-header.clicable{
    transition: background-color 0.3s;
}

.card-header.clicable:hover{
    /*background: #5e92f3 !important;*/
    background: var(--background-color);
    color:white;
}
.card-header.clicable:active{
    border:1px solid #ccc;
}

.btn_last{
    position: absolute;
    bottom:5px;
    right:5px;
}

.pendientes_card{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.fila_filtros{
    padding:15px;
}
.calendariio_pendientes span{
    padding:10px;
}

.fila_botones_filtros{
    margin-bottom:60px;
    margin-top:30px;
}


.tiq_filtrado_prioridad,
.tiq_filtrado_planificado,
.tiq_filtrado_estado{
    display:none;
}

.btn-1{
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-primary{
    background-color: var(--background-color);
    border-color: var(--background-color);
}

.btn-primary:hover{
    border-color: var(--background-color);
    background-color: var(--background-color);
    filter:brightness(85%);
}

.btn-primary:focus{
    background-color: var(--background-color);
    border-color: var(--background-color);
}

.btn-primary:disabled{
    background-color: var(--background-color);
    border-color: var(--background-color);
}

.btn-1:hover {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
}

.btn-1:focus,
.btn-1.focus {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-1.disabled,
.btn-1:disabled {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.card-header-mistiqs p{
    margin:0;
}

#fila_badges_info{
    margin-bottom:20px;
}
.col_badges_info{
    margin:0;
}
.col_badges_info h4{
    margin:0 !important;
}
.col_badges_info{
    font-size: 18px;
}

.prioridad_tiq_info .badge{
    vertical-align: middle;
}

.tiq_observaciones_info{
    white-space: break-spaces;
}

.tiq_observaciones_box{
    margin-top:15px;
    overflow: hidden;
    max-height: 150px;
    transition: max-height 0.5s;
    cursor:pointer;
    position: relative;
    min-height: 60px;
}

.tiq_observaciones_box_clic{
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.box_visualizacion i{
    margin-top: 24px;
    font-size: 34px;
    padding: 5px 10px;
    background-color: white;
    cursor: pointer;
    box-shadow: 0 3px 3px #00000029;
    border-radius: 3px;
    border: 0;
    width: 70px;
    text-align: center;
}

.vista_active{
    /*background: #1565C0 !important;*/
    background: var(--background-color) !important;
    color:white !important;
}

.box_visualizacion i:hover, .box_visualizacion i:active{
    background: rgba(101, 101, 101, 0.5);
    /*background: #1565C0;*/
    background: var(--background-color);
    color:white;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.box_visualizacion i:active{
    border:1px solid #ccc;
}

.box_visualizacion i:focus{
    outline:0;
    box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.16);
}

/********************************\
|********** Nuevo Tiq ***********|
\********************************/

#formNuevoTiq .form-row .col-12{
    margin-bottom:10px;
}

/********************************\
|************* Tiq **************|
\********************************/
.accion_opciones{
    padding: 2px 10px 1px 10px;
    border-radius: 100%;
    cursor: pointer;
    display: table-cell;
}

.accion_opciones:hover{
    background:#f8fafc;
}

.card-header-accion{
    color: #212529;
    border-bottom: 0;
    background: white;
}

.card-header-accion-interna,
.bg_interna{
    background: rgba(255,193,7, 0.5);
}

.marcar_accion_interna_btn:hover{
    cursor:pointer;
    opacity: 0.8;
}

.creador_accion{
    margin-right: 15px;
    font-size: 20px;

}

.observaciones_tiq{
    height: 270px;
    overflow-y: scroll;
    padding: 15px;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

.observaciones_paragrafo img{
    max-width: 100%;
}

.tiq_observaciones{
    color:#495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #e9ecef;
    padding: 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    min-height: 120px;
}

.tiq_observaciones img{
    max-width:100%
}

.foto_accion{
    object-fit: cover;
}
.informacion_cliente_tiq{
    margin-top:10px;
    background-color: #e9ecef;
    opacity: 1;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

#table_documentos{
    text-align:center;
}

#table_documentos > thead > tr > th:first-child,
#table_documentos > tbody > tr > td:first-child{
    text-align: left;
}

.card-accion-tiq{
    margin-bottom:10px;
}

#ocultar_detalles{
    margin-top:0;
}

#box_tiempo > div{
    margin-right:10px;
}

#box_tiempo > div > input{
    width:50px;
}

#modal_guardar_tiq .modal-footer{
    display:inline-block;
    text-align:center;
}

#modal_guardar_tiq .modal-body{
    text-align:center;
}

.descargar_documento{
    cursor:pointer;
}

/********************************\
|********** Dashboard ***********|
\********************************/
.box_clicable{
    cursor: pointer;
}

.box_clicable:hover{
    background-color:rgba(0,0,0,0.1);
    transition:0.3s
}

.box_clicable_active{
    border:5px solid #ccc;
}

.dashboard_info{
    padding: 20px;
    height: 150px;
    color: #3490dc;
    display : flex;
    align-items : center;
}

.dashboard_info h3{
    font-size: 30px;

}

.dashboard_info h4{
    font-size: 24px;

}

.dashboard-nav{
    text-align: center;
    padding: 10px !important
}
.dashboard-nav h1 {
    color:white;
    flex:1;
}
#sidebarMenu{
    position: fixed;
    height: 100%;
}
#sidebarMenu.show{
    position:relative !important;
}

.list-group-item{
    border:0;
    background-color:#F8F9FA;
}
#lista a.active{
    border:0;
}

#lista a.active span.text{
    border-bottom:2px solid #3490dc;
}

.card{
    box-shadow: 0 3px 3px #00000029;
    border-radius: 3px;
    border: 0 !important;
}

#primary_color{
    border-radius: 50%;
    height: 60px;
    width: 60px;
    border: none;
    outline: none;
    -webkit-appearance: none;
}

#primary_color::-webkit-color-swatch-wrapper {
    padding: 0; 
}
#primary_color::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
}

ul li a.nav-link{
    color: var(--background-color);
}

.dashboard_info{
    color: var(--background-color);
}

/********************************\
|*********** Clientes ***********|
\********************************/
.fila_clientes:hover{   
    background-color: var(--background-color) !important;
    cursor: pointer;
}

/********************************\
|********* Prioridades **********|
\********************************/

#tbodyPrioridades > tr > td > .fa-trash{
    color:#212529 !important;
}


/********************************\
|*********** Usuarios ***********|
\********************************/

#foto_perfil{
    height: 75px;
    margin-right:10px;
}

.remove_button{
    cursor:pointer;
}

.foto_tabla{
    height: 30px;
    width: 30px;
}

/********************************\
|************ Cruds *************|
\********************************/
.opciones_cruds .row{
    margin-right:30px;
}
#mantenimiento_crud{
    margin-bottom:40px
}

.input_select{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn_select{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/********************************\
|********* Tipo de Tiq **********|
\********************************/
.fila_tipo_tiqs td{
    cursor:pointer;
}

.fila_tipo_tiqs:hover{
    background-color:rgba(0,0,0,0.3) !important;
}

/********************************\
|*********** Informes ***********|
\********************************/
.ojo_grafico{
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    background: white;
    top: 0;
    right: 30px;
}
.esTiq{
    background: #ccc;
}
#informe_tabla > thead{
    background:#1565C0;
    color:white;
}

/********************************\
|*********** Echarts ************|
\********************************/
.echarts{
    width: auto !important;
    display:flex;
    justify-content: center;
}

/********************************\
|********** Switch VJ ***********|
\********************************/

label.vue-js-switch{
    margin:0;
}

/********************************\
|*********** Callouts ***********|
\********************************/
.bd-callout {
    padding: 1.25rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
    /**/
    /**/
    /*border-radius: .25rem;*/
    background-color:white;
    box-shadow: 0 3px 3px #00000029;
    border-radius: 3px;
    /*border: 0px;*/
    border: 1px solid #eee;
    border-left-width: .25rem;
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    /*border-left-color: #f0ad4e;*/
    border-left-color: #ff9500
}

.bd-callout-warning h4 {
    /*color: #f0ad4e*/
    color: #ff9500
}

.bd-callout-danger {
    /*border-left-color: #d9534f*/
    border-left-color: #f4322a
}

.bd-callout-danger h4 {
    /*color: #d9534f*/
    color: #f4322a
}


/********************************\
|********** Skeleton ************|
\********************************/
.skeleton{
    opacity: .7;
    animation: skeleton-loading 1s linear infinite alternate;
    border-radius: .125rem;
}

.skeleton-input{
    width:100%;
    height: 2.75rem;
    margin-bottom: 0;
}

.skeleton-label{
    margin-bottom: .25rem;
    height: 1.2rem;
    width: 40%;
}

.skeleton-desc{
    margin-bottom: .25rem;
    height: .8rem;
    width: 40%;
}

.skeleton-obs{
    margin-bottom: .25rem;
    height: .8rem;
    width: 100%;
}

.skeleton-obs:last-child{
    margin-bottom: 0;
    height: .8rem;
    width: 80%;
}

.skeleton-card{
    margin-bottom: 1.25rem
}


/********************************\
|************ Quill *************|
\********************************/
.ql-toolbar{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border: 1px solid #ced4da;
}
.ql-container{
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border: 1px solid #ced4da;
}

.ql-editor{
    min-height: 150px;
}




/********************************\
|************ Media *************|
\********************************/
@media (max-width: 600px) {
    .info_invisible_movil{
        display:none;
    }
}


/********************************\
|*********** Keyframes **********|
\********************************/
/* Skeleton loading effect */
@keyframes skeleton-loading {
    0%{
        background-color:  hsl(200, 20%, 70%);
    }
    100%{
        background-color: hsl(200, 20%, 95%);
    }
}

/* Show alert message slidding from right to left */
@keyframes showalert {
    0%{
        right: -1000px;
    }
    100%{
        right:0;
    }
}

/* Hide alert message slidding from left to right */
@keyframes hidealert {
    0%{
        right: 0;
    }
    100%{
        right:-1000px;
    }
}
