/********************************************
**  CSS utilisés dans toute l'application
*********************************************
*   - header
*   - sidebar
*   - classes générales
*
*
*
*
*
*
*
*
*
*
**/


html,body {
    height:100%;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body #top-navbar-background {
    position: absolute;
    top:0;
    width: 100%;
    height: 52px;
}

a, a:active, a:visited {
    outline: 0 !important;
}

.themepagebackground {
    display: none;
}

.container {
    max-width: inherit;
    position: relative;
    width: 100%;
    height: 100%;
}

#main {
    position: relative;
    min-height: 100%;
}

.content {
    min-height: 260px;
}

#content {
    width: calc( 100% - 350px );
    margin-left: 350px;
}


/** header **/
header {
    margin-bottom: 20px;
    min-height: 60px;
}

#top-navbar {
    display: inline-block;
    padding-left: 0;
    width: 100%;
    padding-bottom: 12px;
}

#top-navbar > h3 {
    color: #aaa;
    display: inline-block;
    margin: 17px 0 0 47px;
}

#top-navbar-pattern {
    background-color: rgba(0, 0, 0, 0.3);
    height: 8px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#navbar-gradient {
    background: #e2e2e2;
    background: -moz-linear-gradient(left,  #e2e2e2 0%, #ffffff 98%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2e2e2), color-stop(98%,#ffffff));
    background: -webkit-linear-gradient(left,  #e2e2e2 0%,#ffffff 98%);
    background: -o-linear-gradient(left,  #e2e2e2 0%,#ffffff 98%);
    background: -ms-linear-gradient(left,  #e2e2e2 0%,#ffffff 98%);
    background: linear-gradient(to right,  #e2e2e2 0%,#ffffff 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=1 );
    width: 33%;
    display: inline-block;
    height: 100%;
}

#navbar-links-wrapper {
    display: inline-block;
    float: right;
    position: relative;
    margin-right: 10px;
    top: 8px;
    padding-bottom: 10px;
}

#navbar-language-icon {
    padding: 0 6px 0 0;
    border-right: 1px solid #aaa;
    margin-right: 10px;
}

#navbar-links-wrapper a {
    color: #000 !important;
}

#disconnect-link {
    position: relative;
    top: -1px;
}

#navbar-message-icon {
    padding: 0 8px;
    position: relative;
    height: 20px;
    top: 5px;
    margin: 0 4px 0 10px;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

#navbar-message-icon i {
    top: -5px;
    position: relative;
}

.navbar-links .dbm-icon{
    position: relative;
    top: 10px;
}

.navbar-links {
    display: inline-block;
}

.navbar-links:hover {
    cursor: pointer;
}

.top-navbar-divider {
    margin: -5px 10px 0 15px;
}

.dbm-icon.icon-setting {
    margin-left: 0;
}

#navbar-language-icon i {
    padding: 0 5px 0 4px;
    font-size: 16px;
}

#navbar-avatarUser-wrapper:hover {
    cursor: pointer;
}
#navbar-avatarUser-wrapper {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 5px 20px 0;
    position: relative;
}

#navbar-avatarUser-wrapper .navbar-caret {
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    right: 0;
    top: 16px;
}

#navbar-avatarUser-wrapper img {
    height: 30px;
    width: 30px;
    margin: 0 5px 0 0;
}

#navbar-avatarUser-wrapper .avatar-wrapper{
    top: -3px;
}

#navbar-bottom-rightline {
    position: absolute;
    bottom: -3px;
    right: 0;
}

.navbar-innerlink {
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
}

.navbar-innerlink:hover {
    color: #ddd;
    text-decoration: none;
}

#navbar-search-wrapper {
    margin:0 25px 20px;
    float: none;
}

#navbar-search-wrapper input.form-control {
    height: 30px;
}

#navbar-search-wrapper .btn {
    padding: 4px 14px;
}

#navbarmessages {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navbarmessages li{
    border-top: 1px solid #ccc;
    padding: 10px;
}

#navbarmessages li:first-child{
    border-top: none;
}

#navbarmessages li a {
    text-decoration: none;
}

#newmessage-notification {
    background-color: #a31b1b;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    height: 16px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: -6px;
    min-width: 18px;
}

#navbar-message-icon i {
    font-size: 20px;
}

#navbar-message-icon .popover {
    width: 220px;
}

#navbarmessages-nomessages {
    color: #222;
    font-style: italic;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    margin: 5px;
    padding: 12px;
}

.navbarmessage-title {
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.navbarmessage-content {
    color: #bbb;
    font-style: italic;
    font-size: 12px;
}

#admin-link {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    position: absolute;
    right: 99px;
    top: -16px;
    width: 282px;
}

#admin-link a {
    color: #333;
}



/** sidebar **/
#sidebar {
    padding: 0;
    border-right: 1px solid #ddd;
    background: url('../img/sidebar-bottom2.png') no-repeat center bottom #fff;
    position: absolute;
    height: 100% !important;
    min-height: inherit !important;
    width: 350px;
    min-width: 350px;
}

#sidebar-topshadow {
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 100;
}

#sidebar ul {
    padding: 0;
    margin:0;
    display: block !important;
}

#sidebar ul li{
    height: 40px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    position: relative;
}

#sidebar ul li a {
    display: inline-block;
    padding: 10px 0 10px 10px;
}

.sidebar-title {
    background-color: #d6d6d6;
    width: 100%;
    display: inline-block;
    padding: 10px 0 10px 10px;
}

#portal-avatar-overlay {
    background-color: #fff;
    height: 60px;
    margin: 20px 0 20px 30px;
    position: relative;
    width: 60px;
    display: inline-block
}

#portal-avatar-overlay img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
}

#portal-sidebar-userinfo{
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 0 10px;
}

#portal-sidebar-userinfo span {
    display: inline-block;
    color: #333;
}

#portal-sidebar-userinfo #user-fullname {
    font-size: 18px;
    font-weight: bold;
}

#sidebar ul li.dashboard-buttons-home {
    background-color: #fff;
    padding-left: 10px;
}

#sidebar ul li.dashboard-buttons-home a i {
    color: #000;
}

#sidebar ul li.dashboard-buttons-home a{
    padding-left: 0;
}

#sidebar .dashboard-buttons-home a.link{
    color: #0088cc;
}

#sidebar .dashboard-buttons-home a.link:hover{
    cursor: pointer;
}

#sidebar .dashboard-buttons {
    position: relative;
}

#sidebar ul li.last-dashboard-buttons {
    border-bottom: none;
}

#sidebar .dashboard-buttons a {
    color: #444;
    padding: 12px 0 0 36px;
    position: relative;
    width: 100%;
}

#sidebar .dashboard-buttons a:hover {
    color: #0088cc;
}

#sidebar .dashboard-buttons.dashboard-buttons-home a:hover i{
    color: #000;
}

#sidebar .dashboard-buttons a i{
    position: absolute;
    left: 12px;
    top: 12px;
}

.sidebarlinks-portail{
    display: block;
}

.dashboard-buttons.active .dashbutton-marker{
    visibility: visible !important;
}

#ombrage-aside-top {
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 10;
}

#sidebar ul li .nav-triangle {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 16px;
    display: none;
    position: absolute;
    right: 0;
    top: 4px;
}

#sidebar ul li:hover .nav-triangle {
    display: inline-block;
}

#copyright-container {
    bottom: 0;
    color: #666;
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
}

#copyright-container span {
    display: block;
    font: 10px/10px arial;
    margin-bottom: 5px;
}

#copyright-container img {
    margin-top: -16px;
}

#sidebar ul li.menu-subcategory {
    background-color: #333;
    color: #fff;
    height: 30px;
    padding: 4px 0 0 36px;
    margin-top: 40px;
}

#sidebar ul li.menu-subcategory.menu-subcategory-first {
    margin-top: 0;
}

#application-title {
    float: none;
    height: 100px;
}

#application-title h1 {
    display: inline-block;
    font: 14px/16px arial;
    left: 93px;
    position: absolute;
    top: 2px;
}

#application-title img {
    margin: 25px;
}

#application-title .search-button-group {
    float: right;
    margin: 30px;
}

#ombrage-footer-container {
    text-align: center;
    position: absolute;
    bottom: -90px;
    z-index: -1;
    width: 100%;
}

#ombrage-footer {
    width: 100%;
}

#ombrage-aside {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
}

#burgermenu-icon-container {
    display: none;
    position: absolute;
}

#burgermenu-icon-container:hover {
    cursor: pointer;
}

.helptip-container {
    border: 8px solid #ccc;
    border-radius: 24px;
    padding: 15px 30px;
    position: relative;
}

.helptip-icon-wrapper {
    border: 8px solid #ccc;
    border-radius: 40px;
    padding: 5px 9px 0px;
    text-align: center;
    font-weight: 900;
    font-size: 32px;
    color: #455e73;
    position: absolute;
    top: -30px;
    left: -30px;
    background-color: #f4f4f4;
}

.sidebar-tablet-icone {
    display: none;
}



/*  classes générales */
a:hover {
    text-decoration: none;
}

a.btn-default:hover {
    color: #333 !important;
}

a.btn-danger:hover,
a.btn-primary:hover,
a.btn-success:hover {
    color: #fff !important;
}

h4.links-box-title {
    font-size: 16px;
}

h3.block_title i.float-right {
    margin: -8px 0 0;
    padding: 6px 10px;
}

h3.block_title i.float-right:hover {
    cursor: pointer;
    background-color: #f3f3f3;
}

ul.unstyled {
    list-style-type: none;
}

textarea {
    border-radius: 3px;
    resize: none;
}

input[disabled]:hover{
    cursor: not-allowed;
}

.center {
    text-align: center;
}

.color-green {
    color: green;
}

.color-red {
    color: red;
}

.color-darkred {
    color: #a31b1b;
}

.btn-connectwith {
    margin: 5px 0 0 74px;
    font-size: 12px;
}

.btn-connectwith .glyphicon {
    color: #333;
}

.panel-footer a.btn {
    color: #fff !important;
}

.btn-success, .btn-primary, .btn-danger {
    color: #fff !important;
}

.glyphicon-md {
    font-size: 26px !important;
}

.glyphicon-lg {
    font-size: 32px !important;
}

.glyphicon-xl {
    font-size: 48px !important;
}

.aside-float {
    float: right;
    vertical-align: top;
}

.bouton {
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    background-color: #f4f4f4;
    border: 1px solid #d4d4d4;
    color: #fff;
}

.bouton:hover {
    background-color: #d4d4d4;
    text-decoration: none;
    color: #fff;
}

.bouton-sm {
    padding: 3px 8px;
    font-size: 11px;
}

.bouton-lg {
    padding: 6px 15px;
    font-size: 14px;
}

.bouton-bleu {
    background-color:#008cba;
    border: none;
}

.bouton-bleu:hover {
    background-color:#007095;
}

.bouton-vert {
    background-color:#238672;
    border: none;
}

.bouton-vert:hover {
    background-color:#106a57;
}

.bouton-rouge {
    background-color:#991124;
    border: none;
}

.bouton-rouge:hover {
    background-color:#7b0415;
}

.button-xl {
    display: inline-block;
    height: 110px;
    border-radius: 4px;
}

.width40pct {
    width: 40%;
    margin: 0 auto;
}

.width50pct {
    width: 50%;
    margin: 0 auto;
}

.width70pct {
    width: 70%;
    margin: 0 auto;
}

.width100pct {
    width: 100%;
}

h3.section-title {
    font: normal bold 12px/12px arial;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.panel-scenario {
    float: none;
    clear: both;
}

.panel-inner-panel {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 0 15px 0;
    padding: 0;
    float: none;
    min-height: 121px;
}

.panel-inner-panel.project-illustrationpanel{
    min-height: 104px;
}

.panel-inner-panel.project-revisionparams ul li{
    font-size: 0.834em;
    border-bottom: 1px solid #fff;
}

.panel-inner-panel.project-revisionparams ul li:hover{
    background-color: #f4f4f4;
}

.panel-inner-panel.project-revisionparams ul li span {
    float: right;
}

#portal-create-new-scenario-button {
    margin: 2px auto;
    display: table;
}

.glyphicon.glyphicon-info-sign:hover {
    cursor: pointer;
}

.innerpanel-revision-creator .btn-connectwith-revision-creator {
    width: 100%;
}

.panel-inner-panel.innerpanel-revision-creator {
    min-height: inherit;
}

.panel-inner-panel.portal-project-filepanel {
    min-height: 90px;
    max-height: 117px;
}

.createnewscenario-button {
    width: 80%;
    margin-top: 5px;
}

.panel-inner-panel .panel-entete{
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 2px 5px 5px 15px;
}

.panel-inner-panel .panel-content{
    padding: 8px;
}

.panel-inner-panel.col-sm-3 {
    width: 23%;
}

.panel-inner-panel.col-sm-3:last-child {
    width: 27%;
    margin-right: 0;
}

.panel-inner-panel.col-sm-4 {
    width: 31%;
}

.panel-inner-panel.col-sm-4:last-child {
    width: 33.33333%;
    margin-right: 0;
}

.innerpanel-revision-creator .panel-content img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 4px 15px 20px 10px;
    border:  1px solid #ccc;
}

.innerpanel-revision-creator span {
    display: block;
    line-height: 1;
}

.innerpanel-revision-creator .rev-creator-fullname {
    font-size: 14px;
    color: #000;
}

.innerpanel-revision-creator .rev-creator-jobtitle {
    font-size: 12px;
    color: #444;
}

.innerpanel-revision-creator .rev-creator-company {
    font-size: 12px;
    color: #777;
}

.innerpanel-revision-creator .rev-creator-phone {
    font-size: 12px;
    color: #777;
}

.innerpanel-revision-creator .rev-creator-email {
    font-size: 12px;
    text-decoration: none;
}

.innerpanel-revision-creator .rev-creator-email:hover {
    text-decoration: none;
}

.innerpanel-revision-creator .panel-content h5 {
    margin: 2px 0 0 0;
}

#projectpage-filecontainer {
    max-height: 78px;
    margin-top: 2px;
    overflow-y: auto;
}

#admin-projectvalidation-filepanel #projectpage-filecontainer {
    height: 74px;
}

#projectpage-filecontainer ul li.ellipsis {
    width: 100%;
    border-top: 1px solid #eee;
    padding: 4px 0;
}

#projectpage-filecontainer ul li.ellipsis a {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    display: inline-block;
}

#projectpage-filecontainer ul li.ellipsis a:hover {
    color:#337ab7;
}

#projectpage-filecontainer ul li.ellipsis .file-note {
    margin-right: 10px;
}

#projectpage-filecontainer ul li.ellipsis .file-note:hover {
    cursor: pointer;
}

#projectpage-filecontainer ul li .popover {
    width: 250px;
}

#projectpage-filecontainer ul li:first-child {
    border-top: none;
}

.align-left{
    text-align: left !important;
}

.align-right{
    text-align: right !important;
}

.help-block {
    font-size: 12px;
    white-space: nowrap;
}

.ellipsis-200 {
    text-align: center;
    width: 100%; /*200px*/
    float:left; /*new*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 0 auto;
}

.tooltip-inner {
    /*max-width: 500px !important;*/
}

.form-horizontal .form-group .form-inline .radio, .form-horizontal .form-group .form-inline .checkbox {
    margin-right: 10px;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    line-height: 22px;
}

html body div.container div#main.row div#content.col-md-9 div.alert.alert-danger.alert-dismissible button.close span {
    font-size: 21px;
}

.at-thickness {
    font-size: 10px;
}

.role-icon {
    border: 1px solid #777;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
}

.role-icon-md{
    padding: 8px;
}






/* alerte connecté en tant que ... */
.alert.alert-connected-as {
    margin-bottom: 0;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    margin-left: -2%;
    padding: 7px 0;
    width: 104%;
    box-shadow: 0 -2px 3px #333;
}



/* footer noir et blanc dans certaines page dont login */
.bw-footer {
    height: 33px;
    display: inline-block;
    margin: 20px auto;
    background: url('../img/bw-footer-background.png') no-repeat center top;
}

.bw-footer-ciename {
    display: inline-block;
    margin: 6px 0 0 36%;
    color: #666;
    font-size: 9px;
}

.bw-footer-copyright {
    left: 52%;
    margin: 6px 0 0 0;
    position: absolute;
    color: #666;
    font-size: 9px;
}


/* tableau */
.table-border-left th,
.table-border-left td{
    border-left: 1px solid #ddd;
}

.table-border-left th:first-child,
.table-border-left td:first-child {
    border-left: none;
}


/* Sous menu | look pophover de bootstrap */
.submenu {
    display: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 0;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.submenu .submenu-tip-triangle {
    border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 12px;
    display: inline-block;
    position: absolute;
}

.submenu .submenu-tip-triangle .submenu-tip-cover {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 12px;
    display: inline-block;
    left: -12px;
    position: absolute;
    top: -11px;
}

.submenu ul {
    width: 100%;
    padding: 3px 0;
    margin-bottom: 0;
}

.submenu ul li {
    height: 25px;
    padding: 0;
    position: relative;
}

.submenu ul li:hover {
    background-color: #f4f4f4;
}

.submenu ul li span {
    display: inline-block;
    height: 15px;
    margin: 0 8px 0 0;
    width: 15px;
}

.submenu ul li a {
    text-decoration: none;
    color: #333;
    width: 100%;
    height: 26px;
    display: inline-block;
    padding: 3px 0 0 8px;
}


/* sous-menu : settings */
#submenu-setting {
    width: 160px;
    right: 75px;
    margin-top: 9px;
}

#submenu-setting .submenu-tip-triangle {
    left: 122px;
    top: -24px;
}




/**
*   styles du formulaire de scénario
*/
.subform {
    margin-left: 70px;
}

.scenario-main-form {
    margin-top: 50px;
    padding: 0 30px 0;
}

.scenario-main-form:first-child {
    margin-top: 0;
}

.scenario-main-form .form-group label {
    padding: 2px 7px 0;
}

.scenario-main-form .popover{
    min-width: 250px;
}

.scenario-main-form .glyphicon:focus{
    outline: none;
}

.subform.subform-molding {
    margin-left: 0;
}

.scenarioform-sectiontitles {
    margin: 15px 0 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.form-inner-tooltip .form-group {
    position: relative;
}

.form-inner-tooltip .form-group .col-sm-4.help{
    width: 0;
    position: absolute;
    right: -8px;
    top: 4px;
}

#otherspec-form.scenario-main-form {
    margin-bottom: 40px;
}

#otherspec-form.scenario-main-form ~ .form-group {
    margin-bottom: 30px;
}


/* scénario ajouté dans le projet */
#newproject-scenario-wrapper {
    padding-right: 0;
    width: 52%;
}

#newproject-scenarioform-step2 #newproject-scenario-wrapper .project-scenario-labels{
    min-width: 210px;
}

.newproject-scenario-labels {
    max-width: 330px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.newproject-scenario-container {
    width: calc(100% - 220px);
    display: inline-block;
    vertical-align: top;
    overflow-y: auto;
}

#newproject-scenario-wrapper .newproject-scenario-container {
    width: calc(100% - 250px);
}

.newproject-scenario-container .alert.alert-default {
    margin: 10%;
    padding: 10%;
    text-align: center;
    opacity: 0.5
}

.newproject-scenario {
    display: table-cell;
    min-width: 225px;
    padding: 0 5px;
    border-left: 1px solid #eee;
}

.newproject-scenario:first-child{
    border-left: none;
}

.newproject-scenario:hover {
    background-color: #f4f4f4;
}

.FP-table {
    margin-bottom: 5px;
}

.FP-table td {
    padding: 2px !important;
    line-height: 1.1 !important;
    font-size: 12px;
}

.FP-table tr:first-child td {
    border-top: none;
}

.FP-table.table {
    border-top: 2px solid #ccc;
}

.FP-techspec-overlay-labels,
.FP-techspec-overlay {
    display: none;
}

.FP-value.FP-errors-results {
    height: 90px !important;
    color: red;
    vertical-align: middle;
}

.newproject-scenario-labels h4,
.newproject-scenario h4 {
    font-size: 16px;
}

.newproject-scenario h4,
.newproject-scenario .FP-table td {
    text-align: center;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#newproject-autrematiere-wrapper {
    padding-left: 0;
}

.step3-paneldata,
.step3-panelscenarios {
    margin: 0 2%;
    width: 96%;
}

.step3-panelscenarios {
    margin-bottom: 15px;
}

.step3-panelscenarios .panel-body{
    display: none;
}

.step3-panelscenarios .panel-heading:hover {
    cursor: pointer;
}

.step3-panelscenarios .newproject-scenario-labels {
    width: 18%;
}

.step3-panelscenarios .newproject-scenario-container {
    width: calc(100% - 250px);
}

#step3-toggle-scenarios-icon {
    padding: 0 10px 10px;
}


/* sous menu de taille des prismes | pinsize | pin size */
#scenario-form-pinsizeOther-wrapper {
    display: none;
}


/* sous-menu de choix de langues */
#submenu-language {
    margin-left: -15px;
    width: 134%;
}

#submenu-language li{
    padding: 8px 15px 8px 30px;
}

#submenu-language li.selected {
    background-color: #eee;
}

#submenu-language li.selected span{
    margin: 0 0 0 -18px;
}

#submenu-language li span i {
    display: none;
    color: #777;
}

#submenu-language li.selected span i {
    display: inline-block;
}





/****************************************
**  Page de projet
*   portal/projet.html.twig
****************************************/
.project-revision-container {
    display: inline-block;
    padding: 0 2%;
    vertical-align: top;
    width: 74%;
}

.projet-pending-message{
    width: 98%;
    margin: 5px auto;
}

.projet-pending-message .glyphicon{
    font-size: 32px;
    float: left;
    margin: -5px 20px 10px 5px;

}

/* title bar des projets */
.portal-project-titlebar {
    background-color: #fff;
    border-radius: 0 10px 0 0 ;
    padding: 5px 8px 2px 0;
    width: 98%;
    margin: 40px 0 20px 1.1%;
}

.portal-project-titlebar a.header-projet-link {
    color: #0088cc;
    font-size: 16px;
}

.portal-project-titlebar a.header-projet-link:hover {
    color: #337ab7;
}

.portal-tabproject {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 40px 0 0;
    position: relative;
    top: -5px;
}

div.portal-project-titlebar img {
    margin: 5px 10px 5px 30px;
}

div.portal-project-titlebar strong {
    font-size: 16px;
}

div.portal-project-titlebar .portal-subpagetitles {
    font-size: 16px;
    color: #333;
}

div.portal-project-titlebar #deleteProject-popupTrigger:hover {
    cursor: pointer;
    color: red;
}

div.portal-project-titlebar .pull-right{
    padding: 5px 15px;
    margin-left: 4px;
}

div.portal-project-titlebar .pull-right a:hover {
    color: #0e4e7f
}

.project-titlebar-divider {
    color: #ccc;
    font-size: 12px;
    padding: 0 10px;
}

.titleheading-print-link {
    color: #333;
}

.revision-create-date-heading .print-disabled-fakelink {
    font-size: 14px;
    color: #fff;
    border-left: none;
    margin-left: 0;
}

.print-disabled-fakelink:hover {
    cursor: not-allowed;
    color: #ddd;
}

.titleheading-print-link:hover {
    text-decoration: none;
    color: #000;
}

.revision-create-date-heading {
    float: right;
}

.revision-create-date-heading span {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #777;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    line-height: 1;
}

.revision-create-date-heading span.glyphicon-trash:hover {
    color: red;
    cursor: pointer;
}

.project-aside {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.project-aside .panel {
    width: 95%;
    margin-right: 5%;
}

.project-panelscenarios.admin-panel-revision {
    margin-bottom: 15px;
}

.panel-revision-wizard {
    width: 98%;
    margin: 20px auto;
}

.project-panelscenarios .panel-heading:hover,
.project-panel-normes .panel-heading:hover{
    cursor: pointer;
}

.project-panelscenarios .panel-body,
.project-panel-normes .panel-body{
    display: none;
}

.panel-body.project-panelscenarios-revision-container {
    padding: 0 15px 0 0;
    background-color: #f4f4f4;
}

.project-panelscenarios .aside-info,
.panel-body.project-panelscenarios-revision-container .aside-info {
    background-color: #fafafa;
    padding: 0 15px 15px;
    height: 100%;
    display: table-cell;
    width: 348px;
    min-width: 348px;
    border-right: 1px solid #ddd;
}

.hide-show-revision-details {
    display: block;
    padding: 10px 0;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}

.hide-show-revision-details:hover {
    background-color: #ddd;
    cursor: pointer;
}

.project-scenario-labels {
    width: 245px;
    display: inline-block;
    vertical-align: top;
}

.project-scenario-container {
    width: calc(100% - 260px);
    display: inline-block;
    vertical-align: top;
    overflow-y: auto;
}

#scenarios .project-scenario-container {
    width: calc(100% - 280px);
}

.project-scenario {
    display: table-cell;
    min-width: 240px;
    max-width: 240px;
    padding: 0 5px;
    border-left: 1px solid #eee;
    vertical-align: top;
}

.project-scenario:first-child{
    border-left: none;
}

.project-scenario-labels h4,
.project-scenario h4 {
    font-size: 16px;
}

.project-scenario h4,
.project-scenario .FP-table td {
    text-align: center;
    /*width: 220px;*/
    width: 100%;
    height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.FP-value.FP-errors-results span:hover {
    cursor: pointer;
}

.project-scenario h4 {
    margin-bottom: 10px;
}

.alert-admin-norevision {
    margin: 0 auto 10px;
    width: 96%;
    padding:  10px;
    text-align: left;
}

.admin-edit-scenario-button {
    /*display: none;*/
}



/* panel : informations sur le projet */
.project-state-access-date {
    float: right;
}

.project-state-access-date span {
    width: 40px;
    text-align: center;
    display: inline-block;
    border-left: 1px solid #ccc;
}

.project-state-access-date span i {
    color: #777;
}

.project-state-access-date span i:hover {
    color: #333;
    cursor: pointer;
}

.project-state-access-date span:first-child {
    border: none;
}

.project-description {
    display: inline-block;
    float: right;
    vertical-align: top;
    width: 38%;
}

.project-description .alert{
    margin-top: 10px;
}

#project-description-content {
    height: 100px;
    overflow-y: auto;
}


/* illustration et sources de données | premier element conteneur d'un projet */
.project-data-illustration-container {
    margin-bottom: 30px;
}

.project-data-illustration-container > div {
    vertical-align: top;
    display: inline-block;
    margin-right: 1%;
    max-height: 121px;
}

.project-illustrationpanel .panel-content p span {
    color: #888;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
    width: 80%;
}

.project-data-container {
    padding-right: 10px;
    margin-right: 2%;
    display: inline-block;
}

.project-data-container ul {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.project-data-container ul li {
    border-top: 1px solid #ccc;
}

.project-data-container ul li:first-child {
    border-top: none;
}

.project-data-container i.icon-codeopen {
    float: left;
    font-size: 24px;
    margin-right: 5px;
}

.project-data-container > div {
    display: inline-block;
    width: auto;
}

.project-data-container > div a {
    font-size: 12px;
    position: relative;
    top: -5px;
}

.project-dataillustration-labelCtrl {
    display: inline-block;
}

.project-data-illustration-container > div ul {
    margin: 0;
}

.project-illustration-container .project-dataillustration-labelCtrl {
    float: left;
}

.project-data-illustration-container > div ul li {
    list-style-type: none;
    margin: 0;
    padding: 8px 0;
}

.project-data-illustration-container > div ul li a {
    color: #333;
}

.project-data-illustration-container > div ul li a:hover {
    text-decoration: none;
}

.project-data-illustration-container > div ul li a i{
    color: #0088cc !important;
}

.project-data-illustration-container > div ul li {
    border-top: 1px solid #eee;
    padding: 7px 0;
}

.project-data-illustration-container > div ul li:first-child{
    border: none;
}

.project-illustration-container table {
    width: 100%;
}

.project-illustration .delete-illustration-icon {
    background-color: rgba(255,255,255,0.5);
    padding: 10px 0 0;
    font-size: 11px;
    display: block;
    text-align: center;
}

.project-illustration .delete-illustration-icon:hover {
    color: red;
    cursor: pointer;
}

.project-illustration-wrapper {
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    margin-right: 1%;
}

.project-illustration {
    display: inline-block;
    padding: 2px;
    width: 84px;
    height: 84px;
    position: relative;
    vertical-align: top;
}

.project-illustration img {
    width: 77px;
    max-height: 55px;
    border: 1px solid #ddd;
    padding: 2px;
}

.project-illustration img:hover {
    border: 1px solid #0088cc;
}

.trigger-popup-illustration:hover {
    cursor: pointer;
}

.project-illustration .illustration-delete-link {
    position: absolute;
    top: 0;
    right: 0;
    color: #777;
    padding: 5px;
    background-color: rgba(255,255,255, 0.7);
}

.project-illustration .illustration-delete-link:hover {
    cursor: pointer;
    background-color: #eee;
    color: #222;
}


/*FAQ*/
.answer-format {
    line-height: 30px;
    font-size: 16px !important;
}


/* panel des messages dans un projet */
.projectpage-notification-container {
    position : relative;
}

.notifications-bottom-shadow {
    width: 100%;
    margin-top: -6px;
}

#projectpage-messagestab a {
    position: relative;
}

#projectpage-messagestab a i {
    position: absolute;
    left: 14px;
}

#projectpage-notification-container p {
    border: 1px solid #eee;
    min-height: 70px;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px;
    font-size: 12px;
    position: relative
}

.notification-content {
    font-style: italic;
    color: #666;
}

.projectpage-deletemessageicon {
    background-color: #fff;
    font-size: 12px;
    height: 26px;
    padding-top: 4px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 3px;
    width: 27px;
}

#adminproject-revision-link {
    margin: 0 0 30px 2%;
}

.admin-project-panelmessage {
    margin: 10px 2%;
    width: 96%;
    float: none;
    clear: both;
}

#admin-projectvalidation-messagepanelwrapper.admin-project-panelmessage {
    width: 98%;
    margin: 10px 2% 0 1%;
}

#projectpanel-notificationpanel > .panel-heading a {
    color: #000;
}

.row-project-revision-portal .admin-project-panelmessage {
    width: 97%;
}



/* panels interne à un projet */
.row-project-info .panel {
    margin-right: 1%;
    height: 100%;
    min-height: 162px;
}

.row-project-info .panel .panel-body {
    padding: 10px 15px 7px;
    max-height: 142px;
    overflow-y: auto;
}

.row-project-info  {
    padding-right: 0.8%;
}

.row-project-info .panel ul li {
    line-height: 1.2;
}

.panel-projet-info .panel-heading .btn {
    margin-top: -5px;
}

.projectpage-notification-wrapper {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #eee;
}
.projectpage-notification-wrapper:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.panel-projet-info {
        width: 35%;
    margin-left: 2%;
}

.panel-projet-info ul {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}

.panel-projet-info ul li{
    list-style-type: none;
}

.row-project-info .panel ul li label{
    margin: 0;
    width: 43%;
    line-height: 1;
}

.panel-projet-info .panel-body{
    padding: 8px 15px;
}

.panel-projet-reflexinfo {
    width: 33%;
}

#projectpage-messages-container p.alert {
    margin-top: 30px;
}

.panel-projet-owner {
    width: 27%;
}

#project-owner-wrapper .panel-projet-owner {
    width: 100%;
}

.panel-projet-owner .project-owner-company,
.panel-projet-owner .project-owner-email,
.panel-projet-owner .project-owner-jobtitle {
    font-size: 12px;
    line-height: 14px;
}

.project-manage-btngroup {
    float: none;
    clear: both;
    text-align: center;
}

.panel-projet-owner a.btn {
    padding: 2px 10px;
}

.panel-projet-owner .panel-body img {
    width: 60px;
    margin: 0 15px 10px 0;
    float: left;
    border: 1px solid #ccc;
}

.project-owner-fullname {
    font-weight: bold;
}


.project-owner-company {
    color: #888;
}


/* les scénarios d'un projet */
.project-scenario-maincontainer > p.alert-info {
    margin: 30px auto;
    width: 70%;
}

.project-scenario-maincontainer {
    background-color: #fff;
    width: calc(100% - 350px);
}

/* alert aucune révision */
.alert-no-revisions {
    margin: 50px auto;
    padding: 30px;
    text-align: center;
    width: 70%;
}

.alert-no-revisions p {
    width: 80%;
    margin: 0 auto 20px;
}


/* ajout de scénario à un projet */
.page-scenario-add .panel .panel-body .scenario-main-form .form-group {
    margin-bottom: 1px;
}

.page-scenario-add .panel .panel-body {
    padding: 15px 5%;
}


.panel-addnew-scenario {
    width: 98%;
    margin:  0 0 40px 1%;
}

.panel-addnew-scenario-bodycontainer .alert-dismissible {
    margin: 10px auto 40px;
    width: 100%;
}

.panel-addnew-scenario-bodycontainer {
    width: 60%;
    margin: 10px auto;
}

.panel-addnew-scenario p {
    width: 60%;
    margin: 10px auto;
}

#newproject-scenarioform-step2 .panel-projet-scenarioform.col-sm-9{
    margin:0 1% 0 2%;
    width: 70%;
}

#newproject-scenarioform-step2 {
    margin: 0;
}


#newproject-scenarioform-step2 .panel-projet-scenarioform.col-sm-9.no-scenarios{
    margin:0 1% 0 2%;
    width: 97%;
}

#newproject-scenarioform-step2 .panel-projet-scenarioform.col-sm-9.no-scenarios .panel-body .scenario-main-form {
    width: 70%;
    margin: 20px auto;
    max-width: 730px;
}

#newproject-scenarioform-step2 .panel-body {
    max-height: inherit !important;
}

#newproject-scenarioform-step2 .panel-projet-scenarioform.col-sm-5{
    margin: 0 1% 0 2%;
    width: 44%;
}

#dbm_portalbundle_scenario_customColorCode {
    margin-left: 43.3%;
    width: 56.7%;
}


/* masquer les champs autres matières */
.other-material-optionform {
    margin-left: 17%;
    width: 83%;
    margin-bottom: 20px;
}




/****************************************
**  Edition d'un projet
*   admin/project/edit/{id}
****************************************/
.admin-projectedit-panel {
    margin: 0 1%;
    width: 98%;
}

.admin-projectedit-formcontainer {
    width: 80%;
    margin: 0 auto;
}

.admin-projectedit-formcontainer .col-sm-4 {
    width: 25%;
}

.admin-projectedit-formcontainer .col-sm-4.control-label {
    width: 45%;
}

.admin-projectedit-formcontainer .form-group{
    margin-bottom: 2px;
}

.admin-projectedit-radioform-container {
    margin-bottom: 15px;
}

#dbm_portalbundle_project_admin_edit_visibility .radio,
#dbm_portalbundle_project_admin_edit_status .radio,
#dbm_portalbundle_project_admin_edit_management .radio {
    padding-top: 0;
    min-height: 22px;
}

#admin-revision-paramedition-form-container form div.button_rows .col-sm-8 {
    width: 33.33333%
}



/****************************************
**  Tous les illustration
*   portal/illustrations.html.twig
****************************************/
.illustrationthumb-container {
    width: 74px;
    height: 50px;
    border: 1px solid #ccc;
    padding: 2px;
    text-align: center;
    display: inline-block;
}

.illustrationspage-thumb {
    max-height: 46px;
    max-width: 69px;
}

.illustration-thumb-cell {
    padding: 2px !important;
    width: 90px;
    text-align: center;
}

.illustration-downloadlink {
    font-size: 12px;
}

#illustration-table th i {
    color: #aaa;
    font-size: 12px;
}

#illustration-table th:hover {
    cursor: pointer;
    background-color: #f4f4f4;
}

#illustration-table_wrapper .row:first-child{
    margin: 20px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#illustration-table_filter {
    text-align:  right;
}


/* admin : administrator logged in */
#adminhome-userloggedin-panel {
    margin-left: 2.7%;
    width: 22.4%;
}

#adminhome-userloggedin-panel img.img-circle {
    float: left;
    margin: 0 20px 0 0;
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
}

#adminhome-userloggedin-panel h4 {
    margin: 0;
    font-weight: normal;
}

#adminhome-userloggedin-panel span {
    font-weight: normal;
    color: #444;
    display: block;
}

#adminhome-userloggedin-panel a {
    color: #0088cc;
}


/* panel : user logged in */
#portalhome-userloggedin-panel img.img-circle {
    float: left;
    margin: 0 20px 0 0;
    width: 60px;
    height: 60px;
    border: 2px solid #eee;
    background-color: #fff;
}

#portalhome-userloggedin-panel h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

#portalhome-userloggedin-panel span {
    font-weight: normal;
    line-height: 14px;
    display: block;
}

#portalhome-userloggedin-panel a {
    color: #0088cc;
}


/* panel contact admin */
.admin-contact-panel #widget-contact-listwrapper {
   height: 228px;
    overflow-y: auto;
}


/*** widget : contact ***/
#widget-contact-listwrapper {
    height: 300px;
    min-height: 300px;
    overflow-y: auto;
}

#widget-contact-listwrapper ul {
    margin: 0;
    padding: 0;
}

.dashboard-contact {
    height: 90px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 5px;
    display: block;
}

.dashboard-contact span{
    display: block;
}

.dashboard-contact:first-child {
    padding-top: 0;
    height: 80px;
}

.dashboard-contact:last-child {
    border-bottom: none;
}

.dashboard-contact .avatar-wrapper{
    float: left;
    margin-right: 20px;
}

.dashboard-contacts-fullname {
    font: normal bold 12px/12px arial,sans-serif;
    color: #000;
}

.dashboard-contacts-jobtitle {
    font: normal normal 11px/15px arial,sans-serif;
    color: #444;
}

.dashboard-contacts-company {
    font: normal normal 12px/16px arial,sans-serif;
    color: #666;
}

.dashboard-contacts-phone {
    font: normal normal 12px/12px arial,sans-serif;
    color: #777;
    line-height: 1.1;
}

.dashboard-contacts-useremail {
    line-height: 1;
}

.dashboard-contacts-useremail a{
    font: normal normal 12px/12px arial,sans-serif;
    text-decoration: none;
}

.dashboard-contacts-useremail a:hover{
    text-decoration: none;
}





/****************************************
**  Tous les fichiers
*   portal/files.html.twig
****************************************/
.file-revision-project-creator {
    float: right;
    display: inline-block;
    max-width: 35%;
    min-width: 250px;
    width: 250px;
    border-left: 1px solid #ccc;
    margin-left: 15px;
}

.file-revision-originalname{
    display: inline-block;
    margin: 0;
}

.file-revision-project a {
    color: #254168;
}

.file-revision-project {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    color: #333;
}

.file-revision-project-creator li.dashboard-contact {
    padding: 0;
    height: 40px;
}

.files-container li i {
    float: left;
    margin: 8px 15px 15px !important;
    font-size: 22px !important;
    color: green;
}





/****************************************
**  Tous les projets
*   portal/projects.html.twig
****************************************/
.projects-list-wrapper li{
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;

}

.projects-list-wrapper li i {
    font-size: 28px;
    float: left;
    margin: 0 20px 0 0;
}

.projects-list-wrapper li i.glyphicon.glyphicon-ok{
    color: #238672;
}

.projects-list-wrapper li i.icon-clock{
    color: #008cba;
}

.projects-list-wrapper li h3 {
    font-size: 18px;
    margin: 5px 0 0 70px;
}

.projects-list-wrapper li h5,
.projects-list-wrapper li h6 {
    margin: 0 0 0 70px;
}

#projectspage-tabs .tab-pane {
    padding-top: 20px;
}

.page-main-container.col-sm-8 {
    width: 66.6667%;
}

.conterpage-container {
    min-height: 500px;
}

.page-main-container.col-sm-8.conterpage-container {
    margin-right: 1%;
}

.projectspage-aside {
    margin: 30px 3% 0 0;
}

.projects-list-wrapper.project-list-all {
    min-height: 500px;
   /* max-height: 600px;*/
    overflow-y: auto;
}

.projects-list-wrapper.project-list-all .dataTables_wrapper {
    width: 98%;
}

#myprojects-table_wrapper  {
    width: 98%;
}

.myprojects-table h3 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.portal-myprojects-mainlink {
    color: #333;
}

.portal-myprojects-mainlink span{
    color: #777;
    font-size: 12px;
    display: block;
}

.myprojects-table tr td:first-child {
    text-align: center;
}

.myprojects-table tr td:first-child i.icon-clock {
    color: #0088cc;
}

.myprojects-table tr td:first-child i.glyphicon.glyphicon-ok {
    color: green;
}

.myprojects-table .table-col-projectstatus {
    text-align: center;
}

.myprojects-table .table-col-projectname {
    width: auto;
}

.myprojects-table .table-col-projectcreartor {
    width: 190px !important;
}

.myprojects-table .table-col-projectreference {
    width: 180px !important;
}

.myprojects-table .table-col-projectdate {
    width: 120px !important;
}

.myprojects-table .col-projectstatus {
    width: 50px;
}

.col-projectstatus i{
    font-size: 20px;
}

.portal-myprojects-mainlink:hover h3, .portal-myprojects-mainlink:hover span {
    color: #0088cc;
}

.panel-default.col-sm-8.conterpage-container {
    margin: 30px 1% 30px 3%;
}

.prjtable-col3 .dashboard-contact {
    padding: 0;
    height: 40px;
}






/****************************************
**  Page des contacts de la compagnie
*   portal/contacts
****************************************/
.company-contacts-container #contactspage-contactslist > li {
   min-height: 66px;
}

.company-contacts-container .panel-body ul li .img-circle {
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 20px 10px 0;
}

.company-contacts-container .panel-body ul li h4 {
    font: normal normal 14px/14px arial,sans-serif;
    color: #333;
    margin: 0;
    font-weight: bold;
}

.company-contacts-container #contactspage-contactslist > li {
    border-top: 1px solid #ddd;
    padding: 7px 0;
}

.company-contacts-container #contactspage-contactslist li {
    list-style-type: none;
}


.company-coords-container {
    margin: 30px 0 30px 2%;
}

.col-lg-4.company-contacts-container{
    margin: 30px 1% 30px 2%;
}

#contactspage-contactslist {
    margin: 15px;
    padding: 0;
}

#contactspage-contactslist .contacts-jobtitle {
    color: #333;
    font: 12px/12px arial;
    margin: 2px 0;
}

#contactspage-contactslist .contacts-phone {
    color: #777;
    font-size: 12px;
}

#contactspage-contactslist .contacts-email {
    color: #0088cc;
    font-size: 12px;
}

.company-coords-container .glyphicon-phone-alt{
    font-size: 12px;
}

.company-coords-container ul{
    padding: 0 0 0 20px;
}

.company-coords-container ul li{
    list-style-type: none;
}

.company-coords-container ul li span {
    display: inline-block;
    width: 30px;
}

.company-coords-container ul li span i.icon-print {
    margin-left: -4px;
}

.company-coords-container h3 {
    font-size: 18px;
}

.company-coords-container h5 {
    font: normal bold 12px/12px arial,sans-serif;
    border-bottom: 1px dotted #ddd;
    margin: 0;
}

.rep-info-list {
    padding: 0;
    font-size: 12px;
    margin-bottom: 30px;
}









/****************************************
**  Wizard de revision
*   portal/revision-wizard-layout.html.twig
****************************************/
.revision-wizard-pages .panel-revision-wizard {
    width: 70%;
    margin: 40px auto;
}

.panel-revision-wizard .projetform-arianne {
    margin-top: 20px;
}

.wizard-newrevision-choice {
    text-align: center;
    margin-bottom: 30px;
}

.wizard-newrevision-choice > div {
    display: inline-block;
    vertical-align: top;
}

#newrevision-choice-table {
    width: 500px;
    margin: 0 auto;
}

#newrevision-choice-table th {
    text-align: center;
    padding-bottom: 5px;
}

#newrevision-choice-table td:first-child {
    vertical-align: top;
    padding-top: 15px;
}

#newrevision-choice-table td:first-child img {
    border: 1px solid #eee;
    padding: 20px 20px 20px 30px;
    border-radius: 20px;
}

#newrevision-choice-table td:first-child img:hover {
    border: 1px solid #3879d9;
}

#newrevision-choice-table ul li {
    list-style-type: none;
    text-align: left;
}

#newrevision-choice-table ul li a{
    border: 1px solid #fff;
    border-bottom: 1px solid #eee;
    display: block;
    padding-left: 10px;
}

#newrevision-choice-table ul li a:hover {
    color: #3879d9;
    border: 1px solid #3879d9;
}

.wizard-newrevision-blank {
    padding: 30px;
    display: inline-block;
    margin: 20px auto;
}

.wizard-newrevision-blank a img {
    position: relative;
    right: -10px;
    margin-bottom: 10px;
}

.wizard-newrevision-text {
    width: 50%;
    margin: 0 auto 50px;
    text-align: center;
}

.wizard-addscenario-text {
    width: 50%;
    margin: 0 auto 40px;
    text-align: center;
}

#addrevision-scenario-list li {
    text-align: left;
}

#addrevision-scenario-list li label:hover {
    cursor: pointer;
}

.wizard-newrevision-existing {
    border-left: 1px solid #ccc;
    margin-top: 100px;
    min-height: 90px;
    padding-left: 30px;
}

.wizard-newrevision-choice > div h4 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.wizard-newrevision-existing h4 {
    margin-top: -38px;
}

.wizard-newrevision-existing ul {
    padding: 0 0 0 5px;
}


/* Droplist Components */
.droplist-button-component button {
    min-width: 150px;
    text-align: left;
    height: 26px;
    padding: 2px 10px;
}

.droplist-button-component button .caret{
    float: right;
    margin-top: -10px;
}

.droplist-button-component ul {
    min-width: 150px;
    margin: 0 0 0 -1px;
    padding: 0 0 4px;
}

.droplist-button-component ul li{
    height: 24px;
    padding: 3px 3px 0 10px;
}

.droplist-button-component ul li:hover{
    background: #eee;
}


/* search button group */
.search-button-group {
    width: 25%;
}

.search-button-group input.form-control {
    height: 28px;
    font-size: 12px;
}

.search-button-group .btn {
    padding: 3px 10px;
}

.search-button-group .btn:hover {
    border-left: 1px solid #ccc;
}


/*  Bootstrap overrides*/
.form-control {
    height: 28px;
    font-size: 12px;
    display: inline-block;
    padding: 2px 12px;
}

.panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* onglets de bootstrap */
.nav-tabs > li > span,
.nav-tabs > li > a {
    outline: none;
}

.nav > li > span,
.nav > li > a {
    padding: 5px 25px;
    font-size: 14px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-bottom: 1px solid #fff;
}

.nav-tabs > li > a {
    border: 1px solid #ddd;
}

/* bootstrap datepicker */
.datepicker.dropdown-menu {
    padding: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 0 20px #888;
}

.datepicker.dropdown-menu:hover {
    cursor: pointer;
}

.datepicker.dropdown-menu .day {
    border-radius: 3px;
    text-align: center;
}

.datepicker.dropdown-menu .day:hover {
    background-color: #f2f2f2;
}

.datepicker.dropdown-menu .day.active{
    color: #fff;
    background: #3481d3;
    background: -moz-linear-gradient(top,  #3481d3 0%, #0e4e7f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3481d3), color-stop(100%,#0e4e7f));
    background: -webkit-linear-gradient(top,  #3481d3 0%,#0e4e7f 100%);
    background: -o-linear-gradient(top,  #3481d3 0%,#0e4e7f 100%);
    background: -ms-linear-gradient(top,  #3481d3 0%,#0e4e7f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3481d3', endColorstr='#0e4e7f',GradientType=0 );
}

.panel-title {
    font-size: 14px;
}


/* Bootstrap droplist in btn-group with icon */
.bootstrap-droplist-icon ul li  {
    position: relative;
}

.bootstrap-droplist-icon ul li a {
    padding-right: 40px;
}

.bootstrap-droplist-icon ul li > i {
    position: absolute;
    right: 10px;
    top: 5px;
}

.bootstrap-droplist-icon ul li > i:hover {
    cursor: pointer;
}

.bootstrap-droplist-icon ul li label {
    display: block;
}

.bootstrap-droplist-icon ul li .popover {
    width: 300px;
}

/* popover avec html content */
.popover-content blockquote{
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    margin-top: 10px;
}




/* tooltip de bopotstrap */
.tooltip {
    position: fixed;
    z-index: 10000 !important;
}


/* pophover liste  | utilisé dans la page register pour le choix de langues */
.pophover-list {
    list-style-type: none;
    padding: 0;
}

.pophover-list li{
    width: 100%;
    padding: 2px 10px 2px 20px;
}

.pophover-list li:hover{
    background-color: #eee;
    cursor: pointer;
}

.pophover-list li a:hover {
    text-decoration: none;
}

.pophover-list.pophover-list-langues {
    width: 130px;
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 11% auto;
    padding: 0;
    width: 84%;
    height: 50%;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout p {
    padding: 5% 10%;
    display: inline-block;
    text-align: center;
}

.bs-callout h4 {
    background-color: #f2f2f2;
    border-bottom: 1px solid #eee;
    font: bold 12px/12px arial;
    margin: 0 0 10px;
    padding: 2%;
    width: 100%;
}
.bs-callout-info h4 i{
    color: #1b809e;
}

.alert-default {
    background-color: #f6f6f6;
    border: 1px solid #eee;
}

.no-note {
    color: #aaa;
    font-style: italic;
    text-align: center
}


/* popover d'erreurs damns les scénarios */
#popover-errors {
    margin: 0;
    padding: 0;
}

#popover-errors li {
    list-style-type: none;
    padding: 4px;
    border-top: 1px solid #ddd;
}

#popover-errors li:first-child{
    border-top: none;
}


    /* blockpanel */
.blockpanel {
    width: 100%;
    padding: 0;
    border-width: 1px;
    border-style: solid;
}

.blockpanel-blue {
    border-color: #074e68;
}

.blockpanel-title {
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 10px 2.222222%;
}

.blockpanel-blue .blockpanel-title {
    background-color: #074e68;
}



/* dbm-icon | utilisation du sprite main-sprite.png*/
.dbm-icon {
    background-image: url("../img/main-sprite.png");
    display: inline-block;
    height: 22px;
    margin: 5px 12px;
    width: 28px;
}

.dbm-icon.icon-setting{
    background-position: -60px 0;
}

.dbm-icon.icon-setting:hover{
    background-position: -90px 0;
}

.dbm-icon.icon-contact{
    background-position: -120px 0;
    margin: 0;
}

.dbm-icon.icon-contact:hover{
    background-position: -150px 0;
}


/* Avatars */
.avatar-wrapper {
    height: 60px;
    width: 60px;
    position: relative;
    display: inline-block;
}

.avatar-wrapper img {
    height: 60px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
}

.avatar-wrapper img.img-circle{
    border: 1px solid #bbb;
}

.avatar-cover {
    position: absolute;
    top: 0;
    left: 0;
}

.avatar-widget-container {
    display: block;
    border: 1px solid #ccc;
    margin:  0 0 25px 0;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 10px 15px;
}

.avatar-widget-container img.img-circle{
    width: 64px;
    margin-right: 20px;
    float: left;
    border: 1px solid #eee;
}

.avatar-widget-container > span {
    display: block;
}

.avatar-widget-container .avatar-widget-fullname {
    font: normal bold 14px/12px arial;
    color: #333;
}

.avatar-widget-container .avatar-widget-copmpany {
    margin: 3px 0 2px;
}

.avatar-widget-container .avatar-widget-jobtitle {
    font: normal normal 12px/12px arial;
    color: #777;
}

.avatar-widget-container .avatar-widget-email {
    font: normal normal 12px/12px arial;
    margin: 3px 0 0 0;
}

#admin-revisionparams-panel h4 {
    font-weight: bold;
    margin: 0;
    font-size: 14px;
}

.admin-validaterevision-notes {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin: 0 0 25px 0;
    background-color: #fff;
}

#admin-validaterevision-paramscontainer {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin: 0 0 25px 0;
    background-color: #fff;
}

#admin-validaterevision-paramscontainer li{
    border-bottom: 1px solid #eee;
}

#admin-validaterevision-paramscontainer li:hover{
    background-color: #eee;
    border-bottom: 1px solid #0088cc;
}

#admin-validaterevision-paramscontainer li:last-child{
    border-bottom: none;
    background-color: transparent;
}

#admin-validaterevision-paramscontainer li span{
    float: right;
}




/* Plugin : File input*/
.file-input .btn-file {
    font-size: 12px;
    line-height: 1.3;
    padding: 5px 12px;
}

.btn.btn-default.fileinput-remove.fileinput-remove-button {
    padding: 3px 12px;
}

.btn.btn-primary.btn-file{
    border-radius: 0 3px 3px 0;
}

.file-input .input-group .file-caption {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 255px;
}

.file-input,
.file-input.file-input-new {
    max-width: 354px;
}




/* Plugin : Perfect Scroll Bar*/
.ps-scrollbar-y-rail:hover {
    cursor: pointer;
}

.contentHolder.ps-container.ps-active-y div.ps-scrollbar-y-rail {
    background-color: #fff;
    border-radius: 0;
    padding: 8px;
    right: 0 !important;
    text-align: center;
}




/* Plugin : dataTable */
#account-table_paginate ul li,
#account-table_info {
    font-size: 12px;
}

#account-table_paginate ul li a {
    padding: 4px 10px;
}

#account-table_length select {
    height: 24px;
}

.dataTables_wrapper > div.row:first-child {
    margin: 20px 0 10px;
    padding-bottom: 10px;
   /* border-bottom: 1px solid #ccc;*/
}

.dataTables_paginate,
.dataTables_filter {
    text-align: right;
}

.dataTables_filter input {
    margin-left: 5px;
}

.dataTables_wrapper .row:last-child{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

ul.pagination {
    margin-top: 0;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    left: 0px;
    top: 4px;
}

table.dataTable thead > tr > th {
    padding: 8px !important;
    border-top: 1px solid #ccc !important;
    color: #444
}

table.dataTable thead > tr > th:hover {
    cursor: pointer;
    background-color:#f4f4f4;
    border-top: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    padding-top: 6px !important;
    padding-left: 7px !important;
    color: #000;
}

table.dataTable tbody tr td {
    border-left: 1px solid #ccc;
}

table.dataTable tbody tr td:first-child {
    border-left: none;
}



/* Styles popup */
.overlay {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    text-align: center;
}

.popup {
    max-width: 400px;
    margin: 200px auto;
    background-color: #fff;
    min-height: 200px;
    border-radius: 13px;
    box-shadow: 0 0 20px #000;
    display: none;
    border: 8px solid rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.popup-title {
    background-color: #3f4e5e;
    color: #fff;
    font: 16px/20px arial;
    padding: 8px 0 8px 20px;
    margin: 0;
}

.popup-footer {
    padding: 10px;
    border-top: 1px solid #ccc;
    background-color: #f2f2f2;
}

.close-popup {
    background-color: #838a93;
    float: right;
    margin-top: 0;
    padding: 8px 14px;
}

.close-popup.btn.btn-success {
    background-color: #3e8f3e;
}

.btn.close-popup {
    float: inherit;
    padding: 6px 12px;
}

.popup-buttons .close-popup{
    float: none;
}

.close-popup:hover {
    cursor: pointer;
}

.close-popup i {
    color: #fff;
}

.popup-content {
    padding: 15px 15px 60px;
}

.popup-buttons {
    padding: 15px;
}

/* popup illustration viewer dans portail, projet, révision */
.popup.popup-illustration .popup-content {
    text-align: center;
}

.popup.popup-illustration {
    max-width: 720px;
    width: 90%;
    min-width: 250px;
    margin-top: 100px !important;
}

.popup.popup-illustration img{
    max-width: 680px;
    width: 100%;
}

.popup-illustration h3:hover{
    cursor: move;
}

.popup.popup-illustration .popup-content .alert {
    display: none;
}

.popup-illustration .popup-title span.pull-right {
    font-size: 14px;
    color: #ddd;
    transform: rotate(45deg);
    margin-right: 20px;
}

.popup-illustration .popup-title:hover span.pull-right{
    color: #fff;
}



/* popup : cloner une révision */
.popup.popup-cloneRevision {
    max-width: 500px;
    min-width: 500px;
    position: relative;
}

.popup-cloneRevision .popup-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.popup-cloneRevision ul {
    padding: 15px 0 15px 25px;
}


/* popup assistance création de projet */
.popup-assistance-wizard {
    width: 420px;
    max-width: inherit;
}
.popup-assistance-wizard .popup-buttons{
    border-top: 1px solid #bbb;
    background-color: #eee;
}

#popup-documents-reference-container {
    max-height: 250px;
    overflow-y: auto;
}

#popup-documents-reference-container ul {
    padding: 0;
    width: 45%;
    min-width: 350px;
}

#popup-documents-reference-container ul li {
    list-style-type: none;
    border-top: 1px solid #ddd;
    padding: 0;
}

#popup-documents-reference-container ul li:first-child {
    border-top: none;
}

#popup-documents-reference-container ul li a {
    display: block;
    height: 24px;
    padding: 0 0 0 5px;
}

#popup-documents-reference-container ul li a:hover {
    background-color: #eee;
}

.popup-assistance-wizard .popup-content h3 {
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    width: 45%;
    min-width: 350px;
}

.trigger-help-popup.btn{
    margin-top: -3px;
}

.trigger-help-popup.btn i {
    color: #000;
}


/* popup d'annulation de création de projet */
.popup.popup-cancelProject {
    max-width: 500px;
}

.popup.popup-cancelProject .popup-content {
    padding: 15px;
}

.popup.popup-cancelProject .popup-footer{
    text-align: center;
}


/* popup supprimer un scenario | delete scenario */
.popup-delete-scenario {
    text-align: center;
}

.popup-delete-scenario .popup-content {
    padding: 40px 26px 30px;
}



/*   page: project.html.twig   */
#title-header-popup {
    background-color: #f4f4f4;
    height: 25px;
    border-bottom: 2px solid lightgray;
    border-top: 2px solid lightgray;
    margin-bottom: -20px;
    font-weight: bold;
}

#popup-modifiedcad ul li label {
    width: 150px;
}

#popup-modifiedcad ul li select,
#popup-modifiedcad ul li input {
    width: 200px;
}

.project-header-title {
    background-color: #fff;
    border-radius: 3px;
    width: 96%;
    margin: 30px 2% 8px 2%;
    padding: 0 20px;
}

.project-header-title h3 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.project-header-title h3 span.pull-right{
    font-size: 14px !important;
    font-weight: normal;
}

.edit-projet-link {
    color: #333;
}

.edit-projet-link:hover {
    color: #0088cc;
}

.delete-projet-link {
    color: #333;
}

.delete-projet-link:hover {
    color: red !important;
}

.row-admin-project {
    margin-bottom: 0;
}

.row-admin-project.row-admin-header {
    margin-bottom: 0;
}

.row-admin-project .panel-projet-owner ,
.row-admin-project .panel-note-projet {
    margin-left: 8px;
    min-height: 180px;
}

.panel-note-projet .alert-info {
    text-align: center;
    margin-bottom: 0;
}

.admin-panel-revision {
    width: 96%;
    margin: 10px 2%;
}

.admin-panel-revision .panel-heading .glyphicon-ok {
    color: #B2F1B2;
}

.admin-panel-revision .panel-heading .icon-clock {
    color: #EFD19A;
    margin-left: -3px !important;
}

.panel-heading .glyphicon-ok {
    color: #B2F1B2;
}

.panel-heading .icon-clock {
    color: #EFD19A;
    margin-left: -3px !important;
}

.admin-panel-revision .project-scenario h4 {
    margin-bottom: 10px;
}

.FP-value .icon-clock{
    font-size: 11px;
}

.project-message-celldate {
    width: 110px;
}

.project-message-cellfrom {
    width: 110px;
}

.project-message-cellread {
    width: 110px;
}

.project-message-cellnote {
    width: auto;
}

.project-message-cellaction {
    width: 50px;
}

.btn-admin-revision-validate {
    width: 100%;
    display: inline-block;
    margin: 2px auto;
}

.btn-admin-revision-halfbtn {
    width: 49.3%;
    display: inline-block;
}


/* popup delete user */
.popup.popup-deleteUser {
    max-width: 600px;
    min-width: 600px;
}




/* Formulaires */
form label.control-label.required {
    position: relative;
}

form label.control-label.required:after {
    content: '*';
    position: absolute;
    right: -2px;
    color: red;
    font-weight: bold;
}





/****************************************
** pages sur les compagnies
*   admin/company.html.twig
****************************************/
.admin-company-details > .panel {
    margin: 30px 0 0 2%;
}

.panel-cie-rep,
.panel-cie-users,
.panel-cie-info{
    min-height: 210px;
}

.panel-cie-info ul label {
    min-width: 25%;
}

.panel-cie-info ul li {
    height: 18px;
}

.cie-user-wrapper {
    height: 136px;
    overflow-y: auto;
}

.cie-notepanel-wrapper {
    height: 75px;
    overflow-y: auto;
}

.panel-cie-projects {
    margin: 30px 2% 40px 1%;
    width: 97.5%;
}

.panel-cie-edit {
    margin: 30px 16%;
}




/****************************************
** pages sur les matières
*   admin/materials.html.twig
*   admin/material.html.twig
****************************************/
.panel-admin-material  {
    min-height: 625px;
}

.panel-admin-small {
    min-height: 487px;
}

.panel-admin-materialinfo {
    margin: 30px 0 0 2%;
    min-height: 134px;
    width: 30.5%;
    margin-bottom: 30px;
}

.panel-admin-materialinfo ul {
    margin-bottom: 0;
}

#material-project-usedin {
    margin-left: 1%;
    width: 98%;
}




/*********************************************
**      path        : /{application}/print/choose/{id}
**      Twig        : print-choose.html.twig
*********************************************/
.row-print-selection {
    margin: 20px 1%;
}

.row-print-selection .col-sm-6 {
    height: 380px;
}

.print-chose-illustration-wrapper {
    max-width: 250px;
    display: block;
    padding: 8px;
    background-color: #fff;
}

.print-chose-illustration-wrapper img {
    width: auto;
    border: 1px solid #eee;
}

.illustration-toprint-panel {
    margin-left: 2%;
    width: 48%;
}

.illustration-toprint-panel ul {
    height: 280px;
    overflow-y: auto;
}

.illustration-toprint-panel ul li {
    display: inline-block;
    width: 150px;
    height: 170px;
    vertical-align: top;
    border: 1px solid #eee;
    background-color: #fff;
    margin: 5px;
}

.illustration-toprint-panel ul li img {
    max-height: 130px;
    max-width: 130px;
}

#table-scenario-toprint-wrapper {
    height: 280px;
    overflow-y: auto;
}

.print-choose-illustration-filename {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 86%;
    display: inline-block;
}

.selectprint-deuxnorm-result {
    width: 48%;
    display: inline-block;
}



/****************************************
** pages sur le profil de l'usager :
*   avatar.html.twig
*   profile.html.twig
*   contacts.html.twig
****************************************/
h1.profilepage-titles {
    border-bottom: 1px solid #ccc;
    clear: both;
    float: none;
    font-size: inherit;
    margin: 0 0 30px -15px;
    padding: 35px 0 5px 14px;
    width: 98%;
}

h1.profilepage-titles .profilepage-maintitle {
    background-color: #fff;
    border-color: #ccc #ccc transparent;
    border-radius: 8px 8px 0 0;
    border-style: solid;
    border-width: 1px;
    font-size: 18px;
    margin-left: 10px;
    padding: 10px 106px 5px 30px;
}

h1.profilepage-titles i {
    font-size: 20px;
}

#avatar-upload-instruction {
    width: 70%;
    max-width: 550px;
    margin: 20px auto 40px;
}


.popover {
    max-width: 600px;
}

.popover-content {
    word-wrap: break-word;
}



/*===============================================================*/
@media screen and  (max-width: 639px){


    #navbar-search-wrapper {
        margin: 0 25px 20px;
        float: none;
        left: 540px;
        top: -126px;
    }

}




/*===============================================================*/
@media screen and (max-width: 991px){


    #sidebar {
        width: 100%;
        background: #eee !important;
    }

    #content {
        width: 100%;
        margin-top: 100px;
        margin-left: 0;
    }

    #ombrage-aside,
    #sidebar-topshadow {
        display: none;
    }

    #navbar-search-wrapper {
        margin: 0 25px 20px;
        float: none;
        left: 540px;
        top: -126px;
    }

    #application-title {
        height: 60px;
        margin: 10px 0;
    }

    #application-title img {
        margin: 10px 0 10px 25px;
    }

    #application-title h1 {
        margin-top: 4px;
    }

    #sidebar-menu-container {
        position: relative;
        left: -300px;
        z-index: 100;
        top: 55px;
        background-color: #fff;
        max-width: 300px;
        height: 100%;
        border-right: 1px solid #ddd;
    }

    #sidebar-menu-container ul {
        height: 100%;
    }

    #burgermenu-icon-container {
        display: inline-block;
        position: absolute;
        top: 118px;
        z-index: 100;
    }

    #burgermenu-icon-container i{
        font-size: 20px;
    }

    #admin-link {
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 15px;
        position: absolute;
        right: 0px;
        top: -75px;
        width: 151px;
    }




}



/*===============================================================*/
@media screen and (min-width: 768px) and (max-width: 991px){
/*
    #sidebar {
        width: 70px;
        min-width: 70px;
    }

    #content {
        width: calc( 100% - 70px );
        margin-left: 70px;
    }

    #sidebar-topgradient {
        position: absolute;
    }

    #application-title {
        position: absolute;
    }

    #sidebar-menu-container {
        width: 70px;
        height: 100%;
        background-color: #444;
        padding-top: 20px;
    }

    .dashbutton-marker {
        display: none;
    }

    .dashboard-buttons a span {
        display: none;
    }

    .dashboard-buttons a img {
        display: inline-block;
        width: 35px;
        margin: 5px 0 0 5px;
    }

    #sidebar ul li {
        height: 70px;
    }

    #sidebar ul li:hover {
        background-color: #999;
    }

    #sidebar .dashboard-buttons a {
        padding: 12px 0 17px 13px;
    }

    #top-navbar > h3 {
        margin-left: 190px;
    }

    #application-title {
        position: absolute;
        z-index: 100;
        background-color: #fff;
        width: 250px;
        height: 60px;
    }

    #application-title img {
        margin: 8px;
    }

    #application-title h1 {
        display: none;
    }

    #burgermenu-icon-container {
        left: 8px;
        padding: 12px;
        top: 26px;
    }

    #burgermenu-icon-container i {
        font-size: 28px;
    }
*/


}




/*===============================================================*/
@media screen and (min-width: 992px) and (max-width: 1600px){


    /*********************************************
    **      path        : /portal et /admin
    *********************************************/
    #sidebar {
        width: 70px;
        min-width: 70px;
    }

    #content {
        width: calc( 100% - 70px );
        margin-left: 70px;
    }

    #sidebar-topgradient {
        position: absolute;
    }

    #application-title {
        position: absolute;
    }

    #sidebar-menu-container {
        width: 70px;
        height: 100%;
        background-color: #444;
        padding-top: 20px;
    }

    /* champ de recherche de projet */
    #sidebar-menu-container form{
        left: 400px;
        z-index: 1000;
        top: -7px;
        width: 300px;
        position: relative;
    }

    .dashbutton-marker {
        display: none;
    }

    .dashboard-buttons a span {
        display: none;
    }

    .dashboard-buttons a img {
        display: inline-block;
        width: 35px;
        margin: 5px 0 0 5px;
    }

    #sidebar ul li {
        height: 70px;
    }

    #sidebar ul li:hover {
        background-color: #999;
    }

    #sidebar .dashboard-buttons a {
        padding: 12px 0 17px 13px;
    }

    #top-navbar > h3 {
        margin-left: 190px;
    }

    #application-title {
        position: absolute;
        z-index: 100;
        background-color: #fff;
        width: 250px;
        height: 60px;
    }

    #application-title img {
        margin: 8px;
    }

    #application-title h1 {
        display: none;
    }

    #burgermenu-icon-container {
        left: 8px;
        padding: 12px;
        top: 26px;
    }

    #burgermenu-icon-container i {
        font-size: 28px;
    }

    li.dashboard-buttons.menu-subcategory span {
        display: none;
    }




}






