﻿

.btn-primary
{
    background-image: linear-gradient(#fbfbfc, #9f9ea3);
    border: none;
    color: #3a4961;
}

.sorting
{
    background-image: linear-gradient(#fbfbfc, #9f9ea3);
    color: #3a4961 !important;

}

.c-app {
    background: url('../img/fondo_inside.jpg');
    background-size: cover;
}

/*Tamaño de input para mostrar el despliegue*/
div.dataTables_wrapper div.dataTables_length select {
    width: 50px !important;
}

/* Switch 1 Specific Styles Start */
input[type="checkbox"].switch {
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 2.5em;
    height: 1.5em;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    /*border: 1px solid #009688;*/
}

    input[type="checkbox"].switch:focus {
        box-shadow: #0275d8;
    }

    input[type="checkbox"].switch:checked {
        background: #0275d8;
    }

    input[type="checkbox"].switch:after {
        position: absolute;
        content: "";
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
        box-shadow: 0 0 .25em rgba(0,0,0,.3);
        -webkit-transform: scale(.7);
        transform: scale(.7);
        left: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    input[type="checkbox"].switch:checked:after {
        left: calc(100% - 1.5em);
    }

    input[type="checkbox"].switch.display {
        cursor: default;
    }
/* Switch 1 Specific Style End */

.justify-content-center {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 47px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

/*Estilo para el input type file*/
.custom-file-label:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c6";
}

.colorInfo {
    background-color: #A6D3F3 !important;
}

.colorSuccess {
    background-color: #85D894 !important;
}

.colorDanger {
    background-color: #F5917F !important;
}

.colorAceptado {
    background-color: #2DB2B0 !important;
}

.aceptado {
    color: #2DB2B0 !important;
}

.danger {
    background-color: #f5917f !important;
}

.devuelto {
    color: #ce8383 !important;
}

.pendiente {
    color: #75c0e0 !important;
}

.validar {
    color: #e8e973 !important;
}

.corregir {
    color: #ED765D !important;
}

.listo {
    color: #72C55B !important;
}

#timeLineExpediente {
    /*height: 600px;*/
    overflow-y: auto !important;
    overflow: hidden;
}

    #timeLineExpediente::-webkit-scrollbar {
        width: 8px; /* Tamaño del scroll en vertical */
        height: 8px; /* Tamaño del scroll en horizontal */
        display: none; /* Ocultar scroll */
    }

strong{
    font-weight: bold;
}

.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

/*Cambiar color texto seleccionado*/
::-moz-selection { /* Code for Firefox */
    color: white !important;
    background: #3c4b64 !important;
}

::selection {
    color: white !important;
    background: #3c4b64 !important;
}


.c-avatar {
    width: 100% !important;
    height: 100% !important;
    display: inline-block !important;
}

table.dataTable thead input[type=text] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABNSURBVHjaXI7BDcAwCAMvyQjMyQ6dAbZiKfqoUK34g2zJh1dENIC7M8pMAPYdzAVY3d0ajNz9aypS/b5R6o+ZPdqoKgCq6h80KH3xDgBqNR97p8oAGQAAAABJRU5ErkJggg==) no-repeat right -18px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px; /* USE the same right padding in jQ! */
    border-radius: 3px;
}

    table.dataTable thead input[type=text].x {
        background-position: right 5px center;
    }

    table.dataTable thead input[type=text].onX {
        cursor: pointer;
    }



.split {
    display: flex;
    flex-direction: row;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

    .gutter.gutter-horizontal {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
        cursor: col-resize;
    }


.photoviewer-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .85) !important;
    border: none;
}

.photoviewer-header .photoviewer-toolbar {
    background-color: rgba(0, 0, 0, .5) !important;
}

.photoviewer-footer {
    bottom: 10px;
}

    .photoviewer-footer .photoviewer-toolbar {
        background-color: rgba(0, 0, 0, .5) !important;
        border-radius: 5px;
    }

.photoviewer-header,
.photoviewer-footer {
    background-color: rgba(0, 0, 0, .5) !important;
    pointer-events: none;
}

.photoviewer-title {
    color: #ccc;
}

.photoviewer-button {
    color: #ccc;
    pointer-events: auto;
}

.photoviewer-footer .photoviewer-button:hover {
    color: white;
}

.bell {
    display: inline-block;
    position: relative;
    background-color: #eee;
    text-align: center;
    padding-top: 6px;
}

.bellnumbers {
    font-size: 12px;
    background-color: #3498db;
    width: 50px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    z-index: 2;
    border-radius: 3px;
    position: absolute;
    left: 10px;
}


.split-0 {
    height: 400px;
    overflow-y: scroll;
}

.split-1 {
    height: 400px;
    overflow-y: scroll;
}

.split {
    display: flex;
    flex-direction: row;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

    .gutter.gutter-horizontal {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
        cursor: col-resize;
    }

a.active {
    background-color: #3c4b64;
    color: #FFF !important;
}

.jconfirm-content {
    overflow-x: hidden!important;
}

/*Para mobile*/
@media only screen and (max-width : 1000px) {
    .stellarnav > ul > li > a {
        padding: 20px 23px;
    }
}
