/*les id sont definis avec le signe diese (#nom) et les class avec un point (.nom). */

/*
couleur A (top) : 520052
couleur B (bottom) : 664A66
couelur sous menu top : 520052
couleur C (sous menu bottom) : 660066
selection legere : D1B2D1
autre couleur : 703661
striped, footer : #eaddea
*/

.logo_background {
    margin: 100px 0;
    opacity: 0.5;
}

.resizable {
    overflow-y: auto;
}

#langues a {
    text-decoration: none;
}

/* SVG */
.SVG {
    margin-top: 10px;
}

#svg {
    background-color: lightgray;
}

div.well.form-inline {
    margin-bottom: 3px;
    padding: 3px;
}

/* edition */
.EnTeteModule {
    float: left;
    margin-right: 20px;
}

.accordion-inner>div.well.form-inline {
    margin-bottom: 3px;
    padding: 3px;
}

.accordion-group>.accordion-heading.titreZone.accordion-error {
    background-color: red;
}

.accordion-group>.accordion-heading.titreZone {
    border-radius: 4px 4px 0 0;
}

input.textbox {
    width: 80%;
    text-align: left;
}

input.nombre {
    width: 80%;
    text-align: right;
}

select.select {
    width: 83%;
}

select.selecto {
    width: 83%;
}

textarea.textarea {
    width: 80%;
    font-family: inherit;
    height: 50px;
    max-height: 180px;
    min-height: 50px;
    overflow: hidden;
    resize: horizontal;
    transition: height 0.2s ease 0s;
    word-wrap: break-word;
}

input.http {
    width: 80%;
}

input.mail {
    width: 80%;
}

input.passwordEdition {
    width: 80%;
}

input.pourcentage {
    width: 80%;
    text-align: right;
}

input.date {
    width: 80%;
}

div#parent div.control-group div.weel {
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    min-height: 20px;
}

.fileupload .input-append {
    width: 75%;
}

.fileupload .input-append .uneditable-input {
    width: 80%;
}

/* Zone recherche */*
#mydiv {
    overflow-y: auto;
    clear: both;
}

div#tdcontent.content ul.nav li {
    position: relative;
}

div#tdcontent.content ul.nav li img {
    position: absolute;
    right: -2px;
    top: 0;
    z-index: 10;
}

.fondDecor {
    background-color: #EADDEA;
}

/* Login */
.form-signin {
    background-color: whitesmoke;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 40px auto 20px;
    max-width: 300px;
    padding: 19px 29px 29px;
}

/* Principal */
header {
    position: fixed;
    top: 0;
    z-index: 100;
}

/* Liste et Recherche */

/* footer */
footer.accueil li {
    margin: 1em 1.3em;
}

footer li {
    margin: 0;
}

footer .navbar-inner {
    background-image: none;
    background-color: #EADDEA;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EADDEA', endColorstr='#EADDEA', GradientType=0);
    min-height: 20px;
}

footer .navbar .nav > li > a {
    padding: 0 15px;
}

#load {
    background-color: gold;
    border-radius: 14px 14px 14px 14px;
    color: black;
}

.menuTab {
    display: inline-block;
}

.titreZone {
    background-color: #664A66;
    color: white;
}

.titreZone>b {
    display: block;
    padding: 8px 15px;
}

.titreZone:hover,.titreZone:active {
    background-color: #49088E;
}

.tableRecherche {
    width: 100%;
}

.rechercheLabel {
    vertical-align: middle;
}

.rechercheLabel_Fixe {
    color: black;
    font-weight: bold;
}

.datepicker {
    border: 1px solid;
    cursor: pointer;
}

td select {
    margin-bottom: 0;
}

.BouttonBar {
    background-color: gray;
}

.buttonNouveau {
    background-color: green;
    color: white;
}

li .dropdown:hover,li .dropdown:active {
    color: white;
}

/* Liste : Recherche */
.tableRecherche select,.tableRecherche input {
    font-size: 11px;
    margin-bottom: 0;
}

.tableRecherche select {
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 1.4em;
    margin-right: 0;
}

.tableRecherche select.input_exact,.tableRecherche input.input_exact {
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 1.4em;
    margin-right: 1.4em;
}

.tableRecherche select.input_begin,.tableRecherche input.input_begin {
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 1.4em;
    margin-right: 0;
}

.tableRecherche select.input_begin_end,
.tableRecherche input.input_begin_end {
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

/* Planning : Onglet */
.onglet {
    clear: both;
}

.onglet li:hover {
    cursor: pointer;
}

#calendrier {
    float: left;
    min-width: 300px;
    width: 20%;
}

#calendrier .ui-datepicker {
    box-shadow: none;
}

#calendrier .onglet .nav.na-pills:hover {
    cursor: pointer;
}

#calendrier td {
    cursor: pointer;
}

#calendrier .ui-datepicker-prev,
#calendrier .ui-datepicker-next {
    cursor : pointer;
    margin-top: 7px
}

/* Planning : Tache */
#infoContainer {
    margin-top: 20px;
}

/* Info pour Visu Semaine */
#infodiv {
    border: 1px solid;
    display: none;
}

#infodiv #infotech {
    font-weight: bold;
}

#infodiv label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 50px;
    font-size: 9px;
}

#infodiv input,#infodiv select,#infodiv textarea {
    width: auto;
    font-size: 9px;
}

#infodiv .btn {
    width: auto;
    font-size: 9px;
    padding: 1px 8px;
}

#infodiv .control-group {
    margin-bottom: 10px;
}

#infodiv .controls {
    margin-left: 60px;
    font-size: 9px;
}

#infodiv #infojourfin,#infodiv #infojourdebut {
    width: 8em;
}

#infodiv #labelTache {
    float: none;
}

#infodiv #controlsTache {
    margin-left: 10px;
}

#infodiv #infotache {
    width: 180px;
}

/* Info pour Planning Jour */
#infodiv2 {
    border: 1px solid;
}

#infodiv2 #infotech {
    font-weight: bold;
}

#infodiv2 label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 50px;
    font-size: 9px;
}

#infodiv2 input,#infodiv2 select,#infodiv2 textarea {
    width: auto;
    font-size: 9px;
}

#infodiv2 .btn {
    width: auto;
    font-size: 9px;
    padding: 1px 8px;
}

#infodiv2 .control-group {
    margin-bottom: 10px;
}

#infodiv2 .controls {
    margin-left: 60px;
    font-size: 9px;
}

#infodiv2 #infojourfin,#infodiv2 #infojourdebut {
    width: 8em;
}

#infodiv2 #labelTache {
    float: none;
}

#infodiv2 #controlsTache {
    margin-left: 10px;
}

#infodiv2 #infotache {
    width: 180px;
}

/* Planning */
.planning {
    float: left;
    margin-left: 8px;
    width: 70%;
}

.planning #EntetePlanning {
    font-size: 16px;
    color: black;
    background-color: #C8D0D4;
    border: 1px solid;
    text-align: center;
    font-weight: bold;
    height: 40px;
}

.planning_control select,.planning_control input {
    margin-bottom: 0;
}

#Planning {
    position: relative;
    height: 500px;
    overflow: auto;
    border: 1px solid;
}

/* Planning Jour */
#Planning .ligneTech {
    background-color: white;
    border-top: 0px solid black;
}

#Planning .EnteteHeurePlanning {
    padding-top: 3px;
    color: white;
    background-color: #520052;
    font-weight: bold;
    text-align: center;
    float: left;
    border: 1px solid lightgray;
    border-bottom: 2px solid lightgray;
    width: 41px;
    height: 20px;
    margin-right: 1px;
}

#Planning .EnteteTechnicienPlanning {
    font-size: 10px;
    padding-top: 0px;
    color: white;
    background-color: #520052;
    font-weight: bold;
    text-align: center;
    float: left;
    border: 1px solid lightgray;
    border-bottom: 2px solid lightgray;
    width: 100px;
    height: 23px;
    margin-right: 1px;
}

#Planning .colonneHeure {
    font-size: 10px;
    background-color: white;
    border-top: 0px solid black;
    border-left: 1px solid lightgray;
    margin-right: 1px;
}

#Planning .hourLabel {
    background-color: #520052;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    color: white;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 1px;
    text-align: center;
    width: 40px;
}

#Planning .Hour {
    border-bottom: 1px dotted lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    width: 100px;
    margin-right: 1px;
    height: 15px;
}

#Planning .HalfHour {
    border-bottom: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    width: 100px;
    margin-right: 1px;
    height: 15px;
}

/* Planning Semaine */
#Planning .EnteteDate th.today {
    background-color: #664A66;
    color: white;
    font-weight: bold;
    font-style: italic;
}

#Planning .tacheDay {
    overflow: hidden;
    z-index: 1;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.8;
    position: absolute;
    border: 1px dotted black;
    background-color: lightblue;
}

#Planning .TaskTime {
    opacity: 1;
    border-bottom: 1px solid black;
    font-size: x-small;
}

#Planning Text {
    height: 10px;
    z-index: 100;
    font-size: 10px;
}

/* YInterface */
.liste-item {
    margin: 0 5px 5px 0;
    float: left;
    width: 190px;
}

.zone-droppable {
    border: 1px solid black;
    margin: 5px 0;
    padding: 10px 5px 5px;
    background-color: lightgray;
}

.zone-droppable.TrashZone {
    height: 100px;
    width: 140px;
    padding-top: 40px;
    text-align: center;
    margin: 0 5px 5px 0;
    float: left;
}

.zone-droppable.TrashZone.ui-state-active {
    background-color: lightgreen;
}

.draggable-item {
    border: 1px solid black;
    cursor: pointer;
    margin: 1px;
    padding-left: 1px;
}

.champ-item.dispo-item {
    background-color: white;
}

.champ-item.used-item {
    background-color: #75B2C9;
}

.bouton-item.dispo-item {
    background-color: white;
}

.bouton-item.used-item {
    background-color: #C99EA4;
}

.draggable-item.selected-item {
    background-color: lightgreen;
}

.draggable-item-placeholder {
    height: 20px;
    margin: 1px;
    padding: 5px;
    border: 1px solid black;
    background-color: green;
}

/* Seed.Tab */
/**
  * @TODO Checker la compatibilité du style des onglets sous IE9
  **/

.Seed_Tab {
    color: black;
}

.Seed_Tab_Close {
    background: #DC4E44;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DC4E44', endColorstr='#B32B21'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#DC4E44), to(#B32B21)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #DC4E44,  #B32B21); /* for firefox 3.6+ */
    background: linear-gradient(to bottom, #DC4E44, #B32B21) repeat scroll 0 0 #CC4036;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 0 3px 0 4px;
    color: white;
    cursor: pointer;
    font-size: 8px;
    font-weight: bold;
    height: 11px;
    line-height: 10px;
    padding: 0 7px;
    position: absolute;
    right: 2px;
    top: 0;
}

.Seed_Tab_Close:hover
,.Seed_Tab_Close:active
,.Seed_Tab_Close.active
,.Seed_Tab_Close.disabled
,.Seed_Tab_Close[disabled] {
    background-color: #B32B21;
    color: #333;
    text-decoration: none;
}

.Seed_Tab_Close:active
,.Seed_Tab_Close.active {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}

.Seed_Tab_Label {
    cursor: pointer;
}

.Seed_Menu {
    cursor: pointer;
    border-top: 3px solid #575252;
    font-family: arial;
    text-align: center;
    border-right: 1px solid white;
    font-size: 11px;
    font-weight: bold;
    float: left;
    background-color: #575252;
    color: white;
    height: 30px;
}

.Seed_Menu_Opened {
    border-bottom: 3px solid #EADDEA;
}

.Seed_Menu_Active {
    background-color: #49088E;
}

.Seed_Menu_Link {
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    border: 0px solid white;
    height: 23px;
    text-align: left;
}

/** Effets bootstrap **/
.Seed_Tab {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #F5F5F5;
    *background-color: #E6E6E6;
    background-image: -moz-linear-gradient(top, #FFF, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, #FFF, #E6E6E6);
    background-image: -o-linear-gradient(top, #FFF, #E6E6E6);
    background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
    background-repeat: repeat-x;
    border: 1px solid #CCC;
    *border: 0;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#E6E6E6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.Seed_Tab:hover,
.Seed_Tab:focus,
.Seed_Tab:active,
.Seed_Tab.active,
.Seed_Tab.disabled,
.Seed_Tab[disabled] {
    color: #333;
    background-color: #E6E6E6 !important;
    *background-color: #D9D9D9 !important;
}

.Seed_Tab:first-child {
    *margin-left: 0;
}

.Seed_Tab:hover,
.Seed_Tab:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.Seed_Tab:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.Seed_Tab.active,
.Seed_Tab:active {
    background-color: #CCC \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.Seed_Tab.disabled,
.Seed_Tab[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.6;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.Seed_Tab_Active.active {
    color: rgba(255, 255, 255, 0.75);
}

.Seed_Tab_Active {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #04C;
    background-image: -moz-linear-gradient(top, #08C, #04C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#04C));
    background-image: -webkit-linear-gradient(top, #08C, #04C);
    background-image: -o-linear-gradient(top, #08C, #04C);
    background-image: linear-gradient(to bottom, #08C, #04C);
    background-repeat: repeat-x;
    border-color: #04C #04C #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff08C', endColorstr='#ff04C', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.Seed_Tab_Active:hover,
.Seed_Tab_Active:focus,
.Seed_Tab_Active:active,
.Seed_Tab_Active.active,
.Seed_Tab_Active.disabled,
.Seed_Tab_Active[disabled] {
    color: #FFF;
    background-color: #0044CC !important;
    *background-color: #003bb3 !important;
}

.Seed_Tab_Active:active,
.Seed_Tab_Active.active {
    background-color: #039 \9;
}

.Seed_Tab_Parent, .Seed_Tab_Child {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5BB75B;
    *background-color: #51A351;
    background-image: -moz-linear-gradient(top, #96CD95, #6BA66A);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#96CD95), to(#6BA66A));
    background-image: -webkit-linear-gradient(top, #96CD95, #6BA66A);
    background-image: -o-linear-gradient(top, #96CD95, #6BA66A);
    background-image: linear-gradient(to bottom, #96CD95, #6BA66A);
    background-repeat: repeat-x;
    border-color: #51A351 #51A351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51A351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.Seed_Tab_Parent:hover, .Seed_Tab_Child:hover,
.Seed_Tab_Parent:focus, .Seed_Tab_Child:focus,
.Seed_Tab_Parent:active, .Seed_Tab_Child:active,
.Seed_Tab_Parent.active, .Seed_Tab_Child.active,
.Seed_Tab_Parent.disabled, .Seed_Tab_Child.disabled,
.Seed_Tab_Parent[disabled], .Seed_Tab_Child[disabled] {
    color: #FFF;
    background-color: #51A351 !important;
    *background-color: #499249 !important;
}

.Seed_Tab_Parent:active, .Seed_Tab_Child:active
.Seed_Tab_Parent.active, .Seed_Tab_Child.active {
    background-color: #408140 \9;
}

.alert {
    white-space: normal;
}

/* JQuery UI */
.ui-datepicker {
    font-size: 12px;
    line-height: 1;
}

.ui-datepicker-week-col {
    font-weight: bold;
    background-color: #664A66;
}

.ui-datepicker-week-col.ui-default-state {
    cursor : pointer;
}

.ui-widget-content a {
    color: white;
}

.ui-datepicker table .ui-state-highlight {
    border-color: #49088E;
}

.ui-datepicker table .ui-state-hover {
    background: #49088E;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 1px #234386;
    -webkit-box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset;
    -moz-box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset;
    box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset;
    border-color: #49088E;
}

.ui-datepicker-calendar .ui-state-default {
    background: transparent;
    border-color: #FFF;
}

.ui-datepicker-calendar .ui-state-active {
    background: #49088E;
    border-color: #49088E;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 1px #234386;
}

th.ui-datepicker-week-col {
    border: 1px solid white;
    color : white;
}

/* BootStrap */
.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a {
    background-color: #520052;
    background-color: #606;
    background-image: -moz-linear-gradient(top, #520052, #606);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#520052), to(#606) );
    background-image: -webkit-linear-gradient(top, #520052, #606);
    background-image: -o-linear-gradient(top, #520052, #606);
    background-image: linear-gradient(to bottom, #520052, #606);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff520052', endColorstr='#ff660066', GradientType=0 );
}

.dropdown-menu .active>a,.dropdown-menu .active>a:hover {
    background-color: #520052;
    background-color: #606;
    background-image: linear-gradient(to bottom, #520052, #606);
    background-image: -moz-linear-gradient(top, #520052, #606);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#520052), to(#606) );
    background-image: -webkit-linear-gradient(top, #520052, #606);
    background-image: -o-linear-gradient(top, #520052, #606);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff520052', endColorstr='#ff660066', GradientType=0 );
}

.navbar-inverse  .navbar-inner {
    background-color: #FAFAFA;
    background-image: -moz-linear-gradient(top, #520052, #664A66);
    background-image: -ms-linear-gradient(top, #520052, #664A66);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#520052), to(#664A66) );
    background-image: -webkit-linear-gradient(top, #520052, #664A66);
    background-image: -o-linear-gradient(top, #520052, #664A66);
    background-image: linear-gradient(top, #520052, #664A66);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff520052', endColorstr='#ff664A66', GradientType=0 );
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #DDD;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #703661;
}

.navbar-inner {
    border-radius: 0px;
}

.navbar {
    margin-bottom: 0;
}

.nowrap {
    white-space: nowrap;
}

.nav-tabs > li > a {
    cursor:pointer;
}

.ongletModule.nav {
    margin-bottom:5px;
}

.form-horizontal .control-group {
    margin-bottom:5px;
}

.table-striped>tbody > tr:nth-child(2n+1) > td,
.table-striped>tbody > tr:nth-child(2n+1) > th {
    background-color: #eaddea;
}

.popover {
    color : black;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: transparent;
}

.nav-tabs > li, .nav-pills > li {
    bottom: -22px;
    float: left;
}

.accordion-group {
    border: 1px solid black;
}

.form-horizontal .controls {
    margin-left: 180px;
    display: block;
}

.dropdown-menu>li.nav-info {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}

.accordion-heading .accordion-toggle {
    padding: 5px 15px;
}

/**** Champs d'upload ****/
.progress {
    position: relative;
    width: 217px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    margin-right: 10px;
    height: 23px;
}

.bar {
    background-color: #B4F5B4;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}

.blockFileUpload {
    margin: 3px auto;
}

/*** Loading ***/
.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 42px;
    z-index: 1 !important;
    background-color: white;
    filter: alpha(opacity=75); /* internet explorer */
    -khtml-opacity: 0.75;      /* khtml, old safari */
    -moz-opacity: 0.75;       /* mozilla, netscape */
    -webkit-opacity: 0.75;    /* Chrome, safari */
    opacity: 0.75;           /* fx, safari, opera */
}

.ball {
    background-color: rgba(0,0,0,0);
    border: 5px solid #540854;
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    animation: spin .5s infinite linear;
    -ms-animation: spin .5s infinite linear;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
    z-index: 2 !important;
    left: 50%;
    position: fixed;
    top: 45%;
}

.centeredLoading {
    z-index: 2 !important;
    position: fixed;
    top: 25%;
    width: 100%;
}

.centeredLoading img {
    display: block;
    margin: auto;
    position: relative;
    text-align: center;
    width: 150px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg); /* IE 9 */
    }

    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg); /* IE 9 */
    };
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

/*** Design IMPORT ***/
.bs-block {
    background-color: #FFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    margin: 15px 0;
    padding: 35px 10px 4px;
    position: relative;
}

.bs-block:after {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    /*color: #9DA0A4;*/
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}
.bs-block_head {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
}

.Seed_Import_Champ {
    background-color: white;
    border: 1px solid black;
    cursor: move;
    font-size: 13px;
    list-style-type: none;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-top: 1px;
    padding: 5px;
    text-align: left;
    width: 200px;
    z-index: 9999;
}

.Seed_Interface_Champ {
    background-color: white;
    border: 1px solid black;
    cursor: move;
    font-size: 13px;
    list-style-type: none;
    margin: auto auto 2px;
    padding: 5px;
    text-align: left;
    width: 150px;
    z-index: 9999;
}


/*liste*/
.btn.btn-mini.btn-trash {
    margin-right: 5px;
}

#div_recherche.accordion, #div_recherche .accordion{
    margin-bottom: 10px;
}

#div_recherche #bouttons {
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid grey;
}

#div_recherche #bouttons button{
    margin-right:5px;
}

/**Barre de bouton sur les listes**/
#buttonBar button
, #buttonBar div {
    margin-left: 5px;
}

/**Barre de bouton sur les formulaires**/
.buttonBar button
, .buttonBar div
{
    margin-left: 5px;
}

.exportCSV {
    display: inline;
    margin-left: 5px;
}

#bs-block_champ_fichier {
    min-width: 275px;
}

#TaskDetails {
    padding-bottom: 40px;
}