/**
 * @author <a href="mailto:lovin.ahmed@cloudjee.com">Lovin Ahmed</a>
 * @version $Revision$, $Date$, $Author$
 **/
/**
 * @author <a href="mailto:lovin.ahmed@wavemaker.com">Lovin Ahmed</a>
 */
/* --- Adding Geomanist font family ---*/
@font-face {
  font-family: 'geomanist';
  src: url('../fonts/geomanist-bold-webfont.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/geomanist-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/geomanist-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/geomanist-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/geomanist-bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/geomanist-bold-webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
/*----common -----*/
html {
  font-size: 16px;
}
html,
body {
  height: 100%;
}
body {
  background-color: #fff;
  font-family: Roboto, Arial, Verdana, Geneva, sans-serif;
  font-size: 16px;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 ul,
li,
p {
  margin: 0;
  padding: 0;
}
p,
span,
label,
a {
  font-size: 0.75rem;
}
.parent-container {
  background: #064ba5 url("../images/login_background.svg") no-repeat center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  height: 100%;
  overflow: auto;
}
.parent-container .logoSec {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  border-bottom: 0px;
  box-shadow: 0px 0px;
}
.parent-container .logoSec .logoLink {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-left: 0;
}
.parent-container .inner-wrapper {
  color: #fff;
}
.parent-container .inner-container {
  width: 100%;
  padding-top: 5em;
  position: relative;
}
.parent-container .single-image {
  background: url("../images/vector-smart-object@6x.svg") no-repeat center / 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
}
.parent-container .heading {
  margin-bottom: 1.5em;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  font-family: 'geomanist', sans-serif;
}
.parent-container .title {
  margin-left: 1.5em;
}
.parent-container .title h1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  font-family: 'geomanist', sans-serif;
}
.parent-container .form-container.login {
  margin: 1.5em 0 0 2em;
  float: none;
  border-radius: 8px;
}
.parent-container .content {
  padding: 0px;
  margin: 0;
}
.parent-container .row {
  margin-left: 0;
  margin-right: 0;
}
.icon32,
.icon64,
.icon24 {
  background: url("../images/Login-Sprite.png") no-repeat;
  display: inline-block;
}
.icon32 {
  width: 32px;
  height: 32px;
}
.icon32.googlePlus {
  background-position: 0 0;
  width: 37px;
}
.icon32.linkedIn {
  background-position: 0 -40px;
  width: 33px;
}
.icon32.pricing {
  background-position: 0 -80px;
}
.icon32.insight {
  background-position: 0 -120px;
}
.icon32.settings {
  background-position: 0 -160px;
}
.icon64 {
  width: 64px;
  height: 64px;
}
.icon24 {
  width: 24px;
  height: 24px;
}
.hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #8CBEDA;
}
a {
  color: #1794ef;
}
/*-------------*/
/*------login common -------*/
.details-column {
  color: #7F8489;
  padding: 15px 0 0;
}
.details-column ul.detail-content {
  padding: 15px 0;
}
.details-column ul.detail-content .demo-info-list {
  position: relative;
  list-style-type: none;
  padding-bottom: 10px;
  line-height: 125%;
}
.details-column ul.detail-content .demo-info-list .icon-checked {
  background: url("../images/checked-icon.png") no-repeat;
  width: 17px;
  height: 17px;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 2px;
}
.details-column ul.detail-content .demo-info-list .detail {
  padding-left: 30px;
  display: inline-block;
}
/*-----header section--------*/
.header {
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 8;
  padding: 5px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.header .innerHeader {
  padding: 0 30px;
}
.header .hdLFloat {
  float: left;
  padding: 5px 0;
}
.header .hdLFloat .logo {
  width: 110px;
  display: inline-block;
}
.header .hdLFloat .logo img {
  width: 100%;
}
.header .hdLFloat.WaveMaker {
  padding: 0;
  width: 170px;
}
.header .hdLFloat.WaveMaker .logo {
  width: auto;
}
/*------footer section-----------*/
.contentFooter {
  color: #818080;
  clear: both;
}
.contentFooter div {
  float: right;
  width: 155px;
  padding-top: 0;
  line-height: 150%;
}
.contentFooter span {
  font-size: 0.87rem;
  vertical-align: middle;
  display: inline-block;
  padding-top: 5px;
}
.contentFooter .cjLogo {
  width: 70px;
  display: inline-block;
  vertical-align: middle;
}
/*------wrapper section--------*/
.wrapperContainer {
  width: 85%;
  margin: 0 auto 10%;
  top: 60px;
  position: relative;
  padding-top: 20px;
  line-height: 22px;
}
.wrapperContainer ol {
  margin: 0;
}
.wrapperContainer h1 {
  font-size: 25px;
  color: #000;
  margin: 8px 0 10px;
  text-align: center;
}
.wrapperContainer h3 {
  font-size: 20px;
  text-align: center;
}
.wrapperContainer h4 {
  font-size: 17px;
  margin: 30px 0 10px;
  padding-bottom: 10px;
  color: #8a8782;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
.wrapperContainer h5 {
  font-size: 14px;
  margin-top: 35px;
}
.wrapperContainer p {
  font-size: 14px;
  padding-top: 15px;
}
.wrapperContainer p a {
  font-size: 14px;
}
.wrapperContainer li {
  padding-top: 15px;
  line-height: 22px;
}
.wrapperContainer .paraSection {
  margin: 0 0 0 40px;
}
.wrapperContainer .paraSection .bolder {
  font-size: 16px;
}
.mainLi li {
  list-style: decimal;
  font-size: 16px;
}
.mainLi li i {
  font-size: 16px;
}
.mediumLi li {
  list-style-type: upper-roman;
  font-size: 14px;
}
.subLi li {
  list-style-type: lower-latin;
  font-size: 13px;
}
ol[class="mainLi"] {
  margin: 0 0 0 20px;
}
ol[class="mediumLi"] {
  margin: 15px 0 0 25px;
}
ol[class="subLi"] {
  margin: 5px 0 0 30px;
}
.trial.mainLi li i {
  font-size: 14px;
}
.parentWrap {
  width: 980px;
  margin: 0 auto;
}
/*------signup section-------*/
.welcomeInfo {
  width: 49%;
}
.welcomeInfo h2 {
  font-size: 1.2rem;
  line-height: 40px;
  font-weight: normal;
  margin: 0 0 0 0;
  color: #304755;
}
.welcomeInfo h4 {
  font-size: 0.92rem;
  line-height: 24px;
  text-shadow: 0 1px 0 #FFF;
}
.welcomeInfo .mainPara {
  width: 450px;
  line-height: 18px;
  margin: 0 0 13px 0;
}
.welcomePara {
  position: relative;
  margin: 0 0 17px 0;
}
.welcomePara p {
  margin: 0 0 10.5px;
  font-size: 0.82rem;
  line-height: 16px;
}
.welcomePara div {
  margin-left: 65px;
}
.welcomePara:first-child {
  margin-top: 25px;
}
.icon-bolt,
.icon-paste,
.icon-align-center,
.icon-gift {
  position: absolute;
  color: #D1D6E0;
}
.icon-gift {
  font-size: 50px;
  top: 8px;
}
.icon-bolt {
  left: 10px;
  top: 3px;
  font-size: 50px;
}
.icon-paste {
  top: 7px;
  font-size: 45px;
}
.icon-align-center {
  top: 3px;
  font-size: 45px;
}
.register {
  width: 400px;
  min-height: 500px;
}
.register label {
  display: inline-block;
  min-width: 150px;
  cursor: default;
}
.register .inputText {
  display: inline-block;
  min-width: 285px;
  width: auto;
}
.register .captchaField {
  min-width: 180px !important;
  max-width: 180px !important;
  float: right;
  margin-right: 3px;
}
.register .captchaLargeField {
  min-width: 150px !important;
  width: 203px  !important;
  margin: 20px;
}
.userAccessOption {
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 20px;
  top: 24px;
}
h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
}
.content {
  padding: 15px;
  position: relative;
}
.content p {
  font-size: 0.87rem;
  line-height: 17px;
}
.content .formSection .label {
  font-size: 1rem;
  margin-bottom: 15px;
  display: block;
  text-align: left;
  padding: 0;
}
.validation {
  padding: 0 6px !important;
  right: 0;
  top: 53px;
  margin: 5px 0;
  display: none;
  text-align: left;
}
.validation i {
  font-size: 18px;
}
.validationSignup {
  width: 240px;
  float: right;
}
.control-group.warning .validation,
.control-group.error .validation {
  display: block;
}
.serverError.validation {
  display: block;
}
.hrLine {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  margin: 0 20px;
}
.labelSec i {
  float: right;
  font-size: 18px;
  opacity: 0.2;
}
.inputRow {
  padding-bottom: 10px;
}
.inputText {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #c5c5c5;
  padding: 5px 7px;
  min-height: 33px;
}
.actionContainer {
  padding: 15px;
  overflow: hidden;
  background: #f6f6f6;
}
.borderCornerBottom {
  border-radius: 0 0 5px 5px;
}
.borderCornerTop {
  border-radius: 5px 5px 0 0;
}
.actionLinksWrapper {
  float: left;
}
.btn-primary {
  font-size: 14px;
  min-width: 116px;
}
.btn-right {
  float: right;
}
.dNone {
  display: none;
}
.actionLinksWrapper .checkbox {
  line-height: 21px;
}
.tooltip.fade.right {
  white-space: nowrap;
  display: inline-block;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 0 10px;
}
li {
  list-style: none outside none;
}
.controlInputs {
  position: relative;
}
form {
  padding: 0;
  margin: 0;
}
.footer {
  padding: 1% 0;
  font-size: 12px;
  color: #999;
  text-align: right;
}
.domainName {
  color: #999;
  position: absolute;
  left: 230px;
  top: 9px;
  overflow: hidden;
  white-space: nowrap;
}
.wavemaker {
  position: relative;
}
.wavemaker .domainName {
  color: #999;
  position: absolute;
  left: 132px;
  top: 9px;
}
.wavemaker .domainInputText {
  padding-right: 0;
  padding-left: 120px;
  width: 279px;
  font-size: 12px;
}
.agreementCheckbox {
  margin-top: -1px !important;
}
.btn-large {
  padding: 9px 12px;
}
.domain-error {
  padding: 0 6px !important;
}
.domain-error.alert {
  margin-bottom: 0;
  margin-top: 2px;
}
.captchaImg {
  height: 35px;
  min-width: 175px;
}
.captchaWrapper .captchaImg {
  height: 35px;
}
.captchaWrapper label {
  display: block;
}
.req {
  color: #FF0A06;
}
.signupTerms {
  display: inline-block;
  padding: 4px;
  color: #fff;
}
.email-terms {
  padding: 10px 0 0;
  margin-left: 30%;
}
.email-terms .signupTerms {
  color: #333;
}
.fixedFooter {
  position: relative;
  bottom: 0;
  width: 100%;
  color: #bbb;
  padding: 17px 0;
  background: 0;
  border-top: 1px solid #e0dede;
  font-size: 0.91rem;
}
.register .domainInputText {
  padding-right: 190px;
  min-width: 150px !important;
  width: 285px !important;
}
.register .domainInputText::-ms-clear {
  display: none;
}
.register .domainInput {
  position: relative;
}
.refreshImg {
  cursor: pointer;
  width: 35px;
  margin: 0px 12px;
}
.errorSignUp ol li {
  font-size: 12px;
  list-style-type: circle;
}
.loadingSpinner {
  position: absolute;
  right: 10px;
  top: 22px;
  width: 25px;
  height: 25px;
}
.tooltip {
  min-width: 250px;
}
.tooltip .tooltip-inner {
  width: auto;
  white-space: normal;
}
.slashTag {
  display: none;
  color: #999;
  position: absolute;
  left: 238px;
  top: 10px;
}
/*------signup response-------------*/
.container.signupResponse {
  width: 100%;
  color: #ffffff;
}
.container.signupResponse .panel {
  border: none;
}
.container.signupResponse .panel header {
  padding: 0px 20px !important;
}
.container.signupResponse .glyphicon {
  display: inline-block;
}
.container.signupResponse .glyphicon-check {
  display: inline-block;
  font-size: 50px;
  color: #fff;
}
.container.signupResponse h2 {
  display: inline-block;
  position: relative;
  top: -12px;
  margin-left: 10px;
  font-size: 27px;
  font-weight: normal;
  margin-bottom: 30px;
}
.responseMessages,
.responseLinks {
  display: inline-block;
  width: 49%;
  min-height: 350px;
  float: left;
}
.responseMessages {
  border-right: 1px solid #e0dede;
}
.responseMessages p {
  font-size: 0.92rem !important;
}
.innerMessages {
  width: 420px;
  padding: 0 20px 0 0;
}
.innerMessages .links {
  font-size: 0.87rem;
}
.responseLinks h3 {
  margin: 0 0 20px 0;
  font-size: 0.93rem;
  line-height: 21px;
  font-weight: bold;
}
.responseLinks p {
  font-size: 0.83rem;
  line-height: 18px;
}
.responseLinks ul {
  margin: 0;
  padding: 0 20px 20px 50px;
}
.responseLinks strong {
  font-size: 0.72rem;
}
.responseLinks li {
  padding: 0 0 18px 40px;
  position: relative;
}
.responseLinks li .glyphicon {
  display: inline-block;
  position: absolute;
  left: -1px;
  font-size: 30px;
  color: #D3DBF7;
  cursor: pointer;
  font-weight: normal;
}
.responseLinks li .glyphicon:hover {
  color: #f4f4f4;
}
.responseLinks li a {
  margin: 0;
  text-decoration: none;
}
.responseLinks li .links {
  font-size: 0.85rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 15px;
}
.responseLinks li .links:hover {
  text-decoration: underline;
}
.responseMessages .icon-circle-arrow-right {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.infoText {
  padding: 40px 0;
  font-weight: 600;
}
/*-----profile-------*/
.defaultDark {
  color: #555555;
}
.innerMessages {
  width: 350px;
}
.innerMessages p p {
  padding-top: 10px;
}
.emailId {
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
}
.links {
  color: #FFFFFF;
}
.socialActions {
  padding-left: 90px;
  position: relative;
}
.youtubeIcon {
  background-image: url("../images/youTubeIcon.png");
  display: block;
  width: 70px;
  height: 60px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 5px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.form-container.registerWrapper .control-group .select-dropdown select {
  width: 350px;
}
.form-container.registerWrapper form .content p {
  color: #b94a48;
}
.serverError.validation {
  display: block;
  color: #000;
  text-shadow: none;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 3px;
}
.alert {
  text-shadow: none;
}
.alert.mandatory-fields {
  width: 90%;
  margin: 0 5%;
}
.server-validation.help-block {
  color: #c09853 !important;
  padding: 2px 6px !important;
  margin-bottom: 3px;
}
/*---------*/
.custom-width {
  padding: 0 20px 25px;
}
.no-padding {
  padding: 0;
}
.success-form {
  text-align: center;
  padding: 20px 0;
}
.success-para {
  padding: 10px 20px;
}
.learn-more {
  padding: 5px;
  color: #676f75;
}
.learn-more p,
.learn-more a {
  font-size: 0.87rem;
}
.signup-form {
  position: relative;
  padding: 0;
  margin: 0;
}
.terms {
  margin-top: 3px !important;
}
.termsconditions {
  margin-left: 3px !important;
}
.form-header {
  text-align: center;
  padding: 20px 20px 5px;
}
.form-header .heading {
  color: #2b2b2b;
  padding: 0;
}
.form-header .personalize-hint {
  font-size: 14px;
}
.form-container {
  background: transparent;
  border: 1px solid transparent;
  min-height: 200px;
  font-size: 13px;
  color: #676f75;
  /*a {
        color: @GreyTextColor;
    }*/
}
.form-container.login,
.form-container.success,
.form-container.signup {
  margin: 50% auto 0;
  float: none;
  margin-top: 10rem;
}
.form-container.pre-activation {
  margin: auto;
  width: 60em;
  background-color: #fff;
  float: none;
  color: #363636;
}
.form-container.pre-activation label {
  color: #363636 ! important;
}
.form-container.pre-activation hr {
  margin: 10px auto ! important;
}
.form-container ::-webkit-input-placeholder,
.form-container :-moz-placeholder,
.form-container ::-moz-placeholder,
.form-container :-ms-input-placeholder {
  font-size: 0.82rem;
  color: #a7a7a7;
}
.form-container .form-row,
.form-container .content {
  padding: 20px 30px 20px;
}
.form-container .form-row.pre-activation-form,
.form-container .content.pre-activation-form {
  padding: 10px 3em;
}
.form-container .form-row input,
.form-container .content input,
.form-container .form-row select,
.form-container .content select,
.form-container .form-row textarea,
.form-container .content textarea {
  padding: 10px 15px;
  color: #333;
  height: 40px;
  width: 100%;
  line-height: 1.6;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
}
.form-container .form-row .border-state input,
.form-container .content .border-state input,
.form-container .form-row .border-state select,
.form-container .content .border-state select,
.form-container .form-row .border-state textarea,
.form-container .content .border-state textarea {
  border-left: 5px solid #2E9BCD;
}
.form-container .form-row label,
.form-container .content label {
  display: block;
  color: #676f75;
  font-size: 0.87rem;
  font-weight: normal;
  margin-bottom: 4px;
  padding: 0 0 0 5px;
}
.form-container .form-row input[type=checkbox],
.form-container .content input[type=checkbox],
.form-container .form-row input[type="checkbox"]:checked,
.form-container .content input[type="checkbox"]:checked {
  width: auto;
  float: left;
  border: 0;
  background: transparent;
}
.form-container .form-row input[type=checkbox],
.form-container .content input[type=checkbox] {
  margin-left: 0;
  height: auto;
  margin-top: 12px;
}
.form-container .form-row .row,
.form-container .content .row {
  padding-bottom: 8px;
}
.form-container .form-row .row.question-options,
.form-container .content .row.question-options {
  padding-bottom: 10px;
}
.form-container .form-row .row.question-options.last,
.form-container .content .row.question-options.last {
  padding-bottom: 0px;
}
.form-container .form-row .row.remove-bottom-padding,
.form-container .content .row.remove-bottom-padding {
  padding-bottom: 0;
}
.form-container .form-row .row:last-child,
.form-container .content .row:last-child {
  padding-bottom: 0;
}
.form-container.login .form-row label {
  display: inline-block;
}
.form-container.login .form-row .pass-help label,
.form-container.login .form-row .pass-help a {
  display: inline-block;
}
.form-container.login .form-row.confirm {
  border-bottom: 0;
}
.form-container.signup {
  margin-top: 6rem;
}
.form-container.signup .form-row .form-group {
  margin-bottom: 10px;
}
.form-container.signup .form-row label {
  padding: inherit;
}
.form-container.signup .login-link,
.form-container.signup .login-link a {
  font-size: 0.87rem;
}
.form-container.signup .signupTerms {
  padding: 8px;
}
.form-container.signup .signup-media {
  color: #676f75;
  padding: 10px 0;
  margin-top: 10px;
  text-align: left;
}
.form-container.signup .signup-media .media {
  padding: 0 0 8px;
}
.form-container.signup .signup-media .media-heading {
  font-size: 0.78rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.form-container.signup .signup-media .settings .media-heading {
  color: #3EB3FF;
}
.form-container.signup .signup-media .insight .media-heading {
  color: #FF734E;
}
.form-container.signup .signup-media .pricing .media-heading {
  color: #5FD006;
}
.form-container.success {
  color: #676f75;
}
.btn-submit {
  background-color: #1794ef;
  border: 1px solid #1794ef;
  color: #fff;
  margin: 5px 0 0;
  border-radius: 2px;
  min-width: 130px;
  padding: 8px 15px;
  font-size: 13px;
  text-transform: uppercase;
}
.btn-submit:hover,
.btn-submit:focus {
  color: #f7f7f7;
}
.upgrade-login .btn-default {
  font-size: 13px;
  padding: 7px 20px;
  min-width: 110px;
  background-color: #E9E9E9;
  margin-top: 5px;
}
.upgrade-login .btn-default:hover,
.upgrade-login .btn-default:focus {
  background-color: #DFDFDF;
}
.form-footer {
  text-align: center;
  padding: 12px 15px;
  border-top: 1px solid #141B2B;
  color: #676f75;
}
.form-footer a {
  text-decoration: underline;
}
.form-footer a.register-btn {
  padding: 5px 7px;
  color: #1794ef;
  text-decoration: none;
  font-size: 0.82rem;
}
.form-footer a.register-btn:hover,
.form-footer a.register-btn:focus {
  text-decoration: underline;
}
.form-footer.right-align {
  text-align: right;
}
.sub-title {
  font-size: 16px;
  text-align: justify;
  margin: 10px -5px;
}
.footer-msg {
  font-size: 20px;
  font-weight: normal;
  color: #939393;
  text-align: center;
  font-family: segoe ui, sans-serif;
  padding: 15px 0;
}
.stay-signed span {
  display: inline-block;
  color: #838282;
  padding: 0 8px;
}
/*-----new user register form----------*/
.user-page-heading {
  color: #2E9BCD;
  margin: 0;
  padding: 0;
}
.user-page-heading.learn {
  text-align: right;
  padding: 80px 10px 10px;
}
.heading {
  padding: 20px;
}
.heading.main {
  font-size: 0.75rem;
  padding: 20px 30px;
}
.heading.sub {
  font-size: 0.93rem;
}
.user-container {
  padding: 0 15px;
  background: #fff;
}
.user-container .border-state input,
.user-container .border-state select,
.user-container .border-state textarea {
  border-left: 5px solid #2E9BCD;
}
.user-container textarea {
  resize: none;
}
.user-container .form-row textarea {
  min-height: 100px;
}
.user-container .button-section {
  padding: 20px;
}
.user-container .button-section .btn {
  margin-right: 10px;
}
.user-container .button-section .btn-default {
  background: #aeaeae;
  color: #fff;
  min-width: 116px;
}
.user-container .button-section .btn-default:hover {
  background: #9e9e9e;
}
.user-container .form-info-sections {
  margin: 0;
}
.user-container .fixed-container {
  height: 220px;
}
.message-container {
  display: none;
}
.success-container {
  background: #fff;
  margin: 20px 0;
  min-height: 100px;
  position: relative;
}
.success-container .success-container-wrapper {
  width: 80%;
  margin: 0 auto;
}
.success-container .success-content-message {
  padding: 30px;
  font-size: 0.93rem;
  text-align: center;
}
.success-container .success-content-message .anchorLink {
  color: #428bca;
  font-size: 0.93rem;
  text-decoration: underline;
}
.success-container .success-content-message .anchorLink:hover,
.success-container .success-content-message .anchorLink:focus {
  color: #2a6496;
}
.success-container .loadingSpinner {
  padding: 15px 0 0;
  text-align: center;
  position: relative;
  right: 0;
  top: 0;
}
button.close {
  font-size: 0.93rem;
  color: #333;
  padding: 5px;
}
/*---------learn page---------*/
.expand-container {
  padding: 10px 0;
}
.expand-container .panel {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
.expand-container .panel-group {
  margin-bottom: 0;
}
.expand-container .panel-default {
  border-color: transparent;
  margin-top: 0;
}
.expand-container .panel-default > .panel-heading {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #CECECE;
}
.expand-container .panel-default > .panel-heading:hover {
  background-color: #fff;
}
.expand-container .panel-title a {
  color: #2E9BCD;
  text-decoration: none;
  font-size: 14px;
}
.expand-container .collapse {
  background: #fff;
}
.expand-container .panel-collapse.collapsing {
  transition: none;
}
.expand-section {
  padding: 0 10px;
}
.learn-page-heading {
  line-height: 150%;
  color: #777;
  padding: 15px;
  font-size: 0.87rem;
}
.learn-expand span {
  cursor: pointer;
  color: #2E9BCD;
}
.learn-expand span:hover {
  border-bottom: 1px solid #2E9BCD;
}
.add-icon {
  width: 20px;
  height: 10px;
  border: 1px solid #2E9BCD;
  padding: 2px 6px;
  font-weight: bold;
  border-radius: 30px;
  font-size: 17px;
  margin-right: 8px;
}
.details-column p,
.details-column span,
.details-column label {
  font-size: 14px;
}
.register-heading {
  padding: 20px 0;
}
.custom-col {
  padding: 0;
}
.client-list {
  text-align: center;
  padding: 20px 0;
}
.client-list img {
  margin: 0 20px;
}
.share-icons {
  margin: 10px 10px 0;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.fb-icon {
  background: url("../images/fb_normal.png") no-repeat;
}
.fb-icon:hover {
  background: url("../images/fb_hover.png") no-repeat;
}
.twitter-icon {
  background: url("../images/twitter_normal.png") no-repeat;
}
.twitter-icon:hover {
  background: url("../images/twitter_hover.png") no-repeat;
}
.email-icon {
  background: url("../images/email_sent.png") no-repeat;
  width: 90px;
  height: 30px;
  margin: 0 auto;
}
/*---------upgrade login styles-------*/
.signup-container.upgrade-login {
  width: 570px;
  padding: 30px 0 20px;
}
.signup-container.learn {
  font-size: 0.87rem;
}
.upgrade-container {
  border: 1px solid #ededed;
  border-radius: 5px;
}
.upgrade-page-heading {
  color: #999;
  padding: 0 0 5px;
}
.upgrade-page-heading span {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 5px;
  font-size: 1.5rem;
}
.upgrade-header,
.upgrade-footer {
  background: #2E9BCD;
  color: #fff;
  padding: 10px;
}
.upgrade-header {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.upgrade-header .container-heading {
  padding: 16px 20px;
}
.upgrade-header .container-heading .first {
  padding-bottom: 5px;
}
.container-heading {
  padding: 0 10px 10px 15px;
}
.upgrade-footer {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.upgrade-footer .agreementCheckbox {
  display: inline-block;
  vertical-align: middle;
}
.upgrade-footer .button-holder {
  padding: 6px;
}
.upgrade-footer .button-holder .btn-submit {
  padding: 5px 35px;
}
.upgrade-content {
  background: #fff;
}
.upgrade-content .heading {
  padding: 20px;
  font-size: 0.93rem;
  color: #2E9BCD;
}
.upgrade-content .list {
  padding: 40px 0 20px;
}
.upgrade-content .col-list {
  text-align: center;
  background: #F5F5F5;
  margin: 0 10px 0 32px;
  float: left;
  width: 25%;
  border: 1px solid #DFDFDF;
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  min-height: 190px;
  color: #777;
}
.upgrade-content .col-list .icon {
  margin-top: -55px;
}
.upgrade-content .col-list .head-title {
  text-align: center;
  font-weight: bold;
  text-shadow: 0 2px 0 #FFF;
  font-size: 0.93rem;
  padding: 0 0 10px 0;
}
.upgrade-content .col-list .upgrade-para p {
  font-size: 0.7rem;
}
.icon {
  width: 100px;
  height: 100px;
  display: inline-block;
}
.icon.box {
  background: url('../images/box.png');
  background-repeat: no-repeat;
  background-position: center;
}
.icon.project {
  background: url('../images/ProjectSharing.png');
  background-repeat: no-repeat;
  background-position: center;
}
.icon.version {
  background: url('../images/VersionControl.png');
  background-repeat: no-repeat;
  background-position: center;
}
.icon.role {
  background: url('../images/RoleBasedAccess.png');
  background-repeat: no-repeat;
  background-position: center;
}
.icon.email {
  background: url('../images/mail.png');
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 30px;
}
.footer-info {
  text-align: right;
}
.footer-info p {
  font-size: 0.82rem;
}
.form-upgrade {
  padding: 40px 60px;
}
.form-upgrade .form-footer {
  font-size: 0.82rem;
  color: #333;
}
.form-upgrade .reminder-info {
  padding-bottom: 10px;
}
.form-upgrade .anchorLink {
  color: #428bca;
  text-decoration: underline;
}
.form-upgrade .anchorLink:hover,
.form-upgrade .anchorLink:focus {
  color: #2a6496;
}
.form-upgrade.form-row {
  border-bottom: 0;
}
.form-upgrade.form-row .row {
  padding-bottom: 15px;
}
.form-upgrade.form-row label {
  color: #333;
  font-size: 0.87rem;
  font-family: arial;
  padding-top: 5px;
  font-weight: normal;
}
.form-upgrade.form-row input {
  font-size: 0.82rem;
}
.verify-heading {
  margin-bottom: 10px;
  word-break: break-all;
}
.verify-heading p,
.verify-heading span {
  font-size: 0.87rem;
}
.change-emailLink {
  cursor: pointer;
  border-bottom: 1px solid #428BCA;
  color: #428BCA;
}
.change-emailLink:hover,
.change-emailLink:focus {
  color: #2A6496;
}
.migrate-msg p {
  font-size: 0.87rem;
}
.iframe-content {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 2;
}
.resendVerificationCode {
  cursor: pointer;
}
.skipMigration {
  cursor: pointer;
}
.anchorLink {
  cursor: pointer;
  padding: 10px 12px;
  margin: 0 0 0 10px;
  display: block;
  color: #1794ef;
}
.anchorLink:hover,
.anchorLink:focus {
  text-decoration: underline;
}
.autoFill {
  opacity: 0.7;
  cursor: default;
}
.termsError {
  width: 360px;
}
.inputText.designation {
  margin-left: -4px;
  border-left: 0px ! important;
}
.countryWrapper {
  min-height: inherit;
}
.countryWrapper .question {
  font-size: 16px ! important;
}
.countryWrapper .question.in-place {
  display: inline;
}
.countryWrapper .important-field {
  color: red ! important;
  display: inline ! important;
}
.countryWrapper .options {
  font-size: 12px;
}
.countryWrapper .options .radio-btn {
  width: 15px;
  vertical-align: sub;
  height: auto;
  border-radius: 50%;
}
.countryWrapper .options .check-bx {
  margin: 4px 0 0 0 ! important;
}
.countryWrapper .options .option {
  font-size: 14px;
}
.countryWrapper .options .option.apps-type {
  margin-top: 4px;
}
.countryWrapper .options .option label {
  display: inline;
}
.countryWrapper .dev-count {
  width: 10% ! important;
  position: absolute;
  height: 2em ! important;
  margin: -2px 0 0 1em;
  border: 1px solid #aaa ! important;
  background-color: #fff ! important;
  border-radius: 3px ! important;
  color: #000 ! important;
  padding: 10px;
}
.inputText.country {
  margin-left: -5px;
  border-left: 0px ! important;
}
.help-block.validation.alert.alert-danger.designation {
  margin-left: -4px ! important;
}
.arrow {
  position: absolute;
  right: 2.5em;
  top: 3.7em;
  cursor: default;
  font-size: 0.8em;
}
.arrow.designation {
  top: 1.3em;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 0px;
}
@media (min-width: 1924px) {
  .parent-container {
    background: #064ba5 url("../images/login_background.svg") no-repeat center !important;
    background-size: cover !important;
  }
}
@media (max-width: 768px) {
  .single-image img {
    margin-bottom: 2.5em;
  }
  .inner-wrapper {
    padding-top: 2rem;
  }
  .title,
  .form-container.login {
    margin-left: 0 !important;
  }
  .signup-section p,
  .signup-section a {
    color: #1794ef !important;
  }
}
