
body {
    font-family: 'Roboto';


}

/*
altezza HEADER 54
altezza TOOLBAR 32

 */

.border_bottom_pneumax {
    border-bottom: 1px solid #009033;

}

h3 {
    font-size: 1.0em;
}

.cad-sidebar {
    position: absolute;
    top: 90px;
    left: 0;
    width: 250px;
    bottom: 0;
    background-color: #ffffff;
    padding: 5px;


    overflow: hidden;

}

.sidebar-content {
    overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */

}

.cad-container{
     margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.cad-sheet {
    position: absolute;
    left: 250px;
    top: 86px;
    min-width: 1024px;
    overflow: hidden;
    border-left: 1px solid #009033;
}

.cad-toolbar {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    height: 32px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #ffffff;
    min-width: 1024px;
    border-bottom: 2px solid #009033;
}


.cad-property {
    position: absolute;
    top: 86px;
    right: 0px;
    width: 400px;
    height: 400px;

    bottom: 0;
    font-size: 0.6em;
    line-height: 1.1em;
    padding: 5px;
    box-sizing: border-box;


    overflow: hidden;
}


.cad-property-content {
    background-color: #FFFFFF;
    border: 1px solid #009033;

}

.cad-statusbar {
    position: absolute;
    bottom: 0;
    left: 250px;
    right: 0;
    height: 30px;
    padding: 0.2em;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 0.8em;
    min-width: 1024px;
    border-top: 1px solid #009033;
}


.logo {
    width: 200px;
    margin-bottom: 10px;
}

.item {
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.7em;

}

li {
    cursor: pointer;
    line-height: 1.7em;
    font-size: 0.5em;
}

li:hover {
    text-decoration: underline;
}

.selected {
    color: #1a8de9;
}

.selected {
    border: 2px;
    border-color: cornflowerblue;
}

.myStage {
    background-color: white;
}

.panel {
    background-color: #fefefe;
    box-shadow: -5px 0px 5px 1px #aaaaaa;
}

.sm-padding {
    padding: 5px;
}

.centered {
    text-align: center;
}

.loader {
    width: 30px !important;
    height: 30px !important;
}

