﻿/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: "directlync-globaloptions";
  src:url("fonts/directlync-globaloptions.eot");
  src:url("fonts/directlync-globaloptions.eot?#iefix") format("embedded-opentype"),
    url("fonts/directlync-globaloptions.woff") format("woff"),
    url("fonts/directlync-globaloptions.ttf") format("truetype"),
    url("fonts/directlync-globaloptions.svg#directlync-globaloptions") format("svg");
  font-weight: normal;
  font-style: normal;

}

[class^="dlg-"]:before,
[class*=" dlg-"]:before {
  font-family: "directlync-globaloptions" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dlg-notification-warning:before {
  content: "\6a";
}

html {
  height: 100%; }

body {
   background: #fff;
   height: 100%;
   margin: 0;
   font-family: Roboto;
   color: #2E3857;
}


.trial-logo {
   left: 35px;
   position: absolute;
   top: 20px;
   z-index: 2;
}

.trial-logo img {
	height: 49px;
	width: 207px;
}

/*Login*/
div {
   box-sizing: border-box;
}

.login-outer {
   min-height: 100%;
   position: absolute;
   width: 100%;
}

.login-left, .login-blog {
   display: inline-block;
   min-height: 100vh;
   position: relative;
   text-align: center;
   vertical-align: middle;
   width: calc(50% - 2.5px);
}

.inner-content-center {
   left: 0;
   padding: 50px 0 100px;
   text-align: center;
   width: 100%;
}

.login-form {
   display: inline-block;
   text-align: left;
   width: 450px;
}

.login-left {
   /*padding: 150px 0;*/
   align-items: center;
   display: flex;
   justify-content: center;
   width: 100%;
}

.login-form p {
   color: #343434;
   font-size: 15px;
   line-height: 26px;
   margin: 10px 0 30px;
}

.login-form .text-box {
   background: #F8F8F8;
   border: 1px solid #D4D6D8;
   border-radius: 2px;
   box-sizing: border-box;
   font-size: 16px;
   height: 52px;
   margin-bottom: 20px;
   padding: 0 10px;
   width: 100%;
}

.login-form .checkbox span.tabber {
   border: 1px solid #D4D6D8;
   height: 19px;
   width: 19px;
}

.login-form a {
   color: #2699FB;
   text-decoration: none;
}

.login-form a:hover {
   text-decoration: underline;
}

.login-form .optionLabel {
   margin-top: 2px;
}

.signin-options {
   margin: 10px 0 15px;
}

.signin-left {
   display: none;
   float: left;
}

.signin-right {
   float: right;
   font-size: 15px;
   line-height: 22px;
}

.block {
   display: inline-block;
   width: 100%;
}

.reset-sent {
   max-width: 100%;
   width: 600px;
}

.login-form a.button {
   color: #fff;
}

.login-form a.button:hover {
   text-decoration: none;
}

.reset-keys {
   margin: -10px 0 15px;
}

.reset-inner .form-input {
   margin-bottom: 0;
}

.login-copy {
   bottom: 30px;
   font-size: 14px;
   left: 50%;
   line-height: 22px;
   position: absolute;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   width: 450px;
}

.login-blog {
   display: none;
}

.login-blog .blog-article {
   margin: 0;
   padding: 0;
   width: 555px;
}

.login-blog .blog-title {
   font-size: 35px;
   line-height: 41px;
}

.login-right-back {
   background: #F7F7FC;
   display: none;
   height: 100%;
   position: fixed;
   right: 0;
   width: 50%;
}

.not-supported-message {
   background-image: url(../images/device-not-supported-background.jpg);
   background-size: cover;
   display: block;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   text-align: center;
   top: 0;
   width: 100%;
   z-index: 25;
}

.not-supported-message {
   display: none;
}

.not-supported-content {
   color: #fff;
   margin: auto;
   max-width: 70%;
   padding: 200px 0;
}

.not-supported-header {
   font-size: 27px;
   line-height: 33px;
   margin: 25px 0;
}

.not-supported-text {
   font-size: 19px;
   line-height: 30px;
}

.not-supported-logo img {
   height: 49px;
   width: 207px;
}

.not-supported-message.create-user {
   display: block;
}

.reset-inner .not-supported-logo {
   margin-bottom: 35px;
}

.reset-inner {
   text-align: center;
}

.reset-inner label {
   text-align: left;
}

.back-to-login {
   font-size: 15px;
   margin: 25px 0;
}

h2.trial, h2 {
   font-size: 40px;
   font-weight: 500;
   line-height: 47px;
   margin: 0;
}

h2.login-h2 {
   margin-bottom: 20px;
}

.userTextFieldIcon {
   margin-bottom: 40px;
}

form label {
	color: #343434;
	display: block;
	font-size: 14px;
	margin-bottom: 6px;
}

input[type="submit"], input[type="text"], input[type="email"] {
    -webkit-appearance: none;
}

.text-box.error, .white-form .textarea.error, .select-box.error {
   border: 1px solid #EA4F56;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
}

.form-input {
   position: relative;
   margin-bottom: 40px;
}

.reset-inner .form-input.email-reset {
   margin-bottom: 35px;
}

.login-form .email-reset .text-box {
   margin-bottom: 0;
}

.loginLinks {
   margin-top: 25px;
}

.error-message {
   background: #EA4F56;
   border-bottom-left-radius: 2px;
   border-bottom-right-radius: 2px;
   color: #fff;
   font-size: 12px;
   max-height: 0;
   padding: 7px 10px 7px 26px;
   position: absolute;
   text-align: left;
   visibility: hidden;
   width: 100%;
   z-index: 1;
}

.error-icon {
   font-size: 13px;
   left: 7px;
   position: absolute;
}

.text-box.error + .error-message, .select-box.error + .error-message, .textarea.error + .error-message {
   max-height: 100px;
   transition: all .3s ease 0s;
   visibility: visible;
}

.full-button {
    width: 100%;
}

.button {
	background: #2699FB;
	border: 1px solid #2699FB;
	border-radius: 3px;
	color: #fff;
   cursor: pointer;
	display: inline-block;
   font-family: Roboto;
   font-size: 16px;
	font-weight: 500;
	padding: 15px 60px;
	text-align: center;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.button:hover {
	background: #1D75BF;
	border: 1px solid #1D75BF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.reset-keys {
   height: 100px;
}
/*End Login*/

/*Create Account*/
.content-container {
   margin: auto;
   max-width: 100%;
   padding: 0 350px;
   position: relative;
   width: 1920px;
}

.trial-container {
   background-color: #fff;
   background-image: url(../images/free-trial-background-1920.jpg);
   background-position: bottom center;
   background-repeat: no-repeat;
   background-size: 100% auto;
   min-height: 100%;
   overflow-y: auto;
   padding-bottom: 150px;
   text-align: center;
   width: 100%;
}

.trial-container.account-creation {
   background-image: url(../images/buy-now-background-1920.jpg);
   padding-bottom: 65px;
}

.trial-content {
	min-height: 730px;
	padding: 70px 0;
}

.create-account-form {
   background: #fff;
   border: 1px solid #D9D9D9;
   border-radius: 2px;
   display: table;
   margin-top: 40px;
   padding: 22px;
   width: 100%;
}

.create-form-left {
   padding: 95px 100px 25px;
   text-align: left;
   vertical-align: top;
}

.create-form-left, .create-form-right {
   display: table-cell;
   width: 50%;
}

.form-input {
   margin-bottom: 40px;
   position: relative;
}

input[type="submit"], input[type="text"], input[type="email"] {
   -webkit-appearance: none;
}
.textbox, .white-form .textarea {
   -webkit-box-shadow: 0px 3px 6px 0px rgba(38,64,105,0.16);
   -moz-box-shadow: 0px 3px 6px 0px rgba(38,64,105,0.16);
   border: 1px solid #D4D6D8;
   border-radius: 2px;
   box-shadow: 0px 3px 6px 0px rgba(38,64,105,0.16);
   box-sizing: border-box;
   height: 50px;
   padding: 0 15px;
   width: 100%;
}

.dl-icon img {
   height: 40px;
   margin-bottom: 25px;
   width: 36px;
}

h3 {
   font-size: 28px;
   font-weight: 500;
   line-height: 33px;
   margin: 0;
}

.create-form-right {
   background: #F7F7FC;
   border-radius: 3px;
   padding: 50px 60px;
}

.create-right-top {
	margin-bottom: 40px;
}

.create-right-quotes {
	text-align: left;
}

.create-quote {
	border-bottom: 1px solid #BFC2CB;
	padding: 35px 0;
}

.create-quote:last-of-type {
   border: none;
   margin-bottom: 0;
}

.create-quote:first-of-type {
   padding-top: 15px;
}

.create-quote-text {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 15px;
}

.create-quote-byline {
   color: #535C77;
   font-size: 15px;
   font-style: italic;
}

.textbox.error + .error-message, .select-box.error + .error-message, .textarea.error + .error-message {
   max-height: 100px;
   transition: all .3s ease 0s;
   visibility: visible;
}

.error-message {
   background: #EA4F56;
   border-bottom-left-radius: 2px;
   border-bottom-right-radius: 2px;
   color: #fff;
   font-size: 12px;
   max-height: 0;
   padding: 7px 10px 7px 26px;
   position: absolute;
   text-align: left;
   visibility: hidden;
   width: 100%;
   z-index: 1;
}
/**/

/*Link Expired*/
.link-expired {
   max-width: 100%;
   margin: auto;
   width: 900px;
}

.contact-boxes {
   margin-top: 50px;
}

.contact-box {
   border-radius: 3px;
   box-sizing: border-box;
   color: #fff;
   height: 175px;
   padding: 40px 25px;
   text-align: center;
}

.contact-box.fourths {
   display: inline-block;
   float: none;
   margin: 0 10px;
   width: 265px;
}

.contact-box.support {
   background: #F08C52;
}

.contact-box.support:hover {
   background: #DB804B;
}

.contact-box.sales {
   background: #7C6CB1;
}

.contact-box.sales:hover {
   background: #7464AA;
}

.contact-box.video {
   background: #EA4F56;
}

.contact-box.video:hover {
   background: #CC4046;
}

.contact-box-img, .contact-box-img img {
   height: 48px;
}

.contact-box-img {
   margin-bottom: 20px;
}

.contact-box-text {
   font-size: 22px;
   font-weight: 500;
}

.show-hide {
   color: #4F99FB;
   cursor: pointer;
   font-size: 14px;
   position: absolute;
   right: 0;
   top: 0px;
}

.input-field {
   position: relative;
}
/**/

.tool-tip {
   background-color: #fff;
   border: 1px solid #F2F2F2;
   -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
   -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
   box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
   font-size: 14px;
   left: calc(100% + 10px);
   line-height: 18px;
   position: absolute;
   white-space: nowrap;
   padding: 6px 13px;
   top: calc(50% + 8px);
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   z-index: 7;
}

.tool-tip.password {
   opacity: 0;
   padding: 11px 25px 11px 14px;
   visibility: hidden;
}

.tool-tip.password.active {
   transition: opacity .5s ease;
   opacity: 1;
   visibility: visible;
}

.tool-tip-line {
   list-style: none;
   margin: 0;
   padding: 8px 0;
}

.password .tool-tip-line li {
   background-repeat: no-repeat;
   background-position: left center;
}

.tool-tip-line li {
   margin-bottom: 10px;
   padding-left: 21px;
}

.tool-tip-line li:last-of-type {
   margin-bottom: 0;
}

.password .tool-tip-line li.complete {
   background-image: url(../images/check-green.svg);
   background-size: 13px auto;
   color: #5ABE0F;
}

.tool-tip::after {
   content: "";
   position: absolute;
   width: 0;
   height: 0;
   left: -7px;
   box-sizing: border-box;
   border: 10px solid black;
   border-color: transparent transparent #fff #fff;
   border-top: 10px solid transparent;
   border-right: 10px solid transparent;
   border-bottom: 10px solid #fff;
   border-left: 10px solid #fff;
   transform-origin: 0 0;
   transform: rotate(45deg) translate(0, -50%);
   box-shadow: -1px 2px 1px 0 rgba(0, 0, 0, 0.16);
   top: calc(50% - 8px);
}

.textbox.error + .error-message, .select-box.error + .error-message, .textarea.error + .error-message {
   max-height: 100px;
   transition: max-height .3s ease 0s,visibility .3s ease 0s;
   visibility: visible;
}

.error-message {
   background: #ea4f56;
   border-bottom-left-radius: 2px;
   border-bottom-right-radius: 2px;
   color: #fff;
   font-size: 12px;
   max-height: 0;
   padding: 7px 10px 7px 26px;
   position: absolute;
   text-align: left;
   visibility: hidden;
   width: 100%;
   z-index: 1;
}

.error-icon {
   font-size: 13px;
   left: 7px;
   position: absolute;
}

.login-form-error .text-box {
   margin-bottom: 0;
}

.login-form-error .form-input {
   margin-bottom: 32px;
   position: relative;
}

.button.full-button:disabled {
   background: #7AAEF2;
   border: 1px solid #7AAEF2;
   cursor: default;
}

.button.full-button:disabled:hover {
   background: #7AAEF2;
   border: 1px solid #7AAEF2;
}

@media screen and (min-width: 1921px) {
   .trial-container.account-creation {
      background-image: url(../images/buy-now-background-2560.jpg);
      min-height: 100vh;
   }
}

@media screen and (max-width: 1700px) {
   .content-container {
      padding: 0 150px;
   }
}

@media screen and (max-width: 1499px) {
   h2#create-form-header {
      font-size: 30px;
      line-height: 35px;
   }

   .create-form-left {
      padding: 25px;
   }
}

@media screen and (max-width: 1365px) {
   .create-form-left {
      padding: 25px 25px 25px 0;
   }
}

@media screen and (max-width: 1250px) {
   .content-container {
	   padding: 0 90px;
   }
}

@media screen and (max-width: 1100px) {
   .create-form-left {
	   display: block;
	   padding: 25px 25px 50px;
	   width: 100%;
   }

   .create-form-right {
	   display: block;
	   width: 100%;
   }

   .trial-content {
      padding: 130px 150px 70px;
   }
}

@media screen and (max-width: 900px) {
   .trial-content {
      padding: 130px 0 70px;
   }

   .tool-tip.password::after {
      bottom: 100%;
      box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.16);
      left: auto;
      right: 25px;
      top: 0;
      transform: rotate(-225deg) translate(0,0);
   }

   .tool-tip.password {
      left: auto;
      right: 0;
      top: calc(100% + 6px);
      transform: none;
   }
}

@media screen and (max-width: 899px) {
     .not-supported-message {
      background-image: url(../images/device-not-supported-background.jpg);
      background-size: cover;
      display: block;
      height: 100%;
      left: 0;
      overflow-y: auto;
      position: fixed;
      text-align: center;
      top: 0;
      width: 100%;
      z-index: 25;
   }

   .not-supported-logo img {
	   height: 49px;
	   width: 207px;
   }

   .not-supported-content {
      color: #fff;
      margin: auto;
      max-width: 70%;
      padding: 200px 0;
   }

   .not-supported-header {
      font-size: 27px;
      line-height: 33px;
      margin: 25px 0;
   }

   .not-supported-text {
      font-size: 19px;
      line-height: 30px;
   }
}

@media screen and (max-width: 650px) {

   .create-form-right {
      padding: 30px;
   }

   .account-creation .content-container {
      padding: 0 50px;
   }
}


@media screen and (max-height: 880px) {
   .login-left .inner-content-center {
      position: static;
      transform: none;
      -webkit-transform: none;
   }
}

@media screen and (max-height: 700px) {
   .not-supported-content {
      padding: 85px 0;
   }

}

@media screen and (max-width: 500px) {
   .tool-tip.password {
      display: none;
      position: relative;
      top: 10px;
      visibility: unset;
   }

   .tool-tip.password.active {
      display: block;
      visibility: visible;
   }

   .textbox {
      font-size: 16px;
   }
}


@media screen and (max-width: 450px) {
   .button {
      font-size: 14px;
   }
}

@media screen and (max-width: 400px) {
   .account-creation .content-container {
      padding: 0 20px;
   }

   .create-form-left {
      padding: 25px 0 50px;
   }

   .create-form-right {
      padding: 25px;
   }

   h3.create-form {
      font-size: 24px;
      line-height: 30px;
   }

   .create-right-top {
      margin-bottom: 25px;
   }
}