html {
    margin: 0;
    height: 100%;
}
body {
    margin: 0;
    height: 100%;
    background: aliceblue;
    color: #284184;
}
#login-form {
    margin-top: 200px;
}
#username_sinistre {
    border-radius: 3px 3px 0 0;
    border-bottom: 1px dashed #ccc;
}
#password_sinistre {
    border-radius: 0 0 3px 3px;
    border-top: 0;
}
#welcome-screen {
    background: #284184;
    width: 100%;
    height: 100%;
    color: white;
}
#welcome-screen .text-center {
    margin-top: 20%;
}
#header {
    background: #284184;
    color: white;
    margin-bottom: 15px;
    padding: 0;
}
#navbar a {
    font-size: 18px;
}
.text-left {
    line-height: 20px;
}
.row {
    margin: 0px;
}
.main-grid {
    padding: 0;
    margin: 0;
}
.photo-thumbnails {
    overflow-y: scroll;
}
.photo-thumbnails img {
    cursor: pointer;
    max-height: 150px;
}
.photo-thumbnails-single {
    overflow-y: scroll;
}
.photo-thumbnails-single img {
    cursor: pointer;
    max-height: 150px;
}
.photo-fissure-view {
    width: 40%;
}
.photo-view {
    height: 735px;
}
.photo-view img {
    max-height: 405px;
}
.field-left {
    padding: 0;
    margin: 0;
}
.field-right {
    padding: 0;
    margin: 0;
}
.step-description {
    line-height: 20px;
    margin-bottom: 10px;
}
.panel-heading {
    border-radius: 3px;
}
.panel-title a {
    width: 100%;
    background-color: transparent;
    text-decoration: none;
}
.panel-title a:hover {
    text-decoration: none;
}
.panel-modal {
    padding: 0;
    margin: 0;
}
.modal-dialog,
.modal-content {
    padding-bottom: -15px;
}
textarea {
    resize: none;
}
.checkbox {
    margin-top: 0px;
}
.form-group .title {
    margin: 0 0 5px -20px;
    font-weight: bold;
}
.radio {
    margin-top: 0px;
}
.radio-group {
    margin: -10px 0 0 0;
    font-weight: bold;
}
.radio-label {
    margin-bottom: 5px;
    font-weight: bold;
}

/* File Uploader Modifications */

.file-drop-zone-title {
    color: #aaa;
    font-size: 14px;
    padding: 85px 10px;
}
.hidden-xs {
    font-size: 12px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.border-right {
    border-right: 1px solid #ccc;
}
.border-left {
    border-left: 1px solid #ccc;
}
#list-frame {
    border: 1px solid black;
    border-radius: 3px;
}
#row-dark {
    background: #eee;
    padding: 3px;
}
#row-light {
    background: #fff;
    padding: 3px;
}

/* Trees Table */

#arbres-header {
    background: #A1A1A1;
    margin: 15px 10px 0 10px;
}
#arbres-header .numero {
    border-top: 1px solid grey;
    border-left: 1px solid grey;
}
#arbres-header .essence {
    border-top: 1px solid grey;
    border-left: 1px solid grey;
}
#arbres-header .hauteur {
    border-top: 1px solid grey;
    border-left: 1px solid grey;
}
#arbres-header .distance {
    border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
}
#arbres {
    margin: 0 10px 0 10px;
}
#arbres .numero {
    border-top: 1px solid grey;
    border-left: 1px solid grey;
}
#arbres .essence {
    border-top: 1px solid grey;
    border-left: 1px solid grey;
}
#arbres .hauteur {
    border-top: 1px solid grey;
    border-left: 1px solid grey;
}
#arbres .distance {
    border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
}
#arbres-last {
    margin: 0 10px 10px 10px;
}
#arbres-last .numero {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
}
#arbres-last .essence {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
}
#arbres-last .hauteur {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
}
#arbres-last .distance {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
}
.cell {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    cursor: text;
    width: 100%;
}
.cell:focus {
    background: white;
}
#arbres-table div {
    padding: 0;
}
#arbres-table input {
    padding-left: 3px;
}
.horizontal-line{
    border-bottom: 1px solid #ccc;
}
a{
    cursor: pointer;
}
#author .text-left, .date{
    margin-top: 10px;
}
#author .glyphicon{ 
    margin-top: 3px;
    padding: 5px 8px;
}
#author img{
    border-radius: 100%;
}
.modal-14 .modal-dialog{
    width: 90%;
}