body
{
	font-family:Calibri;
	font-size:20px;
	margin:0 0 0 0;
    padding: 0 0 0 0;

}
#menu-pr {
    margin:0 auto;
    padding:0;
    width:100%;
}
 
ul#menu {
    margin:0;
    padding:0;
    list-style:none;
    float:left;
    width:100%;
    background-color:#fff;
}
 
ul#menu li {
    margin:0;
    padding:0;
    float:left;
    display:block;
    border-right:1px solid #222;
    position:relative;
    height:64px;
}
 
ul#menu li a {
    float:left;
    padding:12px 30px;
    color:#000;
    text-transform:uppercase;
    text-decoration:none;
    height:40px;
}
 
ul#menu li a:hover {
    background:#C00000;
    color:#fff;
}
 
/* sottomenu */
 
ul#menu ul{
    margin:25px 0 0;
    padding:0;
    display:inline-block;
    list-style:none;
    opacity:0;
    visibility:hidden;
    position:absolute;
    top:38px;
    left:0;
    z-index:9999;
    background:#C00000;
}
 
ul#menu li:hover > ul {
    opacity:1;
    visibility:visible;
}
 
ul#menu ul li {
    float:none;
    display:block;
    border:0;
}
 
ul#menu ul a {
    /*padding:10px;*/
    width:130px;
    display:block;
    white-space:nowrap;
    float:none;
    text-transform:none;
    width:150px;
    color:#fff;
}
 
ul#menu ul a:hover {
    background-color:#EEC509;
    color:#fff;
}
 
.content
{
	padding-top:40px;
}

.TitleText
{
	font-size:120%;
}
.button
{
/*	border:0 0 0 0;
	background: #FFC648;    
	border: 2px solid rgba(0, 0, 0, 0.59);*/
    border: 1px solid #c0c0c0;  height: 28px;
    background:#FFDD95;
    font-family:Calibri;
}
a.button     
{
	color: #fff;  text-decoration: none;
}
.login 
{
	margin-left: auto;
	margin-right: auto;	
	margin-top:150px;
	padding: 15px;
	border: 1px solid #cccccc;
	width: 429px;
	background: #F1F3F5;
}	
.login p {
	padding: 0 1em 0 1em;
}
.login-form {
	text-align: left;
	float: right;
	width: 60%;
}
.login-text {
	text-align: left;
	width: 40%;
	float: left;
}
.inputlabel {
	font-weight: bold;
	text-align: left;
	}
.errorlabel {
	font-weight: bold;
	text-align: left;
	color:red;
	}
.inputbox {
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid #cccccc;
}
.form-block {
	border: 1px solid #cccccc;
	background: #E9ECEF;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.clr {
    clear:both;
}

div.attendant
{
	border-width: 3px;
	border-style: solid;
	font-weight: bold;
	padding: 5px;
}

div.attendant span.attendant-label
{
	color:black;
}

div.attendant span.attendant-name
{
	margin-left: 10px;
}

div.attendant-normal
{
	color: #E62222;
	border-color: orange;
}

div.attendant-error
{
	color: red;
	border-color: red;
}

.attendant-clear
{
	color:black;
	margin-bottom: 5px;
    font-size:12px;
    font-weight:normal;
}
div.label
{
	width:200px;
	clear:left;
	float:left;
	text-align:left;
}

div.value
{
	width:400px;
	float:left;
	text-align:left;
}

div.loading
{
	background-color:#afbac5;
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: fixed;
	text-align: center;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999999;
}

div.loading img
{
	position:absolute;
    width:100px; /*image width */
    height:100px; /*image height */
    left:50%; 
    top:50%;
    margin-left:-50px; /*image width/2 */
    margin-top:-50px; /*image height/2 */
}

input.focusable:focus
{
	background-color:yellow;
} 

/*ajax popup*/
.ModalPopUpBackGround
{
	background-color:#afbac5;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.PopUp
{
	/*BACKGROUND-IMAGE: url(../images/sfondotrasp2.gif);*/
	border: solid 2px orange;
	background-color: white;
	padding: 10px;
	/*font-family: Arial;*/
	/*font-size:11px;*/
}

.modalTitle
{
	cursor: move;
	/*BACKGROUND-IMAGE: url(../images/sfondotrasp1.gif);*/
	background-color: #EEC509;
	color: Black;
	padding-bottom: 2px;
	text-align: center;
	color:lightyellow;
	/*font-size: 12px;*/
	font-weight:bold;
}

table.MasterTable_Office2007
{
	width : 100%;
}

.grid_pagination a:link, a:hover, a:visited
{
    color:#000;
}

td.red-quantity
{
	background-color:#FFA19F;
    /*background-color:black;
    color:white !important;*/
}

@keyframes pulse {
  0% {
    background-color: mediumpurple;
  }
  100% {
    background-color: #8B4513;
  }
} 

td.prestashop-quantity
{
	background-color:mediumpurple;
    color:#fff;
}
td.prestashop-quantity a
{
	background-color:mediumpurple;
    color:#fff;
}

td.prestashop-quantity-blue
{
	background-color:mediumpurple;
    color:#fff;
    animation: pulse 1.5s infinite;
}
td.prestashop-quantity-blue a
{
	background-color:mediumpurple;
    color:#fff;
    animation: pulse 1.5s infinite;
}

td.blue-quantity
{
	background-color:#8B4513;
    color:#fff;
}
td.blue-quantity a
{
	background-color:#8B4513;
    color:#fff;
}
td.blue-quantity a:hover
{
	background-color:#8B4513;
    color:#fff;
}

td.wrong-quantity
{
    background-color:black;
    color:white !important;
}

td.green-quantity
{
	background-color:#00C000;
    /*background-color:black;
    color:white !important;*/
}

td.wrong-quantity a {
    color:white !important;
}

td.another-quantity
{
	background-color:#7376FF;
}

td.with-notes
{
	background-color:yellow;
}