/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.mdl-layout__container {
    position: relative;
}

.mdl-layout {
    overflow: visible;
}

.mdl-layout__drawer {
    position: fixed;
}

.mdl-layout__content {
    display: block;
    overflow: auto;
    /* margin-top: 64px; */
}

.mdl-navigation{
    padding-top: 59px;
}

#info {
    width: 335px;
    height: 15px;
    position: fixed;
    bottom: 5px;
    font-size: 12px;
    font-weight: 800;
    right: 10px;
    z-index: 3;
    text-align: right;
    transition: 0.5s;
}

.is-small-screen .mdl-layout__content {
    margin-top: 56px;
}

.mdl-layout__header {
    position: fixed;
}

.mdl-layout__obfuscator {
    position: fixed;
}

body {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
    color: #163156;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 26px;
}

h5 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

h6 {
    text-transform: uppercase;
}

p.big {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 20px;
}

img {
    max-width: 100%;
}

h4 img {
    width: 25px;
    margin-right: 10px;
}

.white {
    color: #fff;
}

.simple{
    color: rgb(63, 160, 49);
    font-weight: 600;
}

.moderate{
    color: rgb(66, 73, 194);
    font-weight: 600;
}

.complex{
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.green{
    color: rgb(62, 140, 71);
    font-weight: 600;
}

.orange{
    color: rgb(253, 224, 79);
    font-weight: 600;
}

.red{
    color: rgb(205, 43, 32);
    font-weight: 600;
}




/* Disable ugly boxes around images in IE10 */

a img {
    border: 0px;
}

a {
    color: #3098CF;
}

::-moz-selection {
    background-color: #3098CF;
    color: #fff;
}

::selection {
    background-color: #3098CF;
    color: #fff;
}

.mdl-button--fab.mdl-button--colored {
    background: #3098CF;
    color: #fff;
}

.mdl-button--fab.mdl-button--colored:hover {
    background-color: #163156;
}

.mdl-button--accent.mdl-button--accent.mdl-button--raised,
.mdl-button--accent.mdl-button--accent.mdl-button--fab {
    color: #fff;
}


.ol-popup {
    /* display: none; */
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 30px;
    left: -50px;
     min-width: 200px; 
  }
  .ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
  }
  .ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
  }
  .ol-popup-closer {
    color: #163156;
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
  }
  .ol-popup-closer:after {
    content: "✖";
  }
  .ol-popup-closer:hover {
    text-decoration: none;
  }

  #update-waypoint-name{
    font-size: 20px;
  }

.ates-header .mdl-menu__container {
    z-index: 50;
    margin: 0 !important;
}

#more-button {
    box-shadow: none;
    line-height: 13px;
    background: #F9F9F9;
    /*background: none;*/
}

#more-button:hover {
    box-shadow: none;
    line-height: 13px;
    background: rgba(158, 158, 158, .2);
    /*background: none;*/
}

#more-button p {
    line-height: 13px;
    float: left;
}

#more-button i {
    margin-top: 7px;
}

#maps-layers-button {
    box-shadow: none;
    line-height: 13px;
    background: #F9F9F9;
    /*background: none;*/
}

#maps-layers-button:hover {
    box-shadow: none;
    line-height: 13px;
    background: rgba(158, 158, 158, .2);
    /*background: none;*/
}

#maps-layers-button p {
    line-height: 13px;
    float: left;
}

#maps-layers-button i {
    margin-top: 7px;
}

#user-menu {
    text-transform: uppercase;
}

#user-menu a, #user-menu > ul > li > a {
    text-decoration: none;
    text-transform: uppercase;   
    color: rgba(0,0,0,.87);
    z-index: 999999;
}

#pin-label {
    visibility: hidden;
    position: relative;
    z-index: 9999;
}

#pin-label div {
    float: left;
    background: rgba(97, 97, 97, .9);
    display: inline-block;
    width: auto;
    border-radius: 2px;
    line-height: 29px;
    font-size: 10px;
    padding: 0 10px;
    color: white;
}

.mdl-textfield--expandable {
    width: auto;
}

#donate{
    width: 200px;
    height: auto;
    min-height: 50px;
    background-color: #F9F9F9;
    font-size: 10px;
    line-height: 15px;
    padding: 10px;
    right: -80px;
    transform: translate(-50%, 0);
    z-index: 100;
    position: fixed;
    border-radius: 5px;
    bottom: 10px;
    text-align: right;
}

#donate > h5 {
    margin-left: 0px;
}

#cookie-consent{
    width: 95%;
    height: auto;
    min-height: 50px;
    background-color: #F9F9F9;
    font-size: 10px;
    line-height: 15px;
    padding: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
    position: fixed;
    border-radius: 5px;
    top: 80px;
    visibility: hidden;
}

#cookie-consent > h5 {
    margin-left: 0px;
}

#close-cookie-consent   {
    position: absolute;
    top: 5px;
    right: 5px;
}

.ates-logo {
    position: absolute;
    left: calc(50% - 87px);
    top: 10px;
}

.ates-mobile-logo {
    display: none !important;
}

.ates-header {
    background-color: #F9F9F9;
    z-index: 10;
}

.ates-header .material-icons {
    color: #163156 !important;
}

.ates-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
}

.mdl-navigation{
    padding-top: 59px !important;
}

.ates-header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
}

.mdl-navigation>ul {
    margin-top: 0;
}

.ates-search-box {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 2;
}

input#search-field {
    color: #757575;
}

.viwer-button {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 8px;
}

.ates-home-button {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.ates-north-button {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 8px;
}

/* .ates-zones-button {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
} */

.ates-help img {
    float: left;
    padding-right: 10px;
}

.ates-forecast img {
    float: left;
    padding-right: 10px;
}

.ates-help .mobile {
    display: none;
}

.ates-nav {
    border-right: none;
    color: #757575;
    width: 260px;
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
}

.ates-nav-header {
    background: #163156;
    color: #fff;
    /*padding: 32px 8px;*/
    padding: 9px 9px;
    box-sizing: border-box;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.itineraries-nav-header {
    /* background: #163156; */
    color: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 15px;
    height: 68px;
}

.ates-nav .feedback {
    float: left;
    margin-right: 20px;
    font-size: 46px;
}

.ates-nav-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
}

.ates-sidenav-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0 8px 6px;
}

.ates-forget-passowrd{
    color: rgb(22, 49, 86) !important;
    position: absolute;
    bottom: -1px;
    width: 200px;
    right: 30px;
    font-size: 10px;
}

.ates-nav .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
}

.ates-nav span.mdl-navigation__link.mdl-navigation__link {
    color: #8bc34a;
}

.ates-nav-warning {
    padding: 16px 40px;
    color: #757575;
}

#close-drawer i{
    /* margin-top: 8px; */
    padding-right: 0;
    color: #163156;
    font-weight: 600;
}

#close-drawer {
    float: right;
    margin-top: -5px;
}

.ok-icon{
    color: green;
}

.warning-icon {
    color: orange;
}

.clear{
    float: none;
}

#close-top-side-controller-info{
    position: absolute;
    top: 0px; 
    right: 10px;
}

#close-inclination-info{
    position: absolute;
    top: 0px; 
    right: 10px;
}

#close-ates-info{
    position: absolute;
    top: 0px; 
    right: 10px;
}

.atesmaps-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-title {
    font-weight: 600;
    text-align: left;
    font: 600;
    margin: 0px;
}

#close-drawer-home {
    margin-top: -13px;
    float: right;
}

.warning-title {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}

.warning-title span {
    padding-left: 8px;
    font-size: 14px;
    text-transform: uppercase;
}

.warning-title i {
    font-size: 22px;
}

.ates-mapkey {
    padding: 0px 16px 16px 40px;
}

.ates-mapkey .pin {
    margin-right: 15px;
    width: 19px;
}

.ates-mapkey ul {
    padding: 0;
}

.ates-mapkey li {
    padding: 8px 0 !important;
    font-size: 10px;
}

.ates-mapkey li span {
    width: 12px;
    height: 12px;
    display: inline-flex;
    margin-right: 8px;
}

span.comp-mapkey {
    background: rgb(255, 0, 0);
}

span.exig-mapkey {
    background: rgb(0, 0, 255);
}

span.simp-mapkey {
    background: rgb(0, 255, 0);
}

.ates-social {
    display: inline-flex;
    list-style: none;
    padding: 0 40px;
    border-top: 1px solid #dcdcdc;
}

.ates-nav ul.ates-help {
    padding: 0px 16px;
    line-height: 18px;
    color: #757575;
}

.ates-nav ul.ates-forecast {
    padding: 0px 16px;
    line-height: 18px;
    color: #757575;
    /* margin-bottom: -20px; */
}

.ates-nav p.ates-forecast {
    line-height: 1.2em;
    text-align: justify;
    padding: 0px 23px;
    font-size: 10px;
}

.ates-nav p.ates-title {
    margin-top: 5px;
    line-height: 1.2em;
    text-align: left;
    padding: 3px;
    font-size: 10px;
}

.ates-nav li {
    list-style: none;
    padding: 16px 0px;
}

.mdl-switch__label {
    font-size: 14px;
    color: #757575;
}

.ates-nav .title-nav {
    font-size: 14px;
    color: #757575;
    padding: 1px 14px;
    text-transform: uppercase;
    vertical-align: middle;
}

.ates-nav .title-nav i {
    font-size: 18px;
    padding-right: 8px;
    vertical-align: middle;
}

.ates-actions-nav {
    position: fixed;
    bottom: 16px;
    left: calc(50% - 125px);
    z-index: 2;
}

.ates-actions-nav button.mdl-button.mdl-js-button.mdl-button--fab.mdl-js-ripple-effect.mdl-button--colored {
    margin: 0px 8px;
}

button.mdl-button--fab.mdl-button--colored.toogle-active {
    background-color: #163156;
}

.ates-container-section {
    padding: 40px 15px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.ates-container-section-ads {
    padding: 60px 15px 0px 15px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.ates-container-section .ates-head {
    text-align: center;
    max-width: 690px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.ates-container-section .ates-cookie-section{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.ates-container-section p{
    text-align: justify;
}

#ates-hero {
    position: relative;
    height: 570px;
    width: auto;
    background-color: #f3f3f3;
    background: url(../images/ates-hero-bg.jpg) center 50% no-repeat;
    background-size: cover;
}

#ates-hero h1 {
    margin-top: 60px;
}


#error-hero {
    position: relative;
    height: 570px;
    width: auto;
    background-color: #f3f3f3;
    background: url(../images/avalanche.jpg) center 70% no-repeat;
    background-size: cover;
}

#error-hero h1 {
    margin-top: 60px;
    font-weight: 800;
}

.aling-center {
    text-align: center;
    justify-content: center;
    align-items: center;
}

#ates-what .aling-center i {
    color: #3098CF;
    /* vertical-align: -20px; */
    margin-right: 5px;
}

.blue-background {
    background-color: #163156;
}

.scroll-down {
    position: absolute;
    right: 10%;
    margin-top: -28px;
}

.Ed-btn {
    padding: 0 12px 0 0;
    font-size: 20px;
}

i.material-icons.big {
    font-size: 60px;
}

#ates-how iframe {
    margin-top: 24px;
}

.margin-left {
    padding-left: 40px;
}

.ates-call-to {
    margin: 40px 0;
}

#ates-scale {
    background-color: #163156;
}

#ates-scale img {
    width: 100%;
}

#ates-zones {
    margin-bottom: 40px;
}

.ates-footer {
    color: #fff;
    padding: 0;
}

.col-center {
    padding-right: 40px;
}

.top-footer {
    /* background-color: #163156; */
    background-color: #142d4e;
}

.bottom-footer {
    background-color: #142d4e;
    padding: 12px 0;
}

.mdl-layout__obfuscator.is-visible {
    background-color: rgba(22, 49, 86, .85);
    visibility: visible;
    pointer-events: none;
    opacity: 0;
}

.modalAlert h3 {
    margin-top: 0;
}

.modalAlert {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(22, 49, 86, .85);
    z-index: 999;
    transition-property: visibility, opacity;
    transition-duration: 0s, 1s;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

.modalAlert>div {
    width: 30%;
    position: relative;
    margin: 5% auto;
    padding: 40px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    color: #757575;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    will-change: transform;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
}


.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(22, 49, 86, .85);
    z-index: 999;
    transition-property: visibility, opacity;
    transition-duration: 0s, 1s;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

.modal>div {
    width: 30%;
    position: relative;
    margin: 5% auto;
    padding: 40px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    color: #757575;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    will-change: transform;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
}



#modalAvaluador {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(22, 49, 86, .85);
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    overflow-y: auto;
}

#modalAvaluador>div {
    width: 30%;
    position: relative;
    margin: 5% auto;
    padding: 40px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    color: #757575;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    will-change: transform;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
}

#modalTutorial {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(22, 49, 86, .85);
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    overflow-y: auto;
}

#modalTutorial>div {
    width: 30%;
    position: relative;
    margin: 5% auto;
    padding: 40px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    color: #757575;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    will-change: transform;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
}

.responsive-iframe {
       /* position: absolute; */
    /* top: 30%; */
    /* left: 15%; */
    width: 100%;
    /* height: 100%; */
    height: 1500px;
    border-style: none
  }

#modal-ates{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(22, 49, 86, .85);
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    overflow-y: auto;
}

#modal-ates>div {
    width: 70%;
    height: 80%;
    overflow-y: scroll ;
    position: relative;
    margin: 5% auto;
    padding: 40px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    color: #757575;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    will-change: transform;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
}

#tutorial {
    width: 510px;
    height: 264px;
}

.loading {
    float: left;
}

.modalAlert p {
    margin-bottom: 40px;
}

.separator-alert {
    margin: 28px;
}

#modalGPX {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(22, 49, 86, .85);
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

#modalGPX>div {
    width: 80%;
    border: 2px dashed #3098CF;
    border-radius: 3px;
    position: relative;
    margin: 10% auto;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    will-change: transform;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
}

.ol-rotate{
    display: none;
}

.ol-zoom {
    display: none; 
}

.ol-attribution{
    display: none;
}


#modalGPX form {
    text-align: center;
    color: #757575;
}

.text-modalGPX {
    margin: 40px;
}

small.loading-text {
    float: left;
}

.open-modal {
    opacity: 1 !important;
    z-index: 99999;
}

.close-modal {
    opacity: 0 !important;
}

.close-btn {
    background: #cb4c4a;
    color: #FFFFFF;
    line-height: 38px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close-btn:hover {
    background: #3098CF;
}

.close-btn i {
    font-size: 18px;
}

.cloud {
    font-size: 3em;
}

.atesmaps-body .mdl-layout__container {
    position: absolute;
}

.ates-nav .ates-avatar {
    float: left;
    margin-right: 15px;
  /*  padding: 0px 16px 0px 8px;*/
}

.ates-avatar-itineraries {
    float: left;
}

/* #avaluador {
    position: relative;
    background-image: url(/images/avaluador/AtesAvaluador3.png);
    background-size: cover;
    height: 155px;
    width: 225px;
    margin: auto;
} */

#avaluador2 {
    margin-left: -40px;
    position: relative;
    background-image: url(/images/avaluador/planner-aval-canada-es.png);
    background-size: cover;
    height: 166px;
    width: 239px;
}

.ates-register{
    background-image: url('/assets/64531/green_suburb.jpg') no-repeat   center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 75px; 
}

.login-pill{
    width: 100%;
    display: inline-block;
    height: auto;
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
   
   
}

.login-pill form{
    background: #f9f9f9;
    height: 100px;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 3px;
}

.login-form-group{
    width: 200px;
    padding: 25px 0;
    
}
.login-form-group label{
    top: 30px;
}

.login-pill button{
    position: absolute;
    bottom: -23px;
    right: 10px;
}

.login-pill .icons{
    /* display: flex; */
    align-items: center;
    padding: .4375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /* color: #AAAAAA; */
    color: rgba(0,0,0,.26);
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    margin-left: 20px;
    margin-right: 10px;

}

.login-pill .flash-error{
    position: absolute;
    bottom: 0px;
    left: 37px;
    color: red;
    font-size: 10px;
}

#meteo>a {
    font-size: 15px;
    font-weight: 700;
}

#snow>a {
    font-size: 15px;
    font-weight: 700;
}

#zona-name {
    font-size: 15px;
    font-weight: 700;
}

.left-side {
    margin-right: 100px;
    display: inline-block;
}

.left-side div {
    display: block;
}

.left-side fieldset {
    margin: 20px 0;
}

#itineraries {
    position: absolute;
    background: white;
    /* top: 39px; */
    top: 24%;
    right: 45px;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 4px;
    /*width: 280px;*/
    width: 40px;
    visibility: hidden;
}

#menu-banner-1 {
    position: absolute;
    background-image: url(/images/banners/Esteller-325x90.gif);
    height: 90px;
    width: 325px;
    bottom: 20px;
    left: 249px;
    z-index: 13;
}

#menu-banner-2{
    display: block;
    position: fixed;
    width: 728px;
    height: 90px;
    bottom: 20px;
    left: 50%;
    margin-top: -45px; /* Negative half of height. */
    margin-left: -364px; /* Negative half of width. */
    /* z-index: 13; */
    z-index: 2;
}

#mb-banner{
    display:none;
}

#sponsor-aran{
    width: 180px;
    margin-left: 15px;
    display: none;
}

#sponsor-taull{
    width: 120px;
    margin-left: 50px;
    display: none;
    margin-bottom: 10px;
}

#sponsor-vall_fosca{
    width: 120px;
    margin-left: 50px;
    display: none;
}

#sponsor-espalet{
    width: 120px;
    margin-left: 50px;
    display: none;
}

#sponsor-espalet2{
    width: 90px;
    margin-left: 20px;
    display: none;
}

#sponsor-msegura2{
    width: 70px;
    margin-left: 20px;
    display: none;
}


#sponsor-espalet3{
    width: 120px;
    margin-left: 50px;
    display: none;
}


#sponsor-andorra{
    width: 120px;
    margin-left: 50px;
    display: none;
}

#sponsor-msegura{
    width: 90px;
    margin-left: 70px;
    display: none;
}


#sponsor-tavascan{
    width: 150px;
    margin-left: 30px;
    display: none;
    height: 80px;
}

#sponsor-cadimoixero{
    width: 150px;
    margin-left: 30px;
    display: none;
}

#sponsor-feadr{
    width: 150px;
    margin-left: 30px;
    display: none;
}

#sponsor-title{
    display: none;
}


#ates-legend, #top-side-controllers-info, #inclination-legend {
    height: auto;
    width: 199px;
    position: absolute;
    padding: 10px;
    /* top: 10px; */
    background: white;
    z-index: 2;
    bottom: calc(50% - 226px);
    right: 60px;
    border-radius: 3px;
    visibility: hidden;
    /* font-size: 8px;*/
}

#ates-legend >ul {
    list-style: none;
    padding: 0;
}

#inclination-legend > ul {
    list-style: none;
    padding: 0;
}

#clean-roseta-mb-button{
    display: none;
}

#roseta-popup-mb-button {
    display: none;
}

#roseta-buttons-separator {
    display: none;
}

#inclinations-mb-button{
    display: none;
}

#top-side-controllers-info {
    /*right: 237px;*/
    /*bottom: calc(50% + 13.7%);*/
    bottom: calc(50% + 4.7%);
}

#top-side-controllers-info >ul {
    list-style: none;
    padding: 0;
}

.ates-description {
    font-size: 9px;
    letter-spacing: 0;
    margin: 0 0 16px;
    line-height: 10px;
}

.atesicons {
    margin-top: 5px;
    /* margin-left: 15px; */
    margin-right: 8px;
    margin-bottom: 10px;
    height: 54px;
    width: 10px;
    float: left;
}

.inclinationicons {
    margin-top: 5px;
    
    margin-right: 8px;
    margin-bottom: 10px;
    height: 22px;
    width: 10px;
    float: left;
}

.sub-title{
    margin-top: -31px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    color: rgba(0,0,0,.54);
    display: block;
    padding: 0;
}

.vertical-center{
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.blue-btn{
    background-color: #3098CF !important;
}

.clear-itineraries-filters-btn {
    margin-top: 8%;
}

#simple {
    background: rgb(63, 160, 49);
}

#demanding {
    background: rgb(66, 73, 194);
}

#complex {
    background: rgb(0, 0, 0);
}

#mas-45 {
    background: rgb(145, 97, 141);
}

#de-40-45 {
    background: rgb(183, 131, 179);
}

#de-35-40 {
    background: rgb(206, 155, 202);
}

#de-30-35 {
    background: rgb(220, 187, 219);
}

#itineraries>button {
    float: left;
}

/* Roseta styles */

.svg_roseta {
    /* position: fixed;
    top: 90px;
    right: 13px; */
    height: 100px;
    width: 100px;
    z-index: 2;
}

.svg_roseta path {
    fill: none;
    pointer-events: visible;
    stroke: #000000;
    stroke-width: .25px;
    transition: fill 0.2s;
    z-index: 2;
    cursor: pointer;
}

.svg_roseta path.active {
    fill: #757575;
}

.svg_roseta path:hover {
    fill: #3098CF;
}

.svg_roseta_disabled {
    opacity: 0.5;
    height: 100px;
    width: 100px;
    z-index: 2;
}

.svg_roseta_disabled path {
    fill: none;
    pointer-events: visible;
    stroke: #000000;
    stroke-width: .25px;
    transition: fill 0.2s;
    z-index: 2;
    /*cursor: not-allowed;*/
    cursor: progress;
}

.guide-icon {
    border-radius: 2px;
    width: 55px;
    height: 36px;
}

#guia > img {
    width: 35px;
    height: 36px;
    padding: 3px;
}

#inclination-mb-button {
    display: none;
}


#side-controllers {
    position: fixed;
    /* bottom: calc(50% - 228px); */
    top: calc(50% - 145px);
    right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 4px;
    margin-left: 25px;
    z-index: 2;
    line-height: 1.8;
    width: 40px;
    height: auto;
    border-radius: 3px;
    background: #fff;
    text-align: left;
    color: #163156;
    transition: 0.5s;
}

#side-controllers>.mdl-button--icon {
    margin-top: 3px;
}


#tutorial {
    width: 250px;
    height: 150px;
}

.cesium-credit-textContainer {
    display: none;
}

.ol-overlaycontainer {
   display: none;
}

.ol-overlaycontainer-stopevent {
    display: none;
}

.dz-preview {
    display: none;
}

.mdl-progress {
    width: 100%;
}

.loading-text {
    visibility: hidden;
}

#loading-file {
    visibility: hidden;
    width: 90%;
    margin-left: 5%;
}

.hidden {
    display: none;
}

.accept-disclaimer {
    visibility: hidden;
}

#map3d {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: grab;
    
}

.mdl-button--fab[disabled][disabled],
.mdl-button--fab.mdl-button--disabled.mdl-button--disabled {
    background-color: rgba(48, 152, 207, 0.50);
}

.margin-left-120 {
    margin-left: 120px;
}

#snackbar-notifications>.mdl-snackbar__text {
    color: white;
}

#snackbar-notifications>.mdl-snackbar__action {
    color: white;
}

.mask {
    display: inline;
}

.pop-up {
    visibility: hidden;
    bottom: 10px;
    padding-top: 10px;
    left: calc(50% - 130px);
    z-index: 2;
    line-height: 1.8;
    width: 250px;
    height: 95px;
    position: relative;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    color: #757575;
}

#training-button {
    background-color: #3098CF;
}

.ateslogo-menu-text {
    display: block;
    margin-top: 14px;
}

.ateslogo-menu-text-itineraries {
    display: block;
    margin-top: 7%;
}

#layer-controls {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 2;
    transition: 0.5s;
}

#terrain-layer {
    background-image: url(/images/layers/aerial.png);
    border-radius: 3px;
    background-size: cover;
    cursor: pointer;
    height: 50px;
    width: 50px;
    transition: 0.5s;
}



.inclination_disabled {
    cursor: progress;
    opacity: 0.5;
}

.st0 {
    fill: #FFFFFF;
    stroke: #000000;
    stroke-width: 5;
    stroke-miterlimit: 10;
}

.st1 {
    fill: none;
    stroke: #000000;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.st3 {
    fill: #FFFFFF;
}

.st4 {
    stroke: #000000;
    stroke-width: 0.25;
    stroke-miterlimit: 10;
}

.st5 {
    font-family: 'Roboto-bold';
}

.st6 {
    font-size: 20.0103px;
}

.st7 {
    stroke: #000000;
    stroke-width: 3;
    stroke-miterlimit: 10;
}

.st8 {
    font-size: 35.9998px;
}

.st9 {
    letter-spacing: 0.9;
}

#gpx-widget {
    visibility: hidden;
    position: fixed;
    bottom: calc(18% - 36px);
    max-height: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-left: 25px;
    left: calc(75% - 155px);
    z-index: 4;
    line-height: 1.8;
    width: auto;
    max-width: 360px;
    min-width: 360px;
    height: auto;
    overflow-y: auto;
    border-radius: 3px;
    background: #fff;
    text-align: left;
    color: #757575;
}

#gpx-widget ul {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    list-style-type: none !important;
    /*margin: 0 !important;*/
    padding: 0 !important;
}

#gpx-widget li img {
    height: 15px;
    width: 15px;
    padding-bottom: 8px;
    cursor: pointer;
}

button.viwer-button.toogle-active {
    background-color: #d4d4d4;
}

#zone-menu {
    overflow-y: auto;
    max-height: 500px;
}

.menu-pin {
    margin-right: 15px;
    width: 20px;
    height: 25px;
}

#inclinations-button-icon {
    margin-top: -17px;
    /* padding-left: 10px; */
    padding-top: -7px;
    height: 67px;
    cursor: pointer;
}

#inclinations-button {
    height: 90px;
    width: 90px;
    margin-left: 8px;
}

#top-side-controllers {
    position: fixed;
    /* top: calc(50% - 235px); */
    /* top: calc(44% - 250px); */
    top: 75px;
    right: 10px;
     /* padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px; 
    padding-left: 4px;*/
    padding: 5px;
    margin-left: 25px;
    z-index: 2;
    width: 220px;
    /* height: 100px; */
    /*height: 117px;*/
    border-radius: 3px;
    background: #fff;
    text-align: left;
    color: #163156;
    transition: 0.5s;
}

#mb-roseta-controller {
    position: fixed;
    /* top: calc(44% - 227px); */
    display: none;
    top: 66px;
    right: 10px;
    padding: 5px;
    margin-left: 25px;
    z-index: 2;
    width: auto;
    border-radius: 3px;
    background: #fff;
    text-align: left;
    color: #163156;
    transition: 0.5s;
}



.info{
    height: 22px;    
}

.info :hover{
    cursor: pointer;
}



#left-side-controllers {
    position: fixed;
    bottom: calc(50% - 229px);
    left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 4px;
    z-index: 3;
    line-height: 1.5;
    width: 250px;
    height: auto;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    color: #163156;
}

#left-side-controllers>ul {
    list-style: none;
    padding-inline-start: 20px;
}

#left-side-controllers>p {
    line-height: 1.5;
    font-size: 10px;
}

#left-side-controllers .title-nav {
    font-size: 14px;
    color: #757575;
    padding: 16px 14px;
    text-transform: uppercase;
    vertical-align: middle;
}


/* #avaluador>img {
    width: 51px;
    height: 37px;
}

#avaluador>#mark {
    position: relative;
    display: block;
    height: 15px;
    width: 15px;
} */

#avaluador2>img {
    width: 10px;
    height: 10px;
}

#avaluador2>#mark2 {
    position: relative;
    display: block;
    height: 15px;
    width: 15px;
}

.a1-5 {
    top: 14.6%;
    left: 37.2%;
}

.a1-4 {
    top: 30.3%;
    left: 37.2%;
}

.a1-3 {
    top: 46.3%;
    left: 37.2%;
}

.a1-2 {
    top: 62.3%;
    left: 37.2%;
}

.a1-1 {
    top: 77.3%;
    left: 37.2%;
}

.a2-5 {
    top: 14.6%;
    left: 61%;
}

.a2-4 {
    top: 30.3%;
    left: 61%;
}

.a2-3 {
    top: 46.3%;
    left: 61%;
}

.a2-2 {
    top: 62.3%;
    left: 61%;
}

.a2-1 {
    top: 77.3%;
    left: 61%;
}
 
.a3-5 {
    top: 14.6%;
    left: 85%;
}

.a3-4 {
    top: 30.3%;
    left: 85%;
}

.a3-3 {
    top: 46.3%;
    left: 85%;
}

.a3-2 {
    top: 62.3%;
    left: 85%;
}

.a3-1 {
    top: 77.3%;
    left: 85%;
}

#zone-name-header {
    /*padding: 8px 14px;*/
    font-size: 14px;
    font-weight: 700;
    color: #757575;
    margin-top: 13px;
}

#layer-name-header {
    /*padding: 8px 14px;*/
    font-size: 14px;
    font-weight: 700;
    color: #757575;
    margin-top: 13px;
}

#ava-level-img {
    height: 45px;
}

#ava-level-number {
    font-size: 25px;
    font-weight: 700;
    color: #163156;
    font-style: italic;
    vertical-align: -3px;
}

#ava-level-date {
    font-weight: 700;
    color: #163156;
    font-style: italic;
}

#progress {
    position: relative;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #163156;
    width: 0;
    transition: width 250ms;
    z-index: 99999;
}


/* 
#clean-roseta-button {
    float: left;
    bottom: 5px;
    margin-right: 5px;
} */


/* Itineraries START */
.sidenav-itineraries {
    top: 68px;
    height: calc(100% - 68px);
    width: 270px;
    position: fixed;
    z-index: 3;
    right: -270px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    font-size: 36px;
    padding-top: 16px;
}

.sidenav-itineraries a {
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  /* display: block; */
  transition: 0.3s;
}

.sidenav-itineraries .title-nav{
    font-size: 14px;
    color: #757575;
    padding: 1px 14px;
    text-transform: uppercase;
    vertical-align: middle;
}

.sidenav-itineraries .info-text{
    line-height: 1.2em;
    text-align: justify;
    padding: 0px 23px;
    font-size: 10px;
}

.itineraries-range-slider{
    color: #3098CF;
    display: inline-block;
    width: calc(100% - 20px);
    margin-left: -25px;
}

.itineraries-range-slider .mdl-slider {
    color: #3098CF  !important;
    background-color: #3098CF !important;
}
.itineraries-range-slider .mdl-slider:active {
    color: #3098CF  !important;
    background-color: #3098CF !important;
}

.itineraries-menu {
    /* padding-top: 5%; */
    font-size: 12px;
    padding: 0px 23px;
    color: #163156
}

.itineraries-menu .info-text{
    color: #333;
    padding: 0px;
}

.itineraries-menu-item-title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2%;
}

#side-nav{
    /* top: 68px; */
    z-index: 3;
    /* height:100%; */
}

#side-nav-itineraries ul{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    list-style-type: none !important;
    /*margin: 0 !important;*/
    padding: 0 !important;
    font-size: 10px;
}

#side-nav-itineraries li img {
    height: 10px;
    width: 10px;
    padding-bottom: 8px;
    cursor: pointer;
}

   
.itineraries-submenu-title-ates-terrain {
    font-size: 14px;
    display: block;
    padding-bottom: 2%;
    padding-top: 4%;
    font-weight: bold;
    color: #163156;
}

#search-input{
    width: 150px;
    padding: 0;
    font-size: 12px;
}

.icon-alignment{
    position: relative;
    top: 10px;
    color: #757575;
}

#search-input input{
    font-size: 12px;
}

.itineraries-submenu-item-title {
    display: block;
    margin-top: 15px; 
    line-height: 1.2em;
    text-align: left;
    padding: 3px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #757575;
    text-transform: uppercase;
}

.itineraries-submenu-2-item-title {
    display: block;
    margin-top: 15px; 
    line-height: 1.2em;
    text-align: left;
    padding-left: 4px;
    font-size: 10px;
    margin-bottom: -4px;
    color: #757575;
    text-transform: uppercase;
}


.itineraries-prob-mitigation {
    margin-top: 2%;
}

.itineraries-prob-mitigation-title {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #757575;
    vertical-align: 2px;
}

.itineraries-percent-selected {
    display: inline-block;
    color: #333;
    font-weight: bold;
}

.itineraries-menu-item-section {
    padding-top: 5%;
}

.ates-filters-type-terrain {
    margin-bottom: 15px;
}

.closebtn-itineraries {
    position: absolute;
    right: 2%;
    top: 11px;
    font-size: 36px;
    color: #163156 !important; 
}

#close-btn-itineraries-info{
    position: relative;
    /* position: absolute; */
    /* top: 300px; */
    /* right: 2%; */
    left: 93%;
    font-size: 36px;
    color: #163156 !important;
}




.add-btn-itineraries{
    position: relative;
    display: inline;
    right: -20px;
    top: 0px;
    font-size: 35px;
    color: #163156 !important;
}

@media screen and (max-height: 450px) {
    .sidenav-itineraries {padding-top: 15px;}
    .sidenav-itineraries a {font-size: 18px;}
    .sidenav-itineraries {
        top: 60px;
        height: calc(100% - 60px);
    }
}

#map-selected-item-info-section{
    display: none;
}




.itineraries-input-text-filters {
   font-size: 10px;
}



.ates-terrain-filter {
    margin-top: 2%;
}

.ates-terrain-filter > input {
    margin-left: 3%;
}

.ates-terrain-filter > span {
    font-weight: bold;
}

.itineraries-roseta-filter {
    display: inline-block;
}

.itineraries-roseta-filter.itineraries-roseta-filter-input-text {
    margin-left: 3%;
}

.btn-filter-itineraries {
    border: none;
    outline: none;
    padding: 10px 10px;
    background-color: #f1f1f1;
    cursor: pointer;
    border-radius: 10px;
}

.btn-filter-itineraries:hover {
    background-color: #ddd;
}

.btn-filter-itineraries.btn-filter-itineraries-active {
    background-color: #163156;
    color: white;
}

.ates-filters-from-to {
    display: inline-block;
    margin-left: 2%;
}

.itineraries-input-from-to {
    width: 60px;
    padding: 0;
}

.itineraries-select-item-from-to {
    font-size: 10px;
    display: inline-block;
}


.filter-orientation-itineraries>g:hover {
    cursor: pointer;
}

.filter-orientation-itineraries>g>path {
    fill: #dddddd;
}

.filter-orientation-itineraries>g.orientation-selected>path {
    fill: #163156;
}

.filter-orientation-itineraries>g>text {
    fill: #163156;
}

.filter-orientation-itineraries>g.orientation-selected>text {
    fill: #dddddd;
}

/* #unneveness-checkbox-filters {
    padding-left: 4px;
}

#unneveness-checkbox-filters label{
    font-size: 11px;
    color: #333;
    margin-left: 5px;
    text-transform: uppercase;
    vertical-align: 3px;
} */

#clear-filters-btn {
    font-size: 10px;
    width: 100px;
    margin: 0 auto;
    display: block;
    padding: 0px;
    margin-bottom: 15px;
}

#information-checkbox-filters {
    padding-left: 4px;
}

#information-checkbox-filters label{
    font-size: 11px;
    color: #333;
    margin-left: 5px;
    text-transform: uppercase;
    vertical-align: 3px;
}

.show-hide-section-info {
    font-size: 14px;
    color: #757575;
    /* padding: 1px 14px; */
    /* margin-left: 11px; */
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;

}

.show-hide-section-info  i{
    position: relative;
    top: 5px;
    font-size: 20px;
}


.show-hide-section-info + input {
    display: none;
}

.show-hide-section-info + input + * {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, overflow 0s;
    -moz-transition: max-height 0.5s, overflow 0s; 
    -webkit-transition: max-height 0.5s, overflow 0s; 
    -o-transition: max-height 0.5s, overflow 0s; 
    -ms-transition: max-height 0.5s, overflow 0s;
}

.show-hide-section-info + input:checked + * {
    max-height: calc(100% - 70px);
    overflow: hidden;
    transition: max-height 0.5s, overflow 0.5s 0.5s;
    -moz-transition: max-height 0.5s, overflow 0.5s 0.5s; 
    -webkit-transition: max-height 0.5s, overflow 0.5s 0.5s; 
    -o-transition: max-height 0.5s, overflow 0.5s 0.5s; 
    -ms-transition: max-height 0.5s, overflow 0.5s 0.5s;
}

.show-hide-section-filters {
    font-size: 14px;
    color: #757575;
    /* padding: 1px 14px; */
    /* margin-left: 11px; */
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
}

.show-hide-section-filters i{
    position: relative;
    top: 5px;
    font-size: 20px;
}


.show-hide-section-filters + input {
    display: none;
}

.show-hide-section-filters + input + * {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, overflow 0s;
}

.show-hide-section-filters + input:checked + * {
    max-height: calc(100% - 70px);
    overflow: auto;
    transition: max-height 0.5s, overflow 0.5s 0.5s;
}


#map-selected-item-info-values i{
    vertical-align: -7px;
    margin-right: 5px;
}



.show-hide-section-selected-info {
    position: relative;
    margin-left: -35px;
    font-size: 14px;
    color: #757575;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
}

.show-hide-section-selected-info i{
    position: relative;
    top: 5px;
    font-size: 20px;
}


.show-hide-section-selected-info + input {
    display: none;
}

.show-hide-section-selected-info + input + * {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, overflow 0s;
    -moz-transition: max-height 0.5s, overflow 0s; 
    -webkit-transition: max-height 0.5s, overflow 0s; 
    -o-transition: max-height 0.5s, overflow 0s; 
    -ms-transition: max-height 0.5s, overflow 0s;
}

.show-hide-section-selected-info + input:checked + * {
    max-height: calc(100% - 70px);
    overflow: hidden;
    transition: max-height 0.5s, overflow 0.5s 0.5s;
    -moz-transition: max-height 0.5s, overflow 0.5s 0.5s; 
    -webkit-transition: max-height 0.5s, overflow 0.5s 0.5s; 
    -o-transition: max-height 0.5s, overflow 0.5s 0.5s; 
    -ms-transition: max-height 0.5s, overflow 0.5s 0.5s;
}

#ates-simple-itineraries.btn-filter-itineraries-active{
    background: rgba(63, 160, 49, 0.5);
}
#ates-demand-itineraries.btn-filter-itineraries-active{
    background: rgba(66, 73, 194, 0.5);
}

#ates-complex-itineraries.btn-filter-itineraries-active{
    background: rgba(0, 0, 0, 0.5);
}

.exp-purple{
    background: rgba(216, 211, 231, 0.5);;
}
.exp-green{
    background: rgba(220, 233, 213, 0.5);
}
.exp-blue{
    background: rgba(204, 218, 245, 0.5);
}

.obs-carusel-img{
    width: 100%;
}

.map-items-info-table {
    display: block;
    margin-bottom: 0%;
    color: #757575;
    padding: 5px 10px;
    line-height: 1.2em;
    font-size: 10px;
    text-align: justify;
}

.mb-map-items-info-table {
    display: block;
    margin-bottom: 0%;
    color: #757575;
    padding: 5px 10px;
    line-height: 1.2em;
    font-size: 10px;
    text-align: justify;
}

.map-items-info-column {
    padding-left: 15px;
    text-align: right;
    min-width: 70px;
}

.map-items-info-column-title {
    min-width: 70px;
}

.mb-map-items-info-column-title {
    width: 90%;
}

.mb-map-items-info-column {
    width: 10%;
    text-align: right;
}

.observation-info-column {
    padding-left: 5px;
    text-align: left;
    /* min-width: 70px; */
}

.observation-info-column-title {
    min-width: 120px;
    text-align: left;
}

.mb-observation-info-column-title {
    width: 90%;
}

.mb-observation-info-column {
    width: 10%;
    text-align: right;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}


.map-items-info-details {
    margin-bottom: 0%;
    color: #757575;
    padding: 5px 10px;
    line-height: 1.2em;
    font-size: 10px;
    text-align: justify;
}

.mb-map-items-info-details {
    margin-bottom: 0%;
    color: #757575;
    padding: 5px 10px;
    line-height: 1.2em;
    font-size: 10px;
    text-align: justify;
}

.map-items-info-title {
    margin-bottom: 0%;
    font-weight: bold;
    color: #333;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    /* text-align: center; */
}

.mb-map-items-info-title {
    margin-bottom: 0%;
    font-weight: bold;
    color: #333;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    /* text-align: center; */
}

/* Itineraries FIN */

/* Track info START */

#track-info{
    position: fixed;
    /* top: calc(44% - 250px); */
    top: 66px;
    right: 240px;
    padding: 5px;
    margin-left: 25px;
    z-index: 2;
    width: 220px;
    border-radius: 3px;
    background: #fff;
    text-align: left;
    color: #163156;
    transition: 0.5s;
}

.track-info-title {
    margin-bottom: 0%;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    /* text-align: center; */
}

.track-info-title > i {
    vertical-align: bottom;
}

.track-info-column {
    text-align: right;
    min-width: 35px;
    font-size: 0.8em;
    padding: 1px;
}

.track-info-column-title {
    min-width: 50px;
  
    display: block;
    font-weight: bold;
}

.track-info-column-title-margin-left {
    min-width: 50px;
    margin-left: 5px;
    display: block;
    font-weight: bold;
}

.track-info-table {
    display: block;
    margin-bottom: 0%;
    color: #757575;
    padding: 5px 10px;
    line-height: 1.7em;
    font-size: 10px;
    text-align: justify;
}

.waypoint-info {
    display: block;
    margin-bottom: 0%;
    color: #757575;
    line-height: 1.7em;
    font-size: 10px;
    text-align: justify;
}

.waypoint-title {
    font-size: 12px;
    text-transform: uppercase;
    min-width: 50px;
    display: block;
    font-weight: bold;
}

#waypoint-info{
    padding: 0px 10px;
}

#edit-waypoint{
    display: none;
    padding: 0px 10px;
}


.track-info-graph{
    width: 200px;
    margin: 5px;
    /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%); */

}
/* Track info FIN */

.info-tutorial-button {
    position: fixed;
    right: 17%;
}


.grifone-logo{
    margin-top: auto;
    margin-bottom: auto;
}

.sponsor-logo-anchor{
    display: block;
    margin-top:40px;
}

.sponsor-logo-img{
    width: 230px;
}





@font-face {
    font-family: 'si';
    src: url('socicon.eot');
    src: url('socicon.eot?#iefix') format('embedded-opentype'), url('socicon.woff') format('woff'), url('socicon.ttf') format('truetype'), url('socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: si;
        src: url(socicon.svg) format(svg);
    }
}

.soc {
    overflow: hidden;
    margin: 0;
    padding: 8px;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.soc li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.soc li a {
    font-family: si!important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 9px;
    color: #163156;
    background-color: #ffffff;
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.soc a.soc-github {
    background-color: #142d4e;
}

.soc-icon-last {
    margin: 0 !important;
}

.soc-facebook:before {
    content: '\e041';
}

.soc-twitter:before {
    content: '\e040';
}

.soc-linkedin:before {
    content: '\e049';
}

.soc-googleplus:before {
    content: '\e042';
}

.soc-github:before {
    content: url(/images/github.png);
}

.wrapper-social {
    position: absolute;
    right: 10%;
    margin-top: -20px;
}

.social {
    display: flex;
    align-items: center;
    position: relative;
    width: 260px;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    color: #fff;
    background: #3098CF;
    overflow: hidden;
    margin: auto;
    transition: box-shadow .2s ease-out;
}

.social span,
.social div {
    margin: auto;
}

.social .social-links {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(62, 130, 251, 0);
    width: 100%;
    height: 100%;
    padding: 0 30px;
    transition: all .25s ease;
}

.social-links a {
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #163156;
    background-color: #f9f9f9;
    font-family: si!important;
    margin: auto;
    transform: translate3d(0, 60px, 0);
    transition: all .2s;
}

.social .social-links a:hover {
    background: rgba(158, 158, 158, .2);
}

.social:hover {
    box-shadow: inset 0 0 0 2px #163156, 0 1rem 20px rgba(62, 130, 251, 0.2);
}

.social:hover .social-links {
    background: #f9f9f9;
    box-sizing: border-box;
}

.social:hover .social-links>a {
    animation: elastic .5s ease-out forwards 0s;
}

.social:hover .social-links>a:nth-child(2) {
    animation-delay: 0.05s;
}

.social:hover .social-links>a:nth-child(3) {
    animation-delay: 0.1s;
}

.social:hover .social-links>a:nth-child(4) {
    animation-delay: 0.15s;
}

.social:hover .social-links>a:nth-child(5) {
    animation-delay: 0.2s;
}

@keyframes elastic {
    0% {
        transform: translate3d(0, 60px, 0);
    }
    40% {
        transform: translate3d(0, -5px, 0);
    }
    70% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.mdl-snackbar {
    top: 0;
    background-color: transparent;
    z-index: 2;
    bottom: auto;
}


/**** Mobile layout ****/

@media (max-width: 900px) {
    /* #avaluador {
        height: 155px;
        width: 225px;
        margin: auto;
    } */
    .ates-nav-header {
        padding: 5px 5px;
    }
    .ates-logo {
        display: none !important;
    }
    .ates-mobile-logo {
        display: block !important;
        position: absolute;
        left: calc(50% - 30px);
        top: 10px;
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    #side-nav-itineraries{
        top: 60px;
        height: calc(100% - 60px);
        z-index: 3;
    }
    
    #side-nav-observations{
        top: 60px;
        height: calc(100% - 60px);
        z-index: 3;
    }
    
    .wrapper-social {
        position: relative;
        right: 0;
    }
    .ates-nav-warning {
        padding: 8px 16px;
        color: #757575;
    }
    .ates-search-box.is-focused~.ates-mobile-logo,
    .ates-search-box.is-focused+.ates-mobile-logo {
        opacity: 0;
    }
    .modalAlert>div {
        width: 70%;
    }
    #modalAvaluador>div {
        width: 70%;
    }
    #modalTutorial>div {
        width: 70%;
    }

    #modal-ates>div {
        width: 70%;
    }

    .ates-help .desktop-hidden {
        display: none !important;
    }
    .ates-help .mobile {
        display: block;
    }
    .ates-forecast .mobile {
        display: block;
    }
    #more-button p {
        display: none !important;
    }
    #maps-layers-button p {
        display: none !important;
    }

    
}

@media (min-width: 480px) {
    .mdl-snackbar {
        -webkit-transform: translate(-50%, -20px);
        transform: translate(-50%, -20px);
    }
    .mdl-snackbar--active {
        -webkit-transform: translate(-50%, 58px);
        transform: translate(-50%, 58px);
        background-color: #163156;
    }
}

@media (max-width: 479px) {
    .mdl-cell--2-col,
    .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
        width: calc(100% - 16px);
    }
    /* #avaluador {
        height: 155px;
        width: 225px;
        margin: auto;
    } */
    #ates-what .mdl-cell--1-col i.material-icons {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .mdl-snackbar {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }
    .mdl-snackbar--active {
        -webkit-transform: translate(0, 56px);
        transform: translate(0, 56px);
        background-color: #163156;
    }

    #mb-banner{
        display:block;
        position: fixed;
        bottom: 20px;
        /* left: 50%; */
        left: calc(50% - 160px);
        margin-top: -45px; /* Negative half of height. */
        /* margin-left: -364px; Negative half of width. */
        z-index: 5;
        width: 320px;
        height: 50px;
        /* margin-left: -182px; */
    }
    
    #menu-banner-2{
        display: none;
    }

    .modalAlert>div{
        width: 85%;
    }

    .modalAlert>div>p{
        font-size: 10px;
        line-height: 1.5;
    }

    #top-side-controllers{
        display:none;
    }

    .guide-icon {
        width: 30px;
        height: 30px;
    }

    #inclinations-mb-button{
        display: block;
    }

    #roseta-popup-mb-button {
        display: block;
    }

    #roseta-buttons-separator {
        display: block;
    }

    #clean-roseta-mb-button{
        display: block;
    }
    
    #inclinations-mb-button{
        display: block;
    }


     #inclination-legend{
        bottom: calc(50% - 135px);
        right: 50px;
    }

    #ates-legend{
        bottom: calc(50% - 185px);
        right: 50px;
    }

    #track-info{
        /* top: calc(44% - 227px); */
        top: 66px;
        right: 148px;
    }

    .svg_roseta{
        height: 140px;
        width: 140px;
    }

    .svg_roseta_disabled{
        height: 140px;
        width: 140px;
    }
    
    #mb-roseta-controller {
        display: block;
        right: 50px;
    }

    #side-controllers{
        /* bottom: calc(50% - 255px); */
        top: 66px;
        /* bottom: 25px; */
        right: 5px;
        padding-left: 6px;
    }

    #side-controllers > .mdl-button--icon {
        height: 28px;
        min-width: 28px;
        width: 28px;
    }

    #layer-controls {
        left: 5px;
        top: 66px;
        height: 50px;
        width: 50px;
    }

    #layer-controls{
        right:5px;
    }

    #terrain-layer {
        height: 50px;
        width: 50px;
    }

    
    #mb-close-btn-itineraries-info{
        position: absolute;
        top: 15px;
        right: 10px;
        font-size: 36px;
        color: #163156 !important;
    }
    
    #mb-map-selected-item-info-section-title{
        width: 87%;
        height: 60px;
        padding: 25px;
        position: fixed;
        margin-top: -25px;
        margin-left: -25px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        /* top: 10px; */
        /* height: 100%; */
        background-color: white;
        /* display: block;*/
    }
    
        
    #mb-map-selected-item-info-section{
        position: fixed;
        display: none;
        width: 87%;
        height: 30%;
        margin: auto 0;
        overflow-y: scroll;
        /* bottom: 66px; */
        bottom: 0;
        padding-bottom: 70px;
        padding-top: 25px;
        padding-right: 25px;
        padding-left: 25px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        z-index: 2;
        background: #fff;
        text-align: left;
        color: #163156;
        transition: 0.5s;
    }
    
    #mb-map-selected-item-info-values{
        padding-top: 50px;
    }
    



   
}

@media only screen and (min-device-width: 320px) and (max-device-width: 375px) and (-webkit-min-device-pixel-ratio: 2) {
    .ates-social {
        position: relative;
    }
    .mdl-textfield--expandable {
        max-width: 150px;
    }

}
