
/** FONT DIN NEXT LT PRO **/

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('font/din/DINNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('font/din/DINNextLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('font/din/DINNextLTPro-BlackItalic.woff') format('woff');
    font-weight: bolder;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Next LT Pro';
    src: url('font/din/DINNextLTPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Next LT Pro Light';
    src: url('font/din/DINNextLTPro-Light.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next LT Pro Light';
    src: url('font/din/DINNextLTPro-LightItalic.woff') format('woff');
    font-weight: lighter;
    font-style: italic;
}

/** END FONT DIN NEXT LT PRO **/

/** FONT RAMS **/
@font-face {
    font-family: Rams;
    src: url('font/rams/Rams.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Rams;
    src: url('font/rams/RamsBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Rams;
    src: url('font/rams/RamsItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Rams;
    src: url('font/rams/RamsBlack.woff') format('woff');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: Rams;
    src: url('font/rams/RamsBlackItalic.woff') format('woff');
    font-weight: bolder;
    font-style: italic;
}

@font-face {
    font-family: Rams;
    src: url('font/rams/RamsBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Rams;
    src: url('font/rams/RamsLt.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: Rams;
    src: url('font/rams/RamsLtItalic.woff') format('woff');
    font-weight: lighter;
    font-style: italic;
}
/** END FONT RAMS **/

/** FONT ROBOTO **/
@font-face {
    font-family: Roboto;
    src: url('font/roboto/RobotoRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url('font/roboto/RobotoBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url('font/roboto/RobotoItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url('font/roboto/RobotoBlack.woff') format('woff');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url('font/roboto/RobotoBlackItalic.woff') format('woff');
    font-weight: bolder;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url('font/roboto/RobotoBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url('font/roboto/RobotoLight.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url('font/roboto/RobotoLightItalic.woff') format('woff');
    font-weight: lighter;
    font-style: italic;
}
/** END FONT ROBOTO **/

::-webkit-input-placeholder { /* Edge */
    font-family: 'DIN Next LT Pro Light';
    font-weight: lighter;
    font-style: italic;
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'DIN Next LT Pro Light';
    font-weight: lighter;
    font-style: italic;
  }

  ::placeholder {
    font-family: 'DIN Next LT Pro Light';
    font-weight: lighter;
    font-style: italic;
  }

html, body{
    height: 100%;
    margin: 0px;
}
body{
    background-color: rgb(217, 219, 224);
}

header{
    background-color: #29995D;
    vertical-align: middle;
    font-family: 'DIN Next LT Pro Light';
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    color: white;
    height: 60px;
    width: 100%;
    position:fixed;
}

header.sae{
    background-color: #256AB3;
}

#navToogle{
    font-style: normal;
    float: left;
    background-color: transparent;
    margin-left: 10px;
    margin-top: 5px;
}

#closeNav{
    position: relative;
    left: 10px;
}

footer{
    position: fixed;
    width: 100%;
    background-color: #666666;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    color: white;
    height: 30px;
    left: 0;
    bottom: 0;
    font-family: 'DIN Next LT Pro Light';
    display: inline-flex;
}

footer > div, footer > div > p{
    margin: auto;
}

/*----------------------LOADER---------------------------*/
.loader{
    width: 100%;
    align-items: center;
    max-width: 256px;
    margin: auto;
}

#loader {
    position: absolute;
    left: calc(50% + 24px);
    top: calc(50% + 24px);
    z-index: 1;
    width: 48px;
    height: 48px;
    margin: -75px 0 0 -75px;
    border: 8px solid #e8e8e8;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 48px;
    height: 48px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin .5s linear infinite;
  }

  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /*----------------------END LOADER---------------------------*/

ul{
    list-style-type: none;
}

.titPrin{
  float: right;
  text-align: center;
  vertical-align: middle;
  margin: 14px;
}

#reload{
    height: 45px;
    position: fixed;
    right: 0;
    margin-right: 30px;
    margin-top: 7px;
}

#reload:hover{
    cursor: pointer;
}
.evologo{
    float: left;
    background-image: url('/static/img/evolia-logo.png');
    background-size: cover;
    height: 27px;
    width: 120px;
    margin-left: 10px;
    margin-top: 15px;
}

.saelogo{
    float: left;
    background-image: url('/static/img/SAE_logo.png');
    background-size: cover;
    height: 27px;
    width: 100px;
    margin-left: 10px;
    margin-top: 15px;
}

.headerRegion{
    float:left;
    text-align: center;
    vertical-align: middle;
    margin: 14px;
}

.detail-wraper{
    height: 100%;
    overflow-y: auto;
}

.detail{
    padding-top: 10px;
}

#canvas-holder, .principal, .detail, .listaDiv, .listaDivItem, .listaDivBuscar, .detailBus{
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.listaDiv{
    margin: auto;
    margin-bottom: 30px;
}


.listaDiv, .detail{
    background-color: #E8EAF1;
}


.divNvoMsj{
    width: 100%;
    height: 40px;
    border-radius: 25px;
    margin:auto;
    max-width: 900px;
    margin-top: 10px;
    display: inline-flex;
}

.divNvoMsjAut{
    width: 100%;
    height: 40px;
    border-radius: 25px;
    margin:auto;
    max-width: 900px;
    margin-top: 15px;
    display: inline-flex;
}

.divNvoMsjAutSem{
    height: 60px;
    margin-top: 20px;
}

.divDetailDevice{
    background-color: white;
    width: 90%;
    border-radius: 25px;
    margin:auto;
    max-width: 900px;
    margin-top: 10px;
    display: grid;
    vertical-align: middle;
    height: 50px;
    text-align: center;
    font-family: 'DIN Next LT Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}

.divMenuButton{
    width: 100%;
    margin:auto;
    max-width: 900px;
    margin-top: 10px;
    display: inline-flex;
    height: 80px;
    margin-bottom: 10px;
}

.divMenuButtonL{
    width: 100%;
    margin:auto;
    max-width: 900px;
    /*margin-top: 10px;*/
    display: inline-flex;
    height: 55px;
    margin-bottom: 15px;
}

.divimgBtn{
    width: 25%;
    height: 100%;
}

.imgBtn{
    height: 100%;
    margin: auto;
    display: block;
}

.imgBtnL{
    height: 100%;
    margin: auto;
    display: block;
    max-height: 50px;
}

.divimgBtnAut{
    width: 33%;
    height: 100%;
}

.imgBtnAut{
    height: 100%;
    margin: auto;
    display: block;
}

.listaDivItemMsj{
    margin: auto;
    height: 40px;
    max-width: 900px;
    width: 82%;
    border-radius: 30px;
    margin-top: 10px;
    background-color: white;
}

.showMap{
    width: 20%;
    margin: auto;
    margin-top: 10px;
}

#origen{
    width: 40%;
    margin-left: 5%;
    text-align: center;
}

#destino{
    width: 40%;
    margin-left: 5%;
    text-align: center;
}

#datestart{
    width: 50%;
    margin:auto;
    text-align: center;
    height: 35px;
}

.der{
    margin-left: 18%;
    background-color: #256AB3;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.izq{
    margin-left: 0px;
}

.imageListMsj{
    float: none;
    display: inline-block;
    margin: auto;
    align-content: center;
    width: 15%;
    height: 100%;
    max-width: 90px;
    vertical-align: middle;
}

.textoListMsj{
    height: 100%;
    vertical-align: middle;
    margin-top: 8px;
    display: inline-block;
}

.detMsg{
    display: none;
}
.pngMsjSt{
    margin: auto;
    margin: 10px auto auto;
    max-height: 20px;
    display: block;
}

.pngDetMsg{
    margin: auto;
    margin: 8px auto auto;
    max-height: 16px;
    display: block;
}

.pMsjText{
    margin: 0;
    font-family: 'DIN Next LT Pro Light';
}

.pDetMsg{
    margin: 0;
    font-family: 'DIN Next LT Pro Light';
    font-size: 12px;
}

.text{
    height: 34px;
    width: 95%;
    border: none;
    padding-bottom: 1px;
    margin: auto;
    font-size: 20px;
    border-radius: 25px;
}

.btnCutstom{
    background-color: #53575a;
    color: white;
    width: 90px;
    border-radius: 5px;
    font-family: Rams;
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    float: right;
    height: 30px;
    margin: auto;
}

.btnsNwMsg{
    height: 40px;
    width: 48%;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
    margin: 12px auto 8px auto;
    display: inline-block;

}

.btnsNwMsg > div{
    margin: auto;
    height: 34px;
}

.btnsNwMsg > div > img{
    height: 100%;
}

.comboSelect{
    width: 100%;
    height: 40px;
    font-family: 'DIN Next LT Pro Light';
    font-size: 18px;
}

#send{
    margin-left: 1%;
}

#canvas-holder{
    padding-top: 20px;
    margin-top: 60px;
}

.principal{
    background-color: white;
    margin-top: auto;
    margin-bottom: 30px;
    height: 100%;
    overflow-y: auto;
}

#sender{
    height: 100%;
    overflow-y: auto;
}

.listaDiv, .detail, .listaDivBuscar, .detailBus{
    background-color: rgb(217, 219, 224);
}

.listaDivBuscar{
    height: 55px;
}

.divBuscar{
    background-color: white;
    width: 79%;
    height: 40px;
    border-radius: 25px;
    margin:auto;
    max-width: 900px;
    margin-top: 10px;
    display: inline-block;
}

.detailBusA{
    background-color: white;
    width: 98%;
    max-width: 900px;
    margin: auto;
    border-radius: 5px;
}

.imgBuscar{
    margin: auto;
    align-content: center;
    width: 15%;
    height: 100%;
    max-width: 35px;
    vertical-align: middle;
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}

.pngSearch{
    max-height: 25px;
}

.serie{
    margin: 0;
    padding-top: 7px;
}

.serielabel{
    margin: 0;
    font-weight: normal;
    font-size: 15px;
}

.panelNvoMsj{
    display: none;
    background-color: #FFFFFF;
    border-radius: 20px;
    width: 82%;
    margin-left: 18%;
}

.panelNvoMsjAut{
    display: none;
    background-color: #FFFFFF;
    border-radius: 20px;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 35px;
}

.logout{
    max-width: 150px;
    margin: auto;
}

.divLogout{
    margin: auto auto 35px;
    padding-top: 20px;;
    width: 100%;
    display: inline-flex;
}

.divLogout:hover{
    cursor: pointer;
}

.divBtnRst{
    margin: 20px auto 35px;
    width: 100%;
    display: inline-flex;
}

.imgBtnRst{
    max-width: 150px;
    margin: auto;
}

#logReset, .cklstRst{
    display: none;
}

.divNoAut{
    margin: auto auto 35px;
    width: 100%;
    display: inline-flex;
}

.pNoAut{
    margin: auto;
    font-family: 'DIN Next LT Pro Light';
    font-size: 20px;
    font-weight: bold;
    color: red;
}

#infoDatos{
    text-align: center;
    padding-top: 15px;
}

#infoDatos > p {
    max-width: 300px;
    margin: auto;
    font-size: 20px;
    padding-bottom: 15px;
    font-family: 'DIN Next LT Pro';
    font-weight: bolder;
}

.resumen{
    width: 80%;
    max-width: 500px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-collapse: collapse;
    font-size: 18px;
}
.resumen tr{
    border: 1px solid black;
    font-weight: normal;
    width: 30%;
    padding: 0px;
}

th{
    color: black ;
    font-weight: normal;
}

tr, td{
    color: black;
    font-weight: bold;
    border: none;
    height: 20px;
    font-family: 'DIN Next LT Pro';
    font-weight: bolder;
}

td.color{
    /*text-shadow: 1px 1px black, 1px 1px black, 1px 1px black, 1px 1px black;*/
    color: white;
    font-family: 'DIN Next LT Pro Light';
    font-weight: lighter;
}

.cDetail{
    padding-top: 11px;
    padding-bottom: 10px;
    height: 26px;
    width: 100%;
    max-width: 165px;
    margin: 25px auto;
    color: white;
    border-radius: 15px;
    background-color: #41cab3;
    vertical-align: middle;
    font-size: 23px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    font-family: 'DIN Next LT Pro';
    font-weight: bolder;
    display: inline-block;
}

.mitad{
/*
    width: 48%;
    max-width: none;
    margin-left: 2%;
    margin-top : 15px;
    height: 30px;
    padding-top: 8px;
    padding-bottom: 2px;
*/
    width: 48%;
    max-width: none;
    margin:auto;
    margin-left: 2%;
    margin-top: -5px;
    height: 30px;
    padding-top: 7px;
    padding-bottom: 3px;
}



.minims{
    display: none;
}

.biggers{
    height: 40px;
}

.listaDivItem{
    margin: auto;
    height: 71px;
    padding-top: 3px;
    max-width: 900px;
    width: 95%;
    border-radius: 5px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    margin-top: 10px;
    background-color: white;
}

.listaDivItemB{
    height: 90px;
    max-width: 900px;
    width: 95%;
    margin: auto;
    background-color: white;
    padding-top: 20px;
}

.imageListBus{
    float: none;
    display: inline-block;
    margin: auto;
    align-content: center;
    width: 15%;
    height: 100%;
    max-width: 90px;
    vertical-align: middle;
    margin-top: 4px;
}

.imageListBusB{
    float: none;
    display: inline-block;
    margin: auto;
    align-content: center;
    width: 22%;
    height: 100%;
    max-width: 80px;
    vertical-align: middle;
    max-height: 80px;
}

.textoListBus{
    height: 100%;
    vertical-align: middle;
    /*padding-top: 3px;*/
    margin-top: 12px;
    display: inline-block;
    /*width: 70%;*/
}

.textoListBusB{
    margin-left: 5px;
    height: 50%;
    vertical-align: middle;
    /*margin-top: 12px;*/
    display: inline-block;
    /*width: 70%;*/
}

.pngBus{
    margin: auto;
    max-height: 51px;
    display: block;
}

.pngBusB{
    margin: auto;
    max-height: 80px;
    display: block;
}

.pngDet{
    margin: auto;
    display: block;
    max-height: 35px;
    margin-top: 15px;
    margin-left: -10px;
}

.pngDetNo{
    margin: auto;
    display: none;
    max-height: 35px;
    margin-top: 15px;
    margin-left: -10px;
}

.ecoBusLista{
    height: 23px;
    margin: 0;
    vertical-align: middle;
    font-size: 20px;
    font-family: 'DIN Next LT Pro';
    font-weight: bold;
}

.ecoBusListaB{
    height: 24px;
    margin: 0;
    vertical-align: middle;
    font-size: 22px;
    font-family: 'DIN Next LT Pro';
    font-weight: bold;
}

.descBusLista{
    margin: 0;
    font-family: 'DIN Next LT Pro Light';
}

.descBusListaB{
    margin: 0;
    font-family: 'DIN Next LT Pro Light';
    font-size: 20px;
}

.descBusListaBT{
    margin: 0;
    font-family: 'DIN Next LT Pro';
    font-size: 21px;
    font-weight: bolder;
    font-style: italic;
}

.detalleBus{
    /*display: inline-block;*/
    height: 100%;
    vertical-align: middle;
    text-align: center;
    width: 20px;
    float: right;
    margin-right: 13px;
}

.detalleBus > p {
    font-size: 20px;
    margin-top: 10px;
    width: 25px;
    border-radius: 25px;
    height: 25px;
    background-color: #60B4D9;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

#nBus{
    height: 34px;
    width: 80%;
    border: none;
    padding-bottom: 1px;
    margin-top: 1px;
    font-size: 20px;
}

div.interno {
    height: auto;
    /*margin-bottom: 20px;*/
    width: 90%;
}

div.fin{
    padding-top: 13px;
    margin-bottom: 50px;
}

#showColors{
    width: 100%;
    height: 40px;
    font-family: 'DIN Next LT Pro Light';
    font-size: 18px;
}

#showDetail{
    width:33%;
    max-width: 150px;
    min-width: 100px;
    margin: auto;
    float: none;
    margin-top:15px;
    margin-bottom: 15px;
}
.quinto{
    height: 35px;
    margin-top: 11px;
    width: 19%;
}

.btnCutstom > div{
    margin: auto;
    padding-top: 7px;
    height: 30px;
}

.detail2{
    margin: auto;
    width:90%;
}

.detail3{
    margin: auto auto 35px;
    width:90%;
}

@media screen and (max-width:200px){
    .listaDivItem, .listaDivItemB{
        width: 98%;
    }
    .cDetail{
        box-shadow: none;
        border-radius: 0;
        bottom: 0;
        left: 0;
        position: fixed;
        margin: 0;
        margin-top: 15px;
    }

    footer, .biggers{
        display: none;
    }

    .resumen{
        margin-bottom: 50px;
    }

    .minims{
        display: inherit;
        height: 20px;
    }
    /*
    .pngDet{
        display: none;
    }
    */


}

@media screen and (min-width:201px) and (max-width:400px){
    /*.pngDet{
        display: none;
    }*/

    .textoListMsj, .imageListMsj{
        margin-left: 7px;
    }

    .textoListBus, .imageListBus{
        margin-left: 7px;
    }

    .ecoBusListaB{
        height: 26px;
        font-size: 22px;
    }

    .descBusListaB{
        font-size: 18px;
    }

    .listaDivItemB{
        width: 97%;
    }

    .interno{
        margin-left: 15px;
    }
    #nBus{
        width: 61%;
        /*margin-top: 0px;*/
    }

    .minims{
        display: inherit;
        height: 20px;
    }

    .detail2{
        margin: auto;
        width:95%;
    }
}


@media screen and (min-width:401px) and (max-width:800px){

    #nBus{
        width: 73%;
        /*margin-top: 0px;*/
    }
    .detail2{
        margin: auto;
        width:95%;
    }
}

.navbar{
    background-color: #256AB3;
}

.app-container {
    position: fixed;
    top: 60px;
    bottom: 30px;
    left: 0;
    right: 0;
    background: #e6ecf300;
}

.sidenav{
    width: 120px;
    position:absolute;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    vertical-align: middle;
    font-family: 'DIN Next LT Pro Light';
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    overflow-x: hidden;
    transition: 1s;
    background-color: rgb(181, 183, 187);
}

.sidenav a{
    color: #53575a;
}
.content{
    position: absolute;
    width: calc(100% - 120px);
    top: 0px;
    bottom: 0px;
    left: 120px;
    transition: 1s;
}