/*
* ==== GENERAL STYLES ====
*/
body{
	font-family: 'Lato', sans-serif;
  background-image: url('images/activity.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	transition: background 1s ease-in-out;
}
p{
	margin: 0;
}
h2{
  margin-top: 10px;
  font-size: 26px;
  color: #002d7f;
}
nav{
	background: #fff !important;
}
.btns{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.check0,
.check1,
.check2,
.check3,
.check4,
.check5,
.check6{
  display: none;
}
.check0_v,
.check1_v,
.check2_v,
.check3_v,
.check4_v,
.check5_v,
.check6_v{
  display: block;
}
.t0{
  font-style: italic;
}
.t1{
  display: none;
}

.progress{
  height: 4px;
  margin-bottom: 4px;
	background-color: #fff;
	box-shadow: unset !important;
}
.progress-bar{
	background-color: #002d7f;
	transition: width 1s ease-in-out;
}
.page-header{
  border: none;
}
.head_container{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}
.head_left{
	position: absolute;
	left: 16px;
	top: 14px;
	display: block;
}
.head_left img{
	width: 80px;
}

.head_right{
	position: absolute;
	right: 0;
	top: 0;
}

.head_right .head_lang{
	margin-right: 160px;
	margin-top: 39px;
}

.head_right .head_close{
	position: absolute;
	right: 40px;
	height: 109px;
	top: 0px;
	border-left: 1px solid #d2d2d2;
	width: 40px;
	text-align: center;
	padding-top: 34px;
	font-size: 27px;
	padding-left: 29px;
}
.head_right .head_close:hover i{
	color: #000;
}
.head_right .head_close a{
	text-decoration: none;
}







.add_item_container button{
  padding: 0;
  line-height: 0;
  font-size: 31px;
  background: transparent;
  border: none;
  color: #002d7f;
  outline: none;
}
.add_item_container label p{
  font-weight: 100;
  padding-left: 8px;
  cursor: pointer;
}
.added_items .new_page{
  margin-bottom: 10px;
}
.add_item_container > p{
    font-size: 16px;
    color: #002d7f;
    display: none;
    font-weight: 700;
    padding-top: 10px;
}
.add_item_container .remove_new_page{
  background: transparent;
  color: #002d7f;
  border-top: 1px solid #002d7f;
  border-right: 1px solid #002d7f;
  border-bottom: 1px solid #002d7f;
}


::-webkit-scrollbar {
    display: none;
}
/*
* Vertical slider elements
*/
#section1 .form-group:not(.btns){
  margin-bottom: -80px;
}
#section1 .form-group:nth-last-child(2){
  margin-bottom: 0;
}

#section1 .form-group label:nth-child(2n+2){
  margin-top: -20px;
}
.elemHidden{
  display: none;
}
.section_v.prev{
	display: none;
  transition: all 0.5s;
}
.section_v.next{
	display: none;
  transition: all 0.5s;
}
.section_v.current{
transition: all 0.5s;
}
.section_v.current{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

}
.currentR .form-group:not(.btns){
	-webkit-animation: slideR 0.5s forwards;
	animation: slideR 0.5s forwards;
}
@-webkit-keyframes slideR {
	0% { right: -500px; display: none;}
	100% {right: 0; display: block;}
}

@keyframes slideR {
	0% {right: -500px; display: none;}
	100% {right: 0; display: block;}
}

.currentL .form-group:not(.btns){
	-webkit-animation: slideL 0.5s forwards;
	animation: slideL 0.5s forwards;
}
@-webkit-keyframes slideL {
	0% { opacity: 0.1;left: -500px; display: none;}
	100% { opacity: 1;left: 0; display: block;}
}

@keyframes slideL {
	0% { opacity: 0.1;left: -1000px; display: none;}
	100% { opacity: 1;right: 0; display: block;}
}


.section_v{
	background: #fff;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 30px;
  visibility: visible !important;
  height: 140%;
  box-shadow: 0px 2px 22px -3px rgba(0,0,0,0.9);
	overflow: hidden;
  transition: all 2s;
	display: none;

}
section{
    height: 600px !important;
}

section:not(.current){
  display: none;
}

.borderSucces{
  border: 1px solid #00A700 !important;
}
.page-header h2{
  display: none;
}
.btns button{
  width: 100px;
  border: 2px solid #f0b31c;
  color: #002d7f;
  background: transparent;
  font-size: 22px;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.btns button i{
  transition: all 0.5s ease-in-out;
}
.btns button:hover{
  border: 2px solid #002d7f;
  transition: all 0.5s;
}
.btns button:hover i{
  color: #f0b31c;
  transition: all 0.5s;
}

.sendAll{
  width: 50%;
  transition: all 0.5s ease-in-out;
}
.sendAll:hover,
.sendAll:focus{
  color: #002d7f;
  background-color: transparent;
  box-shadow: inset 500px 0px 293px 0px #f0b31c;
  transition: all 0.5s;
}


.elemTR,
.elemTC{
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox-inline,
.radio-inline{
	padding-left: 0;
	vertical-align: bottom;
  margin-bottom: 10px;
}
.checkbox,
.radio{
  margin-top: 0;
}
.control-label p{
	font-size: 16px;
  color: rgba(0,0,0,0.7);
}


.control-label{
    display: flex;
    flex-direction: row;
}
.control-label .fa-check{
	   color: #00A700;
    font-size: 18px;
    padding-left: 4px;
}

.submit_form{
  width: 100%;
  border: 2px solid #f0b31c;
  color: #002d7f;
}




/*
* ==== CKECK BOXES ====
*/
.checkbox{
	height: 30px;
}
.checkbox label p{
	padding-left: 18px;
	padding-top: 6px;
}
input[type="checkbox"]:not(:checked):before,
input[type="checkbox"]:checked:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1.5px solid #002d7f;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  cursor: pointer;
}
input[type="checkbox"]:not(:checked):after,
input[type="checkbox"]:checked:after {
  content: url('../public/img/check.png');
  transform: scale(.1);
  position: absolute;
  top: -1px;
  left: 3px;
  transition: all .2s;

}
input[type="checkbox"]:not(:checked):after {
  opacity: 0;
  transform: scale(0);
}
input[type="checkbox"]:checked:after {
  opacity: 1;
  transform: scale(1);
}
/*
* ==== RADIO BUTTONS ====
*/

.radio{
	height: 30px;
}
.radio label p{
	padding-left: 18px;
	padding-top: 6px;
}
input[type="radio"]:checked:after {
    background: none repeat scroll 0 0 #efb21c;
    border-radius: 50%;
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    top: 4px;
    left: 3px;
}
input[type="radio"]:checked:before {
    background-color: #fff;
}
input[type="radio"]:focus:before {
    background-color: #fff;
}
input[type="radio"]:before {
    background-color:#fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -3px;
    height:28px;
    width:28px;
    content: ' ';
    cursor: pointer;
    border:1.5px solid #002d7f;
}

input[type="text"],
input[type="email"]{
	border: 1px solid #002d7f;
}
textarea{
	max-width: 100%;
  min-width: 100%;
  border: 1px solid #002d7f !important;
  min-height: 50px;
}

button.btn.btn-default.dropdown-toggle {
    position: absolute;
}

.page-header {

	margin: 75px 0 20px;
}

@media only screen and (max-width: 922px) {
  /*nav .row{
    display: flex;
    flex-direction: row;
    align-items: center;
  }*/
  .section_v{
    padding-left: 0;
    padding-right: 0;
  }


  .head_container{
  	height: 144px;
  }
  .head_center h2{
  	margin-top: 78px;
  }
  .head_right .head_close{
  	border-left: unset;
  }
}



@media only screen and (max-width: 480px) {



  body{
    background-image: none !important;
  }
  .section_v{
    box-shadow: unset;
  }
  section{
    min-height: 90vh !important;

    overflow-y: scroll;
    /*min-height: 500px;*/
  }
	.checkbox{
		height: 36px;
	}
	.checkbox label p{
		padding-top: 6px;
    	line-height: 15px;
	}
	.checkbox-inline, .radio-inline{
		padding-left: 0;
		vertical-align: middle;
    margin-right: 3px;
	}
	.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
		margin-left: 0;
	}
}
