/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);*/
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700);
body, html {
height: 100%;
direction: ltr;
}
body{
	position: absolute;
	top: 0;
	bottom:0;
	right:0;
	left:0;
	background: #f5f5f5;
	color: #666;
	overflow: auto;
	font-family:'Titillium Web','arial';
}
[translated-field-resource]{
	min-height: 14px;
}
.logo img{
	width:105px;
	height:16px;
}
.loader{
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	opacity: 1;
	background: #f5f5f5;
	top: 60px;
	right: 0;
	z-index: 1000;
	display:none;
	}
	@-webkit-keyframes pulse {
	  from {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	  }

	  25% {
		-webkit-transform: scale3d(1.15,1.15,1.15);
		transform: scale3d(1.15,1.15,1.15);
	  }

	  to {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	  }
	}

	@keyframes pulse {
	  from {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	  }

	  25% {
		-webkit-transform: scale3d(1.15,1.15,1.15);
		transform: scale3d(1.15,1.15,1.15);
	  }


	  to {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	  }
	}

	.loader img{
	  display: none;
	  -webkit-animation-name: pulse;
	  animation-name: pulse;
	  -webkit-animation-duration: 0.8s;
	  animation-duration: 0.8s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  -webkit-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;
	  position: absolute;
	  top: calc(50vh - 38px);
	  top: -webkit-calc(50vh - 38px);
	  top: -moz-calc(50vh - 38px);
	  right: calc(50vw - 11px);
	  right: -webkit-calc(50vw - 11px);
	  right: -moz-calc(50vw - 11px);
	  width: 30px;
	}
a {
color: #1290C1;
}
.login-failed-msg{
	color: #d42148;
	text-align: center;
	position: absolute;
	top: 45px;
	right: 0;
	left: 0;
}
.header{
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 25px 0 33px;
	text-align: left;
	color: #333333;
	text-decoration:none;
	font-family:'Titillium Web', 'arial';
	font-weight: bold;
	font-size: 24px;
	line-height: 54px;
	height: 60px;
	position:relative;
}
/*.header img{
	height: 21px;
}*/
.header .mnvt-icon{
	position: relative;
	top: -1px;
	left: -8px;
	width: 24px;
	/* display: none; */
}
.box{
max-width: 90%;
width: 400px;
position: relative;
top: 10vh;
margin: 0 auto;
}
.box.box-creating{width: 880px;}
.form-control-feedback{
width: auto;
right: 1px !important;
left: auto !important;
direction: ltr;
background: #eee;
padding: 0 10px;
height: 38px;
line-height: 38px;
}
.account-login .form-control-feedback, .login-page .form-control-feedback{
	top: 1px !important;
}
.signup-page .form-control-feedback{
}
.has-feedback .form-control{
text-align: left;
}
.box input.error{
	border-color: #d42148;
}
.box input[type="checkbox"].error~span{
	color: #d42148;
}
.box label.error{
	display: none !important;
}
.box .form-control{
	border: 1px solid #e5e5e5;
	padding: 0 10px !important;
	height: 40px;
	line-height: 20px;
	background: #fff;
	box-shadow: 0 0 0 #000;
	border-radius: 0px;
	color: #333;
	-webkit-appearance: none;
	appearance: none;
}
.box .form-control+.select2-container{
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	height: 40px;
	line-height: 20px;
	background: #fff;
	box-shadow: 0 0 0 #000;
	border-radius: 0px;
	color: #333;
	-webkit-appearance: none;
	appearance: none;
}
html[languageid="2"] .box .form-control+.select2-container{
	direction:rtl;
}
html[languageid="2"] .select2-container .select2-selection--single .select2-selection__rendered{
	padding-left:20px;
	padding-right:0px;
}
html[languageid="2"] .select2-container--default .select2-selection--single .select2-selection__arrow{
	right:auto;
	left:10px;
}
html[languageid="2"] .select2-results__options{
	text-align: right;
}
.box .form-control::-moz-placeholder{color:#bbb;opacity:1}
.box .form-control:-ms-input-placeholder{color:#bbb}
.box .form-control::-webkit-input-placeholder{color:#bbb}
.box .form-group{
	margin-bottom: 15px;
}
.box .form-group label{
	font-size: 13px;
	font-weight: normal;
	color: #999;
	margin: 0 0 5px;
}
.signup-page .box .form-group label{
}
.box .btn{
	color: #fff;
	background-color: #1290c1;
	border-color: #1290c1;
	border-radius: 0px;
	border:0px;
	padding: 10px 0;
	font-size: 16px;
}
.box .btn:hover,.box .btn:focus,.box .btn:active,.box .btn:visited{
	box-shadow: 0 0 0 #000;
	outline: none;
	outline-offset: 0;
}
.accnt{
	text-align: center;
	border-bottom: 1px solid #1290c1;
	height: 14px;
	margin: 0 0 35px;
}
.accnt .accnt-name{
	font-size: 16px;
	margin: 0 0 30px;
	color: #666;
	display: inline;
	background: whitesmoke;
	padding: 0 20px;
}
.accnt span{
	font-weight: bold;
	color: #333;
}
.full-width{
	width: 100%;
	margin: 0 0 10px;
}
.signup-page .full-width{
	margin: 10px 0;
}
.login-page .btns{
margin: 30px 0px 25px 0 !important;
}
.create-page .btns{
margin: 30px 0px 0 0 !important;
}
.ltr{
	direction: ltr;
	display: inline-block;
}
.fmp{
	margin-top: 5px;
	display: block;
}
.progress{
	height: 8px;
	margin: 5px 0 0 0;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 #000;
	border: 1px solid #eee;
	width: 150px;
}
.progress-bar{
	box-shadow: 0 0 0 #000;
}
.box .btn-content{
	display: inline;
}
.box .title{
	text-align: center;
	font-size: 23px;
	padding:0 0 50px 0;
	color: #333;
	font-family: 'Montserrat', arial;
	text-transform: uppercase;
	min-height: 70px;
}
.box .subtitle{
	text-align: center;
	font-size: 16px;
	padding: 100px 0 0 0;
	color: #999;
	font-family: 'Montserrat', arial;
	text-transform: uppercase;
	min-height: 70px;
}
.typed-cursor{
	opacity:1;
	display: inline-block;
    padding: 0 0 2px 0;
    vertical-align: bottom;
	-webkit-animation:blink 0.7s infinite;
	-moz-animation:blink 0.7s infinite;
	-ms-animation:blink 0.7s infinite;
	-o-animation:blink 0.7s infinite;
	animation:blink 0.7s infinite;
}
@-keyframes blink{
	0%{opacity:1;}
	50%{opacity:0;}
	100%{opacity:1;}
}
@-webkit-keyframes blink{
	0%{opacity:1;}
	50%{opacity:0;}
	100%{opacity:1;}
}
@-moz-keyframes blink{
	0%{opacity:1;}
	50%{opacity:0;}
	100%{opacity:1;}
}
@-ms-keyframes blink{
	0%{opacity:1;}
	50%{opacity:0;}
	100%{opacity:1;}
}
@-o-keyframes blink{
	0%{opacity:1;}
	50%{opacity:0;}
	100%{opacity:1;}
}
.content-group{
	text-align: center;
	padding: 25px 0;
	border-top: 1px solid #e0e0e0;
}
i.fa-sign-in{
	margin-left: 10px;
}
/*.box input.form-control:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}*/
.box .mail-icon-wrap{
	text-align: center;
	padding: 0 0 40px;
	position: relative;
	width: 128px;
	margin: 0 auto;
}
.box .mail-icon-wrap span.new-mail{
	position: absolute;
	top: -10px;
	right: -8px;
	background: #A82743;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	font-size: 15px;
	color: #fff;
	line-height: 26px;
}
.box ul.creating-steps{margin: 0;padding: 0;list-style: none;width: 415px;float: right;}
.box ul.creating-steps li{font-size: 18px;margin: 0 0 25px;color: #333;}
.box ul.creating-steps li span{display: inline-block;margin: 0 20px 0 0;background: #fff;width: 40px;height: 40px;line-height: 36px;text-align: center;border-radius: 20px;border: 1px solid #e5e5e5;}
.box ul.creating-steps li div{display: inline-block;}
.box ul.creating-steps li.creating-steps-done{color: #0fc4b3;}
.box ul.creating-steps li.creating-steps-done span{background: #fff;color: #0fc4b3;}
.box ul.creating-steps li.creating-steps-done div{

}
.box ul.creating-steps li.creating-steps-loading{color: #1290c1;}
.box ul.creating-steps li.creating-steps-loading span{background: #fff;color: #1290c1;}
.box ul.creating-steps li.creating-steps-loading div{

}
.box.box-creating .creating-video{
	width: 415px;
	float: left;
	height: 233px;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1290c1;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}













