.top-nav-wrapper .left li {
    float: left;
}

.top-nav-wrapper li.register_link {
    margin-right: 0!important;
}

.top-nav-wrapper .register_link {
    display: inline-block!important;
    float: left!important;
    /*line-height: 2.1em!important;*/
}

.top-nav-wrapper .register_link a {
    background: #09b6eb none repeat scroll 0 0!important;
    color: #fff!important;
    display: block!important;
    letter-spacing: 0.05em!important;
    padding: 0 2em!important;
    text-transform: uppercase!important;
}

.top-nav-wrapper .register_link a:hover {
    background-color: #01a3e3!important;
    color: #fff!important;
}

/* MODALE archivioOpere */
#dvModalInformativa .modal-dialog {
    width: auto!important;
    margin: 15px!important;
}

#dvModalInformativa .services_button.services_button_big.whiteBlue.btn-block{
    margin: 10px;
}

.bkg_gradient {
    background: rgba(0, 0, 0, 0) linear-gradient(20deg, #7358a8 1%, #3cc5f1 100%) repeat scroll 0 0 !important;
    color: #fff !important;
}

.modal-body {
    position: relative!important;
}

/* MODALE PER APPARECCHI MDA */

#modalApparecchiInfo .modal-dialog {
    width: 600px!important;
}

#modalApparecchiInfo .modal-content {
    border: 1px solid rgba(0, 0, 0, .2)!important;
    border-radius: 6px!important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18), 0 6px 6px rgba(0, 0, 0, 0.23)!important;
}

#modalApparecchiInfo .modal-header{
    border-bottom: 1px solid #e5e5e5!important;
    text-align: left!important;
}

#modalApparecchiInfo .bkg_gradient {
    background: rgba(0, 0, 0, 0) linear-gradient(20deg, #7358a8 1%, #3cc5f1 100%) repeat scroll 0 0 !important;
    color: #fff !important;
}

#modalApparecchiInfo .modal-body {
    padding: 15px !important;
}




/* LOGIN */

#myLogin button.close {
	float: right;
    background: transparent url("../../siaeboot/img/close-modal-icon-white.png") no-repeat !important;
    display: inline-block;
    width: 49px !important;
    height: 49px !important;
    margin-right: 0;
    margin-top: -2px;
    opacity: 1;
    outline: medium none;
    text-indent: -10000px;
}

#myLogin button.close:hover,
#myLogin button.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

#myLogin .footer-low {
    padding: 14px 0 6px;
}

#myLogin  #user-login-form .input.login-text-center {
	float: none !important;
    width: 370px !important;
    max-width: 370px !important;
	height: 60px;
    margin-bottom: 32px !important;
    margin-top: 0 !important;
}

#myLogin  #user-login-form .btn-primary {
	margin: 0 auto;
}

#myLogin  #restoreUserData {
    color: #fff;
}

#myLogin  .footer-text-top {
	margin: 8px 0 15px;
}

#myLogin  #btn-to-reg {
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    font-family: "dosissemibold";
    cursor: pointer;
    padding: 1em;
    letter-spacing: 0.01em;
    border-radius: 2em;
    border: 2px solid #09b6eb;
}

#myLogin .alert {
    position: relative;
    top: 0;
}

#myLogin .alert-block {
    background-color: transparent;
    border-color: #ffffff;
    color: #ff0000;
    font-size: 16px;
}

#myLogin .error-message {
    color: red;
    text-align: left;
    padding: 5px 10px;
    font-weight: bold;
    height: auto;
}

#myLogin .input__label--juro::before {
    width: 0px;
    z-index: 999;
}