/*
Theme Name: Inwestycje Hryniewicz
Template: road-fighter
*/
 
@import url("../road-fighter/style.css");

li {
	margin-left: 40px;
}


/*************  WPSAM SZN *****************/

/* Form fields, general styles first. */

button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}


span.message.error{
	color: red;
}


.container {
 
}
 
.login {
  position: relative;
  width: 240px;
}

.login p.submit {
  text-align: right;
}



/*  transakcje */

.transaction-status{
	font-weight: bold;	
}

.transaction-active{
	color: green;
}

.transaction-notactive, .transaction-closed, .transaction-finished{
	color: red;
}


.wpsam_declaration, .transaction-status{
	width: 400px;
}

.wpsam_declaration{
	
	
}

.wpsam_declaration .content{
	padding: 20px;	
}

.wpsam_declaration .content input{
	padding: 10px;	
}

.wpsam_declaration_max_amount{
	color: green;	
	font-weight: bold;
}

.wpsam_declaration_congratulation{
	color: green;	
	font-weight: bold;
	
}


div.associate_summary {
	font-size: 12px;
}

div.associate_summary h3 {
	font-size: 14px;
	font-weight: bold;
}


div.associate_summary th {
	background: none repeat scroll 0 0 #ffffff;
	font-weight: bold;
}


div.associate_summary table {
	border-collapse: collapse;
}

div.associate_summary table td, div.associate_summary table th {
	padding: 5px;
}

div.associate_summary table a {
	color: #21759B;
	text-decoration: underline;
}

/*************  END WPSAM SZN *****************/


/*************  TOP MENU QUICK FIX *****************/

#menu .ddsmoothmenu .sub-menu {
	width: 330px;
}
#menu .ddsmoothmenu .sub-menu a {
	width: 300px;
}
/*
#menu .ddsmoothmenu .sub-menu li {
	white-space: nowrap;
}
*/
/*************  END TOP MENU QUICK FIX *****************/