﻿input[title="cerrar"]{
    position: absolute;
    margin: -8px 0px 0px 284px;
    background:url(Resource/closePop.png)no-repeat !important;
}
#imgX{
    margin: -8px 0px 0px 284px;
}

div[title="pop"] {
    position: fixed;
    width: 280px;
    top: 40%;
    right: 50%;
    margin-right: -47%;
    margin-top: -17%;
    -webkit-box-shadow: 6px 4px 13px rgba(16, 12, 12, 0.50);
    box-shadow: 6px 4px 13px rgba(16, 12, 12, 0.50);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: left;
    padding: 1px 14px 1px 14px;
    border: 2px solid rgb(255, 255, 255);
    -moz-border-radius: 5px;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius: 5px;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius: 5px;
    font-size: 14px;
    -moz-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
    opacity:0;
   z-index:999;
    
}




div[title="pop"].ocultar{
    opacity:0;
    
}

div[title="pop"].ValidateError{

	color:#ffffff;
    opacity: 1;
  
    background-image: linear-gradient(bottom, rgb(199,87,87) 32%, rgb(242,106,106) 66%);
    background-image: -o-linear-gradient(bottom, rgb(199,87,87) 32%, rgb(242,106,106) 66%);
    background-image: -moz-linear-gradient(bottom, rgb(199,87,87) 32%, rgb(242,106,106) 66%);
    background-image: -webkit-linear-gradient(bottom, rgb(199,87,87) 32%, rgb(242,106,106) 66%);
    background-image: -ms-linear-gradient(bottom, rgb(199,87,87) 32%, rgb(242,106,106) 66%);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.32, rgb(199,87,87)),
	    color-stop(0.66, rgb(242,106,106))
);
   


}

div[title="pop"].ValidateMsg{

   
	color:rgb(0, 0, 0);
   
    opacity: 1;
  

    background-image: linear-gradient(bottom, rgb(98,179,175) 5%, rgb(155,235,224) 53%);
    background-image: -o-linear-gradient(bottom, rgb(98,179,175) 5%, rgb(155,235,224) 53%);
    background-image: -moz-linear-gradient(bottom, rgb(98,179,175) 5%, rgb(155,235,224) 53%);
    background-image: -webkit-linear-gradient(bottom, rgb(98,179,175) 5%, rgb(155,235,224) 53%);
    background-image: -ms-linear-gradient(bottom, rgb(98,179,175) 5%, rgb(155,235,224) 53%);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.05, rgb(98,179,175)),
	    color-stop(0.53, rgb(155,235,224))
    );
}

div[title="pop"].validateWarningMsg{
    /*background-color:rgb(51,102,0);*/
	/* Firefox v1.0+ */
	
	color:rgb(0, 0, 0);
    
    
    opacity: 1;
    
    background-image: linear-gradient(bottom, rgb(227,121,22) 31%, rgb(255,143,31) 66%);
    background-image: -o-linear-gradient(bottom, rgb(227,121,22) 31%, rgb(255,143,31) 66%);
    background-image: -moz-linear-gradient(bottom, rgb(227,121,22) 31%, rgb(255,143,31) 66%);
    background-image: -webkit-linear-gradient(bottom, rgb(227,121,22) 31%, rgb(255,143,31) 66%);
    background-image: -ms-linear-gradient(bottom, rgb(227,121,22) 31%, rgb(255,143,31) 66%);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.31, rgb(227,121,22)),
	    color-stop(0.66, rgb(255,143,31))
);
}

.hide {
     opacity: 1;
}


.ValidateErrorPop {
    /*background-color:rgb(51,102,0);*/
    /* Firefox v1.0+ */
    border: 2px solid rgb(255, 255, 255);
   
    -moz-border-radius: 5px;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius: 5px;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius: 5px;
    font-size: 14px;
   
    padding: 1px 14px 1px 14px;
   
    position: absolute;
    top: 9%;
    left: 30%;
    right: 30%;
    text-align: center;
  
    
    color:#ffffff;
    opacity: 1;
  
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.09, rgb(158,6,6)),color-stop(0.55, rgb(199,12,12)));
    margin-bottom: 0px;
}

.ValidateErrorPopHidden {
    /*background-color:rgb(51,102,0);*/
    /* Firefox v1.0+ */
    border: 2px solid rgb(255, 255, 255);
   
    -moz-border-radius: 5px;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius: 5px;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius: 5px;
    font-size: 14px;
   
    padding: 1px 14px 1px 14px;
   
    position: absolute;
    top: 9%;
    left: 30%;
    right: 30%;
    text-align: center;
  
    
    color:#ffffff;
    opacity: 0;
  
    background-image: linear-gradient(bottom, rgb(158,6,6) 9%, rgb(199,12,12) 55%);
    background-image: -o-linear-gradient(bottom, rgb(158,6,6) 9%, rgb(199,12,12) 55%);
    background-image: -moz-linear-gradient(bottom, rgb(158,6,6) 9%, rgb(199,12,12) 55%);
    background-image: -webkit-linear-gradient(bottom, rgb(158,6,6) 9%, rgb(199,12,12) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(158,6,6) 9%, rgb(199,12,12) 55%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.09, rgb(158,6,6)),color-stop(0.55, rgb(199,12,12)));
  
}
