html,body,.container{ height: 100%; margin: 0; padding: 0;background-color: #c5d5c5;} /*per ambiente di test background-color: #c5d5c5;*/

/*body{display:flex;min-height:100vh;flex-direction:column;}*/

.header {
	height: 10vh;
}

/*.footer {
	height: 5vh;
}*/

.main {
	height: 79vh;
}

.form-horizontal{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
	
a{
	text-decoration: none;
	color:#000;
}

a:link, a:visited {
    color: #000;
    background-color: transparent;
}
a:hover, a:active {
    color: #999;
}

a.bianco{
	text-decoration: none;
	color:#fff;
}

a.bianco:link, a.bianco:visited {
    color: #fff;
    background-color: transparent;
}
a.bianco:hover, a.bianco:active {
    color: #ccc;
}

#mainLogIn{
	position:absolute;
	top:30%;
	width: 20%;
	left:40%;
	padding:20px;
}

#toastContainer{
	position: absolute; 
    bottom: 100px; 
    left: 50%;
	margin-left: -150px;
}

#modifyContent{
	display:none;
}

#dSx{
	display: none;
	font-size:30px;
	/*background-color:#f00;
	color:#fff;*/
	height:500px;
	/*border:1px solid black;*/
}
#dDx,#dAccessori{
	display: none;
	font-size:30px;
	/*background-color:#0f0;
	color:#000;*/
	height:100%;
}
#dTestata,#dRighe,#dRiga,#dRigheAcc,#dRigaAcc{
	display: none;
	font-size:20px;
	/*background-color:#fff;
	color:#000;*/
}

#containerLoader{
	display:none;
	position: absolute;
	background: rgba(0,0,0,0.5);
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:98;	
}

.grey_bg{
	background-color:#34495E;
}

.grey_tx{
	color:#D6DBDF;
}