ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* ==========================================================================
   Custom Bootstrap
   ========================================================================== */

.navbar-brand {
    float: left;
    height: 100px;
    padding: 0;
}
.panel,
.well {
    border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #f9b60f;
}
.navbar-default .navbar-toggle {
    border-color: #f9b60f;
}

.alert {
    border-radius: 0;
}
.page-header {
    margin: 20px 0;
}
.ui-autocomplete,
#tarif_douanier {
    z-index: 5000;
}
/* ==========================================================================
   components
   ========================================================================== */
.header {
    padding: 10px 0;
}
.logo {
    display: block;
}
#content {
    min-height: 500px;
}
.detail-dom small {
    display: block;
    margin-bottom: 5px;
}

/* Changements */
#registration {
    display: flex;
    flex-direction: column;
}

#content {
    display: flex;
    flex-direction: column;
}

#inputEmail3 {
    width: 100px;
}

#files-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.file {
    display: flex;
    flex-direction: column;
    width: 45%;
}

/*Drag and Drop*/
.file-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-drop-area {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    background-color: #722381;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.fake-btn {
    flex-shrink: 0;
    background-color: #f9b60f;
    border-radius: 3px;
    padding: 4px 8px;
    font-size: 15px;
    text-transform: capitalize;
}

.file-msg {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.file-input:focus {
    outline: none;
}
/* */

#trans-wrap {
    background-color: #f7f7f7;
}
#trans-wrap .form-group {
    margin-bottom: 0;
}
#trans-wrap h3 {
    padding: 10px 0;
    line-height: 41px;
    margin: 0;
}

/* ==========================================================================
   misc
   ========================================================================== */
.no-pad {
    padding: 0;
}
/* ==========================================================================
   media queries
   ========================================================================== */

@media (min-width: 768px) {
    .navbar-nav > li > a {
        font-size: 13px;
    }
    .navbar {
        border-radius: 0;
    }
}
@media (max-width: 767px) {
    .slogan {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .navbar-nav > li > a {
        font-size: 16px;
    }
}

.alert.alert-infos {
    color: #3e783f;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
