/**************************************************/
/* CSS definition eNews Subscription forms */
/**************************************************/
/**********************************************/
/* Color definitions
  Green: rgb(3,166,75) #03A64B
  Orange: rgb(246,157,37) #F69D25
  Red: rgb(235,91,38) #EB5B26
  Blue: rgb(0,138,185) #008AB9
  Grey (dark): rgb(40,40,40) #282828
  Grey (ligth): rgb(180,180,180)#B4B4B4
*/

/**************************************************/
/* Subscription box & subboxes */
#enews-subscription-box-header{position:relative;}

/**************************************************/
/* form */
.enews-subscription-form-header {}
.enews-subscription-form-header label{}
.enews-subscription-form-header input {}
.enews-subscription-form-header input#name{}
.enews-subscription-form-header input#email{}

.enews-subscription-form-header input#email-repeat-header{display:none;}



.enews-subscription-form-header button#send-data-button{}
.enews-subscription-form-header button#send-data-button:hover{}


/**************************************************/
/* error */
.validation_error_header{position:absolute; top:26px; right:1%; width:100%; background-color:rgb(235,91,38); padding:5px; margin:0; border:1px solid rgb(235,91,38); border-radius:4px; z-index:1000; box-shadow:0 0 20px white;}
.validation_error_header strong{float:left; width:10%; color:white; margin:0; padding: 0; text-align:left;}
.validation_error_header ul{float:right; width:90%;color:white; list-style-image:none; list-style-type: none; margin:0; padding:0;}
.validation_error_header ul li{ color:white; margin: 0; padding: 0;}


/**************************************************/
/* confirmation box */
#enews-subscription-box-confirm-message-header{position:absolute; top:0; right:0; width:95%; background-color:rgb(3,166,75); padding:5px; margin:0; border-radius:4px; box-shadow:0 0 20px white;}
#enews-subscription-box-confirm-message-header h1{}
#enews-subscription-box-confirm-message-header p{color:white;}
#enews-subscription-box-confirm-message-header p strong{}





/**************************************************/
/* Subscription box & subboxes */
#enews-subscription-box-footer{margin:15px 0 10px 0;}
#enews-subscription-box-footer p{float:left; width:33%; text-align:center;font-size:1.29em; color:white; font-weight: bold;}
#enews-subscription-box-footer p span{color:rgb(246,157,37);}

/**************************************************/
/* form */
.enews-subscription-form-footer {float:left; width:66%; }
.enews-subscription-form-footer label{}
.enews-subscription-form-footer input {}
.enews-subscription-form-footer input#email-footer{float:left; width:50%;}
.enews-subscription-form-footer button#send-data-button{float:left; width:20%; text-align:center; margin-left:20px; border-color:rgb(246,157,37); background-color:rgb(246,157,37); color:white; background-image:url(/fileadmin/templates/procuraplus/images/arrow_right_white_19x4.png); background-repeat:no-repeat; background-position:right 10px center;}
.enews-subscription-form-footer button#send-data-button:hover{}


/**************************************************/
/* error */
.validation_error_footer{clear:both; width:50%; background-color:rgb(235,91,38); padding:5px; margin:30px 0 0 0; border:1px solid rgb(235,91,38); border-radius:4px; z-index:1000; box-shadow:0 0 20px white;}
.validation_error_footer strong{float:left; width:10%; color:white !important; margin:0; padding: 0; text-align:left;}
.validation_error_footer ul{float:left; width:auto; color:white !important; list-style-image:none; list-style-type: none; margin:0; padding:0;}
.validation_error_footer ul li{ color:white; margin: 0; padding: 0;}


/**************************************************/
/* confirmation box */
#enews-subscription-box-confirm-message-footer{background-color:rgb(3,166,75); padding:5px; margin:0; border-radius:4px; box-shadow:0 0 20px white;}
#enews-subscription-box-confirm-message-footer h1{}
#enews-subscription-box-confirm-message-footer p{color:white;}
#enews-subscription-box-confirm-message-footer p strong{}

