.formAbonnement {
    padding: 15px 0;
}

.form640 .well,
.form860 .well,
.form520 .well,
.formBlocks .well {
    margin: 0 auto;
    background-image: none;
    border: none;
}
.form860 .well,
.formAbonnement .well {
    max-width: 860px;
}
.form640 .well,
.formCandidat .well,
.formEntreprise .well,
.formCopilote .well,
.formEmployes .well {
    max-width: 640px;
}
.form520 .well {
    max-width: 520px;
}
.buttonsAbo {
    padding: 10px !important;
}

.buttonsAbo button {
    margin: 5px !important;
    color: #ffffff !important;
}
.buttonsAbo button:hover,
.buttonsAbo button:focus {
    opacity: 0.85;
}
.buttonsAbo button > span {
    padding: 0 10px 0 0;
    color: #ffffff;
}
.buttonsAbo ul .dropdown-menu {
    padding: 5px 10px;
}
@media screen and (min-width: 992px) {
    .buttonsAbo button.d-block {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
    .buttonsAbo ul li,
    .buttonsAbo ul li button {
        min-width: 130px;
        text-align: left;
    }
}
.listAbonnement {
    padding: 15px 0;
    margin: 0 auto;
}
.addContenGrid button.addContent,
.listAbonnement .panel,
.abonnementBlocks.panel {
    background-image: linear-gradient(to bottom, #fffcfc 0, #f7f7f7 20%);
    background-color: #f7f7f7;
    padding: 25px;
}
.addContenGrid button.addContent {
    border: 1px solid #dddddd;
    padding: 15px 40px;
}
.addContenGrid button.addContent:before {
    display: none !important;
}
.addContenGrid button.addContent span {
    font-size: 45px;
    color: #ffffff !important;
    text-shadow: 0 0 5px #cecece;
}
.addContenGrid button.addContent,
.abonnementBlocks {
    width: 100%;
    position: relative;
    transition: all 0.1s ease-in-out;
}
div.Child,
div.parrent {
    display: contents;
}

a.abonnementBlocks {
    color: #333;
    text-decoration: none;
    position: relative;
    display: block;
    z-index: 10;
}

.EditDoc,
.SupprDoc {
    position: absolute;
    display: block;
    z-index: 100;
    background: none;
    border: none;
    font-size: 18px;
    top: 0;
    right: 20px;
    width: 25px;
    color: #ffffff;
}
.EditDoc {
    top: 27px;
}
.EditDoc span.fa {
    margin-left: 0;
}
.EditDoc:hover,
.SupprDoc:hover {
    color: #fefefe;
}
.addContenGrid button.addContent:hover,
.addContenGrid button.addContent:hover span,
a.abonnementBlocks:hover {
    color: #333 !important;
    text-decoration: none;
}
.addContenGrid button.addContent:hover,
.abonnementBlocks:hover {
    opacity: 0.95;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to bottom, #fffcfc 0, #fafafa 40%);
    background-color: #fafafa;
}
.abonnementBlocks .panel-heading {
    padding-right: 30px;
}

.abonnementBlocks h3 {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    min-height: 30px;
}
.abonnementBlocks p {
    margin: 0;
    padding: 3px 0 2px;
    font-size: 14px;
    line-height: 18px;
}
.abonnementBlocks a:hover {
    text-decoration: none;
}
.abonnementBlocks .link {
    color: #828282;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 3;
    border: none;
    background: none;
}

.abonnementBlocks .link-historique-log {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #fff;
    padding: 5px;
    width: 36px;
    height: 36px;
    background-color: rgb(240, 121, 48);
    top: 10px;
    border-radius: 5px;
    border: none;
    right: 60px;
    font-size: 20px;
}

.abonnementBlocks .link-historique-log:hover {
    background-color: rgb(240, 121, 48, 0.8);
}

.abonnementBlocks .linkEntr,
.abonnementBlocks .linkForm {
    color: #828282;
    font-size: 18px;
    position: absolute;
    top: 10px;
    z-index: 3;
    border: 1px solid #c8c8c8;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 2px 5px;
    cursor: pointer;
    min-width: 40px;
}
.abonnementBlocks .linkEntr:hover,
.abonnementBlocks .linkForm:hover {
    color: #e5e5e5;
    border: 1px solid #c8c8c8;
    background: #9d9c9c;
}
.abonnementBlocks .linkEntr {
    right: 110px;
}
.abonnementBlocks .linkForm {
    right: 60px;
}
.abonnementBlocks .BlockedCompte {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ff0000;
    text-align: center;
    padding: 15px;
}
.abonnementBlocks .BlockedCompte .icons {
    font-size: 60px;
    line-height: 60px;
}
.abonnementBlocks .blocklink {
    color: #333333;
    position: relative;
    z-index: 1;
}
.abonnementBlocks .pictBlock {
    position: relative;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #dddddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0 10px 10px 0;
    flex-shrink: 0;
    display: block;
}
.abonnementBlocks .nameOf h3 {
    width: 100%;
    display: block;
    display: -webkit-box;
    line-height: 23px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@supports (-moz-appearance: meterbar) and
    (background-blend-mode: difference, normal) {
    .abonnementBlocks .nameOf h3 {
        display: block;
        white-space: nowrap;
    }
}
@media screen {
    @media (min-width: 0px) {
        .abonnementBlocks .nameOf h3 {
            display: block;
            white-space: nowrap;
        }
    }
    .modal-body {
        overflow: hidden;
        white-space: initial;
        word-break: normal;
    }
    .abonnementBlocks .pictBlock + div {
        white-space: normal;
        word-break: break-all;
        overflow: hidden;
    }
    .abonnementBlocks .pictBlock img {
        position: absolute;
        width: auto;
        height: auto;
        position: absolute;
        max-width: 100% !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .abonnementBlocks.redBorder {
        border-bottom: 2px solid #ff5f5a;
        border-top: 3px solid #fc2923;
    }
    .abonnementBlocks.orangeBorder {
        border-bottom: 2px solid #feb07b;
        border-top: 3px solid #ffa533;
    }
    .abonnementBlocks.greenBorder {
        border-bottom: 2px solid #4ce3ba;
        border-top: 3px solid #29be96;
    }
    .abonnementBlocks.blueBorder {
        border-bottom: 2px solid #90d0ff;
        border-top: 3px solid #33a9ff;
    }
    .abonnementBlocks.others {
        border-bottom: 2px solid gray;
        border-top: 3px solid gray;
    }

    .abonnementBlocks.BlockTypeFormation {
        border-color: #ffd6bd;
    }
    .abonnementBlocks.BlockTypeFormation .panel-heading {
        background-color: #f07930 !important;
        background: #f07930 !important;
        border-color: #f07930 !important;
        color: #ffffff !important;
    }

    .abonnementBlocks.BlockTypeDocument {
        border-color: #c4c9de;
    }
    .abonnementBlocks.BlockTypeDocument .panel-heading {
        background-color: #091443 !important;
        border-color: #091443 !important;
        color: #ffffff !important;
    }
    .abonnementBlocks.BlockTypeFormation .panel-body {
        min-height: 145px;
    }
    .abonnementBlocks.BlockTypeDocument .panel-body {
        min-height: 140px;
    } /*
.abonnementBlocks.BlockTypeDocument .panel-body > p,
.abonnementBlocks.BlockTypeFormation  .panel-body > p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    !*text-overflow: -o-ellipsis-lastline;*!
}
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .abonnementBlocks.BlockTypeDocument .panel-body  p,
        .abonnementBlocks.BlockTypeFormation  .panel-body  p {
            display: block;
            height: 58px !important;
            overflow: hidden;
            text-overflow: -o-ellipsis-lastline;
        }
    }*/
    .abonnementBlocks.BlockTypeDocument .panel-body {
        min-height: 140px;
    }
    .tooltip-inner {
        white-space: normal;
        word-break: break-all;
    }
    .abonnementBlocks h1,
    .abonnementBlocks h2,
    .abonnementBlocks h3,
    .abonnementBlocks h4,
    .abonnementBlocks .panel-body {
        word-break: break-all;
        white-space: normal;
    }

    .modal-header h1,
    .modal-header h2,
    .modal-header h3,
    .modal-header h4,
    .modal-header h5,
    .modal-header h6,
    .modal-header p,
    .modal-header div {
        white-space: normal;
        word-break: break-all;
    }
    .formFiltres {
        padding: 15px 0;
    }
    .createCode {
        flex-basis: 340px;
        text-align: right;
    }
    .modal-content .container {
        width: 100%;
        min-width: inherit;
    }
    .modal-content .navbar {
        margin-left: 1px;
        margin-right: 1px;
    }
    .formFiltres .input-group .btn {
        border: 1px solid #ccc !important;
    }
    .addAbo {
        color: #ffffff;
        background: none;
        border: none;
    }
    .addAbo span {
        font-size: 75px;
        color: #ffffff;
    }
    .add2 {
        padding: 15px !important;
    }
    .add2 .addAbo span {
        font-size: 55px;
    }
    .addAbo:hover span {
        color: #222222;
    }
    .abonnementNbrs {
        background: #fafafa;
        border-radius: 5px;
        padding: 5px;
        margin: 3px 15px 0;
        border: 1px solid #e9e9e9;
    }
    .text-dark {
        color: #000000 !important;
    }
    .text-orange {
        color: #ff791e !important;
    }
    .bg-light {
        background-color: #ffffff !important;
    }
    .bg-dark {
        background-color: #000000 !important;
    }
    .bg-orange {
        background-color: #ff791e !important;
    }
    /*PROGRESS-BAR DOC*/
    .LeftDoc {
        background: #fafafa;
        border-radius: 10px;
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.25);
    }

    .LeftDoc a.d-block {
        background-color: #ff791e;
        border-radius: 7px;
        box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
        color: #ffffff;
        margin: 5px 0 0;
        padding: 7px 10px;
        text-align: left;
        text-decoration: none;
        font-size: 13px;
    }

    .LeftDoc a.d-block.active,
    .LeftDoc a.d-block:hover {
        opacity: 0.75;
        color: #000000;
    }
    .LeftDoc a.d-block span {
        padding-right: 5px;
    }

    .progress-bar-vertical {
        width: 20px;
        min-height: 150px;
        display: flex;
        align-items: flex-end;
        margin-right: 20px;
        margin-bottom: 0;
        float: left;
        background: #e01a00; /* Old browsers */
        background: -moz-linear-gradient(
            top,
            #e01a00 1%,
            #d6b028 52%,
            #58c980 100%
        ); /* FF3.6-15 */
        background: -webkit-linear-gradient(
            top,
            #e01a00 1%,
            #d6b028 52%,
            #58c980 100%
        ); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(
            to bottom,
            #e01a00 1%,
            #d6b028 52%,
            #58c980 100%
        ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e01a00', endColorstr='#58c980',GradientType=0 ); /* IE6-9 */
        position: relative;
    }

    .progress-bar-vertical .progress-bar {
        width: 100%;
        height: 0;
        -webkit-transition: height 1s ease;
        -o-transition: height 1s ease;
        transition: height 1s ease;
        position: absolute;
        bottom: 0;
        z-index: 2;
        background: transparent !important;
    }
    .progress-bar-vertical .progress-bar:before {
        position: absolute;
        content: '';
        width: 100%;
        bottom: 100%;
        left: 0;
        height: 150px;
        z-index: 1;
        background: #f5f5f5;
    }
    .storage {
        font-size: 12px;
    }
    .storage p {
        font-weight: 700;
    }
    .ContenuesDocs {
    }
    .ContenuesDocs.noDocs {
        text-align: center;
        padding: 25px;
    }
    .ContenuesDocs.noDocs .icon {
        border-radius: 50%;
        border: 1px solid #e7e7e7;
        color: #b2b2b2;
        font-size: 160px;
        height: 200px;
        line-height: 180px;
        margin: 0 auto;
        width: 200px;
        text-align: center;
    }
    .ContenuesDocs.noDocs h4 {
        padding: 20px 0;
    }
    .blockContent {
    }
    .blockContent.modeGrid {
    }
    .blockContent.modeList {
    }
    .blockContent.modeGrid .breadcrumb {
        background-color: transparent !important;
        padding-left: 0;
    }

    .docBlock {
        padding: 10px;
        margin: 5px;
    }
    .docBlock.docShow {
    }
    .no-border,
    .docBlock.docLink {
        border: none !important;
    }
    .docBlock input {
        display: none;
    }
    .docBlock label {
        display: block;
        position: relative;
        width: 110px !important;
        padding: 0;
    }
    .docBlock label:before {
        color: #459300;
        content: '\f058';
        display: block;
        font-family: FontAwesome;
        position: absolute;
        font-size: 40px;
        top: 10px;
        left: 50%;
        margin: 0 0 0 -20px;
        opacity: 0;
    }
    .docBlock input[type='checkbox'] + label {
        opacity: 1;
    }
    .docBlock label.active,
    .docBlock label:active,
    .docBlock:focus,
    .docBlock label:focus {
        outline: none !important;
        box-shadow: none !important;
        outline-offset: 0 !important;
    }
    .docBlock input[type='checkbox']:checked + label {
        opacity: 0.7;
    }
    .docBlock input[type='checkbox']:checked + label:before {
        opacity: 1;
    }
    .docBlock label h4 {
        display: block;
        font-style: normal;
        text-align: center;
        display: block;
        margin: -5px 0 0;
        padding: 2px 0;
        border-radius: 3px;
        font-size: 14px;
        white-space: normal;
        word-break: break-word;
    }
    .docBlock .fa {
        color: #b2b2b2;
        font-size: 100px;
        /*height: 120px;*/
        line-height: 100px;
        margin: 0 auto;
        width: 80px;
        text-align: center !important;
    }
    .docBlock.docLink .fa {
        font-size: 50px;
        line-height: 50px;
    }
    .docBlock.docLink .fa.fa-folder {
        color: #ff791e;
    }
    .docBlock.docLink .fa.fa-file {
        font-size: 40px;
    }
    .titreTableau {
        font-weight: 700;
        border-bottom: 2px solid #ddd;
    }
    .tree-grid th {
        text-align: left !important;
        color: #000000 !important;
    }
    .tree-grid th a {
        color: #000;
        cursor: pointer;
    }
    table.table .tree-grid-row td,
    .tree-grid-row td,
    .listTableau li {
        border-bottom: 1px solid #fff !important;
        vertical-align: middle;
    }
    table.table .tree-grid-row th:nth-last-child(1),
    table.table .tree-grid-row td:nth-last-child(1),
    .tree-grid-row th:nth-last-child(1),
    .tree-grid-row td:nth-last-child(1) {
        width: 70px;
    }
    table.table .tree-grid-row th:nth-last-child(2),
    table.table .tree-grid-row td:nth-last-child(2),
    .tree-grid-row th:nth-last-child(2),
    .tree-grid-row td:nth-last-child(2) {
        width: 115px;
    }
    .listTableau li input {
        display: none;
    }
    .listTableau li input + label {
        background-color: transparent;
        padding: 8px 0 8px 10px;
        margin-bottom: 0px;
    }
    .tree-grid-row.active td:first-child,
    .tree-grid-row.active td:first-child a,
    .tree-grid-row.active td,
    table.table .tree-grid-row.active td,
    .listTableau li input:checked + label {
        background-color: #424242 !important;
        background: #424242 !important;
        color: #ffffff;
        position: relative;
    }
    .listTableau li input:checked + label * {
        color: #ffffff;
    }
    .listTableau li input:checked + label span {
        opacity: 0.6;
    }

    .tree-grid-row > td:first-child a {
        height: 100%;
        display: block;
    }
    .tree-grid-row > td a:hover {
        text-decoration: none;
    }
    .tree-grid-row > td:first-child a .indented,
    .listTableau li input:checked + label:before {
        display: block;
        font-size: 14px;
        bottom: 0;
        top: 0;
        margin: 0;
        z-index: 9;
        color: #ffffff;
        background: #424242 !important;
        text-shadow: 0 0 3px rgba(13, 13, 13, 0.35);
        color: #fff;
        width: 30px;
        padding: 8px;
        border-radius: 50%;
        height: 30px;
        text-align: center;
        position: relative;
    }
    .tree-grid-row td:first-child a .indented:before {
        /*content: "\f07b" !important;*/
    }
    .tree-grid-row.active > td:first-child a .indented {
        background: #ffffff !important;
        color: #424242 !important;
        padding: 12px 3px 0;
    }
    .tree-grid-row.active > td:first-child a .indented:before {
        content: '\f00c' !important;
        color: #8bc34a;
        font-size: 24px;
        line-height: 0;
    }
    .titreTableau .col,
    .listTableau .col {
        white-space: nowrap;
        text-align: left;
        padding: 10px;
        vertical-align: bottom;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
    }
    .titreTableau .col:last-of-type,
    .listTableau .col:last-of-type {
        text-align: right;
        justify-content: flex-end;
    }

    .tree-grid-row:nth-of-type(odd) td,
    .listTableau ol > li:nth-of-type(odd),
    .listTableau ul > li:nth-of-type(odd) {
        background-color: #f9f9f9 !important;
    }
    .tree-grid-row:nth-of-type(even) td,
    .listTableau ol > li:nth-of-type(even),
    .listTableau ul > li:nth-of-type(even) {
        background-color: #ffffff !important;
    }
    .tree-grid-row:(not) td,
                         .tree-grid-row:nth-of-type(even) td,
                         .listTableau ol li li:nth-of-type(odd),
                         .listTableau ol li li:nth-of-type(even),
                         .listTableau ul li li:nth-of-type(odd),
                         .listTableau ul li li:nth-of-type(even) {
        background-color: transparent;
    }
    .tree-grid-row:hover,
    .listTableau ul li label:hover {
        opacity: 0.5;
    }
    table.table .tree-grid-row td:first-child,
    .tree-grid-row > td:first-child {
        /*padding:0 !important;*/
        width: 40px;
    }
    .listTableau a {
        color: #fff;
        width: 40px;
        padding: 7px;
        background: #cccccc !important;
        margin: 10px;
        text-shadow: 0 0 3px rgba(13, 13, 13, 0.35);
        border-radius: 50%;
        height: 40px;
        text-align: center;
    }
    .listTableau .nolinks {
        padding: 0;
        height: 0;
    }
    .listTableau a:hover {
        color: #333;
        text-decoration: none;
        opacity: 0.9;
    }
    .tree-grid-row,
    .labellist li {
        position: relative;
    }
    .listTableau li li:before {
        content: '\f148';
        font-family: FontAwesome;
        font-size: 13px;
        position: absolute;
        top: 19px;
        left: 25px;
        color: #8a8a8a;
        transform: rotate(90deg);
    }

    .breadcrumb {
        background: none !important;
    }
    .breadcrumb a {
        text-decoration: none;
    }
    .tree-grid-row.level-2 td,
    .listTableau li li a,
    .listTableau li li .typedoc {
        background: #efefef !important;
    }
    .tree-grid-row.level-3 td,
    .listTableau li li li a,
    .listTableau li li li .typedoc {
        background: #ffefd6 !important;
    }
    .tree-grid-row.level-4 td,
    .listTableau li li li li a,
    .listTableau li li li li .typedoc {
        background: #bcdaff !important;
    }
    .tree-grid-row.level-5 td,
    .listTableau li li li li li a,
    .listTableau li li li li li .typedoc {
        background: #f0d2ff !important;
    }
    .tree-grid-row.level-6 td,
    .listTableau li li li li li li a,
    .listTableau li li li li li li .typedoc {
        background: #efffef !important;
    }
    .tree-grid-row.level-7 td,
    .listTableau li li li li li li li a,
    .listTableau li li li li li li li .typedoc {
        background: #e1f8ff !important;
    }
    .tree-grid-row.level-8 td,
    .listTableau li li li li li li li a,
    .listTableau li li li li li li li .typedoc {
        background: #dddddd !important;
    }
    .tree-grid-row.level-9 td,
    .listTableau li li li li li li li a,
    .listTableau li li li li li li li .typedoc {
        background: #d0d2ed !important;
    }
    .tree-grid-row.level-10 td,
    .listTableau li li li li li li li a,
    .listTableau li li li li li li li .typedoc {
        background: #d7edd0 !important;
    }
    .tree-grid-row.level-11 td,
    .listTableau li li li li li li li a,
    .listTableau li li li li li li li .typedoc {
        background: #f5eeee !important;
    }

    .tree-grid-row.level-1 .indented {
        left: 5px !important;
    }
    .tree-grid-row.level-2 .indented {
        left: 20px !important;
    }
    .tree-grid-row.level-3 .indented {
        left: 35px !important;
    }
    .tree-grid-row.level-4 .indented {
        left: 50px !important;
    }
    .tree-grid-row.level-5 .indented {
        left: 65px !important;
    }
    .tree-grid-row.level-6 .indented {
        left: 80px !important;
    }
    .tree-grid-row.level-7 .indented {
        left: 95px !important;
    }
    .tree-grid-row.level-8 .indented {
        left: 110px !important;
    }
    .tree-grid-row.level-9 .indented {
        left: 125px !important;
    }
    .tree-grid-row.level-10 .indented {
        left: 140px !important;
    }
    .tree-grid-row.level-11 .indented {
        left: 155px !important;
    }

    .tree-grid-row.level-1 td:nth-child(2) {
    }
    .tree-grid-row.level-2 td:nth-child(2) {
        padding-left: 15px !important;
    }
    .tree-grid-row.level-3 td:nth-child(2) {
        padding-left: 30px !important;
    }
    .tree-grid-row.level-4 td:nth-child(2) {
        padding-left: 45px !important;
    }
    .tree-grid-row.level-5 td:nth-child(2) {
        padding-left: 60px !important;
    }
    .tree-grid-row.level-6 td:nth-child(2) {
        padding-left: 75px !important;
    }
    .tree-grid-row.level-7 td:nth-child(2) {
        padding-left: 90px !important;
    }
    .tree-grid-row.level-8 td:nth-child(2) {
        padding-left: 105px !important;
    }
    .tree-grid-row.level-9 td:nth-child(2) {
        padding-left: 120px !important;
    }
    .tree-grid-row.level-10 td:nth-child(2) {
        padding-left: 135px !important;
    }
    .tree-grid-row.level-11 td:nth-child(2) {
        padding-left: 150px !important;
    }

    .tree-grid-row:last-child td,
    .listTableau li li:last-child {
        border-bottom: none;
    }

    .listTableau .typedoc,
    .listeDocs table td span.typedoc {
        padding: 2px;
        margin: 3px 5px 3px 0;
        border: 1px solid #e7e7e7;
        background: #17a2b8;
        color: #fff;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    }
    .listTableau .typedoc.doc,
    .listeDocs table td span.typedoc.doc {
        background: #ababab;
        font-size: 12px;
    }

    .btn-file {
        position: relative;
        overflow: hidden;
    }
    .btn-file input[type='file'] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
    select.form-control option {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .img-upload {
        max-width: 150px;
        width: 100%;
        height: auto;
        margin: 5px auto;
        display: block;
    }
    .sideBarContainer,
    .sidebar-wrapper {
        min-height: 100vh;
    }
    .Switcher {
    }
    .Switcher button.active {
        opacity: 0.9;
        background-color: #ff791e;
        pointer-events: none;
    }
    .checkImbricked {
        background: #fafafa;
        border: 1px solid #ebebeb;
        border-radius: 5px;
        overflow: hidden;
    }
    .checkImbricked input[type='checkbox'] + span + .selectedOptions {
        border: 1px solid transparent;
        margin-left: -36px;
        margin-right: -16px;
        margin-top: 15px;
        padding: 0 15px;
        background: #ffffff;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        overflow: hidden;
    }
    .checkImbricked input[type='checkbox']:checked + span + .selectedOptions {
        border: 1px solid #efefef;
        max-height: inherit;
        padding: 15px 15px;
        visibility: visible;
        opacity: 1;
    }
    .TriagesBlock label,
    .checkImbricked label {
        width: 100%;
        text-align: left;
    }

    .TriagesBlock label {
        margin: 5px 0 !important;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #d7d7d7;
        display: block;
        padding-bottom: 5px;
        font-size: 13px;
    }

    .TriagesBlock label input + span {
        opacity: 1;
    }
    .TriagesBlock label input:checked + span {
        color: #337ab7;
        opacity: 0.4;
    }
    .TriagesBlock label:last-of-type {
        border-bottom: 1px solid transparent;
    }
    .TriagesBlock h5 {
        color: #ffffff;
        background: #fc9854;
        margin: -10px -10px 10px;
        padding: 15px;
        border-radius: 4px 3px 0 0;
        box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    }

    .col-block {
        order: 4;
        width: 33.2599%;
    }
    .d-flex .col-md-4 {
        width: 33.2599% !important;
    }
    .col-block:nth-child(1) {
        order: 1;
    }
    .col-block:nth-child(2) {
        order: 2;
    }
    .col-block:last-child {
        order: 3;
    }
    @media screen and (max-width: 992px) {
        .col-block {
            order: 4;
            width: 49.6999%;
        }
        .d-flex .col-sm-6 {
            width: 49.6999% !important;
        }
        .col-block:nth-child(1) {
            order: 1;
        }
        .col-block:nth-child(2) {
            order: 3;
        }
        .col-block:last-child {
            order: 2;
        }
    }
    @media screen and (max-width: 768px) {
        .col-block {
            order: 3;
            width: 100%;
        }
        .d-flex .col-xs-12 {
            width: 100% !important;
        }
        .col-block:nth-child(1) {
            order: 1;
        }
        .col-block:nth-child(2) {
            order: 2;
        }
        .col-block:last-child {
            order: 4;
        }
    }

    .abonnementBlocks .author {
        font-size: 12px;
        font-weight: 700;
    }
    .abonnementBlocks h4 {
        font-size: 16px;
    }
    .DocType {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
        border-radius: 4px;
    }
    .typeX {
        display: block;
        height: 30px;
        width: 30px;
        margin: 5px 10px 0 0;
        position: relative;
        overflow: hidden;
        flex-basis: 30px;
        flex-shrink: 0;
    }
    .typeX.popup {
        flex-basis: 60px;
        flex-shrink: 0;
        height: 50px;
        width: 60px;
    }
    .typeX img {
        width: 100% !important;
        height: auto;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
    .TypeName {
        text-align: left;
    }
    .TypeName p {
        margin: 0;
        padding: 3px 0 !important;
        line-height: 12px;
        font-size: 12px;
        color: #000000;
        font-weight: 500;
    }
    .DocOffer {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        min-height: 60px;
        min-width: 60px;
        background: #fff;
        border-radius: 4px;
        padding: 10px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        font-size: 12px;
        font-weight: 600;
        border: none;
    }

    .DocOfferPrice {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        min-height: 60px;
        min-width: 60px;
        background: #f07930;
        color: #fff;
        border-radius: 4px;
        padding: 10px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        font-size: 14px;
        font-weight: 600;
        border: none;
    }

    .MoreInformationsButton {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        background: #fafafa;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        padding: 5px;
        font-size: 12px;
        font-weight: 600;
        border: none;
        text-decoration: none;
        color: #000;
    }

    .DocBought {
        min-height: 60px;
        min-width: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        background: #fff !important;
        color: #00c853;
        border-radius: 4px;
        padding: 10px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        font-size: 10px;
        font-weight: 700;
        border: none;
    }

    .DocNotBought {
        min-height: 60px;
        min-width: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        background: #fff !important;
        color: #f07930;
        border-radius: 4px;
        padding: 8px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        font-size: 10px;
        font-weight: 700;
        border: none;
    }

    .modal .DocOffer {
        position: relative;
        bottom: inherit;
        right: inherit;
    }
    .copsNumber {
        display: block;
        text-align: center;
    }
    .DocWiew {
        border-radius: 5px 5px 0 0;
    }
    /*PROGRESS-BAR & DOC page*/
    .headerEdit {
        position: relative;
        z-index: 12;
    }
    .champDateInfo {
        bottom: calc(100% - 1px);
        left: 0;
        margin: 0;
        padding: 10px 20px;
        color: #333;
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        border-radius: 10px 10px 0 0;
        z-index: 10;
    }
    .champDateInfo .form-control {
        border-radius: 0 5px 5px 0 !important;
    }

    /*SPECific TAB WITH RADIO*/
    .formContains {
        position: relative;
        margin: 50px auto 30px !important;
        padding: 0 !important;
    }
    .formContains input.radioBtn {
        display: none;
    }
    .formContains input.radioBtn + label {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: absolute;
        display: inline-block;
        cursor: pointer;
        padding: 15px 10px;
        border-radius: 5px 5px 0 0;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15),
            0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15),
            0 1px 0 rgba(255, 255, 255, 0.1);
        background-color: #ffffff;
        font-size: 12px;
        bottom: 100%;
        margin-bottom: -5px;
        z-index: 1;
    }
    .formContains label.labeltab-1 {
        left: 0;
    }
    .formContains label.labeltab-2 {
        left: 180px;
    }

    .formContains .tab-pane {
        background-color: #f5f5f5;
        margin: 0 1px 1px;
        position: relative;
        z-index: 3;
        top: 0;
        display: block;
        /*overflow: hidden;*/
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.24);
        opacity: 1;
        height: auto;
        padding: 19px;
    }
    .formContains input.radioBtn:checked + label {
        background-color: #f5f5f5;
        margin-bottom: -1px;
        margin-left: 1px;
        z-index: 5;
        box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.13);
    }
    /*SPECific TAB WITH RADIO*/

    /*PAGES FORMATION CSS COLORS*/
    .blueBlock {
        border-bottom: 1px solid transparent;
        border-top: 2px solid transparent;
    }
    .blueBlock.formation {
        border-bottom-color: #a7d6ff;
        border-top-color: #a7d6ff;
        background-image: linear-gradient(to bottom, #e8f4ff 0, #f7fbff 40%);
        background-color: #f7fbff;
    }

    .blueBlock.formation .pictBlock {
        background-color: #f7fbff;
    }
    .blueBlock.formation .addAbo:hover span {
        color: #a7d6ff;
    }
    .blueBlock.notformation {
        border-bottom-color: #dfd5d5;
        border-top-color: #dfd5d5;
    }

    /*PAGES FORMATION CSS COLORS*/

    /*PAGE HISTORY LOG*/
    .history .imageCompany {
        width: 50px;
        height: 50px;
        overflow: hidden;
        position: relative;
        margin: 0 5px;
    }
    .history .imageCompany .img-upload {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        transform: translate(-50%, -50%);
    }
    .listeConnection {
        text-align: left;
        border-top: 1px solid #efefef;
    }
    .listeConnection:nth-child(odd) {
        background-color: #fbfbfb;
    }
    .listeConnection label {
        margin: 10px 0;
    }
    .listeConnection .listintern {
        border-top: 1px solid #fbfbfb;
        background-color: transparent !important;
        text-align: left;
        border-radius: 0;
        padding: 7px 0 !important;
    }

    .inputToggle {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 26px;
        margin: 5px auto;
    }

    /* Hide default HTML checkbox */
    .inputToggle input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    /* The slider */
    .inputToggle label {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border-radius: 26px;
        margin: 0 !important;
    }

    .inputToggle label:before {
        position: absolute;
        content: '';
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border-radius: 50%;
    }

    .inputToggle input:checked + label {
        background-color: #ff791e;
    }

    .inputToggle input:focus + label {
        box-shadow: 0 0 1px #ff791e;
    }

    .inputToggle input:checked + label:before {
        -webkit-transform: translateX(24px);
        -ms-transform: translateX(24px);
        transform: translateX(24px);
    }

    /* Rounded sliders */
}
/*PAGE HISTORY LOG*/

/*IMPORT CSS */

.loaderBlock {
    position: fixed;
    min-height: 100%;
    width: 100%;
    z-index: 10000;
    display: block;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
}
.loadernew {
    margin: 0 auto;
    width: 72px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    position: fixed;
    top: calc(50% - 30px);
    left: 50%;
    z-index: 10000;
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.loadernew > div {
    height: 100%;
    width: 10px;
    display: inline-block;
    float: left;
    margin-left: 2px;
    -webkit-animation: delay 1s infinite ease-in-out;
    animation: delay 1s infinite ease-in-out;
}
.loadernew .bar1 {
    background-color: #f07930;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.loadernew .bar2 {
    background-color: #f07930;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.loadernew .bar3 {
    background-color: #f07930;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.loadernew .bar4 {
    background-color: #f07930;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.loadernew .bar5 {
    background-color: #f07930;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.loadernew .bar6 {
    background-color: #f07930;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
@-webkit-keyframes delay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(0.05);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes delay {
    0%,
    100%,
    40% {
        transform: scaleY(0.05);
        -webkit-transform: scaleY(0.05);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
.text-white {
    color: #fff !important;
}
.color-swatch.gray-darker {
    background-color: #222;
}
.color-swatch.gray-dark {
    background-color: #333;
}
.color-swatch.gray {
    background-color: #555;
}
.color-swatch.gray-light {
    background-color: #999;
}
.color-swatch.gray-lighter {
    background-color: #eee;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-flex .col {
    float: none;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
.d-block {
    display: block !important;
}
.d-none {
    display: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
@media (min-width: 576px) {
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
}
@media (min-width: 768px) {
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
}
@media (min-width: 992px) {
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
}
@media (min-width: 1200px) {
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
}
.dropleft,
.dropright {
    position: relative;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='top'] {
    right: auto;
    bottom: auto;
}
@media screen and (min-width: 1200px) {
    .sticky-position {
        position: sticky;
        top: 25px;
    }
}
.mainContentContainer {
    position: relative;
    padding-right: 15px;
    display: block;
    width: auto;
}
.loaderBlock {
    position: fixed;
    min-height: 100%;
    width: 100%;
    z-index: 10000;
    display: block;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
}
.loadernew {
    margin: 0 auto;
    width: 72px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    position: fixed;
    top: calc(50% - 30px);
    left: 50%;
    z-index: 10000;
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.loadernew > div {
    height: 100%;
    width: 10px;
    display: inline-block;
    float: left;
    margin-left: 2px;
    -webkit-animation: delay 1s infinite ease-in-out;
    animation: delay 1s infinite ease-in-out;
}
.loadernew .bar1 {
    background-color: #f07930;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.loadernew .bar2 {
    background-color: #f07930;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.loadernew .bar3 {
    background-color: #f07930;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.loadernew .bar4 {
    background-color: #f07930;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.loadernew .bar5 {
    background-color: #f07930;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.loadernew .bar6 {
    background-color: #f07930;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
@-webkit-keyframes delay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(0.05);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes delay {
    0%,
    100%,
    40% {
        transform: scaleY(0.05);
        -webkit-transform: scaleY(0.05);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
.text-white {
    color: #fff !important;
}
.color-swatch.gray-darker {
    background-color: #222;
}
.color-swatch.gray-dark {
    background-color: #333;
}
.color-swatch.gray {
    background-color: #555;
}
.color-swatch.gray-light {
    background-color: #999;
}
.color-swatch.gray-lighter {
    background-color: #eee;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-flex .col {
    float: none;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
.d-block {
    display: block !important;
}
.d-none {
    display: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
@media (min-width: 576px) {
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
}
@media (min-width: 768px) {
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
}
@media (min-width: 992px) {
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
}
@media (min-width: 1200px) {
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
}
.dropleft,
.dropright {
    position: relative;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: '';
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='top'] {
    right: auto;
    bottom: auto;
}
@media screen and (min-width: 1200px) {
    .sticky-position {
        position: sticky;
        top: 25px;
    }
}
.mainContentContainer {
    position: relative;
    padding-right: 15px;
    display: block;
    width: auto;
}

/*Margin and PAdding Bootstrap LAst 4*/
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
/*Margin and PAdding Bootstrap LAst 4*/

/*** img cnter**/

.vh-100 {
    height: 90vh;
}

.img-center-img {
    max-height: 50vh;
}

.expirErrorStyle {
    font-size: large;
    color: #EE1111;
}
