
.text-center .img-responsive{ margin-left:auto; margin-right:auto; }
.clear{ clear:both; }
.space-10{ height:10px; clear:both; }
.space-20{ height:20px; clear:both; }
.space-30{ height:30px; clear:both; }
.space-40{ height:40px; clear:both; }
.no-padding{ padding:0 !important; }
.no-margin{ margin:0 !important; }
.text-pink{color:#EE3360}
.font1-2{font-size: 1.2em}
.font1-3{font-size: 1.3em}
.font1-4{font-size: 1.4em}
.font1-6{font-size: 1.6em}


/*----------------Generali--------------*/
body{font-family: 'Roboto', sans-serif; font-weight: 300; color: #2F302F;}
.title {
    color: #f29a26;
    font-weight: 500
}
a{color: inherit;}
a:focus{outline: none;}
.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6{margin: 0; font-weight: inherit}
.text-white{color: #fff;}
.font-medium{font-weight: 500;}
.separator-full {
    height: 3px;
    width: 100%;
    background-color: #248ad6;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus{outline: none;}
/*----------------Login---------------------*/
.page-login, .page-registrati{
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    /*height: 100%;*/
    width: 100%;
}
.img-logo{margin: 0 auto; padding: 20px 0}
.container-login{max-width: 550px; margin: 0 auto; background-color: rgba(255,255,255,0.7); padding: 20px;}
.container-login .form-group{}
.container-login .login{max-width: 265px; margin: 0 auto}
.btn-login {
    color: #fff;
    background-color: #248ad6;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 0;

    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
    .btn-login:hover, .btn-login:focus {
        color: #fff;
        background-color: #1d659a;
        transition: all 0.5s ease;
    }
.form-control, .container-login .login .btn-login{border-radius: 0;}
.container-login .login .form-control{margin: 0;}
.container-login .separator{height: 3px; width: 90%; background-color: #4784BF; margin: 0 auto}

/*-----------------Registrati-----------------*/
.container-registrati{background-color: rgba(255,255,255,0.7); padding: 20px;}
.btn-registrati{max-width: 200px; margin: 0 auto;}

.k-grid-filter {
    padding: 0.857em 0.3em 0.857em 0em !important
}

.k-grid-header th.k-header {
    padding: 0.786em 0.6em 0.786em 0.4em !important
}



