﻿html {
    overflow-y: scroll;
}

.lockList {
    width: auto;
    margin: auto;
    position: relative;
    float: left;
    margin-right:25px;
}

.imgUsuario {
    z-index: 2;
    position: relative;
}

.imgCoordinador {
    z-index: 1;
    position: relative;
    left: -30px;
}

    .imgCoordinador:hover {
        z-index: 3;
    }

.itemUsuario {
    min-width: 300px;
}


#divBotttomRightUsuarios {
    /*width: 78px;
    height: 79px;*/
    position: fixed;
    bottom: 0%;
    right: 0%;
    font-size: 60pt;
    z-index: 995;
}

#divBotttomRightTareas {
    width: 78px;
    height: 79px;
    position: fixed;
    bottom: 10%;
    right: 2%;
    font-size: 60pt;
    z-index: 995;
}

#divBotttomRightEmpresas {
    width: 78px;
    height: 79px;
    position: fixed;
    bottom: 0%;
    right: 0%;
    font-size: 60pt;
    z-index: 995;
}

.iconoAnadirTask {
    position: absolute;
    top: 15px;
    left: 16px;
    z-index: 999;
    color: white;
    font-size: 19pt;
}

.iconoAnadirUsuario {
    position: absolute;
    top: 15px;
    left: 12px;
    z-index: 999;
    color: white;
    font-size: 19pt;
}

.iconoAnadirEmpresas {
    position: absolute;
    top: 15px;
    left: 13px;
    z-index: 999;
    color: white;
    font-size: 19pt;
}


.fondoAnadir {
    color: white;
    position: absolute;
    z-index: 998;
    font-size: 37pt;
    -webkit-filter: drop-shadow( 0px 5px 4px #808080 );
    filter: drop-shadow( 0px 5px 4px #808080 ); /* Same syntax as box-shadow */
}





.cropit-preview {
    /* You can specify preview size in CSS */
    width: 200px;
    height: 200px;
}



input[type=range] {
    display: -webkit-inline-box;
    width: 90px;
}

.image-cropper {
    text-align: -webkit-center;
}

/* Hide file input */
input.cropit-image-input {
    visibility: hidden;
}

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

.validacionEmpresa > div {
    min-height: 80px;
}

.unSoloIcono {
    padding-left: 63px;
}

.zoomPersonalizado {
    width: 200px;
    height: 40px;
    background-color: rgb(255, 255, 255);
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    border: 1px solid #8D8D8D;
    display: table;
    text-align: center;
}

label {
    white-space: nowrap;
}

.btn {
    overflow: hidden;
}


.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    /* border-color: rgba(255, 255, 255, 0.2); */
}

.infoBox {
    border: 1px solid rgb(137, 137, 137);
    color: rgb(0, 145, 110);
    opacity: 0.9;
    margin: 3px;
    padding: 3px;
    transform: translateZ(0px);
    position: absolute;
    visibility: visible;
    width: 256px;
    left: 572.978px;
    bottom: -604.9px;
    cursor: default;
    background: white;
    border-radius: 7px;
}

.tdOcupacion {
    margin: 0px;
    padding: 0px;
}

.ocupacion {
    width: 5px;
    height: 36px;
}

.ocupadoTrue {
    background-color: red;
}

.ocupadoFalse {
    background-color: green;
}

.tableCercanos {
    font-size: 12px;
}

/*Separa los label de los checkbox*/
input[type="checkbox"] + label, input[type="radio"] + label {
    margin-left: 10px;
}




/*añadido para el alto de fila*/
.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
    margin: -.2px; /* hack adjust for wrapping */
}

    .container-flex > div[class*='col-'] div, .row-flex > div[class*='col-'] div {
        width: 100%;
    }


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}

.status-badge {
    position: relative;
    display: inline-block;
}

.mrg10A {
    margin: 10px !important;
}

.notificaciones-status .notificaciones-badge {
    position: absolute;
    right: -6px;
    bottom: -6px;
}

.notificaciones-badge {
    overflow: hidden;
    width: 18px;
    height: 18px;
    padding: 0;
}

.status-badge .small-badge {
    position: absolute;
    right: 1px;
    bottom: 1px;
}

.status-badge .very-small-badge {
    position: absolute;
    right: 1px;
    bottom: 1px;
}

.small-badge {
    overflow: hidden;
    width: 12px;
    height: 12px;
    padding: 0;
    border: 2px solid #fff !important;
    border-radius: 20px;
}

.very-small-badge {
    overflow: hidden;
    width: 6px;
    height: 6px;
    padding: 0;
    border: 1px solid #fff !important;
    border-radius: 20px;
}

.badge-danger, .bg-danger, .bg-red, .bootstrap-switch-danger, .btn-danger, .checkbox-danger div[id^=uniform-] span.checked, .hover-danger:hover, .hover-red:hover, .label-danger, .progress-bar-danger, .radio-danger div[id^=uniform-] span.checked {
    color: #fff;
    border-color: #cf4436;
    background: #e74c3c;
}


table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    vertical-align: top;
}

#tableList tbody tr {
    cursor: pointer;
}

#tableList th,
#tableList td {
    white-space: nowrap;
}

/*Quita el scroll horizontal cuando es necesario*/
table.dataTable {
    border: 0;
}

.bg-track, .callout.callout-success, .label-success, .modal-success .modal-body {
    background-color: rgb(168, 0, 87) !important;
    color: white !important;
}

.bg-track, .callout.callout-success, .label-success, .modal-success .modal-body {
    background-color: rgb(168, 0, 87) !important;
    color: white !important;
}

.bg-annex, .callout.callout-success, .label-success, .modal-success .modal-body {
    background-color: #1e2a41 !important;
    color: white !important;
}

.bg-annex, .callout.callout-success, .label-success, .modal-success .modal-body {
    background-color: #1e2a41 !important;
    color: white !important;
}

.modal-asignacion-tarea {
    width: 800px;
    margin: 30px auto;
}

.pad-left {
    padding-left: 10px;
}

.pad-right {
    padding-right: 10px;
}

.pad-sides {
    padding-right: 10px;
    padding-left: 10px;
}

.fondoGris {
    background-color: #ffffff;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.bold {
    font-weight: bold;
}

.icon-small {
    height: 18px;
    margin: 0;
    padding: 0;
}

.icon-medium {
    height: 22px;
    margin: 0;
    padding: 0;
}

.bigdrop + .select2-container .select2-selection--single {
    height: 42px !important;
}


.select2-results__option[aria-disabled] {
    background-color: #DDDDDD;
}

.dataTables_filter {
    float: right;
}

.bg-header-sucess {
    background-color: #5cb85c;
}

/*
 * Component: Info Box Small
 * -------------------
 */


.info-box.info-box-sm {
    min-height: 45px;
    margin-bottom: 15px;
    font-size: 10px;
    font-weight: bold;
    display: inline-flex;
}

    .info-box.info-box-sm small {
        font-size: 12px;
    }

    .info-box.info-box-sm .info-box-icon {
        height: 52px;
        width: 52px;
        font-size: 27px;
        line-height: 52px;
    }

    .info-box.info-box-sm .info-box-content {
        margin-left: 52px;
        height: 52px;
    }

.info-box .info-box-content .info-box-text {
    font-size: 15px !important;
}

.info-box .info-box-content .info-box-number {
    font-size: 15px !important;
}

.info-box.info-box-sm.dropdown {
    float: left;
}


.info-box-content-sm {
    padding: 5px 10px;
    /* margin-left: 90px; */
}

.info-box.info-box-sm.dropdown .info-box-icon {
    background: blue;
    display: inline-flex;
}

.info-box.info-box-sm.dropdown .info-box-content {
    /*width: 70%;*/
    background: red;
    float: left;
}

.info-box.info-box-sm.dropdown .info-box-dropdown {
    float: right;
    background: blue;
}


.boxmove {
    border: 1px solid #f9f9f9;
    cursor: move;
}

canvas#race {
    position: relative;
    z-index: 1;
}

.sw-btn-next {
    left: 10px;
}


.form-height-70 {
    height: 70px;
}


.formatedtext {
    white-space: pre-wrap;
    word-wrap: break-word;
    min-width: 250px;
}



.fa-remove {
    color: red;
}


.fa-check {
    color: forestgreen;
}

.bg-sms, .callout.callout-success, .label-success, .modal-success .modal-body {
    background-color: #a8d200 !important;
    color: white !important;
}



.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;
}


.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.centrado {
    text-align: center;
}


.cn {
    display: table-cell;
    min-width: 100%;
    min-height: 100%;
    vertical-align: middle;
    text-align: center;
}

.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.carousel-indicators--round li {
    border-radius: 10px;
    margin: 1px 3px;
    height: 10px;
    max-width: 10px;
    border: 1px solid #FFF;
    background-color: transparent;
}

.carousel-indicators .active {
    background-color: #fff;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

#barraProgreso {
    top: 48%;
    height: 7px;
    content: " ";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0px;
    height: 5px;
    background-color: #808080;
    border-radius: 3px;
    z-index: 0;
}


.text-warning {
    color: #3c8dbc !important;
    font-size: 1.5em;
}

.text-error {
    color: #f39c12 !important;
    font-size: 1.5em;
}

.text-critical {
    color: #f39c12 !important;
    font-size: 1.5em;
}

.text-pending {
    color: #00a65a !important;
    font-size: 1.5em;
}

.textTruncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
}
