.bootstrap-dialog .modal-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.direct-chat-messages {
    height: auto;
    overflow: auto;
}

#topMessages .alert {
    border-radius: 0px;
}

.main-sidebar {
    position: fixed;
}

#mapOuvrages {
    height: 500px;
    width: 100%;
}

#mapOuvrage {
    height: 500px;
    width: 100%;    
}

.results-page {
  background: #d2d6de;
  margin-top: 100px;
}

.select2-container {
    width: 100% !important;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.user-image-listing {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.login-box, .register-box {
    width: 360px;
    margin: auto !important;
}