html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
}
.navbar {
    background-color: white;
    height: 0px;  /* 55px*/
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}

.content {
    background-color: white;
}
.mainContainer {
    height: 100%;
}

.form-group {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.check-disable-materialize {
    position: relative;
    opacity: 1;
    left: 0px;
}

.img-logo {
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 200px;
    font-size: 36px;
    display: block;
}
/*-------------------*/
/*#map1 {
    position: absolute;
    width: auto;
    top: 255px;
    bottom: 0;
    left: 40px;
    right: 0;
    box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.75);
}
*/

/* Contenedor principal */


/* Div del mapa, reducido para dejar espacio para la sombra */
#map1 {
    position: absolute;
    width: auto;
    top: 0px; /* 55px */
    bottom: 0;
    left: 0px;
    right: 0;
}

/*esta es la clase que hace el movimiento del menu*/

#sidemenu {
    width: 485px;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100%;
    background: #FFFFFF;
    z-index: 999;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}



#sidemenu-icon-openmenu {
    position: absolute;
    top: 15px;
    left: -3px;
}

/*esta es la clase del boton cerrar*/
.sidemenu-btnclose {
    width: 20px;
    height: 60px;
    line-height: 40px;
    left: 100%;
    top: 30%;
    -webkit-box-shadow: 3px 0 7px rgba(0,0,0,.175);
    box-shadow: 3px 0 7px rgba(0,0,0,.175);
    display: block;
    position: absolute;
    color: #aaa;
    background: #F9F9F9;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.rotacion {
    /* idéntico a rotateZ(45deg); */
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.sideMenuClosed {
    /*//originalmente la animacion iba de width 330px a 0px generando un movimiento de reacomodo de elementos de la UI //width:0 !important;
    //se hace el siguiente cambio left:-$sideMenuWidth !important;
    //con esto la animacion no modifica las dimensiones del div, sino su posicion, manteniendo los elementos de la UI sin mover*/
}



/*// #sidemenucontent {
    // display: block;
    //
}
*/
.sidemenucontentClosed {
    overflow: hidden;
}

.formContainer {
    height: 700px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*#slideout {
      position: absolute;
     bottom:15px;
      left: 0;
      width: 35px;
      padding: 12px 0;
      text-align: center;
      background: #6DAD53;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-border-radius: 0 5px 5px 0;
      -moz-border-radius: 0 5px 5px 0;
      border-radius: 0 5px 5px 0;
      z-index: 999;
    }
    #slideout_inner {
      position: absolute;
      top: 0px;
      left: -200px;
      background: #6DAD53;
      width: 200px;
      padding: 25px;
      height: 130px;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      text-align: left;
      -webkit-border-radius: 0 0 5px 0;
      -moz-border-radius: 0 0 5px 0;
      border-radius: 0 0 5px 0;
    }
  */

.elements-list-item {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 4px;
    position: relative;
    /* Adjust these values accordingly */
    top: 3px;
}

.elements-list-item-status {
    font-size: 13px;
    position: relative;
}


.check-historial {
    padding-right: 0px;
    font-size: 12px;
}



/*// #listaVehiculos
// {
    // height: calc(100vh - 268px);
    // overflow-y: auto;
    // margin-left:1px;
    //
}*/





::-webkit-scrollbar-button {
    display: block;
    height: 0px;
    border-radius: 0px;
    background-color: #AAA;
}

    ::-webkit-scrollbar-button:hover {
        background-color: #AAA;
    }

::-webkit-scrollbar-thumb {
    background-color: #CCC;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #CCC;
    }

::-webkit-scrollbar-track {
    background-color: #efefef;
}

    ::-webkit-scrollbar-track:hover {
        background-color: #CCC;
    }

::-webkit-scrollbar {
    width: 5px;
}

.tab-fix {
    float: right !important;
}

.example-container {
    width: 500px;
    height: 300px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.example-sidenav-content {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.example-sidenav {
    padding: 20px;
}

.btn-left-menu {
    position: absolute;
    left: 406px;
    top: 111px;
    z-index: 1000;
    border-radius: 0 5px 5px 0;
    width: 20px;
    height: 77px;
    line-height: 40px;
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.175);
    /*background: #474646;*/
    background: #0055b5;
    cursor: pointer;
    /*   .mat-icon{
        margin-top: 27px;
        color: #ffffff;
    }*/
}

.letf {
    left: 41px;
}

.btn-right-menu {
    position: absolute;
    right: 0px;
    top: 111px;
    z-index: 1000;
    border-radius: 5px 0px 0px 5px;
    width: 20px;
    height: 77px;
    line-height: 40px;
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.175);
    /*background: #474646;*/
    background: #0055b5;
    cursor: pointer;
    /*valor anterior 10000*/
    z-index: 1500;
    /*.mat-icon {
    margin-top: 27px;
    color: #ffffff;
}*/
}

.right {
    right: 366px;
}

.transition {
    transition-duration: 0.3s;
}

.menu-right {
    width: 0%;
}

.opacity-view {
    opacity: 1 !important;
}

.opacity-view-disabled {
    opacity: 0.3;
}
