.grad1 {
    background-image: url("/dist/images/bar.png");
    background-repeat: repeat-x;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 5px !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px 4px !important;
}
.nav > li {
    position: relative;
    display: block;
    padding: 0 !important;
}
.grad2 {
    background-image: url("/dist/images/bar.png");
    background-repeat: repeat-x;
}

.bg {

    background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.boussole {

    background-image: url(../images/cadre_boussole-01.png);
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

.aiguille {

    background-image: url(../images/fleche_boussole.png);
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.input_container {
    height: 50px;
    float: left;
}
.input_container input {
    height: 30px;
    width: 250px;
    padding: 3px;
    border: 1px solid #cccccc;
    border-radius: 0;
}
.input_container ul {
    width: 206px;
    border: 1px solid #eaeaea;
    position: absolute;
    z-index: 9;
    background: #f3f3f3;
    list-style: none;
}
.input_container ul li {
    padding: 2px;
}
.input_container ul li:hover {
    background: #eaeaea;
}
#country_list_id {
    display: none;
}

.bar{
    /*background-image: url("../images/bartnt.png");
    background-repeat: repeat-x;
    background-size: contain;*/
    background: #4a9ba5c4;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 500px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.close {
    background: #606061;
    color: #ff1026;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #ff0012; }