﻿.dropzone {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px dashed #0094ff;
    color: #0094ff;
    font-weight: bold;
}
.ListaPK {
    background-color: #2e4760;
    color: white
}
.ListaNotNull {
    background-color: #5bc0de;
    color: white
}
td.details-control {
    background: url('https://images-na.ssl-images-amazon.com/images/G/33/img20/Educational_Campaing/Assets/AMZ_CustomerEducation_AppNotifications_Desktop_Shoveler_Text_400x400._CB668977500_.jpg') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('https://images-na.ssl-images-amazon.com/images/G/33/img20/Educational_Campaing/Assets/AMZ_CustomerEducation_AppNotifications_Desktop_Shoveler_Text_400x400._CB668977500_.jpg') no-repeat center center;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    /*position: absolute;*/
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 10px;
}

.BordeDerechoMenu {
    border-right: 1px solid lightgray;
}

.CerrarSpan {
    position: relative;
    margin-left: 10px;
    color: red;
    cursor: pointer;
}

.nav-pills > li + li {
    margin-left: 0;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.Fechas {
    background-color: white !IMPORTANT;
}

.Selected {
    background-color: #f1f1f1;
}

.BotonIcono {
    font-size: 21px;
    padding: 1px 1px 1px 1px;
}

.disabledContent {
    cursor: not-allowed;
    background-color: rgb(229, 229, 229) !important;
}

    .disabledContent > * {
        pointer-events: none;
    }

.HeaderPadreLabel {
    color: gray;
    margin-left: 5px;
    font-size: 120% !important;
}

.frame {
    width: 1200px;
    height: 1800px;
    border: 0;
    -ms-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.wrap {
    width: 785px;
    height: 750px;
    padding: 0;
    overflow: hidden;
}

.divBotonAcciones {
    padding: 15px 0 15px 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

* {
    margin: 0;
    padding: 0;
}

.doc {
    display: flex;
    flex-flow: column wrap;
    width: 100FE;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: #333944;
}

.box {
    max-width: 50%;
    max-height: 50%;
}

table {
    font-size: 12px;
}

#divBotonesAccion {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fafafa;
    border: 1px dotted #d2d2d2;
    border-right: 3px solid #00B7EB;
    padding: 5px 0 5px 0;
}

.liautocomplete:hover {
    background-color: #E5E5E5;
    margin-left: 5px;
}

.Fechas {
    background-color: white;
}
.form-group input[type="checkbox"] {
    /*display: none;*/
}

    .form-group input[type="checkbox"] + .btn-group > label span {
        width: 20px;
    }

        .form-group input[type="checkbox"] + .btn-group > label span:first-child {
            display: none;
        }

        .form-group input[type="checkbox"] + .btn-group > label span:last-child {
            display: inline-block;
        }

    .form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
        display: inline-block;
    }

    .form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
        display: none;
    }
.range-wrap {
    position: relative;
    margin: 0 auto 3rem;
}

.range {
    width: 100%;
}

.bubble {
    background: gray;
    color: white;
    font-weight:bold;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
}

    .bubble::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 2px;
        top: -1px;
        left: 50%;
    }