/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 juin 2016, 14:49:46
    Author     : sdorelon
*/

body {
}

section {
  font-size: 12px;
  line-height: 16px;
  min-height: 400px;
}

legend {
  font-size: 20px;
  line-height: 24px;
}

.table {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0px;
}
navbar>li:active {
    color:white;
}

.fs {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}

.lgd {
    margin: 0;
    padding: 0;
    border:0;
    display: block;
    width:inherit;
}

.formulaire {
    float: none;
    border: 1px solid #ccc;
    border-radius: 4px;    
}

.bg_container {
    background-attachment: fixed;
/*    background-image: url(../Img/365.jpg);*/
/*    background-image: url(../Img/bateaueuropes.jpg);*/
/*    background-image: url(../Img/jb.webp);*/
    background-image: url(../Img/RegateSpi.jpg);
    background-repeat: no-repeat;
    background-position: center center;
/*    opacity: 0.8;*/
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;}

.bgcolorbox {
    background-color: whitesmoke;
}

.droite {
    float:right;
}


#plus {
    font-size: 24;
    vertical-align: middle;
    color:red;
    cursor: pointer;
}
.glyphicon  {
    cursor: pointer;
}

.attente {
    display : none;
    position:fixed;
    width: 100%;
    height: 100%;
    top : 0px;
    left: 0px;
/*      background: rgba(0,0,0,0.5) url(../img/ajax-loader.gif) center center no-repeat;*/
    background: rgba(0,0,0,0.5);
    z-index:1;
}

.loader {
    margin-top: 20%;
    margin-left: 45%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.box70 {
    width: 70px;
}

.box100 {
    width: 100px;
}

.box110 {
    width: 110px;
}

.ui-autocomplete { 
    height: 200px; 
    overflow-y: scroll; 
    overflow-x: hidden;
}