.required {
  color: red; }

.overlay-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: alpha(opacity=60);
  z-index: 1;
  display: none; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none; }

.modal {
  padding: 10px;
  width: 500px;
  height: auto;
  border: 10px solid rgba(247, 213, 159, 0.87);
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  position: absolute;
  top: -9999999px;
  left: 50%;
  margin-left: -250px;
  background-color: #fff;
  z-index: 1010;
  display: block;
  color: #000; }

.action_msg, #register_msg, #update_msg {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold; }

.msg_okay, .msg_err {
  border: 2px solid #5aff00;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  color: #5aff00;
  padding: 3px; }

.msg_err {
  border-color: red;
  color: red; }

.close {
  position: absolute;
  background-image: url(../assets/close.png);
  height: 45px;
  width: 45px;
  top: -20px;
  right: -20px;
  z-index: 1111; }

.progressbar {
  width: 400px;
  height: 15px;
  border: 2px solid #5aff00;
  display: none;
  @include border-radius( 10px ); }
  .progressbar .progress {
    width: 0;
    height: 15px;
    background-color: #d2f8c1; }

.msgLoadingContests {
	color: gray;
	font-size: 14pt;
	text-align: center;
}

#presslaffsubmit {
	border: 0 !important;
	color: #FFFFFF !important;
	width: 174px !important;
	height: 41px !important;
	font-size: 12pt !important;
	font-weight: normal !important;
	background: url('../assets/button.png') no-repeat !important;
	/*background-color: #000000 !important;*/
	box-shadow: none !important;
   }
#presslaffsubmit:hover {
	 font-weight: bold !important;
	 background: url('../assets/buttonClicked.png') no-repeat !important;
  }

  .p-contests
  {
	  min-height: 200px;
	  height: 200px;
	  overflow: hidden;
  }
  
  .p-middle
  {
	  text-align: center;
  }
  
  .p-nav table
  {
	  width: 100%
	  
  }
  
  #p-next-contest
  {
	  text-align:right;
	  color: #feee35;
  }
  
  #p-prev-contest
  {
	  text-align: left;
	  color: #feee35;
  }
  
  #p-next-contest:hover, #p-prev-contest:hover
  {
	  cursor: pointer;
	  color: #feee35;
	  font-weight: bold;
  }
  
  .p-title
  {
	  font-weight: bold;
	  font-size: 1.2em;
  }
  
  .presslaff-list
  {
	  width: inherit;
	  height: inherit;
  }
  
  .presslaff-item
  {
	  margin: 0 20px !important; 
	  position: relative;
	  width: 160px !important;
  }
  
  .presslaff-button-uniform
  {
	color: #FFFFFF;
	width: 174px;
	height: 41px;
	font-size: 12pt;
	background: url('../assets/button.png') no-repeat;
	box-shadow: none;
  }
  .presslaff-button-uniform:hover
  {
	 background: url('../assets/buttonClicked.png') no-repeat;
	 box-shadow: none;
  }

  .contest-title {
  		font-size: 14pt;
  		font-weight: bold;
  		color: #1021ee;
  		text-decoration: none;
  }

  .enterhere-link {
  		color: #1021ee;
  		font-color: #1021ee;
  		font-weight: normal;
  		text-decoration: none;
  }

  .hr-style {
  		height: 1px;
  		width: 100%;
  		background-color: #454444;
  		border-width: 0;
  }
