/******************************************
/ colores custom                           *
*******************************************/

.navigation>ul>li:hover>a,
.navigation>ul>li.active:hover>a,
.navigation>ul>li.active>a,
.navigation>ul>li>a.active {
    background-color: #00BAFF;
}

.navigation>ul>li:hover>a,
.navigation>ul>li.active:hover>a,
.navigation>ul>li.active>a {
    background-color: #00BAFF;
}

.custom-control-label::before {
    border: 2px solid #00BAFF;
    background-color: white;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #00BAFF;
}

.spinner {
    margin-top: 50px;
    background-color: #00BAFF;
}

.csv-loader .sk-cube-grid .sk-cube {
    background-color: #00BAFF;
}

div.title-wrapper {
    background-color: #00BAFF;
}

.btn-search {
    background-color: #00BAFF;
}
.btn-action-masive {
    background-color: #5bc0de;
}

.btn-clear {
    background-color: #00BAFF;
}

div.form-controls>.btn:focus {
    background-color: #00BAFF;
}

.list-header {
    background-color: #00BAFF;
}

.list-button {
    background-color: #00BAFF;
}

::-webkit-scrollbar-thumb {
    background: #00BAFF !important;
}

::-webkit-scrollbar-thumb:HOVER {
    background: #654AA8 !important;
}

::-webkit-scrollbar {
    width: .6rem !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
    border-radius: .1rem !important;
}

.dot1,
.dot2,
.title-crud {
    background-color: #00BAFF;
}


/******************************************
/ fin colores custom                       *
*******************************************/


/******************************************
/ estilos custom mercury                     
*******************************************/

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

pre {
    margin-bottom: 0;
}

.alert {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.no-padding {
    padding: 0;
}

.customKbd {
    background-color: white;
    color: black;
    border: 1px solid #85868d;
}

.no-ng-animate.ng-animate {
    -webkit-transition: 0s none !important;
    -o-transition: 0s none !important;
    transition: 0s none !important;
    -webkit-animation: 0s none !important;
    animation: 0s none !important;
}

.inputInvalid,
.inputInvalid:focus {
    background-color: #f8d7da;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.faicon {
    text-align: center;
    width: 20px;
    height: 14px;
    display: inline-block;
}

.faicon svg {
    height: 100%;
}

.faicon-primaryColor {
    color: #5f021f;
}

.rotateAnimation {
    -webkit-animation-name: rotateKeyFrames;
    animation-name: rotateKeyFrames;
    -webkit-animation-duration: 4000ms;
    animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: inline-block;
}

@-webkit-keyframes rotateKeyFrames {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateKeyFrames {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-create-special {
    border: 2px solid #5f021f;
    border-top: none;
    color: red !important;
    background-color: white;
}

.btn-create-special .fa-bg {
    opacity: 1;
    color: #5f021f;
}

.btn-greyWithHover {
    background-color: #c9c9c9;
}

.btn:disabled {
    cursor: not-allowed;
}

div.form-block .subtitle .fa-bg {
    font-size: 235% !important;
    left: 0;
    color: #fff;
    opacity: 0.4 !important;
}

.imageContainer {
    max-height: 70px;
    max-width: 70px;
    height: 70px;
    width: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 10px;
    background-color: white;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.imageContainer img {
    max-width: 55px;
    max-height: 55px;
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.imageContainer.square {
    max-height: 110px;
    max-width: 110px;
    height: 110px;
    width: 110px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #c9c9c9;
    background-color: #f9f9f9;
}

.imageContainer.square img {
    max-width: 100px;
    max-height: 100px;
}

.table-thin td {
    padding: 0.25rem;
    line-height: 24px;
}

.inputForDatepicker {
    cursor: pointer;
    color: #495057;
    border: 1px solid #ced4da;
    background-color: white;
    width: 100%;
    margin: 0;
    padding: 0.25rem 0.5rem;
}


/******************************************
/ estilos custom mercury                      
*******************************************/

.no-margin-sides {
    margin-left: 0;
    margin-right: 0;
}

.realdooh-main-viewer {
    padding-bottom: 80px;
    padding-bottom: 50px;
    height: 98vh;
}

.scrollableContainer {
    max-height: 40vh;
    overflow-x: auto;
}

.btn-inline {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}

label {
    margin-bottom: 0.2rem;
    font-size: small;
}

.disabledInputWithRegularLook {
    background-color: white !important;
    cursor: pointer !important;
}

.disabledInputWithRegularLook-warning {
    background-color: hsl(45, 100%, 91%) !important;
}


/******************************************
/ dashboard                 *
*******************************************/

.custom-form-group {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.customBtn {
    display: inline-block;
    border: 1px solid #00BAFF;
    line-height: 30px;
    font-size: 16px;
    width: 100%;
    cursor:pointer;
}

.customBtn:hover {
    background-color: #4c687a;
    color: white !important;
}

.customBtn:focus {
  outline: none;
}

.customBtn:disabled {
  outline: none;
  background-color: #4c687a75;
  cursor:not-allowed
}

.customBtnAddSchedule {
    width: fit-content;
    margin-left: 20px;
    color: #ffffff;
    background-color: #00BAFF;
    font-size: 13px;
    padding: 0px 20px 0px 20px;
}

.customBtnAddSchedule:hover {
    background-color: #009cd4;
    color: white !important;
}

.customBtnAddSchedule:focus {
  outline: none;
}

.h1-schedule-title{
    text-align: left;
    padding: 10px 20px 0px 20px;
    font-weight: bolder;
    color: #000000b3;
    font-size: 18px;
}

.square {
    width: 30px;
    height: 30px;
    background-color: white;
    color: grey;
    border: 1px solid rgba(128, 128, 128, 0.616);
    line-height: 28px;
    margin:5px;
    cursor: pointer;
    user-select: none;
}
.square:hover{
    background-color: rgb(221, 221, 221);
    margin-top:4px;
}

.square-table {
    width: 30px;
    height: 30px;
    background-color: #00BAFF;
    color:white;
    border: 1px solid rgba(128, 128, 128, 0.616);
    line-height: 28px;
    margin:5px;
    user-select: none;
}

.square.select{
    background-color: #00BAFF;
    color:white;
}

.square.select:hover{
    background-color: #009cd4;
    color:white;
    margin-top:4px;
}

.square.blocked{
    background-color: #8003038e;
    color:white;
}

.square.blocked:hover{
    background-color: #800303c4;
    color:white;
}

.container-days{
    display: inline-flex;
    padding: 10px;
    flex-flow: wrap;
}

.container-add-schedule{
    margin:20px;
    background-color: rgba(236, 236, 236, 0.801);
    display: inline-flex;
    flex-direction: column;
}

.container-edit-schedule{
    /* margin:20px; */
    background-color: rgba(236, 236, 236, 0.801);
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    margin: 0px 0px 5px 0px;
}

.error-schedules-add{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    font-size: x-small;
    color: red;
    width: 100%;
    background: white;
    flex-wrap: nowrap;
    padding-top: 16px;
}

.container-days-checks{
    display: inline-flex;
    flex-flow: wrap;
}

.schedule-days-container {
    display: inline-flex;
    padding: 10px;
    flex-flow: wrap;
}

.container-schedules {
    display: inline-flex;
    padding: 10px;
    flex-flow: wrap;
    align-items: center;
}


.schedule-days-label {
    cursor: pointer;
    margin: 0;
    user-select: none;
    font-weight: 400;
}

.schedule-label {
    cursor: pointer;
    margin-left: 5px;
    user-select: none;
    font-weight: 400;
    padding-top: 9px;
    padding-right: 10px;
}

.schedule-label.error {
    color:red
}

.container-checks{
    align-self: center;
}

.time-input {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .time-input label {
    font-weight: bold;
  }
  
  .time-input input {
    width: 40px;
    text-align: center;
  }
  
  .time-input button {
    width: 20px;
    padding: 0;
  }

  .uib-time input {
    width: 40px;
  }

  .uib-timepicker tbody tr {
      table-layout: auto;
  }

  .uib-timepicker tbody {}

  .uib-timepicker tr:first-child {
      display: block !important;
  }

  .uib-timepicker tr:last-child {
      display: block !important;
  }

  .uib-time input {
    width: 40px !important;
    height: 40px;
    padding: 0px !important;
    cursor: ns-resize !important;
    margin: 1px;
}

.container-label-timepicker{
    display: contents;
}

.label-timeslot{
    color:#00BAFF;
    cursor: pointer;
    font-weight: 400;
    padding: 0px 20px 0px 20px;
}

.label-timeslot:hover{
    color:#009cd4;
}

.label-timeslot-remove{
    color:red;
    cursor: pointer;
    font-weight: 400;
    padding: 0px 20px 0px 20px;
}

.label-timeslot-remove:hover{
    color:rgba(177, 34, 34, 0.651);
}

.container-schedules-add{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
}

.schedule-show{
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.td-schedules-table{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #f5e7e7;
}

.label-days-table{
    color: black;
    font-size: x-small;
    align-self: center;
    margin-left: 20px;
}

.days-table-schedules{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.days-table-schedules.text{
    width: 60%;
}

.buttons-schedules-table{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.btn-custom-schedules{
    border: 1px solid;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: darkgrey;
    background: white;
    margin: 5px;
}

.btn-custom-schedules:hover{
    color:white;
    background-color: #00BAFF;
    border: 1px solid #00BAFF;
}

.btn-custom-schedules:focus{
    outline:none;
}

.container-schedules-table{
    padding: 0px 20px 0px 20px;
}

@keyframes blink {
    0% {
      border: 1px solid red;
    }
    50% {
    }
    100% {
      border: 1px solid red;
    }
  }
  
  
  .blinking {
    animation: blink 4s ; /* 1s para un segundo de duración, infinito para que se repita */
  }
  @font-face{font-family:'Glyphicons Halflings';src:url(../../assets/fonts/glyphicons-halflings-regular.eot);src:url(../../assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../../assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../../assets/fonts/glyphicons-halflings-regular.woff) format('woff'),url(../../assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../../assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

/* .glyphicon-eur:before,.glyphicon-euro:before {
    content: "\20ac"
} */

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

/******************************************
/ dashboardHeader                 *
*******************************************/

.dashboard .dashboardHeader {
    position: relative;
    z-index: 4;
    background-color: white;
}

.dashboard .dashboardHeader .filters-special-actions {
    position: absolute;
    top: -20px;
    right: 0px;
    padding: 0;
    margin: 0;
    text-align: right;
}

.dashboard .dashboardHeader .filters-special-actions .btn {
    position: relative !important;
    display: inline-block;
    top: 0;
    right: 0;
    margin-left: 10px;
}

.dashboard .dashboardHeader .filters-special-actions .btn-ticket-special {
    background-color: white;
    border: 2px solid #00BAFF;
    border-top: none;
}

.dashboard .dashboardHeader .filters-special-actions .btn-ticket-special .fa-bg {
    color: #00BAFF;
    opacity: 1;
}

.dashboard .dashboardHeader .filters-special-actions .btn:last-child {
    margin-left: 30px;
}

.dashboard .dashboardHeader .dashboardHeader-title {
    background-color: #00BAFF;
    color: white;
    overflow: hidden;
    margin-left: -20px;
    height: 135px;
    padding-left: 35px;
}

.dashboard .dashboardHeader .dashboardHeader-title .fa-bg {
    top: 20px;
}

.dashboard .dashboardHeader .dashboardHeader-title h1 {
    font-size: 30px;
    margin-top: 30px;
}

.dashboard .dashboardHeader .dashboardHeader-title h2 {
    font-size: 20px;
}

.dashboard .dashboardHeader .dashboardHeader-location {
    color: #fafafa;
    padding: 5px;
    height: 105px;
    margin-top: 20px;
    background-color: #85868D;
    margin-left: -15px;
    padding-left: 15px;
}

.dashboard .dashboardHeader .dashboardHeader-location .wrapper-company-logo {
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: block;
    margin: 0 auto;
    background-color: white;
    -webkit-box-shadow: 0px 0px 1px black;
    box-shadow: 0px 0px 1px black;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dashboard .dashboardHeader .dashboardHeader-location .wrapper-company-logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.dashboard .dashboardHeader .dashboardHeader-location .dashboardHeader-location-address {
    padding-top: 10px;
}

.dashboard .dashboardHeader .dashboardHeader-location .dashboardHeader-location-address h6 {
    font-size: 14px;
}


/******************************************
/ dashboardSubheader                 *
*******************************************/

.dashboard .dashboardSubheader {
    z-index: 5;
    position: relative;
    background-color: #f9f9f9;
    height: 90px;
    -webkit-box-shadow: 1px 1px 3px #c9c9c9;
    box-shadow: 1px 1px 3px #c9c9c9;
    margin-top: -10px;
}

.dashboard .dashboardSubheader .dashboardSubheader-info {
    margin-left: 15px;
}

.dashboard .dashboardSubheader .dashboardSubheader-info h3,
.dashboard .dashboardSubheader .dashboardSubheader-info h4 {
    line-height: 90px;
}

.dashboard .dashboardSubheader .dashboardSubheader-info h3 {
    font-size: 25px;
}

.dashboard .dashboardSubheader .dashboardSubheader-info h4 {
    font-size: 18px;
}

.dashboard .dashboardSubheader .dashboardSubheader-info .customBtn {
    margin-top: 30px;
}

.dashboard .dashboardSubheader .dashboardSubheader-operatorInfo {
    position: absolute;
    top: -55px;
    right: -30px;
    background-color: #00BAFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dashboard .dashboardSubheader .dashboardSubheader-operatorInfo h3 {
    color: white;
    line-height: 45px;
    margin: 0;
    padding: 0;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.dashboard .dashboardSubheader .dashboardSubheader-operatorInfo h3.small {
    font-size: 16px;
}

.dashboard .dashboardSubheader .dashboardSubheader-operatorInfo .wrapper-portrait-image {
    max-width: 90px;
    max-height: 90px;
    width: 90px;
    height: 90px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dashboard .dashboardSubheader .dashboardSubheader-operatorInfo .wrapper-portrait-image img.portrait-image {
    max-width: 100%;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: 0 auto;
}


/******************************************
/ dashboardWrapperSteps                 *
*******************************************/

.dashboard .dashboardWrapperSteps {
    display: block;
    text-align: center;
    padding: 1rem 0px;
    position: relative;
    font-size: 1rem;
}

.dashboard .dashboardWrapperSteps .step {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
}

.dashboard .dashboardWrapperSteps .progress-step {
    border: 2px solid #ddd;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 100px;
    padding: 5px;
}

.dashboard .dashboardWrapperSteps .progress-step.substep {
    width: 50px;
}

.dashboard .dashboardWrapperSteps .progress-step-completed {
    background: #00BAFF !important;
    color: #fafafa !important;
    border: 2px solid #00BAFF !important;
}

.dashboard .dashboardWrapperSteps .progress-step-partially-completed {
    border: 2px solid #00BAFF !important;
}

.dashboard .dashboardWrapperSteps .progress-step-cancelled {
    background: #D6717F !important;
}

.dashboard .dashboardWrapperSteps .progress-link {
    border-top: 3px solid #ddd;
    display: inline-block;
    width: 14%;
    margin-left: -34px;
    margin-right: -34px;
    margin-top: 17px;
}

.dashboard .dashboardWrapperSteps .progress-link-button {
    border: 2px solid #00BAFF;
    cursor: pointer;
    background-color: #fafafa;
    color: #00BAFF;
}

.dashboard .dashboardWrapperSteps .progress-link.substep {
    width: 7%;
}

.dashboard .dashboardWrapperSteps .progress-link-completed {
    border-top: 3px solid #00BAFF;
}


/******************************************
/ dashboardBody                 *
*******************************************/

.dashboardBody div.form-block .subtitle {
    margin-left: -13px;
}

.dashboardBody .customBtn {
    margin-bottom: 20px;
}

.dashboard .interventionTasksContainer {
    margin-right: 10px;
    margin-left: 10px;
}

.dashboardBody .interventionTask {
    border: 1px solid black;
    border-top: none;
    padding: 0;
}

.dashboardBody .interventionTask:first-child {
    border-top: 1px solid black;
}

.dashboardBody .interventionTask .interventionTask-header {
    background-color: white;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.dashboardBody .interventionTask .interventionTask-header .interventionTaskType {
    font-size: 18px;
}

.dashboardBody .interventionTask .interventionTask-header .interventionTaskActions,
.dashboardBody .interventionTask .interventionTask-header .interventionTaskStatus {
    float: right;
}

.dashboardBody .interventionTask .interventionTask-header .interventionTaskType,
.dashboardBody .interventionTask .interventionTask-header .interventionTaskActions,
.dashboardBody .interventionTask .interventionTask-header .interventionTaskStatus {
    padding: 0;
    margin: 0;
    height: 100%;
    line-height: 40px;
    display: inline-block;
}

.dashboardBody .interventionTask .interventionTask-header .interventionTaskActions a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 10px;
    border: 1px solid #6f94a5;
    background-color: white;
    color: #6f94a5;
    font-size: 20px;
    text-align: center;
}

.dashboardBody .interventionTask .interventionTask-header .interventionTaskActions a i {
    height: 100%;
    display: block;
    line-height: 30px;
}

.dashboardBody .interventionTask .interventionTask-header .interventionTaskActions a svg {
    height: 100%;
}

.dashboardBody .interventionTask .interventionTask-header .interventionTaskActions a:hover {
    background-color: #6f94a5;
    color: white;
    border-color: white;
}

.dashboardBody .interventionTask .interventionTask-header .interventionTaskStatus {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: red;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.dashboardBody .interventionTask .interventionTask-header .interventionTaskStatus.interventionTaskStatus-completed {
    background-color: green;
}

.dashboardBody .interventionTask .interventionTask-header:hover {
    color: white;
    background-color: grey;
}

.dashboardBody .interventionTask.expanded .interventionTask-header {
    color: white;
    background-color: #6f94a5;
}

.interventionTaskStatus.ng-animate,
.interventionTaskActions.ng-animate {
    -webkit-transition: 0s none;
    -o-transition: 0s none;
    transition: 0s none;
    -webkit-animation: 0s none;
    animation: 0s none;
}

.dashboardBody .interventionTask .interventionTask-body {
    padding-left: 10px;
    padding-right: 10px;
}

#modal-userpicker .modal-dialog {
    max-width: 500px;
}

#modal-userpicker .modal-content {
    width: 500px;
    min-width: 500px;
}

#modal-userpicker .title-wrapper {
    margin: 0;
    padding: 5px !important;
}

#modal-userpicker .title-wrapper h2 {
    margin: 0 !important;
    font-size: 20px;
}

#modal-userpicker .panel-body {
    padding: 0;
    margin-top: 16px;
}

#modal-userpicker p {
    margin-top: 64px;
    margin-bottom: 48px;
}

#modal-userpicker input {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border-left: none;
}

#modal-userpicker .input-group-text {
    padding: 0;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    background-color: white;
    border-right: none;
}

#modal-userpicker label {
    margin-bottom: 0px;
}

#modal-userpicker .list-group-item {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}

#modal-userpicker .list-group-item.active {
    background-color: #00BAFF;
    color: white;
}

#modal-userpicker .spinnerContainer .spinner {
    margin: 64px auto 32px auto;
}

#modal-userpicker .countSummary {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0;
}


/******************************************
  otros                                   *
*******************************************/

.brojo {
    border: 1px solid red;
}

.bverde {
    border: 1px solid limegreen;
}


/** CHAT **/

.chat-button {
    padding: 2px;
    color: #fff;
    background-color: #666666;
    height: 30px;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
    cursor: pointer;
    font-size: 1.1em;
    line-height: 25px;
}

.chat-box {
    position: fixed;
    right: 15px;
    bottom: 55px;
}

.chat-textbox {
    margin-bottom: 5px;
}

.chat-body {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

@-webkit-keyframes colorchange {
    0% {
        background: #666666;
    }
    50% {
        background: #FF9E44;
    }
    100% {
        background: #666666;
    }
}

@keyframes colorchange {
    0% {
        background: #666666;
    }
    50% {
        background: #FF9E44;
    }
    100% {
        background: #666666;
    }
}

.new-message {
    -webkit-animation: colorchange 2s linear infinite;
    animation: colorchange 2s linear infinite;
}

.sat-read {
    color: blue;
    text-shadow: 1px 1px 1px #ccc;
}

.applicant-read {
    color: green;
    text-shadow: 1px 1px 1px #ccc;
}

#wrapper-comments {
    height: 205px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ticket-comment-text {
    border: 1px solid #eee;
    padding: 5px 15px 5px 15px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    display: block;
    width: auto;
    margin-bottom: 2px !important;
    float: left;
    clear: both;
    background-color: #D6F7FF;
}

.self-ticket-comment-text {
    border: 1px solid #eee;
    padding: 5px 15px 5px 15px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    display: block;
    width: auto;
    margin-bottom: 2px !important;
    float: right;
    clear: both;
    background-color: #E7FFE4;
    text-align: right;
}

.self-ticket-comment-text .comment-date {
    text-align: left !important;
}

.new-self-comment-header {
    width: auto;
    float: right;
    clear: both;
}

.self-comment-header {
    width: auto;
    float: left;
    clear: both;
}

.new-ticket-comment-text {
    border: 1px solid #eee;
    padding: 5px 15px 5px 15px;
    -webkit-border-radius: 0% 10px 10px 10px;
    border-radius: 0% 10px 10px 10px;
    display: block;
    width: auto;
    margin-bottom: 2px !important;
    float: left;
    clear: both;
    background-color: #D6F7FF;
}

.new-self-ticket-comment-text {
    border: 1px solid #eee;
    padding: 5px 15px 5px 15px;
    -webkit-border-radius: 10px 10px 0% 10px;
    border-radius: 10px 10px 0% 10px;
    display: block;
    width: auto;
    margin-bottom: 2px !important;
    text-align: right;
    clear: both;
    background-color: #E7FFE4;
}

.new-self-ticket-comment-text .comment-date {
    text-align: right !important;
}

.portrait-comment {
    margin-top: 10px;
    width: 32px;
    height: 32px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 5px;
    margin-right: 10px;
    overflow: hidden !important;
    display: inline-block;
    float: left;
}

.portrait-comment img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.user-comment-name {
    margin-top: 10px;
    float: left;
    display: inline-block;
    height: 24px;
    line-height: 24px;
}

.comment-date {
    padding-top: 3px;
    font-size: 0.6em;
    display: block;
    text-align: right;
}

.rzslider[disabled] .rz-pointer {
    background-color: #85868d;
}

.rzslider .rz-bar {
    background: #85868d;
}

.rzslider .rz-pointer {
    outline: none;
    background-color: white;
    border: 3px solid #85868d;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: -17px;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.rzslider .rz-pointer:after {
    background: #85868d;
}

.rzslider .rz-pointer:hover:after {
    background-color: #85868d;
}

.rzslider .rz-pointer.rz-active:after {
    background-color: #85868d;
}

.rzslider .rz-tick {
    background: #85868d;
}

.rzslider .rz-tick.rz-selected {
    background: #85868d;
}

.rz-bubble.rz-model-value {
    top: 20px;
    color: #85868d;
    font-weight: bolder;
    -webkit-transform: scale(1.5) translateX(5px);
    -ms-transform: scale(1.5) translateX(5px);
    transform: scale(1.5) translateX(5px);
}

.btnEditar {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 40px;
    ;
    padding: 0;
}

.btnEditar div {
    width: 100%;
    height: 100%;
    ;
    position: relative;
}

.btnEditar i {
    position: absolute !important;
    top: -67px !important;
    right: -63px !important;
    opacity: 1 !important;
    font-size: 10px !important;
    z-index: 55555555555 !important;
    ;
    transform: scale(0.1);
}

.spinnerContainer-loadingNextPage .spinner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.multimail {
    /* border: 1px solid red; */
    font-size: 0;
}

.multimail label {
    font-size: 12px;
}

.multimail input {
    display: inline-block;
    width: 70%;
    font-size: 16px;
    vertical-align: top;
}

.multimail button {
    display: inline-block;
    width: 30%;
    font-size: 14px;
    margin: 0;
    padding: 0px 0px;
    vertical-align: top;
    height: 24px;
    ;
    margin-bottom: 20px;
}

.multimail p {
    font-size: 14px;
    /* border: 1px solid red; */
    margin-bottom: 5px;
    padding: 2px 5px;
}

.multimail p:hover {
    background-color: #00BAFF;
    color: white;
}

.multimail p span {
    float: right;
    /* border: 1px solid red; */
    display: inline-block;
    /* height: 24px;; */
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.multimail p span:hover {
    color: red !important;
}


/***/

.interventionstable_companylogo img {
    max-width: 32px;
    height: auto;
    padding: 4px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.color_red {
    color: red;
}

.color_green {
    color: green;
}

.color_yellow {
    color: yellow;
}

.switch {
    position: relative;
    display: block;
    width: 9.4rem;
    height: 30px;
    padding: 3px;
    margin: 0 0 .8rem 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    /*border-radius: 18px;*/
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #00BAFF;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #00BAFF;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: #E1B42B;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked~.switch-handle {
    left: 80%;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.switch-flat {
    padding: 0;
    background: #FFF;
    background-image: none;
}

.switch-flat .switch-label {
    background: #FFF;
    border: solid 2px #00BAFF;
    box-shadow: none;
}

.switch-flat .switch-label:after {
    color: #E1B42B;
}

.switch-flat .switch-handle {
    top: 6px;
    left: 6px;
    background: #00BAFF;
    width: 22px;
    height: 22px;
    box-shadow: none;
}

.switch-flat .switch-handle:before {
    background: #eceeef;
}

.switch-flat .switch-input:checked~.switch-label {
    background: #FFF;
    border-color: #E1B42B;
}

.switch-flat .switch-input:checked~.switch-handle {
    left: 7.6rem;
    background: #E1B42B;
    box-shadow: none;
}

#interventionsTable {
    table-layout: fixed;
    width: 99%;
}


/** - TEXT ELLIPSIS - **/

.text-ellipsis-location {

    overflow: hidden;
    text-overflow: ellipsis;
}

#interventionsColorFilters {
    display: inline-flex;
}

.interventionsColorFilter {
    border: 1px solid black;
    width: 20px;
    height: 20px;
    margin: 0 4px;
    cursor: pointer;
    position: relative;
}

.interventionsColorFilter i {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cancelledSquare {
    background-color: #F34141;
}

.cancelledSquareNoShow {
    background-color: #C39494;
}

.openedSquare {
    background-color: #FFFFFF;
}

.openedSquareNoShow {
    background-color: #CDCDCD;
}

.managedSquare {
    background-color: #9430B5;
}

.managedSquareNoShow {
    background-color: #875B96;
}

.pausedSquare {
    background-color: #D0D024;
}

.pausedSquareNoShow {
    background-color: #E4E4AE;
}

.coursedSquare {
    background-color: #246AD4;
}

.coursedSquareNoShow {
    background-color: #618ED4;
}

.completedSquare {
    background-color: #268026;
}

.completedSquareNoShow {
    background-color: #90C190;
}


/*#tablerows .table-striped tbody tr{ background-color: red !important; }*/

#tablerows .table>tbody>tr>td,
#tablerows table>tbody>tr>td,
#tablerows table>tbody>tr>td {
    background: transparent !important;
    /*text-shadow: 1px 0px #000000;*/
}

.cancelled td {
    background-color: #D98080 !important;
}

.opened td {
    background-color: #FFFFFF !important;
}

.managed td {
    background-color: rgb(206, 178, 216) !important;
}

.paused td {
    background-color: rgb(199, 201, 86) !important;
}

.coursed td {
    background-color: rgb(149, 185, 243) !important;
}

.completed td {
    background-color: rgb(160, 204, 160) !important;
}

.resaltArrow .fas {
    padding: 4px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

mwl-calendar .cal-month-box .cal-day-today span[data-cal-date] {
    font-size: unset;
}

mwl-calendar .cal-month-box .events-list {
    display: none;
}

.cal-month-box {
    margin-top: 30px;
}

.cal-month-box .cal-cell1 {
    /* border: 1px solid black; */
    /* padding: 10px; */
    background-color: white !important;
    cursor: pointer;
}

.cal-row-head .cal-cell1 {
    background-color: transparent !important;
}

.cal-row-head .cal-cell1:hover {
    background-color: transparent !important;
}

.cal-row-fluid,
.cal-row-fluid:hover {
    background-color: transparent !important;
}

.cal-month-day span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0 !important;
    text-align: center;
    border: 1px solid transparent;
    opacity: 1 !important;
    color: rgb(133, 134, 141) !important;
}

.cal-month-day span:hover {
    /* background-color: grey; */
    border: 1px solid rgb(133, 134, 141);
}

.mwl-calendar .cal-month-day {
    height: 75px !important;
}

.cal-month-day small {
    position: relative;
    width: 100%;
    top: 30%;
    margin: 0 auto !important;
    font-size: 10px !important;
    font-weight: bold;
    background-color: #00BAFF;
    color: white;
    text-align: center;
    border-bottom: 1px solid white;
    border-radius: 0 !important;
}

.cal-month-day small.cancelled {
    background-color: #D98080 !important;
}

.cal-month-day small.opened {
    background-color: #FFFFFF !important;
}

.cal-month-day small.managed {
    background-color: rgb(206, 178, 216) !important;
}

.cal-month-day small.paused {
    background-color: rgb(199, 201, 86) !important;
}

.cal-month-day small.current {
    background-color: rgb(149, 185, 243) !important;
}

.cal-month-day small.completed {
    background-color: rgb(160, 204, 160) !important;
}

.calendar-page .row {
    width: 100%;
    margin: 0;
}

.calendar-page .form-block {
    box-shadow: none;
    border: 1px solid #e1e1e1;
}

.calendar-page .form-block h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.calendar-page .form-block a {
    display: block;
    margin-top: 5px;
    padding: 5px;
    color: rgb(133, 134, 141) !important;
}

.calendar-page .form-block a:nth-child(odd) {
    background-color: lightgrey;
}

.calendar-page .form-block a:hover {
    cursor: pointer;
    background-color: #00BAFF;
    color: white !important;
}

.calendar-page .interventionsContainer {
    height: 420px;
    overflow: auto;
}

.calendar-page .form-block a span {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    font-size: 16px;
}

.calendar-page .form-block a .code {
    width: 120px;
}

.calendar-page .form-block a .plannedStartDate {
    width: 120px;
}

.calendar-page .form-block a .supervisor {
    width: 180px;
}

.calendar-page .form-block a .eps {
    width: 200px;
}

.calendar-page .form-block a .address {}


/*mwl-calendar .event{
  width: 7rem !important;
  height: 20px !important;
}*/


/** MULTISELECT **/

multiselect.multiselect-active button {
    background-color: #00BAFF !important;
    color: white !important;
}

multiselect .dropdown-menu {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    color: inherit;
}

multiselect .btn {
    padding: 0px;
    font-size: 0.8rem;
    height: 22px;
    color: #495057;
    background-color: white;
}

multiselect .btn:hover {
    cursor: default !important;
    background-color: white;
}

multiselect.form-control {
    padding: 0px !important;
}

multiselect .glyphicon {
    display: none !important;
}

multiselect a.item-selected {
    background-color: #00BAFF !important;
    ;
}

multiselect .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

multiselect .dropdown-menu:not(.uib-datepicker-popup) li:hover,
multiselect .dropdown-menu:not(.uib-datepicker-popup) .active {
    background-color: #00BAFF !important;
}

multiselect .dropdown-menu>.active>a,
multiselect .dropdown-menu>.active>a:focus,
multiselect .dropdown-menu>.active>a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #00BAFF;
    outline: 0;
}

multiselect .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

multiselect .glyphicon-ok:before {
    content: "\e013";
}

multiselect .glyphicon-remove:before {
    content: "\e014";
}

multiselect .dropdown-menu:not(.uib-datepicker-popup) li:nth-child(odd) {
    background-color: #FFFFFF;
}

multiselect .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #E5E5E5 !important;
}

multiselect .form-control {
    line-height: 1;
}

/** INTERVENTION PANEL **/

.intervention-panel {
    font-size: 10px;
}

.vault-application-linked td {
    background-color: #00BAFF !important;
    color: white !important;
}


/** MODAL **/

.modal-big .modal-dialog {
    min-width: 1000px;
}


/** TAB PANEL **/

.nav {
    justify-content: center;
}

.nav-tabs {
    border-bottom: 0px;
}

.tab-content {
    padding-top: 20px;
}

.nav-tabs .nav-link {
    border-radius: 0px;
    color: #00BAFF;
    border: 1px solid #00BAFF;
    padding: 16px 0;
}

.nav-tabs .nav-item {
    padding-right: 20px;
    text-align: center;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.active .nav-link {
    color: #fff;
    background-color: #00BAFF;
    border-color: #00BAFF;
}


/** SCROLL TABLE **/

.glb-custom-scrollbar {
    position: relative;
    height: 400px;
    padding-top: 20px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.glb-display-flex-row {
    display: flex;
    flex-direction: row;
    width: 22%;
    justify-content: center;
    align-items: center;
}

.glb-message-info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 560px;
}

.glb-display-flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.glb-limit-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* CHART */

.chart-wrapper {
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #85868A;
}

.chart {
    padding: 0
}

.chart h4 .fa-bg {
    z-index: -1 !important;
}

.chart canvas {
    height: 100% important;
}

.logo-manufacturer {
    max-width: 30px;
    max-height: 25px;
    margin: 1px 5px;
    display: inline-block;
}

.logo-so {
    max-width: 20px;
    display: unset;
}

.background-info {
    background-color: #f9f9f9;
    border: 1px solid #85868A;
    /* overflow: auto; */
    max-height: 225px;
    overflow-y: auto;
    overflow-x: hidden;
}

.background-info p {
    margin: 0;
    padding-bottom: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.background-info p span {
    font-weight: bold;
    padding-right: 6px;
}

.background-info p i {
    padding-left: 6px;
}

.background-info p img {
    padding-left: 6px;
}

#device-list tbody {
    /* height: 460px; */
}

#history-tables tbody {
    height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
}

#history-tables tbody p {
    margin: 2px 0;
}

tbody {
    display: block;
    /* overflow-y: auto;
    overflow-x: hidden; */
    /* overflow: hidden; */
    width: 100%;
}

thead tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

thead,
tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table {
    /* border: 1px solid #85868A; */
    margin: 0 !important;
}

.nav-tabs .nav-item.disabled .nav-link {
    cursor: not-allowed;
    background: #dddddd;
    color: #00BAFF;
}

tbody tr td {
    vertical-align: middle !important;
}

.table>thead>tr>th {
    font-weight: bold;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9em;
}

.td-tooltip {
    position: relative;
}

.td-tooltiptext {
    display: none;
    max-width: unset;
    width: fit-content; 
    min-width: 25rem;
    background-color: #f0f0f0;
    color: black;
    border-radius: 6px;
    padding: 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 999;
    border: 1px solid #85868D;
    top: 30px;
    text-align: left;
}

.td-tooltiptext-right {
  left: 2rem;
}

.td-tooltiptext-left {
  right: 2rem;
}

.td-tooltip:hover .td-tooltiptext {
    display: block;
}

.td-tooltip .td-tooltiptext p {
    margin: 2px 0;
}

.td-tooltip .td-tooltiptext .device-info {
    width: 100%;
}

/* Detail view */
.detailWidget {
  width: 23rem;
  margin: .5rem;
}

.detailWidgetLabel {
  font-size: 14px;
  color: #85868d;
  
}
.detailWidgetLabel.space-between{
display: flex;
justify-content: space-between;
}
.detailWidgetContent {
  height: 12rem;  
  padding: .5rem;
}

/* Pagination */
.table-paginator .pagination>li:last-child>a {
  border-radius: 0
}

.table-paginator .pagination {
  margin: 0;
  border-radius: 0
}

.pagination>li:first-child>span,
.table-paginator .pagination>li:first-child>a {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.table-paginator .pagination>.active>a {
  background: #00BAFF;
  color: #fff;
  border: 1px solid #ddd
}

.modal-videoplayer,
.modal-videoplayer .modal-content {
  background-color: #000 !important
}

.pagination>li>span,
.table-paginator .pagination>li>a {
  color: #85868D
}

.table-paginator dir-pagination-controls {
  float: right
}

/* screenshot image view */

.img-screenshot {
    /* min-width: 100rem; */
    /* min-height: 40rem; */
    /* max-width: 200rem;
    max-height: 40rem; */
    max-height: 40rem;
    min-width: 550px;
    min-height: 730px;
    user-select: none;
}

.container-screenshot{
    margin: 0% 5% 5% 5%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


.modal-screenshot{
    overflow-y: auto;
}

/* Gallery image view */
.container-gallery-collection{
    user-select: none;
    display: grid;
    grid-template-columns: repeat(6,15%);
    grid-gap: 20px;
    place-content: center;
}

.container-gallery-collection div{
    width: 100%;
    height: 12rem;
    text-align: center;
    display: flex;
    background: #acb1b617;
    border-radius: 6px;
    flex-direction: column; /* esto hace que el contenido se coloque en columnas en lugar de filas */
    align-items: center;
    justify-content: center;
}

.container-gallery-collection div div img{
    height: 77%;
}

.modal-gallery-collection{
    overflow-y: auto;
}

.caption {
    font-size: 14px;
    font-style: italic;
    text-align: center;
  }

  .spinner-program-gallery-collection {
    width: 40px;
    height: 40px;
    position: relative;
}

  @media (max-width: 700px) {
    .container-gallery-collection {
      grid-template-columns: repeat(1, 90%);
    }
    .container-gallery-collection div div img {
        height: 80%;
    }
  }
@media (min-width: 701px) and (max-width: 1040px) {
    .container-gallery-collection {
      grid-template-columns: repeat(2, 45%);
    }
    .container-gallery-collection div div img {
        height: 80%;
    }
  }
  
  @media (min-width: 1041px) and (max-width: 1300px) {
    .container-gallery-collection {
      grid-template-columns: repeat(3, 30%);
    }
    .container-gallery-collection div div img {
        height: 68%;
    }
    
  }

  @media (min-width: 1301px) and (max-width: 1400px) {
    .container-gallery-collection {
      grid-template-columns: repeat(4, 22.5%);
    }
    .container-gallery-collection div div img {
        height: 68%;
    }
    
  }
  
  @media (min-width: 1401px) and (max-width: 1500px) {
    .container-gallery-collection {
      grid-template-columns: repeat(5, 18%);
    }
    .container-gallery-collection div div img {
        height: 57%;
    }
  }

   @media (min-width: 1501px)  and (max-width: 1700px) {
    .container-gallery-collection {
        grid-template-columns: repeat(6, 15%);
      }
    .container-gallery-collection div div img {
        height: 51%;
    }
}
    @media (min-width: 1701px){

        .container-gallery-collection div div img {
            height: 60%;
        }
  }


  .arrow {
    width: 0;
    height: 0;
    border-style: dotted;
    position: absolute;
    transform: translateY(-50%);
    top: 54%;
    z-index: 1;
    cursor: pointer;
  }


.arrow-prev {
    border-style: solid;
    border-width: 20px 20px 20px 0;
    left: 0;
    border-color:  transparent #00BAFF transparent transparent;
  }
  
 .arrow-next {
    border-style: solid;
    border-width: 20px 0 20px 20px;
    right: 0;
    border-color: transparent transparent transparent #00BAFF;
}

.arrow-prev:hover {
    border-color:  transparent #00aeff transparent transparent;
  }
  
 .arrow-next:hover {
    border-color: transparent transparent transparent #00aeff;
}

.arrow-prev-screenshot {
    border-style: solid;
    border-width: 30px 30px 30px 0;
    left: 0;
    border-color:  transparent #00BAFF transparent transparent;
  }
  
 .arrow-next-screenshot {
    border-style: solid;
    border-width: 30px 0 30px 30px;
    right: 0;
    border-color: transparent transparent transparent #00BAFF;
}

.arrow-prev-screenshot:hover {
    border-color:  transparent #00aeff transparent transparent;
  }
  
 .arrow-next-screenshot:hover {
    border-color: transparent transparent transparent #00aeff;
}


  .carousel {
    
    /* overflow: overlay; */
    /* Cambio para compatibilizar con firefox */
    overflow: hidden;
    position: relative;
  }

  .carousel::-webkit-scrollbar {
    display: none;
  }
  
  .slide {
    max-width: 23rem;
    min-width: 23rem;
    float: left;
    position: relative;
    transition: transform 0.5s;
  }

  .arrow-selector{
    position: relative;
    display: flex;
    place-content: center;
  }

  .arrow-selector-screenshot{
    margin-left: 2.5%;
    margin-right: 2.5%;
    position: relative;
  }

  .arrow-screenshot{
    top:45%
  }

  .select-streaming-millis{
    width: 80px;
  }

  .paginator-margin{
    margin-right: 2rem !important;
  }
.selector-table-check {
    width: 3em;
    font: -webkit-small-control;
}

.selector-th {
    padding-left: 6px !important;
    padding-bottom: 2px !important;
    padding-top: 8px !important;
}

.selector-td {
    width: 31.09px;
    padding-bottom: 0px !important;
    padding-top: 5px !important;
}

.custom-checkbox {
    display: none;
    margin-inline-start: auto;
}

.custom-checkbox+label.custom-label {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #00baff21;
    border: 1px solid #8dd8f4;
    border-radius: 2px;
    position: relative;
    /* margin-right: 10px; */
    cursor: pointer;
}

.custom-checkbox:checked+label.custom-label {
    background-color: #00baffcc;
}

.custom-checkbox:checked:hover+label.custom-label {
    background-color: #00baffcc;
}

.custom-checkbox:hover+label.custom-label {
    border: 1px solid #36b9e9;
    background-color: #00bbff41;
}

.custom-checkbox:checked+label.custom-label::before {
    cursor: pointer;
    transition: all 0.3s ease 0.3s;
    content: "✔";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 13px;
    font-weight: bold;
}

.label-selectAll {
    display: flex;
    align-content: center;
    text-align-last: center;
    padding: 4px;
    background-color: #ffffff80;
    box-shadow: 0px 0px 3px #85868d;
    margin-bottom: 0px;
    margin-left: 1px;
    margin-right: 1px;
}

.label-w100 {
    width: 100%;
}

.modal-masive-action {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0
}

.modal-masive-action-padding {
    padding: 100px 20% 100px 20% !important;
}

.customToolbar-masive-action {
    min-height: 50px;
}

.container-masive-action {
    width: 100%;

}

.items-masive-action {
    width: 70%;
    overflow-x: hidden;
    position: absolute;
    top: 150px;
    bottom: 19px;
}

.items-masive-action::-webkit-scrollbar {
    opacity: 0.5;
    width: 0.4rem !important;
}

.items-masive-action::-webkit-scrollbar-thumb {
    background: #00baff7d !important;
}

.items-masive-action::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #8080807a !important;
}

.items-buttons-masive-action {
    width: 30%;
    overflow-x: hidden;
    position: absolute;
    top: 150px;
    bottom: 19px;
    right: 0px;
}

.items-grid-buttons-masive-action {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

.divice-selected-masive-action {
    padding: 7px;
    background-color: #22657d75;
    color: white;
}

.pointer {
    cursor: pointer;
}

.pointer:hover {
    zoom: 1.15;
    color: #c54b4fba;
}

div.no-margin-card {
    margin-bottom: 10px !important;
}

.card-detail {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.small-masive-action {
    font-size: 80%;
    font-weight: 400;
}

.animation-hide {
    opacity: 0;
    animation-name: show;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.warning-masive-action {
    align-items: center;
    width: 80%;
    top: -20px;
}

.warning-masive-action.success {
    color: green;
}

.warning-masive-action.danger {
    color: red;
}

.warning-masive-action.warning {
    color: orange;
}

.btn-masive-success{
    background: rgba(51, 177, 34, 0.705);
    color: white;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    border: 1px solid green;
}

.btn-masive-error{
    background: rgba(177, 34, 34, 0.651);
    color: white;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    border: 1px solid red;
}

.item-btn-masive-success{
    width: 100%;
    text-align: center;
    color:green;
    display: grid;
    justify-items: center;
}

.item-btn-masive-error{
    width: 100%;
    text-align: center;
    color:red;
    display: grid;
    justify-items: center;
}

.item-btn-masive-normal{
    width: 100%;
    text-align: center;
    display: grid;
    justify-items: center;
}

.item-btn-masive-send{
    width: 100%;
    text-align: center;
    color: #00BAFF;
    display: grid;
    justify-items: center;
}

.btn-edit-module{
    color: #5bc0de;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}
.btn-remove-module{
    color: red;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}
.btn-close-module{
    color: grey;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.btn-save-module{
    color: #5bc0de;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.btn-edit-module{
    color: #5bc0de;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.btn-calendar-table{
    color: #5bc0de;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.icon-zoom-1-4{
    zoom:1.4;
}
.icon-zoom-1-2{
    zoom:1.2;
}

.btn-edit-table{
    color: #5bc0de;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.btn-edit-table:hover{
    outline: none;
    color: #00BAFF;
}

.btn-edit-table:focus{
    outline: none;
}
.btn-remove-module:hover{
    outline: none;
    color: rgba(255, 0, 0, 0.479);
}
.btn-remove-module:disabled{
    outline: none;
    color: rgba(255, 0, 0, 0.164);
    cursor:not-allowed
}

.btn-remove-module:focus{
    outline: none;
}

.btn-close-module:hover{
    outline: none;
    color: grey(255, 0, 0, 0.479);
}

.btn-close-module:focus{
    outline: none;
}
.btn-save-module:hover{
    outline: none;
    color: #00BAFF;
}

.btn-save-module:focus{
    outline: none;
}
.btn-edit-module:hover{
    outline: none;
    color: #00BAFF;
}
.btn-edit-module:disabled{
    outline: none;
    color: #00bbff31;
    cursor:not-allowed
}

.btn-edit-module:focus{
    outline: none;
}

.btn-calendar-table:hover{
    outline: none;
    color: #00BAFF;
}

.btn-calendar-table:focus{
    outline: none;
}

.text-box-comment {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px;
    margin: 20px;
    text-align: center;
  }
  
  .text-area-comment {
    width: 100%;
    height: 100%;
    resize: none;
    border: none;
    outline: none;
    font-size: 16px;
  }
  
  .btn-comment {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px;
    cursor: pointer;
    background-color: lightgray;
    color: white;
    font-size: 16px;
  }
.text-box-json-module {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px;
    margin: 20px;
    text-align: center;
  }
  
  .text-area-json-module {
    width: 100%;
    height: 100%;
    resize: none;
    border: none;
    outline: none;
    font-size: 16px;
  }
  
  .btn-json-module {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px;
    cursor: pointer;
    background-color: lightgray;
    color: white;
    font-size: 16px;
  }
.text-box-files-module {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px;
    margin: 20px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 360px;
  }
  
  .text-area-files-module {
    width: 100%;
    height: 100%;
    resize: none;
    border: none;
    outline: none;
    font-size: 16px;
  }
  
  .btn-files-module {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px;
    cursor: pointer;
    background-color: lightgray;
    color: white;
    font-size: 16px;
  }
  .modal-command {
    width: 50%;
    height: auto;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
}
.modal-network {
    width: 50%;
    height: auto;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
}
  .modal-comment {
    width: 50%;
    height: 45%;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
}
  .modal-json-module {
    width: 50%;
    height: 80%;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
}
  .modal-files-module {
    width: 50%;
    height: 80%;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
}

.height-80{
    height: 80%;
}
.height-100{
    height: 100%;
}

  .modal-calendar-schedule {
    width: 50%;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
}

.modal-comment-padding {
    /* padding: 100px 20% 100px 20% !important;
     */
     /* margin:20%; */
     text-align: -webkit-center;
     /* display: flex; */
     margin-top: 10%;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}
.modal-command-padding {
    /* padding: 100px 20% 100px 20% !important;
     */
     /* margin:20%; */
     text-align: -webkit-center;
     /* display: flex; */
     margin-top: 10%;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}
.modal-json-module-padding {
    /* padding: 100px 20% 100px 20% !important;
     */
     /* margin:20%; */
     text-align: -webkit-center;
     /* display: flex; */
     margin-top: 10%;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}
.modal-files-module-padding {
    /* padding: 100px 20% 100px 20% !important;
     */
     /* margin:20%; */
     text-align: -webkit-center;
     /* display: flex; */
     margin-top: 10%;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}

.modal-calendar-schedule-padding {
    /* padding: 100px 20% 100px 20% !important;
     */
     /* margin:20%; */
     text-align: -webkit-center;
     /* display: flex; */
     margin-top: 10%;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}

.modal-calendar-schedule-padding {
    /* padding: 100px 20% 100px 20% !important;
     */
     /* margin:20%; */
     text-align: -webkit-center;
     /* display: flex; */
     margin-top: 10%;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}

.container-comment{
    width: 100%;
    height: 100%;
    display: flex;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
}
.container-command{
    width: 100%;
    height: auto;
    display: flex;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
}
.container-network{
    width: auto;
    height: 50%;
    display: flex;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
}
.container-json-module{
    width: 100%;
    height: 100%;
    display: flex;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
}
.container-files-module{
    width: 100%;
    height: 100%;
    display: flex;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
}

.container-calendar-schedule{
    width: 100%;
    height: 100%;
    display: flex;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
}

.customToolbar-comment {
    min-height: 50px;
}
.customToolbar-command {
    min-height: 50px;
}
.customToolbar-json-module {
    min-height: 50px;
}
.customToolbar-files-module {
    min-height: 50px;
}

.container-comment-buttons{
    display: flex;
    align-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 20px;
}
.container-json-module-buttons{
    display: flex;
    align-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 20px;
}
.container-files-module-buttons{
    display: flex;
    align-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 20px;
}

.calendar-schedule-description{
    font-size: 0.8rem;
    text-align: justify;
    padding: 0px 20px 0px 20px;
    margin-bottom: 0.6rem !important;
}

.container-calendar-schedule-buttons{
    display: flex;
    align-content: space-around;
    justify-content: end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 20px;
    width: 100%;
}

.container-calendar-schedule-buttons.space-around{
    justify-content: space-around;
}

.btn-width10{
    width: 10%;
}
.btn-width10:disabled{
    background-color: #5a5a5c61;
    cursor: not-allowed;
}

.comment-success{
    color:green
}
.json-module-success{
    color:green
}
.json-files-success{
    color:green
}

.comment-error{
    color:red
}
.json-module-error{
    color:red
}
.json-files-error{
    color:red
}

/** Homeboard **/
.dash-box {
	margin: 2% 0;
	overflow: hidden;
    float:left;
    max-width: 20%!important;
}

.dash-companies{
	border-radius: 5px;
	height: 110px;
	color: white;
	background-color: #dfa36b;
}

.dash-devices{
	border-radius: 5px;
	height: 110px;
	color: white;
	background-color: #c49ac2;
}

.dash-devices-active{
	border-radius: 5px;
	height: 110px;
	color: white;
	background-color: #8bbd73;
    cursor: pointer;

}

.dash-devices-warnning{
	border-radius: 5px;
	height: 110px;
	color: white;	
	background-color: #edde5b;
    cursor: pointer;
}

.dash-devices-inactive{
	border-radius: 5px;
	height: 110px;
	color: white;
	background-color: #ee8078;
    cursor: pointer;
}

.dash-box p{
	padding-left: 1em;
    font-size: 1.5em;
    position: relative;
    top: 60%;
    z-index: 2;
}

.dash-box span{
    font-size: 2.5em;
    position: absolute;
    right: 20px;
    top: 10px;
}

.dash-bg-box {
    position: absolute;
    z-index: 0;
    left: 0.2em;
    top: 10%;
    color: white;
    opacity: 0.1;
    font-size: 10em !important;
}

.panel{
	border-color: #d9d9d9 !important;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.no-padding-sides {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.chart-infoLastConnection{
    height: 100%;
    width: 48%;
    text-align: -webkit-center;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    margin: 1%;
    min-height: 280px;
}

.row-padding-l-r15{
    padding: 0px 15px 40px 15px;
}


/* Loader */
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
  }
  
  .loader {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: 4px solid #00BAFF;
    border-top-color: transparent;
    animation: spin 2s linear infinite;
    opacity:0.6
  }

  .loader .char{
    width: 50px;
    height: 50px;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* Version mercury */
.version-mercury{
    color: #8e909a;
    font-size: 10px;
}

div.title-wrapper {
    position: relative;
    z-index: 0;
    color: #fafafa;
    display: inline-block;
    margin-left: -20px;
    padding: 1.0rem !important;
    min-width: 350px;
}

div.subtitle-wrapper {
    display: inline-block;
    color: #fafafa;
    background-color: #85868D;
    padding: 1rem;
    margin-left: -4px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.program-groups{
    background-color: #00baff36;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 10px 10px 0px;
}

.card-group {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    inline-size: max-content;
    background: #8ec4fb26;
    min-width: 100%;
    display: inline-block;
    user-select: none;
    max-width: 100%;
  }
  
  .card-group.active {
    background-color: #00baffad;
    border-color: #85868d;
    color: #ffffff;
  }
  .webkit-center{
  text-align: -webkit-center;
}

.contaniner-group-parent{
    height: 240px;
    overflow: overlay;
    margin: 2px;
    border: solid #0000001a 2px;
    padding-top: 10px;
}
.custom-table {
    /* margin: 20px; */
    margin-bottom: 17px;
    user-select: none;

  }
  
  .custom-table .table-container {
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .custom-table .table-header,
  .custom-table .table-row {
    display: flex;
    cursor: pointer;
  }

  .custom-table .table-row:hover {
    background-color: #00bbff15;
    color:rgba(37, 37, 37, 0.603);
  }
  
  .custom-table .table-header {
    background-color: #e8e7e7;
    font-weight: bold;
  }
  
  .custom-table .table-cell {
    flex-basis: 70%;
    padding: 5px;
    cursor: pointer;
  }
  .custom-table .table-cell-actions {
    flex-basis: 25%;
    padding: 5px;
    cursor: pointer;
  }

  .custom-table .table-cell-name {
    flex-basis: 20%;
    padding: 5px;
    padding-left: 0px;
  }

  .custom-table .table-head-cell-check {
    flex-basis: 10%;
    padding: 5px;
    text-align-last: center;
  }
  .custom-table .table-head-cell-checkbox {
    min-width: 30px;
    padding: 5px;
    text-align-last: center;
  }
  .custom-table .table-cell-check {
    flex-basis: 10%;
    padding: 5px;
    text-align-last: center;
    color: #ffffff;
    border: 0px solid #ffffff;
    background-color: #ff00007a;
    border-top-width: thin;
    border-left: solid;
    border-right: solid;
  }
  .custom-table .table-cell-checkbox {
    flex-basis: 10%;
    padding: 5px;
    text-align-last: center;
  }
  
  .custom-table .table-row:nth-child(even) {
    background-color: #f9f9f9;
  }

  .custom-table .table-row:nth-child(even):hover {
    background-color: #00bbff15;
    color:rgba(37, 37, 37, 0.603);
  }
  
  .custom-table .selected {
    background-color: #00ff3794;
    color: #ffffff;
    border: 0px solid #ffffff;
    border-top-width: thin;
    border-left: solid;
    border-right: solid;
  }

  .custom-table .selected:hover {
    background-color: #00bbff7a;
    /* color:rgb(113 110 110); */
  }

  .custom-table .selected:nth-child(even) {
    background-color: #00ff37ad;
    color: #ffffff;
    border: 0px solid #ffffff;
    border-top-width: thin;
    border-left: solid;
    border-right: solid;
  }

  .custom-table .selected:nth-child(even):hover {
    background-color: #00bbff7a;
    color:rgb(113 110 110);
  }

  .custom-table .table-scroll{
    overflow: auto;
    height: 486px;
  }
  .custom-table .center-icon-load{
    position: absolute;
    left: calc(50% - 112.5px/2);
    top: calc(50% - 90px/2);
    font-size: 90px;                                 
  }

  .help-block {
    display: block;
    margin-top: 5px;
    color: #737373;
}

.group-forms{
    min-width: 100% !important;
    margin-right: 0px !important;
    text-align: right;

}

.space-between{
    justify-content: space-between;
}

.disabled-parent{
    background: #80808026;
    cursor: not-allowed;
}

.disabled-cursor{
    cursor: not-allowed!important;
}

.help-block-filters{
    cursor: help;
    font-size: 10px;
}

.help-block-filters i {
    color: #6ea1ff !important;
}

.fan-icon {
    width: 15.75px;
    height: 14px;
  }

.fan-icon svg {
    width: 15.75px;
    height: 14px;
  }

  .fan-icon  svg path {
    fill: #85868A;
  }
  
  .title-fan-icon{
    display:flex;
  }

  .navigation-level-select{
    background-color: #00baff36;
    color: #d7d6d6 !important;
    font-size: 14px !important;
  }

  .addModule{
    color: #fff;
    background-color: #00BAFF;
  }
  .mt-a{
    margin-top: auto;
  }

  .center{
    text-align: -webkit-center;
  }

  .mini-bt{
    height: auto;
    font-size: 13px;
    line-height: normal;
  }

  .mini-i{
    font-size: 10px;
  }

  .drag-empty{
    width:100%;
    height: 330px;
    border: 2px dashed #ccc;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .drag{
    width:100%;
    height: 330px;
    border: 2px dashed #ccc;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    display: -webkit-inline-box;
    max-height: 330px;
    overflow: auto;
  }
  .font-small{
    font-size: small;
  }
  .w-fit{
    width: fit-content;
  }

  .z-4{
    zoom:4
  }

  .file-item {
    display: flex;
    margin: 5px;
    flex-direction: column;
    width: 80px;
}

.file-item i {
    margin-bottom: 1px;
    color: #00baff61;
}

.file-item.fail {
    color: rgba(255, 0, 0, 0.411);
}
.file-item.fail i {
    margin-bottom: 1px;
    color: rgba(255, 0, 0, 0.411);
}

.remove-file{
    align-self: end;
    padding: 0 16px;
    cursor: pointer;
    color: red !important;
}

.field-error{
    border-color: red;
}
.json-error{
    color: rgba(255, 0, 0, 0.411);
}

.module-blocked{
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.5;
}

.suggestions{
    margin-top: 1.8rem;
    min-width: 100% !important;
    margin-right: 0px !important;
}
.suggestion-item{
    padding-top: 10px;
    display: math;   
}

.tag-suggestions {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
  }

  .col-suggestion-item{
    min-height: 32px;
  }

  .json-formatter{
    display: ruby;align-self: self-end;padding-right: 20px;
  }
  .repository-groups{
    background-color: #00baff36;
    padding: 2px 10px 2px 10px;
    border-radius: 10px;
    margin: 0px 5px 5px 0px;
    width: fit-content;
  }

  .groups-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .dropdown-menu>li>a {
    display: block;
    padding: 3px 6px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

.fb-33{
    flex-basis: 33%!important;
}
.fb-50{
    flex-basis: 50%!important;
}

.row.multiselector{
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0px;
    margin-right: 10px;
}
.multiselect-parent.btn-group.dropdown-multiselect.open>ul{
    width: unset;
    user-select: none;
}
.multiselect-parent.btn-group.dropdown-multiselect>div>button{
    width: 200px;
}

  
