
/*div.mainmenu.inovea::before {*/
/*	content: "\f249";*/
/*}*/
/*div.mainmenu.inovea {*/
/*	background-color: red;*/
/*}*/

.dashboardBlock{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0px;
    margin: 10px;
    align-items: flex-start;

}


.dashboardView{
    flex-basis: 100%;
    margin:2px;
    padding: 0px;
    border: 2px solid #c5c5c5;
    border-radius: 5px;
    box-shadow: 0 0 5px #c5c5c5;

}

.dashboardViewTitle{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.dashboardViewTitle > *{
    margin-right: 10px;
}

.dashboardViewTitle > i{
    cursor: pointer;
}

.viewActions{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}

.viewActionButton{
    background-color: #3c8dbc;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.viewActionButton:hover,
.viewActionButton:focus {
    background-color: #3db9ec;
}

#generalTop{
    display: flex;
    justify-content: center;
}

#generalTop > *{
    margin-left: 10px;
    margin-right: 10px;
}
#weekdates{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}