.available-format, .unavailable-format {
    padding: 0;
    border: 1px #ffffff solid;
}

.available-format label, .unavailable-format label {
    display: inline-block;
    cursor: pointer;
    width: 70px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 1px 1px 5px 1px;
    font-size: medium;
    opacity: 1;
            border-radius: 5px;
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
       -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
         -o-transition: .5s ease;
            transition: .5s ease;
    padding: 3px;
}

.available-format:hover, .unavailable-format:hover {
    background-color: #eaf7ff !important;
    border: 1px #87c1d4 solid;
    opacity: 0.8;
    color: black;
}

.available-format-checked {
    background-color: rgba(139, 217, 255, 0.26) !important;
    border-color: rgba(33, 67, 85, 0.42);
    opacity: 0.8;
    color: black;
}
.contener_general{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    width:88px;
    height:88px;
    margin: auto;
}

.contener_mixte{
    width:88px;
    height:88px;
    position:absolute;
}

.ballcolor{
    width:40px;
    height:40px;
}

.ball_1, .ball_2, .ball_3, .ball_4{
    position:absolute;
    -webkit-animation:animball_one 1.3s infinite ease;
    -moz-animation:animball_one 1.3s infinite ease-in;
    -ms-animation:animball_one 1.3s infinite ease-in;
    animation:animball_one 1.3s infinite ease-in;
}

.ball_1{
    border:1px solid #3474BC;
    top:0;
    left:0;
}

.ball_2{
    border:1px solid #214355;
    top:0;
    left:48px;
}

.ball_3{
    border:1px solid #214355;
    top:48px;
    left:0;
}

.ball_4{
    border:1px solid #3474BC;
    top:48px;
    left:48px;
}

@-webkit-keyframes animball_one{
    0%{position:absolute;-webkit-transform:rotate(0deg)}
    50%{top:24px;left:24px;position:absolute;opacity:0.5}
    100%{position:absolute;-webkit-transform:rotate(360deg)}
}

@-moz-keyframes animball_one{
    0%{position:absolute;-moz-transform:rotate(0deg)}
    50%{top:24px;left:24px;position:absolute;opacity:0.5}
    100%{position:absolute;-moz-transform:rotate(360deg)}
}

@-ms-keyframes animball_one{
    0%{position:absolute;-ms-transform:rotate(0deg)}
    50%{top:24px;left:24px;position:absolute;opacity:0.5}
    100%{position:absolute;-ms-transform:rotate(360deg)}
}

@keyframes animball_one{
    0%{position:absolute;transform:rotate(0deg)}
    50%{top:24px;left:24px;position:absolute;opacity:0.5}
    100%{position:absolute;transform:rotate(360deg)}
}

.container-static {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container-static {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container-static {
        width: 970px;
    }

    .container-static .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.33%;
        flex: 0 0 66.33%;
        max-width: 66.33%;
    }

    .container-static .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .container-static.without-filter .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .container-static .initial-parameter .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .container-static .initial-parameter .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1200px) {
    .container-static {
        width: 1170px;
    }

    .container-static .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .container-static .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .container-static.without-filter .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .container-static .initial-parameter .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .container-static .initial-parameter .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (min-width: 1630px) {
    .container-static {
        width: 1600px;
    }

    .container-static .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .container-static .col-xl-2, .container-static.without-filter .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

.list-content .card {
    display: block;
    overflow: hidden;
}

.client-image-grid {
    max-width: 70px;
    max-height: 35px;
}

.client-image-list {
    max-width: 70%;
    max-height: 40px;
}

/*.align-items-stretch .card {
    display: flex;
    flex-direction: column;
}

.align-items-stretch .card-body:first-child {
    height: 170px;
}

.align-items-stretch .card-body-information {
    flex: 1;
    flex-basis: 0;
    min-height: inherit;
}

.align-items-stretch .card-body-information a{

}*/

.list-title {
    font-weight: 500 !important;
}

.jscroll-loading {
    text-align: center;
    width: 100%;
}

.title-block-list {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 3rem!important;
    transform: translate(0%, -50%);
}

.action-label-list {
    position: absolute;
    top: 0;
    right: 0;
}

.h-pol-130 {
    height: 130px;
}

.list-content .grid .card:hover {
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
}

.list-content .grid .card .card-body:first-child {
    display: block;
    height: 50px !important;
}

.list-content .grid .card .card-body:nth-child(2) {
    display: block;
    height: 150px !important;
}

/*.list-content .justify-content-between .card .card-body:nth-child(3) {
    display: block;
    height: 70px !important;
    overflow-y: hidden;
}*/

.list-content .grid .card .card-body:last-child {
    min-height: 50px;
}

.list-content .grid .card .card-body:last-child .btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.list-content .grid .card .card-body:last-child del {
    position: absolute;
    bottom: 15px;
    left: 10px;
}

del {
    color: rgba(162, 163, 164, 0.5);
    text-decoration: none;
    position: relative;
}

del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(162, 163, 164, 0.8);
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
}

.list-content .initial-parameter .treasure-led-link {
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: 18px;
}

.list-content .grid .treasure-led-link {
    font-weight: bold;
    position: absolute;
    top: 3px;
    right: 3px;
}

.list-content .justify-content-md-center.grid {
    margin-left: -.25rem!important;
    padding-left: .25rem!important;
    margin-right: -.25rem!important;
    padding-right: .25rem!important;
    min-width: 100%;
}
#text-info-company #clientLogo {
    max-width: 250px;
    max-height: 100px;
}

#text-info-company #statpath {
    margin-top: 20px !important;
}

#text-info-company a.mb-4 {
    margin-bottom: 10px !important;
}

#companyText {
    font-size: 0.8rem;
}