/* Esto lo quito que quedaba raro */


/* 25px. Si no, 15px */


/* .container-fluid{ padding-right: 0 !important; }  */

.fixing-row {
    margin-left: 0 !important;
    width: 100%;
}

.h-auto {
    height: auto !important;
}

.btn-tiny i {
    /* transform: scale(2); */
}

.btn-toggle {
    color: #00BAFF;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    border: 1px solid #00BAFF;
}

.btn-toggle-active {
    background-color: #00BAFF;
    color: white;
}

.btn-toggle-active:hover {
    color: grey;
}

.btn-tiny {
    margin-right: 5px;
    float: right;
}


/* Esto lo he cambiado porque estaba muy raro, espero que no se use en otra parte */


/* .btn-search{ min-width: 0 !important; } */


/* button{ width: 100%; border-radius: 0 !important; } */

.not-found {
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
}

.content {
    height: auto;
}

.realdooh-main-viewer {
    padding-bottom: 40px !important;
}

.btn-rd,
.btn-rd:hover {
    border: 2px solid #00BAFF !important;
    background-color: white;
    border-radius: 0 !important;
}

.dashboard-container {
    height: calc(100vh - 90px);
}

.dashboard-container .notify-column,
.dashboard-container .interventions-column,
.dashboard-container .request-column {
    height: calc(100vh - 90px);
    /*overflow-y: auto;  HABR� QUE VER C�MO SE COMPORTA EL DIV DE LAS INTERVENCIONES*/
}

.dashboard-container .interventions-column .header,
.dashboard-container .request-column .header {
    height: 20vh;
}

.dashboard-container .header .new-intervention-btn {
    top: -15px;
    right: 0px;
}


/*.dashboard-container button{ width: 100%; }*/

.dashboard-container .buttons-container {
    margin-top: -1.6vh;
}

.dashboard-container button:first-child {
    /* margin-top: 40px; */
}

.dashboard-container .user-container {
    background: #00BAFF;
    color: #FFFFFF;
    height: 16vh;
    padding: 0;
    font-size: 1vw;
}

.dashboard-container .user-container>.row {
    height: 100%;
}

.dashboard-container .user-container .img-col {
    padding: 0 2px 0 18px;
}

.dashboard-container .user-container .name-col {
    /* padding: 2.4vh 20px 0 0px; */
}

.dashboard-container .user-container .name-col p {
    font-size: 16px;
}

.dashboard-container .user-container .user-img {
    width: 90%;
    height: 12vh;
    margin: 0 auto;
}

.dashboard-container .user-container .user-img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.dashboard-container .config-container {
    position: absolute;
    bottom: 0;
}

.dashboard-container .config-container .config-border {
    font-size: 3.6vh;
    background: #FFFFFF;
    color: #00BAFF;
    padding: 1vh 0vw;
    width: 60%;
    /*height: 80%;*/
    margin: 0 0 0 4vw;
    text-align: center;
}

.dashboard-container .config-container .config-border:HOVER {
    background: #00BAFF;
    color: #FFFFFF;
    cursor: pointer;
}

.dashboard-container .interventions-column .body {
    height: calc(80vh - 91px);
    /*overflow: auto;*/
    padding-right: 10px;
}

#tablerows {
    height: calc(80vh - 10rem);
    overflow: auto;
}

.eachintervention-container {
    height: 12vh;
    width: 100%;
    margin-bottom: 15px;
    display: inline-flex;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
}

.eachintervention-container:last-child {
    margin-bottom: 5px;
}

.eachintervention-container:HOVER {
    filter: brightness(85%);
    cursor: pointer;
}

.eachintervention-container .eachintervention-col-1 {
    height: 12vh;
    width: 10vh;
    padding: 0;
    text-align: center;
    background: #FFFFFF;
}

.eachintervention-container .eachintervention-col-1 .eachintervention-company {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.eachintervention-container .eachintervention-col-1 .eachintervention-company img {
    width: 6vh;
    height: auto;
    border-radius: 50%;
}

.eachintervention-container .eachintervention-col-2 {
    height: 12vh;
    width: calc(100% - (10vh + 18vh));
    background: #FFFFFF;
    display: inline-flex;
}

.eachintervention-container .eachintervention-col-2 p {
    margin-bottom: 0 !important;
    line-height: 3vh;
}

.eachintervention-container .eachintervention-col-2 .first {
    width: 25%;
    height: 100%;
    font-weight: 600;
    line-height: 33%;
    padding: .8vh;
}

.eachintervention-container .eachintervention-col-2 .first .fa-arrow-up {
    color: red;
}

.eachintervention-container .eachintervention-col-2 .first .fa-arrows-alt-h {
    color: orange;
}

.eachintervention-container .eachintervention-col-2 .first .fa-arrow-down {
    color: blue;
}

.eachintervention-container .eachintervention-col-2 .second {
    width: 49%;
    height: 100%;
    line-height: 33%;
    padding: .8vh;
}

.eachintervention-container .eachintervention-col-2 .second p {
    font-size: 14px;
    line-height: 25px;
}

.eachintervention-container .eachintervention-col-2 .second p:first-child,
.eachintervention-container .eachintervention-col-2 .second p.sinEspecificar {
    font-size: 18px;
}

.eachintervention-container .eachintervention-col-2 .third {
    width: 25%;
    height: 100%;
    /* font-weight: 600; */
    padding: 0;
    /* border: 3px solid red; */
}

.eachintervention-container .eachintervention-col-2 .third {
    padding-left: 5px;
}

.eachintervention-container .eachintervention-col-2 .third p,
.eachintervention-container .eachintervention-col-2 .third .dateLabel {
    margin: 0;
    padding: 0;
    font-size: 10px;
    display: block;
}

.eachintervention-container .eachintervention-col-2 .third .dateContainer {
    margin-bottom: 10px;
}

.eachintervention-container .eachintervention-col-2 .third p {
    line-height: 8px;
    font-size: 16px;
    font-weight: bolder;
}

.eachintervention-container .eachintervention-col-2 .third .dateLabel {
    line-height: 18px;
    font-size: 14px;
}

.eachintervention-container .eachintervention-col-2 .third .dateContainer:first-child {
    margin-top: 0px;
}

.eachintervention-container .eachintervention-col-3 {
    height: 12vh;
    width: 18vh;
    padding: .8vh;
    padding-top: 0;
    background: #FFFFFF;
}

.eachintervention-container .eachintervention-col-3 .col-3-row {
    height: calc(4vh - 1vh);
    width: 100%;
    display: inline-flex;
}

.eachintervention-container .eachintervention-col-3 .col-3-row .advise-button {
    width: 48%;
    text-align: center;
    line-height: calc(50% - 1vh);
}

.eachintervention-container .eachintervention-col-3 .col-3-row .advise-button:HOVER {
    /* background: #85868D; */
    /* color: #FFFFFF; */
}

.eachintervention-container .eachintervention-col-3 .col-3-row .advise-button:first-child {
    margin-right: 4%;
}

.eachintervention-container .eachintervention-col-3 .col-3-row .advise-button p,
.new-request-container .new-request-body p {
    margin-bottom: 0 !important;
}

.eachintervention-container .eachintervention-col-3 .col-3-row.col-3-row-noflex {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 20px;
    text-align: center;
    margin-top: 10px;
}

.eachintervention-container .eachintervention-col-3 .col-3-row .supervisorLabel {
    margin: 0;
    font-size: 14px;
}

.eachintervention-container .eachintervention-col-3 .col-3-row .supervisor {
    font-weight: bolder;
    font-size: 14px;
    line-height: 10px;
}

.dashboard-container .request-column .body {
    padding-right: 25px;
}

.dashboard-filters-form {
    padding: 10px !important;
    margin: 0 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-color: white;
}

.dashboard-filters-form .form-group {
    margin-bottom: 0;
}

.dashboard-container .request-column .body .new-request-container {
    width: 100%;
    height: 5vh;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    display: inline-flex;
    overflow: hidden;
}

.new-request-container .new-request-head {
    width: 25%;
    height: calc(5vh - 2px);
    background: #00BAFF;
    text-align: center;
}

.new-request-container .new-request-head .head-company {
    width: 4vh;
    height: 4vh;
    border-radius: 50%;
    margin: 0 auto;
    background: #FFFFFF;
}

.new-request-container .new-request-head .head-company img {
    width: 3vh;
    height: auto;
}

.new-request-container .new-request-body {
    width: 75%;
    height: calc(5vh - 2px);
    padding: 1vh;
}

.new-request-container .new-request-body .request-icon {
    opacity: .2;
    font-size: 300%;
    position: relative;
    z-index: 0;
    left: 85%;
    top: -34px;
}

#dashboard-outsourcer::placeholder {
    opacity: .4;
}

.stepsBGicon {
    position: absolute;
    top: 40px;
    left: 722px;
    opacity: .1;
    color: #00BAFF;
    font-size: 400px;
}

.step_one {
    /* margin-top: 115px; */
}

.step_one textarea {
    height: 250px;
    font-size: 13px;
    margin-bottom: 30px;
}


/*margin: 0 auto;*/

.step_two,
.step_two .eachstep-content {
    height: 100%;
}

.step_two form {
    overflow: hidden;
    margin-bottom: 25px;
}

.step_two .form-group {
    margin-bottom: 0;
}

.step_two .eachstep-content .createTasks {
    height: 32%;
}

.step_two .eachstep-content .createTasks button {
    height: 86px;
    width: 100%;
    font-size: 30px;
    margin-top: 12px;
}

.step_two textarea {
    resize: none;
}

.step_two .bordered {
    padding: 0 !important;
}

.step_two .dropzone {
    min-height: unset;
    height: 86px;
}

.step_two .dropzone .dz-preview.dz-error .dz-error-message {
    display: none;
}

.step_two .dropzone .dz-message {
    font-size: 9px !important;
}

.step_two .dz-image {
    height: 55px !important;
    width: 55px !important;
}

.step_two .dz-image img {
    height: 55px !important;
    width: 55px !important;
}

.step_two .dz-details {
    display: none;
}

.step_two .eachstep-content .showTasks {
    height: 350px;
    overflow: auto;
}

.step_two .eachstep-content .showTasks table {
    width: 100%;
    font-size: 1em !important;
    color: #85868d !important;
    background: #FFFFFF;
    table-layout: fixed;
    margin-right: 10px;
    /* border: 1px solid black; */
}

.step_two .eachstep-content .showTasks table tr {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

.step_two .eachstep-content .showTasks table tr:HOVER {
    background-color: #f0f0f0;
}

.step_two .eachstep-content .showTasks table tr td {
    padding: 8px 0;
    cursor: default;
}

.step_two .eachstep-content .showTasks table tr td i {
    color: white;
}

.step_two .eachstep-content .showTasks table tr td i:HOVER {}

.step_four table select {
    height: 24px !important;
    padding: 0;
    font-size: 12px;
}

.step_four table .dateColumn input {
    display: inline-block;
    height: 24px !important;
    line-height: 24px;
    vertical-align: top;
    padding: 0;
}

.step_four table .dateColumn input[type=date] {
    width: 55%;
    font-size: 12px;
}

.step_four table .dateColumn input[type=time] {
    width: 40%;
    font-size: 12px;
}


/* ::-webkit-outer-spin-button */

.td_task {
    width: 30%;
    padding-left: 5px !important;
}

.td_description {
    width: 55%;
}

.td_attachments {
    width: 10%;
}

.td_trash {
    width: 5%;
}

.td_trash .btn {
    display: inline-block;
    padding: 0;
    height: 25px;
    ;
    width: 25px;
}


/*.step_two .eachstep-content .editTask{ height: 30%; border: 1px solid darkgoldenrod; }*/

.step_three {
    font-size: 18px;
    color: #00BAFF;
}

.step_three input {
    font-size: 40px;
    width: 85px;
    border: 1px solid #C9C9C9;
}

.saving_step {
    position: relative;
    z-index: 9999999;
    background: rgba(255, 255, 255, .8);
    height: 100%;
    top: -15px;
    /* border: 5px solid red; */
    /* background-color: red; */
}

.saving_step .spinner {
    margin-top: 50px;
}

.saving_step .creando {
    padding-top: 40px;
    margin-top: 15px;
    font-size: 30px;
    text-align: center;
}

.progress {
    height: 30px;
    font-size: 1.3rem;
    position: relative !important;
    background: #CCCCCC;
}

.progress-bar {
    background-color: #00BAFF;
}

.progress-bar-title {
    position: absolute;
    right: 50%;
    color: #FFFFFF;
}

.modal .modal-dialog {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#modal-createIntervention-layout .modal-dialog {
    width: 1400px;
    min-width: 1400px;
    margin: 80px auto;
}

#modal-createIntervention-layout .modal-content {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #FFFFFF;
}

.customToolbar {
    background-color: white;
    height: 30px;
    padding: 0;
    margin-left: -15px;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* border: 5px solid red; */
}

.customToolbar span i {
    transform: scale(2);
    padding: 0 16px;
    cursor: pointer;
}

.customToolbar h3,
.customToolbar h3 {
    width: auto;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    padding: 10px 15px;
    background-color: #00BAFF;
    color: white;
}

#modal-createIntervention-layout .eachstep-container {
    width: 100%;
    height: 66px;
    border: 3px solid;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    cursor: default;
}

#modal-createIntervention-layout .eachstep-container-current {
    color: #00BAFF;
    border-color: #00BAFF;
}

#modal-createIntervention-layout .eachstep-container-done {
    color: #FFFFFF;
    border-color: #00BAFF;
    background: #00BAFF;
}

#modal-createIntervention-layout .eachstep-container p {
    font-size: 20px;
}

#modal-createIntervention-layout .eachstep-container i {
    position: absolute;
    bottom: -8px;
    left: 16px;
    font-size: 40px;
    transform: scale(1.3);
    opacity: .4;
}

#modal-createIntervention-layout .resume {
    font-size: 12px;
    color: #00BAFF;
    margin-top: 30px;
}

#modal-createIntervention-layout .steps-canvas {
    height: 510px;
}

#modal-createIntervention-layout .outsource-container {
    margin: 30px auto 60px auto;
}

#modal-createIntervention-layout .table-container {
    width: 100%;
    margin: 0 auto;
    height: 500px;
    overflow: auto;
}

#modal-createIntervention-layout .table-container table {
    margin: 0 !important;
}

#modal-createIntervention-layout .table-container table tbody input[type="text"] {
    max-width: 130px;
    font-size: 11px;
    height: 24px;
    padding: 2px;
    margin: 0 auto;
}

#modal-createIntervention-layout .eachInterventionCreatedAddress {
    padding: 0 2px !important;
}

#modal-createIntervention-layout .eachInterventionCreatedAddress button {
    margin: 0;
    height: 24px;
    padding: 0;
    height: 100%;
    width: 100%;
}

#modal-createIntervention-layout .table-container table tbody td {
    padding: 4px 2px;
    cursor: default;
}

#modal-createIntervention-layout .table-container tr {
    line-height: 30px;
    text-align: center;
}

#modal-createIntervention-layout .table-container th {
    margin: 0;
    font-size: 13px;
    font-weight: bolder;
    padding: 0px 5px;
    height: 30px;
    text-align: center;
}

#modal-createIntervention-layout .cb-container input[type="checkbox"] {
    width: 20px;
    transform: scale(0.9);
    padding: 0;
    margin: 0;
    font-size: 13px;
    height: 20px;
    border: 1px solid #a9a9a9 !important;
    vertical-align: middle;
}

#modal-createIntervention-layout .ellipsis-btn-container {
    padding: 0;
    text-align: center;
}

#modal-createIntervention-layout .ellipsis-btn-container .ellipsis-btn {
    text-align: center;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 30px;
    background-color: white;
    color: #85868D;
    border: 1px solid white;
    transition: none;
    font-size: 12px;
    overflow: visible;
    padding: 0;
}

#modal-createIntervention-layout .ellipsis-btn-container .ellipsis-btn:HOVER {
    background-color: #85868D;
    color: white;
    border: 1px solid white;
}

#modal-createIntervention-layout .ellipsis-btn-container .ellipsis-btn i {
    transform: scale(2);
}

#modal-createIntervention-layout .deleteInterventionColumn i {
    color: red;
    cursor: pointer !important;
}

#modal-createIntervention-layout #listDatePicker {
    height: 24px;
}

#locationColumn {}

.spinnerTempContainer {
    /* display: none; */
}

#scrollable-typeahead .dropdown-menu {
    max-height: 90%;
    width: 30em;
    overflow-y: auto;
}

.lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 14px;
    top: -16px;
    left: 15px;
    border: 1px solid green;
}

.lds-ellipsis div {
    display: none;
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #00BAFF;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    border: 1px solid orange;
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

.massiveActionsPopoverStyles {
    border: 1px solid #00BAFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.massiveActionsPopoverStyles .popover-content {
    padding: 0 !important;
    width: 275px;
}

.massiveActionsPopoverStyles .arrow {
    display: none;
}

.massiveActionsPopoverStyles p {
    font-weight: bolder;
    line-height: 45px;
    margin: 0 !important;
    font-size: 14px;
    text-align: center;
    color: #000000;
    cursor: default;
}

.tablepopoverOption {
    border-top: 1px solid #00BAFF;
    overflow: hidden;
    line-height: 25px;
    position: relative;
    text-align: center;
}

.tablepopoverOption i {
    opacity: .4;
    position: absolute;
    top: 5px;
    left: 12px;
    font-size: 35px;
}

.tablepopoverOption:not(.tablepopoverOption-disabled):HOVER {
    cursor: pointer;
    background: #00BAFF;
    color: #FFFFFF;
}

.tablepopoverOption-disabled {
    cursor: not-allowed !important;
}

#modal-massiveEditType-layout,
#modal-massiveEditPriority-layout,
#modal-massiveEditCompany-layout,
#modal-massiveEditLocation-layout,
#modal-massiveEditAddress-layout,
#modal-massiveEditOutsourcer-layout,
#modal-massiveEditDate-layout {
    margin-top: 200px;
}

.massiveModalAdvise {
    color: red;
    margin: 10px auto;
    font-weight: 600;
}

#intervention-body {
    padding-right: 25px;
}

.dashboard-header {
    width: 100%;
    /* height: 135px; */
    height: 70px;
    cursor: default;
}

.dashboard-header .title {
    position: relative;
    z-index: 0;
    background-color: #00BAFF;
    color: #FAFAFA;
    display: inline-block;
    margin-left: -20px;
    padding: 1.5rem !important;
    min-width: 16vw;
    color: #FFFFFF;
    /*220px*/
}

.dashboard-header .intervention-info .col-5,
.intervention-subheader .user-info .col-8 {
    z-index: 0;
}

.dashboard-header .title i,
.dashboard-header .intervention-info i,
.intervention-subheader .user-info .col-8 i {
    position: absolute;
    top: 10%;
    right: 15%;
    opacity: 0.2;
    font-size: 1000% !important;
    z-index: -1;
}

.intervention-info {
    width: 36vw;
    /*520px*/
    display: inline-block;
    color: #FAFAFA;
    background-color: #85868D;
    padding: .6rem .2rem .6rem 0;
    top: 15%;
    margin-left: -15px;
    position: relative;
}

.intervention-info .sinTienda {
    font-size: 16px !important;
}

.intervention-info .row {
    margin: 0;
}

.intervention-info .logo-container {
    overflow: hidden;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    padding: 5px;
    display: block;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0px 0px 1px black;
}

.intervention-info .logo-container-secret {
    border: 5px solid red;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.intervention-info .logo-container img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.intervention-info .row .col-5 {
    height: 90px;
}

.intervention-info .row .infopopover {
    cursor: pointer !important;
}

.intervention-info .row .col-5 p {
    margin: 0;
    line-height: 30px;
}

.intervention-info .row .infopopover p {
    font-size: 22px;
}

.intervention-info .row .col-5 .comercialname {
    font-weight: 600;
}

.intervention-localhour {
    width: 16vw;
    /*220px*/
    color: #85868D;
    background-color: transparent;
    position: relative;
    display: inline-block;
}

.special-actions {
    display: flex;
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    padding: 1rem;
}

.special-actions .btn {
    position: relative;
    margin: 0 5px;
}

.special-actions .btn-create {
    height: 50px !important;
    width: 50px !important;
}

.special-actions-btn {
    background-color: white;
    color: #00BAFF;
    border-top: 0px;
    border-bottom: 2px solid #00BAFF;
    border-left: 2px solid #00BAFF;
    border-right: 2px solid #00BAFF;
}

.special-actions-btn-resolved {
    background-color: white;
    color: #C9C9C9;
    border-top: 0px;
    border-bottom: 2px solid #C9C9C9;
    border-left: 2px solid #C9C9C9;
    border-right: 2px solid #C9C9C9;
    cursor: not-allowed;
}

.btn-create-resolved {
    background-color: #C9C9C9 !important;
}

.special-actions i {
    position: absolute;
    right: 25%;
    z-index: -1;
    top: 18%;
    font-size: 460% !important;
}

.btn-modalNav,
.btn-modalNav:hover {
    border: 1px solid rgb(221, 221, 221) !important;
    background-color: rgb(221, 221, 221) !important;
    color: black !important;
    margin-bottom: 10px;
}

.user-info {
    position: absolute;
    top: -75px;
    right: -50px;
    height: 120px;
    display: inline-block;
    background-color: #00BAFF;
    color: #FAFAFA;
    padding: .4rem;
    min-width: 350px;
    max-width: 425px;
}

.user-info .row {
    height: 100%;
}

.user-info .user-img-container {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.user-info .user-img-container img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.user-info .col-8 {
    height: calc(120px - .8rem);
}

.user-info span {
    font-size: 1vw;
}

.intervention-subheader {
    width: 100%;
    background: #f9f9f9;
    cursor: default;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
}

.intervention-subheader .row {
    height: 100%;
}

.intervention-subheader .planned {
    font-size: 1vw;
    position: relative;
    line-height: 35px;
    padding-right: 30px;
}

.intervention-subheader .planned .cal-container {
    padding-bottom: 10px !important;
    margin-left: 5px;
    margin-top: 12px;
    background-color: white;
    display: inline-block;
    height: 25px;
    width: 40px;
    color: rgb(133, 134, 141) !important;
    cursor: pointer !important;
    position: absolute;
    top: 6px;
}

.intervention-subheader .planned .btn-container {
    margin-left: 50px;
    width: 25px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    cursor: pointer !important;
}

.intervention-subheader .planned .check-container {
    margin-left: 86px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    z-index: 1;
}

.intervention-subheader .planned .cal-container i {
    position: absolute;
    top: 1px;
    left: 9px;
}

.intervention-subheader .planned .cal-container-disabled {
    opacity: 0.65;
    cursor: not-allowed !important;
}

.intervention-subheader button {
    width: 100%;
    border: 1px solid #00BAFF;
    color: #00BAFF;
    font-weight: 600;
    float: right;
}

.intervention-subheader .planned-timepicker {
    display: inline-block;
    position: relative;
    top: -7px;
}

.intervention-subheader .planned-timepicker .uib-increment,
.intervention-subheader .planned-timepicker .uib-decrement {
    cursor: default;
}

.intervention-subheader .planned-timepicker a.btn-link {
    display: none;
}

.intervention-chronology {
    display: block;
    text-align: center;
    padding: 1rem 0px;
    position: relative;
    font-size: 1.0rem;
}

.step {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
}

.progress-step {
    border: 2px solid #DDDDDD;
    border-radius: 0px;
    width: 100px;
    padding: 5px;
}

.progress-step-solved {
    color: #FFFFFF;
    border-color: #00BAFF;
    background: #00BAFF;
}

.progress-substep-solved {
    border-top-color: #00BAFF !important;
}

.progress-link {
    border-top: 3px solid #DDDDDD;
    display: inline-block;
    margin-left: -34px;
    margin-right: -34px;
    margin-top: 17px;
}

.substep {
    width: 7%;
}

.intervention-body .tasks-container {
    height: calc(100vh - (615px + 7vh));
    overflow: auto;
    padding-right: 5px;
}

.eachtasks-container {
    margin-bottom: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
}

.eachtasks-container .head {
    width: 100%;
    background: #FFFFFF;
    cursor: pointer !important;
    /* border: 1px solid white; */
}

.head .row {
    height: 100%;
    padding: 4px 0px;
}

.head-collapse {
    background: #FFFFFF;
}

.head-no-collapse {}

.task-completed {
    background: green;
    color: #FFFFFF;
}

.task-cancelled {
    background: red;
    color: #FFFFFF;
}

.eachtasks-container .head.head-collapse:HOVER {
    background-color: lightgrey;
    color: black;
}

.task-state {
    border: 1px solid black;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    float: right;
    margin-right: 20px;
}

.eachtasks-container .head .task-actions {
    display: flex;
}

.task-actions-container {
    margin: 0 20px 0 auto;
}

.task-actions .task-actions-btn {
    position: relative;
    margin: 0 2px;
    background-color: #FFFFFF;
    color: #00BAFF;
    border: 2px solid #00BAFF;
    padding: 1px !important;
    width: 40px;
    height: 25px;
    right: -14px;
    top: -0px;
    transition: none;
}

.resolvedTask {
    color: white !important;
    background-color: grey !important;
    border-color: white !important;
    cursor: not-allowed !important;
}

.task-actions .task-actions-btn:HOVER {
    cursor: pointer;
    /* background-color: #00BAFF; */
    /* color: white; */
}

.task-actions .task-actions-btn i {
    position: absolute;
    right: 35%;
    z-index: -1;
    top: 15%;
    font-size: 150% !important;
}

.eachtasks-container .body {
    width: 100%;
    padding: 12px 12px;
    padding: 0px 10px;
    background: #FFFFFF;
}

.eachtasks-container .body>.row {
    height: 7vh;
}

.asset-img-container,
.device-img-container {
    width: 60px;
    height: 60px;
    border: 1px solid #85868d;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
    padding: 4px;
    background-color: white;
}

.asset-img-container img,
.device-img-container img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.element-name {
    color: #85868d;
    font-weight: bolder;
    font-size: 14px;
}

.assetAndDevice {
    margin-bottom: 15px;
    padding-top: 15px;
}

.eachtasks-container .body .task-description {
    padding: 0.5rem;
}

.eachtasks-container .body .task-lists {
    width: 100%;
    height: 16vh;
    height: auto;
    margin-top: 2vh;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.eachtasks-container .body .task-lists .form-group {
    /* margin-bottom: 0px !important; */
}

.eachtasks-container .body .task-lists .row,
.eachtasks-container .body .task-lists .col-6 {
    height: 100%;
}

.eachtasks-container .body .task-lists .attachments,
.eachtasks-container .body .task-lists .items {
    height: 100%;
    width: 80%;
    border: 1px solid #000000;
    margin: 0 auto;
    padding: 5px;
    overflow: auto;
}

.task-lists .attachments .row .col-2 span {
    color: red;
    cursor: pointer;
}

.new-task-container {
    width: 100%;
    height: 6vh;
}

.new-task-container button {
    width: 100%;
    border: 1px solid #00BAFF;
    color: #00BAFF;
    font-weight: 600;
}

.actions-container,
.tracing-container,
.attachments-container {
    height: calc(100vh - 430px);
    width: 100%;
    background: #FFFFFF;
    box-shadow: 1px 0px 8px #C9C9C9;
    padding: 10px;
}

.tracing-container .div-title {
    margin-bottom: 20px;
}

.new-action-container {
    width: 100%;
    height: 6vh;
}

.new-action-container button {
    width: 95%;
    border: 1px solid #00BAFF;
    color: #00BAFF;
    font-weight: 600;
}

.tracing-container button {
    width: 100%;
    border: 1px solid #00BAFF;
    color: #00BAFF;
    font-weight: 600;
    margin: 0 auto;
    z-index: 0;
}

.attachments-container span {
    font-size: .8em;
}

.modal p.subtitle {
    text-align: center;
    font-weight: 600;
    margin-top: 1rem;
}


/*.btn-toggle{
	background-color: white;
	border: 1px solid #00BAFF;
	color: #85868D;
	padding: 5px 10px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.btn-toggle-active{ background-color: #00BAFF; color: white; }*/

.btn-toggle .fa-trash-alt {
    color: rgba(255, 37, 76, 1);
}

.btn-toggle .fa-trash-alt:hover {
    filter: brightness(.8);
}

.btn-toggle:hover {
    color: white;
    background-color: grey;
}

.interventionAttachmentContainer {
    height: 48%;
    padding: 0.1rem;
    overflow: auto;
}

.interventionAttachmentContainer-resolved {
    height: calc(100% - 58px);
    overflow: auto;
}

.btn-ver-seguimiento {
    transition: none;
}

.btn-ver-seguimiento.btn-toggle-active {
    background-color: #00BAFF;
    color: white;
}

.logbookAntriesContainer {
    height: 380px;
    overflow: auto;
    margin-top: 15px;
}

timeline {
    width: 100%;
}

timeline-panel {
    border-left-color: #00BAFF !important;
}

timeline-panel:after {
    border-left-color: #00BAFF;
    border-right-color: #00BAFF;
}

.timeline:before {
    background-color: #00BAFF !important;
}

.user-portrait-tiny {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
    margin-right: 10px;
    float: left;
    border: 1px solid #C9C9C9;
    border-radius: 50%;
}

.user-portrait-tiny img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.event-content small {
    font-size: 12px;
}

.btn-cancel,
.btn-cancel:hover {
    background-color: #fff;
    color: #85868D;
}

.btn {
    border-radius: 0;
}

.w-100 {
    width: 100%;
}

.vertical-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-middle_2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
}

p.help-block i {
    color: #6EA1FF !important;
}

.height-16 {
    height: 16vh;
}

.dropzone {
    overflow-y: auto !important;
}

.dropzone .dz-message {
    margin: 0 auto !important;
    width: 90%;
}

.dropzone .dz-preview:HOVER .dz-filename,
.dropzone .dz-preview:HOVER .dz-size {
    display: block;
}

.bordered {
    border: 3px solid #00BAFF !important;
    padding: 15px 0px;
    overflow: hidden;
}

.bordered>.row {
    padding: 0 15px;
}

.bordered>.row>i {
    color: #00BAFF;
    z-index: 0;
    left: 1%;
    font-size: 400% !important;
    position: absolute;
    opacity: 0.2;
    top: -11%;
}

.bordered p {
    font-size: .8em;
    margin: 0 auto 1rem auto;
}

.dotted {
    border-style: dotted !important;
}

.scrollable-21 {
    max-height: 21vh;
}

.attachment-row {
    height: 30px;
    overflow-y: hidden;
    margin-bottom: 0.5rem;
}

.div-title {
    background-color: #85868D;
    color: #FFFFFF;
    padding: 1px 10px;
    margin-left: -23px;
    width: auto !important;
    display: table;
    position: relative;
    z-index: 0;
    padding-left: 35px;
    box-shadow: 1px 1px 1px #C0C0C0;
    overflow: hidden;
    white-space: nowrap;
    clear: both;
}

.div-title i {
    font-size: 180% !important;
    left: 0;
    color: #FFFFFF;
    opacity: 0.4 !important;
    position: absolute;
    top: 25%;
    right: 25%;
    z-index: -1;
}

.green-bg {
    background: green !important;
}

.red-bg {
    background: red !important;
}

.white-bg {
    background: white !important;
}

.correcttop {
    top: 42% !important;
}

.relative {
    position: relative !important;
}

div[uib-datepicker-popup-wrap] {
    padding: 0;
    margin-top: 5px;
}

div[uib-datepicker-popup-wrap] .uib-datepicker-popup {
    padding: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-top: 5px;
}

div[uib-datepicker-popup-wrap] .uib-daypicker {
    outline: none !important;
    padding: 5px;
}

div[uib-datepicker-popup-wrap] .uib-daypicker thead tr:nth-child(2) th {
    padding-bottom: 5px;
}

div[uib-datepicker-popup-wrap] table {
    margin-top: 0 !important;
    outline: none !important;
}

div[uib-datepicker-popup-wrap] table thead th {
    background-color: white;
    vertical-align: top;
    color: black;
    text-decoration: underline;
    font-size: 16px;
}

div[uib-datepicker-popup-wrap] table thead th button {
    color: black;
    font-size: 18px;
    background-color: white;
}

div[uib-datepicker-popup-wrap] table tbody tr td {
    background-color: white;
}

div[uib-datepicker-popup-wrap] table tbody tr td .btn {
    background-color: white;
    font-size: 18px;
}

div[uib-datepicker-popup-wrap] table tbody tr td .btn-info {
    color: black;
}

div[uib-datepicker-popup-wrap] table tbody tr td .btn-info.active,
div[uib-datepicker-popup-wrap] table tbody tr td .btn-info.active .text-info {
    background-color: #428bca !important;
    color: white !important;
}

.uib-datepicker-popup.dropdown-menu {
    top: 24vh !important;
    left: 41vw !important;
}

.uib-time input {
    width: 40px;
    padding: 0;
    cursor: ns-resize;
}

.uib-timepicker {}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.comments-container {
    background: #FFFFFF;
    box-shadow: 1px 0px 8px #C9C9C9;
    padding: 10px;
    height: 52vh;
}

.comments-container .label-container {
    text-align: center;
    margin-bottom: 5px;
}

.comments-container textarea {
    padding: 10px;
    font-size: 13px;
    height: 100% !important;
    border: 0px;
}

.comments-container .label-container label {
    margin: 0px 10px;
    display: inline-block;
    width: 150px;
    border: 2px solid #00BAFF;
    color: #00BAFF;
    cursor: pointer;
}

.comments-container .label-container label.active {
    background-color: #00BAFF;
    color: white;
}

.comments-container textarea {
    width: 100%;
    height: 120px;
}


/** - SPINNER LOADING TABLE - **/

.spinner-table {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #00BAFF;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}


/** - SPINNER LOADING RESULTS - **/

.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #00BAFF;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.spinner-s {
    width: auto;
    height: .3rem;
    margin-top: 4rem;
    background-color: #00BAFF;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}


/** parte de ultimos cambios anonimos


**/

.btn-toggle-active-especial,
.btn-toggle-active-especial:hover {
    background-color: #00BAFF !important;
    color: white !important;
}


/** parte de ultimos cambios anonimos


**/

.btn-noanimation.ng-animate {
    transition: 0s none;
    animation: 0s none;
}

.btn-loading i {
    transform: scale(0.5);
    top: 0px;
    left: 0px;
}

.dropdown-menu:not(.uib-datepicker-popup) {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    width: 150px;
    color: black !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.dropdown-menu:not(.uib-datepicker-popup) li {
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
}

.dropdown-menu:not(.uib-datepicker-popup) li a {
    color: black;
    font-size: 12px;
}

.dropdown-menu:not(.uib-datepicker-popup) li:nth-child(even) {
    background-color: white;
}

.dropdown-menu:not(.uib-datepicker-popup) li:nth-child(odd) {
    background-color: #F0F0F0;
}

.dropdown-menu:not(.uib-datepicker-popup) li:hover,
.dropdown-menu:not(.uib-datepicker-popup) .active {
    background-color: #00BAFF !important;
}

.dropdown-menu:not(.uib-datepicker-popup) li:hover a,
.dropdown-menu:not(.uib-datepicker-popup) .active a,
.dropdown-menu:not(.uib-datepicker-popup) li:hover a:hover,
.dropdown-menu:not(.uib-datepicker-popup) .active a:hover {
    color: white !important;
}

.uib-timepicker tr:first-child {
    display: none;
}

.uib-timepicker tr:last-child {
    display: none;
}

.createdAt {
    line-height: 10px !important;
    margin-top: 15px;
}

#modal-step1to0-layout {
    margin-top: 300px;
}

.cancelled-status {
    color: rgb(185, 6, 6);
}

.form-group-creator .dropdown-menu:not(.uib-datepicker-popup) {
    width: 400px;
}

.nowrap {
    white-space: nowrap;
}

.default-cursor {
    cursor: default;
}


/** TABLES **/

.table-h-scroll {
    overflow-y: auto;
    max-width: 100%;
}

.table-h-scroll td {
    white-space: nowrap;
}

.table-v-scroll {
    overflow-x: auto;
    max-height: 74vh;
}


/** DASHBOARD **/


/** Map **/

div#wrapper-map {
    height: 77vh;
}

div#main-map {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden !important;
}


/** Device tree **/

div#device-tree {
    font-size: 0.9rem;
}

div#device-tree td {
    padding: 4px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

#device-tree #device-list .data {
    padding: 3px;
    color: #121212;
}

.icon-integration {
    margin: 3px 2px;
    display: inline-block;
}

.green {
    color: rgb(50, 177, 34);
}

.red {
    color: #E00109;
}

.blue {
    color: rgb(61, 61, 180);
}

.status-unk{
    background-color: #dbdce0 !important;
    color: rgb(102, 100, 100) !important;
}

.status-off {
    background-color: #000000 !important;
}

.status-danger {
    background-color: #c54b4f !important;
}

.status-warning {
    background-color: #da8c17 !important;
}

.status-ok {
    background-color: rgb(50, 177, 34) !important;
}

.con-danger {
    color: #c54b4f !important;
}

.con-warning {
    color: #da8c17 !important;
}

.con-ok {
    color: rgb(50, 177, 34) !important;
}

.tag {
    font-size: 10px;
    padding: 1px 3px;
    color: white !important;
    text-align: center !important;
    background-color: rgb(50, 177, 34);
    width: 30px;
    display: inline-block;
    text-align: center !important;
    margin: 0 1.5px;
}

.pulse-blue {
    color: #121212;
    opacity: 1;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: pulse-blue;
    animation-name: pulse-blue;
}

.up {
    color: white;
    opacity: 1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: pulse-up;
    animation-name: pulse-up;
}

.down {
    color: white;
    opacity: 1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: pulse-down;
    animation-name: pulse-down;
}

@-webkit-keyframes pulse-down {
    0%,
    100% {
        color: #121212;
    }
    50% {
        color: rgb(50, 177, 34);
    }
}

@keyframes pulse-down {
    0%,
    100% {
        color: #121212;
    }
    50% {
        color: rgb(50, 177, 34);
    }
}

@-webkit-keyframes pulse-up {
    0%,
    100% {
        color: #121212;
    }
    50% {
        color: #E00109;
    }
}

@keyframes pulse-up {
    0%,
    100% {
        color: #121212;
    }
    50% {
        color: #E00109;
    }
}

@-webkit-keyframes pulse-blue {
    0%,
    100% {
        color: #121212;
    }
    50% {
        color: #00BAFF;
    }
}

@keyframes pulse-blue {
    0%,
    100% {
        color: #121212;
    }
    50% {
        color: #00BAFF;
    }
}


/** Events **/

div#events-visor {
    height: 240px;
    margin-top: 1em;
}

div.block-scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}


/** Dialog device **/

.modal-historic-device,
.modal-live-device {
    width: 100% !important;
    max-width: 90% !important;
}

.player-log table td {
    white-space: nowrap;
    padding: 1px !important;
}


/** ATLAS **/

.atlas {
    width: 36vw;
    display: inline-block;
    color: #FAFAFA;
    background-color: #85868D;
    padding: .6rem .2rem .6rem 0;
    top: -15%;
    margin-left: -15px;
    position: relative;
}

.atlas-status-avatar {}

.subtitle {
    width: 36vw;
    display: inline-block;
    color: #FAFAFA;
    background-color: #85868D;
    padding: .6rem .2rem .6rem 0;
    top: 10%;
    margin-left: -15px;
    position: relative;
}

/** LOADER **/
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
  }

  .spinner-program {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 55px auto;
  }
.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
  }
  
  .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }

  .streaming-counter {
      width: 20px;
      display: inline-block;
      font-weight: bold;
  }