body {
    background: none;
}

.header_Rido {}

.header_Rido .header_Rido_Top {
    background: #000000;
    border-bottom: solid 8px #01a37e;
}
.header_Rido .header_Rido_Top .header_Rido_Top_Inner {
    width: 960px;
    margin: auto;
    padding: 10px 0 10px 0;
    position: relative;
}
.header_Rido .header_Rido_Top .header_Rido_Top_Inner img.arrows {
    position: absolute;
    top: 0;
    left: 0;
}

.header_Rido .header_Rido_Top .header_Rido_Top_Inner a.logo_fdr {
    float: left;
}
.header_Rido .header_Rido_Top .header_Rido_Top_Inner a.logo_fdr img {
    outline: none;
    border: 0;
	position: relative;
}
.header_Rido .header_Rido_Top .header_Rido_Top_Inner img.rido_title {
    float: right;
    padding-top: 10px;
}

.header_Rido .header_Rido_Bottom {}

.header_Rido .header_Rido_Bottom .header_Rido_Bottom_Inner {
    padding: 24px 0 24px 0;
    width: 960px;
    margin: auto;
}
.header_Rido .header_Rido_Bottom .header_Rido_Bottom_Inner img.wdf_bdo {
    float: right;
}

.content_Rido {
    width: 960px;
    margin: auto;
}
.content_Rido .main_image {
    padding-top: 10px;
}
.content_Rido .main_image .main_picture {
    border: solid 10px white;
    -webkit-box-shadow:  0 0 10px #d2d1d0;
    box-shadow:  0 0 10px #d2d1d0;
}

.content_Rido .registration {
    text-align: center;
}

.content_Rido .registration .singles_registration {
    width: 460px;
    display: inline-block;
    padding-top: 20px;
    padding-right: 15px;
    
}
.content_Rido .registration .singles_registration a.singles_button {
    width: 460px;
    background: #01a37e;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 50px;
    color: white;
    margin-top: 10px;
    border-radius: 10px;
    padding: 30px 0 30px 0;
}
.content_Rido .registration .singles_registration a:hover.singles_button {
    background: #01a37e;
}

.content_Rido .registration .teams_registration {
    width: 460px;
    display: inline-block;
    padding-top: 20px;
    padding-left: 15px;
}
.content_Rido .registration .teams_registration a.teams_button {
    width: 460px;
    background: #0054EF;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 50px;
    color: white;
    margin-top: 9px;
    border-radius: 10px;
    padding: 30px 0 30px 0;
}
.content_Rido .registration .teams_registration a:hover.teams_button {
    background: #0054EF;
}

.footer_Rido {
    background: #000000;
    border-top: solid 8px #01a37e;
    margin-top: 50px;
	height:200px
}
.footer_Rido .footer_Rido_Inner {
    width: 960px;
    margin: auto;
}
.footer_Rido .footer_Rido_Inner img.sponsors {
    padding: 20px 0 20px 0;
	height:140px;
}




.registration_form {
    width: 960px;
    margin: auto;
    margin-top: 20px;
    border-top: solid 1px #A9ABAE;
}
.registration_form.double span {color: #0054EF;font-weight:bold;}
.registration_form.single span {color: #01A37E;font-weight:bold;}

.registration_form .title_form {
    padding: 30px 0 30px 0;
}
.registration_form .title_form .title_text {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.registration_form .title_form .close_date {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.registration_form a.see_list {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    color: #A9ABAE;
}
.registration_form a:hover.see_list {
    color: black;
}
.registration_form .form_details {
    background: #fafafa;
    border: solid 1px #A9ABAE;
    border-radius: 10px;
    padding: 30px;
}
.registration_form .form_details .form_left {
    float: left;
    border-right: solid 1px #A9ABAE;
    width: 49%;
}
.registration_form .form_details .input-line {
    padding-bottom: 20px;
}
.registration_form .form_details .input-line.last {
    padding-bottom: 0;
}
.registration_form .form_details .input-line.last .price {
    padding-top: 8px;
    margin-right: 20px;
}
.registration_form .form_details .input-line.last .price p.text {
    font-size: 30px;
    font-weight: bold;
    display: inline;
}
.registration_form .form_details .input-line.last .price .sign {
    font-size: 30px;
    font-weight: bold;
}
.registration_form .form_details .input-line.last .price*,
.registration_form .form_details .input-line.last .input* {
    vertical-align: middle;
}

.registration_form .form_details .input-line.half {
    float: left;
    width: 47%;
}

.registration_form .form_details .input-line .input input,
.registration_form .form_details .input-line .input select {
    width: 90%;
    padding: 12px 10px 12px 10px;
    border-radius: 10px;
    border: solid 1px #A9ABAE;
    outline: none;
    font-size: 16px;
    outline: none;
}
.registration_form .form_details .input-line .error {
    color: black;
    display: none;
	font-size: 13px;
	font-style: italic;
}
.registration_form .form_details .form_right {
    float: left;
    margin-left: 30px;
    width: 47%;
}
.registration_form .form_details .form_right .input-line .input input,
.registration_form .form_details .form_right .input-line .input select {
    width: 95%;
}

.registration_form .form_details .input-line.error .input input,
.registration_form .form_details .input-line.error .input select {
	border-color: red;
	background-color: #FFE6FF;
}
.registration_form .form_details .input-line.error .error {
	display: block;
}


.registration_form .form_details .form_right .observation {
    background: white;
    border-radius: 10px;
    margin-top: 12px;
    float: left;
    padding: 16px;
}
.registration_form .form_details .form_right .observation p {
    font-size: 12px;
    font-weight: bold;
}

.registration_form .accomodation_form {
    background: #fafafa;
    border: solid 1px #A9ABAE;
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
}
.registration_form .accomodation_form .accomodation_title {
    text-align: center;
    padding-bottom: 30px;
}
.registration_form .accomodation_form .accomodation_title p {
    font-size: 30px;
    font-weight: bold;
}
.registration_form .accomodation_form .accomodation_logo {
    float: left;
    padding: 0 30px 0 70px;
    border-right: solid 1px #A9ABAE;
}
.registration_form .accomodation_form .accomodation_details {
    float: right;
}
.registration_form .accomodation_form .accomodation_details .prices_details {
    padding-right: 70px;
    padding-bottom: 5px;
}

.registration_form .accomodation_form .accomodation_details .prices_details p {
    font-size: 20px;
}
.registration_form .accomodation_form .accomodation_details a.button_booking {
    display: inline-block;
    text-decoration: none;
    background: white;
    color: #666;
    font-weight: bolder;
    padding: 10px 20px;
    border: solid 1px white;
    border-radius: 10px;
    -webkit-box-shadow:  0 0 10px #d2d1d0;
    box-shadow:  0 0 10px #666;
}
.registration_form .accomodation_form .accomodation_details a:hover.button_booking {
    color: black;
}

.registration_form .antispam {
    text-align: center;
    margin-top: 30px;
}
.registration_form .antispam .note {
    text-align: center;
    font-size: 16px;
    color: #000;
}
.registration_form .antispam .operation {
    font-size: 30px;
    vertical-align: middle;
}
.registration_form .antispam input {
    padding: 12px 10px 12px 10px;
    border-radius: 10px;
    border: solid 1px #A9ABAE;
    outline: none;
    font-size: 16px;
    outline: none;
    width: 50px;
    text-align: center;
}
.registration_form .antispam.error input {
	border-color: red;
	background-color: #FFE6FF;
}
.registration_form .antispam .error  {
    font-size: 13px;
    font-style: italic;
}
.registration_form .formMessage {
	margin-top: 20px;
	text-align: center;
	display: none;
}
.registration_form .formMessage .innerMessage {
	/*asta e clasa principala a mesajului de jos din form*/
	width: 400px;
	margin: auto;
	background: #f7e8f1;
	border: solid 1px #01a37e;
    color: #000;
	padding: 20px;
}
.registration_form .formMessage.error .innerMessage {
	color: red;
    border: solid 1px red;
    font-weight: bold;
}
.registration_form .formMessage.success .innerMessage {
    color: #01a37e;
    background: #fffcda;
    border: solid 1px #01a37e;
    font-weight: bold;
}

.registration_form .submit_button {
    text-align: center;
    margin-top: 20px;
}

.registration_form .submit_button input {
    cursor: pointer;
    border: solid 5px white;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 20px;
    -webkit-box-shadow:  0 0 10px #d2d1d0;
    box-shadow:  0 0 10px #d2d1d0;
}
.registration_form .submit_button.single input {
	background: #878288;
	background: -moz-linear-gradient(top, #c3bbc4 0%, #878288 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3bbc4), color-stop(100%,#878288));
	background: -webkit-linear-gradient(top,  #c3bbc4 0%,#878288 100%);
	background: -o-linear-gradient(top,  #c3bbc4 0%,#878288 100%);
	background: -ms-linear-gradient(top,  #c3bbc4 0%,#878288 100%);
	background: linear-gradient(to bottom,  #c3bbc4 0%,#878288 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3bbc4', endColorstr='#878288',GradientType=0 );
}
.registration_form .submit_button.double input {
    background: #878288;
    background: -moz-linear-gradient(top, #c3bbc4 0%, #878288 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3bbc4), color-stop(100%,#878288));
    background: -webkit-linear-gradient(top,  #c3bbc4 0%,#878288 100%);
    background: -o-linear-gradient(top,  #c3bbc4 0%,#878288 100%);
    background: -ms-linear-gradient(top,  #c3bbc4 0%,#878288 100%);
    background: linear-gradient(to bottom,  #c3bbc4 0%,#878288 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3bbc4', endColorstr='#878288',GradientType=0 );
}
.singles_registration a:hover.singles_button {    background: #ffd748;}.singles_registration a.singles_button {    width: 350px;    background: #ffc300;    display: block;    text-align: center;    text-decoration: none;    font-weight: bold;    font-size: 25px;    color: white;    margin-top: 10px;    border-radius: 10px;    padding: 30px 10px 30px 0;	 margin: 10px auto;}
.registration_form .noType {
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
}


.subscribed-people {
	margin: auto;
	width: 960px;
	margin-top: 40px;
}
.subscribed-people .tabs {
	border-bottom: solid 4px #01a37e;
}
.subscribed-people .tabs .tab {
	float: left;
	margin-right: 10px;
	padding: 10px 10px;
	background: #fff;
	color: gray;
	font-size: 14px;
    font-weight: bold;
	border: solid 1px #d3d3d3;
	border-bottom: none 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	cursor: pointer;
}
.subscribed-people .tabs .tab:hover {
	color: #000;
}
.subscribed-people .tabs .tab.active {
	background: #000;
	color: #d3d3d3;
}

.subscribed-people .grids {

}

#loadingMask {
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	display: none;
}

.x-grid-cell-inner {
    padding: 8px 6px;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.singles_registration {
    display: flex;
    margin-top: 40px;
}

.paypal {
    display:none;
}

