/* GENERAL */

body {
    background-color: #F5F5F5 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .table {
        width: 100%;
    }

    td:not(:first-child):not(:last-child) {
        width: 90%;
    }

    /* Ensure first and last columns have a fixed width */
    td:first-child,
    td:last-child {
        width: 10%;
    }
}


/* MARGIN & PADDING CUSTOMIZATION */

.fx-no-padding {
    padding: 0 !important;
}

@media (max-width: 575.98px) {
    .fx-hide-on-phone {
        display: none !important;
    }

    /* .col-md-3, .col-sm-6, .col-lg-4 {
        width: 45px;
    } */
}

/* LITE EGP CSS START */
.egp {
    margin-top: -1px !important;
}

.identity-logo {
    height: 56px;
    overflow: hidden;
}

.identity-logo a {
    display: block !important;
    float: left;
    height: 100%;
    margin-right: 10px;
}

.identity-logo img {
    height: 100%;
}

.armoirie-tg {
    position: absolute;
    height: 90px !important;
    background-color: #fff;
    padding: 20px;
    z-index: 999999;
}

.logo-arcop {
    margin-left: 150px !important;
}

.lite-egp {
    box-shadow: 0px 0px 1px #5e5e5e;
    margin-bottom: 0px;
}

.tg-ribbon {
    background-image: url("../../images/kete-motif.png");
    background-repeat: repeat-x;
    height: 20px;
    background-size: contain;
}

.lite-egp .stats .card {
    border-radius: 0px 0px 3px 3px !important;
}

.welcome-notes {
    background-image: linear-gradient(-90deg, rgb(38, 100, 134) 0%, rgb(20, 108, 83) 100%);
}

.welcome-notes h2,
.welcome-notes h4 {
    color: #fff;
}

.action-items {
    padding: 15px 5px;
}

.action-items .action-ppm:hover button,
.action-items .action-ppm button.active {
    background-image: linear-gradient(-25deg, rgb(20, 108, 83) 40%, rgb(38, 100, 134) 80%);
}

.action-items .action-ppm:hover span.h3 {
    color: rgb(238, 163, 3);
}

.action-items .action-dac:hover button,
.action-items .action-dac button.active {
    background-image: linear-gradient(-25deg, rgb(200, 163, 50) 40%, rgb(238, 163, 83)80%);
}

.action-items .action-dac:hover span.h3 {
    color: rgb(20, 108, 83);
}

.action-items .action-dac button.active span.small i {
    color: aliceblue;
}

.action-items .action-login:hover button,
.action-items .action-login button.active {
    background-image: linear-gradient(-25deg, rgb(3, 169, 85) 40%, rgb(20, 108, 83) 80%);
}

.action-items .action-login:hover span.h3 {
    color: #fff;
}

.action-items .action-login button.active span.small i {
    color: aliceblue;
}

.egp-raw-data {
    min-height: 500px;
}

.regulation .rules span.h6 {
    display: block;
    height: 40px;
    vertical-align: bottom;
}

.regulation .rules .card-body:hover {
    background-image: linear-gradient(0deg, rgb(38, 100, 134) 0%, rgb(20, 108, 83) 100%);
    border-radius: 10px;
    box-shadow: 0px 1px 1px 5px rgba(18, 38, 63, 0.35) !important;
    margin-top: 5px;
}

.regulation .rules .card-body:hover span.h6 {
    color: rgb(238, 163, 83);
}

.regulation .rules .card-body:hover a {
    color: #fff !important;
    font-weight: bold;
}

.regulation .rules .card-body a:hover {
    text-decoration: underline !important;
}

.egp-footer {
    border-bottom: 10px solid rgb(20, 108, 83);
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 1px #5e5e5e;
    padding-top: 50px;
    background-color: #fff;
}

.egp-copyright {
    position: absolute;
    margin: -22px auto auto auto;
    z-index: -9999;
}

/* LITE EGP CSS END */

/** TILE **/

button.step-tile {
    box-shadow: 0 8px 6px -6px black;
}

button.step-tile.active {
    box-shadow: 0 8px 8px -8px black;
    border: rgba(18, 38, 63, 0.35) solid 20px;
}



/** NAV BAR CUSTOM **/

.nav-item a.active {
    background-color: rgb(17, 122, 139);
    color: #fff !important;
}

.nav-item a.active:hover {
    background-color: rgb(17, 122, 139);
    color: rgb(17, 122, 139) !important;
}

/** CUSTOM **/

@media (max-width: 768px) {
    .hide-on-phone {
        display: none;
    }

    .passerelle-bg {
        background-color: #fff !important;
    }

    .navbar-slide {
        background-color: #fff !important;
        color: black;
    }

    .navbar-slide .navbar-nav .nav-item .nav-link {
        color: black !important;
    }


}

@media (min-width: 992px) {
    .hide-on-laptop {
        display: none;
    }
}