@font-face{
  font-family: Roboto-medium;
  src: url(Roboto-Medium.ttf);
}

/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
  font-family: 'Roboto-Medium', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body{
  margin: 0;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav,
section, summary{
  display: block;
}

audio, canvas, progress, video{
  display: inline-block;
  vertical-align: baseline;
}

a{
  background: transparent;
}

a:active, a:hover{
  outline: 0;
}

b, strong{
  font-weight: bold;
}

img{
  border: 0;
}

i{font-style: italic;}

button, input, optgroup, select, textarea{
  margin: 0;
}

button, select{
  text-transform: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
  cursor: pointer;
}

button[disabled], input[disabled]{
  cursor: default;
}

textarea{
  overflow: auto;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

td, th{
  padding: 0;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

a,
a:hover,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active {
outline: none;
border: none;
}

*, *:before, *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

html{
  color: #666; 
  font-family: 'Roboto-Medium', Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.5;
}

div#pa_wysiwyg{
  font-size: 14px;
}

body{ 
  background-color: #ff5555; 
  margin: 0;
}

a{
  color: #2ea2cc;  
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:active,a:focus,a:hover{ 
  text-decoration: none;
  outline: 0;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

small,
.small {
  font-size: 85%;
}


hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #d3d3d3 inset;
}

body.login_body{
  background-color: #ff5555;
}

body.login_body_user{
  background-color: #2eba9c;
}

body.body_maintainance{
  background-color: #34495e;
  color:#fff;
  font-family: 'Open Sans', serif;
}

body.register_body_user{
  background-color: #4591fb;
}

div#login_reg{
  width: 340px;
  padding: 20px 20px 2px 20px;
  border-radius: 2px;
  margin: 145px auto;
  background-color: #ececec;
  text-align: center;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

div.box_logo_login {
  width: 100px;
  height: 100px;
  background: #34495e;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  margin-top: -70px;
}

div.box_logo_login img {
  width: 75px;
  text-align: center;
  margin: 14px 3px 0 0px;
}

div.header_box {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
}

div.header_box small{
  line-height:1.3;
}
div.login_box {
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}
div.keep_logged{
  text-align: left;
  margin-bottom:15px;
}
div.login_box input{
  margin-bottom: 15px;
}

div.keep_logged input{
  margin-bottom: 0px;
}

div.login_box label{
  font-size: 12px;
}
div.form-sex input {
  margin-right: 5px;
}
div.form-sex label {
  font-size: 14px;
  margin-right: 10px;
}
div.form-sex span{
  margin-right: 5px;
  font-size:14px;
}
div.form-sex{
  text-align:left;
}
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;;
  color: #333;
  background-color:#d3d3d3;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-control:focus {
  outline: 0;
}

input#resta_collegato{
  vertical-align: baseline;;
}

button.btn-login{
  width: 100%;
  height: 42px;
  border-radius: 3px;
  background: #4591fb;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  box-shadow: 0px 3px 0px 0px #3293ba;
  -webkit-box-shadow: 0px 3px 0px 0px #3293ba;
  transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
}

div.label_box{
  margin: 25px auto;
}

div.label_box a {
  color: #ff5555;
  font-size: 14px;
  line-height: 1.5;
}

#caricamento{
  display:block;
  margin:auto;
  left:0px;
  right:0px;
}

div.logo_content{
  width:300px;
  margin:60px auto 30px;
}

div.logo_content img{
  width:100%;
}

div.maintainance_content p{
  text-align: center;
  font-size: 14px;
  line-height: normal;
  margin-bottom:20px;
}

div.maintainance_content div.contact{
  display: block;
  margin-top: 18px;
  font-size: 14px;
  line-height: normal;
}

div.maintainance_content div.contact span{
  display: block;
}

div.maintainance_content div.contact span i{
  font-weight: bold;
}


/* 404 */
div.four-zero {
  background: #00bcd4;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
  border-radius: 2px;
  position: absolute;
  top: 50%;
  margin-top: -150px;
  color: #fff;
  text-align: center;
  padding: 15px;
  height: 300px;
  width: 500px;
  left: 50%;
  margin-left: -250px;
}
div.four-zero h2 {
  line-height: 100%;
  color: #fff;
  font-size: 130px;
  font-weight: 100;
}
div.four-zero small {
  display: block;
  font-size: 26px;
  margin-top: 20px;
}
div.four-zero footer {
  background: rgba(0, 0, 0, 0.13);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
div.four-zero footer > a {
  font-size: 21px;
  cursor:pointer;
  display: inline-block;
  color: #FFF;
  margin: 0 1px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
div.four-zero footer > a:hover {
  background: rgba(0, 0, 0, 0.2);
}


