#menu {
    position: fixed;
    width: 60px;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 5px 5px #000;
    background: linear-gradient(-45deg, #004D40, #2962FF, #512DA8, #7B1FA2);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}
#menu img.imgLogo {
    display: inline-block;
    margin: 20px 10%;
    width: 80%;
}

#menu .innerMenu {
    opacity: 0;
    transition: all 0.3s ease;
}

#menu:hover {
    width: 230px;
    overflow-x: hidden;
    overflow-y: auto;
}
#menu:hover .innerMenu {
    opacity: 1;
}

#menu #menuText {
    color: #fff;
    position: absolute;
    top: 50%;
    font-size: 45px;
    left: -80px;
    transform: rotate(-90deg);
    transition: all 0.3s ease;
}
#menu:hover #menuText {
    opacity: 0;
}




#page-body {
    position: fixed;
    width: calc(100% - 60px);
    left: 60px;
    top: 0;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    z-index: 9;    
}

#menu ul {

}
#menu ul li {
    width: 230px;
}
#menu ul li.title {
    padding-left: 10px;
    color: #fff;
    line-height: 40px;
    font-size: 21px;
    font-weight: lighter;
    margin: 5px 0;
}
#menu ul li a {
    white-space: nowrap;
    display: inline-block;
    width: 230px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
}
#menu ul li a i {
    display: inline-block;
    width: 60px;
    height: 30px;
    text-align: center;
    margin-right: 5px;
    font-size: 16px;
    position: relative;
}
#menu ul li a i span.notif {
    position: absolute;
    top: -5px;
    right: 10px;
    background: red;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 13px;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: blink 1s steps(20, start) infinite;
}
@keyframes blink {
    to {opacity: 0.3;}
}

#menu ul li a:hover {
    cursor: pointer;
    background: #fff;
    color: #333;
}


#menu ul li.logo {
    background: #353535;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
}


@keyframes gradient {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}









.nav-tabs li a {
    font-size: 16px;
}





.bloc .inner-block {
    padding: 0;
    padding-bottom: 20px;
    background: #fff;
}
.bloc .inner-block {
    border: 1px solid #ccc;
    vertical-align: top;
}
.bloc .inner-block .title {
    width: 100%;
    text-align: left;
    background: #f4f4f4;
    padding-left: 20px;
    line-height: 30px !important;
    font-weight: lighter;
    border-color: #ccc;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    margin: 0 0 25px 0;
    box-shadow: 0 4px 4px #aaa;
}
.bloc .inner-block .title::before {
    content : '▼';
    margin-right: 10px;
    color: #888;
    float: right;
}
.bloc .inner-block>* {
    padding: 10px;
}
.bloc .inner-block>div>strong {
    display: block;
    text-align: center;
    font-size: 16px;
}

#api #api-menu {
    min-height: 100px;
    max-height: 100px;
    background: #fff;
}
#api #api-body {
    height: calc( 100% - 135px);
    top: 100px;
    padding: 0 !important;
}
#api-body-entetes {
    top: 101px !important;
}
#api-body-items {
    height: calc(100% - 171px);
    top: 135px !important;
}

#api-menu-body {
    padding: 0!important;
    height: 100px !important;
    background: #f4f4f4;
}
#api-menu-body .nav {
    padding-top: 5px;
    height: 30px;
    margin-bottom: 0 !important;
}
#api-menu-body .nav>li:first-child {
    margin-left: 10px;
}
#api-menu-body .tab-content {
    height: 70px !important;
    margin : 0 !important;
    background: #fff;
    vertical-align: top;
    padding: 0;
}

#api-menu-body .nav a {
    line-height: 23px;
    padding: 0 8px;
    border-radius: 0 !important;
    font-size: 16px;
    border-radius: 4px 4px 0 0 !important;
    margin-right: 15px;
}
#api-menu .menu-wrapper {
    padding: 0 !important;
    margin: 0;
}
#api-menu .menu-title {
    font-size: 18px;
    color: #fff;
    padding: 6px 6px 6px 20px;
    line-height: 26px;
    margin: 0 !important;
}
#api-menu .menu-title em {
    display: inline-block;
    margin: 0;
    font-style: italic;
    font-size: 16px;
    text-align: center;
    width: 96%;
    border-top: 1px solid #fff;
    padding-top: 5px;
}



#api-menu #menu_infos ul li .form-control {
    height: 25px;
    line-height: 19px;
    padding: 3px;
    margin: 3px;
}
#api-menu-body ul.sub-menu {
    margin: 0 !important;
}
#api-menu ul.sub-menu li {
    margin: 0;
    height: 75px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #ccc;
}
#api-menu-body ul.sub-menu li a { 
    min-width: 100px;
    padding: 8px 10px 0 10px !important;
    background: #fff;
    text-align: center;
    line-height: 25px !important;
    height: 75px;
    margin: 0 !important;
    vertical-align: top;
    display: inline-block !important;
}
#api-menu-body ul.sub-menu li a:hover {
    background: #e6e6e6 !important;
    color: #333 !important;
}
#api-menu ul.sub-menu li a i {
    display: block;
    text-align: center;
    font-size: 25px;
    margin: 0 !important;
}
#api-menu ul.sub-menu li a p {
    margin: 4px 0;    
    height: 25px;
    text-align: center;
}
#api-menu-body .sub-menu p {
    margin: 0 !important;
}
#api-menu-body .sub-menu span.label {
    font-size: 11px !important;
}

#formInfoAffaire {
    display: none;
    padding: 0;
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: #fff;
    border: 1px solid #f4f4f4;
    z-index: 99;
}
#formInfoAffaireLayer {
    display: none;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 98;   
    cursor: pointer; 
}
#formInfoAffaire p.title {
    line-height: 50px;
    font-size: 22px;
    padding-left: 10px;
}
#formInfoAffaire p.title i.fa-times {
    cursor: pointer;
    float: right;
    display: inline-block;
    margin-right: 20px;
    font-size: 35px;
    cursor: pointer;
    line-height: 50px;
}
#formInfoAffaire .inner-form {
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    top: 50px;
    left: 0;
    overflow: auto;
    padding: 20px 50px 50px 50px;
}
#formInfoAffaire .btn-save-bar {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0px;
    left: 0;
    background: #000;
    text-align: center;
}
#formInfoAffaire .btn-save-bar #btnSaveInfoAffaires {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    box-shadow: 0 none;
}


#formInfoAffaire .inner-form h5 {
    border-bottom: 1px solid #e4e4e4;
    font-size: 18px;
    font-weight: normal;
    padding-left: 15px;
    line-height: 40px;
}
#formInfoAffaire .opt-div span.opt {
    display: inline-block;
    margin-right: 30px;
    line-height: 35px;
    font-size: 16px;
}
#formInfoAffaire .opt-div span.opt label {
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#formInfoAffaire .opt-div span.opt input {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: -4px;
}
#formInfoAffaire .swraper { 
    margin-top: 8px;
}
#formInfoAffaire .mb-0 {
    margin-bottom: 0;
}
#formInfoAffaire label.title {
    display: block;
    background: #000;
    line-height: 30px;
    padding-left: 15px;
    color: #fff;
    box-shadow: 0 4px 4px #aaa;
}
#formInfoAffaire .optAffichage {
    width: 90%;
    margin: 0 auto;
}






.inner-block h5 {
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    border-bottom: 1px solid #f4f4f4;
    margin: 10px 0;
    font-weight: bold;
}
.inner-block h5 a {
    font-weight: lighter;
    float: right;
    font-size: 13px;
    margin-right: 10px;
    text-decoration: underline;
    color: #444;
}
.inner-block p.list-empty {
    text-align: center;
    background: #f4f4f4;
    font-style: italic;
    line-height: 50px;
    margin-bottom: 20px;
    color: #888;
}
ul.list-item-linkables {
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.list-item-linkables li {
   background: #e4e4e4;
   padding: 0  !important;
   font-size: 13px;
   line-height: 30px;
   height: 30px;
   margin-bottom: 5px;
   overflow: hidden;
   border: 1px solid #fff;
   
   white-space: nowrap;

   transition : all 0.3s ease;
}
ul.list-item-linkables li em {
    font-style: italic;
    font-size: 11px;
    color: #888;
}
ul.list-item-linkables li span.label {
    position: absolute;
    font-size: 11px !important;
    right: 0;
    top: 0;
    font-weight: normal;
    display: inline-block;
    height: 30px;
    line-height: 14px;
    vertical-align: top;
    border-radius: 0% !important;
    padding: 0 8px;
    font-size: 12px;
    width: 180px;
}
ul.list-item-linkables li span.label i {
    font-size: 10px;
    margin: 0 5px;
    padding: 0;
}
ul.list-item-linkables li i {
    display: inline-block;
    background: #999;
    color: #fff;
    margin: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
ul.list-item-linkables li i.fa-check-circle {
    display: inline-block;
    background: #8BC34A;
    color: #fff;
    margin: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
ul.list-item-linkables li i.fa-hourglass-o {
    display: inline-block;
    background: #999;
    color: #fff;
    margin: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

ul.list-item-linkables li span.libelle u {
    color: #aaa;
    margin: 0 5px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

ul.list-item-linkables li span.badge {
    display: inline-block;
    background: #000;
    color: #fff;
    margin: 0;
    height: 30px;
    line-height: 28px;
    text-align: center;    
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0 10px;
    vertical-align: top;
    width: 200px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
}
ul.list-item-linkables li span.libelle {
    display: inline-block;
    margin: 0;
    height: 30px;
    line-height: 28px;
    text-align: center;    
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0 5px;
    vertical-align: top;
    text-align: left;
}


ul.list-item-linkables li:hover {
    cursor: pointer;
    box-shadow: 2px 0px 2px #666;
}


.btn-lgs {
    border-radius: 0;
    box-shadow: 2px 2px 2px #ccc;
    transition: all 0.3s ease;
}
.btn-lgs:hover,
.btn-lgs:focus,
.btn-lgs:active {
    box-shadow: 3px 3px 3px #888;
}

.bloc>.bloc-title {
    background: none !important;
}


#api #api-body-entetes ul.api-body-list li,
#api #api-bot-menu ul li {
    font-family: Arial, sans-serif; 
    font-weight: lighter;
}
#api #api-bot-menu ul li.right {
    color:#fff;
}



#api-body-items {
    padding-bottom: 100px !important;
    position: absolute !important;
    top: 35px !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(100% - 35px)  !important;
}


li.multiple-sortable-selected {
	background-color: #f39f86;
	background-image: linear-gradient(315deg, #f39f86 0%, #f9d976 74%);
}
li.multiple-sortable-selected:before {
	content : '►';
	position: absolute;
	left: 20px;
	top: 3px;
	font-size: 20px;
	color: #000;
}
#api-body ul#api-item-list li.api-item:not(.multiple-sortable-selected):hover:before {
	content : '►';
	position: absolute;
	left: 20px;
	top: 3px;
	font-size: 20px;
	color: #aaa;
}



.demobox {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FFCDD2;
    color: #B71C1C;
    border: 1px solid #B71C1C;
    padding: 10px 20px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    z-index: 10000;
}
.logo-agathe {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto 0 auto;
}

#formAddSerialisation {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #bbb;
}
#formAddSerialisation p.title {
    margin-bottom: 0;
}
#formAddSerialisation .inner-form {
    padding: 20px;
}

table#tableSerialisation th,
table#tableSerialisation td {
    text-align: center;
    vertical-align: middle;
    width: 15%;
}
#tableSerialisation [name=rem] {
    text-align: left;
    width: 55%;
}
table#tableSerialisation a {
    cursor: pointer;
    text-decoration: none;
}




.ean,
#page-body-content .bloc .bloc-body .ean {
    font-family: 'Libre Barcode EAN13 Text', cursive;
    font-size: 80px !important;
}

#autocomplete-div .list-item-linkables {
    margin: 0;
    padding: 5px;
}
#autocomplete-div .list-item-linkables li {
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    font-size: 13px;
}
#autocomplete-div .list-item-linkables li.disabled {
    cursor: not-allowed;
    background: #888 !important;
    color: #333 !important;
    text-shadow: 0px 1px 1px #666;
}

#autocomplete-div li.bg-success {
    background :#81C784;
}
#autocomplete-div li.bg-warning {
    background :#EF9A9A;
}

.bc {
    padding: 10px;
    border: 1px solid #aaa;
    height: 100px;
}
.bc input {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    cursor: pointer;
    vertical-align: -4px;
}
.bc label {
    font-size: 16px;
    cursor: pointer;
}
.bc p {
    margin-top: 10px;
    font-style: italic;
}

#notify-zone li {
    margin: 5px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 40px;
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
    color: #FFF;
    min-width: 250px;
    height: auto;
    max-height: auto;
    overflow: auto;
    box-shadow: 2px 2px 2px #444;;
}
#notify-zone li span {
    margin: 0;
    padding: 0;
}
#notify-zone li i {
    vertical-align: -3px;
    font-size: 22px !important;
}










@media (max-width: 1450px) {
    html,body {
        overflow: auto;
    }
}


.ttparagraph {
    border-top: 1px solid #aaa;
    margin: 8px 0;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    padding: 10px;
}
.print {
    display: none;
}

#allBareCodes {
    margin: 50px auto;;
}
.blocg {
    display: inline-block;
    margin: 5px 10px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0px;
}
.blocg .row {
    padding: 10px;
}
.blocg .miniForm {
    padding: 0 8px;
}
.blocg .miniForm .form-group {
    margin: 0 0 5px 0;
}
.blocg .miniForm select.form-control {
    padding: 3px 6px;
    font-size: 12px;
    margin: 0;
    height: 25px;
    line-height: 25px;
    padding: 0 5px; 
    text-align: left;    
}
.blocg .no input {
    height: 25px;
    line-height: 25px;
    padding: 0 5px; 
    text-align: left;
}
.blocg a {
    margin: 5px 6px;;
}

.blocg .icon {
    text-align: center;
    font-size: 25px;
    padding: 8px 0;
    text-shadow: 2px 2px 2px #eee;
}
.blocg .icon i {
    margin: 0;
}
.blocg .icon .fa-check {
    color: #00C853;
}
.blocg .icon .fa-power-off {
    color: #B71C1C;
}
.blocg .icon .fa-wrench {
    color: #FF9100;
}



.thistoProduit td {
    vertical-align: middle !important;
}
.smc {
    margin: 0 2px;
    font-weight: lighter;
    color: #000 !important;
    background: #ddd;
    font-size: 12px;
    display: inline-block;
    opacity: 1;
    font-family: 'Courier New', Courier, monospace;
    padding: 2px 6px 0 6px;
    line-height: 20px;
}

.colorSquare {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px;
    border: 1px solid #000;
    vertical-align: -10px;
}

.clidocs_wrapper {
    padding: 20px;
}
.clidocs {
    border-bottom: 1px solid #eee;
    margin: 10px auto;
}
.clidocs summary {
    padding: 0 15px;
    line-height: 45px;
    font-size: 22px;
    color: #444;
    cursor: pointer;
    transition: all 0.3s ease;
}
.clidocs summary i {
    margin-right: 10px;
    vertical-align: -2px;
    color: #888;
}
.clidocs summary em {
    float: right;
    font-size: 11px;
    color: #666;
    font-style: italic;
}
.clidocs summary:hover {
    background: #f3f3f3;
}
.clidocs .docs {
    padding: 0 30px 15px 30px;
    background: #eee;
    line-height: 25px;
    border-left: 8px solid #aaa;
    margin-left: 20px;
}
.clidocs .docs h4 {
    text-transform: uppercase;
    color: #000;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}
.clidocs .docs a {
    margin: 5px 25px;
    font-size: 15px;
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
}
.clidocs .docs a i {
    margin-right: 8px;
}


.patch-note {
    width: 100%;
    margin: 10px auto;
    background: #fff;
    color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    transition: all 0.3s ease;
}
.patch-note summary {
    font-size: 18px;
    line-height: 35px;
    cursor: pointer;
}
.patch-note summary span {
    float: right;
    margin-right: 10px;
}
.patch-note ul {
    margin-left: 50px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    list-style-type: none;
}
.patch-note ul li {
    margin-left: 15px;
}
.patch-note ul li.t {
    font-weight: bold;
    margin-left: 0;
}
.patch-note p {
    margin: 15px auto;
    margin-left: 30px;
    font-size: 13px;
    font-style: italic;
}

#maj_note .patch-note{
    max-height: 360px;
    overflow: auto;
    background: unset !important;
    color: #000;
    border: unset !important;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
}
#maj_note .patch-note ul {
    color: #000 !important;
    line-height: 25px;
    margin-left: 30px;
}




/* V3 css */

.lil2 ul {
    margin: 10px 5%;
    width: 90%;
}
.lil2 ul li {
    height: 40px;
    line-height: 40px;
    background:  #fff;
    border: 1px solid transparent;
    border-bottom: 1px solid #eee;
    padding-left: 15px !important;
    margin: 0;
}
.lil2 ul li span.libelle {
    padding: 0;
    margin: 0;
    display:  inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: normal;
}
.lil2 ul li em {
    margin-left: 10px;
    font-size: 13px;
}
.inner-block h5 {
    background: #eee;
    color: #666;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border-bottom: 3px solid #ddd;
}
.lil2 .ph {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
p.list-empty {
    background: #fff !important;
}

#autocomplete-div h5 {
    background: #eee;
    color: #666;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 3px solid #ddd;
}
#autocomplete-div ul.list-item-linkables li {
    padding-left: 10px;
    background:  #fff;;
}
#autocomplete-div ul.list-item-linkables li span.libelle,
#autocomplete-div ul.list-item-linkables li em {
    height: 30px;
    line-height: 30px;
}
#autocomplete-div ul.list-item-linkables li:hover {
    border: 1px solid transparent !important;
    background: #000;
    color: #fff;
}

input.form-control,
select.form-control,
textarea.form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: 0 0 0 transparent;
    box-shadow: 1px 1px 2px #ddd;
}
input.form-control:hover,
select.form-control:hover,
textarea.form-control:hover {
    border: 1px solid #aaa;
}

.inner-block label .glyphicon {
    color: #666;
    margin-left: 10px;
    cursor: help;
}

.ibloc {
    margin: 10px; 
    font-size:15px; 
    line-height: 22px;
}

.no-codes {
    margin: 40px auto;
    font-size: 16px;
    color: #444;
    width: 90%;
    padding: 40px;
    background: #eee;
}

.row.separated>div {
    border-right: 1px solid #ddd;
}
.row.separated>div:last-child {
    border-right: 0 none;
}


.lg-timeline a.list-group-item {
    line-height: 35px;
}
.lg-timeline a.list-group-item input.form-control {
    display: inline-block;
    max-width: 350px;
}
.lg-timeline input[type=color] {
    width: 50px;
    padding: 4px;
    vertical-align: -3px;
}
.right-bloc {
    display: inline-block;
    float : right;;
    text-align: right;
}

.bg-warning {
    padding: 10px;
    border: 1px solid #8a6d3b;
}


.table-timeline-wrapper {
    max-height: 500px;
    overflow: auto;
    padding-bottom: 300px;
}
table.table-timeline {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 15px 0;
    vertical-align: middle;
    table-layout: fixed;
}
table.table-timeline td,
table.table-timeline th {
    height: 50px;
    text-align: center;
    vertical-align: middle;
}
table.table-timeline th {
    font-weight: bold;
    width: 150px;
}
table.table-timeline td {
    text-align: left;
}
table.table-timeline .ev {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
    height: 20px;
    width: 150px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    vertical-align: top;
    z-index: 10000;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    text-align: center;
}


.bloc>.bloc-body {
    overflow-x: hidden;
    background: #fff;
}
.bloc .inner-block {
    margin: 10px 0;
}

.info-exemple {
    font-size: 13px !important;
    line-height: 20px !important;
}

.checkbox-list input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: -4px;
    display: inline-block;
    margin-right: 20px;
}
.checkbox-list>div {
    line-height: 40px;
    cursor: pointer;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.checkbox-list>div label {
    cursor: pointer;
}

.alert-personnel {
    text-align: left;
}
.alert-personnel p {
    border-bottom: 1px solid #ddd;
    line-height: 28px;
    padding: 8px;
}
.alert-personnel p.warning {
    background: #FFEBEE;
}
.alert-personnel p:last-child {
    border-bottom: 1px solid transparent;
}
.alert-personnel p em {
    color: red;
}
.alert-personnel p u {
    text-decoration: none;
    font-size: 13px;
    color: #666;
}



.p-affect {
    padding: 10px;
    font-size: 13px;
    text-align: left;
}
.p-affect .p-div {
    margin: 10px;
    padding: 0;
    box-shadow: 3px 3px 5px #aaa;
}
.p-affect .p-div h1 {
    color: #fff;
    line-height: 35px;
    font-size: 16px;
    padding: 0 10px;
}
.p-affect .p-div h1 i {
    margin-right: 10px;
}
.p-affect .p-div table.table {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    color: #000;
    table-layout: fixed;
}
.p-affect .p-div table.table th {
    font-weight: bold;
    width: 80px;
}
.p-affect .p-div table.table tr th,
.p-affect .p-div table.table tr td {
    border: 0 none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-affect .p-div .p-div-details {
    padding: 10px;;
}
.p-affect .p-attribution {
    width: 90%;
    margin: 0 auto;
}
.p-affect .p-attribution h3 {
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
}





.cload {
	display:block;
	text-align: center;
	font-style: italic;;
	color: #888;
	line-height: 50px;
}



/* Tasks */
.task-overlay {
    background: #000;
    position: fixed;
    left : 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor :pointer;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 50;
}
.task-wrapper {
    position: fixed;
    right : -450px;
    top: 0;
    width: 450px;
    height: 100%;
    transition: all 0.3s ease;
    z-index: 51;
    box-shadow: -4px 0 4px #555;
    background: #fff;
}
.task-form-wrapper h1 {
    font-size: 24px;
    line-height: 80px;
    padding : 0 25px;
    color: #fff !important;
}
.task-form-wrapper h1 i {
    float: right;
    font-size: 30px;
    padding-top: 27px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.task-form {
    padding: 15px 20px;
    position: absolute;
    top: 80px;
    height: calc(100% - 80px);
    width: 100%;
    left: 0;
    overflow: auto;
}
.task-form input.form-control,
.task-form textarea.form-control,
.task-form select.form-control {
    border-radius: 0;
    box-shadow: 0;
}
.task-form textarea.form-control {
    height: 100px;
    padding: 5px;
}
.task-desc {
    text-align: left;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #ddd;
    line-height: 22px;
    overflow: hidden;
}
.task-desc p {
    margin-bottom: 10px;
}







.bloc .bloc-title {
    position: relative;
    overflow: hidden;
}
.bloc .bloc-title .homeBtn {
    position: absolute;
    left: -60px;
    height: 60px;
    top: 0;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}
.bloc .bloc-title .homeBtn:hover {
    background-color: #000 !important;
}




.swraper {
	vertical-align: top;
	margin: 0;
}
.swap-right .swraper {
	float: right;
}

.buttons-excel {
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    margin: 0 5px;
    padding: 0 10px;;
    color: #fff;
    background-color: #10793F;
    border-radius: 5px;
    box-shadow: 0 3px 3px #aaa;
    transition: all 0.3s ease;
    border: 0 none;
}
.buttons-excel:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 3px 3px #000;
}

.buttons-pdf {
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    margin: 0 5px;
    padding: 0 10px;;
    color: #fff;
    background-color: #B71C1C;
    border-radius: 5px;
    box-shadow: 0 3px 3px #aaa;
    transition: all 0.3s ease;
    border: 0 none;
}
.buttons-pdf:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 3px 3px #000;
}


table th.sorting_desc,
table th.sorting_asc {
    font-weight: bold;
}


ul.list-item-linkables.block-list {
    height: auto;
    padding: 0 20px;
    margin: 0;
    overflow:hidden;
}
ul.list-item-linkables.block-list li {
    display: inline-block;
    width: calc(25% - 15px);
    height: auto;
    margin: 5px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 4px #aaa;;
}
ul.list-item-linkables.block-list li:hover {
    border: 1px solid #aaa;
    box-shadow: 0 4px 4px #555;
}
ul.list-item-linkables.block-list li span.libelle {
    display: block;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.list-item-linkables.block-list li span.label {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    padding: 5px 10px;
    height: auto;
}
ul.list-item-linkables.block-list li span.label strong {
    font-weight: normal;
    font-size: 11px;
}
ul.list-item-linkables.block-list li span.label i {
    font-size: 12px;
    padding: 0;
    margin: 0 5px;
    background: none;
    height: 15px;
    line-height: 15px;
}




.confilts details {
    box-shadow: 0 3px 3px #aaa;
    margin: 0 10px 10px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #f2f2f2;
}
.confilts details[open] {
    box-shadow: 0 5px 5px #555;
    border: 1px solid #aaa;
}
.confilts details:last-child {
    margin-bottom: 0;
}
.confilts details:hover {
    box-shadow: 0 5px 5px #555;
}
.confilts details summary {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    transition: all 0.3s ease;

}
.confilts details[open] summary {
    background: #000;
    color: #fff;
}
.confilts details summary i {
    margin-right: 10px;
}
.confilts details summary span.nb {
    float: right;
}
.confilts details .body-conflit {
    padding: 10px;
    max-height: 250px;
    overflow: auto;    
    background: #f2f2f2;
}
.body-conflit .affaire-conflit {
    width: 94%;
    margin: 0 auto;
    padding: 10px;
    border-bottom: 1px dotted #888;
}
.body-conflit .affaire-conflit:last-child {
    border-bottom: 0px none;
}
.body-conflit .affaire-conflit .ac-title {
    font-size: 14px;
    line-height: 22px;
}
.body-conflit .affaire-conflit .ac-title>* {
    vertical-align: top;
}
.body-conflit .affaire-conflit .t1 {
    display: inline-block;
    font-weight: normal;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.body-conflit .affaire-conflit .t1 i {
    margin-right: 10px;
}
.body-conflit .affaire-conflit .t1:hover {
    cursor: pointer;
    text-decoration: underline;
}
.body-conflit .affaire-conflit em {
    margin-left: 15px;
    font-style: italic;
    color: #888;
}
.body-conflit .affaire-conflit .t2 {
    float: right;
}
.body-conflit .affaire-conflit ul {
    margin: 0 20px;
    padding: 0;
    list-style-type: none;
}
.body-conflit .affaire-conflit ul li {
    line-height: 23px;
    font-size: 13px;
    border-bottom: 1px solid #f4f4f4;
    padding: 0 5px;
}
.body-conflit .affaire-conflit ul li:hover {
    background: #ddd;
    cursor: pointer;
}



.readOnly {
    text-align: center;
    color: #F44336;
    background: #FFEBEE;
    line-height: 50px;
    font-size: 17px;
    border: 2px solid #F44336;
    border-left: 15px solid #F44336;
    box-shadow: 0 4px 4px #aaa;
}


@media (max-width: 1400px) {
	.bloc>.bloc-body>.row>.col-md-6 {
		width: 100% !important;
	}
}

#alertCautionClient {
    background: #eee;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}
#alertCautionClient.danger {
    background: #FFCDD2;
}


.updatebloc {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    background: #512DA8;
    color:#fff;
    margin: 0 10px 20px 10px;
}
.updatebloc i.icon {
    font-size: 130px;
    padding-top: 10px;
}
.updatebloc .text i {
    margin: 0 15px;
}