/**
 *
 * @description Styles généraux.
 */

html, body {
    height: 100%;
    overflow: hidden;
}

.pages {
    position: absolute;
    bottom: 81px;
    left: 0px;
    right: 0px;
    top: 50px;
    overflow: auto;
    height: auto;
}

.noMenu {
    top: 0px !important;
}

.container-full {
    width: 100%;
    height: 100%;
}

ng-include>.container-full, ng-include>.container-fluid {
    margin-top: -10px;
    padding-top: 10px;
}

.container-fluid {
    padding-bottom: 20px;
}

.messages {
    margin-bottom: 10px;
}

.messages .alert, .page .alert {
    margin-bottom: 0;
}

.alert .btn {
    margin-top: -6px;
}

.btn-block+.list-group,
.btn-block+.alert,
.alert+.btn-block,
.panel+.btn-block {
    margin-top: 5px;
}