/*body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; color: #ffffff; background-color: rgba(0,0,0,1); margin: 0px; padding: 0px;
overflow: hidden}*/


div.body{
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(12,12,12,1);
}
div.dashboard_container{
    display: flex;
    text-align: center;
    vertical-align: middle;
    
    align-items: center;
    justify-content: center;
    justify-items: center;
    
    width:100%;

}

div.dashboard_container_space_holder{
    display: inline-block;
    text-align: center;
    width: calc(15%);
}

div.dashboard_item_container{
    display: flex;
    flex-direction: column; /*    display: table-cell; */
    height: auto;
    align-self: center;
    vertical-align: top;
    padding: 1.2vw;
    font-size: 2vw;
    text-align: center;
}


div.dashboard_item{
    background-color: var(--tezeo_blue);
    border-radius: 5px;
}
div.dashboard_item.hover{
    background-color: var(--tezeo_blue);
    border: solid 0px #9EF538;
}

div.dashboard_tv.hover{
    background-color: rgba(190,120,0,1);
  border: solid 0px #9EF538;
}

#dashboard_vod.hover{
    background-color: rgba(20,120,0,1);
    border: solid 0px #9EF538;
}

#dashboard_remote.hover{
    background-color: rgba(110,10,130,1);
  border: solid 0px #9EF538;
}

#dashboard_settings.hover{
    background-color: rgba(10,60,150,1);
    border: solid 0px #9EF538;
}

#dashboard_exit.hover{
    background-color: rgba(170,0,20,1);
    border: solid 0px #9EF538;
}

#dashboard_tv.hover{
    background-color: rgba(190,120,0,1);
  border: solid 0px #9EF538;
}

/*div.item{
    display: block;
    padding-bottom: 12px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border-radius: 6px;
    border: solid 1px rgba(40,40,40,1);
    background-color: rgba(15,15,15,1);
    /* box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.9); */
  /*  cursor: pointer;
    cursor: hand;
}*/

div.line{
    display: block;
    margin-bottom: 12px;
    width: 100%;
    height: 12px;
    border-radius: 6px;
    /* border:solid 1px green; */
}

img.icon{
    width: 100%;
}

.button_name{
    /* font-size: 2vw; */
    font-weight: bold;
    padding-top: 12px;
}

div.dashboard_foot{
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(25,25,25,1);
    height:7vh;
    align-items : center;

}

div.dashboard_foot_item{
    flex: 1;
    align-self: center;
    padding: 2vw;
    font-size: 1.2vw;
    color: rgba(100,100,100,1);
    /* border: solid 1px red; */
}

div.dashboard_foot_item.middle{
    text-align: center;
    font-size: 2vw !important;
    font-weight: bold;
    color: rgba(190,120,0,0.8) !important;
}

div.dashboard_foot_item.right{
    display:block;
    text-align: right;
       
}
