@font-face {
    font-family: myFont;
    src: url(./fonts/IRANSans-Light.ttf) format('truetype'),
	     url(./fonts/IRANSans-Light.woff) format('woff');
}
@font-face {
    font-family: myFont;
    src: url(./fonts/IRANSans-Bold.ttf) format('truetype'),
	     url(./fonts/IRANSans-Bold.woff) format('woff');;
	font-weight: bold;
}

.regPane {
    display: inline-block;
    min-height: 450px;
	vertical-align: top;
}

div#imageSection {
    display: inline-block;
    vertical-align: top;
    margin-top: 33px;
    margin-right: 13px;
    text-align: center;
    width: 190px;
}

div#basicInfoSection {
    display: inline-block;
    vertical-align: top;
}

div#descriptionSection {
    margin: 0 25px;
}

textarea#descriptions {
    width: 450px;
    
	display: block;
	border: 0 none;
    border-bottom: 1px solid #1abc9c;
    background: transparent;
    resize: none;
    
	-webkit-transition: all 0.6s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.6s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 98%, #1abc9c 2%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #1abc9c 2%);
	background-position: -450px 0;
    background-size: 450px 100%;
    background-repeat: no-repeat;
}

textarea#descriptions:focus, textarea#descriptions:valid {
	box-shadow: none;
	outline: none;
	background-position: 0 0;
}
div#submit-section {
       margin: 43px 25px 33px 25px;
	  text-align: left;
}

.image-upload {
    margin-bottom: 25px;
}
div#part2-right * {
	margin-left: 0 !important;
}
div#part2-right {
    display: inline-block;
}

div#part2-left {
    display: inline-block;
	margin-right: 50px;
}
div#part2-left *{
    margin-right: 0 !important;
}

img#theImg {
    /*width: 135px;
    height: 135px;
	
	*/
	max-width: 135px;
	max-height: 135px;
    min-width: 135px;
    min-height: 135px;
    
	width: auto;
	height: auto;
    border: #ffffff 5px solid;
    box-sizing: content-box;
    box-shadow: 0px 0px 11px 2px rgba(136, 136, 136, 0.23);
    border-radius: 500px;
}

.image-upload > input
{
    display: none;
}
.image-upload img
{
    cursor: pointer;
}
div#errorsSection {
    margin: 30px 25px 5px 25px;
    padding-bottom: 9px;
    font-size: 11px;
    border-bottom: red 2px solid;
}
.msg_ok {
    margin: 33px 25px 15px 25px;
    font-size: 11px;
    color: #5ccc6d;
    font-weight: bold;
    border-bottom: #5ccc6d 2px solid;
    padding-bottom: 10px;
}
* {
	font-family: myFont;
    margin: 0;
    padding: 0;
}

body {
	direction: rtl;
    width: 900px;
    margin: 60px auto;
    
    /*background: #ffffff url("./img/bg-1400x900.jpg") no-repeat center center fixed;
	-webkit-background-size: 110% 110%;
	-moz-background-size: 110% 110%;
	-o-background-size: 110% 110%;
	background-size: 110% 110%;*/
	background-color: #4d207a;
	background-position: 0px 0px;
}
.parallax-window {
    min-height: 400px;
	background: transparent;
}

div#rightPane {
	width: 400px;
}
#rightPaneTop {
	min-height: 500px;
	background: url(./img/designDevice.png) no-repeat right bottom,
	            rgba(0, 0, 0, 0.33) url(./img/regFormLogo.png) no-repeat top center;
}
a.pcalBtn {
    float: left;
    position: absolute;
    left: 5px;
    top: 13px;
}

div#copyright {
    font-size: 10px;
    color: white;
    text-shadow: black 0px 0px 1px;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
}
div#copyright p{
	margin-bottom: 3px;
}
p.ltr {
	direction: ltr;
}
div#leftPane {
	width: 500px;
    background-color: rgba(255, 255, 255, 0.95);
}

.myInput {
    margin: 40px 25px;
    width: 200px;
    display: block;
    color: #0e6252;
}
.myInputCaption {
    height: 0;
    font-size: 13px;
    color: hsla(0, 0%, 0%, 0.75);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
	-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.myInputCaptionUp {
	color: #1abc9c;
	font-size: 11px;
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
.myInput input {
	margin: 0;
}



input::-webkit-input-placeholder, #submit-button {
 font-family: myFont;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

h3 {
    text-align: center;
	margin-top: 23px;
	line-height: 37px;
    font-size: 1.1em;
}

div#desc-title {
    color: rgba(14, 98, 82, 0.75);
    font-size: 13px;
	margin-bottom: 13px;
}

.addressFieldClass {
	width:450px;background-position:-450px 0;background-size: 450px 100%;
}

input {
  margin: 40px 25px;
  width: 200px;
  display: block;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #1abc9c;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #1abc9c 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #1abc9c 4%);
  background-position: -200px 0;
  background-size: 200px 100%;
  background-repeat: no-repeat;
  color: #0e6252;
}
input:focus, input:valid {
 box-shadow: none;
 outline: none;
 background-position: 0 0;
}
input:focus::-webkit-input-placeholder, input:valid::-webkit-input-placeholder {
 color: #1abc9c;
 font-size: 11px;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
 visibility: visible !important;
}

div#clarifications {
    font-size: 11px;
    color: #666666;
    text-align: right;
	letter-spacing: -0.025em;
    margin-bottom: 13px;
}

#submit-button {
	    display: inline-block;
  font-weight: bold;
  margin: 0;
  border: none;
  background: #1abc9c;
  cursor: pointer;
  border-radius: 3px;
  padding: 6px;
  width: 200px;
  color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

#submit-button:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}