﻿
.form-readonly {
    border: 0 !important;
}

.amgeomail, .amgeomail:hover {
    background: red !important;
    height: 20px !important;
    margin-top: 6px !important;
    border-radius: 4px !important;
    pointer-events: none;
}
.amgeomail a {
    color: white !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-align: center !important;
    line-height: 20px !important;
    display: block !important;
    text-decoration: none !important;
}
.quote {

    font-size:12px;

}
.page-link {
    word-wrap: normal;
    font-weight: normal;
}
.aminfo {
    cursor: pointer;
}
.ambold {
font-weight: bold;

}
.amlabels {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.amcheckbox:before {
  
    color: white;
}
.bloccocheck {
    margin-left: 20px;
}
.w-33{
    width: 33% !important;
}
.w-20{
    width: 20% !important;
}
.amtopborders {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.amtoast {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#iscritti_wrapper ul li {
    list-style-image: none;
    margin: 0px;
}
#iscritti_wrapper select {
    width: 60px;
}
.login-error {
    border: 2px solid darkred;
    padding: 9px;
    margin: 12px;
    border-radius: 4px;
}
.login-message {
    border: 2px solid goldenrod;
    padding: 9px;
    margin: 12px;
    border-radius: 4px;
}
.login-username label,
.login-password label {
    width: 100px;
    display: inline-block;
}
.amnewlogin {
    text-align: center;
    font-size: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}
.amspidciewarning {
    text-align: center;
    padding: 20px;
    font-weight: bold;
}
.amspidciewarningdiv{
    font-weight: normal;
}
@media only screen and (max-width: 767px) {
    .page-content thead tr {
        position: unset;
    }

    .page-content table, .page-content thead, .page-content tbody, .page-content th, .page-content td, .page-content tr {
        display: revert;
    }

    .page-content table td, .page-content table th {
        text-align: left;
        border-left: #e9e9e9 1px solid;
    }

    .amlabels {
        font-size: 9px !important;
    }

    .ambold {
        font-size: 12px;
    }
}
