html {
  overflow-y: scroll;
  height: 100%; }
  html * {
    margin: 0;
    padding: 0;
    outline: 0; }

body {
  height: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  background: #FFFFFF; }

a,
body .ui-widget-content a {
  color: #905191;
  text-decoration: none;
  cursor: pointer; }
  a:hover,
  body .ui-widget-content a:hover {
    text-decoration: underline;
    color: #89AD6C; }
  a img,
  body .ui-widget-content a img {
    border: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

input,
textarea,
select {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif; }

textarea {
  overflow: auto;
  resize: none; }

ul,
ol {
  padding-left: 20px; }

.doc {
  color: #905191;
  font-weight: bold; }

.launcher {
  color: #1b2e5f;
  font-weight: bold; }

.light {
  font-weight: 300; }

.bold {
  font-weight: 600; }

/* =====================================================
#Common
====================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.left {
  float: left; }

.right {
  float: right; }

.has-blue-box .shell .menu-button {
  color: #FFFFFF !important;
  margin-top: -10px; }

.shell {
  width: 960px;
  margin: 0 auto; }
  .shell .menu-button {
    display: none; }

.btn-container {
  margin-top: 40px;
  text-align: center; }

/* =====================================================
#Header
====================================================== */
.header {
  background-color: #ffffff;
  padding: 21px 0 10px;
  position: relative;
  z-index: 5000; }
  .header .shell {
    padding-right: 7px;
    position: relative; }
    .header .shell .upper-nav {
      right: 7px; }
  .header .logo {
    width: 250px; }
    .header .logo p {
      display: none; }
  .header .upper-nav {
    top: -21px; }
    .header .upper-nav a {
      color: #FFFFFF;
      background: #787dce;
      border-radius: 0 0 6px 6px;
      padding: 5px 18px 3px;
      font-size: 14px; }
      .header .upper-nav a a:first-child {
        margin-right: 10px; }
      .header .upper-nav a:hover {
        background: #3c42a4; }
  .header .nav {
    float: right;
    margin-top: 27px; }
    .header .nav a {
      color: #1b2e5f;
      background: transparent;
      border-color: transparent; }
      .header .nav a:hover {
        color: #787dce;
        background: transparent;
        border-color: transparent;
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px); }

.logo {
  width: 417px;
  height: 60.27px;
  padding-left: 7px;
  display: inline-block;
  vertical-align: text-bottom; }
  .logo a {
    background: transparent;
    text-decoration: none; }
    .logo a:first-child {
      display: none; }
  .logo svg {
    width: 55px;
    fill: #1b2e5f;
    display: inline-block; }
    .logo svg .cls-1 {
      fill: unset !important; }
  .logo .doclauncher-text {
    font-family: 'Exo 2', sans-serif;
    font-size: 28px;
    margin-left: -15px; }
  .logo p {
    margin-top: 5px;
    padding-bottom: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #171c4f; }

.platform-ie .logo {
  width: 240px; }
  .platform-ie .logo .doclauncher-text {
    vertical-align: bottom; }

.nav-link, .upper-nav a, .nav a, .nav span:not(.inline) {
  font-size: 17px;
  font-weight: 600;
  height: 27px;
  line-height: 27px;
  padding: 0 8px;
  color: #717FCB;
  border: 1px solid transparent;
  border-radius: 11px;
  cursor: pointer; }
  .nav-link:hover, .upper-nav a:hover, .nav a:hover, .nav span:hover:not(.inline), .nav .login a:hover, .nav ul.submenu li:hover {
    background-color: #717FCB;
    border-color: #717FCB;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.upper-nav {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right; }

.nav {
  display: inline-block;
  width: 555px;
  margin-bottom: -9px;
  text-align: right; }

.nav ul, .upper-nav ul {
  list-style: none outside none;
  float: right;
  margin: 0;
  padding: 0; }

.nav li, .upper-nav li {
  display: inline-block;
  padding: 0;
  margin: 0; }

.nav li + li, .upper-nav li {
  padding-left: 1px; }

.nav a, .nav span:not(.inline) {
  float: left; }

.nav ul li.active > a, .nav ul li.active > span:not(.inline) {
  color: #905191; }

.nav ul li, .upper-nav ul li {
  position: relative; }

.nav ul.submenu {
  position: absolute;
  top: 29px;
  left: 0px;
  z-index: 1003;
  margin: 0;
  padding: 0;
  min-width: 105px; }
  .nav ul.submenu li {
    margin-left: 0;
    float: left;
    display: none;
    background-color: #f1f1f1;
    border-radius: 11px;
    clear: both;
    width: 100%;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .nav ul.submenu li a {
      border: 1px solid transparent;
      border-radius: 0;
      width: 100%;
      text-align: left; }
      .nav ul.submenu li a:hover {
        background-color: transparent;
        border-color: transparent;
        text-decoration: none;
        color: #FFFFFF;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none; }

.nav li:hover > ul.submenu li {
  display: block; }

/* =====================================================
#Intro
====================================================== */
.intro {
  background-color: #1b2e5f;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.4; }

.intro h1 {
  color: #FFFFFF;
  line-height: 1.2;
  padding: 11px 47px;
  margin-bottom: 0;
  font-size: 26px; }

.intro .shell {
  position: relative; }

/* =====================================================
#Main
====================================================== */
.main .shell {
  background-color: #FFFFFF;
  width: 910px;
  padding: 36px 25px 29px; }

.article {
  padding: 0 22px;
  line-height: 1.15;
  margin-top: -6px; }

.article h1 {
  font-size: 24px;
  padding-bottom: 10px; }

.article h2 {
  font-size: 16px;
  padding-bottom: 8px; }

.article h3 {
  font-size: 15px;
  padding-bottom: 6px; }

.article h4 {
  font-size: 14px; }

.article h5 {
  font-size: 13px; }

.article h6 {
  font-size: 12px; }

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-family: 'Open Sans', sans-serif; }

.article dl,
.article ul,
.article ol {
  padding-bottom: 6px; }

.article p,
.article blockquote {
  padding-bottom: 20px;
  line-height: 20px; }

.article ul ul,
.article ul ol,
.article ol ul,
.article ol ol {
  padding: 0 0 0 25px; }

.article img {
  margin-bottom: 8px; }

.article .left {
  margin: 0 10px 6px 0; }

.article .right {
  margin: 0 0 6px 10px; }

.cols {
  overflow: hidden;
  padding-bottom: 33px; }

.col {
  width: 440px; }

.col h2 {
  line-height: 1.1; }

.col p {
  padding-bottom: 8px; }

.col ul {
  padding-bottom: 11px; }

.offers {
  overflow: hidden; }

.offer {
  float: left;
  background-color: #dadada;
  width: 138px;
  padding: 3px;
  text-align: center;
  line-height: 1; }

.offer p {
  padding-bottom: 0; }

.offer ~ .offer {
  margin-left: 4px; }

.speed {
  background: #717FCB url(images/speed.png) repeat-x 0 bottom;
  color: #ececec;
  font-family: 'Exo', sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 8px 0 6px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8); }

.speed strong {
  font-size: 36px; }

.speed small {
  font-size: 30px; }

.price {
  font-size: 16px;
  padding: 8px 0 2px;
  font-weight: 600; }

.price strong {
  font-size: 46px;
  font-family: 'Exo', sans-serif;
  font-weight: 900; }

.price small {
  font-size: 36px; }

.quote {
  color: #717FCB;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  width: 790px;
  margin: 0 auto;
  line-height: 1.2; }

.highlight-span {
  display: inline-block;
  border: 1px solid #09f;
  padding: 0 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px; }

/* =====================================================
#Breadcrumbs
====================================================== */
.breadcrumbs {
  margin-bottom: 15px;
  margin-top: -10px; }

/* =====================================================
#Portlet Operations
====================================================== */
.portlet-decoration {
  padding: 0;
  background: #f1f1f1;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065); }

#content, #noscript {
  padding: 20px; }

#noscript {
  display: none; }

.portlet-title {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 13px;
  margin: 0;
  color: #1b2e5f; }

.portlet-content {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  background: #f1f1f1; }

.portlet-content ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #f1f1f1; }

.portlet-content li {
  padding: 2px 0 4px 0px; }

.operations {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.operations li {
  padding: 8px 8px 8px 14px;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.operations li a {
  font-size: 14px;
  font-weight: 600;
  color: #717FCB;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 15px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.operations li a:visited {
  color: #717FCB; }

.operations li:hover {
  background: #e1e1e1;
  color: #1b2e5f; }

.operations li:hover a {
  color: #1b2e5f; }

/* =====================================================
#Screen.css overrides
====================================================== */
.last {
  float: right; }

/* =====================================================
#Flash messages
====================================================== */
div.flash-error, div.flash-notice, div.flash-success, div.flash-neutral {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd; }

div.flash-error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4; }

div.flash-notice {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324; }

div.flash-success {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880; }

div.flash-neutral {
  background: #FFFFFF;
  color: #1b2e5f;
  border-color: #1b2e5f; }

.flash-neutral {
  position: relative; }
  .flash-neutral p {
    padding-bottom: 0px; }
    .flash-neutral p a {
      text-decoration: underline; }
  .flash-neutral p,
  .flash-neutral ul {
    margin-right: 100px; }
  .flash-neutral.with-input-btn p,
  .flash-neutral.with-input-btn ul {
    margin-right: 160px; }
  .flash-neutral ul {
    margin-top: 5px; }
  .flash-neutral > .btn,
  .flash-neutral > .input-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
    display: inline-block; }
  .flash-neutral > .input-btn {
    margin-top: -16px; }
    .flash-neutral > .input-btn input[type='text'],
    .flash-neutral > .input-btn input[type='number'],
    .flash-neutral > .input-btn input[type='password'],
    .flash-neutral > .input-btn textarea,
    .flash-neutral > .input-btn select {
      width: 60px;
      padding: 5px 7px;
      border: 1px solid #B0B0B0;
      font-size: 1.1em; }

div.flash-error a {
  color: #8a1f11; }

div.flash-notice a {
  color: #514721; }

div.flash-success a {
  color: #264409; }

/* =====================================================
#Email Users
====================================================== */
div#email_div input[type=text],
div#email_div textarea,
div#email_div .selection-div,
div#email_div .two-column-wrapper {
  width: 80%; }
  div#email_div input[type=text] .two-column,
  div#email_div textarea .two-column,
  div#email_div .selection-div .two-column,
  div#email_div .two-column-wrapper .two-column {
    box-sizing: border-box;
    width: 50%;
    padding-right: 10px; }

div#email_div select,
div#email_div .token-div {
  width: 100%; }

div#email_div .token-div {
  height: 74px;
  overflow-y: auto; }
  div#email_div .token-div .token-ele, div#email_div .token-div .selection-div .selection-ele, div#email_div .selection-div .token-div .selection-ele {
    cursor: pointer;
    font-size: 14px; }

div#email_div .token-ele, div#email_div .selection-div .selection-ele {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  padding: 4px 8px 4px;
  margin: 7px 0 0 7px;
  border: 1px solid #C9CCDF;
  font-weight: 600; }

div#email_div .selection-div {
  height: 148px;
  overflow-y: auto;
  font-size: 13px; }
  div#email_div .selection-div .selection-ele {
    background: #C9CCDF;
    color: #39499d; }
    div#email_div .selection-div .selection-ele .icon-plus {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      display: inline-block;
      font-weight: normal;
      margin-left: 5px;
      cursor: pointer;
      vertical-align: middle;
      margin-top: -2px; }

.inline, div.checkbox .inline {
  display: inline-block; }

#save_label {
  color: red; }

.view_links {
  margin-top: 5px;
  float: right; }

.view_links a {
  margin: 0px 5px; }

#cancel_link {
  float: right;
  margin-top: 5px; }

#select_all, #clear_all, #reset_filter {
  margin-bottom: -15px; }

/* =====================================================
#Update App Settings
====================================================== */
img#theme_preview {
  border: 1px solid #dddddd;
  float: right; }

/* =====================================================
#List View
====================================================== */
div.view {
  padding: 10px;
  border: 1px solid #717FCB; }
  div.view:not(.view-no-margin) {
    margin: 10px 0; }

/* =====================================================
#App Menu
====================================================== */
#appmenu ul {
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 30px;
  list-style: none; }

#appmenu ul {
  float: right;
  display: inline-block;
  margin-top: -46px;
  margin-right: 10px;
  z-index: 1000; }

#appmenu > ul {
  background-color: #1b2e5f; }

#appmenu ul li {
  display: block;
  float: left;
  overflow: visible;
  position: relative;
  color: #FFFFFF;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 8px 10px; }

#appmenu li ul {
  position: absolute;
  top: 80px;
  right: 0px; }

#appmenu li ul {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

#appmenu li ul li {
  word-break: break-all;
  min-width: 150px;
  max-width: 200px;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

#appmenu ul li a {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none; }

#appmenu li:hover > ul li, #appmenu ul.active li > ul li {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  clear: both;
  color: #1b2e5f;
  background-color: #f2f2f2;
  text-decoration: none; }

#appmenu li:hover > ul, #appmenu ul.active li > ul {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

#appmenu li > ul li:hover {
  background-color: #e1e1e1; }

#appmenu li > ul li a:hover {
  color: #1b2e5f; }

#appmenu li ul li a {
  display: block;
  width: 100%;
  color: #717FCB;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear; }

/* =====================================================
#Icons
====================================================== */
a > i {
  font-size: 18px;
  padding: 0 3px;
  color: #717FCB;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  transition: color 0.5s linear; }

a:hover > i {
  text-decoration: none;
  color: #1b2e5f; }

/* ======================================================
#OTL Email
======================================================= */
/*http://www.longren.org/wrapping-text-inside-pre-tags*/
pre.otl {
  font-size: inherit;
  font-family: inherit;
  overflow-x: auto;
  /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  /* width: 99%; */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ }

/* =====================================================
#Toggle All/App Users & btn
====================================================== */
div.show_all {
  float: right;
  margin-top: -40px;
  margin-right: 10px; }

div.show_all .toggle-show, .btn,
div.form input[type='submit'],
div.form input[type='reset'],
div.form button {
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  min-width: 70px;
  text-align: center;
  padding: 10px 20px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  div.show_all .toggle-show i, .btn i,
  div.form input[type='submit'] i,
  div.form input[type='reset'] i,
  div.form button i {
    vertical-align: sub;
    color: #FFFFFF; }
  div.show_all .toggle-show:hover:not(.btn-faux), .btn:hover:not(.btn-faux),
  div.form input[type='submit']:hover:not(.btn-faux),
  div.form input[type='reset']:hover:not(.btn-faux),
  div.form button:hover:not(.btn-faux) {
    cursor: pointer; }
    div.show_all .toggle-show:hover:not(.btn-faux) i, .btn:hover:not(.btn-faux) i,
    div.form input[type='submit']:hover:not(.btn-faux) i,
    div.form input[type='reset']:hover:not(.btn-faux) i,
    div.form button:hover:not(.btn-faux) i {
      color: #FFFFFF; }

div.form button i {
  font-size: 18px; }

.btn,
div.form input[type='submit'],
div.form input[type='reset'],
div.form button {
  border-radius: 4px; }

div.show_all .toggle-active {
  background-color: #b9c0e5;
  border: 1px solid #1b2e5f; }

div.show_all .toggle-inactive {
  color: #909090;
  background-color: #f1f1f1;
  border: 1px solid #d4d4d4; }

div.show_all .toggle-inactive:hover {
  background-color: #e1e1e1;
  border: 1px solid #717FCB;
  color: #545f98; }

.btn,
div.form input[type='submit'],
div.form input[type='reset'],
div.form button {
  color: #FFFFFF !important;
  text-shadow: none;
  background-color: #905191;
  border: 1px solid #905191; }
  .btn:hover:not(.btn-faux),
  div.form input[type='submit']:hover:not(.btn-faux),
  div.form input[type='reset']:hover:not(.btn-faux),
  div.form button:hover:not(.btn-faux) {
    color: #FFFFFF !important;
    background-color: #79447a;
    border-color: #79447a; }
  .btn.btn-cta:hover,
  div.form input[type='submit'].btn-cta:hover,
  div.form input[type='reset'].btn-cta:hover,
  div.form button.btn-cta:hover {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }
  .btn.btn-icon,
  div.form input[type='submit'].btn-icon,
  div.form input[type='reset'].btn-icon,
  div.form button.btn-icon {
    width: auto;
    min-width: auto;
    vertical-align: bottom; }
  .btn + .btn-icon,
  div.form input[type='submit'] + .btn-icon,
  div.form input[type='reset'] + .btn-icon,
  div.form button + .btn-icon {
    margin-left: 5px; }
  .btn.btn-green,
  div.form input[type='submit'].btn-green,
  div.form input[type='reset'].btn-green,
  div.form button.btn-green {
    background-color: #89AD6C;
    border-color: #89AD6C; }
    .btn.btn-green:hover,
    div.form input[type='submit'].btn-green:hover,
    div.form input[type='reset'].btn-green:hover,
    div.form button.btn-green:hover {
      background-color: #779d58;
      border-color: #779d58; }

a.btn, a.btn:hover {
  text-decoration: none; }

[disabled] {
  opacity: 0.4 !important;
  cursor: not-allowed !important; }

.btn-r {
  text-align: right;
  margin-right: 10px; }

.btn-c {
  text-align: center; }

/* =====================================================
#Tab css
====================================================== */
.tabs-centered .ui-tabs-panel {
  text-align: center; }
  .tabs-centered .ui-tabs-panel div.form {
    display: inline-block;
    text-align: left; }

/* =====================================================
#Modal css
====================================================== */
.ui-dialog div.form input[type='text'], .ui-dialog div.form input[type='number'], .ui-dialog div.form input[type='password'], .ui-dialog div.form textarea, .ui-dialog div.form select, .ui-dialog div.form .one-column, .ui-dialog div.form .two-column, .ui-dialog div.form .total_price {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box; }

/* =====================================================
#Modal css
====================================================== */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80); }
  .modal-backdrop img.ajax-loader {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    margin-left: -17.5px; }

.ui-dialog {
  position: fixed !important;
  z-index: 20001 !important; }

img.ajax-loader {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* =====================================================
#Forms
====================================================== */
div.form .row .note {
  width: 250px; }

/* =====================================================
#Pricing Form
====================================================== */
.total_price {
  font-size: 1.2em;
  margin-top: 5px;
  padding: .5em;
  border-bottom: 1px solid #B0B0B0;
  width: 235px; }

/* ======================================================
#Register
========================================================= */
.ui-widget-header {
  background: #bfbfbf !important; }

.ui-tabs .ui-tabs-nav li {
  opacity: 1;
  color: #1b2e5f;
  font-weight: bold;
  font-size: 15px; }

.ui-tabs .ui-tabs-nav li.ui-state-disabled a {
  color: #858585 !important; }

.tab-number {
  border: 5px solid #858585;
  padding: 6px 16px;
  background: #EEE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 5px solid #858585;
  font-size: 35px;
  margin: 5px 10px -5px 0;
  color: #858585; }

.ui-state-active .tab-number {
  background: #FFFFFF;
  color: #1b2e5f;
  border-color: #1b2e5f; }

.note {
  margin-bottom: 5px; }

.info-box {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #B0B0B0;
  padding: 10px;
  margin: 10px 0 20px;
  background: #e1e1e1;
  color: #1b2e5f;
  line-height: 20px; }

.terms-and-conditions {
  width: 100%;
  height: 80px;
  overflow-y: scroll;
  border: 1px solid #B0B0B0;
  padding: 10px 5px;
  margin: 10px 0 15px !important; }

.terms-and-conditions h1 {
  font-size: 16px;
  padding-bottom: 0;
  font-weight: bold; }

.terms-and-conditions p {
  margin: 10px 0;
  font-size: 12px;
  padding-bottom: 0;
  line-height: 16px; }

/* ======================================================
#reports
========================================================= */
#reports.ui-tabs .ui-tabs-nav li {
  font-size: 12px; }

/* simple tree */
.icomoon-icon, .jstree-open > .jstree-icon,
.jstree-closed > .jstree-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.jstree .icomoon-icon, .jstree .jstree-open > .jstree-icon,
.jstree .jstree-closed > .jstree-icon,
.jstree [class^="icon-"],
.jstree [class*=" icon-"] {
  color: #1b2e5f; }

.jstree .jstree-clicked .icomoon-icon, .jstree .jstree-clicked .jstree-open > .jstree-icon,
.jstree .jstree-clicked .jstree-closed > .jstree-icon,
.jstree .jstree-clicked [class^="icon-"],
.jstree .jstree-clicked [class*=" icon-"] {
  color: #FFFFFF; }

.jstree li {
  line-height: 22px !important;
  min-height: 22px !important; }

.jstree li.jstree-leaf a {
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

.jstree li.jstree-open > a,
.jstree li.jstree-closed > a {
  padding-top: 1px !important;
  padding-bottom: 2px !important; }

.jstree-open,
.jstree-closed,
.jstree-leaf {
  position: relative; }

.jstree-open > a:after,
.jstree-closed > a:after {
  content: "/";
  display: inline-block;
  margin-bottom: -2px;
  margin-left: 4px;
  font-weight: 600;
  font-size: 16px;
  color: #1b2e5f;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px); }

.jstree-open > a.jstree-clicked:after,
.jstree-closed > a.jstree-clicked:after {
  color: #FFFFFF; }

.jstree-open > .jstree-icon,
.jstree-closed > .jstree-icon {
  background: none !important;
  font-size: 14px;
  vertical-align: middle;
  padding-left: 3px;
  box-sizing: border-box;
  cursor: pointer; }
  .jstree-open > .jstree-icon:before,
  .jstree-closed > .jstree-icon:before {
    content: "\e90f"; }

.jstree-open > .jstree-icon {
  -webkit-transform: translate(-3px, -3px) rotate(90deg);
  -moz-transform: translate(-3px, -3px) rotate(90deg);
  -ms-transform: translate(-3px, -3px) rotate(90deg);
  -o-transform: translate(-3px, -3px) rotate(90deg);
  transform: translate(-3px, -3px) rotate(90deg); }

.jstree-open > a span[class^="icon-"]:before {
  content: "\e908"; }

.jstree-closed > a span[class^="icon-"]:before {
  content: "\e909"; }

.jstree-leaf > a span[class^="icon-"]:not(.section-media-icon):before {
  content: "\e90a"; }

#vakata-dragged.jstree-classic.jstree-dnd-helper .jstree-ok {
  background: transparent !important;
  font-size: 18px;
  top: 3px !important;
  width: 18px;
  height: 18px; }
  #vakata-dragged.jstree-classic.jstree-dnd-helper .jstree-ok:before {
    color: #32cd32;
    content: "\e90b"; }

#vakata-dragged.jstree-classic.jstree-dnd-helper .jstree-invalid {
  background: transparent !important;
  top: 5px !important; }
  #vakata-dragged.jstree-classic.jstree-dnd-helper .jstree-invalid:before {
    color: #FF0000;
    content: "\e90c"; }

.jstree-leaf > ins,
.jstree-leaf > a span[class^="icon-"] {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  display: inline-block; }

.new_node > a span[class^="icon-"] {
  color: #32cd32 !important; }

.updated_node > a span[class^="icon-"] {
  color: #09f !important; }

.deactive_node > a {
  opacity: .4 !important; }

/* user forms */
.inputs-wrapper {
  position: relative; }

.role-selects-wrapper {
  position: absolute;
  width: 601px;
  top: 0;
  left: 300px; }

/* jquery ui */
.dl-tooltip ul {
  margin: 0; }

/* checkbox toggle */
.switch {
  position: relative;
  display: inline-block !important;
  width: 60px;
  height: 34px; }
  .switch input {
    display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F1F1F1;
  -webkit-transition: .4s;
  transition: .4s; }
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #FFFFFF;
    -webkit-transition: .4s;
    transition: .4s; }
  .slider.purple {
    background-color: #905191; }

input:checked + .slider {
  background-color: #09f; }

input:focus + .slider {
  box-shadow: 0 0 1px #09f; }

input[disabled] + .slider {
  opacity: .6;
  cursor: not-allowed; }

.switch-purple input:checked + .slider {
  background-color: #905191; }

.switch-purple input:focus + .slider {
  box-shadow: 0 0 1px #905191; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }
  .slider.round:before {
    border-radius: 50%; }

/* percents/number displays */
ul.numbers {
  list-style: none;
  text-align: center; }
  ul.numbers li {
    display: inline-block;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 100px;
    min-width: 140px;
    padding: 0 10px;
    position: relative;
    vertical-align: top;
    margin: 5px; }
    ul.numbers li h2 {
      font-weight: 600;
      font-size: 11px;
      color: #8C9392;
      line-height: 13px;
      letter-spacing: 1px;
      text-transform: uppercase;
      border-bottom: 1px solid #F7F7F7;
      padding: 7px 0;
      margin: 5px 15px 0; }
    ul.numbers li .alone {
      font-size: 30px;
      line-height: 35px;
      margin-top: 14px; }
    ul.numbers li .top {
      font-size: 22px;
      line-height: 27px;
      margin-top: 10px; }
    ul.numbers li .bottom {
      font-size: 12px;
      line-height: 15px;
      color: #882D87; }
    ul.numbers li.sent {
      color: #379402; }
    ul.numbers li.delivered .top {
      color: #A7BE12; }
    ul.numbers li.responses .top, ul.numbers li.responses .alone {
      color: #46BAC4; }
    ul.numbers li.new {
      color: #C042BE; }

@media (max-width: 840px) {
  body:not(.site-internal) .header .upper-nav {
    display: none; }
  body:not(.site-internal) .header .nav {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: -250px;
    z-index: 2000;
    background: white;
    height: 100%;
    width: 200px;
    margin-top: 0;
    box-shadow: 5px 5px 5px #888888; }
  body:not(.site-internal) .header .nav ul {
    padding-left: 0;
    float: left;
    width: 100%;
    box-sizing: border-box; }
  body:not(.site-internal) .header .nav a {
    width: 100%;
    box-shadow: 3px 3px 3px #888888;
    box-sizing: border-box;
    text-align: left;
    border-radius: 0;
    height: auto;
    padding: 8px; }
  body:not(.site-internal) .header .nav li {
    display: block; }
  body:not(.site-internal) .header .nav li.desktop.no-border {
    top: 0px; }
  body:not(.site-internal) .header .nav li + li.desktop:before, body:not(.site-internal) .header .upper-nav li + li:before {
    content: none; }
  body:not(.site-internal) .header .shell .menu-button {
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
    color: #1b2e5f;
    font-size: 32px;
    text-decoration: none; }
  body:not(.site-internal) .header .nav ul.submenu {
    position: static;
    margin: 0;
    padding: 0;
    min-width: 100%;
    box-sizing: border-box; }
  body:not(.site-internal) .header .nav ul.submenu li {
    margin-left: 7%;
    float: left;
    display: block;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border-radius: 0;
    clear: both;
    width: 93%;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  body:not(.site-internal) .header .nav ul.submenu li a {
    border: 1px solid transparent;
    border-radius: 0;
    width: 100%;
    text-align: left;
    box-sizing: border-box; }
  body:not(.site-internal) .header .nav li:hover > ul.submenu li {
    display: block; }
  body:not(.site-internal) .header .nav ul.submenu li a:hover {
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; } }

@media (min-width: 840px) {
  body:not(.site-internal) .desktop-hide {
    display: none !important; } }

@media (min-width: 981px) {
  body .header .shell {
    padding-right: 0; }
    body .header .shell .upper-nav {
      right: 0; }
  body.site-internal .desktop-hide {
    display: none !important; } }

@media (max-width: 980px) {
  html {
    cursor: pointer; }
  body {
    min-width: 100%; }
  /*
.logo a { background: url(images/icons/DocLauncher_Icons/DocLauncher_Icon_x57.png) no-repeat 0 0; }
*/
  .shell, .main .shell {
    width: 100%;
    box-sizing: border-box; }
  [class^="span-"] {
    width: auto;
    float: left; }
  .intro h1 {
    padding: 11px 25px; }
  .article {
    padding: 0; }
  body.site-internal .header .upper-nav {
    display: none; }
  body.site-internal .header .nav {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: -250px;
    z-index: 2000;
    background: white;
    height: 100%;
    width: 200px;
    margin-top: 0;
    box-shadow: 5px 5px 5px #888888; }
  body.site-internal .header .nav ul {
    padding-left: 0;
    float: left;
    width: 100%;
    box-sizing: border-box; }
  body.site-internal .header .nav a {
    width: 100%;
    box-shadow: 3px 3px 3px #888888;
    box-sizing: border-box;
    text-align: left;
    border-radius: 0;
    height: auto;
    padding: 8px; }
  body.site-internal .header .nav li {
    display: block; }
  body.site-internal .header .nav li.desktop.no-border {
    top: 0px; }
  body.site-internal .header .nav li + li.desktop:before, body.site-internal .header .upper-nav li + li:before {
    content: none; }
  body.site-internal .header .shell .menu-button {
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
    color: #1b2e5f;
    font-size: 32px;
    text-decoration: none; }
  body.site-internal .header .nav ul.submenu {
    position: static;
    margin: 0;
    padding: 0;
    min-width: 100%;
    box-sizing: border-box; }
  body.site-internal .header .nav ul.submenu li {
    margin-left: 7%;
    float: left;
    display: block;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border-radius: 0;
    clear: both;
    width: 93%;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.065);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  body.site-internal .header .nav ul.submenu li a {
    border: 1px solid transparent;
    border-radius: 0;
    width: 100%;
    text-align: left;
    box-sizing: border-box; }
  body.site-internal .header .nav li:hover > ul.submenu li {
    display: block; }
  body.site-internal .header .nav ul.submenu li a:hover {
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
  div#email_div input[type=text],
  div#email_div textarea,
  div#email_div .selection-div,
  div#email_div .two-column-wrapper {
    width: 100%; } }

@media (max-width: 944px) {
  .shell .quote, .shell .col {
    width: 100% !important;
    box-sizing: border-box; } }

@media (max-width: 511px) {
  .shell .ui-tabs .ui-tabs-nav li, .shell .ui-tabs .ui-tabs-nav li a, .shell .quote {
    width: 100%;
    box-sizing: border-box; } }

@media (max-width: 460px) {
  .header {
    padding: 16px 0 14px; }
  .shell .offer {
    zoom: 70%; }
  .shell div.form input[type='text'], .shell div.form input[type='number'], .shell div.form input[type='password'], .shell div.form textarea, .shell div.form select, .shell div.form .two-column, .shell .ui-tabs .ui-tabs-nav li, .shell .ui-tabs .ui-tabs-nav li a, .shell .total_price {
    width: 100%;
    box-sizing: border-box; }
  .shell .tab-number {
    padding: 3px 8px; }
  .shell #forms.ui-tabs .ui-tabs-nav li a {
    padding: 0; } }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -228px;
  background-color: #FFFFFF; }

.push {
  height: 228px; }

.footer {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.6;
  height: auto;
  padding-top: 22px;
  background-color: #2D2D2D;
  color: #905191;
  font-weight: bold;
  grid-template-columns: max-content;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px 15px;
  justify-items: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  grid-auto-columns: 60px; }
  .footer > .footer-col {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto; }
    .footer > .footer-col + .footer-col {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2; }
      .footer > .footer-col + .footer-col + .footer-col {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 3;
        grid-row: 3; }
    .footer > .footer-col > .footer-col-child {
      width: 300px;
      text-align: center; }
      .footer > .footer-col > .footer-col-child > div {
        margin-bottom: 18px; }
    .footer > .footer-col > div {
      padding: 5px 0;
      font-weight: normal; }
    .footer > .footer-col .links-wrapper {
      text-align: center; }
    .footer > .footer-col .links {
      display: inline-block;
      text-align: left; }
      .footer > .footer-col .links a {
        color: #FFFFFF;
        display: block; }
      .footer > .footer-col .links div {
        text-align: left; }
    .footer > .footer-col .terms a {
      text-transform: uppercase; }
    .footer > .footer-col .copy {
      font-weight: normal;
      color: #666666;
      text-align: center; }
      .footer > .footer-col .copy a {
        color: #666666;
        text-transform: none; }
    .footer > .footer-col .follow {
      font-weight: normal;
      color: #FFFFFF; }
    .footer > .footer-col .media a {
      display: inline-block;
      color: #FFFFFF;
      font-size: 20px;
      text-decoration: none;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .footer > .footer-col .media a:hover {
        -webkit-transform: translate(0, 2px);
        -moz-transform: translate(0, 2px);
        -ms-transform: translate(0, 2px);
        transform: translate(0, 2px);
        color: #C9CCDF; }
      .footer > .footer-col .media a + a {
        margin-left: 40px; }

@media (min-width: 884px) {
  .footer {
    height: 206px;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr; }
    .footer > .footer-col {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1;
      grid-column-start: auto;
      grid-column-end: auto;
      grid-row-start: auto;
      grid-row-end: auto; }
      .footer > .footer-col + .footer-col {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1; }
        .footer > .footer-col + .footer-col + .footer-col {
          -ms-grid-column: 3;
          grid-column: 3;
          -ms-grid-row: 1;
          grid-row: 1; } }
