body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    /*color: #888;*/
}
h3 {
	font-size:1.8rem;
	line-height:2.0rem;
	/*color:#000;*/
}
caption {
	color: black;
    caption-side: top;
}
.spw-form input {
	margin-left:1.0rem;
}
.media-heading {
	padding: 5px;
	width:80%;
	line-height:1.5;
}
.spw-title {
	color:#55595c;
	font-size:1em;
	font-weight:400;
}
.spw-result {
	margin-top:1rem;
	font-size:13px;
}
.spw-col td {
	width: 12%;
	text-align:center;
}
.spw-list {
	background-color: #fff;
    display: block;
    margin-bottom: -1px;
    padding: 0.75rem 1.25rem;
    position: relative;
}
.spw-res td, .spw-res th {
	font-size: 11px;
	text-align:right;
}
.spw-left {
	border-left:1px solid #808080;
}
.spw-right {
	border-right:1px solid #808080;
}
.spw-back {
	background-color:#f4f6f6 ;
}
.spw-box {
	background-color:#999999 ;
}
.spw-right-dotted {
	border-right:1px dotted #cfcfcf;
}
.spw-res thead td, .spw-res thead th {
	border:0 none;
}
.spw-col th {
	font-weight:normal;
}
.button-error {
	color:red;
	font-weight:600;
}
.custom {
	width:450px;
	/*height:20px;*/
}
/*.table td {
	border:none;
   text-align: center;   
}*/
/** from */
.form-box {
	padding-top: 40px;
}
.form-top {
	overflow: hidden;
	padding: 0 25px;
	background:  #eee;/*#c0c0c0;*/
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}
.form-top-left {
	float: left;
	width: 75%;
	font-size: 1.1rem;
	padding-top: 25px;
}
.spw-bottom {
	margin-bottom: 1rem;	
}
.form-top-left h3 { margin-top: 0; }
.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 40px;
	color: #ddd;
	line-height: 10px;
	text-align: right;
}
.form-bottom {
	/*padding: 25px 15px;*/
	padding: 25px 0 15px;
	background: #f4f6f6;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}
.spw-input {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height:30px;
	font-size:12px;
}
.spw-check {
	margin-left: 1.0rem !important;
	margin-top: 0;
}
.spw-textarea-label {
	text-align:center;
}
.spw-label {
	font-weight:bold;
}
.spw-textarea-label span{
	font-weight:bold;
	text-align:center;
}

.spw-textarea-text {
	line-height: 2.5;	
}
.spw-sportarten {
	border:1px solid #cfcfcf;
	padding:10px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.spw-addon {
	font-weight:300 !important;
	color:#373a3c !important;
	padding:0 0.5rem !important;
}
.spw-input-error {
	border:1px solid red;
	color:red;
}
.form-bottom .input-group-addon {
	font-weight:300 !important;
}
.table-bordered td, .table-bordered th{
    border:1px solid #cfcfcf ;
}
.spw-bordered td, .spw-bordered th {
	border-top:1px solid #808080 ;
	border-bottom:1px solid #808080 ;
	padding: 0.3rem;
	
}
.spw-no-bottom td {
	border-bottom:none 0 !important;
}
.spw-no-top td, .spw-no-top th {
	border-top:none 0 !important;
	padding:0;
}
.spw-no-padding td, .spw-no-padding th {
	padding:0.4rem;
}
hr {
	border:none !important;
	border-bottom:1px dotted #ccc !important;
}
.form-bottom .row {
	padding: 0 25px;
}
.form-smaller {
	font-size: 0.9rem;
}
form .form-bottom textarea {
	height: 100px;
}
form .form-bottom button.btn {
	min-width: 105px;
}
form .form-bottom .input-error {
	border-color: #ff0000;
}
form.registration-form fieldset {
	display: none;
}
button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
	margin-top: 2.0rem;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn:hover { opacity: 0.6; color: #fff; }

button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

#code-error {
	color:red;
	display:none;
}