.top-fisso {
    height: initial;
}
.book-container {
    border: none; 
} 

.panel-list-html-icon .panel-value-html img {
    width: 12px;
    vertical-align: middle; 
    margin: 0 0 0 2px;
}


.fixbordercol
{
	margin-top: 0.5px;
	margin-left:0.5px;
}

body.loginbody {
    background-color: #3D5566;
    color: #333333;
    font-family: Arial, sans-serif;
    overflow: hidden;
}
.loginbody{
    overflow:auto !important;
}
  

.login-container {
    background-color: #fff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px #304552;
    margin: 100px auto 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 400px;
}
.login-container > img {
    background: #fff none repeat scroll 0 0;
    padding: 0;
    width: 120px;
    float: left;
    margin: 25px 0 0 20px;
}
.titolo {
    float: right;
    width: 170px;
    text-align: right;
    margin: 25px 20px 0 0;
    text-transform: uppercase;
    color: #ccc;
    font-weight: normal;
}
h1.titolo-pagina {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}

input#LOGIN {
    background: #1e2b33 none repeat scroll 0 0;
    border: medium none;
    color: white;
    float: none;
    font-family: Arial,sans-serif;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    width:100%;
    color: #fff;
    border-radius: 5px;
}
input#LOGIN:hover{
  background: #111a1e;
}


/* STILI LOGIN PAGE */

.login-box {
    margin: 0 auto;
    overflow: hidden;
    width: 350px;
    clear: both;
    padding: 20px 0;
}
.login-box label {
    clear: both;
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
}

.login-box label span{
    float: left;
    font-size: 14px;
    line-height: 26px;
    margin: 0 10px 0 0;
    text-align: left;
    width: 114px;
    display: none;
}
.login-box label input{
	float:right;
}
.login-box label input[type=text],.login-box label input[type=password]{
    background:transparent;
    border: none;
    color: #333333;
    font-size: 18px;
    height: 38px;
    padding: 2px;
    width: 100%;
    border-bottom: 1px solid  #aaa;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.login-box label input[type="text"]:focus, .login-box label input[type="password"]:focus {
    background: #fff none repeat scroll 0 0;
    padding: 2px 2px 2px 15px;
   outline: none;
}

input::-webkit-input-placeholder {
    color:#BBBBBB !important;
}
input:-moz-placeholder {
    color:#BBBBBB !important;
}
 

a.button-register{
    background-image: url("images/web/button.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 14px;
    /*height: 30px;
    line-height: 29px;
    padding: 0 11px;
    text-align: right;
    text-decoration: none;
    width: 129px;
    z-index: 1;*/
	}
a.button-register:hover{
text-decoration:none;
color:#FFF
	}

/* Aumento lo Z-Index del campo FileName */
.fileName{z-index:9999 !important;}

.btnImg:hover {
  background-color: #DDDDDD !important;
}

.btnImg{
	background-color: #FFFFFF !important;
}

.addScrollbar{
	overflow:auto !important;
}
