/*.well {
    float: left;
    min-height: 151px;
}*/
body {
    /*background:
      linear-gradient(135deg, #f6f6f6 22px, #f2f2f2 22px, #f2f2f2 24px, transparent 24px, transparent 67px, #f2f2f2 67px, #f2f2f2 69px, transparent 69px),
      linear-gradient(225deg, #f6f6f6 22px, #f2f2f2 22px, #f2f2f2 24px, transparent 24px, transparent 67px, #f2f2f2 67px, #f2f2f2 69px, transparent 69px)0 64px;
    background-size: 64px 128px;
    background-color:#f6f6f6;*/
    background-image: url("../img/star-b8f117a739908341529680d394aa6bf3.png");
    background-repeat: no-repeat;
}

hr {
    border-top-color: rgba(0, 0, 0, 0.05);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    margin: 10px 0;
}

.row > .dropdown-menu, .row .dropdown > .dropdown-menu {
    display: block;
    margin-bottom: 5px;
    position: static;
}

.row .dropdown {
    float: left;
    padding: 10px;
}

.dropdown a {
    padding: 3px 10px;
}

.notifications {
    width: 746px;
}

.notifications .well {
    float: none;
    min-height: auto;
}

.text-center {
    text-align: center;
}

.branding {
    margin-top: 25px;
}

.branding img {
    max-height: 150px;
}

.nav-well {
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.form-search {
    margin: 0;
}

#myCarousel .carousel-caption {
    margin: 0 auto;
    width: 600px;
}

#myCarousel .carousel-caption .quote {
    float: left;
    width: 65px;
    height: 70px;
    line-height: 65px;
    background-color: #231E20;
    text-align: center;
}

#myCarousel .carousel-caption .quote img {
    vertical-align: middle;
}

#myCarousel .carousel-caption .text {
    font-size: 21px;
    font-style: italic;
    color: #231E20;
    background-color: #D3D2D2;
    float: left;
    width: 535px;
    height: 70px;
}

#myCarousel .carousel-caption .text div {
    margin: 10px;
}

.carousel-indicators-container {
    width: 600px;
    padding-top: 10px;
    margin: 0 auto;
}

.carousel-indicators-container ol {
    text-align: center;
    margin-left: 300px;
}

.carousel-indicators {
    position: static;
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: black;
    border-radius: 5px;
}

.carousel-indicators .active {
    background-color: gray;
}

.history-table tr td:nth-child(2) {
    min-width: 30%;
}

/* style for DropZone.js */
.dz-open {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

/* Display views */
.braem__form_field__show {
    display: block;
}

.braem__form_field__hide {
    display: none;
}

/* Dossier section */
.dossier-list__on-quay {
    width: 135px;
    min-width: 135px;
}

.ims_split_dossier h1, .ims_split_dossier button {
    display: inline-block;
}

.ims_split_dossier button:nth-of-type(1) {
    margin: 0 0 15px 20px;
}