/*
  Theme Name: Memopal
  Theme URI: http://mozestudio.com
  Author:
  Author URI:
  Version: 1.0
  Text Domain: memopal
*/


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/**
 * Remove default margin.
 */

body {
  margin: 0;
}

@font-face {
  font-family: 'fontawesome';
  src: url('/css/fonts/icomoon.eot?-2e00e4');
  src: url('/css/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('/css/fonts/fontawesome-webfont.woff') format('woff'), url('/css/fonts/fontawesome-webfont.ttf') format('truetype'), url('/css/fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}


/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}


/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input,
select,
.form-control {
      line-height: 1.42857143;
  border-radius: 4px !important;
  border: #cfcfcf solid 1px !important;
  background: #fff;
  padding: 5px 8px;
  vertical-align: middle;
}

html input[disabled] {
  cursor: default;
        line-height: 1.42857143;
    border-radius: 4px !important;
    border: #cfcfcf solid 1px !important;
        background: #e6e6e6;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    vertical-align: middle;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  font-size: 16px;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: :400;
  overflow-x: hidden;
  color: black;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 4.87em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: black;
}

h2 {
  font-size: 1.4em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: black;
}

h3 {
  font-size: 1.75em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: black;
}

a:hover,
a:focus {
  color: #000;
}

button {
  outline: none !important;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.dropdown.show-imp {
  display: block !important;
}

.show-imp {
  display: block !important;
}

.clear {
  clear: both;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.underlined {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.navbar {
  margin-bottom: 0;
}

header {
  min-height: 80px;
  width: 100%;
  padding-bottom: 20px;
}

.lt-ie9 header {
  position: absolute;
  z-index: 100;
}

.navbar-nav.navbar-right {
  margin-right: 30px!important;
}

.navbar-nav>li>.dropdown-menu {
  border-radius: 0;
}


/*.dropdown-menu > li > a{text-align: left; font-size: 0.875em; line-height: 1.5em;}*/

.dropdown-menu>li>a {
  text-align: left;
  font-size: 1em;
  line-height: 2em;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-brand {
  line-height: 5.25em;
  padding: 0;
  margin-left: 0 !important;
}

.navbar-brand img {
  margin-left: 28px;
}

.navbar-collapse {
  text-align: left;
}

.searchbutton {
  height: 33px;
}

.dynatable-search {
  display: inline-block;
  float: right;
  padding-top: 15px;
  padding-right: 10px;
  height: 50px;
}

.dyn-query-search {
  float: left;
  display: inline-block;
  height: 33px;
}

.headroom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .2s ease-in-out;
  background-color: #fff;
  z-index: 9999;
}

.headroom--unpinned {
  top: -100px;
}

.headroom--pinned {
  top: 0;
  border-bottom: 1px solid #dadada;
}

.nav>li>a {
  padding: 0 22px;
}

.navbar-default .navbar-nav>li>a {
  color: #333;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #999;
}

.navbar-nav>li>a {
  font-size: 0.95rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #343434;
  line-height: 5.4em;
}

.lt-ie9 .navbar-nav>li>a {
  line-height: 3.8em;
}

.nav>li.nav-but>a {
  padding: 0 5px;
  line-height: 5.2em;
}

#wlusers tr td {
  white-space: nowrap
}

@media (max-width: 767px) {
  .navbar-brand {
    line-height: 0;
  }
  .navbar-default .navbar-nav>li>a {
    color: #fff;
    text-align: left;
  }
  .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
  }
  .navbar-default .navbar-nav>li {
    border-bottom: 1px #393d41 solid;
  }
  .navbar-nav>li>a {
    line-height: 2.5em;
    color: #fff;
  }
  .navbar-header {
    margin-top: 20px;
  }
  #menu-header {
    background-color: #23272b;
    margin: 0;
  }
  .largemob {
    width: 50%;
    float: left !important;
    padding: 10px 0 10px 15px;
  }
  .largemob button {
    width: 100%;
  }
  .secondbt {
    float: left;
  }
  .dropdown {
    display: none !important;
  }
}

.full {
  width: 100%;
  min-width: 100%;
}

.centered {
  text-align: center;
}

.no-gutter {
  padding: 0!important;
}

.no-border {
  border: 0!important;
}

a {
  color: black;
}

a:hover {
  color: black;
}

.btn {
  border-radius: 0;
}

.open .dropdown-toggle.btn-default {
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 15px;
}

.huge {
  font-size: 1.5em;
  line-height: 2.91em;
  outline: none;
  margin: 0;
  padding: 0 45px;
  font-weight: 400;
}

.huge>img {
  margin-bottom: 5px;
}

.large {
  font-size: 1em;
  /*line-height: 2.65em;*/
  line-height: 3.2em;
  outline: none;
  margin: 0;
  font-weight: 400;
  /*height: 60px;*/
}

.standard {
  font-size: 1.12em;
  line-height: 1.6em;
  outline: none;
  font-weight: 500;
  margin: 0;
}

button.orange {
  background: #ff9a33;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOWEzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdkNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ff9a33 0%, #ff7d43 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9a33), color-stop(100%, #ff7d43));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff9a33 0%, #ff7d43 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff9a33 0%, #ff7d43 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff9a33 0%, #ff7d43 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff9a33 0%, #ff7d43 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a33', endColorstr='#ff7d43', GradientType=0);
  /* IE6-8 */
  border: none;
  color: #fff !important;
}

button.orange:hover {
  color: #fff;
  background: #ff8a34;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOGEzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZkNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ff8a34 0%, #ff6d42 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8a34), color-stop(100%, #ff6d42));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff8a34 0%, #ff6d42 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff8a34 0%, #ff6d42 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff8a34 0%, #ff6d42 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff8a34 0%, #ff6d42 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a34', endColorstr='#ff6d42', GradientType=0);
  /* IE6-8 */
}

button.white {
  background: #fff;
  color: #7e8081;
  border: 2px #dadada solid;
}

button.white:focus {
  background: #fff;
  color: #7e8081;
}

button.white:active {
  background: #fff;
  color: #7e8081;
}

select {
  background: #f3f3f3;
  border: none;
  padding: 10px;
}

.login {
  line-height: 2.45em
}

.login2 {
  line-height: 2.6em
}

#langarrow {
  position: absolute;
  top: -8px;
  right: 20px;
}

#langarrow2 {
  position: absolute;
  top: -8px;
  left: 20px;
}

.dropdown-toggle {
  background-color: #f3f3f3;
  line-height: 3.7em !important;
  margin-top: 23%;
  margin-left: 5px;
  color: #999999 !important;
  font-size: 0.8em !important;
}

.lt-ie9 .dropdown-toggle {
  line-height: 1.5em !important;
}

.dropdown-menu>li:hover>a {
  color: #cccccc;
  background: transparent!important;
}

#feat-submenu {
  top: 70px;
  right: 20px;
}

.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
  background-color: #f3f3f3 !important;
}

.claim {
  margin-top: 40px;
}

.first-info {
  position: relative;
  z-index: 5;
}

#download-btn-hp {
  font-size: 1.5em;
  margin-top: 60px;
}

#download-os {
  font-size: 1.5em;
  margin-bottom: 90px;
  display: none;
}

.learn-more {
  color: #000;
  opacity: 0.6;
  clear: both;
  display: block;
  font-size: 1.12em;
  margin-top: 20px;
}

.learn-more a {
  text-decoration: underline;
}

.learn-more a:after {
  content: "»"
}

.edgeLoad-EDGE-27191726 {
  visibility: hidden;
}

.brand img {
  margin-top: 30px;
}

#Stage {
  top: -105px !important;
  background-color: transparent !important;
  position: relative !important;
  height: 450px!important;
}


/* .jfavorites.admin-action {
  font-size: 18px;
  padding: 2px;
} */

.clear-user span {
  float: right;
  margin-bottom: 20px;
  font-size: 90%;
  color:
}

#animation {
  /*background-image: url("img/bganim.png");
  background-repeat: no-repeat;
  background-position: top center;
  height: 700px;
  margin-top: 0px;
  background-size: cover;*/
  position: relative;
  padding-bottom: 30px;
  margin-top: 100px;
  height: 700px;
}

.animation-bg {
  position: absolute;
  background-image: url("img/bganim.png");
  background-repeat: no-repeat;
  background-position: top center;
  height: 640px;
  margin-top: 0px;
  width: 100%;
  background-size: cover;
}

#animation h1 {
  color: white;
  font-size: 4.8em;
  font-weight: 300 !important;
}

#animation h3 {
  color: white;
  font-size: 1.7em;
  margin-top: 30px;
}

#main-features {
  margin-top: 20px;
}

#main-features h1 {
  font-size: 3em;
  line-height: 1.66em;
  /*margin-top: 75px;*/
}

#main-features h3 {
  font-size: 1.25em;
  line-height: 1.4em;
  /*color: #b0b0b0;*/
  color: #666;
}

.featuresrow {
  margin-top: 40px;
  width: 100%;
  min-width: 100%;
  background-image: url("img/bgfeatures.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.feat-ico {
  opacity: 0.6;
}

.feature-text {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #414810;
}

.feature-text h2 {
  font-size: 2em;
  line-height: 3.12em;
  color: #414810;
}

.feature-text h2.morelh {
  margin-top: 13px;
}

.feature-text p {
  font-size: 1em;
  line-height: 1.62em;
  margin: 0;
  height: 8.1em;
  overflow: hidden;
}

.feat-border {
  border-right: 2px #dae68e solid;
}

.feat-grey {
  border-right: 2px #fff solid;
}

.grey-text {
  color: #535353 !important;
}

#pricing {
  margin-top: 65px;
}

#pricing h1 {
  font-size: 3em;
  line-height: 1.66em;
}

#pricing h3 {
  font-size: 1.25em;
  line-height: 2.8em;
  /*color: #b0b0b0;*/
  color: #666;
}

.pricingtable {
  margin-top: 70px;
}

.pricingtable button {
  width: 90%;
  font-size: 1.12em;
  top: -20px;
  position: relative;
}

.pricingtable h2 {
  padding: 65px 0;
  background-color: #444444;
  font-size: 2.12em;
  line-height: 1em;
  color: #fff;
  border: none;
  position: relative;
  width: 100%;
}

.pricingtable h2.featured {
  background: #ff9a33;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOWEzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdkNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2RiOWU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #ff9a33 0%, #ff7d43 100%, #ff7d43 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9a33), color-stop(100%, #ff7d43), color-stop(100%, #ff7d43));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff9a33 0%, #ff7d43 100%, #ff7d43 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff9a33 0%, #ff7d43 100%, #ff7d43 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff9a33 0%, #ff7d43 100%, #ff7d43 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff9a33 0%, #ff7d43 100%, #ff7d43 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a33', endColorstr='#ff7d43', GradientType=0);
  /* IE6-8 */
  padding: 60px 0 70px 0;
}

.featured-plan {
  background: #ff9a33;
  padding-top: 15px;
  position: relative;
  /*top: -15px;*/
}

.featured-plan2 {
  background: #ff9a33;
  padding-top: 30px;
  position: relative;
  /*top: -15px;*/
  margin-top: -15px;
}

.plan-content {
  margin: 0;
  padding: 0;
}

.featuredcol {
  position: relative;
  /*padding-bottom: 25px;*/
  top: -15px;
}

.featuredcol .plan-content {
  position: relative;
  padding-bottom: 25px;
  /*top: -15px;*/
}


/* form */

.form-control,
.buy {
  border-radius: 0;
}

.form-control:focus {
  border: 2px solid #b2b2b2;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.featuredcol button {
  width: 90%;
  position: relative;
  top: 6px;
}

.pricingtable h2.memocolumn {
  background-color: #51c5ec;
  padding-top: 55px;
}

#ribbon {
  position: absolute;
  right: -6px;
  top: -4px;
  z-index: 9000;
}

.border1 {
  /*
  border-left: 2px #ccc solid;
  border-bottom: 2px #ccc solid;
  */
}

.border2 {
  /*border-right: 2px #ff7d43 solid;
  border-left: 2px #ff7d43 solid;
  border-bottom: 2px #ff7d43 solid;*/
}

.border3 {
  border-bottom: 2px #ccc solid;
}

.border3 .plan-content {
  border-right: 2px #ccc solid;
}

.border3 .plan-header {
  border-right: 2px #696969 solid;
}

.border4 {}

.border5 {
  border-right: 2px #696969 solid;
  border-bottom: 2px #696969 solid;
}

.border6 {
  border-right: 2px #696969 solid;
  border-bottom: 2px #696969 solid;
}

.borderblu {
  border-right: 4px #51c5ec solid;
  border-left: 4px #51c5ec solid;
  border-bottom: 4px #51c5ec solid;
}

.vat {
  color: #a4a4a4;
  font-size: 16px !important;
  clear: both;
  display: block;
  line-height: 1.56em;
  position: relative;
  top: -30px;
  font-weight: 300 !important;
}

.pricingline {
  background: #fff;
}

.pricingline p {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.12em;
  line-height: 3.3em;
  color: #66686a;
}

.pricingline p.storage {
  font-size: 1.25em;
  color: #333;
  font-weight: 700;
}

.pricingline p.price {
  /*font-size: 1.87em;
  line-height: 3.13em;*/
  font-size: 2.5em;
  line-height: 2.4em;
  color: #333;
  font-weight: 700;
  padding-bottom: 15px
}

.pricingline p.small {
  font-size: 1em;
}

.pripag {
  margin-top: 85px !important;
}

.grey {
  background: #f9f9f9;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}

.pr_whitelabel {
  /*padding: 22px 20px 21px 20px;*/
  padding: 30px 20px 28px 20px;
  font-size: 0.93em;
  background: #fff;
}

.lt-ie9 .pr_whitelabel {
  padding: 10px;
}

.pr_whitelabel ul {
  /*list-style-image: url("img/yes.png");*/
  list-style: none;
  text-align: left;
  font-size: 0.93em;
  line-height: 2.66em;
  padding-left: 1.2em;
}

.lt-ie9 .pr_whitelabel ul {
  line-height: 2.1em;
}

.pr_whitelabel ul li:nth-child(3) {
  line-height: 1.25em;
  margin: 10px 0 20px 0;
}

.pr_whitelabel ul li:nth-child(4) {
  line-height: 1.25em;
  margin: 10px 0;
}

.pr_whitelabel ul li {
  color: #66686a;
  padding-left: 24px;
  background-image: url('img/yes.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px 14px;
}

.hide-desktop {
  display: none;
}


/*@media only screen and (min-device-pixel-ratio: 2){*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {
  .pr_whitelabel ul li {
    background-image: url('img/yes@2x.png');
  }
}


/*.pr_whitelabel ul li:before {
  display: inline-block;
  background: transparent url('img/yes.png') 0 0 no-repeat;
  width: 14px;
  height: 14px;
  content: ' ';
}*/

#chosenby {
  width: 100%;
  color: #66686a;
  line-height: 5.7em;
  padding-bottom: 14px;
}

#chosenby img {
  margin: 0 5px;
  display: inline;
}

#chosenby img:nth-child(2) {
  position: relative;
  top: 2px;
}

#testimonials {
  margin-top: 40px;
}

#testimonials2 {
  margin-top: 0px;
}

#testimonials h1 {
  font-size: 3em;
  line-height: 1.66em;
}

#testimonials h3 {
  font-size: 1.25em;
  line-height: 1.4em;
  /*color: #b0b0b0;*/
  color: #666;
}

#testimonials a {
  /*color:#B0B0B0;*/
  color: #999;
}

.testimonial {
  margin-top: 75px;
}

.t_face {
  border: 1px #e6e6e6 solid;
  width: 100%;
  max-width: 100%;
}

.opinion {
  border: 1px #e5e5e5 solid;
  margin-left: 45px;
  padding: 40px;
}

.opinion img {
  margin-bottom: 20px;
}

.opinion p {
  font-size: 1.25em;
  line-height: 1.5em;
}

.op_triangle {
  position: absolute;
  top: 40px;
  left: 24px;
}

.op_person {
  color: #999999;
  font-size: 1em;
  line-height: 2.5em;
}

.downloadrow {
  margin-top: 70px;
  width: 100%;
  min-width: 100%;
  background-image: url("img/bgdownload.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.downloadrow a:hover {
  text-decoration: none;
}

.downloadrow h2 {
  color: #999999;
  font-size: 2em;
  line-height: 2.5em;
  display: inline;
}

.userguide {
  margin-top: 60px;
  width: 100%;
  min-width: 100%;
  background-color: #fff;
  border-top: 1px #e5e5e5 solid;
}

.userguide h2 {
  font-size: 1.37em;
  line-height: 1.36em;
  color: #666666;
}

.userguide h3 {
  font-size: 1.12em;
  line-height: 2.22em;
  color: #666;
}

.userguide a {
  text-decoration: underline;
  color: #41bcff;
}

.noblue {
  color: #999999;
}

#download-btn-hp-down {
  display: inline;
  position: relative;
  top: -5px;
  left: 40px;
}

.cta {
  margin-top: 50px;
  margin-bottom: 50px;
}

footer {
  background-color: #23272b;
}

.lessmarg {
  margin-top: 0px!important;
}

.footermenu {
  background-color: #23272b;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footermenu h3 {
  color: #ffd224;
  font-size: 1.5em;
  line-height: 2.08em;
  text-align: left;
}

.footermenu ul {
  list-style-type: none;
  text-align: left;
  padding: 0;
}

.footermenu ul li a {
  color: #fff;
  font-size: 1em;
  line-height: 1.87em;
  font-family: "Roboto";
  font-weight: 700;
}

.footermenu span {
  margin-left: 15px;
}

#fbspan {
  margin-left: 20px;
}

#twspan {
  margin-left: 12px;
}

.subfooter {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  margin-top: 30px;
}

.languages {
  padding-top: 25px;
}

.languages ul {
  display: inline;
  padding: 0;
  margin: 0;
}

.languages ul li {
  display: inline;
}

.languages ul li:after {
  content: '·';
  margin: 0 10px;
}

.languages ul li:last-child:after {
  display: none;
}

.languages ul li a {
  font-size: 1em;
  line-height: 3.12em;
  padding-left: 0px;
  padding-right: 0px;
}

.languages ul li:first-child {
  padding-left: 0;
}

.languages ul li:last-child {
  padding-right: 0;
}

.copyright {
  padding-bottom: 15px;
  color: #adadad;
  font-size: 0.875em;
  line-height: 3.57em;
}

.copyright ul {
  display: inline;
}

.copyright ul li {
  display: inline;
}

.copyright ul li a {
  color: #adadad;
}

.copyright ul li:after {
  content: '·';
  margin: 0 0.5em;
}

.copyright ul li:last-child:after {
  display: none;
}

.copyright ul li a.moze {
  font-weight: 700;
}

.copyright ul li:first-child {
  padding-left: 0;
}

.copyright ul li:last-child {
  padding-right: 0;
}

#bread {
  margin-top: 100px;
  background-image: url("img/bg-page-grey.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
}

.breadcrumbs {
  display: inline;
  padding: 0;
}

.breadcrumbs li {
  display: inline;
  color: #858484;
}

.breadcrumbs li a {
  font-size: 1em;
  line-height: 1.87em;
  padding-left: 15px;
  padding-right: 15px;
  color: #858484;
}

.titlebar {
  margin-top: 100px;
  border-top: 1px #3aa9e5 solid;
  background-image: url("img/bg-titlebar-blue.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.titlebar h1 {
  color: #fff;
  font-size: 3.37em;
  line-height: 1.48em;
  margin-top: 85px;
}

.titlebar h2 {
  color: #fff;
  font-size: 1.62em;
  line-height: 1.92em;
  padding-bottom: 85px;
}

.titlebar-big {
  margin-top: 100px;
  border-top: 1px #3aa9e5 solid;
  background-image: url("img/bg-titlebar-big.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.titlebar-big-pricing {
  background-image: none;
}

.pricing-bg {
  width: 100%;
  position: absolute;
  height: 680px;
  background-image: url("img/bg-titlebar-big.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.titlebar-big h1.title-pricing {
  color: #fff;
  font-size: 3.37em;
  line-height: 1.5em;
  margin-top: 60px;
}

.titlebar-big h2.subtitle-pricing {
  color: #fff;
  font-size: 1.62em;
  line-height: 1em;
  padding-bottom: 20px;
}

.main {
  margin-top: 70px;
  margin-bottom: 50px;
}

.main h2 {
  color: #ff7d43;
  font-size: 3em;
  line-height: 0.79em;
}

.main h3 {
  color: #666666;
  font-size: 1.75em;
  line-height: 1.64em;
  margin-top: 45px;
}

.main p {
  font-size: 1.12em;
  line-height: 1.77em;
  color: #333333;
  margin-top: 45px;
}

.main p a {
  color: #43c1ff;
  text-decoration: underline;
}

.main ul.left-menu {
  list-style-type: none;
  border-top: 1px #e5e5e5 solid;
  border-left: 1px #e5e5e5 solid;
  border-right: 1px #e5e5e5 solid;
  padding: 0;
  width: 96%;
}

.main ul.left-menu li {
  border-bottom: 1px #e5e5e5 solid;
}

.main ul.left-menu li:hover {
  background-image: url("../img/main-menu-hover.png");
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: cover;
}

.main ul.left-menu li:hover a {
  color: #fff;
}

.main ul.left-menu li a {
  font-size: 1.12em;
  /*line-height: 3.3em;*/
  padding: 1em 20px;
  width: 100%;
  display: block;
}

.main ul.left-menu li a:hover {
  color: #fff;
  text-decoration: none;
}

.main ul.left-menu li a.active {
  color: #d1d1d1;
}

#features-list {
  margin-top: 60px;
}

.secondrow {
  margin-top: 6px;
}

.feat1 {
  background-image: url("img/bg-feat-1.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.feat2 {
  background-image: url("img/bg-feat-2.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.feat3 {
  background-image: url("img/bg-feat-3.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.feat4 {
  background-image: url("img/bg-feat-4.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.feat5 {
  background-image: url("img/bg-feat-5.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.feat6 {
  background-image: url("img/bg-feat-6.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.mobanim {
  width: 100%;
}

.featurebox {
  /*float: none;
  display: table-cell;*/
  border-right: 5px #fff solid;
  padding: 34px;
  height: 231px;
}

.featurebox div {}

.featurebox img {
  float: left;
}

.featurebox h3 {
  text-align: left;
  position: relative;
  left: 20px;
}

.featurebox p {
  clear: both;
  text-align: left;
  color: #999999;
  margin-top: 20px;
  font-size: 1em;
  line-height: 1.37em;
  max-height: 6.85em;
  overflow: hidden;
}

.featurebox2 p {
  max-height: none;
}

.featurebox p a {
  color: #43c1ff;
  text-decoration: underline;
}

.sect {
  margin-top: 75px;
}

.fs-sect {
  margin-top: 40px;
}

.success-sect {
  margin-top: 40px;
}

.sect h1 {
  font-size: 2.62em;
  line-height: 1.90em;
}

.sect h3 {
  color: #bcbcbc;
  font-size: 1.25em;
  line-height: 1.4em;
}

.comparison .col-lg-2 {
  width: 12.667%;
}

.comparison h2 {
  font-size: 1.25em;
  line-height: 1.05em;
  padding: 40px 0px;
}

.how-it-works {
  margin-top: 70px;
  width: 100%;
  min-width: 100%;
  background-image: url("img/bg-hiw.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
}

.visible-lgmd {
  display: none;
}

.downl-btn {
  cursor: pointer;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.downl-btn:hover {
  box-shadow: inset 0 0 0 10px #ffc70b;
  background-color: #fff;
  background-image: none;
}

.panel-group {
  border-top: 1px solid #ddd;
}

.panel {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 0px solid #ddd;
  position: relative;
}

.panel {
  border-radius: 0 !important;
  box-shadow: none;
}

.panel-group .panel+.panel {
  margin-top: 0;
}

.panel-heading {
  padding: 0 15px;
  border-radius: 0;
  position: relative;
}

.panel-heading:hover {
  background-image: url("img/panel-hover.png");
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: cover;
}


/*.collapse{
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}*/

.panel-heading:hover a {
  color: #fff;
  text-decoration: none;
}

.panel-title {
  font-size: 1.25em;
  line-height: 3em;
  font-weight: 400;
}

.panel-title a {
  width: 100%;
  display: block;
  color: #666666;
  transition: all 0s ease 0;
  -moz-transition: all 0s ease 0;
  -o-transition: all 0s ease 0;
  -webkit-transition: all 0s ease 0;
}

.bl1 {
  background-image: url("img/bgwl-block1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
  border-right: 2px #fff solid;
  padding-top: 90px;
  clear: both;
}

.bl2 {
  background-image: url("img/bgwl-block2.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
  padding-top: 90px;
}

.bl1 h2 {
  font-size: 2.37em;
  line-height: 2.1em;
  color: #3f4811;
}

.bl1 p {
  font-size: 1.12em;
  line-height: 1.77em;
  color: #3f4811;
  padding: 0 100px 90px 100px;
}

.bl1 a {
  color: #3f4811;
  text-decoration: underline;
}

.bl2 h2 {
  font-size: 2.37em;
  line-height: 2.1em;
  color: #584401;
}

.bl2 p {
  font-size: 1.12em;
  line-height: 1.77em;
  color: #584401;
  padding: 0 100px 90px 100px;
}

.bl2 a {
  color: #3f4811;
  text-decoration: underline;
}

.gysect {
  position: relative;
}

.circle-text {
  /*width:4%;
    position: absolute;
    margin-top: 15%;
    left:48%;
    z-index: 9000;*/
  width: 100px;
  position: absolute;
  margin-top: -50px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  z-index: 9000;
  text-transform: uppercase;
}

.circle-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.circle-text div {
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: #343434;
}

.wltest {
  font-size: 1em;
  line-height: 1.87em;
}

.wlop {
  margin-left: 0;
}

.wltr {
  left: -6px;
}

.no-pad-left {
  padding-left: 0;
}

.padlr {
  padding: 0 20px;
}

.step h2 {
  color: #000;
  font-size: 1.12em;
  line-height: 4.4em;
}

.step p {
  color: #999999;
  font-size: 0.87em;
  line-height: 1.42em;
}

.trail {
  position: absolute;
  right: -8px;
  top: 33%;
}

.highimportance {
  z-index: 50;
  position: relative;
}

.drop a {
  background-color: #fff;
}

.drop a:hover,
.drop a:active,
.drop a:focus {
  background-color: #fff !important;
}

.feat-sub a {
  margin: 0;
  padding: 0;
}

.vul {
  /*list-style-image: url('img/yesbig-space.png');*/
  list-style: none;
  text-align: left;
}

.vul li {
  line-height: 1.3em;
  color: #343434;
  font-weight: 400;
  /*padding: 0px 0 18px 20px;*/
  background-image: url('img/yesbig.png');
  background-repeat: no-repeat;
  background-color: left top;
  background-size: 20px 20px;
  padding: 0px 0px 24px 35px;
  vertical-align: top;
}


/*@media only screen and (min-device-pixel-ratio: 2){*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {
  .vul li {
    background-image: url('img/yesbig@2x.png');
    background-size: 20px 20px;
  }
}

.lessmarg2 {
  margin-top: 40px;
}

.stepimg {
  width: 90%;
}

.topp {
  background-color: #51C5EC;
  position: relative;
  top: -15px;
  left: -3px;
  height: 15px;
  width: 100%;
  width: calc(100% + 6px);
}

.tablepress thead th.column-2>div {
  font-size: 1.3em;
}

.tablepress tbody .column-1 {
  color: #898989;
  font-size: 0.88em;
  text-align: right;
  padding: 15px 30px 15px 15px;
}

.scrollable {
  display: none;
}

.spazio-line {
  height: 7px;
  clear: both;
  float: left;
  width: 100%;
}

.spazio-line2 {
  height: 5px;
  clear: both;
  float: left;
  width: 100%;
}

.feature-text2 {
  padding-left: 15px;
  padding-right: 15px;
}

.featuredcol .plan-content {
  border: 4px #ff7d43 solid;
  border-top: none !important;
}

.border1 .plan-content {
  border-left: 2px rgba(0, 0, 0, 0.2) solid;
  border-bottom: 2px rgba(0, 0, 0, 0.2) solid;
}

.lt-ie9 .border1 .plan-content {
  border-left: 2px rgb(200, 200, 200) solid;
  border-bottom: 2px rgb(200, 200, 200) solid;
}

.border4 .plan-content {
  border-bottom: 2px rgba(0, 0, 0, 0.2) solid;
  border-right: 2px rgba(0, 0, 0, 0.2) solid;
}

.lt-ie9 .border4 .plan-content {
  border-bottom: 2px rgb(200, 200, 200) solid;
  border-right: 2px rgb(200, 200, 200) solid;
}

.caret {
  background-image: url('img/droparrow.png');
  background-repeat: no-repeat;
  width: 8px;
  height: 5px;
  border: none;
}

.footdr {
  margin-top: 30px;
}

.alt-text {
  display: none;
}


/*Animation Whitelabel*/

#anim-container {
  height: 800px;
  position: relative;
  margin-top: 50px;
}

#client-col {
  position: absolute;
  width: 20%;
  top: 0;
  left: 8%;
  z-index: 1000
}

#cllab {
  right: -2%;
  position: relative;
  top: 30px;
  z-index: 800;
}

#lin1 {
  right: -2%;
  position: relative;
  z-index: 700;
}

#webapp-col {
  position: absolute;
  width: 60%;
  top: 0;
  left: 50%;
  margin-left: -30%;
  z-index: 2000;
}

#mobileapp-col {
  position: absolute;
  width: 20%;
  top: 0;
  right: 8%;
  z-index: 1000;
}

#moblab {
  left: 8%;
  position: relative;
  top: 30px;
  z-index: 800;
}

#lin3 {
  left: 8%;
  position: relative;
  z-index: 700;
}

.anim-label {
  display: block;
  clear: both;
  text-align: center;
  margin: 0 auto;
  z-index: 800;
}

.animline1 {
  display: block;
  clear: both;
  text-align: center;
  margin: 0 auto;
  z-index: 700;
}

#browserweb {
  position: relative;
  top: -85px;
  z-index: 800;
}

#browserclient {
  position: relative;
  top: -70px;
  z-index: 800;
}

#browsermobile {
  position: relative;
  top: -70px;
  z-index: 800;
}

#lin4 {
  top: -115px;
  position: relative;
}

#lin5 {
  float: left;
  position: relative;
  top: -115px;
  left: 22%
}

#lin6 {
  float: left;
  position: relative;
  top: -117px;
  left: 41%
}

.upper {
  height: 600px;
}

.block {
  position: relative;
  top: -68px;
  z-index: 700;
}

.block h2 {
  font-weight: 300;
  color: #ff7d43;
  font-size: 2em;
  line-height: 2.5em;
}

.block p {
  font-size: 1em;
  font-weight: 400;
  color: #535353;
}

.topfix {
  position: relative;
  top: -7px;
}

.navbar-collapse.in {
  overflow-y: visible;
}

.left-menu a {
  transition: all 0s ease 0;
  -moz-transition: all 0s ease 0;
  -o-transition: all 0s ease 0;
  -webkit-transition: all 0s ease 0;
}

.left-menu .current-menu-item a {
  color: #999;
}

.wwu-btn a {
  line-height: 2.2em;
  padding: 0 0.4em;
  text-decoration: none;
  font-size: 1.125em;
  color: #333;
  font-weight: 400;
}

.panel-body {
  padding: 3.5%;
  font-weight: 400;
  line-height: 1.25em;
}

.right-arrow {
  display: block;
  position: absolute;
  right: 3%;
  width: 13px;
  height: 100%;
  background-image: url("img/arrow-dropdown.png");
  background-repeat: no-repeat;
  background-position: -13px center;
}

.collapsed .right-arrow {
  background-position: 0px center;
}

.why {
  margin-left: 0.3em;
}

.tablepress thead th.column-2,
.tablepress thead th.column-3,
.tablepress thead th.column-4,
.tablepress thead th.column-5,
.tablepress thead th.column-6 {
  width: 165px !important;
}

.titlebar h2.download-h2 {
  padding-bottom: 45px;
}

#timeline {
  width: 100%;
  margin-bottom: 50px;
}

.first-sect-features {
  margin-top: 75px;
}

.pros {
  border: 2px solid #bcd464;
  padding: 30px 40px;
}

.cons {
  border: 2px solid #ff9769;
  padding: 30px 40px;
}

.timeline-title {
  font-size: 1.625em;
  color: #000;
  padding: 20px 0;
  height: 90px;
}

.timeline-title img {
  margin-left: 10px;
}

.pros ul,
.cons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
}

.pros ul li,
.cons ul li {
  line-height: 2em;
  font-size: 1.25em;
  color: #585858;
  font-weight: 300;
  display: table-row;
}

.pros ul li:before {
  content: "•";
  color: #bcd464;
  padding: 0 12px 0 0;
  display: table-cell;
}

.cons ul li:before {
  content: "•";
  color: #ff9769;
  padding: 0 12px 0 0;
  display: table-cell;
}

.featured-blocks {
  margin-top: 40px;
}

.arrow-page-dropdown {
  background-image: url(img/arrow-page-dropdown.png);
  background-repeat: no-repeat;
  height: 6px;
  width: 10px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.page-template-page-templatestemplate_download-php .download-menu-button,
.page-template-page-templatestemplate_download_instructions-php .download-menu-button {
  display: none!important;
}

.sect .feattitle {
  font-size: 1.625em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  color: black;
}

.border-lateral {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.featuredcol .plan-content .pricingline p.price {
  padding-bottom: 0px;
  padding-top: 15px;
}

h4.greenlight {
  color: #bdd64a;
  font-size: 1.625em;
  line-height: 1.5em;
  margin: 45px 0 15px 0;
  font-weight: 500;
}

.nomargin-top p {
  margin-top: 0 !important;
}

h4.darkgrey-headline {
  color: #bdd64a;
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 45px 0 15px 0;
  font-weight: 500;
  color: #333333;
}

.technology_list {
  list-style: none;
  border: none!important;
  font-size: 1.125em;
  list-style-image: url(img/yes-mini.png);
  margin: 0!important;
  list-style-position: inside;
}

.technology_list>li {
  border: none!important;
  padding: 5px 0 5px 0px;
  font-weight: 400;
}

.technology_list>li>span {
  padding: 0px 0 0px 10px;
  color: #333;
}

.technology_list>li:hover {
  background: #fff none!important;
}

.greyblocks-container {
  margin-top: 50px;
}

.greyblock {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  padding: 40px;
  margin-bottom: 8px;
}

.gb1 {
  background-image: url(img/greyblock1.png);
}

.gb2 {
  background-image: url(img/greyblock2.png);
}

.gb3 {
  background-image: url(img/greyblock3.png);
}

.greyblock_headline img {
  margin-right: 15px;
}

.greyblock_headline {
  font-weight: 300;
  font-size: 1.625em;
  color: #000;
  margin-bottom: 20px;
  vertical-align: middle;
}

.greyblock_text {
  color: #999999;
  font-size: 1em;
  line-height: 1.6em;
}

.press-image img {
  width: 100%;
}

.press-element {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}

.press-thumb {
  width: 76%;
  padding-bottom: 76%;
  overflow: hidden;
  position: relative;
}

.press-thumb img {
  width: 100%;
  position: absolute;
}

.presskit-button {
  display: block;
  width: 96%;
  padding: 20% 0;
  border: 2px solid #e5e5e5;
  position: relative;
}

.presskit-button .img-cont {
  text-align: center;
  margin-bottom: 25px;
  display: block;
}

.presskit-button .text-cont {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none!important;
}

.filter_by {
  color: #bdd64a;
  font-size: 1.25em;
  line-height: 1em;
  margin: 40px 0 30px 0;
  font-weight: 400;
}

.press-list-title {
  margin-bottom: 30px;
}

.navigation {
  margin-top: 40px;
}

.navigation>ul {
  border: 0;
}

.navigation>ul>li {
  border: 1px solid #e5e5e5;
  border-left: 0px;
  float: left;
}

.navigation>ul>li:first-child {
  border-left: 1px solid #e5e5e5;
}

.navigation>ul>li:last-child {
  border-right: 0;
}

.navigation>ul>li.active {
  background: #e5e5e5!important;
}

.navigation>ul>li.active>a {
  color: #999!important;
}

.navigation>ul>li>a {
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  color: #999;
  padding: 15px 17px!important;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}

.navigation>ul>li:hover {
  background-color: #fecb31;
  background-image: none;
}

.navigation>ul>li.arrows:hover {
  background-color: #fff;
  background-image: none;
}

.navigation>ul>li:hover>a {
  color: #fff;
}

input#logout_btn {
  color: #444!important;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  padding-left: 30px;
}

input#logout_btn:hover {
  background-color: #E7E7E7;
  text-decoration: none!important;
  box-shadow: inset 1px 1px 0px rgba(117, 117, 117, 0.15);
}

.logout_btn span {
  cursor: pointer;
}

span.icon-switch {
  position: absolute;
  top: 28px;
  right: 70px;
}

@media only screen and (max-width: 991px) {
  .bizpanel.useradmin .menuint {
    background: url(../img/bg-page-grey.png);
  }
  .bizpanel .brand {
    margin-top: 5px!important;
  }
  .bizpanel .brand img {
    zoom: 0.8;
  }
}

.bizpanel.useradmin .editgroup {
  font-size: 25px;
  width: 35px;
  height: 33px;
  margin-left: 20px;
  margin-top: 8px;
}

.bizpanel.useradmin h2 {
  font-size: 1.6em;
}

.icon-prev {
  background: url(img/icon-prev.png) no-repeat center center;
  width: 7px;
  height: 11px;
  display: inline-block;
}

.icon-next {
  background: url(img/icon-next.png) no-repeat center center;
  width: 7px;
  height: 11px;
  display: inline-block;
}

.press-excerpt p {
  margin: 0;
  color: #999;
  font-size: 1em;
  line-height: 1.5em;
}

.date-language {
  color: #999;
  font-weight: 500;
  font-size: 0.875em;
}

.date-language>span:after {
  content: '·';
  padding: 0 10px;
}

.date-language>a {
  color: #999!important;
  text-decoration: underline;
}

.press-title-list {
  font-size: 1.5em;
  font-weight: 300;
  margin: 15px 0;
}

.language-tax {
  text-transform: uppercase;
}

.active-tax>a {
  color: #999;
}

h2.press-single-title {
  line-height: 1.1em;
}

h4.press-single-data {
  font-size: 1.375em;
  color: #666;
  margin: 20px 0 0 0;
}

.page-id-6 #menu-item-194 {
  display: none!important;
}

.features-top-menu>a {
  padding-right: 0!important;
}

.drop>a {
  padding-left: 0!important;
}

.more-features-hidden {
  display: none;
}

.technology-paragraph {
  margin: 40px 0 0 0;
}

.ui-accordion .ui-accordion-header:hover>a {
  color: #fff!important;
  background-image: url("img/panel-hover.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.single-faq .main ul,
.single-faq .main ul li {
  border: none !important;
  background: transparent !important;
  cursor: auto;
}

.single-faq .main ul {
  list-style-position: inside;
  list-style: disc;
  padding: inherit;
}

.single-faq .main ul li:hover {
  border: none !important;
  background: transparent !important;
}

.page-template-page-templatestemplate_fullwidth-php .main ul,
.page-template-page-templatestemplate_fullwidth-php .main ul li {
  border: none !important;
  background: transparent !important;
  cursor: auto;
}

.page-template-page-templatestemplate_fullwidth-php .main ul {
  list-style-position: inside;
  list-style: disc;
  padding: inherit;
}

.page-template-page-templatestemplate_fullwidth-php .main ul li:hover {
  border: none !important;
  background: transparent !important;
}

.pricingline input {
  margin: 0;
  padding: 0;
  width: 2em;
  outline: none;
  border: 1px #ccc solid;
}

.pricingline label {
  margin-bottom: 0px !important;
}

button.orange>a {
  color: #fff;
  text-decoration: none;
}

.page-id-1074 #download {
  display: none;
}


/* Large Devices, Wide Screens */


/*@media only screen and (max-width : 1169px) {*/

@media only screen and (max-width: 1279px) {
  body {
    font-size: 14px;
  }
  .pricingtable h2 {
    padding: 50px 0;
  }
  #chosenby {
    line-height: 4.35em;
    padding-bottom: 5px;
  }
  #chosenby img {
    margin: 0 4px;
  }
  .feature-text h2 {
    font-size: 1.5em;
    line-height: 2.12em;
  }
  .anim-mob {
    display: block;
  }
  .pr_whitelabel ul {
    line-height: 3.23em;
  }
  .df {
    font-size: 0.87em !important;
  }
  .pricingtable button {
    font-size: 0.87em !important;
  }
  .featurebox {
    float: left;
    display: block;
    height: 201px;
  }
  .featurebox2 {
    float: left;
    display: block;
    height: 231px;
  }
  .feat1 {
    background-size: cover;
  }
  .feat2 {
    background-size: cover;
  }
  .feat3 {
    background-size: cover;
  }
  .feat4 {
    background-size: cover;
  }
  .feat5 {
    background-size: cover;
  }
  .feat6 {
    background-size: cover;
  }
  .navbar-collapse {
    text-align: center;
  }
  .languages ul li a {
    font-size: 0.9em;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .navbar-toggle .icon-bar {
    height: 4px;
    width: 25px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #999999;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .nav>li>a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 1em;
    margin: 0;
  }
  .nav>li.dropdown {
    margin-top: 6px;
    /*margin-top: 16px;*/
  }
  .nav>li.drop>a {
    margin-top: 2px;
  }
  .scrollable {
    display: none;
  }
  .pr_whitelabel {
    padding: 27px 14px;
  }
  .pricingtable h2.featured {
    padding: 40px 0 60px 0;
  }
  .pr_whitelabel {
    padding-bottom: 18px;
  }
}

@media only screen and (max-height: 800px) {
  .animation-bg {
    height: 650px;
  }
  #animation h3 {
    margin-top: 0;
    line-height: 3.1em;
    font-size: 1.4em;
  }
  #animation h1 {
    font-size: 4em;
  }
  .claim {
    margin-top: 25px;
  }
  #animation button {
    margin-top: 20px;
  }
  #download-btn-hp {
    margin-top: 45px;
  }
  #animation {
    margin-top: 80px;
    height: 580px;
  }
  .page-template-page-templatestemplate_home-php header {
    height: 80px;
  }
  #Stage {
    top: -145px!important;
  }
  .page-template-page-templatestemplate_home-php .navbar-nav>li>a {
    line-height: 4.4em;
  }
  .page-template-page-templatestemplate_home-php .navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
  }
  .learn-more {
    margin-top: 10px;
  }
  .page-template-page-templatestemplate_home-php .nav>li.nav-but>a {
    line-height: 4.2em;
  }
  .page-template-page-templatestemplate_home-php .dropdown-toggle {
    margin-top: 14%;
  }
  .animation-bg {
    height: 500px;
  }
  .page-template-page-templatestemplate_home-php .navbar-brand {
    line-height: 4.25em;
  }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  .fulltab {
    width: 100%;
  }
  .bizpanel .menuint {
    padding-left: 0px!important;
  }
  .bizpanel .menuint {
    background: #333;
  }
  .menuint {
    background: transparent;
    border: 0;
    height: auto!important;
    margin-top: -20px;
  }
  .feature-text h2 {
    font-size: 1.5em;
    line-height: 2.12em;
  }
  .featuredcol {
    top: 0;
    padding-bottom: 4px;
  }
  .pricingtable h2 {
    padding: 50px 0;
  }
  .anim-mob {
    display: block;
  }
  .pr_whitelabel ul {
    line-height: 2.90em;
  }
  #chosenby {
    line-height: 4.35em
  }
  #chosenby img {
    margin: 0 4px;
  }
  .df {
    font-size: 0.87em !important;
  }
  .pricingtable button {
    font-size: 0.87em !important;
  }
  .featurebox {
    float: left;
    display: block;
    height: 201px;
  }
  .feat1 {
    background-size: cover;
  }
  .feat2 {
    background-size: cover;
  }
  .feat3 {
    background-size: cover;
  }
  .feat4 {
    background-size: cover;
  }
  .feat5 {
    background-size: cover;
  }
  .feat6 {
    background-size: cover;
  }
  .border1 {
    border-right: 2px solid #ccc;
  }
  .border2 {
    margin-bottom: 10px;
  }
  .border3 {
    border-left: 2px solid #ccc;
  }
  .border4 {
    border-left: 2px solid #ccc;
  }
  .fb1 {
    border-right: 2px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4) !important;
  }
  .fb2 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4) !important;
  }
  .fb3 {
    border-right: 2px solid rgba(255, 255, 255, 0.4) !important;
  }
  .navbar-collapse {
    text-align: center;
  }
  .feat-border {
    border: none;
  }
  .feat-grey {
    border: none;
  }
  .pricingtable h2 {
    padding: 50px 0;
    font-size: 1.5em;
  }
  .pricingtable h2.memocolumn {
    padding-top: 65px;
  }
  .pricingtable h2.featured {
    padding-bottom: 50px;
  }
  .copyright ul li a {
    line-height: 1.87em;
  }
  #download-btn-hp-down {
    left: 0;
  }
  .vat {
    font-size: 0.5em;
  }
  .featuredcol button {
    top: -20px;
  }
  .footermenu h3 {
    font-size: 1.3em
  }
  .languages ul li a {
    font-size: 0.9em;
  }
  .pricingtable .col-sm-6 {
    width: 45%;
    margin: 2.5%;
  }
  .downloadrow h2 {
    display: block;
  }
  .featured-plan {
    background: #ff9a33;
    padding-top: 0;
    position: relative;
    top: 0;
  }
  #menu {
    margin-top: 23px;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .navbar-toggle .icon-bar {
    height: 4px;
    width: 25px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #999999;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .featuredcol .plan-content {
    top: 0;
  }
  .languages ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .copyright ul li a {
    padding-left: 10px;
    padding-left: 10px;
  }
  /* Menu */
  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-left: -1px;
    margin-right: -1px;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
  }
  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
  }
  .dropdown-menu>li>a {
    color: #ccc;
  }
  .dropdown-menu>li>a:hover {
    color: #ccc;
  }
  .dropdown-menu>li>a {
    padding: 15px 20px;
    border-bottom: 1px #555 solid;
  }
  #feat-submenu {
    border-top: 1px #555 solid;
    padding-top: 0;
    padding-bottom: 0px;
    background-color: #36393b;
  }
  #feat-submenu {
    text-align: left;
  }
  #feat-submenu li a {
    background-color: #36393b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ccc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #ccc;
  }
  #langarrow2 {
    display: none;
  }
  .drop a:hover,
  .drop a:active,
  .drop a:focus {
    background-color: transparent !important;
  }
  .navbar-header {
    float: none;
    margin-top: 20px;
  }
  .navbar-collapse>ul {
    background-color: #23272b;
    margin: 0;
  }
  .drop a {
    background-color: #23272b;
  }
  .navbar-nav.navbar-right {
    margin-right: 0px!important;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:hover,
  .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
  }
  /*.navbar-collapse.collapse {display: none !important;}*/
  .navbar-nav {
    float: none !important;
    margin: 0px -15px;
  }
  /*.navbar-collapse.in {display: block !important;}*/
  .navbar-nav>li>a {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
  }
  .navbar-default .navbar-nav>li>a {
    text-align: left;
  }
  .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
  }
  .navbar-brand {
    line-height: 0;
  }
  .largemob {
    width: 50%;
    float: left !important;
    padding: 10px 0 10px 15px;
  }
  .largemob button {
    width: 100%;
  }
  .secondbt {
    float: left;
    padding-left: 0;
    padding-right: 15px;
  }
  .dropdown {
    display: none !important;
  }
  .drop.dropdown {
    display: block !important;
  }
  /* .login{background-color: transparent;color: #fff;border:2px solid #484b4e !important;}
    .login:hover{color: #fff;}  */
  .featured-plan {
    background: #ff9a33;
    padding-top: 0;
    position: relative;
    top: 0;
  }
  .main ul li a {
    font-size: 1em;
    padding: 0 15px;
  }
  .scrollable {
    display: none;
  }
  .pr_whitelabel {
    padding-bottom: 54px;
  }
  .languages ul {
    display: none;
  }
  .languages ul li a {
    padding: 20px;
  }
  .languages .dropdown {
    display: block !important;
  }
  .languages .dropdown ul li:after {
    content: "";
  }
  .languages .dropdown ul li a {
    line-height: 1em;
    border-bottom: 1px #ccc solid;
  }
  .footdrsub {
    left: 38%;
    top: 54px;
  }
  #langarrow {
    right: 70px;
  }
  .copyright {
    margin-top: 40px;
  }
  .n-text {
    display: none;
  }
  .alt-text {
    display: block;
  }
  .animation-bg {
    height: 100%;
  }
  .pricing-bg {
    height: 230px;
  }
  .timeline-title-sync {
    margin-top: 40px;
  }
  .border-lateral {
    border-left: none;
    border-right: none;
  }
  #animation h3 {
    line-height: 1.4em;
    margin-top: 38px;
  }
  #animation {
    margin-top: 100px;
  }
  header {
    height: 100px;
  }
  .more-features-hidden {
    display: block;
  }
  .arrow-page-dropdown {
    display: none;
  }
  .drop>a {
    padding-left: 18px!important;
  }
  #langarrow {
    display: none!important;
  }
  .page-template-page-templatestemplate_home-php header {
    height: 100px;
  }
  #animation {
    height: auto !important;
  }
}

span.titleadmin {
  float: left;
  padding: 20px;
  font-size: 25px;
  color: #84B6DF;
}


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  .fulltab {
    width: 100%;
  }
  .anim-mob {
    display: block;
  }
  .featuredcol {
    top: 0;
    padding-bottom: 4px;
  }
  .pr_whitelabel ul {
    line-height: 2.90em;
  }
  .df {
    font-size: 1.12em !important;
  }
  .featurebox {
    float: left;
    display: block;
  }
  .feat1 {
    background-size: cover;
  }
  .feat2 {
    background-size: cover;
  }
  .feat3 {
    background-size: cover;
  }
  .feat4 {
    background-size: cover;
  }
  .feat5 {
    background-size: cover;
  }
  .feat6 {
    background-size: cover;
  }
  .border1 {
    border-right: 2px solid #ccc;
  }
  .border2 {
    margin-bottom: 10px;
  }
  .border3 {
    border-left: 2px solid #ccc;
  }
  .border4 {
    border-left: 2px solid #ccc;
  }
  .fb1 {
    border-right: 2px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4) !important;
  }
  .fb2 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4) !important;
  }
  .fb3 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4) !important;
  }
  .stepimg {
    width: auto;
  }
  .feat-border {
    border: none;
  }
  .feat-grey {
    border: none;
  }
  .languages ul {
    display: none;
  }
  .languages .dropdown {
    display: block !important;
  }
  .languages .dropdown ul li:after {
    content: "";
  }
  .languages .dropdown ul li a {
    line-height: 1em;
    border-bottom: 1px #ccc solid;
  }
  .footdrsub {
    left: 38%;
    top: 55px;
  }
  .copyright {
    margin-top: 40px;
  }
  .pricingtable h2 {
    padding: 50px 0;
    font-size: 1.5em;
  }
  .pricingtable h2.memocolumn {
    padding-top: 65px;
  }
  .copyright ul li a {
    line-height: 1.87em;
  }
  #download-btn-hp-down {
    left: 0;
  }
  .featurebox {
    margin-bottom: 7px;
    height: auto;
    width: 100%;
  }
  .vat {
    font-size: 0.5em;
  }
  .featuredcol button {
    top: -20px;
  }
  .footermenu h3 {
    font-size: 1.3em
  }
  .pricingtable .col-sm-6 {
    width: 45%;
    margin: 2.5%;
  }
  #chosenby {
    line-height: 6.4em;
  }
  .t_face {
    position: relative;
    width: auto;
    max-width: auto;
    position: relative;
    top: 50px;
    z-index: 9000;
    margin-bottom: 20px;
  }
  .downloadrow h2 {
    display: block;
  }
  .opinion {
    margin-left: 0;
  }
  .nomob {
    display: none;
  }
  .featured-plan {
    background: #ff9a33;
    padding-top: 0;
    position: relative;
    top: 0;
  }
  #menu {
    margin-top: 23px;
  }
  .pricingtable .col-xs-12 {
    width: 95%;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .navbar-toggle .icon-bar {
    height: 4px;
    width: 25px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #999999;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .featuredcol .plan-content {
    top: 0;
  }
  .languages ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .copyright ul li a {
    padding-left: 10px;
    padding-left: 10px;
  }
  #menu {
    margin-top: 23px;
  }
  /* Menu */
  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-left: -1px;
    margin-right: -1px;
    padding: 0
  }
  .drop a:hover,
  .drop a:active,
  .drop a:focus {
    background-color: transparent !important;
  }
  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
  }
  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:hover,
  .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
  }
  .dropdown-menu>li>a {
    color: #ccc;
  }
  .dropdown-menu>li>a:hover {
    color: #ccc;
  }
  .dropdown-menu>li>a {
    padding: 15px 20px;
    border-bottom: 1px #555 solid;
  }
  #feat-submenu {
    border-top: 1px #555 solid;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #36393b;
  }
  #feat-submenu {
    text-align: left;
  }
  #feat-submenu li a {
    background-color: #36393b;
  }
  .navbar-header {
    float: none;
    margin-top: 20px;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse>ul {
    background-color: #23272b;
    margin: 0;
  }
  .drop a {
    background-color: #23272b;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /*.navbar-collapse.collapse {display: none !important;}*/
  .navbar-nav {
    float: none !important;
    margin: 0px -15px;
    background: #333;
  }
  /*.navbar-collapse.in {display: block !important;}*/
  .navbar-nav>li>a {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
  }
  .navbar-default .navbar-nav>li>a {
    color: #fff;
    text-align: left;
    margin-left: 15px;
  }
  .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ccc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #ccc;
  }
  .navbar-default .navbar-nav>li {
    border-bottom: 1px #555 solid;
  }
  .navbar-brand {
    line-height: 0;
  }
  .navbar-nav>li>a {
    line-height: 2em;
    font-size: 1.5em;
  }
  .largemob {
    width: 50%;
    float: left !important;
    padding: 10px 0 10px 15px;
  }
  .largemob button {
    width: 100%;
  }
  .secondbt {
    float: left;
    padding-left: 0;
    padding-right: 15px;
  }
  .dropdown {
    display: none !important;
  }
  .drop.dropdown {
    display: block !important;
  }
  /*    .login{background-color: transparent;color: #fff;border:2px solid #484b4e !important;}
    .login:hover{color: #fff;}  */
  .featured-plan {
    background: #ff9a33;
    padding-top: 0;
    position: relative;
    top: 0;
  }
  .main ul li a {
    font-size: 1em;
    padding: 0 15px;
  }
  .left-menu {
    margin-bottom: 40px;
  }
  .scrollable {
    display: none;
  }
  .titlebar-big {
    background-size: contain;
  }
  .featuredcol .plan-content {
    background-color: #fff;
  }
  .border4 {
    background-color: #fff;
  }
  .pr_whitelabel {
    padding-bottom: 54px;
  }
  .step {
    margin-bottom: 5%;
  }
  .languages ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footdrsub {
    margin-bottom: 5%!important;
    left: 25%;
    width: 50%;
  }
  .footdrsub>li>a {
    text-align: center;
  }
  .footdrsub #langarrow {
    left: 50%!important;
    margin-left: -7px;
  }
  .block {
    margin-bottom: 40px;
  }
  .bl1,
  .bl2 {
    border: none;
  }
  .languages ul li:after {
    margin: 0 0px;
  }
  .n-text {
    display: none;
  }
  .alt-text {
    display: block;
  }
  .pricing-bg {
    height: 230px;
  }
  .timeline-title-sync {
    margin-top: 40px;
  }
  #animation h3 {
    line-height: 1.2em;
    margin-top: 38px;
  }
  .press-list-title {
    margin-top: 40px;
  }
  .press-image {
    display: none;
  }
  h2.press-single-title {
    margin-top: 40px;
  }
  #langarrow {
    display: none!important;
  }
  .more-features-hidden {
    display: block;
  }
  .arrow-page-dropdown {
    display: none;
  }
  .drop>a {
    padding-left: 18px!important;
  }
  /* 1-07-2014 */
  .footermenu .col-xs-6:nth-child(2n+1) {
    clear: both;
  }
  .titlebar-big h1.title-pricing {
    font-size: 2em;
  }
  .titlebar-big h2.subtitle-pricing {
    font-size: 1.4em;
  }
  .single-faq .main h2 {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .ui-accordion .ui-accordion-header>a {
    font-size: 1em !important;
    line-height: 1.5em !important;
    padding: 1em 1.5em !important;
  }
}

@media only screen and (max-width:1045px) {
  .useradmin .modal-window-content td {
    display: table-cell;
    padding-left: 8px;
    background: 0;
    white-space: nowrap
  }
  .useradmin .modal-window-content tr {
    display: table-row;
    border-bottom: 1px solid #666!important;
    background: 0
  }
}


/* user admin page */

@media only screen and (max-width: 760px) {
  .useradmin .page-pro .logo {
    float: none!important;
    margin: 0 auto!important;
    padding: 0!important;
  }
  .useradmin .footer a {
    display: block;
    text-align: left;
    border-left: none!important;
    margin-left: -30px;
  }
  .useradmin .btn-blue,
  .useradmin .btn-green {
    width: 100%!important;
  }
  .useradmin .info-plan {
    float: left;
  }
  .useradmin .headint {
    background: #f4f4f4;
  }
  .useradmin header.headint.headroom--pinned.headroom--top {
    position: fixed;
  }
  .useradmin .tableuser,
  .useradmin.legacydirect .welcomeuser {
    margin-top: 100px!important;
  }
  .useradmin.bizpanel h2 {
    margin-bottom: 0!important;
  }
  .useradmin #show_for_ll {
    font-size: 13px;
    margin-bottom: -10px;
  }
  .useradmin .footer {
    height: auto!important;
    position: relative!important;
  }
  .useradmin #adduser {
    padding: 5px 10px;
  }
  /* .useradmin a.jdelete.admin-action {
    background: #F75050;
    padding: 2px;
    color: #fff;
  } */
  #wlusers tr td:last-child {
    text-align: right;
  }
  #wlusers tr td a {
    float: none
  }
  .useradmin.legacydirect a.jdelete.admin-action {
    background: #64b1dc;
    padding: 6px 0px 12px 15px;
  }
  .useradmin .label-trashcan {
    font-size: 13px;
    padding: 8px;
    margin-left: 10px;
  }
  #wlusers tr td a.admin-action [class^="icon-"],
  #wlusers tr td a.admin-action [class*=" icon-"] {
    width: auto;
    height: auto
  }
  .add-user-icon:before {
    content: "\e626";
  }
  /* Force table to not be like tables anymore */
  .useradmin table,
  .useradmin thead,
  .useradmin tbody,
  .useradmin th,
  .useradmin td,
  .useradmin tr {
    display: block;
  }
  .useradmin .modal-window-content table {
    display: table
  }
  .useradmin .modal-window-content thead {
    display: table-header-group;
  }
  .useradmin .modal-window-content tbody {
    display: table-row-group;
  }
  .useradmin .modal-window-content th {
    display: table-cell;
    white-space: nowrap
  }
  .useradmin .modal-window-content td {
    display: table-cell;
    padding-left: 8px;
    background: 0;
    white-space: nowrap
  }
  .useradmin .modal-window-content tr {
    display: table-row;
    border-bottom: 1px solid #666!important;
    background: 0 !important
  }
  .useradmin .modal-window-content .table.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .useradmin .modal-window-content .table.table-responsive .table-view-top {
    box-shadow: none;
    border: 0 !important;
    background-color: #F7F7F7 !important;
  }
  .useradmin .modal-window-content .table-view td {
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f3f3f3;
    font-size: 1em;
    text-align: left;
    background: 0!important;
    color: #707070;
  }
  .useradmin tr td:first-child {
    background-color: #84b4e2!important;
    color: #fff;
  }
  .useradmin.legacydirect tr td:first-child {
    background-color: #848484!important;
  }
  .useradmin.legacydirect .brand img {
    margin-top: 10px;
  }
  .useradmin tr {
    border: none!important;
    border-bottom: 20px solid #fff!important;
    background-color: #f5f5f5!important;
  }
  .useradmin table.dataTable.row-border tbody th,
  .useradmin table.dataTable.row-border tbody td,
  .useradmin table.dataTable.display tbody th,
  .useradmin table.dataTable.display tbody td {
    border-top: none;
  }
  .useradmin table.dataTable.no-footer {
    border-bottom: none;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .useradmin thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .useradmin tr {
    border: 1px solid #ccc;
  }
  .useradmin td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
  }
  .useradmin td:last-child {
    border-bottom: 1px solid #ccc;
  }
  .useradmin td:before {
    /* Now like a table header */
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  .useradmin .admin-action {
    /* position: absolute;
    top: -69px;
    right: -14px; */
    float: none !important
  }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 479px) {
  #Stage,
  .bizpanel.useradmin .dataTables_filter label {
    display: none;
  }
  span.titleadmin {
    position: absolute;
    font-size: 18px;
    top: 56px;
    color: #84B6DF;
    padding: 0;
    left: 60px;
  }
  .gshare .footer,
  .share15 .footer {
    position: relative!important;
    height: 40px!important;
    margin-top: 120px;
  }
  .titlebar-big {
    background-size: cover;
  }
  .border1 {
    border-left: none;
    border-bottom: none;
    border-right: 2px #ccc solid;
  }
  .border3 {
    border-right: 2px #ccc solid;
    border-bottom: 2px #ccc solid;
    border-left: 2px #ccc solid;
  }
  .border4 {
    border-right: none;
    border-bottom: none;
    border-left: 2px #ccc solid;
  }
  .nomob {
    display: none;
  }
  #download-btn-hp-down {
    display: inline;
    position: relative;
    top: -5px;
    left: 0;
  }
  .opinion {
    margin-left: 0;
  }
  .feat1 {
    background-size: cover;
  }
  .feat2 {
    background-size: cover;
  }
  .feat3 {
    background-size: cover;
  }
  .feat4 {
    background-size: cover;
  }
  .feat5 {
    background-size: cover;
  }
  .feat6 {
    background-size: cover;
  }
  .comparison .col-lg-2 {
    width: 100% !important;
  }
  .anim-mob {
    display: block;
  }
  .stepimg {
    width: auto;
  }
  .feat-border {
    border-bottom: 2px rgba(255, 255, 255, 0.4) solid !important;
  }
  .pricingtable h2 {
    padding: 30px 0;
    font-size: 1.56em;
  }
  .copyright ul li a {
    line-height: 1.87em;
  }
  .container.centered.pricingtable div {
    margin-bottom: 0;
  }
  .featuredcol {
    padding-bottom: 0;
    top: 0;
  }
  .left-menu {
    margin-bottom: 40px;
  }
  .featurebox {
    margin-bottom: 7px;
    height: auto;
    width: 100%;
  }
  .fb1 {
    border-right: none !important;
  }
  .fb3 {
    border-right: none !important;
  }
  .testimonial {
    text-align: center;
  }
  .t_face {
    position: relative;
    width: auto;
    max-width: auto;
    position: relative;
    top: 50px;
    z-index: 9000;
    margin-bottom: 20px;
  }
  .pricingtable {
    margin-top: 40px;
  }
  .pricingtable .col-xs-12 {
    width: 95%;
  }
  .featured-plan {
    background: #ff9a33;
    padding-top: 0;
    position: relative;
    top: 0;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .navbar-toggle .icon-bar {
    height: 4px;
    width: 25px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #999999;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:hover,
  .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
  }
  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
  }
  #feat-submenu {
    text-align: left;
    border-top: 1px #555 solid;
    padding-top: 0;
    padding-bottom: 0;
  }
  #feat-submenu li a {
    background-color: #36393b;
  }
  #animation h1 {
    font-size: 1.75em;
    font-weight: 400;
  }
  #animation h3 {
    font-size: 1em;
    line-height: 1.7em;
    margin-top: 10px;
    font-weight: 400;
  }
  #download-btn-hp {
    margin-top: 35px;
  }
  .claim {
    margin-top: 40px;
  }
  #animation {
    height: 300px;
  }
  #main-features {
    margin-top: 0;
  }
  #main-features h1 {
    margin-top: 40px;
    font-size: 2em;
  }
  .feature-text {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  #pricing {
    margin-top: 40px;
  }
  #pricing h1 {
    font-size: 2em;
  }
  #pricing h3 {
    line-height: 1.8em;
  }
  .dur1 {
    display: none;
  }
  .wl1 {
    display: none;
  }
  .wl2 {
    display: none;
  }
  #testimonials {
    margin-top: 40px;
  }
  #testimonials h1 {
    font-size: 2em;
  }
  .testimonial {
    margin-top: 30px;
  }
  .op_person {
    line-height: 1.5em;
    font-weight: 300;
  }
  .downloadrow {
    margin-top: 40px;
  }
  .downloadrow h2 {
    font-size: 1.5em;
  }
  .cta {
    margin-top: 30px;
  }
  .cwu {
    font-size: 1.15em !important;
  }
  .languages ul {
    display: none;
  }
  .languages ul li a {
    padding: 20px;
  }
  .languages .dropdown ul li a {
    padding: 10px;
  }
  .footdrsub {
    left: 15%;
    top: 55px;
  }
  .huge {
    padding: 0 10px;
  }
  .copyright {
    margin-top: 40px;
  }
  .copyright ul {
    padding: 0;
  }
  #menu {
    margin-top: 23px;
  }
  .navbar-brand {
    line-height: 0;
  }
  .drop a {
    background-color: #23272b;
  }
  .drop a:hover,
  .drop a:active,
  .drop a:focus {
    background-color: transparent !important;
  }
  .navbar-nav>li>a {
    line-height: 2.8em;
    color: #fff;
  }
  .dropdown-menu>li>a {
    padding: 15px 20px;
    border-bottom: 1px #555 solid;
  }
  #feat-submenu {
    padding-top: 0;
  }
  .dropdown-menu>li>a {
    color: #ccc;
  }
  .dropdown-menu>li>a:hover {
    color: #ccc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ccc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #ccc;
  }
  .navbar-default .navbar-nav>li>a {
    color: #fff;
    text-align: left;
  }
  .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
  }
  .navbar-default .navbar-nav>li {
    border-bottom: 1px #393d41 solid;
  }
  .navbar-header {
    margin-top: 20px;
  }
  .navbar-collapse>ul {
    background-color: #23272b;
    margin: 0;
  }
  .largemob {
    width: 50%;
    float: left !important;
    padding: 10px 0 10px 15px;
  }
  .largemob button {
    width: 100%;
  }
  .secondbt {
    float: left;
  }
  .dropdown {
    display: none !important;
  }
  .languages .dropdown {
    display: block !important;
  }
  .languages .dropdown ul li:after {
    content: "";
  }
  .languages .dropdown ul li a {
    line-height: 1em;
    border-bottom: 1px #ccc solid;
  }
  .drop.dropdown {
    display: block !important;
  }
  .login {
    background-color: transparent;
    color: #fff;
    border: 2px solid #484b4e !important;
  }
  .login:hover {
    color: #fff;
  }
  .secondbt {
    padding-left: 0;
    padding-right: 15px;
  }
  .panel-title {
    font-size: 1.2em;
    line-height: 2.2em;
  }
  .bigcol {
    width: 38% !important;
    position: absolute;
    left: 0;
    top: 0;
  }
  .fix-container {
    width: 100%;
    margin-left: 37%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .col-container {
    position: relative;
  }
  .pricingtable {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
  }
  .pricingtable h2.memocolumn {
    padding-top: 30px;
  }
  .comparison .col-lg-2 {
    width: auto !important;
    float: left;
  }
  .clearfix-smartphones {
    clear: both;
  }
  .topp {
    display: none;
  }
  .scrollable {
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
  }
  .pinned {
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    width: 35%;
  }
  .tablepress thead th.column-2 div {
    margin-top: 0 !important;
  }
  .titlebar-big {
    background-size: cover;
  }
  .titlebar-big h1 {
    margin-top: 40px;
  }
  .featuredcol .plan-content {
    background-color: #fff;
  }
  .border4 {
    background-color: #fff;
  }
  .listpr {
    margin-top: 30px;
  }
  .bl1 p {
    padding: 20px;
  }
  .bl2 p {
    padding: 20px;
  }
  .bl1,
  .bl2 {
    padding-bottom: 90px;
    border: none;
  }
  .bl1 h2,
  .bl2 h2 {
    line-height: 1.3em;
  }
  .bl2 {
    margin-top: 10px;
  }
  .userguide h3 {
    line-height: 1.5em;
  }
  .step {
    margin-bottom: 5%;
  }
  .footdrsub {
    margin-bottom: 5%!important;
    left: 25%;
    width: 50%;
    text-align: center;
  }
  .footdrsub>li>a {
    text-align: center;
  }
  .footdrsub #langarrow {
    left: 50%!important;
    margin-left: -7px;
  }
  .block {
    margin-bottom: 40px;
  }
  .circle-text {
    margin-top: -75px;
  }
  .block h2 {
    line-height: 1.3em;
    padding-bottom: 15px;
  }
  .languages ul li:after {
    margin: 0 0px;
  }
  .n-text {
    display: none;
  }
  .alt-text {
    display: block;
  }
  .border1 .alt-text {
    display: none;
  }
  .pricing-bg {
    height: 230px;
  }
  .timeline-title-sync {
    margin-top: 40px;
  }
  .press-list-title {
    margin-top: 40px;
  }
  .press-image {
    display: none;
  }
  h2.press-single-title {
    margin-top: 40px;
  }
  #download-btn-hp,
  #download-btn-hp-down {
    font-size: 1.2em;
  }
}


/* common */

.pannello_info_share2.row {
  border-top: 1px solid #f3f3f3;
}

.pannello_info_share2.last.row {
  border-top: 2px solid #ddd;
}

.blubg {
  background: url(../img/bganim.png);
}

.invite .show {
  cursor: pointer;
  padding: 20px;
  font-size: 20px;
}

.greenbg {
  background: url(../img/bgfeatures.png);
}

.bigpopup {
  width: 80%;
}

.invite .greenbg {
  background-size: cover;
}

.greybg {
  background: url(../img/bg-page-grey.png);
}

.white {
  color: white!important;
}

.invite section {
  padding: 20px 0;
}

.fixed {
  position: fixed;
}

.headint {
  min-height: 80px;
  background: #fff;
  z-index: 10;
}

.invite h1 {
  font-size: 3.4em;
  margin-top: 30px;
  line-height: 1.3em;
}

.gshare .footer,
.share15 .footer,
.useradmin .footer,
.bizpanel .footer {
  position: fixed;
  bottom: 0;
  background: #23272b;
  width: 100%;
  height: 35px;
  padding: 10px 0;
  color: #fff;
}

.useradmin .footer,
.bizpanel .footer {
  padding: 7px 0;
}

.useradmin .wrapper {
  min-height: 100%;
  position: relative;
}

.useradmin .footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

.bizpanel .footer a:hover,
.gshare .footer a:hover,
.share15 .footer a:hover,
.useradmin .footer a,
.useradmin .footer a:hover {
  color: #fff;
}

.share15 p {
  margin: 0;
}

.share15 .footer a {
  color: #84B6DF;
}

.edit-user-hover {
  margin: 0 auto;
  overflow: hidden;
}

#labelcompanyname {
  border-bottom: 1px solid #fff;
}

.bizpanel .brand img,
.gshare .brand img {
  max-width: 175px;
  max-height: 80px;
}

.page-pro header {
  padding-bottom: 0!important;
}

.page-pro .logo {
  padding-bottom: 20px!important;
}

.retina.logo img {
  max-width: 203px;
}

.psw_changed {
  font-weight: bold;
  margin-left: 20px;
  color: #333!important;
}

.edit-user-hover {
  margin: 0 auto;
  overflow: hidden;
  float: left;
}

body.gshare.Touro.Cloud.Backup .logo img {
  width: 130px;
}

.bizpanel {
  text-align: left;
}

.invite .blubg {
  background: url(/assets/img/bganim.png);
  background-size: 100% 77%;
  background-repeat: no-repeat;
}

.pad {
  padding: 20px;
}

.invoice-head tr td:first-child {
  text-align: right;
}


/* invite */

.invite textarea {
  margin-bottom: 20px;
}

.buy {
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 19px;
  color: #fff!important;
  height: 50px;
  border: 0;
}

.invite .brand img {
  max-height: 50px;
}

.memopal .gift {
  margin-top: 85px;
}

.invite h2 {
  font-size: 34px;
  font-weight: normal;
  color: #fff;
  margin: 10px 0 30px;
}

.social-invite h2 {
  color: #333!important;
}


/* bottoni */

.btn {
  outline: 0!important;
}

.btn-default:hover {
  background-color: transparent;
  border-color: #999999;
  color: #7e8081;
}

.bizpanel.useradmin #modal-window form {
  /*  padding: 4% 2%;*/
  color: #333;
}

.modal-window-content input {
  margin: 0 0 10px;
}

.bizpanel.useradmin .dataTables_filter label {
  float: left;
  margin-top: 10px;
}

.bizpanel.useradmin .adduser-group {
  width: 50%;
  padding-right: 15px!important;
}

.adduserpro .modal-window-content input {
  width: 100%;
}

a.paginate_button:hover {
  background-color: #fecb31!important;
}

#modal-window,
.bizpanel.useradmin .jqmWindow {
  padding: 20px;
  position: fixed;
  top: 50%;
  margin-left: 0;
  left: 50%;
  z-index: 1000000;
  background-color: white;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  display: none;
}

.bizpanel.useradmin #wlusers_filter {
  margin-left: 16px;
  float: left;
  width: 100%;
}

.bizpanel.useradmin .jqmWindow {
  padding: 10px 20px 20px!important;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.progress .blue.red {
  background: #ffe177;
}

.bizpanel.useradmin .bg-danger {
  margin-bottom: 20px;
  padding: 5px 10px 0 20px;
  border: 1px solid red;
}

.bizpanel.useradmin .bg-info,
.bizpanel.useradmin .bg-success {
  margin-bottom: 20px;
  padding: 5px 10px 0 20px;
  border: 1px solid #295E8B;
  font-weight: normal;
}

.bizpanel.useradmin.page-pro .bg-success {
  border: 1px solid green;
  font-weight: normal;
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.bizpanel.useradmin .bg-success {
  border: 1px solid green;
  font-weight: normal;
}

.bizpanel.useradmin .bg-success.psw_changed {
  margin-left: 0!important;
}

.bizpanel.useradmin .jqmWindow h1 {
  margin: 5px 0 0;
  min-height: 50px;
  padding: 0;
  font-size: 1.3em;
}

.modal-window-content input {
  width: 70%;
}

.useradmin .dataTables_wrapper {
  float: left;
  width: 100%;
}

.useradmin .invite-link {
  width: 100%;
}

.nomar {
  cursor: pointer;
}

.useradmin #activity-window .modal-window-content {
  max-height: 400px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: visible;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -11%;
}

.useradmin #slider-range-min {
  width: 57.5%;
  float: right;
  margin: 2% 13% 0 4%;
  margin-top: 20px;
}

.useradmin #amount {
  color: #f6931f;
  font-weight: bold;
  text-align: right;
  float: right;
  border: none;
  margin: 0px 10px 10px 10px;
}

.useradmin .jqmWindow h3 {
  font-size: 1.2em;
  margin-top: 10px;
  color: #ff7d43;
}

.useradmin .jqmWindow label {
  width: 26%;
  margin: 5px 2% 10px 0;
}

.ui-slider-handle {
  width: 80px!important;
  padding: 3px;
  height: 25px!important;
  text-align: center;
}

.useradmin .form-group {
  clear: left;
  margin: 30px 0;
}

.useradmin .editll .form-group {
  clear: both;
  border-bottom: 1px solid #f4f4f4;
  margin: 3px 0;
  float: left;
  width: 100%;
}

.editgroup-ll .form-group select {
  width: 72%;
  background: #fff;
  border: solid 1px #ccc;
  padding: 6px 8px;
}

.editgroup-ll .form-group select:hover {
  border: solid 1px #ccc;
}

.useradmin .active {
  font-weight: bold;
  text-decoration: none!important;
}

.bluetag {
  background: #295E8B;
  color: #fff;
  font-size: 14px;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 4px 6px;
  width: 78%;
  font-size: 16px;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #eee;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  font-size: 14px;
  font-weight: normal;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.nomar {
  margin: 0!important;
}

.nopad {
  padding: 0!important;
}

.range {
  display: table;
  position: relative;
  height: 25px;
  margin-top: 20px;
  cursor: pointer;
}

.range input[type="range"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  display: table-cell;
  width: 100%;
  background-color: transparent;
  height: 25px;
  cursor: pointer;
}

.range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  width: 11px;
  height: 25px;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  background-color: rgb(153, 153, 153);
}

.range input[type="range"]::-moz-slider-thumb {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  width: 11px;
  height: 25px;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
  background-color: rgb(153, 153, 153);
}

.range output {
  display: table-cell;
  padding: 3px 5px 2px;
  min-width: 40px;
  color: rgb(255, 255, 255);
  background-color: rgb(153, 153, 153);
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

.range input[type="range"] {
  position: absolute;
  margin-top: -43px;
  border: 0;
}


/*body.page-pro.useradmin table#example tr:first-child td {
  background:rgba(255, 87, 0, 0.1);
}*/

.useradmin .modal-window-content label span {
  margin-top: 10px;
  display: block;
  color: #8E8E8E;
}

.useradmin .modal-window-content input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 5px 0;
  vertical-align: top;
  display: inline-block;
}

.useradmin .example-pro,
.useradmin .example-ll {
  text-decoration: underline;
  cursor: pointer;
  margin: 10px;
  float: left;
}

.bizpanel.useradmin .jqmWindow input.btn-blue,
.bizpanel.useradmin .jqmWindow input.btn-red,
.bizpanel.useradmin .jqmWindow input.btn-green,
.bizpanel.useradmin .jqmWindow input.btn-white {
  width: 150px;
}

.infospace2 {
  position: relative;
  margin-top: 10px;
  bottom: 0;
  padding: 1% 2% 0;
  width: auto;
  line-height: 20px;
  color: #666;
  font-size: 0.9em;
}

.useradmin .progress {
  height: 20px;
  margin-top: 7px;
  border-radius: 4px;
  margin-bottom: 0;
}

.useradmin select:hover {
  border: none;
}

.bizpanel span.icon-switch,
.useradmin span.icon-switch {
  position: relative;
  margin-top: 2px;
  top: initial;
  right: initial;
  margin-right: 5px;
}

.useradmin .modal-window-content input {
  width: 72%;
}

input#assign_new_space {
  width: 80px;
}

.bizpanel .footer a,
.useradmin .footer a,
.useradmin .footer a:hover {
  color: #fff;
  border-left: 1px solid #444;
  padding: 5px 10px;
}

.info-plan a {
  color: #41bcff;
}

.useradmin .info-plan {
  margin: 10px 0;
  font-size: 17px;
  text-align: center;
}

.useradmin .headint a#upgrade {
  margin: 0;
  font-size: 12px;
  padding: 5px 10px;
}

.useradmin .reseller-plan {
  line-height: 25px;
  margin: 25px 0 0;
}

.useradmin .info-plan span {
  color: #ccc;
  font-size: 13px;
  text-align: center;
}

.useradmin .reseller-plan span {
  font-size: 18px!important;
}

.useradmin #accountSpace {
  margin: 5px 0 0;
  display: block;
  clear: left;
}

.useradmin .labelperc {
    padding-top: 2px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 14px;
}

.user-number {
  padding-top: 10px;
}

a.paginate_button,
.ellipsis {
  border: 1px solid #e5e5e5!important;
  border-left: 0px;
  /* float: left; */
  margin: 0!important;
}

.ellipsis {
  padding: 0.4em 1em 0.45em 1em!important;
}

.admin-action {
  font-size: 24px;
  display: inline-block;
  margin: 0 15px 0 5px;
}

.headint .btn,
.bizpanel .typeaccount {
  margin: 20px 0px 10px 20px;
}

.bizpanel .useradmin table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px 10px !important;
  vertical-align: middle;
}

.orange {
  background: #ff9a33;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ff9a33 0%, #ff7d43 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9a33), color-stop(100%, #ff7d43));
  background: -webkit-linear-gradient(top, #ff9a33 0%, #ff7d43 100%);
  background: -o-linear-gradient(top, #ff9a33 0%, #ff7d43 100%);
  background: -ms-linear-gradient(top, #ff9a33 0%, #ff7d43 100%);
  background: linear-gradient(to bottom, #ff9a33 0%, #ff7d43 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a33', endColorstr='#ff7d43', GradientType=0);
  border: none;
  color: #fff !important;
}

.bluebtn,
.invia2 {
  background: #ff9a33;
  padding: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #428bca 0%, #3072AA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #428bca), color-stop(100%, #3072AA));
  background: -webkit-linear-gradient(top, #428bca 0%, #3072AA 100%);
  background: -o-linear-gradient(top, #428bca 0%, #3072AA 100%);
  background: -ms-linear-gradient(top, #428bca 0%, #3072AA 100%);
  background: linear-gradient(to bottom, #428bca 0%, #3072AA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#428bca', endColorstr='#84B6DF', GradientType=0);
  border: none;
  color: #fff !important;
}

.bluebtn:hover,
.invia2:hover {
  background: #ff9a33;
  padding-top: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #3072AA 0%, #295E8B 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3072AA), color-stop(100%, #295E8B));
  background: -webkit-linear-gradient(top, #3072AA 0%, #295E8B 100%);
  background: -o-linear-gradient(top, #3072AA 0%, #295E8B 100%);
  background: -ms-linear-gradient(top, #3072AA 0%, #295E8B 100%);
  background: linear-gradient(to bottom, #3072AA 0%, #295E8B 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#428bca', endColorstr='#84B6DF', GradientType=0);
  border: none;
  color: #fff !important;
}

.orange:hover {
  color: #fff;
  background: #ff8a34;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ff8a34 0%, #ff6d42 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8a34), color-stop(100%, #ff6d42));
  background: -webkit-linear-gradient(top, #ff8a34 0%, #ff6d42 100%);
  background: -o-linear-gradient(top, #ff8a34 0%, #ff6d42 100%);
  background: -ms-linear-gradient(top, #ff8a34 0%, #ff6d42 100%);
  background: linear-gradient(to bottom, #ff8a34 0%, #ff6d42 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a34', endColorstr='#ff6d42', GradientType=0);
}

.internal p {
  font-size: 1em;
  line-height: 1.62em;
  padding: 10px 0 20px;
  margin: 0;
  overflow: hidden;
}

.mar-top-40 {
  margin-top: 40px;
}

.mar-bot-40 {
  margin-bottom: 40px;
}

.invita.btn {
  width: 100%;
  float: left;
  clear: both;
}


/* admin */

.list2 {
  line-height: 40px;
}

.bizpanel table {
  border: 1px solid #f3f3f3;
}

.bizpanel.modify table {
  border: none;
}

input#iscompany {
  width: 3%!important;
}

.more-info-tip {
  width: auto;
  position: absolute;
  float: left;
  background: #fff;
  height: auto;
  margin-left: 12%;
  margin-top: -2.8%;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
  padding: 10px 18px;
  border-radius: 6px;
}

.more-info-tip:after,
.more-info-tip:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  margin-left: -36px;
  margin-top: -57px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-right-color: #fff;
  border-width: 9px;
}

.more-info-tip:before {
  border-right-color: #ccc;
  margin-left: -37px;
  margin-top: 5px;
}

#contact_info label,
#company_info label {
  width: 40%;
}

#contact_info input,
#contact_info select,
#company_info input {
  width: 54%;
  border-radius: 4px;
  border: #cfcfcf solid 1px;
  background: #fff;
  padding: 5px 8px;
}

#contact_info input[type="text"]:disabled,
#contact_info select:disabled,
#company_info input[type="text"]:disabled {
  border: #b4b4b4 solid 1px;
  background: #e6e6e6;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 4px
}

.text-align-right {
  text-align: right
}

.text-align-left {
  text-align: left
}

.text-align-center {
  text-align: center
}

.create_biz_user {
  padding: 10px;
  border-style: solid;
  border-width: thin;
  color: #666;
}

.mod {
  margin: 0 2px 6px 0px;
  display: block;
  width: 23px;
  height: 18px;
  padding: 0px;
  float: right;
  text-align: left;
  background: url(/img/modifycancel.gif) no-repeat left 2px;
}

.mod:hover {
  background: url(/img/modifycancel.gif) no-repeat left -25px;
}

.list2 li {
  border-bottom: 1px solid #f4f4f4;
}

#contact_info .list2 li {
  border: 0;
  padding: 8px 0
}

.bizpanel .table-view-top {
  position: relative;
}

.bizpanel .table-view td:last-child,
.bizpanel .table-view th:last-child {
  text-align: right !important
}

span#dynatable-record-count-example-table {
  padding: 20px 10px;
  float: right;
  font-weight: bold;
}

.type1 {
  margin-top: -25px;
}

.bizpanel #price {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -2px;
  color: #ff7d43;
}

.bizpanel .menuint {
  padding-left: 75px;
  text-align: left;
}

.bizpanel .icon-th-list {
  font-size: 22px;
  color: #84B6DF;
}

#showdeal .row div {
  padding: 5px 5px 15px 5px;
}

.menuint {
  height: 45px;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
}

.internal .navbar-nav>li>a {
  line-height: 2.4em;
}

.bizpanel .nav>li>a {
  padding: 1px 22px 0 20px;
}

.bizpanel .active a,
.bizpanel .navmenu a:hover,
.bizpanel .a:hover {
  color: #fff;
}

{
  color: #fff;
}

.bizpanel .active a,
.navmenu a:hover {
  color: #fff;
}

.bizpanel h2 {
  color: #ff7d43;
  font-size: 2.3em;
  line-height: 1.79em;
  margin-bottom: 20px;
}

.bizpanel .nav>li>a:hover,
.bizpanel .nav>li>a:focus {
  text-decoration: none!important;
  background-color: transparent;
  color: #fff;
}

.navmenu .active {
  color: #333;
}

.bizpanel .nav li:hover {
  background: #CFE2F4;
}

.bizpanel .nav li.active {
  background: #84b4e2;
}

.navbar-nav span {
  font-size: 24px;
  margin-top: -1px;
  margin-right: 15px;
}

.disconnect_button:before {
  content: "\e61e";
}

.disconnect_button,
.accessability_button {
  cursor: pointer;
  font-size: 22px;
}


/* retina display query */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (in-resolution: 2dppx) {
  .active a,
  .navmenu a:hover {
    color: #fff;
  }
}


/* fattura */

#centrato {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: left;
}

.dati_memopal {
  margin: 0px 0 0 0;
  font-size: 11px;
  line-height: 130%;
  position: relative;
  z-index: 200;
  top: -4px;
  width: 450px;
  margin: 0 0 0 46px;
}

.clear {
  clear: both;
}

.table_header {
  background: #00b1d2;
  color: #FFF;
}

.table {
  text-align: center;
  border-bottom: 1px solid #000;
}

.right_text {
  text-align: right;
}

.left_text {
  text-align: left;
}

table.invoice {
  border-width: 1px;
  border-spacing: 0px;
  border-style: outset;
  border-color: gray;
  border-collapse: collapse;
  background-color: white;
  text-align: center;
}

table.invoice th {
  border-width: 1px;
  padding: 4px;
  -moz-border-radius: ;
  color: #fff;
}

table.invoice td {
  border-width: 1px;
  padding: 4px;
  border-style: inset;
  border-color: gray;
  background-color: white;
  -moz-border-radius: ;
}

.borderdx {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}

.border {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
}

.borderdxwhite {
  border-right: solid 1px #fff;
}

.borderdxwhite2 {
  border-right: solid 1px #fff;
}

.left_text_white {
  border-right: solid 1px #fff;
  text-align: left;
  padding: 0 0 0 10px;
}

#intestazione {
  width: 600px;
}

#intestazione div {
  width: 240px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.num_fatt {
  float: left;
  margin-left: 60px;
}

.customer_desc {
  float: right;
  margin-right: 60px;
}

.col-1 {
  margin: 100px 0 30px 0;
  float: left;
}

.col-2 {
  margin: 100px 0 30px 0;
  float: left;
  max-width: 400px;
}

#showdeal {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 30px;
}

#showdeal h2 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  text-align: center;
}

body.fattura {
  line-height: 24px;
}

.pagamento {
  text-align: center;
  margin: 60px 0 0px 0;
  border-bottom: 1px solid #000;
}

.dettagli_pagamento {
  text-align: left;
  margin: 0px 0 30px 0;
  padding: 20px 10px 20px 10px;
  background: #dbe5f1;
  font-size: 80%;
}

.floatsx {
  float: left;
  margin: 0 10px 0 10px;
}

.small {
  font-size: 10px;
  margin: 30px 60px 30px 0;
}

.small2 {
  border-top: 1px solid #ccc;
  padding: 5px 0 0 0;
  font-size: 10px;
}

.left_text_white2 {
  border-right: solid 1px #fff;
  text-align: center;
  font-weight: bold;
  padding: 0 0 0 10px;
}

.right_text2 {
  text-align: right;
  padding: 0 10px 0 0;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
}

.borderdx2 {
  border-right: solid 1px #000;
}

.fattura .container {
  width: 800px;
  margin-top: 40px;
}

address img {
  margin-bottom: 20px;
  /* float: left; */
}

.invoice-head td {
  padding: 0 8px;
}

.invoice-body {
  min-height: 20px;
  margin: 30px 0;
}

.client-details {
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

table .intestazione {
  background: #84b4e2;
  color: #fff;
}

.BabylonCloud.bizpanel,
.BabylonCloud .brand img,
.BabylonCloud .gshare .brand img {
  width: 175px;
  height: 50px;
  width: auto!important;
}

.useradmin.bizpanel .btn {
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px
}

.useradmin.bizpanel .menuint {
  padding: 10px;
}

.tableuser {
  padding: 20px 0 70px 0;
}

.useradmin.bizpanel table {
  margin: 20px 0;
  position: relative;
  float: left;
}

.useradmin h3 {
  font-size: 23px;
}

.useradmin.legacydirect .headint {
  background: #4c4c4c;
}

.useradmin.legacydirect .info-plan {
  margin-top: 20px;
}

.useradmin.legacydirect h2 {
  color: #64b1dc;
}

.Legacy.gshare .brand img {
  margin-top: 10px;
  margin-bottom: -20px;
}

.Legacy.gshare .headint {
  background: #4c4c4c;
  border-bottom: #323232;
}

.Legacy.gshare .orange {
  background: #64b1dc!important;
}

.useradmin.legacydirect .menuint {
  border-top: 1px solid #323232;
}

.useradmin.legacydirect .footer,
.useradmin.legacydirect .greybg {
  background-image: none;
  background: #323232;
}

.useradmin.legacydirect .headroom--pinned {
  border-bottom: 1px solid #000;
}

.useradmin.legacydirect #show_for_ll {
  color: #ccc;
}

.useradmin.legacydirect h3 {
  color: #fff;
}

.useradmin.legacydirect .progress {
  -webkit-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #333;
  box-shadow: 0 1px 1px #000 inset, 0 1px 0 #333;
}

.useradmin.legacydirect .bluebtn {
  background: #64b1dc!important;
}

.useradmin.legacydirect .welcomeuser .bluebtn {
  display: block;
}

.useradmin.legacydirect .welcomeuser {
  margin-top: 60px;
}

.useradmin.legacydirect .welcomeuser .loginf {
  border: 1px solid #ccc;
}

.useradmin.legacydirect .welcomeuser .loginf {
  margin: 0 0 20px;
  padding-bottom: 30px;
}

.useradmin.legacydirect .brand img {
  max-height: 100px;
  margin-top: 15px;
  margin-bottom: -35px;
}


/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: middle
}


/* Hide default HTML checkbox */

.biz1 ul li .switch input {
  display: none;
}


/* The slider */

.biz1 ul li .slider.round {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  height: auto;
  width: auto;
}

.biz1 ul li .slider.round:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.biz1 ul li input:checked+.slider {
  background-color: #2196F3;
}

.biz1 ul li input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

.biz1 ul li input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/* Rounded sliders */

.biz1 ul li .slider.round {
  border-radius: 34px;
}

.biz1 ul li .slider.round:before {
  border-radius: 50%;
}

.biz1 ul li {
  text-align: right;
  padding: 8px 0;
}

.biz1 ul li strong {
  width: 230px;
  display: inline-block;
  text-align: left;
  float: left;
}

.biz1 ul li.delete-account {
  text-align: left;
  padding: 0px;
  border: 0;
}

.biz1 ul li.delete-account a {
  border-radius: 4px;
  padding: 0px;
  color: #ff5050;
  margin: 15px auto !important;
}

nav #navfluid {
  margin: 0;
  padding: 0
}

nav .container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.navbar-collapse {
  border: 0
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #84b4e2;
}

.navbar {
  border: 0;
  min-height: 0
}

.navbar-toggle {
  position: absolute;
  /* float: right; */
  padding: 9px 10px;
  /* margin-top: 8px; */
  /* margin-right: 15px; */
  bottom: 0;
  /* margin-bottom: 8px; */
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  right: 0;
}

.container-fluid.container {
  margin: 0 auto !important
}

@media (max-width:550px) {
  .int {
    margin: 0 -15px
  }
}

@media screen and (max-width: 480px) {
  #dialog,
  .jqmWindow,
  .simpleDialog {
    top: 50%!important;
    left: 50%!important;
  }
}

#wlusers .toggle {
  background-color: #00ba00;
  border-radius: 60px;
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .4), 0 1px 0 0 rgba(0, 0, 0, 0.10) inset;
  cursor: pointer;
  width: 60px;
  height: 30px;
  overflow: hidden;
  position: relative;
  transition: all .25s linear;
}

#wlusers .toggle .slide {
  color: #818283;
  color: rgba(0, 0, 0, .15);
  background: #efefef;
  border-radius: 50%;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 1px 1px 0 rgba(255, 255, 255, .8) inset;
  transition: all 0.3s cubic-bezier(0.43, 1.3, 0.86, 1);
}

#wlusers .toggle .slide span {
  text-shadow: 0 1px 1px rgba(255, 255, 255, .7), 0 0 1px rgba(0, 0, 0, .3);
}

#wlusers .toggle .slide:before,
#wlusers .toggle .slide:after {
  color: #FFF;
  content: "\f023";
  font-family: fontAwesome;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  -webkit-font-smoothing: antialiased;
  position: absolute;
}

#wlusers .toggle .slide:before {
  content: "\f09c";
  right: -25px;
  color: #2a2b2c;
  opacity: 0.2;
}

#wlusers .toggle .slide:after {
  left: -25px;
  color: #732424;
}

#wlusers .toggle.off {
  background: #ff5050;
}

#wlusers .toggle.off .slide {
  left: 35px;
  color: #00d100;
}