.app-header {
    flex: 0 0 80px !important;
}

.app-header.bg-light .navbar-brand {
    height: 100%;
}

.nav{
    flex-wrap: nowrap;
}

/*
.app-body{
    height: 90vh !important;
    overflow: hidden !important;
}
*/


.deviceChoice{
    display: flex; 
    flex-direction: column; 
    height: 100%; 
    width: 100%; 
    align-items: center; 
    margin: 0 30px;
    opacity: .7;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.deviceChoice:hover{
    opacity: 1;
}

.deviceChoice.selected{
    border: 2px solid #00ABAF; 
    border-radius: 15px; 
    padding: 0 20px;
    opacity: 1;
}


.lang-button{
    display: none;
}


.backgroundCiceroneLight{
    background: #00ABAF !important;
}

.backgroundCiceroneColorDark{
    background: #08515D !important;
}

.backgroundCiceroneDark{
    background: #08515D !important;
    /*AÑADIDO ANTONIO TEST*/
    position: fixed;
    top: 0;
    left: 0;
    height: 10vh;
    width: 100vw;
    z-index: 9999;
}

.app-body {
    /*AÑADIDO ANTONIO TEST*/
    margin-top: 10vh;
    height: 90vh;
    overflow: hidden;
}

.sidebar {
    overflow-x: hidden;
    overflow-y: auto;
}

.navbar-brand{
    width: 175px !important;
    background: #00ABAF !important;
    color: #fff !important;
    opacity: 1 !important;
}

.sidebar.sidebar-pills .nav-link, .sidebar.sidebar-pills .nav-title{
    color: #fff !important;
}

.toggleCicerone {
    padding: .25rem 0;
    height: 100%;
    background: #00ABAF !important;
    border-radius: 0 !important;
}

.mayus{
    border-bottom: 1px #fff solid !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
    margin-left: 25px;
    margin-right: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mainLi{
    padding: 15px 0;
}

.main {
    overflow: auto;
}

.sidebar.sidebar-pills .nav-link.inside.active {
    background-color: #08515D;
    color: #fff !important;
    border-radius: 5px;
    margin-right: 20px !important;
}

.sidebar.sidebar-pills .nav-link.active {
    color: #fff !important;
    background: none;
}

.sidebar.sidebar-pills .mayus:hover {
    font-weight: bold;
    color: #fff !important;
    background: none;
}

.sidebar.sidebar-pills .inside:hover {
    background-color: #08515D;
    color: #fff !important;
    border-radius: 5px;
    margin-right: 20px !important;
}

.sidebar .nav-dropdown-toggle:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%ffffffff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E") !important;
}

.nav-dropdown-items-parent{
    position: relative;
    top: 10px;
}

.sidebar.sidebar-pills .nav-dropdown.open{
    background: none !important;
}

.navbar-brand{
    font-weight: bold;
}

.sidebar.sidebar-pills .nav-dropdown .nav-link:not(.nav-dropdown-toggle) {
    margin-left: 12px;
    padding: .5rem .25rem .5rem .75rem;
}

.toggleCicerone{
    outline: 0 !important;
}

.btn-primary{
    background: #08515D !important;
    border: 0 !important;
}

.open > .mayus{
    font-weight: bold !important;
}

.sidebar>.sidebar-nav {
    overflow: visible !important
}

.open > .nav-dropdown-items-parent{
    overflow: visible !important
}

/*
.contenidos:not(.open) > #contenidos{
    display: block !important
}

.contenidos.open > #contenidos{
    display: block !important
}
*/

::-webkit-scrollbar {
    width: 10px !important;
  }
  
  ::-webkit-scrollbar-track {
    background: #00ABAF  !important; 
  }
   
  ::-webkit-scrollbar-thumb {
    background: #08515D  !important;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #08515D  !important;
  }

  @media only screen and (max-width: 600px) { 
    ::-webkit-scrollbar {
      display: none;
    }
  }

#contenidos{
    animation: fadeIn .2s; 

}

.contenidos:hover > #contenidos{
    display: block !important;
    opacity: 1;
    z-index: 1;

}

#contenidos:not(:hover) {
    opacity: 0;
    z-index: -1;
  }


.autenticacion:hover > #autenticacion{
    display: block !important;
    opacity: 1;
    z-index: 1;
}

#autenticacion:not(:hover){
    opacity: 0;
    z-index: -1;
  }

  .mainLiFather:before {
    content: "+";
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 16px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    line-height: 1;
    padding: 1px 4px;
  }

  .mainLiFather.open:before {
    content: "-";
    padding: 1px 5px;
    -webkit-text-stroke: 1px;
  }

  .app-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    height: 23px;
}

  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }



  @media (max-width: 991px) {
    .navbar-brand {
        background: #08515D  !important;

    }
  }

/* Module offices */
.opacity-row {
    opacity: 50%;
}

/* End Module offices */

/* Module registers */

.switch-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 2px solid #00ABAF;
    border-radius: 10px;
    margin: 0;
    overflow: hidden;
}
.switch-button span.switcher {
    position: relative;
    width: 100%;
    height: 30px;
    border-radius: 0px;
}
.switch-button span.switcher input {
    appearance: none;
    position: relative;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #1e1e1e;
    outline: none;
    font-family: 'Oswald', sans-serif;
}
.switch-button span.switcher input:before, .switch-button span.switcher input:after {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.switch-button span.switcher label {
    z-index: 1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: 0;
}
.switch-button span.switcher.switcher-1 input {
    transition: 0.25s -0.1s;
}
.switch-button span.switcher.switcher-1 input:checked {
    background-color: #00ABAF;
}
.switch-button span.switcher.switcher-1 input:checked:before {
    color: #00ABAF;
    transition: color 0.5s 0.2s;
}
.switch-button span.switcher.switcher-1 input:checked:after {
    color: #fff;
    transition: color 0.5s;
}
.switch-button span.switcher.switcher-1 input:checked + label {
    left: 0px;
    right: 50%;
    background: #fff;
    transition: left 0.5s, right 0.4s 0.2s;
}
.switch-button span.switcher.switcher-1 input:not(:checked) {
    background: #00ABAF;
    transition: background 0.5s -0.1s;
}
.switch-button span.switcher.switcher-1 input:not(:checked):before {
    color: #fff;
    transition: color 0.5s;
}
.switch-button span.switcher.switcher-1 input:not(:checked):after {
    color: #00ABAF;
    transition: color 0.5s 0.2s;
}
.switch-button span.switcher.switcher-1 input:not(:checked) + label {
    left: 50%;
    right: 0px;
    background: #fff;
    transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
}

@keyframes turn-on {
    0% {
        left: 100%;
   }
    100% {
        left: 0%;
   }
}

@keyframes turn-off {
    0% {
        right: 100%;
   }
    100% {
        right: 0%;
   }
}

.register-icon-button {
    color: #00ABAF; 
    font-size: 25px; 
    cursor: pointer;
}

.register-icon-button-red {
    color: red; 
    font-size: 25px; 
    cursor: pointer;
}

.register-satisfaction-level-icon {
    font-size: 70px;
}

.register-satisfaction-level-icon-five {
    font-size: 60px;
}

.register-satisfaction-level-icon-ten {
    font-size: 50px;
}

.icon-red {
    color: red;
}

.icon-orange {
    color: orange;
}

.icon-yellow {
    color: yellow;
}

.icon-low-green {
    color: #00af00;
}

.icon-green {
    color: #00ABAF;
}
/* End Module registers */

/* Module registers */

.switch-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 2px solid #00ABAF;
    border-radius: 10px;
    margin: 0;
    overflow: hidden;
}
.switch-button span.switcher {
    position: relative;
    width: 100%;
    height: 30px;
    border-radius: 0px;
}
.switch-button span.switcher input {
    appearance: none;
    position: relative;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #1e1e1e;
    outline: none;
    font-family: 'Oswald', sans-serif;
}
.switch-button span.switcher input:before, .switch-button span.switcher input:after {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.switch-button span.switcher input:before {
    content: 'Solicitar datos antes de crear ruta';
    padding-left: 3%;
    width:50%;
    line-height: 34px;
    cursor: pointer;
}
.switch-button span.switcher input:after {
    content: 'Solicitar datos después de crear ruta';
    right: 0;
    padding-right: 3%;
    text-align: right;
    width:50%;
    line-height: 34px;
    cursor: pointer;
}
.switch-button span.switcher label {
    z-index: 1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: 0;
}

@keyframes turn-on {
    0% {
        left: 100%;
   }
    100% {
        left: 0%;
   }
}

@keyframes turn-off {
    0% {
        right: 100%;
   }
    100% {
        right: 0%;
   }
}

.register-icon-button {
    color: #00ABAF; 
    font-size: 25px; 
    cursor: pointer;
}

.register-icon-button-red {
    color: red; 
    font-size: 25px; 
    cursor: pointer;
}

.register-satisfaction-level-icon {
    font-size: 70px;
}

.register-satisfaction-level-icon-five {
    font-size: 60px;
}

.register-satisfaction-level-icon-ten {
    font-size: 50px;
}

.icon-red {
    color: red;
}

.icon-orange {
    color: orange;
}

.icon-yellow {
    color: yellow;
}

.icon-low-green {
    color: #00af00;
}

.icon-green {
    color: #00ABAF;
}
/* End Module registers */

.ciceroneColor {
    color: #00ABAF;
}

/* Module interest point */

.interest-point-form-element {
    color: #88692a;
    background-color: transparent;
    border: unset;
}

.backgroundFormBox {
    background-color: #f3f3f2;
}

.background-label-cicerone {
    background-color: #00ABAF;
    color: #fff;
}

.background-label-grey {
    background-color: #f3f3f2;
}

.label-with-border {
    border-radius: 10px;
    padding-right: 2%;
    padding-left: 2%;
}

/* End interest point */
