.comminqueDate {
    font-size: 0.875em;
    margin: 0;
    margin-left: 10px;
    line-height: 1.6;
    text-align: center;
}


#newsletter-popup {
    display: none;
}

.commiqueTitle {
    line-height: 3;
}

.comminqueDate .annee,
.comminqueDate i {
    font-size: 18px;
    text-align: center;
}

.document-dbtn {
    position: absolute;
    /*margin-right: 5px;*/
    /*float: right;*/
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    display: block;
    font-size: 11px;
}

.single-teachers {
    position: relative;
}

.single-teachers .image {
    border-radius: 5px;
    overflow: hidden;
}

.single-teachers .image img {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
}

.single-teachers:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-teachers .cont {
    /* position: absolute; */
    bottom: 0px;
    left: 0;
    right: 0;
    margin-top: -8px !important;
    /* width: 80%; */
    background-color: #2d3281;
    /* border-radius: 5px; */
    margin: 0 auto;
    padding: 5px;
    color: #FFF;
    min-height: 80px;
}

.single-teachers .cont a {
    display: block;
}

.single-teachers .cont a h6 {
    color: #000;
    font-size: 15px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-teachers .cont a:hover h6 {
    color: #ffc600;
}

.single-teachers .cont span {
    font-size: 14px;
    /* color: var(--primbgdarkClr); */
}

.styles {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 300px;
    border-radius: 2px;
    /* margin-bottom: 50px; */
    box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.5);
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 140px;
    white-space: nowrap;
}

#social-links {
    /* margin: 0 auto; */
    max-width: 500px;
}

#social-links ul li {
    display: inline-block;
}

#social-links ul li a {
    padding: 4px;
    border-radius: 4px;
    margin: 1px;
    font-size: 18px;
}

/* #social-links ul li a {
    margin: 1px;
    color: #ccc;
} */
/* .iframe-video{
    width: 300px;
    height: 240px;
} */


/*---Advanced Medias---*/
.media-body>* {
    margin-bottom: 5px;
    margin-top: 0;
}

.media .lead {
    line-height: 1.875rem;
}

.media-body>p:last-child {
    color: #67757c;
}

.media .custom-control {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    margin-top: 5px;
}

.media .custom-control [type=checkbox]+label {
    padding-left: 20px;
}

.media.active {
    background-color: #f9fafb;
}

.media .media-body .list-inline>li {
    padding-left: 0px;
    padding-right: 5px;
}

.media .media-hover-show {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.media:hover .media-hover-show {
    opacity: 1;
}

.media {
    flex-shrink: 0;
}

.media.flex-column>div {
    width: 100%;
}

.media.flex-column>* {
    margin: 0;
}

.gap-items-4>* {
    margin-left: 12px;
    margin-right: 12px;
}

.gap-items-4>*:first-child {
    margin-left: 0;
}

.gap-items-4>*:last-child {
    margin-right: 0;
}

.gap-y.gap-items-4 {
    margin: -12px;
}

.gap-y.gap-items-4>* {
    margin: 12px;
}


.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #9a9a9a;
    text-transform: uppercase;
}

.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    vertical-align: top;
}

.avatar-bordered {
    border: 4px solid rgba(255, 255, 255, 0.25);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.avatar-square {
    border-radius: 0;
}

.avatar-sm {
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 0.75rem;
}

.avatar-lg {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.125rem;
}

.avatar-xl {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 1.25rem;
}

.avatar-xxl {
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 1.375rem;
}

.avatar-xxxl {
    width: 128px;
    height: 128px;
    line-height: 128px;
    font-size: 1.5rem;
}

.avatar-pill {
    width: auto;
    border-radius: 18px;
    color: #788394;
    text-transform: none;
    letter-spacing: 0;
    background-color: #f9fafb;
    font-size: 0.875rem;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}

.avatar-pill:hover,
.avatar-pill:focus {
    color: #788394;
    background-color: #f5f6f7;
}

.avatar-pill img {
    width: 36px;
}

.avatar-pill span {
    padding-right: 18px;
    padding-left: 8px;
}

.avatar-pill .close {
    padding-left: 0;
    padding-right: 8px;
    font-size: 19px;
    line-height: inherit;
}

.avatar-pill.avatar-sm {
    border-radius: 14.5px;
    font-size: 0.8125rem;
}

.avatar-pill.avatar-sm img {
    width: 29px;
}

.avatar-pill.avatar-sm span {
    padding-right: 14.5px;
}

.avatar-pill.avatar-sm .close {
    padding-right: 6px;
    font-size: 18px;
}

.avatar-pill.avatar-lg {
    border-radius: 24px;
    font-size: 0.9375rem;
}

.avatar-pill.avatar-lg img {
    width: 48px;
}

.avatar-pill.avatar-lg span {
    padding-right: 24px;
}

.avatar-pill.avatar-lg .close {
    padding-right: 10px;
    font-size: 20px;
}

.avatar-pill.avatar-xl {
    border-radius: 32px;
    font-size: 1rem;
}

.avatar-pill.avatar-xl img {
    width: 64px;
}

.avatar-pill.avatar-xl span {
    padding-right: 32px;
    padding-left: 12px;
}

.avatar-pill.avatar-xl .close {
    padding-right: 12px;
    font-size: 22px;
}

.avatar-pill.avatar-xxl {
    border-radius: 48px;
    font-size: 1.125rem;
}

.avatar-pill.avatar-xxl img {
    width: 96px;
}

.avatar-pill.avatar-xxl span {
    padding-right: 48px;
    padding-left: 12px;
}

.avatar-pill.avatar-xxl .close {
    padding-right: 16px;
    font-size: 24px;
}

.avatar-pill.avatar-xxxl {
    border-radius: 64px;
    font-size: 1.25rem;
}

.avatar-pill.avatar-xxxl img {
    width: 128px;
}

.avatar-pill.avatar-xxxl span {
    padding-right: 64px;
    padding-left: 12px;
}

.avatar-pill.avatar-xxxl .close {
    padding-right: 20px;
    font-size: 24px;
}

.avatar[class*='status-']::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: #666EE8;
}

.avatar[class*='status-'].avatar-sm::after {
    right: -2px;
    width: 9px;
    height: 9px;
}

.avatar[class*='status-'].avatar-lg::after {
    right: 4px;
}

.avatar[class*='status-'].avatar-xl::after {
    right: 5px;
    width: 11px;
    height: 11px;
}

.avatar[class*='status-'].avatar-xxl::after {
    right: 15px;
    width: 12px;
    height: 12px;
}

.avatar[class*='status-'].avatar-xxxl::after {
    right: 25px;
    width: 16px;
    height: 16px;
}

.avatar.status-success::after {
    background-color: #28D094;
}

.avatar.status-info::after {
    background-color: #1E9FF2;
}

.avatar.status-warning::after {
    background-color: #FF9149;
}

.avatar.status-danger::after {
    background-color: #FF4961;
}

.avatar.status-dark::after {
    background-color: #465161;
}

.avatar-list {
    display: -webkit-inline-box;
    display: inline-flex;
}

.avatar-list:not(.avatar-list-overlap) {
    margin: -2px;
}

.avatar-list:not(.avatar-list-overlap)>* {
    margin: 2px;
}

.avatar-list-overlap .avatar {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    -webkit-transition: .15s linear;
    transition: .15s linear;
}

.avatar-list-overlap .avatar+.avatar {
    margin-left: -16px;
}

.avatar-list-overlap .avatar+.avatar-sm {
    margin-left: -12px;
}

.avatar-list-overlap .avatar+.avatar-lg {
    margin-left: -20px;
}

.avatar-list-overlap .avatar+.avatar-xl {
    margin-left: -26px;
}

.avatar-list-overlap .avatar+.avatar-xxl {
    margin-left: -36px;
}

.avatar-list-overlap .avatar+.avatar-xxxl {
    margin-left: -48px;
}

.avatar-list-overlap .overlap-exclude,
.avatar-list-overlap .avatar:hover+.avatar {
    margin-left: 0;
}

.avatar-add {
    font-family: themify;
    background-color: transparent;
    border: 1px dashed #afb7c5;
    color: #929daf;
    font-size: 0.875rem;
}

.avatar-add::before {
    content: "\e61a";
}

.avatar-add:hover {
    background-color: #666EE8;
    border-color: #666EE8;
    color: #fff;
}

.avatar-more span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.avatar-more:hover span {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.65);
}

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

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

[data-provide~="more-avatar"]~.avatar {
    display: none;
}

.publisher {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 20px;
    background-color: #f9fafb;
}

.publisher>* {
    margin: 0 8px;
}

.publisher>*:first-child {
    margin-left: 0;
}

.publisher>*:last-child {
    margin-right: 0;
}

.publisher-multi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
}

.publisher-multi>* {
    margin: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
}

.publisher-multi .publisher-input {
    margin-bottom: 1rem;
}

.publisher-input {
    -webkit-box-flex: 1;
    flex-grow: 1;
    border: none;
    outline: none !important;
    background-color: transparent;
}

.publisher-btn {
    background-color: transparent;
    border: none;
    color: #929daf;
    font-size: 16px;
    cursor: pointer;
    overflow: -moz-hidden-unscrollable;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.publisher-btn:hover {
    color: #616a78;
}

.publisher-avatar {
    position: absolute;
    width: auto;
    left: -18px;
    top: 8px;
}

.publisher-avatar.avatar-sm {
    left: -14.5px;
    top: auto;
}


.box {
    position: relative;
    border-top: 0;
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.pull-up {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

.pull-up:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    z-index: 999;
}

.box-inverse {
    color: #fff !important;
    background-color: #465161;
}

.box-inverse .box-header {
    color: #fff !important;
}

.box-inverse h1,
.box-inverse h2,
.box-inverse h3,
.box-inverse h4,
.box-inverse h5,
.box-inverse h6,
.box-inverse .box-title,
.box-inverse small,
.box-inverse .box-controls li>a {
    color: #fff !important;
}

.box-inverse .box-title small {
    opacity: 0.8;
}

.box-inverse .box-btn-more::before,
.box-inverse .box-btn-more::after {
    border-color: #fff;
}

.box-inverse .box-header,
.box-inverse .box-footer,
.box-inverse .box-action {
    border-color: rgba(255, 255, 255, 0.15);
}

.box-primary {
    background-color: #666EE8;
}

.box-primary.box-bordered {
    border-color: #666EE8;
}

.box-secondary {
    background-color: #e4e7ea;
}

.box-secondary.box-bordered {
    border-color: #e4e7ea;
}

.box-success {
    background-color: #28D094;
}

.box-success.box-bordered {
    border-color: #28D094;
}

.box-info {
    background-color: #1E9FF2;
}

.box-info.box-bordered {
    border-color: #1E9FF2;
}

.box-warning {
    background-color: #FF9149;
}

.box-warning.box-bordered {
    border-color: #FF9149;
}

.box-danger {
    background-color: #FF4961;
}

.box-danger.box-bordered {
    border-color: #FF4961;
}

.box-pink {
    background-color: #E91E63;
}

.box-pink.box-bordered {
    border-color: #E91E63;
}

.box-purple {
    background-color: #9C27B0;
}

.box-purple.box-bordered {
    border-color: #9C27B0;
}

.box-brown {
    background-color: #8d6658;
}

.box-brown.box-bordered {
    border-color: #8d6658;
}

.box-cyan {
    background-color: #00BCD4;
}

.box-cyan.box-bordered {
    border-color: #00BCD4;
}

.box-yellow {
    background-color: #FFEB3B;
}

.box-yellow.box-bordered {
    border-color: #FFEB3B;
}

.box-gray {
    background-color: #868e96;
}

.box-gray.box-bordered {
    border-color: #868e96;
}

.box-dark {
    background-color: #465161;
}

.box-dark.box-bordered {
    border-color: #465161;
}

.box-outline-primary {
    background-color: #fff;
    border: 1px solid #666EE8;
}

.box-outline-secondary {
    background-color: #fff;
    border: 1px solid #e4e7ea;
}

.box-outline-success {
    background-color: #fff;
    border: 1px solid #28D094;
}

.box-outline-info {
    background-color: #fff;
    border: 1px solid #1E9FF2;
}

.box-outline-warning {
    background-color: #fff;
    border: 1px solid #FF9149;
}

.box-outline-danger {
    background-color: #fff;
    border: 1px solid #FF4961;
}

.box-outline-pink {
    background-color: #fff;
    border: 1px solid #E91E63;
}

.box-outline-purple {
    background-color: #fff;
    border: 1px solid #9C27B0;
}

.box-outline-brown {
    background-color: #fff;
    border: 1px solid #8d6658;
}

.box-outline-cyan {
    background-color: #fff;
    border: 1px solid #00BCD4;
}

.box-outline-yellow {
    background-color: #fff;
    border: 1px solid #FFEB3B;
}

.box-outline-gray {
    background-color: #fff;
    border: 1px solid #868e96;
}

.box-outline-dark {
    background-color: #fff;
    border: 1px solid #465161;
}

.box-bordered {
    border: 1px solid #ebebeb;
}

.box-shadowed {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}

.box-hover-shadow:hover {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}

.box-transparent {
    background-color: transparent;
}

.box-round {
    border-radius: 4px;
}


.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
    display: none;
}

.box .flex-column>li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.box .flex-column>li:last-of-type {
    border-bottom: none;
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.box .border-left {
    border-left: 1px solid #f4f4f4;
}

.box.box-solid {
    border-top: 0;
}

.box.box-solid.box-default>.box-header {
    color: #455a64;
    background: #d2d6de;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box.box-solid.box-default>.box-header .btn,
.box.box-solid.box-default>.box-header a {
    color: #455a64;
}

.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #666EE8;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box.box-solid.box-primary>.box-header .btn,
.box.box-solid.box-primary>.box-header a {
    color: #455a64;
}

.box.box-solid.box-info>.box-header {
    color: #fff;
    background: #2196F3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box.box-solid.box-info>.box-header .btn,
.box.box-solid.box-info>.box-header a {
    color: #455a64;
}

.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #FF4961;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box.box-solid.box-danger>.box-header .btn,
.box.box-solid.box-danger>.box-header a {
    color: #455a64;
}

.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #FF9149;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box.box-solid.box-warning>.box-header .btn,
.box.box-solid.box-warning>.box-header a {
    color: #ffffff;
}

.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #28D094;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box.box-solid.box-success>.box-header .btn,
.box.box-solid.box-success>.box-header a {
    color: #455a64;
}

.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    box-shadow: none;
}

.box.box-solid[class*=bg]>.box-header {
    color: #fff;
}

.box .box-group>.box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #455a64;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: .3em;
}

.box>.loading-img,
.box>.overlay,
.overlay-wrapper>.loading-img,
.overlay-wrapper>.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, .7);
    border-radius: 3px;
}

.box .overlay>.fa,
.overlay-wrapper .overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, .5);
}

/*.box-body:after, .box-body:before, .box-footer:after, .box-footer:before, .box-header:after, .box-header:before {
    content: " ";
    display: table;
}*/
.box-header {
    color: #455a64;
    display: block;
    padding: 0.8rem 1.25rem;
    position: relative;
    border-bottom: 1px solid rgba(97, 106, 120, 0.07);
}

.box-header.without-border {
    border-bottom: none;
}

.box-header.with-border {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header .box-title,
.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
    display: inline-block;
    margin: 0;
}

.box-title {
    z-index: auto;
}

.box-title.box-title-bold {
    font-weight: 600;
}

.box-title code {
    font-size: 10px;
}

.box .box-header .box-subtitle {
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #99abb4;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
    margin-right: 5px;
}

.box-header>.box-tools,
.box-header>.box-controls {
    position: absolute;
    right: 1.5rem;
    top: 0.8rem;
}

.box-header>.box-tools [data-toggle=tooltip],
.control {
    position: relative;
}

.box-bordered {
    border: 1px solid #ebebeb;
}

.box-shadowed {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}

.box-hover-shadow:hover {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}

.box-transparent {
    background-color: transparent;
}

.box-header>.box-tools .dropdown-menu>li>a {
    color: #455a64;
}

.box-body {
    padding: 1.25rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body>.table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -10px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-radius: 0 0 0 3px;
}

.box-body .box-pane-right {
    border-radius: 0 0 3px;
}

.box-footer {
    border-top: 1px solid #f4f4f4;
    padding: 1.25rem;
    background-color: #fff;
    border-radius: 0 0 0px 0px;
}

.box-footer>*:last-child {
    margin-bottom: 0;
}

.box-controls {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.box-controls li>a,
.box-controls li>button {
    font-family: themify;
    font-size: 12px;
    display: inline-block;
    padding: 0 4px;
    margin: 0 4px;
    color: #929daf;
    opacity: .8;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.box-solid .box-controls li>a,
.box-solid.box-controls li>button {
    color: #ffffff;
}

.box-controls li>a:hover {
    color: #666EE8;
}

.box-solid .box-controls li>a:hover {
    color: #ffffff;
    opacity: 0.5;
}

.box-controls li:first-child>a {
    margin-right: 0;
}

.box-controls .dropdown.show>a {
    color: #666EE8;
}

.box-controls [data-toggle="dropdown"],
.box-controls .box-btn-reload {
    font-size: 14px;
}

.box-btn-close::before {
    content: "\e646";
}

.box-btn-slide::before {
    content: "\e648";
}

.box-btn-maximize::before {
    content: "\e6e8";
}

.box-btn-fullscreen::before {
    content: "\e659";
}

.box-btn-prev::before {
    content: "\e64a";
}

.box-btn-next::before {
    content: "\e649";
}

.box-carousel .box-footer .carousel-indicators-outside {
    padding: 6px 0;
}

.box-body>*:last-child {
    margin-bottom: 0;
}

.box-img,
.box-img-top,
.box-img-bottom {
    border-radius: 0;
}

.box-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
}

.box-loading.reveal {
    opacity: 1;
    z-index: auto;
}

.box-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    z-index: 9999;
}

.box-fullscreen .box-btn-fullscreen {
    color: #666EE8;
}

.box-slided-up .box-content,
.box-slided-up .box-body {
    display: none;
}

.box-slided-up .box-btn-slide::before {
    content: "\e64b";
}

.box-header-actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: -4px;
}

.box-header-actions>* {
    margin: 4px;
}

.text-lighter {
    color: #a5b3c7 !important;
}

.border-fade {
    border-color: rgba(97, 106, 120, 0.07) !important;
}

.bb-1 {
    border-bottom: 1px solid #ebebeb !important;
}

.hover-light:hover,
.hover-light:focus {
    color: #788394 !important;
}

.hover-lighter:hover,
.hover-lighter:focus {
    color: #a5b3c7 !important;
}

.bg-lighter {
    background-color: #f9fafb !important;
}

.media-list-divided>.media:not(.media-list-header):not(.media-list-footer),
.media-list-divided .media-list-body>.media {
    border-bottom: 1px solid rgba(97, 106, 120, 0.07);
}

.media-list-divided>.media:not(.media-list-header):not(.media-list-footer):last-child,
.media-list-divided .media-list-body>.media:last-child {
    border-bottom: none;
}

.text-fade {
    color: rgba(97, 106, 120, 0.7) !important;
}
