@import url("cri.css");

#container {
    margin: 0 auto;
    max-width: 740px;
}

.clearer {
    clear: both;
    height: 24px;
}

.column {
    min-width: 48px;
    float: left;
    min-height: 24px;
}


.submit_login {
    margin-top: 24px;
}

.error {
    color: #f00;
}

.mdl-dialog__title {
    font-size: 2em !important;
}

.mdl-button--accent.mdl-button--accent.mdl-button--raised, 
.mdl-button--accent.mdl-button--accent.mdl-button--fab {
    background-color: #c00;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, 
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label, 
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #333;
}

#corpo {
    margin: 44px 40px;
}

.mdl-dialog__title {
    padding: 0;
}

#upload_moduli {
    display: none;
}

#upload_moduli label, .label_select  {
    color: #999;
    font-size: 16px;
    width: 650px;
    display: block;
}

.attachment {
    background-color: #999;
    color: #fefefe;
    width: 36px;
    height: 36px;
}

select {
    font-size: 16px;
    height: 2em;
    min-width: 300px;
}

.legend {
    font-size: 12px;
    color: #333;
}

.sottotitolo_def {
    margin-top: -10px;
}

.hide {
    display: none;
}


@media only screen and (max-width: 760px) {
    /*.column, .mdl-textfield {
        width: 100% !important;
    }
    .mdl-textfield__label {
        font-size: 12px !important;
    }*/
}

.headerimg {
    width: 700px;
    margin: -20px -20px 0 -20px;
}

.intro {
    font-size: 18px;
}

blockquote {
    font-size: 20px;
}

.cit {
    font-weight: bold;
    text-align: right;
    margin-right: 60px;
    margin-top: -20px;
    font-size: 18px;
    font-style: italic;
}

.admin_star {
    color: #c00;
    font-size: 18px;
}

.emergenza {
    background: #cc0000;
    padding: 8px 12px;
    color: #fefefe;
    font-weight: bold;
}




/* CAPTCHA */
.capt{
    background-color:grey;
    width: 300px;
    height:50px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #mainCaptcha{
    position: relative;
    left : 30px;
    top: 1px;
  }

  #refresh {
      position: relative;
      left: 170px;
      /* width: 30px; */
      height: 30px;
      bottom: 40px;
      border: 0px;
  }

  #Button1{
    position: relative;
    left:40px;
    bottom: 40px;
  }
  .noheightcaptcha {
    height: 0px;
  }
