ul{
    padding: 0;
    list-style-type: none;
}

/****SURCHARGE THEME NIFTY****/
/*.navbar-brand{
    overflow: visible;
}

.navbar-brand img{
    height: 220.5px;
}
@media (max-width:800px) {
.navbar-brand img{
    height: 55px;
}
}*/

.change-auth-selected{
    background: rgb(101,166,61);
}
#body-numerique .change-auth-selected{
    background: rgb(128,0,128);
}
#body-agm .change-auth-selected{
    background: rgb(23,45,76);
}
.change-auth-selected a:hover,.change-auth-selected i:hover{
    color: white !important;
}

.li-title{
	text-align: center;
	padding-top: 10px;
}

.brand-text{
    color: rgb(101,166,61);
    font-size: 14px;
    /*margin-left: 5px;*/
}

#body-numerique .brand-text{
    color: rgb(128,0,128);
}

#body-agm .brand-text{
    color: rgb(23,45,76);
}

#navbar .brand-title {
    padding: 0 15px 0 73px;
}

@media (max-width:800px) {
    .navbar-brand .brand-title{
        display: none;
    }
}

#container:not(.mainnav-sm) #mainnav-menu-wrap > .nano > .nano-content {
    padding-top: 0;
}

#profile-nav > .active-link > a, #profile-nav > .active-link > a:hover {
    color: #fff;
    padding-left: 20px;
    font-weight: 600;
    background-color: rgb(101,166,61);
    margin: 0 5px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 3px;
}

#body-numerique #profile-nav > .active-link > a, #body-numerique #profile-nav > .active-link > a:hover {
    background: rgb(128,0,128);
}

#body-agm #profile-nav > .active-link > a, #body-agm #profile-nav > .active-link > a:hover {
    background: rgb(23,45,76);
}
#profile-nav > .active-link > a i, #profile-nav > .active-link > a:hover i {
    color: #fff;
}
#mainnav-menu > .active-link > a, #mainnav-menu > .active-link > a:hover {
    background-color: rgb(101,166,61);
}

#body-numerique #mainnav-menu > .active-link > a, #body-numerique #mainnav-menu > .active-link > a:hover {
    background: rgb(128,0,128);
}

#body-agm #mainnav-menu > .active-link > a, #body-agm #mainnav-menu > .active-link > a:hover {
    background: rgb(23,45,76);
}

#mainnav-menu i{
    font-size: 16px;
}

#container.mainnav-sm #mainnav-menu > .active-link > a, #container.mainnav-sm #mainnav-menu > .active-link a:hover{
    background: rgb(101,166,61);
}

#body-numerique #container.mainnav-sm #mainnav-menu > .active-link > a, #body-numerique #container.mainnav-sm #mainnav-menu > .active-link a:hover{
    background: rgb(128,0,128);
}

#body-agm #container.mainnav-sm #mainnav-menu > .active-link > a, #body-agm #container.mainnav-sm #mainnav-menu > .active-link a:hover{
    background: rgb(23,45,76);
}

.panel-purple .panel-heading, .panel-purple .panel-footer, .panel-purple.panel-colorful {
    background-color: rgb(101,166,61);
    border-color: rgb(101,166,61);
}

#body-numerique .panel-purple .panel-heading, #body-numerique .panel-purple .panel-footer, .panel-purple.panel-colorful {
    background-color: rgb(128,0,128);
    border-color: rgb(128,0,128);
}

#body-agm .panel-purple .panel-heading, #body-agm .panel-purple .panel-footer, .panel-purple.panel-colorful {
    background-color: rgb(23,45,76);
    border-color: rgb(23,45,76);
}

.panel-bordered-purple, .panel-purple.panel-bordered {
    border: 1px solid rgb(101,166,61);
}

#body-numerique .panel-bordered-purple, #body-numerique .panel-purple.panel-bordered {
    border: 1px solid rgb(128,0,128);
}

#body-agm .panel-bordered-purple, #body-agm .panel-purple.panel-bordered {
    border: 1px solid rgb(23,45,76);
}

/*menu gauche*/
#mainnav{
    background: #ffffff;
}

#mainnav a{
    /*color: rgb(56,56,56);*/
    color: #000000;
}

#mainnav a:hover{
    color: rgb(101,166,61) !important;
}

#body-numerique #mainnav a:hover{
    color: rgb(128,0,128) !important;
}

#body-agm #mainnav a:hover{
    color: rgb(23,45,76) !important;
}

#mainnav .active-link a:hover{
    color: #ffffff !important;
}

#container.mainnav-sm #mainnav-menu > .active-link > a{
    background: rgb(101,166,61);
}

#body-numerique #container.mainnav-sm #mainnav-menu > .active-link > a{
    background: rgb(128,0,128);
}

#body-agm #container.mainnav-sm #mainnav-menu > .active-link > a{
    background: rgb(23,45,76);
}

#mainnav-profile, .mainnav-profile .profile-wrap {
    background: #ffffff;
    color: #ffffff;
}

#mainnav-profile{
    visibility: hidden;
}

.mainnav-profile .profile-wrap img{
    visibility: hidden;
}

/*menu header*/ 
.navbar-content{
    background: rgb(101,166,61);
}

#body-numerique .navbar-content{
    background: rgb(128,0,128);
}

#body-agm .navbar-content{
    background: rgb(23,45,76);
}

#logout:hover > i, #logout:active > i, #logout:hover, #logout:active{
    color: rgb(101,166,61) !important;
}

#body-numerique #logout:hover > i, #logout:active > i, #body-numerique #logout:hover, #logout:active{
    color: rgb(128,0,128) !important;
}

#body-agm #logout:hover > i, #logout:active > i, #body-agm #logout:hover, #logout:active{
    color: rgb(23,45,76) !important;
}

.navbar-content a, .navbar-content a i{
    color: #ffffff !important;
}

.navbar-content a.text-dark, .navbar-content a.text-dark i{
    /*color: rgb(56,56,56) !important;*/
    color: #000000 !important;
}
.navbar-top-links > li > a:hover{
    background: rgb(101,166,61) !important;
    color: #d9d9d9 !important;
}

#body-numerique .navbar-top-links > li > a:hover{
    background: rgb(128,0,128) !important;
}

#body-agm .navbar-top-links > li > a:hover{
    background: rgb(23,45,76) !important;
}

.navbar-header::before{
    background: #ffffff !important;
}



.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: rgb(101,166,61);
    border-color: rgb(101,166,61);
}

#body-numerique .pagination > .active > a, #body-numerique .pagination > .active > span, #body-numerique .pagination > .active > a:hover, #body-numerique .pagination > .active > span:hover, #body-numerique .pagination > .active > a:focus, #body-numerique .pagination > .active > span:focus {
    background-color: rgb(128,0,128);
    border-color: rgb(128,0,128);
}

#body-agm .pagination > .active > a, #body-agm .pagination > .active > span, #body-agm .pagination > .active > a:hover, #body-agm .pagination > .active > span:hover, #body-agm .pagination > .active > a:focus, #body-agm .pagination > .active > span:focus {
    background-color: rgb(23,45,76);
    border-color: rgb(23,45,76);
}

.scroll-top.in {
    background-color: rgb(101,166,61);
}

#body-numerique .scroll-top.in {
    background-color: rgb(128,0,128);
}

#body-agm .scroll-top.in {
    background-color: rgb(23,45,76);
}

/*fonts*/
body{
    /*color: rgb(56,56,56);*/
    color: #000000;
}
.page-header{
    /*color: rgb(56,56,56);*/
    color: #000000;
}
.btn-default{
    background: #e0e0e0;
}
.btn-default, .btn-default:hover{
/*    color: rgb(56,56,56);*/
    color: #000000;
}

h1.panel-title{
    font-size: 2em;
}

h2{
    color: rgb(101,166,61) !important;
}

#body-numerique h2{
    color: rgb(128,0,128) !important;
}

#body-agm h2{
    color: rgb(23,45,76) !important;
}

h3{
    font-size: 20px;
    color: rgb(101,166,61) !important;
}

#body-numerique h3, [data-impression="numerique"] h3{
    font-size: 20px;
    color: rgb(128,0,128) !important;
}

#body-agm h3, [data-impression="agm"] h3{
    font-size: 20px;
    color: rgb(23,45,76) !important;
}

.panel-purple h3{
    color: #ffffff !important;
}

.panel-purple .panel-body-cgv h3{
    color: rgb(101,166,61) !important;
}

#body-numerique .panel-purple .panel-body-cgv h3{
    color: rgb(128,0,128) !important;
}

#body-agm .panel-purple .panel-body-cgv h3{
    color: rgb(23,45,76) !important;
}

.navbar-top-links > .open > a,.navbar-top-links > .open > a:hover,.open .fa, .head-list a, .head-list .fa{
    /*color: rgb(56,56,56) !important;*/
    color: #000000 !important;
}

#page-content {
    font-size: 13px;
	padding: 20px 0;
}

#menu-travail {
    font-size: 16px;
}

h1.page-header{
    padding-left: 0;
}

#page-title hr{
    margin: 0;
    background-color: rgb(16,16,16);
    width: 50%;
    margin-left: 3px;
    text-align: left;
}

.breadcrumb{
    padding-left: 18px;
}


.btn-full-circle{
    width: 40px;
    height: 40px;
    padding-left: 10px;
    display: flex;
    position: relative;
    z-index: 1;
}

.btn-full-circle i{
    margin: auto;
}

.page-header .btn-full-circle{
    border: solid 1px #000000 !important;
    margin-top: 7px;

}

.page-header .btn-primary{
    border-radius: 6px;
}

.page-header .btn-primary i{
    padding-right: 5px;
}

.form-control:focus{
    border-color: rgb(101,166,61) !important;
}

#body-numerique .form-control:focus{
    border-color: rgb(128,0,128) !important;
}

#body-agm .form-control:focus{
    border-color: rgb(23,45,76) !important;
}

.searchbox .custom-search-form .input-group-btn:before,.pace .pace-activity{background-color:rgb(101,166,61)}

#body-numerique .searchbox .custom-search-form .input-group-btn:before, #body-numerique .pace .pace-activity{background-color:rgb(128,0,128)}

#body-agm .searchbox .custom-search-form .input-group-btn:before, #body-agm .pace .pace-activity{background-color:rgb(23,45,76)}

.search{
    background-color: #ffffff !important;
}

.filter{
    float: left !important;
    /*margin-left: 1% !important;*/
    margin-right: 1% !important;

}

.dropdown-menu:not(.head-list) > li > a:hover {
    background-color: rgb(101,166,61);
}

#body-numerique .dropdown-menu:not(.head-list) > li > a:hover {
    background-color: rgb(128,0,128);
}

#body-agm .dropdown-menu:not(.head-list) > li > a:hover {
    background-color: rgb(23,45,76);
}

.btn-primary,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary:focus{
    /*border: solid 1px rgb(101,166,61);*/
    border-color: rgb(101,166,61) !important;
    background: rgb(101,166,61);
}

#body-numerique .btn-primary,.btn-primary[disabled],#body-numerique .btn-primary[disabled]:hover,#body-numerique .btn-primary:focus,[data-impression="numerique"] .btn-primary,.btn-primary[disabled],[data-impression="numerique"] .btn-primary[disabled]:hover,[data-impression="numerique"] .btn-primary:focus{
    /*border: solid 1px rgb(101,166,61);*/
    border-color: rgb(128,0,128) !important;
    background: rgb(128,0,128);
}

#body-agm .btn-primary,.btn-primary[disabled],#body-agm .btn-primary[disabled]:hover,#body-agm .btn-primary:focus,[data-impression="agm"] .btn-primary,.btn-primary[disabled],[data-impression="agm"] .btn-primary[disabled]:hover,[data-impression="agm"] .btn-primary:focus{
    /*border: solid 1px rgb(101,166,61);*/
    border-color: rgb(23,45,76) !important;
    background: rgb(23,45,76);
}

.btn-primary:hover,.btn-primary:active{
    /*border: solid 1px black;*/
    border-color: rgb(101,166,61) !important;
    background: #ffffff;
    color: rgb(101,166,61);
}

#body-numerique .btn-primary:hover,#body-numerique .btn-primary:active, [data-impression="numerique"] .btn-primary:hover,[data-impression="numerique"] .btn-primary:active{
    /*border: solid 1px black;*/
    border-color: rgb(128,0,128) !important;
    background: #ffffff;
    color: rgb(128,0,128);
}

#body-agm .btn-primary:hover,#body-agm .btn-primary:active, [data-impression="agm"] .btn-primary:hover,[data-impression="agm"] .btn-primary:active{
    /*border: solid 1px black;*/
    border-color: rgb(23,45,76) !important;
    background: #ffffff;
    color: rgb(23,45,76);
}

.btn-success,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success:focus{
    border-color: rgb(0,159,227) !important;
    background: rgb(0,159,227);
}

.btn-success:hover,.btn-success:active{
    /*border: solid 1px black;*/
    border-color: rgb(0,159,227) !important;
    background: #ffffff;
    color: rgb(0,159,227);
}

.btn-danger:hover,.btn-danger:active,.btn-danger:focus{
    /*border: solid 1px black;*/
    border-color: #e2293c !important;
    background: #ffffff;
    color: #e2293c;
}

.badge-purple{
    background: rgb(101,166,61);
}

#body-numerique .badge-purple, [data-impression="numerique"] .badge-purple{
    background: rgb(128,0,128);
}

#body-agm .badge-purple, [data-impression="agm"] .badge-purple{
    background: rgb(23,45,76);
}

.label{
    border-radius: 0;
}

/*checkbox*/
.magic-checkbox:checked + label::before {
    background: rgb(101,166,61) !important;
    border: rgb(101,166,61) !important;
}

#body-numerique .magic-checkbox:checked + label::before {
    background: rgb(128,0,128) !important;
    border: rgb(128,0,128) !important;
}

#body-agm .magic-checkbox:checked + label::before {
    background: rgb(23,45,76) !important;
    border: rgb(23,45,76) !important;
}

.magic-radio:checked + label::before {
    border: 2px solid rgb(101,166,61) !important;
}

#body-numerique .magic-radio:checked + label::before {
    border: 2px solid rgb(128,0,128) !important;
}

#body-agm .magic-radio:checked + label::before {
    border: 2px solid rgb(23,45,76) !important;
}

.magic-radio + label::after{
    background: rgb(101,166,61) !important;
}

#body-numerique .magic-radio + label::after{
    background: rgb(128,0,128) !important;
}

#body-agm .magic-radio + label::after{
    background: rgb(23,45,76) !important;
}

.formEdit{
    margin-right: 5px;
}

progress::-moz-progress-bar { background: rgb(101,166,61); }
progress::-webkit-progress-value { background: rgb(101,166,61); }
progress { color: rgb(101,166,61); }

#body-numerique progress::-moz-progress-bar { background: rgb(128,0,128); }
#body-numerique progress::-webkit-progress-value { background: rgb(128,0,128); }
#body-numerique progress { color: rgb(128,0,128); }

#body-agm progress::-moz-progress-bar { background: rgb(23,45,76); }
#body-agm progress::-webkit-progress-value { background: rgb(23,45,76); }
#body-agm progress { color: rgb(23,45,76); }

.w10{
    width: 10px;
    margin-left: -47px;
}

.w200{
    width: 200px;
}

.w-100{
    width: 100% !important;
}

.grid{
    display: grid;
}

.datepicker thead, .datepicker .active{
    background-color: rgb(101,166,61) !important;
}

#body-numerique .datepicker thead, .datepicker .active{
    background-color: rgb(128,0,128) !important;
}

#body-agm .datepicker thead, .datepicker .active{
    background-color: rgb(23,45,76) !important;
}

.bg-primary{
    background-color: rgb(101,166,61);
}

#body-numerique .bg-primary{
    background-color: rgb(128,0,128);
}

#body-agm .bg-primary{
    background-color: rgb(23,45,76);
}

.list hr{
    background-color: rgb(101,166,61);
}

#body-numerique .list hr, [data-impression="numerique"] hr{
    background-color: rgb(128,0,128);
}

#body-agm .list hr, [data-impression="agm"] hr{
    background-color: rgb(23,45,76);
}

.not-active {
    pointer-events: none;
    cursor: default;
}

#footer{
    display: none;
}

.modal-footer .btn{
    border-radius: 6px;
}

table .btn{
    border-radius: 6px;
}

#mainnav-menu a{
    font-size: 14px !important;
    font-weight: bold !important;
}

#mainnav-menu i {
    padding: 0;
    vertical-align: middle;
    width: 25px;

}

.btn-send-wait{
    display: none;
}

.container-pagination{
    text-align: center;
}

textarea{ resize:none;}

.purple{
    color: rgb(101,166,61);
    font-weight: bold;
}

#body-numerique .purple{
    color: rgb(128,0,128);
    font-weight: bold;
}

#body-agm .purple{
    color: rgb(23,45,76);
    font-weight: bold;
}

.form-control,.filter-option{
    /*color: rgb(56,56,56);*/
    color: #000000;
}

.dropdown-menu li.change-auth-selected:not(.active) a:not(:hover) {
    /*color: rgb(56,56,56) !important;*/
    color: white !important;
}

.dropdown-menu li:not(.active) a:not(:hover) {
    /*color: rgb(56,56,56) !important;*/
    color: #000000 !important;
}

.dropdown-menu:not(.head-list) > li.selected > a{
    background-color: rgb(101,166,61);
    color: #ffffff !important;
}

#body-numerique .dropdown-menu:not(.head-list) > li.selected > a{
    background-color: rgb(128,0,128);
    color: #ffffff !important;
}

#body-agm .dropdown-menu:not(.head-list) > li.selected > a{
    background-color: rgb(23,45,76);
    color: #ffffff !important;
}

.modal-header{
    background: rgb(101,166,61);
}

#body-numerique .modal-header{
    background: rgb(128,0,128);
}

#body-agm .modal-header{
    background: rgb(23,45,76);
}

.modal-header h4{
    color: #ffffff;
}

.modal-header .close{
    color: #ffffff;
    opacity: 1;
    margin-top: -10px;
}

.modal-header .close:hover{
    opacity: 0.5;
}

.navbar-content .open .change-auth-selected a i,#body-numerique .navbar-content .open .change-auth-selected a i,#body-agm .navbar-content .open .change-auth-selected a i{
    color: white !important;
}

.navbar-content .open a i{
    color: rgb(101,166,61) !important;
}


#body-numerique .navbar-content .open a i{
    color: rgb(128,0,128) !important;
}

#body-agm .navbar-content .open a i{
    color: rgb(23,45,76) !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin:0;
}

/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button { 
    -o-appearance: none;
    margin:0
}

#mainnav .nano-pane{
    display: none !important;
}

#mainnav .nano-content{
    overflow: hidden;
}

.not-found{
    display: none;
    text-align: center;
}

#search-zone .bootstrap-select{
    width: 275px !important;
}

.dropdown-menu > li > a {
    font-size: 13px !important;
}

.mainnav-lg .navbar-brand{
    display: flex;
    justify-content: center;
    overflow: visible;
}

.mainnav-lg .navbar-brand img{
    height: 128px;
    width: 128px;
    /*margin-top: -25px;*/
}

#logout i{
    color: #ffffff !important;
}

#container:not(.mainnav-sm) #mainnav-menu {
    margin-top: 80px;
}

.dropdown-menu:not(.datepicker):not(.dropdown-menu-md){
    max-height: 150px !important;
}

.text-main,.text-muted{
    /*color: rgb(56,56,56);*/
    color: #000000;
}

#container .table th{
    /*color: rgb(56,56,56);*/
    color: #000000;
}

.breadcrumb li a,.breadcrumb li{
    color: rgb(101,166,61) !important;
}

#body-numerique .breadcrumb li a,.breadcrumb li{
    color: rgb(128,0,128) !important;
}

#body-agm .breadcrumb li a,.breadcrumb li{
    color: rgb(23,45,76) !important;
}

.nano > .nano-pane {
    width: 8px;
}

.nano > .nano-pane > .nano-slider {
    background-color: rgb(101,166,61);
}

#body-numerique .nano > .nano-pane > .nano-slider {
    background-color: rgb(128,0,128);
}

#body-agm .nano > .nano-pane > .nano-slider {
    background-color: rgb(23,45,76);
}

table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc::after,table.dataTable thead .sorting::after{
    opacity: 1 !important;
}

#lz_overlay_chat i.fa{
    font-family: FontAwesome !important;
	color: #ffffff;
	font-size: 24px;
	margin-right: 10px;
	margin-top: -5px;
}

#lz_chat_apa{
	display: none;
}

.lz_chat_header h2{
	color: #ffffff !important;
}

#lz_chat_overlay_text{
	width: 139px !important;
}

#txt_assist{
		color: #ffffff !important;
		font-size: 16px !important;
		padding-top:5px;
}

#a114{
	height: 240px !important;
	resize: none !important;
}

.login_logo{
    width: 300px;
    height: 300px;
}

.lost-password-div{
    margin-top: 10px;
}

#lost-password-form{
    display: none;
}

.username {
    line-height: 27px;
}

.label-production {
  background-color: black;
}

.label-production[href]:hover, .label-primary[href]:focus {
  background-color: black;
}

.badge-red{
    background: red;
}

.panel-title .badge-red{
    margin-top: 11px;
    line-height: 20px;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

#devis-multi-devis fieldset{
    width: 95%;
    float: left;
    /*margin-top: -15px;*/
}

#devis-multi-devis legend{
    font: 16px;
}

#devis-multi-devis .form-group{
    margin-bottom: 5px;
}

#devis-multi-devis .add-multi{
    margin-top: 12px !important;
}

legend{
    width: auto;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
}

.help-block{
    display: none;
}

.float-none{
    float: none;
}

.error{ 
    color: #a94442;;
}

.col-dimensions{
    margin-top: 20px;
}

.open{
    z-index: 99999;
}

.magic-radio:focus + label:before,
.magic-checkbox:focus + label:before {
  box-shadow: unset !important;
  transition: unset !important;
}

.magic-radio:checked:focus + label:before,
.magic-checkbox:checked:focus + label:before {
  box-shadow: unset !important;
}

.username{
    margin-top: 13px;
}

#navbar .fa:hover{
    color: #fff !important;
}

#panel-bat{
    text-align: right;
    padding-right: 0;
}

#panel-bat button{
    margin-right: 5px;
}

#panel-bat button:last-child{
    margin-right: 0;
}

#panel-bat .btn{
    padding: 4px 10px;
}

#panel-infos{
    border-right: 5px solid rgb(101,166,61);
    border-radius: 0;
}

#body-numerique #panel-infos{
    border-right: 5px solid rgb(128,0,128);
}

#body-agm #panel-infos{
    border-right: 5px solid rgb(23,45,76);
}

.pastille_new {
    color: white;
    /*background-color: #3333FF;*/
    background-color: rgb(101,166,61);
    font-weight: bold;
    margin-left: 5px;
    padding: 1px 5px;
    border-radius: 7px;
    font-size: small;
    cursor: pointer;
}

#body-numerique .pastille_new {
    background-color: rgb(128,0,128);
}

#body-agm .pastille_new {
    background-color: rgb(23,45,76);
}

.left{
    width: 142px;
    text-align: left;
    display: inline-block;
}

.lines{
    /*margin-bottom: 35px;*/
    height: 35px;
}

.pages{
    float: left;
}

@media (min-width: 768px){
    #container.mainnav-sm .brand-icon {
        width: 55px;
        height: 55px;
    }
}

::selection{
    background-color: rgb(101,166,61);
}

#body-numerique ::selection{
    background-color: rgb(128,0,128);
}

#body-agm ::selection{
    background-color: rgb(23,45,76);
}

.dropdown-menu-client-list{
    min-width: 209px;
}

#search-zone{
	display: flex;
}

#search-zone .bootstrap-select{
	margin-bottom: 0;
}

@media (max-width: 973px) {
	#mainnav-menu-wrap #mainnav-menu{
		margin-top: 0 !important;
	}


	#search-zone:not(.search-zone-devis) .bootstrap-select
	{
	  width: 207px !important;
	}
	
	#search-zone.search-zone-devis .bootstrap-select{
		width: 150px !important;
	}

	#go-to-devis{
		display: none !important;
	}

	.panel h3{
		align-items: flex-start !important;
		flex-direction: column;
	}

	.panel h3 .flex-center{
		text-align: left;
	}
	

	.panel h3 .name{
		float: none;
		width: 100%;
		display: block;
		margin-top: -10px;
		margin-bottom: 1px;
	}

	#panel-bat{
	  text-align: left;
	  height: inherit;
	  max-height: inherit;
	}

	.panel .delete-devis{
		margin-top: -11px;
		margin-right: -8px;
		font-size: 1em;
		width: 30px;
		height: 30px;
		padding-left: 7px;
		padding-top: 5px;
	}

}
@media (max-width: 450px) {
	.login_logo{
		margin-left: -33px;
	}
}

.red{
    color: red;
    list-style: none;
}

.orange{
    color: darkorange;
    list-style: none;
}