/* css overwriting related to orangeWashing feature switch */
div#ec-header {
    position: fixed;
    z-index: 100;
    background:none;
 }
 
#ec-right-content {
    margin-left: 80px;
    min-width: 400px;
    height: calc(100% - 38px);
    margin-top: 38px;
    padding: 0;
    -webkit-transition: margin 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: margin 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: relative;
    z-index: -1;
}

#ec-right-content.expanded, #ec-debug.expanded  {
    margin-left: 300px;
}

#ec-debug {
    margin-left: 80px;
}

.collapse {
    background: none;
}

#ec-wrap {
    max-width:100%;
    position: relative;
    z-index: 1;
}

div#logged-user {
    font-size: 11px;
    color: #515151;
    font-weight: bold;
    position: relative;
    top: 5px;
    right: 20px !important;
    float: right;
}

/* some DMC specific css modification related to elements inside the navigation plugin */
#dmc-header-container {
   min-width: 1000px;
}

.navbar-brand {
    height: 20px;
}

#ec-wrap .imc-frame .container{
    margin-top: 0;
    width: 38px;
}
