body {
    padding-top: 0px;
}

body {
    color: #373737;
    font-family: 'Montserrat', sans-serif;
}

.loginError {
    color: #c70700;
}

/* header */
.littleScroll {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding-bottom: 0;
    padding-top: 60px;
}

.littleScroll h2 {
    margin-bottom: 5px;
}

.littleScroll .breadcrumb {
    margin-bottom: 8px;
}

.AlertNotValidatedByAdmin {
    position: absolute;
    bottom: -35px;
    right: 10px;
    background: #209e07;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

.adminAlertUsersToValidate {
    display: none;
    position: absolute;
    bottom: -35px;
    right: 10px;
    background: #9e0003;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

/* bouton flottant dans le header */
.forceRelative{
    position: relative;
}
.devenirEnseignant{
    background-color: #e1a300;
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    border-radius: 15px;
    user-select: none;
    cursor: pointer;
    bottom: 5px;
    left: 10px;
    display: block;
}
.navbar-brand.logoPtf{
    margin-left: 0 !important;
}

/* Confirmation des statuts spéciaux */
.btnConfirmStatut {
    color: #0ca200;
}

.btnRefuseStatut {
    color: #c61400;
}

/* footer */
.affiliations > li {
    display: inline-block;
}

.quick-links > li > a {
    color: #d3d3d3
}

.footer-pri {
    border-top: 5px solid #121826;
    background-color: #9e9b9b;
    padding: 0;
}

.footer-sec {
    background-color: #121826;
    padding: 10px 0px 0px;
}

/* nav */
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.nav-stacked {
    padding: 0px;
    margin-right: 10px;
    position: relative;
    z-index: 3;
    /*width: 100%;*/
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.mb-3 {
    margin-bottom: 3px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-220 {
    margin-top: 220px;
}

a {
    font-family: inherit;
    color: inherit;
}


.badge-error {
    background-color: #b94a48;
}

.badge-error:hover {
    background-color: #953b39;
}

.badge-warning {
    background-color: #f89406;
}

.badge-warning:hover {
    background-color: #c67605;
}

.badge-success {
    background-color: #468847;
}

.badge-success:hover {
    background-color: #356635;
}

.badge-info {
    background-color: #3a87ad;
}

.badge-info:hover {
    background-color: #2d6987;
}

.badge-inverse {
    background-color: #333333;
}

.badge-inverse:hover {
    background-color: #1a1a1a;
}

.btnLien {
    font-size: 18px;
    padding: 4px 24px;
}

/* zonesRessource */
/*.courseElems *{
    padding: 0;
    display: block;
}*/
.btnActionCol, .btnActionCol *, .LabelAdmin, .listeItemContained {
    padding: 0;
    display: block;
}

.noPadding {
    padding: 0;
}

.noMargin {
    margin: 0;
}

.sectionAdminContent {

}

.msgAlertAnnul {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #000;
    user-select: none;
    border: 3px solid #000;
    background: #fff;
    text-align: center;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 30px;
    font-weight: bold;
}
.msgAlertAnnul:hover{
    background: #eee;
    color: #444;
}

.menuDiscCourses, .menuGoBackDiscs {
    position: fixed;
    left: 20px;
    top: 110px;
    z-index: 10;
}
.menuDiscCourses{
    left: 80px;
}

.btnMenuDiscCourses, .btnGoBack {
    height: 45px;
    width: 45px;
    background-color: #456d94;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.btnMenuDiscCourses .fa, .btnGoBack .fa {
    font-size: 22px;
}

.filArianeCourses {
    opacity: 0;
    display: none;
    position: absolute;
    left: 80px;
    top: 10px;
    border: #456d94 2px solid;
    text-align: center;
    box-shadow: 5px 5px 5px #fff;
}

.filArianeCourses a {
    display: block;
    color: #fff;
    padding: 5px 10px;
    white-space: nowrap;
}

.filArianeCourses a:hover {
    color: #F99F1F;
}

.filArianeCourses .disciLink {
    background-color: #456d94;
}

.filArianeCourses .coursLink {
    background-color: #4f81b1;
}

.courseElemAdmin {
    margin-bottom: 5px;
    border-bottom: dashed 3px #456d94;
    padding-bottom: 10px !important;
}

.courseElemAdmin::before, .courseElem::before {
    content: none !important;
}

.courseElem h2 {
    font-size: 30px;
}
.courseElem h3 {
    font-size: 20px;
    text-transform: none;
}

.titleBar {
    text-align: center;
    color: #fff;
    padding: 2px;
    font-family: "Montserrat", sans-serif;
    border-radius: 2px;
}

.lienAdmin .titleBar {
    background: #0ba204;
}

.devoirAdmin .titleBar {
    background: #ff3f46;
}

.groupeLiensAdmin .titleBar {
    background: #0048a2;
}

.podcastAdmin .titleBar {
    background: #b754bb;
}

.forumAdmin .titleBar {
    background: #45a29e;
}

.chatAdmin .titleBar {
    background: #d98500;
}

.freeAdmin .titleBar {
    background: #a29820;
}

.h5pAdmin .titleBar {
    background: #c30055;
}

.myBtn {
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btnActionCol li, .btnAdmin {
    margin-bottom: 3px;
    background: #ff9c00;
    padding: 0;
}

.btnZoom {
    background: #0ca200 !important;
}

.btnDelete:not(.btnSupprElem) {
    background: #7907c6 !important;
}

.btnEdit {
    background: #006ca2 !important;
}

.btnSupprElem {
    background: #c61400 !important;
}

.btnRight {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btnLeft {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btnCoteCote {
    width: 45%;
    display: inline-block;
}

.btnAlone {
    border-radius: 3px;
}

.btnActionCol i, .btnAdmin i {
    line-height: 20px;
    font-size: 18px;
}

.adminSectionRow .btnActionCol i, .adminSectionRow .btnAdmin i {
    line-height: 32px;
}

.inlineBtn {
    display: inline-block;
    padding: 5px 8px;
}

.btnSetIsVertical {
    border-radius: 5px;
}

.btnMp3Visibility, .btnMp3AdminPlay {
    font-size: 27px;
    color: #0ba204;
}

.btnMp3Visibility .fa-eye-slash {
    color: #b91e00;
}

.btnMp3PodcastRessource {
    color: #000;
}

[data-contentModal=ajoutMp3ToPodcast] [data-champName=podcastNewMp3_url] {
    background-color: #eee;
    user-select: none;
    cursor: default;
}

.mp3InPodcast {
    padding: 12px 10px 0px 50px;
}

.podcastRessource .itemHeader .itemDescription a {
    border: 1px solid #bbb;
    padding: 3px 10px;
    margin: 15px;
    display: inline-block;
    background: #ddd;
}

.podcastRessource .itemHeader .itemDescription a:hover {
    background: #ccc;
}

.itemRss {
    display: inline-block;
    margin-right: 20px;
}

.btnCopyRss {
    border: #888 1px solid;
    color: #888;
    background-color: #ddd;
    border-radius: 20px;
    padding: 1px 2px;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    font-family: Verdana, Arial, sans-serif;
}

.btnCopyRss:hover {
    background-color: #888;
    color: #ddd;
}

.btnCopyRssInternal {
    border-radius: 20px;
    padding: 2px 8px;
}

.btnCopyRssInternalClicked {
    background: #fff;
    color: #888;
}

.formCol {
    border: 2px solid #d1d1d1;
    background: #e9e9e9;
    min-height: 115px !important;
    padding: 3px 6px !important;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
}

.formCol > .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2px;
}

.LabelAdmin {
    font-weight: bold;
    line-height: 26px;
}

.infoLabel {
    font-size: 12px;
    font-style: italic;
}

.champAdmin {
    padding: 1px 5px !important;
    border: 1px solid #aaa;
}

.champAdmin.champError {
    box-shadow: 1px 1px 2px 2px rgba(198, 16, 0, 0.5) inset;
}

textarea {
    resize: none;
}

textarea[readonly] {
    background: none;
    width: 100%;
}

.ui-state-highlight {
    min-height: 30px;
    background: #b3d271;
    border: #a8c769 2px solid;
    margin-bottom: 20px;
    width: 90%;
}

.textarea {
    background: #E8E8E8;
}

.selectPickerContainer .bootstrap-select {
    padding: 0;
}

.selectPickerContainer .dropdown-menu.open {
    max-height: 300px !important;
}

.addNewResponsable {
    padding: 6px 20px !important;
}

.courseElems .courseElemAdmin:first-child .btnMoveUp,
.courseElems .courseElemAdmin:last-child .btnMoveDown,
.courseElems .courseElemAdmin:first-child .btnMoveTotalUp,
.courseElems .courseElemAdmin:last-child .btnMoveTotalDown {
    display: none;
}

.courseElems .courseElemAdmin:first-child .btnCoteCote,
.courseElems .courseElemAdmin:last-child .btnCoteCote {
    width: 100%;
}

.hrCourseElem {
    border-color: #aaa;
    border-style: none none dashed;
    border-width: 0 0 2px;
    width: 100%;
    margin-bottom: 7px;
    margin-top: 7px;
}

.dureeSelect .form-control, .baremeSelect .form-control {
    height: 32px;
}

.dureeSelect .btn, .baremeSelect .btn {
    padding: 6px 15px
}

[data-isvisible="false"] .titleBar, [data-isvisible="false"] .formCol, [data-isvisible="false"] .myBtn:not(.btnActivationCheck) {
    opacity: .3;
}

/* popup ajout ressources */
.tableAddItem {
    width: 100%;
}

.tableAddItem tr.item > td {
    padding: 10px;
    max-width: 200px;
    position: relative;
}

.tableAddItem tr.item > td:last-child {
    width: 70px;
}

.tableAddItem tr.item:nth-child(even) {
    background-color: #f2f2f2
}

.tableDetailItem td {
    padding: 5px;

}

.nomChamp {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

/* popup ajout lien dans groupe */
.longLinkList {
    overflow: auto;
    max-height: 750px;
}

#btnNewLienInGroupeModal {
    text-align: center;
}

[data-contentmodal=devoirDisplay] .bginverse,
[data-contentmodal=uploadFile] .bginverse,
[data-contentmodal=ajoutLienToGroupe] .bginverse,
[data-contentmodal=editLienInGroupe] .bginverse {
    padding: 3px;
}

.alertMustBeSet {
    box-shadow: 1px 2px 5px 3px rgba(255, 0, 0, 0.7);
}

label.alertMustBeSet {
    box-shadow: none;
    color: #FF7066;
    text-decoration: underline;
    font-weight: bold;
}

.couleurLabelOption, .typeLabelOption {
    padding: 10px;
    border-radius: 3px;
    color: #fff;
}

.typeLabelOption {
    color: #aaa;
    font-size: 16px;
}

.typeLabelOption i {
    font-size: 20px;
}

.MyBtnSelectPickeer {
    background-color: #fff;
    border: 2px solid #ccc;
}

.tableAddNewLienInGroup {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.tableAddNewLienInGroup .bootstrap-select {
    padding-left: 0;
}

/* Admin du cours*/
/* sections */
.ongletAdmin:not(.active) > a {
    color: #f89406 !important;
}

.ongletAdmin.active > a {
    background-color: #f89406 !important;
}

.ongletAdmin.active > a::after {
    border-color: transparent transparent transparent #f89406 !important;
}

.stockRessource:not(.active) > a {
    color: #7907c6 !important;
}

.stockRessource.active > a {
    background-color: #7907c6 !important;
}

.stockRessource.active > a::after {
    border-color: transparent transparent transparent #7907c6 !important;
}

.visibility_ {
    opacity: .3 !important;
}

.acces_condition_1, .acces_condition_1 * {
    color: red !important;
}

.acces_condition_1 .nomSection::after {
    font-family: FontAwesome;
    content: " \f023";
}

.adminSectionRow input[data-champName="nom"], .adminSectionRow input[data-champName="faIcon"] {
    height: 32px;
}

.btnAdmin.btnSaveInputChange {
    background: #00A0D1;
    padding: 8px 15px;
}

.inEdition {
    border: 4px solid #00A0D1;
}

.btnAddSection {
    background: #aaa;
    cursor: default;
}

.btnAddSection.actif {
    background: #92d26a;
    cursor: pointer;
}

.nomSectionAddInput.inEdition {
    border: 4px solid #92d26a;
}

.btnMove {
    background: #9179ef;
}


/* cours */
.courseElem {
    list-style: none;
}
.courseElem iframe{
    max-width: 800px;
    max-height: 600px;
}

.itemInfos {
    display: inline-block;
    vertical-align: top;
}

.courseElem video, .courseElem audio, .blocMedia {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.blocMedia video, .blocMedia audio {
    margin-top: 30px;
}

.blocMedia {
    text-align: left;
}

.itemHeader {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    color: #333;
}

.itemTitle {
    color: #000;
    font-size: 20px;
}

.itemDescription {
    font-size: 15px;
    color: #444;
}

.alignR {
    margin-left: 50px;
}

.ressourceLink {
    margin-bottom: 5px;
    background: #ff9c00;
    cursor: pointer;
    border-radius: 3px;
    padding-bottom: 2px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 35px;
    display: inline-block;
    vertical-align: top;
}

.course-session {
    border: #456d94 2px solid;
    background: #E0E9FF;
}

.course-sessionAlerte {
    border: #d64600 2px solid;
    background: #ffeae2;
}

.fdbackInscUserSess {
    font-weight: bold;
    margin-top: 0 !important;
    color: #d64600 !important;
}

.verticalGrLienElem {
    margin-bottom: 10px;
}

/* CRUD DES ITEMS */
.listeItemContained {
    background: #fff;
    border: #aaa 1px solid;
}

.listeItemContained.notEditable {
    background: none;
}

.listeItemContained .row {
    padding: 5px;
    border-bottom: dashed #bbb 1px;
    margin: 0;
}

.detailIconTypeLien {
    text-align: center;
    font-size: 20px;
}

/*  */

.progress {
    margin-bottom: 0;
}

/*  CALENDRIER  */
.tooltipevent {
    width: 200px;
    background: #555;
    color: #fff;
    position: absolute;
    z-index: 10001;
    padding: 10px;
    border-radius: 4px;
    font-family: "Oswald", sans-serif;
    letter-spacing: +0.03em;
}

.discBtns {
    padding: 10px;
}

.discBtnActivation {
    background-color: #456d94;
    border: #456d94 solid 1px;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px 8px;
    user-select: none;
    cursor: pointer;
}

.discBtnActivation:hover, .discBtnActivation[data-actif=false] {
    background-color: #fff;
    border: #456d94 solid 1px;
    color: #456d94;
}

.discBtnActivation[data-actif=true] .btnFiltreDiscCheck {
    display: none;
}

.discBtnActivation[data-actif=false] .btnFiltreDiscUnheck {
    display: none;
}

/* Etudiant Devoir */
.devoirCptRenduTable {
    width: 100%;
}

.devoirCptRenduTable td {
    padding-bottom: 10px;
}

/* Etudiant popupDevoir */

[data-contentmodal=devoirDisplay] .popupDevoirNom {
    font-family: "Oswald", sans-serif;
    font-size: 150%;
}

[data-contentmodal=devoirDisplay] .popupDevoirDescription {
    font-family: 'Montserrat', sans-serif;
    color: #888;
    font-size: 14px;
    font-style: italic;
}

.contentDevoirRess {
    position: relative;
    padding: 20px;
}

.masqueDevoir {
    z-index: 10;
    background: #000;
    opacity: .85;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chronometre {
    margin-top: 20px;
    font-size: 42px;
    text-align: center;
    color: #c60100;
}

.chrono_elem {
    padding: 5px;
}

/* Enseignant Devoir */
.tableCopies .btn {
    padding: 5px 10px;
}

.inversedBtn {
    color: #44B144;
    background-color: #f7f7f7;
}

.copieNote {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.copieNoteEdit {
    width: 50px;
}

td.celluleAssocCorCopie {
    position: relative;
    background: #eee;
    text-align: center;
}

.btnCancelAssocCorrecteur {
    position: absolute;
    top: 3px;
    right: 3px;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    color: #fff;
    background-color: #b80505;
    border: 3px solid #fff;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 9px;
}

.btnCancelAssocCorrecteur:hover {
    color: #b80505;
    background-color: #fff;
    border-color: #b80505;
}

.btnValidAssocCorrecteur {
    border: 4px #44B144 solid;
    color: #44B144;
    background-color: #f7f7f7;
}

.btnValidAssocCorrecteur:hover {
    border-color: #44B144;
    color: #44B144;
    background-color: #f7f7f7;
}

.hiddenIcon {
    opacity: 0;
}

.btnValidAssocCorrecteur:hover .hiddenIcon {
    opacity: .7;
}

/* MyCourses */
.discDescriptionMyCourses {

}

/* documents */
.documentsDisc:not([data-activated="1"]) .course-media,
.documentsDisc:not([data-activated="1"]) label,
.documentsDisc:not([data-activated="1"]) .resumeDocs,
.documentsDisc:not([data-activated="1"]) .heading {
    opacity: .3;
}

.course-list {
    width: 100%;
}

.fa-3 {
    font-size: 6em;
}

.contentDocRess {
    height: 100px;
    padding-top: 20px;
}

.contentDocInfos {
    padding: 10px 20px;
}

.filter-option {
    color: #aaa;
}

.infoDocument {
    color: #0da500;
    font-size: 17px;
    cursor: pointer;
    margin-left: 15px;
}

.infoDocActived, .infoDocument:hover {
    color: #2aabd2;
}

.descriptionPPline, .contenuMsg {
    background: #eee;
}

.descriptionDocLineUC {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.couleurDocOption {
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    float: right;
    margin-top: -5px;
}

.couleurAdminOption {
    background: #ff9c00;
}

.couleurEnsOption {
    background: #2aabd2;
}

.newDocsPuce {
    background: #d1252c;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    border-radius: 20px;
}

.newDocsP {
    margin: 10px 0px;
}

.iconeNewTr {
    background: #0031d1;
    color: #fff;
    font-size: 12px;
    margin-left: 15px;
    border-radius: 20px;
    padding: 2px;
    display: none;
}

.trIsNew {
    background: #ecfbc9;
    font-weight: bold;
}

.trIsNew .iconeNewTr {
    display: inline-block;
}

.docTable td {
    vertical-align: middle !important;
}

/* Messages */
.btnSendMsg, .btnPostMsg, .btnUpdatePost {
    font-size: 20px;
}

.btnDownloadFilters {
    padding: 4px 24px;
    font-size: 18px;
}

.newMsgsPuce {
    position: absolute;
    z-index: 9;
    top: 5px;
    right: 20px;
}

.openMsgBtn {
    cursor: pointer;
}

[data-msgid]:hover {
    background: #ebf6ff;
}

/*  forum */
.blog-single {
    margin-top: 10px;
    color: #456d94;
    padding: 4px 8px 8px 8px;
}

.headerPost {
    border-bottom: 1px dashed #d7d7d7;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.auteurPostOptions > * {
    display: inline-block;
    margin-left: 5px;
}

.datePost {
    margin-left: auto;
}

.authorPost {
    height: 100%;
}

.authorPost .heading {
    font-weight: 400;
    padding: 5px 10px;
    color: #456d94;
}

.contentPost {
    color: #000;
    padding: 5px 15px;
    border-left: 1px dashed #d7d7d7;
}

.bockNewSujet {
    margin-top: 0;
    margin-bottom: 0;
}

.bockNewSujet .form-group {
    margin-bottom: 0;
}

.fctAdminPost {
    cursor: pointer;
}

.btnEditPost {
    color: #d2aa10;
}

.btnDeletePost {
    color: #d20100;
}

.updatedPostForumDate {
    font-style: italic;
    font-size: 12px;
}

/* chat */
.chatIHM {
    border: 3px #456d94 solid;
    background: #eee;
}

.chatIHM .row {
    margin: 0;
}

.headerChat {
    background: #456d94;
    color: #fff;
    text-align: center;
}

.chatIHM .contentRow {
    height: 500px;
    border-bottom: 3px #456d94 solid;
}

.chatIHM .msgRow {

}

.chatIHM .colMsgs {
    border-right: 3px #456d94 solid;
}

.chatIHM .colMsg {
    height: 100%;
    padding: 0;
}

.chatIHM .colMsg input {
    height: 100%;
    border: none;
}

.chatIHM .colBtn {
    padding: 0;
    background: #fff;
}

.chatIHM .colBtn .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
}

.chatIHM .colMsgs, .chatIHM .colUsers {
    height: 100%;
    overflow-y: auto;
}

.chatIHM .colUsers {
    padding: 0;
}

.chatIHM .usrChatRow {
    border-bottom: dashed #aaa 2px;
    padding: 5px;
}

.chatIHM .usrChat {
    border-radius: 5px;
    background: #666;
    color: #fff;
    margin: 3px;
    display: inline-block;
    padding: 3px 10px;
    text-align: center;
    font-size: 10px;
}

.chatIHM .meUsrChat {
    background: #0ba204;
}

.chatIHM .adminUsrChat {
    background: #ff9c00;
}

.chatIHM .colMsgs table {
    width: 100%;
}

.chatIHM .msgChatRow {
    border-bottom: 1px #ddd dashed;
}

.chatIHM .msgChat {
    padding: 5px 0;
    position: relative;
}

.chatIHM .userTDchat {
    width: 140px;
    vertical-align: top;
    padding: 5px 0px;
}

.zoneBtnGestionChat {
    text-align: center;
    padding: 15px;
}

.chatDisabledMsg {
    padding: 20px;
    font-size: 20px;
}

.animatedPostRow {
    opacity: .3;
    background-color: blue;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -10px;
    bottom: 0;
    border-radius: 10px;
}

/* Emailing */
.wellSendEmail {
    display: none;
    background: #abd088;
    color: #509f17;
    border: solid 1px #509f17;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.emailingIHM, .emailingMSG {
    border: 3px #456d94 solid;
    background: #eee;
}

.colReglages {
    border-right: 3px #456d94 solid;
    height: 100%;
    overflow-y: auto;
}

.colUsersFiltres {
    overflow-y: auto;
    height: 100%;
}

.emailingIHM {
    height: 600px;
    margin-bottom: 15px;
}

.colUsersFiltres {
    padding-right: 0;
}

.checkUserEmailing, .usrEmailing, .checkFiltreEmailing, .filtreEmailing {
    display: inline-block;
    cursor: pointer;
}

.checkUserEmailing, .checkFiltreEmailing {
    margin-right: 5px;
}

.usrEmailingRow, .filtreEmailingRow {
    padding: 5px 0;
    border-bottom: dashed 1px #aaa;
}

#emailingSujet {
    width: 100%;
}

.emailingIHM .bootstrap-select {
    width: 100%;
}

.filtreEmailingRow, .filtreEmailingRow * {
    font-size: 12px !important;
}

.filtreEmailingRow .btn {
    padding: 8px 30px !important;
}

.filtreEmailingRow .dropdown-menu > li > a {
    padding: 5px 20px !important;
}

.filtreEmailingRow [data-idcours] {
    max-width: 250px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Pages fixes */
/*.icon-box-5{
    margin: 0;
}
.icon-box-5::before {
    top:120px;
    height: calc(100% - 120px);
}*/
.breadcrumb {
    background-color: rgba(112, 112, 112, .7);
}

.cookiesIHM p, .cookiesIHM li {
    text-transform: none !important;
}

.studitBlueFC {
    color: #006eb3;
}

.studitYellowFC {
    color: #edfc94;;
}

.anchor100 {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

ul.list-default > li.studitWhiteFC:before {
    color: #fff;
}

.champError {
    box-shadow: 1px 1px 2px 2px rgba(198, 16, 0, 0.5) inset;
}

.studitParalax65 > .container {
    margin-left: 20px;
    width: 65%;
}

.studitParalax55 > .container {
    margin-left: 43%;
    width: 55%;
}

.studitParalaxOpa50 > .container {
    background: rgba(0, 0, 0, .4);
}

/* Statistiques */
.datas {
    display: none;
}

/* Fiche user */
[data-filtreIsInscrit="1"] {
    background-color: #00a65a;
}

[data-filtreHasAccess="1"] {
    background-color: #b2e8c9;
}

.cohsItems {
    margin-right: 20px;
}

.itemsTab {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
}

.titleItems {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.interact-items {
    padding: 5px;
    border: 1px solid #aaa;
    background: #eee;
    border-radius: 3px;
    vertical-align: top;
}

.filtred_item {
    border-radius: 10px;
    padding: 5px;
    border: 2px solid #eee;
    cursor: pointer;
    margin-bottom: 2px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.surligne {
    border-color: red;
}

.menuActionInscrUser {
    position: fixed;
    left: 20px;
    top: 370px;
    z-index: 10;
    display: none;
}

.btnMenuActionInscrUser {
    height: 45px;
    width: 150px;
    background-color: #456d94;
    color: #fff;
    line-height: 50px;
    text-align: left;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    z-index: 99;
    padding: 10px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 5px;
}

.btnMenuActionInscrUser:hover {
    background-color: #5087b9;
}

.btnAlert {
    background-color: #e89500;
}

.btnAlert:hover {
    background-color: #f7a100;
}

.btnMenuActionInscrUser .fa {
    font-size: 22px;
    margin-right: 10px;
}

.btnCellFilter {
    font-size: 22px;
    text-align: center;
}

.btnCellFilter i {
    cursor: pointer;
}

.btndesinscr {
    color: #bf0600;
}

.btninscr {
    color: #55ba45;
}

.btnCellFilter i:hover {
    color: #00a7d0;
}

.containerItemForm {
    max-width: 600px;
}

.tablesorter td a:not(.selColor) {
    color: #d58b00;
}

.tablesorter td a:not(.selColor):hover {
    color: #008cd5;
}

/* SYSTEM RESA */
.resa-system {
    border: 1px solid #456d94;
    padding: 0;
}

.resa-systemNom {
    color: #fff;
    background-color: #456d94;
    padding: 5px;
    text-align: center;
}

.resa-systemDescr {
    font-style: italic;
    padding: 5px 10px;
}

.resa-groupsResaContainer {
    padding: 10px 16px;
    background-color: #dff3ff;
}

.resa-groupResa {
    display: inline-block;
    border: 1px solid #456d94;
    margin: 5px;
    width: 180px;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    vertical-align: top;
}

.resa-groupResa:hover .resa-groupResaNom {
    opacity: .8;
}

.resa-groupResaNom {
    padding: 5px;
    text-align: center;
    color: #fff;
    background-color: #456d94;

    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.resa-groupResaNomStr {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
}

.resa-groupResaContent {
    background-color: #fff;
    padding: 5px 8px;
}

.btnAdminGroup {
    padding: 0 10px;
    font-size: 20px;
}

.btnAdminGroup:hover {
    color: #e3bcf1;
}

.resa-controls {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background-color: #fff;
}

.resa-btn {
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 6px;
    width: 130px;
    margin: 2px;
}

.resa-btn-inscr {
    background-color: #0ba204;
}

.resa-btn-desinscr {
    background-color: #a20500;
}

.myGroup .resa-btn-inscr, .resa-groupResa:not(.myGroup) .resa-btn-desinscr {
    display: none;
}

.myGroup {
    border: 2px solid #0ba204 !important;
}

.myGroup .resa-groupResaNom {
    background-color: #0ba204 !important;
}

.resa-iAmIn {
    display: none;
    font-style: italic;
    color: #0ba204;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.myGroup .resa-iAmIn {
    display: block;
}

.linkCharte {
    background-color: #456d94;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 0 10px;
}

.linkCharte:hover {
    opacity: .7;
}

.resa-groupResaDescr {
    background-color: #efefef;
    border-radius: 2px;
    padding: 0 5px;
}

.resa-groupResaDescrContent {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

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

.resa-groupResa[data-actif="true"] .resa-groupResaDescrContent {
    overflow: auto;
    white-space: normal;
    text-overflow: inherit;
}

.resa-groupResa[data-actif="true"] .resa-groupResaDescrBtnPlus {
    display: none;
}


/* MEDIA QUERIES */
.logoAbsolute {
    width: 316px;
    position: absolute;
    top: 10px;
    left: 0;
    display: none !important;
    border-radius: 5px;
}

.logoGrand {
    display: block !important;
}

[data-template="excellencePro"] .linkCharte {
    background-color: #6c226b;
}

[data-template="excellencePro"] .resa-system {
    border-color: #6c226b;
}

[data-template="excellencePro"] .resa-systemNom {
    background-color: #6c226b;
}

[data-template="excellencePro"] .resa-groupsResaContainer {
    background-color: #f8edff;
}

[data-template="excellencePro"] .resa-groupResa {
    border-color: #6c226b;
}

.resa-groupResa[data-actif="true"] {
    border-color: #1fb9e7;
}

[data-template="excellencePro"] .resa-groupResaNom {
    background-color: #6c226b;
}

.resa-groupResa[data-actif="true"] .resa-groupResaNom {
    background-color: #1fb9e7;
}


[data-template="excellencePro"] .logoPtf {
    width: 342px;
}

[data-template="excellencePro"] .color2 {
    color: #6c226b;
}

[data-template="excellencePro"] .navbar-default {
    background-color: #6c226b;
}

[data-template="excellencePro"] #back {
    background-color: #6c226b;
}

[data-template="excellencePro"] .sub-menu > li > a {
    background-color: #6c226b;
}

[data-template="excellencePro"] .email, [data-template="excellencePro"] .phone, [data-template="excellencePro"] .footer-widget p.email, [data-template="excellencePro"] .footer-widget p.phone {
    color: #6c226b;
}

[data-template="excellencePro"] .ball-1, [data-template="excellencePro"] .ball-2 {
    background-color: #6c226b;
}

[data-template="excellencePro"] .btn-primary {
    background-color: #6c226b;
}

[data-template="excellencePro"] .breadcrumb {
    border-color: #6c226b;
}

[data-template="excellencePro"] .studitBlueFC {
    color: #6c226b;
}

[data-template="excellencePro"] .btnMenuDiscCourses, [data-template="excellencePro"] .btnGoBack {
    background-color: #6c226b;
}

[data-template="excellencePro"] .filArianeCourses, [data-template="excellencePro"] .filArianeCourses .disciLink {
    background-color: #6c226b;
    border-color: #6c226b;
}

[data-template="excellencePro"] .filArianeCourses .coursLink {
    background-color: #892488;
}

[data-template="excellencePro"] .footer-pri {
    background-color: #bbb;
}

[data-template="excellencePro"] ul.list-default > li:before {
    color: #892488;
}

[data-template="excellencePro"] .nav-pills > li.active > a,
[data-template="excellencePro"] .nav-pills > li.active > a:focus,
[data-template="excellencePro"] .nav-pills > li.active > a:hover {
    background-color: #892488;
}

[data-template="excellencePro"] .nav-stacked > li.active > a:after {
    border-color: transparent transparent transparent #892488;
}

[data-template="excellencePro"] .courseElem.forum{
    background: #f7e6ff;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    padding: 10px 15px;
    border-radius: 10px;
}
[data-template="excellencePro"] .courseElem.forum .btnLien{
    background-color: #892488;
}
[data-template="excellencePro"] .courseElem.forum .fa-users{
    color: #892488;
    font-size: 120px
}
[data-template="excellencePro"] .courseElem.forum .forumLogo{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
}
[data-template="excellencePro"] .courseElem.forum .itemDescription{
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
[data-template="excellencePro"] .courseElem.forum .itemTitle{
    margin: 15px 0;
}
[data-template="excellencePro"] .courseElem.forum .itemInfos{
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
}
.btnIA{
    background: linear-gradient(0.25turn, #014aae, #675bca, #c86be5);
}
.btn10FS{
    font-size: 10px !important;
}

@media screen and (max-width: 1200px) {
    [data-template="afadec"] .logoAbsolute {
        left: -0px
    }
}

@media screen and (max-width: 1100px) {
    body:not([data-template="excellencePro"]) .logoAbsolute {
        width: 280px;
        left: 0px
    }

    body[data-template="excellencePro"] .logoAbsolute {
        width: 260px;
        left: -10px;
        top: 9px;
    }

    [data-template="excellencePro"] .logoPtf {
        width: 280px;
    }
}

@media screen and (max-width: 992px) {
    body:not([data-template="excellencePro"]) .logoAbsolute {
        width: 80px;
        top: 25px;
    }
    body:not([data-template="excellencePro"]) .logoGrand {
        display: none !important;
    }

    body:not([data-template="excellencePro"]) .logoPetit {
        display: none !important;
    }

    body:not([data-template="excellencePro"]) .logoToutPetit {
        display: block !important;
    }
    body[data-template="excellencePro"] .logoAbsolute {
        width: 230px;
        top: 20px;
    }

    [data-template="excellencePro"] .logoPtf {
        width: 235px;
    }
}

@media screen and (max-width: 880px) {
    body:not([data-template="excellencePro"]) .logoAbsolute {
        width: 80px;
        top: 25px;
    }

    body:not([data-template="excellencePro"]) .logoGrand {
        display: none !important;
    }

    body:not([data-template="excellencePro"]) .logoPetit {
        display: none !important;
    }

    body:not([data-template="excellencePro"]) .logoToutPetit {
        display: block !important;
    }

    body[data-template="excellencePro"] .logoAbsolute {
        width: 170px;
        top: 25px;
    }

    [data-template="excellencePro"] .logoPtf {
        width: 170px;
    }
}

@media screen and (max-width: 768px) {
    [data-template="excellencePro"] .courseElem.forum .fa-users{
        font-size: 72px;
    }
    .logoAbsolute {
        width: 316px;
        left: 0;
        top: 10px;
    }

    body:not([data-template="excellencePro"]) .logoGrand {
        display: block !important;
    }

    body:not([data-template="excellencePro"]) .logoPetit {
        display: none !important;
    }

    body:not([data-template="excellencePro"]) .logoToutPetit {
        display: none !important;
    }

    body[data-template="excellencePro"] .logoAbsolute {
        width: 240px;
        top: 9px;
        left: 20px;
    }
    body:not([data-template="excellencePro"]) .logoAbsolute {
        width: 240px;
        top: 9px;
        left: 0px;
    }


    [data-template="excellencePro"] .logoPtf {
        width: 280px;
    }
    .devenirEnseignant{
        display: none;
    }
}
@media screen and (max-width: 600px) {
    [data-template="excellencePro"] .courseElem.forum .fa-users{
        display: none;
    }
}

@media screen and (max-height: 1000px) {
    .chatIHM .contentRow, .emailingIHM {
        height: 490px;
    }

    .longLinkList {
        max-height: 600px;
    }
}

@media screen and (max-height: 900px) {
    .chatIHM .contentRow, .emailingIHM {
        height: 450px;
    }

    .longLinkList {
        max-height: 500px;
    }
}

@media screen and (max-height: 800px) {
    .chatIHM .contentRow, .emailingIHM {
        height: 380px;
    }

    .longLinkList {
        max-height: 400px;
    }
}

@media screen and (max-height: 700px) {
    .chatIHM .contentRow, .emailingIHM {
        height: 350px;
    }

    .longLinkList {
        max-height: 300px;
    }
}

@media screen and (max-height: 600px) {
    .chatIHM .contentRow, .emailingIHM {
        height: 300px;
    }

    .longLinkList {
        max-height: 250px;
    }
}


/* ==========================================================================
   Fix visible-lg and hidden-lg for resolutions over 1600px
   Remove if don't want to use
   ========================================================================== */
@media (min-width: 1600px) {
    .visible-lg {
        display: none !important;
    }

    .hidden-lg {
        display: block !important;
    }

    table.hidden-lg {
        display: table;
    }

    tr.hidden-lg {
        display: table-row !important;
    }

    th.hidden-lg,
    td.hidden-lg {
        display: table-cell !important;
    }
}

[data-template="excellencePro"] .navbar .container {
    width: 100%;
}

/* ==========================================================================
   Set containers fixed sizes for >1600px, >1920px, >2560px
   Remove all if don't want to use big fixed sizes for all blocks
   You still can use cols with .container-fluid blocks
   ========================================================================== */
@media (min-width: 1600px) {
    [data-template="afadec"] .container {
        width: 1530px;
    }
}

@media (min-width: 1920px) {
    [data-template="afadec"] .container {
        width: 1830px;
    }
}

@media (min-width: 2560px) {
    [data-template="afadec"] .container {
        width: 2490px;
    }
}

/* ==========================================================================
   col-xl, col-xxl, col-xxxl setup.
   Don't remove anything below this line
   ========================================================================== */

.col-xl-1, .col-xxl-1, .col-xxxl-1, .col-xl-2, .col-xxl-2, .col-md-2, .col-xxxl-2, .col-xl-3, .col-xxl-3, .col-md-3, .col-xxxl-3, .col-xl-4, .col-xxl-4, .col-md-4, .col-xxxl-4, .col-xl-5, .col-xxl-5, .col-md-5, .col-xxxl-5, .col-xl-6, .col-xxl-6, .col-md-6, .col-xxxl-6, .col-xl-7, .col-xxl-7, .col-md-7, .col-xxxl-7, .col-xl-8, .col-xxl-8, .col-md-8, .col-xxxl-8, .col-xl-9, .col-xxl-9, .col-md-9, .col-xxxl-9, .col-xl-10, .col-xxl-100, .col-xxxl-10, .col-xl-11, .col-xxl-111, .col-xxxl-11, .col-xl-12, .col-xxl-122, .col-xxxl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1600px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: 0;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: 0;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1920px) {
    .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
        float: left;
    }

    .col-xxl-12 {
        width: 100%;
    }

    .col-xxl-11 {
        width: 91.66666667%;
    }

    .col-xxl-10 {
        width: 83.33333333%;
    }

    .col-xxl-9 {
        width: 75%;
    }

    .col-xxl-8 {
        width: 66.66666667%;
    }

    .col-xxl-7 {
        width: 58.33333333%;
    }

    .col-xxl-6 {
        width: 50%;
    }

    .col-xxl-5 {
        width: 41.66666667%;
    }

    .col-xxl-4 {
        width: 33.33333333%;
    }

    .col-xxl-3 {
        width: 25%;
    }

    .col-xxl-2 {
        width: 16.66666667%;
    }

    .col-xxl-1 {
        width: 8.33333333%;
    }

    .col-xxl-pull-12 {
        right: 100%;
    }

    .col-xxl-pull-11 {
        right: 91.66666667%;
    }

    .col-xxl-pull-10 {
        right: 83.33333333%;
    }

    .col-xxl-pull-9 {
        right: 75%;
    }

    .col-xxl-pull-8 {
        right: 66.66666667%;
    }

    .col-xxl-pull-7 {
        right: 58.33333333%;
    }

    .col-xxl-pull-6 {
        right: 50%;
    }

    .col-xxl-pull-5 {
        right: 41.66666667%;
    }

    .col-xxl-pull-4 {
        right: 33.33333333%;
    }

    .col-xxl-pull-3 {
        right: 25%;
    }

    .col-xxl-pull-2 {
        right: 16.66666667%;
    }

    .col-xxl-pull-1 {
        right: 8.33333333%;
    }

    .col-xxl-pull-0 {
        right: 0;
    }

    .col-xxl-push-12 {
        left: 100%;
    }

    .col-xxl-push-11 {
        left: 91.66666667%;
    }

    .col-xxl-push-10 {
        left: 83.33333333%;
    }

    .col-xxl-push-9 {
        left: 75%;
    }

    .col-xxxl-push-8 {
        left: 66.66666667%;
    }

    .col-xxxl-push-7 {
        left: 58.33333333%;
    }

    .col-xxxl-push-6 {
        left: 50%;
    }

    .col-xxxl-push-5 {
        left: 41.66666667%;
    }

    .col-xxxl-push-4 {
        left: 33.33333333%;
    }

    .col-xxxl-push-3 {
        left: 25%;
    }

    .col-xxxl-push-2 {
        left: 16.66666667%;
    }

    .col-xxxl-push-1 {
        left: 8.33333333%;
    }

    .col-xxxl-push-0 {
        left: 0;
    }

    .col-xxxl-offset-12 {
        margin-left: 100%;
    }

    .col-xxxl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xxxl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xxxl-offset-9 {
        margin-left: 75%;
    }

    .col-xxxl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xxxl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xxxl-offset-6 {
        margin-left: 50%;
    }

    .col-xxxl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xxxl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xxxl-offset-3 {
        margin-left: 25%;
    }

    .col-xxxl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xxxl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xxxl-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 2560px) {
    .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12 {
        float: left;
    }

    .col-xxxl-12 {
        width: 100%;
    }

    .col-xxxl-11 {
        width: 91.66666667%;
    }

    .col-xxxl-10 {
        width: 83.33333333%;
    }

    .col-xxxl-9 {
        width: 75%;
    }

    .col-xxxl-8 {
        width: 66.66666667%;
    }

    .col-xxxl-7 {
        width: 58.33333333%;
    }

    .col-xxxl-6 {
        width: 50%;
    }

    .col-xxxl-5 {
        width: 41.66666667%;
    }

    .col-xxxl-4 {
        width: 33.33333333%;
    }

    .col-xxxl-3 {
        width: 25%;
    }

    .col-xxxl-2 {
        width: 16.66666667%;
    }

    .col-xxxl-1 {
        width: 8.33333333%;
    }

    .col-xxxl-pull-12 {
        right: 100%;
    }

    .col-xxxl-pull-11 {
        right: 91.66666667%;
    }

    .col-xxxl-pull-10 {
        right: 83.33333333%;
    }

    .col-xxxl-pull-9 {
        right: 75%;
    }

    .col-xxxl-pull-8 {
        right: 66.66666667%;
    }

    .col-xxxl-pull-7 {
        right: 58.33333333%;
    }

    .col-xxxl-pull-6 {
        right: 50%;
    }

    .col-xxxl-pull-5 {
        right: 41.66666667%;
    }

    .col-xxxl-pull-4 {
        right: 33.33333333%;
    }

    .col-xxxl-pull-3 {
        right: 25%;
    }

    .col-xxxl-pull-2 {
        right: 16.66666667%;
    }

    .col-xxxl-pull-1 {
        right: 8.33333333%;
    }

    .col-xxxl-pull-0 {
        right: 0;
    }

    .col-xxxl-push-12 {
        left: 100%;
    }

    .col-xxxl-push-11 {
        left: 91.66666667%;
    }

    .col-xxxl-push-10 {
        left: 83.33333333%;
    }

    .col-xxxl-push-9 {
        left: 75%;
    }

    .col-xxxl-push-8 {
        left: 66.66666667%;
    }

    .col-xxxl-push-7 {
        left: 58.33333333%;
    }

    .col-xxxl-push-6 {
        left: 50%;
    }

    .col-xxxl-push-5 {
        left: 41.66666667%;
    }

    .col-xxxl-push-4 {
        left: 33.33333333%;
    }

    .col-xxxl-push-3 {
        left: 25%;
    }

    .col-xxxl-push-2 {
        left: 16.66666667%;
    }

    .col-xxxl-push-1 {
        left: 8.33333333%;
    }

    .col-xxxl-push-0 {
        left: 0;
    }

    .col-xxxl-offset-12 {
        margin-left: 100%;
    }

    .col-xxxl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xxxl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xxxl-offset-9 {
        margin-left: 75%;
    }

    .col-xxxl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xxxl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xxxl-offset-6 {
        margin-left: 50%;
    }

    .col-xxxl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xxxl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xxxl-offset-3 {
        margin-left: 25%;
    }

    .col-xxxl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xxxl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xxxl-offset-0 {
        margin-left: 0;
    }
}


.visible-xl,
.visible-xxl,
.visible-xxxl {
    display: none !important;
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl,
    td.visible-xl {
        display: table-cell !important;
    }
}

@media (min-width: 1920px) and (max-width: 2559px) {
    .visible-xxl {
        display: block !important;
    }

    table.visible-xxl {
        display: table;
    }

    tr.visible-xxl {
        display: table-row !important;
    }

    th.visible-xxl,
    td.visible-xxl {
        display: table-cell !important;
    }
}

@media (min-width: 2560px) {
    .visible-xxxl {
        display: block !important;
    }

    table.visible-xxxl {
        display: table;
    }

    tr.visible-xxxl {
        display: table-row !important;
    }

    th.visible-xxxl,
    td.visible-xxxl {
        display: table-cell !important;
    }
}


@media (min-width: 1600px) and (max-width: 1919px) {
    .hidden-xl {
        display: none !important;
    }
}

@media (min-width: 1920px) and (max-width: 2559px) {
    .hidden-xxl {
        display: none !important;
    }
}

@media (min-width: 2560px) {
    .hidden-xxxl {
        display: none !important;
    }
}

