body {
    background-color: #FFFFFF;
}

header nav .username {
    display: inline-block
}

@media ( max-width : 991px) and (min-width: 768px) {
    header nav .username {
        display: none
    }
}

section {
    background-color: white;
    min-height: 600px;
    padding-bottom: 60px
}

footer {
    padding: 40px 0 30px;
    color: #777;
    border-top: 1px solid #E5E5E5;
    background-color: #F5F5F5
}

.sidenav {
    width: 255px;
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    padding: 10px 0 15px
}

.sidenav h4 {
    margin: 0;
    padding: 5px 15px;
    cursor: default
}

.sidenav .nav>li>a {
    padding: 5px 15px 5px 40px
}

.sidenav .nav>li>a:hover,.sidenav .nav>li>a.active {
    border-right: 5px solid;
    background: #EEE
}

.sidenav.affix {
    position: fixed;
    top: 80px
}

.sidenav.affix-bottom {
    position: absolute
}

.tab-content {
    padding-top: 20px
}

.form-horizontal .form-group {
    margin: 0 0 5px
}

.form-horizontal .form-group .field-wrap {
    padding-right: 0
}

.form-horizontal .form-group.col-lg-12 {
    clear: both
}

.form-horizontal .form-group.col-lg-6 label {
    width: 34.6666%
}

.form-horizontal .form-group.col-lg-6 .field-wrap {
    width: 65.33333%
}

.form-horizontal .form-group.col-lg-4 label {
    width: 54.6666%
}

.form-horizontal .form-group.col-lg-4 .field-wrap {
    width: 45.33333%
}

.form-horizontal .form-group.col-lg-3 label {
    width: 74.6666%
}

.form-horizontal .form-group.col-lg-3 .field-wrap {
    width: 25.33333%
}

.form-horizontal .control-label.label-sm {
    padding: 4px 0 0
}

.form-horizontal .control-label.label-lg {
    padding: 4px 0 0
}

.form-horizontal input[type="checkbox"] {
    margin-top: 0
}

.form-horizontal textarea {
    resize: vertical
}

div.dataTables_length label {
    width: 460px;
    float: left;
    text-align: left
}

div.dataTables_length select {
    width: 75px
}

div.dataTables_filter {
    float: right;
}

div.dataTables_filter input {
    width: 130px
}

div.dataTables_info {
    padding-top: 5px;
      float:left;
}

div.dataTables_paginate {
    float: right;
    margin: 0
}

div.dataTables_paginate ul.pagination {
    margin: 0
}

table {
    margin: 1em 0;
    clear: both
}

table .col-actions {
    white-space: nowrap
}

table .sorting {
    background: url("../images/sort_both.png") no-repeat center right
}

table .sorting_asc {
    background: url("../images/sort_asc.png") no-repeat center right
}

table .sorting_desc {
    background: url("../images/sort_desc.png") no-repeat center right
}

table .sorting_asc_disabled {
    background: url("../images/sort_asc_disabled.png") no-repeat center
        right
}

table .sorting_desc_disabled {
    background: url("../images/sort_desc_disabled.png") no-repeat center
        right
}

table .progress {
    margin-bottom: 0
}

.typeahead {
    z-index: 1051
}
.titre{
    font-size:14pt;
    font-weight:bold;
}
.choix_pharmacie{
    margin:0;
    font-size:12pt;
}
.choix_pharmacie select{
    width:100%;
}
.titre_colonne {
    font-size:14pt;
    color:black;
    background:#B1D432;
    text-align:center;
    border:1px solid black;
}
.fiche{
    background:#60AAC3;
    color:white;
    border-radius:5px;
    box-shadow: -4px -2px 4px black;
    padding-bottom:40px;
    margin-bottom:20px;
    padding-left:10px;
}
label.error{
    color:red;
}
td.right {
    text-align: right;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    z-index: 10000 !important;
}

.btn-droite{
    float:right;
    margin:5px 0 5px 5px;
}
.btn-centre{
    text-align:center;
    margin-bottom:5px;
    width:80%;
}
#liste_boutons{
    padding-top:100px;
    text-align:center;
}
ul{
  list-style-type: none; 
  padding-left: 0;
}

ul#filtre_modele li {
    width:100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: move;
}

ul#filtre_modele li .btn{
    width:100%;
    text-align:left;
}
.droppable{
    min-height:400px;
}

.filtre_panier{
    background:#F9F9F9;
}

#filtre_liste ul li input[type="checkbox"],.filtre_panier ul li input[type="checkbox"]{
    margin-right:7px;
}

#filtre_liste input[type="text"] {
    margin-left:7px;
}

.filtre_panier ul li{
    margin-left:5px;
}

.dyn .supprime, .dyn .ajoute {
    cursor:pointer;
}

.remove_object {
  cursor : pointer;
}

.selection_checkbox{
  width:40px;
}

#nofilter {
  float:right;
  width:25px;
  cursor:pointer;
}

.boutons button{
    float:right;
}

input[type="radio"]{
    width:5px;
    margin-right:5px;
}

.container {
    max-width: 1480px;
}

input#nom_pharmacie{
  border:0;
  padding:1px;
  margin-top:5px;
  margin-bottom:1px;
}

input#nom_pharmacie:hover{
  border:1px solid grey;
  padding:0px;
  margin-bottom:1px;
}

@-moz-document url-prefix() {
    input#nom_pharmacie:hover{
      margin-bottom:1px;
    }
}

#menu-gauche {
  background:#522B72;
  min-height:10000px;
}

#menu-gauche li {
    margin-left:25px;
    width:100%;
}

#menu-gauche li.active {
    margin-left:0px;
    /*background:#1A222F;*/
}

#menu-gauche li a{
    margin-left:0px;
    color:#FFFBAA;
}

#menu-gauche li.active a {
    background:none;
    color:#D4D06A;
}
#menu-gauche li.active a:before{ 
    content: "\f124";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right:15px;
}

.title {
    padding-top:20px;
    color:#9376AC;
    margin-bottom:5px;
}
.title .text, .title .text input{
    color:#9376AC;
    margin-left:15px;
}

#content {
    color:#9376AC;
    background:#FFFBAA;
}

#ariane.breadcrumb {
    background: none;
}
#ariane.breadcrumb > li + li:before {
    content: "> ";
    padding: 0 5px;
}

.btn-primary {
    background:#4092B7;
    border-radius: 1px;
}

.titre_popup {
    color:#68A8B6;
    border-bottom:1px solid #68A8B6;
    margin-bottom:20px;
}

.extra {    
    margin-left:25px;
}

.extra ul#actions{
    float:left;
    margin-bottom:10px;
}

.extra #actions li {
    list-style-type: disc;
    float:left;
    margin-left:25px;
}

.historique_bloc {
  margin-bottom:10px;  
  padding-bottom:20px;
  background:white;
}

.historique_laboratoire .titre_historique{
  background-color:#B5CD3B;
  padding:5px;
  color:white;
}
.historique_laboratoire .pied_historique{
  font-size:10px;
  padding:5px;
  color:#B5CD3B;
}

.historique_pharmacie .titre_historique{
  background-color:#3AAFDA;
  padding:5px;
  color:white;
}
.historique_pharmacie .pied_historique{
  font-size:10px;
  padding:5px;
  color:#3AAFDA;
}

.historique_admin .titre_historique{
  background-color:#546A78;
  padding:5px;
  color:white;
}
.historique_admin .pied_historique{
  font-size:10px;
  color:#546A78;
  padding:5px;
}

.dt-buttons>.dt-button{
  padding: 0px;
  font-size:24pt;
  color: #9376AC;
  border:none;
  background-color:transparent;
  margin-right:5px;
}

div.dt-button-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    margin-top: 3px;
    padding: 8px 8px 4px 8px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.4);
    background-color: white;
    overflow: hidden;
    z-index: 2002;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px;
}

div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button {

    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 4px;
    margin-right: 0;

}

div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled) {

    background-color: #dadada;
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
    box-shadow: inset 1px 1px 3px #666;

}
button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled), div.dt-button:active:not(.disabled), div.dt-button.active:not(.disabled), a.dt-button:active:not(.disabled), a.dt-button.active:not(.disabled) {

    background-color: #e2e2e2;
    background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
    background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
    background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
    background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
    box-shadow: inset 1px 1px 3px #999999;

}

.nav-buttons>button{
  padding: 0px;
  font-size:24pt;
  color: #9376AC;
  border:none;
  background-color:transparent;
  margin-right:5px;
}

.dt-buttons{
  float:left;
}

.label_pb {
  color:red; 
  background:white;
  font-size: 16pt;
}

  
  .loading_bar {
    background-color:white;
    height: 3px;
    width: 100%;
    overflow: hidden;
  }
  
  .cylon_eye {
    background-color: #9376ac;
    /*background-image:         linear-gradient(to right, rgba( 0,0,0,0.9 ) 25%, rgba( 0,0,0,0.1 ) 50%, rgba( 0,0,0,0.9 ) 75%);*/
    color: white;
    height: 100%;
    width: 10%;
  
    -webkit-animation: 4s linear 0s infinite alternate move_eye;
            animation: 4s linear 0s infinite alternate move_eye;
  }
  
  @-webkit-keyframes move_eye { from { margin-left:0%; } to { margin-left:90%; }  }
          @keyframes move_eye { from { margin-left:0%; } to { margin-left:90%; }  }