body {
	font-family: 'Lato', sans-serif;
	font-weight:  300 !important;
	font-size: 14px;
	text-align: center;
	padding-top: 2em;
}

.completed {
	display: none;
}
.completed.shown {
	display: block !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}
.required-star {
	color:  red;
	font-weight:  bold;
	font-size:  1.5em;
	line-height:  0;
}

.control-label {
	font-size:  1em !important;
	font-weight:  400;
	cursor:  pointer;
	color: black;
}
.control-label.rule {
	font-size:  .9em !important;
	text-align: justify !important;
}

.btn {
	background:  #967736;
	color:  #FFF;
}

.btn:hover,
.btn:focus,
.btn:active {
	color:  #FFF;
	background: #967736;
}

.form-control {
	color: #000 !important;
	font-size:  1em;
	padding: 5px 15px !important;
  outline: none !important;
  height:  auto;
  border: 3px solid #967736 !important;
  border-radius: 5px !important;
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.01);
	-moz-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.01);
	box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.01);
}

.radio {
	font-weight: 400;
	text-transform: uppercase;
	width: 60%;
    margin: 0 auto;
	cursor: pointer;
}

input[type=radio] {
	display: none;
}

input[type=radio]:checked+.radio,
.radio:hover {
	background:#967736;
	color:white !important;
}

.form-control:focus {
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.25);
}

form.ng-submitted input.ng-invalid,
form.ng-submitted select.ng-invalid {
	border-color: red !important;
	color:  red !important;
	outline:  1px solid red;
}


form .error-text {
	display: none;
}
form.ng-submitted .hasError .error-text {
	display: block;
	color: red;
	font-weight: bold;
	clear: both;
}

#loader {
	position: absolute;
	transition: all .7s;
	font-size: 1em;
	overflow: hidden;
	opacity: 0;
	width: 100%;
	padding-right: 30px;
	pointer-events: none;
}

.loader-visible {
	transition: all .7s;
	opacity: 1 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #222 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #222 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #222 !important;
}
.has-error input{
	border:3px solid #a94442 !important;
}
.has-error .error{
	color:#967736 !important;
	text-align:left;
	font-weight: bold;
	font-size: 12px;
}
.loading-registration{
	width:100%;
	height:100%;
	background: #fff;
	opacity: 0.8;
	position:absolute;
	z-index: 9999;
}

#towarzyszaca,
#potwierdzony_udzial {
	display: none;
}

.alert-success {
    color: white;
    background-color: #967736;
    border-color: #fce923;
    font-size: 1.6rem;
    font-weight: 500;
}