/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-jan-2014, 11:34:17
    Author     : raymond
*/




/** Notices and Errors **/




.blur{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);   
}
.noblur{
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);   
}
.message {
	clear: both;
	color: #fff;
	font-size: 1em;
	
	margin: 0 0 1em 0;
	padding: 5px;    
}

span#ajaxValidationMsgText{
    color: inherit;
    
}
.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
        position: absolute;
        width:      60%;
        height:     40%;
        left:       20%;
        top:        10%;
        text-align: center;
        z-index: 100;
	background: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: black;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: 0px 0px 25px black;
}
.success,
.message,
.cake-error,
p.error,
.error-message,div#flashMessage {
        position: absolute;
        width:      60%;
        height:     20%;
        left:       20%;
        top:        10%;
        text-align: center;
        padding-top: 10%;
        z-index:    100;
	clear:      both;
	color:      black;
	background: white;
	border:     0px solid white;
        box-shadow: 0px 0px 25px black;
        background-repeat: no-repeat;
        background-position: right 5px top 5px;
        background-image: url("../img/cross.png");
}

.error-message {
        position: relative;
        width: auto;
        height: auto;
        left: auto;
        top: auto;
        z-index: 90;
        padding-top: 10px;
}



.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #2d659d;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: white;
	display: none;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

div#flashMessage{
  width: 400px;
  height: auto;
  padding: 60px;
  right: auto;
  font-size: 0.9em;
  
left: 0;
right: 0;
margin: 0 auto;  
  
}

div#flashMessage table{
    border-collapse: collapse;
}
div#flashMessage td.text{
    text-align: left;
    padding-right: 25px;
}
div#flashMessage tr.button td{
    border-top: 1px solid #434b4e;
}
div#flashMessage tr.button td.button{
  width: 150px;
  height: 33px;
  color: white;
  background-repeat: no-repeat;
  background-position: right 0px top 0px;
  background-image: url("../img/mboxbutton.png");
  font-size: 1em;
  font-weight: bold;
 text-align: center;
}


div#login div.error-message{
    color: black !important;
}