html, body {
  height: 100%;
}
:root {
    --text-color: gray;
}
a{
    text-decoration: none !important;
    color: rgb(46, 117, 199) ;
}
body {
  display: flex;
  flex-direction: column;
}

p, span, div {
    font-family: 'Comfortaa', cursive;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: 'Comfortaa', cursive;
    
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.container-fluid {
 flex: 1 0 auto;

}

footer {
    flex-shrink: 0;
    background-color: transparent;
    color: grey;
    -webkit-box-shadow: 0px -4px 20px 0px rgba(51,51,20,0.56);
    -moz-box-shadow: 0px -4px 20px 0px rgba(51,51,20,0.56);
    box-shadow: 0px -4px 20px 0px rgba(51,51,20,0.56);
    border-top:1px solid #fff;
    text-align:right;
    font-size:14px;
    padding:10px 10px 2px 0px;
}

.carousel.slide {
    background-color: orange;
    color:white;
    font-weight:bold;
    font-size:1.2em;
    height: 70px;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 20px;
}

.btn-info{
    color: white;
}



.back-grid i{
    font-size: 50px;
    color: rgb(46, 117, 199) ;

}
.record-title{
    font-size: 30px;
    margin: 5px 0px 20px 0px;
    border-bottom: solid 1px rgb(46, 117, 199) ;
    color: rgb(46, 117, 199) ;
}
.invio .form-control { height:45px;}
.table a:hover { text-decoration: none; color: #477fa2 }
.table thead th { background-color:#ced8de; text-transform: uppercase}

.table tr.even {background-color:#f4f4f4}


.btn-outline-secondary {
    color: #6c757d;
    border-color: #c5c5c5;
}
