.col-center{
    float: none;
    margin: 0 auto;
}

label {
    text-transform: uppercase;
}

.campoevid{
    font-weight: bolder;
    color: red;
}


.btn-nuovo,
.btn-nuovo:active,
.btn-nuovo:visited,
.btn-nuovo:focus {
    color: #FFF;
    background-color: #546E7A !important;
    border-bottom: 3px solid orange!important;
}
.btn-nuovo:hover{
    color: #FFF;
   /* background-color: red !important;
    border-color: red !important;*/
}

.messerrore {
    color: red;
    font-weight: bolder;
}
.green{
    color: green;
}
.border-div{
    border-style: solid;
    border-width: 0.2px;
    padding: 3px;
    border-color: #333;
}
.navbar-fixed-bottom-2{
    position: fixed;
    right: 0;
   padding: 10px;
    z-index: 1030;
    background-color: rgba(191, 191, 63, 0.8);
    bottom: 0;
    margin-bottom: 30px;
    border-width: 1px 0 0;

    clear: both;
}

.fixed-bottom{

    width: 300px;


}
.background-bottom{
   /* background-color: rgba(191, 191, 63, 0.8);*/
}
.pad-top-10{
    /*padding-top: 10px;*/
    margin-top: 10px!important;
}
.pad-top-20{
    margin-top: 20px;
    /*padding-top: 20px;*/
}
.bck-tt{
    background-color: #0a68b4;
    color: #ffffff;
}
