.input-group-text,
.btn-custom {
    color: #fff;
    border-color: #08c;
    background-color: #08c;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 4px!important;
}
.btn-success,
.btn-danger {
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 4px!important;
}
/*
.btn-call-to-action {
    display: block;
    margin: 15px auto;
    padding: 10px;
    text-align: center;
}
*/

#privacyLink {
    color: white!important;
}

/*.dtr-control {*/
/*    display: none;*/
/*}*/

#oringTable td:nth-child(2),  #oringTable td:nth-child(6){
    background-color: #eeeeee;
}

.page-item.active .page-link {
    color: #fff;
    border-color: #08c;
    background-color: #08c;
}

.page-link {
    position: relative;
    display: block;
    padding: 14px 20px;
    margin-left: -1px;
    line-height: 1.25;
    font-size: 14px;
    color: #08c;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.table thead th{
    border-bottom: 3px solid #08c;
}
.table tfoot th {
    border-top: 3px solid #08c;
    border-bottom: 1px solid#dee2e6;
  }

.table * {
    text-align: center;
}

#informationOring {
    background: #08c;
    padding: 1rem;
    border-radius: 4px;
}
#informationOring button {
    background: white!important;
    color: black!important;
}

#lightBox {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.90);
}
#closeForm {
    position: absolute;
    top: .5rem;
    height: 1.5rem;
    width: 1.5rem;
    right: .5rem;
    font-size: 1.5rem;
    border: 1px solid white;
    border-radius: 100%;
    line-height: 1rem;
    text-align: center;
    color: white;
}

textarea {
    width: 100%;
    border-radius: .25rem;
}

/*@media screen and (max-width: 910px) {*/
/*    .dtr-control{*/
/*        display: table-cell;*/
/*    }*/
/*}*/


@media screen and (max-width: 767px) {
    li.paginate_button.previous {
        display: inline;
    }

    li.paginate_button.next {
        display: inline;
    }

    li.paginate_button {
        display: none;
    }
    .hideMobile {
        display: none!important;
    }
}



#richiediInformazioni {
    visibility: hidden;
}





.loader,
.loader:after {
    border-radius: 50%;
    width: 1em;
    height: 1em;
}
.loader {
    margin: auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
