[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

html,body{
    margin-top: 20px;
    height: 100%;
}
.clicko{
    cursor: pointer;
}
body {
    /*background-color: #eee;*/
    font-family: Arial,sans-serif !important;
    font-size: 12px;
    display: block;
    width:98%;
}
ul>li{
    list-style: none;
}
.cb-dataflow{
    color:black;
}
.cb-hwflow{
    color:red;
}
.cb-ctrlflow{
    color:blue;
}
#header{
    min-height:30px;
    width: 100%;
}
#header li{
    cursor:pointer;
}
#header p{
    min-width: 100px;
    max-width: 400px;
}
#centre{
    width:100%;
    height:90%;
}
#gauche{
    float: left;
    overflow: auto;
    width:100%;
    /*border: 1px dashed #aaa;*/
}
#title{
    width:80%;
    height:30px;
    font-size: 16px;
    font-weight: bold;
    padding:10px;
}
#svg-container {
    position: relative;
}
#svg-object {
    width:100%;
    height:90%;
}
#milieu{
    float: left;
    padding-top:10px;
    width:60px;
}
#milieu1{
    width: 100%;
}
#milieu2{
    width: 100%;
}
#droite{
    float: right;
    width: 300px;
}
#droite2,#droite3,#droite4{
    width: 100%;
    padding: 10px;
}
.output {
    background-color: white;
    border: 1px dashed #aaa;
    word-wrap: break-word;
    min-height: 200px;
}
.output ul {
    padding-left: 4px;
    margin: 0;
}
.output li {
    margin: 2px;
}
#aos-shapes h2,#aos-shapes h3{
    font-size: 1.3em;
}
#aos-shapes-domains {
    background-color: rgba(91, 155, 213,0.1);
}
#aos-shapes-connectors{
    /*background-color: mintcream;*/
    background-color: rgba(0, 176, 80,0.1);
}
#output {
    width:100%;
}
#aos-shapes{
    margin-left: auto;
    margin-right:auto;
}
.aos-content{
    text-align: center;
    word-wrap: break-word;
    margin: auto;
}
.aos-btn{
    font-size: 1em;
    cursor:pointer;
    text-align:center;
    text-decoration: none;
    display: inline-block;
    vertical-align:middle;
    text-align: center;
}
.aos-btn-ctrl{
    width:70px;
    height:70px;
    margin:1px;
    color:#444;
    border:1px solid #CCC;
    padding: 5px;
    /*border-radius: 10px;*/
}
.aos-btn-shown{
    color:white;
    /*background-color: #5b9bd5;*/
    background-color: #124962;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}
#pied{
    width:100%;
    height:30px;
}

