@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../fonts/opensanscondensed-bold-webfont.eot');
    src: url('../fonts/opensanscondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanscondensed-bold-webfont.woff2') format('woff2'),
    url('../fonts/opensanscondensed-bold-webfont.woff') format('woff'),
    url('../fonts/opensanscondensed-bold-webfont.ttf') format('truetype'),
    url('../fonts/opensanscondensed-bold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_condensedlight';
    src: url('../fonts/opensanscondensed-light-webfont.eot');
    src: url('../fonts/opensanscondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanscondensed-light-webfont.woff2') format('woff2'),
    url('../fonts/opensanscondensed-light-webfont.woff') format('woff'),
    url('../fonts/opensanscondensed-light-webfont.ttf') format('truetype'),
    url('../fonts/opensanscondensed-light-webfont.svg#open_sans_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_condensedLtIt';
    src: url('../fonts/opensanscondensed-lightitalic-webfont.eot');
    src: url('../fonts/opensanscondensed-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanscondensed-lightitalic-webfont.woff2') format('woff2'),
    url('../fonts/opensanscondensed-lightitalic-webfont.woff') format('woff'),
    url('../fonts/opensanscondensed-lightitalic-webfont.ttf') format('truetype'),
    url('../fonts/opensanscondensed-lightitalic-webfont.svg#open_sans_condensedLtIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
    color: #ffffff;
    font-family: 'open_sans_condensedlight', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
html{
    background: #010d22 url('/images/background-repeat.jpg') repeat-x top left;
}
body,.login-page, .register-page{
    background: url('/images/background.jpg') no-repeat transparent top center;
    min-height: 1000px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: inherit;
}
h1,#iframe h2,#fancybox-gallery h2{
    font-weight: 300;
    font-size: 27px;
    margin: 15px 0;
}
#fancybox-gallery h2{
    background-color: #0a2350;
    padding: 5px;
}
#fancybox-gallery h3{
    margin-left: 20px;
}
#fancybox-gallery .form-group{
    margin-right: 10px;
}
h2{
    font-weight: 300;
    margin: 0;
}
a,a:hover,a:focus{
    color: #ffffff;
    text-decoration: none;
}
.js-link:hover{
    cursor: pointer;
}

input[type=text],input[type=password],input[type=file],input[type=email],input[type=number],.input-group-addon{
    background: url('/images/btn-background.png') repeat transparent;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    height: 38px;
}
textarea{
    background: url('/images/btn-background.png') repeat transparent;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    padding: 6px 12px;
}
input[type=file]{
    width: 400px;
    display: inline-block;
}
input[type=file].form-control{
    padding: 0;
}
.form-control[disabled]{
    background: none;
}
.folder-form{
    margin: 5px 0;
}
.folder-form .form-control{
    display: inline-block;
    width: 200px;
    margin-left: 10px;
}
.error_list{
    padding: 0;
    color: red;
}
.input-group .input-group-addon{
    border-color: transparent;
    background-color: transparent;
}
input.form-control::-webkit-input-placeholder {
    color:    #ffffff;
}
input.form-control:-moz-placeholder {
    color:    #ffffff;
}
input.form-control::-moz-placeholder {
    color:    #ffffff;
}
input.form-control:-ms-input-placeholder {
    color:    #ffffff;
}
.form-control-selected{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
input[type="range"] {
    -webkit-appearance: none;
    background-color: #041633;
    height: 5px;
    border: 0;
    vertical-align: middle;
    margin: 5px auto;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    width: 150px;
}
::-moz-range-track{
    -moz-appearance: none;
    background: #041633;
    height: 5px;
    border: 0;
}
::-webkit-slider-thumb{
    -webkit-appearance: none !important;
    border-radius: 20px;
    background-color: #f00a3f;
    height: 10px;
    width: 15px;
    border: 0;
}
::-moz-range-thumb{
    -moz-appearance: none;
    border-radius: 20px;
    background: #f00a3f;
    height: 10px;
    width: 15px;
    border: 0;
}

.btn{
    border: 1px solid #ffffff;
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    background: none;
    border-radius: 0;
    padding: 0 15px;
}
.btn:hover{
    background: url('/images/btn-hover.png') repeat transparent;
    color: #ffffff;
    border-color: #ffffff;
}
.fa-user-1{
    background: url('/images/sprite.png') no-repeat transparent 0 0;
    width: 24px;
    height: 24px;
}
i.fa.fa-lock-1{
    background: url('/images/sprite.png') no-repeat transparent -24px 0;
    width: 18px;
    height: 24px;
    margin: 0 8px;
}
.fa-adn{
    font-size: 24px;
}
.break{
    border-right: 1px solid #ffffff;
    margin: 0 0 0 8px;
    height: 22px;
}
label{
    font-weight: 300;
}
.input-group-addon{
    padding: 6px 0 6px 12px;
}
input[type=checkbox]{
    /*display:none;*/
}
#gi_admin_form  input[type=checkbox],#sf_guard_user_term{
    display:inline;
    width: auto;
}
.gi_admin_buttons {padding-top: 10px;}
label.checkbox-label {
    font-size:14px;
    font-weight: 300;
    margin-bottom: 5px;
}
.form-group{
    margin-bottom: 10px;
}
#sf_guard_user_term{
    width: auto;
    margin: 0 10px 0 0;
}
.visible-link{text-decoration: underline;}
.visible-link:hover{
    color:#FF2828;
    text-decoration: underline;
}
/* PAGE LOGIN */
.login-box{
    margin:0 auto;
    box-shadow: none;
    padding: 10px;
    width: 322px;
    background: url('/images/login-background.jpg') no-repeat #071d44 0 0;
    position: relative;
}
.login-box .form-group{
    margin-left: 22px;
}
.login-box-header {
    text-align: center;
    margin-bottom: 1rem;
}
.login-box-header h1{
    font-weight: 300;
    font-size: 22px;
    margin: 0;
}
.login-box .btn{
    background-color: #F40A40;
    border-radius: 0;
    font-size: 22px;
    font-weight: 300;
    padding: 5px 10px;
    border: none;
}
.login-box .btn:hover{
    color: #ffffff;
    background-color: #cd0836;
}
.login-footer{
    text-align: center;
    margin-top: 10px;
}
.login-footer a.btn-gi{
    width: 250px;
    padding: 5px;
    border: 1px solid #ffffff;
    display: block;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 300;
}
.login-message{
    position: absolute;
    top: 0;
    left: 360px;
    width: 350px;
    text-align: justify;
}
a.btn-gi:hover{
    background: url('/images/btn-hover.png') repeat transparent;
}
a.forgotten_password{
    display: block;
    text-align: center;
    color: silver;
    font-size: 0.9rem;
}
.term{
    position: relative;
    display: inline-block;
    /*top: -10px;*/
}
/* Page Resetting Password */
.fos_user_resetting_request{
    margin: 1rem;
}
.fos_user_resetting_request label{
    display: block;
    text-align: center;
}
.fos_user_resetting_request #username{
    width: 100%;
    color: white;
    padding: 5px;
    margin-bottom: 1rem;
}

/* HEADER */
#header{
    margin-bottom: 5px;
    position: relative;
}
#header.external{
    height: 20px;
}
#header h1{
    margin-bottom: 0;
    line-height: 39px;
    position: absolute;
    bottom: 0;
}
#header .header-content{
    float: right;
}
.header-content p{
    text-align: right;
    margin: 0;
    font-size: 22px;
}
.header-content p.color-red{
    font-size: 18px;
}
.header-content p.color-red span{
    background-color: rgba(255,255,255,0.3);
    padding: 0 3px;
}
.header-content li{
    float: left;
    margin: 0 0 0 15px;
}
.header-content li i{
    margin-right: 3px;
}
.deconnexion{
    width: 15px;
    height: 18px;
    background: url('/images/sprite.png') no-repeat transparent -16px -24px;
    display: inline-block;
    margin-bottom: -3px;
}
.deconnexion{
    width: 15px;
    height: 18px;
    background: url('/images/sprite.png') no-repeat transparent -16px -24px;
    display: inline-block;
    margin-bottom: -3px;
}
.simulation{
    width: 16px;
    height: 15px;
    background: url('/images/sprite.png') no-repeat transparent 0 -24px;
    display: inline-block;
}
.account{
    width: 17px;
    height: 17px;
    background: url('/images/sprite.png') no-repeat transparent -33px -24px;
    display: inline-block;
    margin-bottom: -2px;
}
a:hover .deconnexion{
    background-position: -68px -24px;
}
a:hover .simulation{
    background-position: -52px -24px;
}
a:hover .account{
    background-position: -83px -24px;
}
a:hover .fa-users,a:hover .fa-certificate,a:hover .fa-camera,
.header-content a:hover i{
    color: #f40a40;
}
.dropdown-menu{
    background-color: #061737;
}
.dropdown-menu li{
    margin: 0 5px;
    float: none;
}
.dropdown-menu > li > a {
    color: #ffffff;
    border: 1px solid #061737;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
    color: #ffffff;
    border: 1px solid #ffffff;
}
/* PAGE MODIF DECOR */
#wrapper{
    margin: 0 auto 10px;
    width: 1400px;
    padding-top: 20px;
}
#wrapper.full-wrapper,#wrapper.full-wrapper #content{
    width: 100%;
}
#wrapper.full-wrapper #header{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#footer{
    margin: 0 auto;
    width: 1200px;
}
#footer a.btn-gi{
    float: right;
    width: 240px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ffffff;
}
#aside{
    background: url('/images/background-content.jpg') no-repeat transparent 0 0;
    width: 1200px;
    height: 649px;
    position: relative;
}
#content{
    width: 1400px;
    position: relative;
    background: url('/images/login-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.content-aside{
    padding: 15px;
}
#background-video-container{
    position: absolute;
    width: 920px;
    height: 615px;
    margin: 18px 19px;
}
#canvas{
    border: 4px solid #FFFFFF;
}
.canvas-container{
    margin: 18px 19px;
    float: left;
    z-index: 3;
}
.street-content{
    margin: 0 23px;
    width: 912px;
    position: absolute;
    z-index: 4;
    top: 574px;
    background: url('/images/street-background.png') repeat transparent;
    padding: 5px;
}
.street-content .logo{
    float: left;
    margin: 0 5px;
}
.street-content .localisation{
    display: inline-block;
    width: 20px;
    height: 30px;
    background: url('/images/sprite.png') no-repeat transparent 0px -214px;
    float: left;
    margin: 5px 10px;
}
.street-content input{
    height: 45px;
    font-size: 24px;
    background: none;
}
.street-content .form-control:focus{
    box-shadow: none;
}
.street-content .street-size-helper{
    font-size: 14px;
    text-align: right;
}
.street-content .street-size-helper a{
    text-decoration: underline;
}
.street-content .street-size-helper a:hover{
    color: dodgerblue;
}
#street-size::-webkit-inner-spin-button,
#street-size::-webkit-outer-spin-button{
    -webkit-appearance: none;
}
.steps{
    float: left;
    width: 242px;
}
.step-1,.step-2{
    width: 120px;
    height: 156px;
    text-align: center;
    float: left;
    padding-top: 8px;
}
.step-2 h2{
    margin-bottom: 8px;
}
.step-1 p{
    margin-bottom: 4px;
}
.step-1 .btn-small,.step-2 .btn-small{
    float: left;
    width: 54px;
}
.step-1 .btn-small{
    font-size: 14px;
}
.step-1 .btn-small.btn-extra-small{
    width: 35px;
    height: 35px;
    padding-top: 8px;
    background-size: contain;
    font-size: 10px;
}
.step-1 .btn-small.btn-extra-small i{
    margin-bottom: 8px;
}
.step-2 .btn-small{
    margin-top: 20px;
    font-size: 14px;
}
.step-3{
    text-align: center;
    padding: 10px 0px;
    height: 500px;
}
.step-3 p{
    padding: 0 15px;
    line-height: 18px;
}
.step-4{
    text-align: center;
    height: 147px;
    padding: 5px 0;
    position: relative;
}
.datasheet{
    background-color: #061737;
    width: 960px;
    padding: 10px;
}
.btn-small{
    display: block;
    width: 52px;
    height: 52px;
    background: url('/images/btn-small.png') no-repeat transparent center center;
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    line-height: 12px;
}
.btn-small:hover{
    text-decoration: none;
    color: #ffffff;
}
.btn-perspective{
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url('/images/btn-perspective.png') no-repeat transparent;
    margin: 0 auto;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    line-height: 25px;
    font-family: verdana;
}
.btn-perspective:hover{
    text-decoration: none;
    color: red;
}
.step-4 .btn-small{
    float: left;
    margin: 11px 0px 11px 3px;
    padding-top: 9px;
    font-size: 14px;
}
.step-4 .btn-small.save{
    margin-left: 14px;
}
.save i{
    display: block;
    width: 26px;
    height: 26px;
    background: url('/images/sprite.png') no-repeat transparent -1px -110px;
    margin: 0 auto 26px;
}
.save:hover i,.tour-tour-13-element .save i{
    background-position: -29px -110px;
}
.step-4 .btn-small.new-simulation{
    padding-top: 12px;
}
.new-simulation i{
    display: block;
    width: 27px;
    height: 27px;
    background: url('/images/sprite.png') no-repeat transparent -1px -139px;
    margin: 0 auto 17px;
}
.new-simulation:hover i,.tour-tour-14-element .new-simulation i{
    background-position: -30px -139px;
}
.step-4 .btn-small.send-mail{
    padding-top: 16px;
}
.send-mail i{
    display: block;
    width: 25px;
    height: 18px;
    background: url('/images/sprite.png') no-repeat transparent -1px -169px;
    margin: 0 auto 22px;
}
.send-mail:hover i,.tour-tour-15-element .send-mail i{
    background-position: -28px -169px;
}
.step-4 .btn-small.print{
    padding-top: 13px;
    margin-right: 0;
}
.print i{
    display: block;
    width: 27px;
    height: 25px;
    background: url('/images/sprite.png') no-repeat transparent 0px -189px;
    margin: 0 auto 22px;
}
.print:hover i,.tour-tour-16-element .print i{
    background-position: -28px -190px;
}
.btn-large{
    display: block;
    width: 97px;
    height: 97px;
    background: url('/images/btn-large.png') no-repeat transparent;
    margin: 0 auto;
    padding: 17px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    line-height: 12px;
}
.btn-large:hover{
    text-decoration: none;
    color: #ffffff;
}
#fancybox-gallery,#fancybox-folder,#fancybox-gallery-toolbox{
    display: none;
}
.fancybox-skin{
    color: #FFFFFF;
}
.iframe-pictures{
    padding-top: 15px;
}
.iframe-pictures i{
    display: block;
    width: 27px;
    height: 19px;
    background: url('/images/sprite.png') no-repeat transparent 0 -271px;
    margin: 0 auto 21px;
}
.iframe-pictures:hover i{
    background-position: -28px -271px;
}
.iframe-extranet i{
    display: block;
    width: 27px;
    height: 19px;
    background: url('/images/sprite.png') no-repeat transparent -1px -110px;
    margin: 0 auto 21px;
}
.iframe-extranet:hover i{
    background-position: -29px -110px;
}
.iframe-map{
    padding-top: 12px;
    margin-left: 6px;
}
.iframe-map i{
    display: block;
    width: 18px;
    height: 26px;
    background: url('/images/sprite.png') no-repeat transparent -1px -245px;
    margin: 0 auto 17px;
}
.iframe-map:hover i{
    background-position: -19px -245px;
}
.iframe-decorations{
    padding-top: 12px;
    margin-left: 6px;
}
.iframe-decorations i{
    display: block;
    width: 25px;
    height: 24px;
    background: url('/images/sprite.png') no-repeat transparent -36px -217px;
    margin: 0 0 18px 13px;
}
.iframe-decorations:hover i{
    background-position: -62px -217px;
}
.iframe-toolbox{
    padding-top: 13px;
}
.iframe-toolbox i{
    display: block;
    width: 23px;
    height: 23px;
    background: url('/images/sprite.png') no-repeat transparent -37px -244px;
    margin: 0 auto 19px;
}
.iframe-toolbox:hover i{
    background-position: -63px -244px;
}
#control{
    position: relative;
    width: 233px;
    margin: 0 auto;
}
#notice{
    position: absolute;
    z-index: 10;
    top: -20px;
    right: 80px;
    padding: 10px;
    width: 400px;
    display: none;
    color: #ff3a3a;
    font-weight: bold;
    font-size: 1.4rem;
    background: url('/images/login-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#noticeFolder{
    display: none;
    color: red;
}
.perspective{
    margin: 0;
}
.perspective span{
    display: block;
}
/* CONTROL */
.map-hover {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
#temp-content{
    -webkit-perspective: 250px;
    -moz-perspective: 250px;
    -ms-perspective: 250px;
    perspective: 250px;
}
/* FILTRE */
.night-filter{
    position: relative;
    overflow: hidden;
    float: left;
}
.night-form{
    display: none;
    margin-left: 180px;
}
.night-form label{
    margin-right: 5px;
    cursor: pointer;
}
.night-mask{
    display: none;
    position: absolute;
    top: 0;
    width: 300px;
}
.night-mask.active,.night-form.active{
    display: block;
}
/* tutorial */
.tour-tour{
    color: #000;
    text-align: justify;
}
.tour-tour .btn{
    color: #000;
    border-color: #000;
    padding: 0 5px;
    margin-right: 3px;
}
.popover-title{
    font-size: 21px;
}
.tour-step-backdrop,.tour-step-background{
    background: #010d22;
}
.tour-tour-element #map,.tour-tour-element .perspective{
    display: none !important;
}
.tour-tour-3-element #map-up-hover,.tour-tour-3-element #map-down-hover,.tour-tour-3-element #map-right-hover,.tour-tour-3-element #map-left-hover,
.tour-tour-4-element #map-duplicate-hover,.tour-tour-5-element #map-mirror-hover,.tour-tour-6-element #map-before-hover,.tour-tour-7-element #map-delete-hover,
.tour-tour-8-element #map-reduce-hover,.tour-tour-9-element #map-increase-hover,.tour-tour-10-element #map-reset-hover,.tour-tour-11-element .perspective{
    display: block !important;
}
/* PAGE EXTERIEURE */
#external-inscription{
    width:220px;
    white-space:normal;
    padding:0;
    margin-top: 20px;
}
/* IFRAME */
#iframe{
    background: none;
    min-height: 270px;
    height: 90%;
}
#iframe .content{
    padding: 0 15px;
}
#iframe .btn,#fancybox-gallery .btn{
    height: 38px;
}
#iframe-html{
    background: none;
    height: 90%
}
.fancybox-skin{
    background: url('/images/login-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pictures-gallery-item img{
    cursor: pointer;
}
.pictures-gallery-item p{
    position: relative;
}
.pictures-gallery-item i.fa{
    position: absolute;
    left: 15px;
    top: 5px;
}
.pictures-gallery-item,.datasheet-item{
    display: inline-block;
    margin: 10px;
    width: 180px;
    text-align: center;
    position: relative;
    border: 1px solid rgba(255,255,255,0.2)
}
.datasheet-item.not-rated{
    border-color: red;
}
.pictures-gallery-item.VIP:before{
    content: "VIP";
    background-color: #f40a40;
    width: 35px;
    height: 20px;
    font-size: 16px;
    font-family: "Open Sans";
    position: absolute;
    top: 0;
    left: 0;
}
#fancybox-gallery .pictures-gallery-item{
    width: 205px;
}
.category a{
    margin: 0 5px;
    text-decoration: underline;
}
.category a:hover{
    text-decoration: none;
}
.item-actions{
    text-align: center;
}
.table > tbody > tr > td{
    vertical-align: middle;
}
.col-lg-12{
    /*margin-left: 50px;*/
}
i.fa{
    margin: 0 5px;
}
i.fa-question{
    font-size: 18px;
}
#tuto:hover i{
    color: red;
}
.table-gi{
    width: 100%;
}
td,th{
    padding: 2px;
}
ul{
    margin: 0;
    list-style: none;
}
.table ul{
    list-style: disc;
    padding: 0;
}
.table .cell_Folders ul{
    list-style: none;
}
.color-red{
    color: red;
}
.padding-right{
    padding-right: 10px;
}
.padding-top{
    padding-top: 10px;
}
.ui-front{
    z-index: 9999 !important;
}
.ui-autocomplete{
    padding: 0;
    width: 260px;
}
.no-margin{
    margin: 0 !important;
}
.control-label.required:after{
    content: ' *';
}

.decoration-unit-discount-price{
    display: none;
}
.decoration-unit-discount-price.discountOn{
    display: unset;
}
.js-separation-description, .separateur-before{
    display: none;
}
.js-separation-description.js-separation-on, .separateur-before.js-separation-on{
    display: unset;
}

.in-menu-update-btn{
    margin-top: 0.4rem;
}

.title-VIP{
    color: #f00a3f;
    font-weight: bold;
}

.specific-planning-edit-graphic-part,
.specific-planning-edit-be-part{
    border: 3px solid white;
    margin-bottom: 1rem;
}

/* ==========================================================================
   CSS for jquery-autocomplete
   ========================================================================== */
.ac_results {
    color: #333333;
}
/* ==========================================================================
   CSS for STREET VIEW
   ========================================================================== */
input.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background: #fff;
    color: #000;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}
.catch,.street-view{
    display: none;
}
.catch.active,.street-view.active{
    display: block;
}
.catch .night-form{
    margin-left: 250px;
    margin-bottom: 10px;
}
.btn-sm{
    font-size: 14px;
    padding: 5px 10px;
    line-height: 1.5;
}
.btn-validate, .btn-validate:hover, .btn-get-grease, .btn-get-grease:hover{
    background-color: #00a65a;
}
.btn-get-original-grease, .btn-get-original-grease:hover{
    background-color: #721e94;
}
.btn-validate.desactivated, .btn-validate.desactivated:hover{
    cursor: default;
}
/****************  PLANNING **********************/
.gantt-container{
    width: 100%;
    overflow: hidden;
}
.planning-content{
    width: 100%;
    margin-bottom: 20px;
    background: url('/images/login-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.form-planning .form-group{
    padding: 0 20px 10px;
}
.form-planning .radio{
    margin-right: 10px;
}
.form-planning .control-label,.form-planning .form-control-label{
    margin-right: 10px;
}
.gantt_grid_head_cell.gantt_grid_head_add.gantt_last_cell{
    display: none;
}
.gantt_row[aria-level="0"]{
    font-weight: bold;
}
.gantt_row[aria-level="1"] .gantt_add{
    display: none;
}
.child_preview{
    box-sizing: border-box;
    margin-top: 2px;
    position: absolute;
    z-index: 1;
    color: white;
    text-align: center;
    font-size: 12px;
}
.gantt_task_line.task_collapsed{
    height: 4px;
    opacity: 0.25;
}
.gantt_task_line.gantt_project.task_collapsed .gantt_task_content{
    display: none;
}
.gantt_task_cell.week_end{
    background-color: #EFF5FD;
}
.gantt_task_row.gantt_selected .gantt_task_cell.week_end{
    background-color: #F8EC9C;
}
.gantt_cal_light textarea{
    background: none;
    color: #727272;
}
.gantt_cal_light input[type=text]{
    background: none;
    color: #727272;
    border: 1px solid #CECECE;
}
.fc-view-container{
    background-color: #ffffff;
    color: #727272;
}
.fc-sat,.fc-sun {
    border-color: black;
    background-color: #EFF5FD;
}
.fc-unthemed td.fc-today,.fc-today{
    background-color: #FBCACA;
}
.fc-resource-area.fc-widget-header{
    width: 240px;
}
.fc-timeline-event{
    cursor: pointer;
}
.tooltip {
    position: fixed;
}
.tooltip-inner{
    max-width: 100%;
}
.alert-danger{
    padding: 5px;
}
.select2-container input{
    color: #727272;
}
#fancybox-task{
    display: none;
}
#fancybox-task label{
    font-size: 25px;
}
#fancybox-task p{
    margin-bottom: 25px;
}
.picadiff .right .equal, .picadiff .left .equal {
    background-color: transparent;
}
.picadiff .right .deletion, .picadiff .left .deletion,
.picadiff .right .insertion, .picadiff .left .insertion{
    background-color: #f00a3f;
}

.log-title{
    border-top: 1px solid white;
}


/* ==========================================================================
   CSS SONATA
   ========================================================================== */
.content-wrapper{
    background-color: transparent;
    margin-left: 0;
}
.navbar-default{
    background-color: transparent;
    border: none;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a,.navbar-default .navbar-brand,.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
    color: #ffffff;
}
.box.box-primary{
    border: none;
    margin: 0;
    box-shadow: none;
}
.box{
    background: transparent;
}
.box .box-body{
    padding: 10px 20px;
}
.table-striped > tbody > tr:nth-of-type(2n+1){
    background-color: transparent;
}
.box-footer{
    background-color: transparent;
}
.breadcrumb{
    background-color: transparent;
    margin: 0;
}
.breadcrumb > .active{
    color: #ffffff;
}
.breadcrumb.nav > li > a{
    display: inline-block;
}
.navbar-top-links li a, .navbar-top-links li span{
    padding: 0;
    min-height: auto;
}
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus{
    color: #ffffff;
    background-color: transparent;
}
.content .box-title{
    color: #ffffff;
}
.info-box{
    background-color: transparent;
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body{
    background-color: transparent !important;
}
.sonata-ba-form-actions.well{
    background-color: transparent;
}
.form-actions.stuck{
    position: static;
    margin-left: 0;
}
.fa-pencil:before{
    content: "\f303";
}
.fa-square-o:before {
    content: "\f0c8";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}
.fa-check-square-o:before {
    content: "\f14a";
}
.modal-content{
    background: url('/images/login-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
}
.modal-content .box-title{
    color: #ffffff;
}
.modal-header .close{
    opacity: 1;
    color: #ffffff;
}
.field-short-description{
    background: url('/images/btn-background.png') repeat transparent;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    height: 38px;
}
.nav-tabs-custom,.nav-tabs-custom > .tab-content,
.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a{
    background-color: transparent;
    color: #ffffff;
}
.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a{
    color: #f00a3f;
}
.nav-tabs-custom > .nav-tabs > li{
    margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a{
    color: #ffffff;
    text-decoration: underline;
}
.nav-tabs-custom > .nav-tabs > li.active{
    border: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    border: none;
}
.nav-tabs-custom>.nav-tabs>li{
    border: none;
}
.proposition-content{
    counter-reset: counterProposition;
}
.proposition-content .sonata-ba-tabs > div{
    margin-bottom: 50px;
    border: 2px solid;
}
.proposition-content .sonata-ba-tabs > div > .form-group{
    padding-left: 15px;
}
.proposition-content .sonata-ba-tabs .form-group .sonata-ba-tabs > div{
    margin-bottom: 10px;
    border-bottom: none;
}
.proposition-content .sonata-ba-tabs li:nth-of-type(1) a::after{
    counter-increment: counterProposition;
    content: counter(counterProposition);
}
.proposition-content .field-short-description{
    min-width: 90px;
}
.proposition-content .sonata-ba-field-inline-table input{
    width: 75px;
}
.proposition-content .sonata-ba-field-inline-table th{
    font-size: 15px;
}
.proposition-content .sonata-ba-field-inline-table .btn-sm{
    padding: 5px;
}
.proposition-content .sonata-ba-field-inline-table .btn-sm i.fa{
    margin: 0;
}
.proposition-content .sonata-ba-field-inline-table textarea{
    min-height: 120px;
}
.separateur-before{
    color: red;
    margin-bottom: 0.5rem;
}
.sonata-ba-view-container:nth-child(2n) td, .sonata-ba-view-container:nth-child(2n) th,
.sonata-ba-view-container:nth-child(2n):hover td, .sonata-ba-view-container:nth-child(2n):hover th{
    background-color: transparent;
}
.info-calc{
    margin: 0 10px;
    padding: 0 7px;
    background-color: black;
    font-style: normal;
    font-weight: bold;
    border-radius: 15px;
}

.sonata-ba-field-error-messages *{color:#f00a3f;}

.variant-decoration-colored-description{display: none;}

.variant-decoration-price::placeholder{
    color: #ff4444 !important;
}

.deletion{background-color: #f00a3f;}

.specific-quotation-container .form-header{
    border-bottom: 1px solid white;
}
.specific-quotation-container .form-header .sonata-ba-collapsed-fields>div{
    display: flex;
}
.specific-quotation-container .form-header .sonata-ba-collapsed-fields>div>div{
    margin-right: 3rem;
}
.nomenclature{
    display: flex;
    border-bottom: 1px solid white;
}
.nomenclature>div{
    width: 50%;
    margin: 1rem;
}
.nomenclature .prefooter .form-group,
.nomenclature .postfooter .form-group{
    display: inline-block;
    margin-right: 2rem;
}
.nomenclature .footer .form-group{
    display: inline-block;
}
.nomenclature .footer{
    display: flex;
    flex-direction: row;
}
.nomenclature .comment-container{
    flex-grow: 1;
    margin-right: 2rem;
}
.nomenclature .comment-container .form-group{
    width: 100%;
}
.specific-quotation-container .distance-container label, .specific-quotation-container .distance-container input{
    display: inline-block;
    width: auto;
    margin-bottom: 1rem;
}

.nomenclature .title{
    display: flex;
}
.nomenclature .title h4{
    white-space: nowrap;
    margin-right: 1rem;
    font-size: 1rem;
}
.nomenclature .title span{
    width:100%;
    border-bottom: 1px solid white;
    line-height:0.1em;
    margin:10px 0 20px;
    flex-grow: 1;
}
.nomenclature .main-content{
    margin-bottom: 2rem;
}
.nomenclature h3{
    text-align: center;
    margin: 0;
    font-size: 1.2rem;
}
.nom-BE{
    border: 1px solid white;
}

.be-modification-container{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 100;
}
.be-modification{
    width: 90vw;
    margin: 5vh 5vw;
    height: 90vh;
}
.be-modification .nomenclature-item{
    justify-content: space-between;
}
.be-modification .nomenclature-item .reference, .be-modification .item{
    padding: 0.2rem 1rem;
    min-height: 2rem;
    min-width: 4.5rem;
    background-color: #021536;
}
.be-modification .nomenclature-item .quantity{
    padding: 0.2rem 1rem;
    min-height: 2rem;
    min-width: 2.5rem;
    background-color: #021536;
}
.nomenclature .be-different{
    background-color: #DD4B39 !important;
}
.reference-error{
    color: #DD4B39 !important;
}

.nomenclature .nomenclature-item{
    display: flex;
    border: 1px solid rgba(255,255,255,0.3);
}
.nomenclature .nomenclature-item .quantity{
    margin: 0 0.3rem 0 0.2rem;
}
.nomenclature .nomenclature-item .reference{
    margin-left: 0.3rem;
}

.vich-image-link{
    max-width: 200px;
}

.mask-grease{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: #09f;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #09f;
}

#file-manager-iframe{
    height: calc(100vh - 120px);
}
.extranet-iframe-import{
    min-height: 80vh;
}
.iframe-choices{
    margin-bottom: 1.5rem;
}