:root {
    --container-background-color: #f0f1f3;
    --container-background-div-color: #ffffff;
}
.app-content {
    position:relative;
    width : 100%;
    height: calc(100vh - 60px);
    padding:15px;
}
.app-position-menu {
    float:left;
}
.app-content-toggle-menu {
    padding-top:12px;
    width: 50%;
}
.app-content-nom-usager {
    padding-top:15px;
    padding-right:15px;
    width: 280px;
    text-align: right;
}
.app-content-main-toolbar {
    padding-top:8px;
    width: 50%;
    padding-right:20px;
}
.app-main-content-toolbar-general {
    position:relative;
    width : 100%;
    padding: 0px;
    background-color: transparent;
    border-left-color: #eeeeee;
    border-left-style: solid;
    border-left-width: 1px;

}
.app-content-toolbar-general {
    position:relative;
    width : 100%;
    padding: 10px 20px 10px 0px;
    background-color: #ffffff;
}
.app-main-content-bottom-toolbar {
    position: absolute;
    width: 100%;
    height: 50px;
    padding: 0px;
    bottom: 10px;
    background-color: transparent;
    border-left-color: #eeeeee;
    border-left-style: solid;
    border-left-width: 1px;
}
.app-content-bottom-toolbar {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 20px 10px 10px;
    margin: 0;
}
.app-container-menu-logo {
    padding: 65px 0px 20px 0px;
}
.app-file-manager-container {
    background-color: #ffffff;
    padding:10px;
    min-height: 85vh;
}
.app-container-form {
    position: relative;
    background-color: #ffffff;
    max-width: 1200px;
    min-width: 500px;
    height: calc(100vh - 160px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    padding: 20px 20px 10px 20px;
    box-shadow: 8px 21px 14px -11px rgba(0,0,0,0.2);
    -webkit-box-shadow: 8px 21px 14px -11px rgba(0,0,0,0.29);
}
.app-container-form-bottom-toolbar {
    position: absolute;
    right:0;
    bottom: 0px;
    height: 60px;
    width: 100%;
    padding: 0px 20px 0px 20px;
    background-color: rgba(196,196,196,0.1);
}
.app-container-form-logo {
    width: auto;
    height: 45px;
}
.app-container-diagram-properties {
    background-color: white;
    padding:10px;
    margin-top:0px;
    margin-bottom:10px;
    border-radius:4px;
    border: none;
    box-shadow: 8px 21px 14px -11px rgba(0,0,0,0.2);
    -webkit-box-shadow: 8px 21px 14px -11px rgba(0,0,0,0.29);
}
.containerSommaire {
    background-color: #ffffff;
    border-radius: 8px;
    height: calc(50vh - 60px);
    padding: 10px;
    box-shadow: 8px 21px 14px -11px rgba(0,0,0,0.2);
    -webkit-box-shadow: 8px 21px 14px -11px rgba(0,0,0,0.29);
}
.containerSommaire h3 {
    margin: 5px 0px 15px 0px;
}
.containerPanel {
    background-color: #ffffff;
    border-radius: 8px;
    height: calc(50vh - 60px);
    padding: 0px;
}
.col-container {
    padding:10px 20px 10px 20px;
    height:90vh;
    width:100%;
    border-radius: 8px;
}
.relief {
    box-shadow: 8px 21px 14px -11px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 8px 21px 14px -11px rgba(0,0,0,0.29);
}
.blanc {
    background-color: white;
}
.close {
    opacity: 1 !important;
    text-shadow: none !important;
    font-weight: 600 !important;
}
.my-toolbar-icon {
    font-size:15px !important;
    border:none;
    background-color: transparent;
    font-weight: 600 !important;
    margin-top:2px;
    color: #03666f !important;
}
.my-toolbar-icon:hover {
    background-color: #888888;
    color: #ffffff;
}
#spinning-wheel {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 99999999;
}
#spinning-wheel-2 {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
