html {
    height: 100%;
}

.nav-tabs {
    border-bottom: 0px;
    top: 1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    color: #495057;
    border-color: #ddd;
}

.nav-tabs .nav-link:hover {
    border-color: #aaa;
    top: 1px;
}

@media (min-width: 768px) {    
    .container {
        min-width: 768px;
    }
}

@media (min-width: 992px) {    
    .container {
        min-width: 992px;
    }
}
 
@media (min-width: 1200px) {
    .container {
        min-width: 1200px;
    }
}

.container-small, .container-large {
    max-width: 100%;
}

.modal-dialog{
    pointer-events: auto;
}

.table {
    /*min-width: 1096px;*/
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
}

.strike > span {
    position: relative;
    display: inline-block;
    font-size: 1.25rem;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: rgba(0,0,0,.1);
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.mw-548 {
    max-width: 548px;    
}

.mw-55 {
    max-width: 55px;    
}

.zi-1 {
    z-index: 1;
}

.datepicker-days {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.nav-link {    
    background-color: #f2f2f2;
}

/* not active */
.nav-pills.pill-1 .nav-link:not(.active) {
    background-color: rgba(255, 255, 255, 1);
    color: #495057;
}

/* active (faded) */
.nav-pills.pill-1 .nav-link.active {
    background-color: rgba(108, 117, 125, 1);
    color: white;
    font-weight:500;
}

.fas.color-1, .far.color-1 {
    color: #6c757d;
}

.tbl-simu td, .tbl-simu th {    
    padding: 0.75rem;    
}

@media (max-width: 390px){
    
    .captcha {
        transform:scale(0.90);
        -webkit-transform:scale(0.90);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
