/* INDEX LOGIN */

.home_login {
	background: url('/assets/img/login_1920x1080.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.welcome_invoice {
	background: url('/assets/img/Box_invoice.jpg');
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-origin: content-box;
}

.welcome_debit {
	background: url('/assets/img/Box_debit.jpg');
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-origin: content-box;
}


.welcome_freight {
	background: url('/assets/img/Box_freight.jpg');
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-origin: content-box;
}

.welcome_documents {
	background: url('/assets/img/Box_documents.jpg');
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-origin: content-box;
}

.welcome_30days {
	background: url('/assets/img/Box_30days.jpg');
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-origin: content-box;
}

input.input-material {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  background-color: #0B315B;
  color:#FFF;
  font-weight: 300;
}

#messaggio{
	padding:10px;
	margin-top:15px;	
}
.corretto, .errore, .wait{
	padding: 20px;
	text-align: center;
	z-index: 9999999999;
	width:100%;
	color:#000000;
}

.green {
	background-color:#e6fff5;
}

.pink {
	background-color:#f5d0d0;
}

.yellow {
	background-color:#fffed4;
}

.blu {
	background-color:#e6eeff;
}

.corretto {
	font-size: 14px;
	animation: corretto-animation 0.5s running;
	background-color:#e6fff5;
}
@keyframes corretto-animation {
	0%   {transform:scale(3.0, 3.0);}
	100% {transform:scale(1.0, 1.0);}
}

.errore {
	font-size: 14px;
	animation: errore-animation 0.5s running;
	background-color:#ffe6e6;
}
@keyframes errore-animationXX {
	0%   {transform:scale(3.0, 3.0);}
	100% {transform:scale(1.0, 1.0);}
}

.wait {
	font-size: 14px;
	animation: wait-animation 0.5s running;
	background-color:#ffe6e6;
}
@keyframes wait-animation {
	0%   {transform:scale(3.0, 3.0);}
	100% {transform:scale(1.0, 1.0);}
}

/* MODFICA STILI DI BASE */
.page {
  background-color: #FFF;
}

.error {
	font-size: 14px;
	animation: errore-animation 0.5s running;
	color:#F00;
}

.txt-L {text-align: left;}
.txt-C {text-align: center;}
.txt-R {text-align: right;}
.txt-J {text-align: justify;}


.embed-responsive-1by3 {
   padding-top: 300%;
}

.table-condensed-plus>thead>tr>th, 
.table-condensed-plus>tbody>tr>th, 
.table-condensed-plus>tfoot>tr>th, 
.table-condensed-plus>thead>tr>td, 
.table-condensed-plus>tbody>tr>td, 
.table-condensed-plus>tfoot>tr>td{ padding: .25rem; vertical-align:middle }

.hr-or{
	 border-top: 2px solid #FF9900;
}

.navbar-holder ul li a:hover {
	color: #FF9900;
}

.readonly{
	background-color: rgb(199, 199, 199);
}
