html,
body {
    height: 100%;
}



.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

/** By leo */
th.action-column {
    min-width: 67px;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 11px;
    color: rgba(255,255,255, .7);
    letter-spacing: 1px;
    font-family: Roboto, arial, sans-serif;
    text-transform: uppercase;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.breadcrumb, .control-label, legend.div-blue, legend.div-grey, .title-blue {
    font-size: 11px;
    letter-spacing: 1px;
    font-family: Roboto, arial, sans-serif;
    text-transform: uppercase;
}
.control-label > div.terrain {
    background-color: lightskyblue;
    font-size: 12px;
}
.control-label > div.terrain-grey {
    background-color: slategrey;
}
.div-stability > div.col-sm-4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: normal;
    border: 1px solid lightskyblue;
    display: none;
}
.control-label {
    font-weight: bold;
}
.div-blue {
    background-color: lightskyblue;
}
.div-grey {
    background-color: slategrey;
}
legend.div-blue, legend.div-grey {
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}
legend.div-blue > span {
    font-size: 11px;
    font-weight: normal;
}
.title-blue {
    color: #0896ce;
    font-weight: bold;
}
.title-grey {
    color: slategrey;
    font-weight: bold;
}
.hr-blue {
    color: #0896ce;
    background-color: #0896ce;
    border-color: #0896ce;
}
.hr-white {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}
.top5 {
    padding-top: 5px;
}
.bordered {
    border: 1px solid black;
}
.btn {
    font-size: 11px;
    letter-spacing: 1px;
    font-family: Roboto, arial, sans-serif;
    text-transform: uppercase;
}

.btn-spacing {
    letter-spacing: normal !important;
}

/* pour la liste déroulante avec image */
div.dd-select {
    background: none !important;
}
div.dd-select, ul.dd-options {
    width: 200px !important;
}
img.dd-option-image, img.dd-selected-image {
    height: 20px;
}

/* pour la fleur des vents */
.rose {
    height: 100px; 
    width: 100px;
    margin-left: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0.2);
}
div.tendance-height {
    height: 80px;
}
.tendance {
    position:absolute; left: 50px; top: 25px; pointer-events: none;
}
.tendance svg {
    pointer-events: none;
}
.tendance-label {
    position: absolute;
    color: rgba(0,0,0,0.4);
    display: block;
    width: 100px;
    height: 16px;
    line-height: 16px;
    pointer-events: none;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
.tendance-label.ar {
    left: 100px;
    top: 16px;
}
.tendance-label.al {
    left: 105px;
    top: 35px;
}
.tendance-label.s {
    left: 80px;
    top: 55px;
}
.tendance-label.dl {
    left: 95px;
    top: 75px;
}
.tendance-label.dr {
    left: 90px;
    top: 95px;
}

.direction {
    position:absolute; left: 10px; top: 10px; pointer-events: none;
}
.direction svg {
    pointer-events: none;
}
polygon {
    pointer-events:auto;
    cursor: pointer;
    fill:white;stroke:rgba(0,0,0,0.3);stroke-width:1
}
polygon:hover {
    fill:#cccccc;stroke:rgba(0,0,0,0.3);stroke-width:1
}
.selected polygon {
    fill:lightskyblue;stroke:rgba(0,0,0,0.3);stroke-width:1
}
.selected polygon:hover {
    fill:#337ab7;stroke:rgba(0,0,0,0.3);stroke-width:1
}
.nesw {
    position: absolute;
    color: rgba(0,0,0,0.4);
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    pointer-events: none;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
.nesw.n {
    left: 50%;
    margin-left: -8px;
    top: -2px;
}
.nesw.s {
    left: 50%;
    margin-left: -8px;
    bottom: -3px;
}
.nesw.e {
    top: 50%;
    margin-top: -8px;
    right: -3px;
}
.nesw.w {
    top: 50%;
    margin-top: -8px;
    left: -2px;
}

.rose[disabled], div[disabled] .form-control,
.selectedanddisabled polygon {
    cursor: not-allowed;
}

.selected.disabled polygon {
    fill:lightskyblue !important;stroke:rgba(0,0,0,0.3);stroke-width:1 
}
.disabled polygon {
    cursor: not-allowed;
    fill:#eee;stroke:rgba(0,0,0,0.3);stroke-width:1
}
.disabled polygon:hover {
    fill:#eee;stroke:rgba(0,0,0,0.3);stroke-width:1
}

.file-drag-handle {
    display: none;
}
.kv-file-content {
    width: 213px;
    height: 160px;
    margin-right: 10px;
    float: left;
}
.img-thumbnail {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.engris {
    background-color: #dddddd;
    border-color: #dddddd;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
}
.borderengris {
    border-color: #dddddd;
    padding-top: 10px;
}
