@charset "UTF-8";
/* Copyright CodeGuard, All Rights Reserved */
/* HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ========================================================== */
/* =============================================================================
 * HTML5 display definitions
 * ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]), [hidden] {
  display: none; }

/* =============================================================================
 * Base
 * ========================================================================== */
/* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  color: #222; }

button, input, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/* Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design) */
*::-moz-selection, *::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
 * Links
 * ========================================================================== */
a {
  color: #00e; }
  a:visited {
    color: #551a8b; }
  a:hover {
    color: #06e; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* =============================================================================
 * Typography
 * ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }
  q:before, q:after {
    content: "";
    content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
 * Lists
 * ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
 * Embedded content
 * ========================================================================== */
/* 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/* Correct overflow not hidden in IE9 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
 * Figures
 * ========================================================================== */
figure, form {
  margin: 0; }

/* =============================================================================
 * Forms
 * ========================================================================== */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/* 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/* 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers */
button, input, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle; }

/* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet) */
button, input {
  line-height: normal; }

/* 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6) */
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/* Re-set default cursor for disabled elements */
button[disabled] {
  cursor: default; }

input[disabled] {
  cursor: default; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }

/* Consistent box sizing and appearance */
/* Remove inner padding and border in FF3/4: h5bp.com/l */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
 * Tables
 * ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
 * Chrome Frame Prompt
 * ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== primary styles =====================================================
 * Author:
 * ========================================================================== */
/* ==|== media queries ======================================================
 * EXAMPLE Media Query for Responsive Design.
 * This example overrides the primary ('mobile first') styles
 * Modify as content requires.
 * ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
/* ==|== non-semantic helper classes ========================================
 * Please define your styles before this section.
 * ========================================================================== */
/* For image replacement */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* ==|== print styles =======================================================
 * Print styles.
 * Inlined to avoid required HTTP connection: h5bp.com/r
 * ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after {
    content: ""; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
header[role='banner'] {
  background: #292929 !important; }

.admin_mobile_menu a i, .mobile_menu_icons a i {
  color: #FFFFFF !important; }

.jstree-checked {
  background: #E4F2FD !important; }

#dirtree li.jstree-leaf .ui-state-active ins.ui-icon,
#dirtree li.jstree-leaf .ui-state-default ins.ui-icon,
#dirtree2 li.jstree-leaf .ui-state-active ins.ui-icon,
#dirtree2 li.jstree-leaf .ui-state-default ins.ui-icon {
  background: url(/images/fileicon.png) !important; }

#dirtree .ui-state-active ins.ui-icon,
#dirtree .ui-state-default ins.ui-icon,
#dirtree2 .ui-state-active ins.ui-icon,
#dirtree2 .ui-state-default ins.ui-icon {
  background: url("/images/foldericon_blue.png") !important; }

.cap2img {
  background: url("/images/bg_capturePrev_img_blue.png") no-repeat 0% 0% !important; }

.admin_mobile_menu a i, .mobile_menu_icons a i {
  color: #FFFFFF !important; }

.jstree-checked {
  background: #E4F2FD !important; }

#context, #context dl#health dt, #disk dt, #disk dd, #context a {
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

nav#account a.level1 {
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.signupHtml {
  background: #FFFFFF !important; }

p.preview_p {
  font-size: 20px !important; }

.ss_dashboard_preview {
  display: none !important; }

@-webkit-keyframes blue-pulse {
  0% {
    background: #afe2f9;
    opacity: 0.8; }
  50% {
    background: #7acff5;
    opacity: 1; }
  100% {
    background: #afe2f9;
    opacity: 0.8; } }
@-moz-keyframes blue-pulse {
  0% {
    background: #afe2f9;
    opacity: 0.8; }
  50% {
    background: #7acff5;
    opacity: 1; }
  100% {
    background: #afe2f9;
    opacity: 0.8; } }
@-ms-keyframes blue-pulse {
  0% {
    background: #afe2f9;
    opacity: 0.8; }
  50% {
    background: #7acff5;
    opacity: 1; }
  100% {
    background: #afe2f9;
    opacity: 0.8; } }
@keyframes blue-pulse {
  0% {
    background: #afe2f9;
    opacity: 0.8; }
  50% {
    background: #7acff5;
    opacity: 1; }
  100% {
    background: #afe2f9;
    opacity: 0.8; } }
/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url("webfonts/opensans/Light/OpenSans-Light.eot?v=1.1.0");
  src: url("webfonts/opensans/Light/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("webfonts/opensans/Light/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("webfonts/opensans/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("webfonts/opensans/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("webfonts/opensans/Light/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
  font-weight: 300;
  font-style: normal; }
/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("webfonts/opensans/LightItalic/OpenSans-LightItalic.eot?v=1.1.0");
  src: url("webfonts/opensans/LightItalic/OpenSans-LightItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("webfonts/opensans/LightItalic/OpenSans-LightItalic.woff2?v=1.1.0") format("woff2"), url("webfonts/opensans/LightItalic/OpenSans-LightItalic.woff?v=1.1.0") format("woff"), url("webfonts/opensans/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0") format("truetype"), url("webfonts/opensans/LightItalic/OpenSans-LightItalic.svg?v=1.1.0#LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }
/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("webfonts/opensans/Regular/OpenSans-Regular.eot?v=1.1.0");
  src: url("webfonts/opensans/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("webfonts/opensans/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("webfonts/opensans/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("webfonts/opensans/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("webfonts/opensans/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("webfonts/opensans/Italic/OpenSans-Italic.eot?v=1.1.0");
  src: url("webfonts/opensans/Italic/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("webfonts/opensans/Italic/OpenSans-Italic.woff2?v=1.1.0") format("woff2"), url("webfonts/opensans/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("webfonts/opensans/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("webfonts/opensans/Italic/OpenSans-Italic.svg?v=1.1.0#Italic") format("svg");
  font-weight: normal;
  font-style: italic; }
/* END Italic */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url("webfonts/opensans/Semibold/OpenSans-Semibold.eot?v=1.1.0");
  src: url("webfonts/opensans/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("webfonts/opensans/Semibold/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("webfonts/opensans/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("webfonts/opensans/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("webfonts/opensans/Semibold/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }
/* END Semibold */
/* BEGIN Semibold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("webfonts/opensans/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0");
  src: url("webfonts/opensans/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("webfonts/opensans/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.1.0") format("woff2"), url("webfonts/opensans/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0") format("woff"), url("webfonts/opensans/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0") format("truetype"), url("webfonts/opensans/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0#SemiboldItalic") format("svg");
  font-weight: 600;
  font-style: italic; }
/* END Semibold Italic */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("webfonts/opensans/Bold/OpenSans-Bold.eot?v=1.1.0");
  src: url("webfonts/opensans/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("webfonts/opensans/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("webfonts/opensans/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("webfonts/opensans/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("webfonts/opensans/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("webfonts/opensans/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0");
  src: url("webfonts/opensans/BoldItalic/OpenSans-BoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("webfonts/opensans/BoldItalic/OpenSans-BoldItalic.woff2?v=1.1.0") format("woff2"), url("webfonts/opensans/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0") format("woff"), url("webfonts/opensans/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0") format("truetype"), url("webfonts/opensans/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0#BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }
/* END Bold Italic */
/* BEGIN Extrabold */
@font-face {
  font-family: 'Open Sans';
  src: url("webfonts/opensans/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0");
  src: url("webfonts/opensans/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("webfonts/opensans/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0") format("woff2"), url("webfonts/opensans/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("webfonts/opensans/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("webfonts/opensans/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }
/* END Extrabold */
/* BEGIN Extrabold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("webfonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0");
  src: url("webfonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("webfonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.1.0") format("woff2"), url("webfonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0") format("woff"), url("webfonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0") format("truetype"), url("webfonts/opensans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0#ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic; }
/* END Extrabold Italic */
/* HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ========================================================== */
/* =============================================================================
 * HTML5 display definitions
 * ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]), [hidden] {
  display: none; }

/* =============================================================================
 * Base
 * ========================================================================== */
/* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  color: #222; }

button, input, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/* Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design) */
*::-moz-selection, *::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
 * Links
 * ========================================================================== */
a {
  color: #00e; }
  a:visited {
    color: #551a8b; }
  a:hover {
    color: #06e; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* =============================================================================
 * Typography
 * ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }
  q:before, q:after {
    content: "";
    content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
 * Lists
 * ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
 * Embedded content
 * ========================================================================== */
/* 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/* Correct overflow not hidden in IE9 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
 * Figures
 * ========================================================================== */
figure, form {
  margin: 0; }

/* =============================================================================
 * Forms
 * ========================================================================== */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/* 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/* 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers */
button, input, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle; }

/* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet) */
button, input {
  line-height: normal; }

/* 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6) */
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/* Re-set default cursor for disabled elements */
button[disabled] {
  cursor: default; }

input[disabled] {
  cursor: default; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }

/* Consistent box sizing and appearance */
/* Remove inner padding and border in FF3/4: h5bp.com/l */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
 * Tables
 * ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
 * Chrome Frame Prompt
 * ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== primary styles =====================================================
 * Author:
 * ========================================================================== */
/* ==|== media queries ======================================================
 * EXAMPLE Media Query for Responsive Design.
 * This example overrides the primary ('mobile first') styles
 * Modify as content requires.
 * ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
/* ==|== non-semantic helper classes ========================================
 * Please define your styles before this section.
 * ========================================================================== */
/* For image replacement */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* ==|== print styles =======================================================
 * Print styles.
 * Inlined to avoid required HTTP connection: h5bp.com/r
 * ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after {
    content: ""; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
@-webkit-keyframes blue-pulse {
  0% {
    background: #afe2f9;
    opacity: 0.8; }
  50% {
    background: #7acff5;
    opacity: 1; }
  100% {
    background: #afe2f9;
    opacity: 0.8; } }
@-moz-keyframes blue-pulse {
  0% {
    background: #afe2f9;
    opacity: 0.8; }
  50% {
    background: #7acff5;
    opacity: 1; }
  100% {
    background: #afe2f9;
    opacity: 0.8; } }
@-ms-keyframes blue-pulse {
  0% {
    background: #afe2f9;
    opacity: 0.8; }
  50% {
    background: #7acff5;
    opacity: 1; }
  100% {
    background: #afe2f9;
    opacity: 0.8; } }
@keyframes blue-pulse {
  0% {
    background: #afe2f9;
    opacity: 0.8; }
  50% {
    background: #7acff5;
    opacity: 1; }
  100% {
    background: #afe2f9;
    opacity: 0.8; } }
.viewport {
  margin: 0 auto;
  position: relative;
  width: 960px;
  *zoom: 1; }
  .viewport:after {
    content: "";
    display: table;
    clear: both; }

.infobox {
  background-color: #C9D3DC;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  font-size: 11px;
  font-style: italic;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  margin-left: 15px; }
  .infobox:hover {
    background-color: #1fb4e3; }

hgroup h1 {
  font: italic 20px/1.2 Cambria, Georgia, Times, "Times New Roman", serif;
  color: #585b51;
  text-transform: none;
  text-shadow: none; }
hgroup h1 + h2 {
  margin: -0.25em 0 0; }
hgroup h2.DatabaseBackup {
  padding-left: 24px;
  margin-top: 0px;
  float: left;
  background: transparent url(/images/icon-database.png) no-repeat 0% 38%;
  padding-top: 2px; }
  hgroup h2.DatabaseBackup + h2 {
    padding-left: 6px; }
hgroup h2.MssqlDatabaseBackup {
  padding-left: 30px;
  margin-top: 0px;
  float: left;
  background: transparent url(/images/ico_ms_db_large.png) no-repeat 0% 52%;
  padding-top: 2px; }
  hgroup h2.MssqlDatabaseBackup + h2 {
    padding-left: 6px; }

.hgroup_db_index {
  position: relative;
  margin: 20px 0px 0px 0px; }
  .hgroup_db_index h2 {
    display: inline; }

p.intro {
  font: italic 18px/1.5 Cambria, Georgia, Times, "Times New Roman", serif;
  color: #909090;
  margin-top: 0; }

.note {
  display: block;
  margin: 0.5em; }

p.intro_nosites {
  background: #fff6f6 url("/images/stripes_bg.png") repeat;
  border: 1px solid #ffa1a1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #585b51;
  margin-top: 25px;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  p.intro_nosites a {
    color: #000; }
    p.intro_nosites a:hover {
      color: #0793BF;
      text-decoration: underline; }

div.social {
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 1em 0;
  position: relative; }
  div.social ol.options {
    overflow: hidden;
    *zoom: 1;
    list-style: none;
    padding: 0; }
    div.social ol.options.social {
      margin-left: 1em;
      margin-top: 0;
      width: 25%;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline; }
    div.social ol.options li {
      float: left;
      width: 40%;
      margin-right: 10%;
      text-align: center; }
      div.social ol.options li img {
        display: block;
        margin: 0 auto 0.25em; }
      div.social ol.options li a {
        display: block; }

.legend {
  text-align: center;
  *zoom: 1; }
  .legend:after {
    content: "";
    display: table;
    clear: both; }
  .legend dt:before, .legend span:before {
    content: "";
    display: inline-block;
    margin: 0 6px 0 0;
    text-align: center;
    height: 12px;
    width: 12px;
    top: 2px;
    position: relative;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px; }
  .legend dt.add:before, .legend span.add:before {
    background: #bede89; }
  .legend dt.mod:before, .legend span.mod:before {
    background: #fcd488; }
  .legend dt.del:before, .legend span.del:before {
    background: #fa946b; }
  .legend dd {
    text-align: left; }
  .legend span {
    display: block;
    float: left;
    width: auto;
    margin-right: 2em; }
    .legend span.del {
      margin-right: 0; }
  .legend.break {
    margin-bottom: 0.5em; }
    .legend.break dt {
      clear: left;
      margin-left: 0; }

.legend.no_wp {
  text-align: left;
  margin-top: 5px;
  *zoom: 1; }
  .legend.no_wp:after {
    content: "";
    display: table;
    clear: both; }
  .legend.no_wp dt:before, .legend.no_wp span:before {
    content: "";
    display: inline-block;
    margin: 0 6px 0 0;
    text-align: center;
    height: 12px;
    width: 12px;
    top: 2px;
    position: relative;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px; }
  .legend.no_wp dt.add:before, .legend.no_wp span.add:before {
    background: #bede89; }
  .legend.no_wp dt.mod:before, .legend.no_wp span.mod:before {
    background: #fcd488; }
  .legend.no_wp dt.del:before, .legend.no_wp span.del:before {
    background: #fa946b; }
  .legend.no_wp dt {
    margin-right: 15px; }
  .legend.no_wp dd {
    text-align: left; }
  .legend.no_wp span {
    display: block;
    float: left;
    width: auto;
    margin-right: 2em; }
    .legend.no_wp span.del {
      margin-right: 0; }
  .legend.no_wp.break {
    margin-bottom: 0.5em; }
    .legend.no_wp.break dt {
      clear: left;
      margin-left: 0; }

div.dns_container > div.grid_12 {
  overflow: scroll; }

@media only screen and (max-width: 1024px) {
  .wp_legend dt, .wp_legend dd {
    float: left; } }
@media only screen and (max-width: 545px) {
  .wp_legend .add_count {
    width: 100%; }

  .actions.grid_4 {
    width: 40.6% !important; } }
.commit, .empty, .changes {
  padding: 5px 8px 3px;
  color: #B3B3B3; }

.changes {
  background: #E4F2FD url(/images/changes_stripe.png) repeat-x; }

ul.file-list {
  padding-left: 1em;
  overflow: hidden;
  word-wrap: break-word; }
  ul.file-list img {
    float: right;
    margin-left: 10px; }

ol.file-list {
  padding-left: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  overflow: hidden;
  word-wrap: break-word; }
  ol.file-list li {
    margin-left: 20px;
    margin-bottom: 10px; }
    ol.file-list li:hover {
      background: #efefef; }
  ol.file-list img {
    float: right;
    margin-left: 10px; }

ol.history {
  padding: 0 0 35px;
  margin: 0;
  list-style: none;
  font-size: 16px;
  clear: both; }
  ol.history li {
    padding-bottom: 30px;
    padding-top: 30px;
    *zoom: 1;
    border-bottom: 1px solid #cccccc; }
    ol.history li:after {
      content: "";
      display: table;
      clear: both; }
    ol.history li:last-child {
      border-bottom: none !important; }
  ol.history .legend dt {
    font-size: 16px; }
  ol.history .empty {
    text-align: right;
    margin: 0;
    padding: 0; }
  ol.history .actions {
    text-align: right; }
    ol.history .actions .view-details {
      margin-right: 40px; }

body.de ol.history .attention-button, body.es ol.history .attention-button, body.pt-br ol.history .attention-button {
  font-size: 14px; }
body.de ol.history .outlined-button, body.es ol.history .outlined-button, body.pt-br ol.history .outlined-button {
  font-size: 14px;
  margin-right: 5px !important; }
body.de ol.history .empty, body.es ol.history .empty, body.pt-br ol.history .empty {
  font-size: 14px; }
body.de ol.history .timestamp, body.es ol.history .timestamp, body.pt-br ol.history .timestamp {
  font-size: 14px; }
body.de ol.history .legend dt, body.es ol.history .legend dt, body.pt-br ol.history .legend dt {
  font-size: 14px;
  letter-spacing: -0.5px; }

ol.progress {
  padding-left: 90px; }
  ol.progress h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  ol.progress li {
    position: relative; }
  ol.progress li.complete:before,
  ol.progress li.inprogress:before {
    content: "";
    display: block;
    position: absolute;
    left: -86px;
    top: 0;
    height: 52px;
    width: 52px;
    background: transparent url(/images/icon-complete.png) no-repeat 0 0; }
  ol.progress li.inprogress:before {
    background-image: url(/images/icon-spinner.gif); }

figure.progress {
  overflow: visible !important;
  overflow: hidden;
  *zoom: 1;
  width: 727px;
  margin-top: 5px; }
  figure.progress .wrapcircles {
    height: 87px;
    padding: 7px 0px 0px 55px;
    position: relative;
    left: 95px; }
    figure.progress .wrapcircles span {
      display: block;
      margin: 8px 100px 0px 0px;
      width: 59px;
      height: 59px;
      border: 6px solid #f8f8f8;
      background: #efeeee;
      -moz-box-shadow: inset 1px 1px 1px #dfdede;
      -webkit-box-shadow: inset 1px 1px 1px #dfdede;
      box-shadow: inset 1px 1px 1px #dfdede;
      float: left;
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      border-radius: 999px; }
      figure.progress .wrapcircles span label {
        font-size: 10px;
        position: relative;
        color: #d1d1cf;
        left: 59px;
        top: 4px;
        width: 100px;
        display: block;
        line-height: 20px; }
        figure.progress .wrapcircles span label label {
          color: #1fb4e3;
          font-size: 14px;
          position: relative;
          width: 100px;
          left: 0px;
          top: 0px; }
      figure.progress .wrapcircles span.one {
        background: #efeeee url(/images/ico_initiated_medium.png) no-repeat 52% 50%; }
      figure.progress .wrapcircles span.two {
        background: #efeeee url(/images/ico_pickedup_medium.png) no-repeat 56% 48%; }
      figure.progress .wrapcircles span.three {
        background: #efeeee url(/images/ico_intransit_medium.png) no-repeat 56% 54%; }
      figure.progress .wrapcircles span.four {
        background: #efeeee url(/images/ico_delivered_medium.png) no-repeat 57% 52%;
        margin-right: 0px; }
    figure.progress .wrapcircles span.complete {
      border: 6px solid #0793BF;
      -moz-box-shadow: inset 1px 1px 1px #0793BF;
      -webkit-box-shadow: inset 1px 1px 1px #0793BF;
      box-shadow: inset 1px 1px 1px #0793BF;
      background: #1fb4e3; }
      figure.progress .wrapcircles span.complete label {
        position: relative;
        color: #1fb4e3; }
        figure.progress .wrapcircles span.complete label label {
          position: relative;
          color: #1fb4e3; }
    figure.progress .wrapcircles span.inprogress {
      border: 6px solid #0793BF;
      -moz-box-shadow: inset 1px 1px 1px #0793BF;
      -webkit-box-shadow: inset 1px 1px 1px #0793BF;
      box-shadow: inset 1px 1px 1px #0793BF;
      background: #1fb4e3;
      color: #1fb4e3;
      width: 74px;
      height: 74px;
      margin-top: 0px; }
      figure.progress .wrapcircles span.inprogress label {
        position: relative;
        color: #f9b66e;
        left: 73px;
        top: 13px; }
        figure.progress .wrapcircles span.inprogress label label {
          position: relative;
          color: #1fb4e3;
          left: 0px;
          top: 0px; }
    figure.progress .wrapcircles span.complete.one {
      background: #1fb4e3 url(/images/ico_initiated_medium.png) no-repeat 50% 50%; }
    figure.progress .wrapcircles span.complete.two {
      background: #1fb4e3 url(/images/ico_pickedup_medium.png) no-repeat 56% 48%; }
    figure.progress .wrapcircles span.complete.three {
      background: #1fb4e3 url(/images/ico_intransit_medium.png) no-repeat 56% 54%; }
    figure.progress .wrapcircles span.complete.four {
      background: #1fb4e3 url(/images/ico_delivered_medium.png) no-repeat 54% 55%;
      width: 59px;
      height: 59px; }
      figure.progress .wrapcircles span.complete.four label {
        position: relative;
        color: #1fb4e3; }
        figure.progress .wrapcircles span.complete.four label label {
          position: relative;
          color: #1fb4e3;
          left: 0px;
          top: 0px; }
    figure.progress .wrapcircles span.inprogress.one {
      background: #1fb4e3 url(/images/ico_initiated_large.png) no-repeat 50% 50%; }
    figure.progress .wrapcircles span.inprogress.two {
      background: #1fb4e3 url(/images/ico_pickedup_large.png) no-repeat 56% 48%; }
    figure.progress .wrapcircles span.inprogress.three {
      background: #1fb4e3 url(/images/ico_intransit_large.png) no-repeat 60% 58%; }
    figure.progress .wrapcircles span.inprogress.four {
      background: #1fb4e3 url(/images/ico_delivered_large.png) no-repeat 54% 55%; }

.q_light {
  float: right;
  position: relative;
  left: 11px;
  top: -9px; }

.q_light_b {
  float: right;
  position: relative;
  left: 11px;
  top: -10px; }

.q_light_n {
  float: right;
  position: relative;
  left: 10px;
  top: -9px; }

#context {
  padding: 30px 0 10px;
  min-height: 85px; }
  #context > * {
    float: left;
    width: auto;
    margin: 0; }
  #context a {
    color: #585b51;
    text-decoration: none; }
    #context a:hover, #context a:focus {
      text-decoration: underline; }
  #context dl#health {
    background: transparent none no-repeat 0 40%;
    width: 66%; }
    #context dl#health dt, #context dl#health dd {
      float: none; }
    #context dl#health dt {
      font: normal 28px/1.125 "Open Sans", sans-serif;
      color: #ffffff;
      width: 100%;
      white-space: nowrap;
      padding-bottom: 5px; }
    #context dl#health dd {
      color: #ffffff;
      font: normal 16px/1.5 "Open Sans", sans-serif;
      padding-top: 2px; }

form {
  margin: 0;
  padding: 0; }
  form select {
    width: 80%;
    vertical-align: middle;
    font-size: 16px;
    border-radius: 5px;
    height: 44px;
    background: transparent !important; }
  form + aside {
    width: 40%;
    float: right;
    margin-top: 2em; }
  form label {
    display: block;
    font: 600 16px/2.3 "Open Sans", sans-serif;
    color: #585b51; }
  form input[type=text], form input[type=password], form textarea {
    font-size: 16px;
    color: #585b51;
    padding: 5px 10px;
    font-family: "Open Sans", sans-serif;
    height: 44px;
    border: 1px solid #c5c5c5;
    border-radius: 5px; }
    form input[type=text]:focus, form input[type=password]:focus, form textarea:focus {
      border-color: #1fb4e3;
      outline: none;
      -webkit-box-shadow: 0 0 1px #1fb4e3;
      -moz-box-shadow: 0 0 1px #1fb4e3;
      box-shadow: 0 0 1px #1fb4e3;
      color: #585b51; }
    form input[type=text]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
      color: #c4c4c4; }
    form input[type=text]::-moz-placeholder, form input[type=password]::-moz-placeholder, form textarea::-moz-placeholder {
      color: #c4c4c4; }
    form input[type=text]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
      color: #c4c4c4; }
    form input[type=text]:-moz-placeholder, form input[type=password]:-moz-placeholder, form textarea:-moz-placeholder {
      color: #c4c4c4; }
  form input[type=text], form input[type=password], form input[type=number] {
    height: 44px;
    width: 80%; }
  form input[type='submit'], form input[type='submit'].feature-button {
    display: inline-block;
    margin-bottom: 5px;
    border: none;
    background: #1fb4e3;
    background-image: none;
    color: #ffffff !important;
    font: 600 16px/2.6 "Open Sans", sans-serif;
    text-decoration: none;
    height: 44px;
    vertical-align: top;
    padding: 0 20px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    form input[type='submit']:hover, form input[type='submit']:focus, form input[type='submit'].feature-button:hover, form input[type='submit'].feature-button:focus {
      color: #ffffff;
      background-color: #0793BF; }
    form input[type='submit'].alt, form input[type='submit'].feature-button.alt {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.1;
      padding: 0.8em !important;
      position: relative;
      top: -2px;
      height: auto;
      top: -0.125rem; }
  form input[type='submit'].outlined-button {
    display: inline-block;
    margin-bottom: 5px;
    border: 2px solid #1fb4e3;
    background: none;
    background-image: none;
    color: #1fb4e3 !important;
    font: 600 16px/2.6 "Open Sans", sans-serif;
    text-decoration: none;
    height: 44px;
    padding: 0 20px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    form input[type='submit'].outlined-button:hover, form input[type='submit'].outlined-button:focus {
      border: 2px solid #0793BF;
      color: #0793BF !important;
      background: none; }
    form input[type='submit'].outlined-button.alt {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.1;
      padding: 0.8em;
      position: relative;
      top: -2px;
      height: auto;
      top: -0.125rem; }
  form input[type='submit'].attention-button {
    display: inline-block;
    margin-bottom: 5px;
    border: 2px solid #DBDBDB;
    background: none;
    background-image: none;
    color: #4A5760 !important;
    font: 600 16px/2.6 "Open Sans", sans-serif;
    text-decoration: none;
    height: 44px;
    padding: 0 20px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    form input[type='submit'].attention-button:hover, form input[type='submit'].attention-button:focus {
      border: 2px solid #4A5760;
      color: #4A5760 !important;
      background: none; }
    form input[type='submit'].attention-button.alt {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.1;
      padding: 0.8em;
      position: relative;
      top: -2px;
      height: auto;
      top: -0.125rem; }
  form input[type='submit'].destructive-button {
    display: inline-block;
    margin-bottom: 5px;
    border: none;
    background: #F34336;
    background-image: none;
    color: #ffffff !important;
    font: 600 16px/2.6 "Open Sans", sans-serif;
    text-decoration: none;
    height: 44px;
    padding: 0 20px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    form input[type='submit'].destructive-button:hover, form input[type='submit'].destructive-button:focus {
      color: #ffffff;
      background-color: #B42223; }
    form input[type='submit'].destructive-button.alt {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.1;
      padding: 0.8em;
      position: relative;
      top: -2px;
      height: auto;
      top: -0.125rem; }
  form input#search {
    width: 92%;
    height: 45px;
    border-radius: 5px; }
  form .inline {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-right: 1em;
    width: auto; }
    form .inline .inline {
      margin-right: 0; }
  form #dirtree {
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  form ol.fields {
    list-style: none;
    padding: 0;
    margin: 1em 0; }
    form ol.fields li {
      position: relative;
      margin-bottom: 1em; }
      form ol.fields li input[type=text], form ol.fields li input[type=password], form ol.fields li textarea, form ol.fields li input[type='number'] {
        width: 80%;
        display: block; }
    form ol.fields li.split input, form ol.fields li.split textarea {
      display: inline;
      width: 45%; }
    form ol.fields li input.text.error {
      background: #F5D0D0;
      border: 1px solid #E69797; }
  form ol.options {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    *zoom: 1;
    text-transform: none; }
    form ol.options:after {
      content: "";
      display: table;
      clear: both; }
    form ol.options li {
      float: left;
      text-transform: none; }
    form ol.options label {
      padding-right: 0; }
    form ol.options input {
      border: none;
      margin-right: 4px; }
  form p.actions {
    margin: 2em 0 1em; }
  form .form-field {
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    padding: 1em 0; }

input[type=text], input[type=password], textarea {
  font-size: 16px;
  color: #585b51;
  padding: 5px 10px;
  font-family: "Open Sans", sans-serif;
  height: 44px;
  border: 1px solid #c5c5c5;
  border-radius: 5px; }
  input[type=text]:focus, input[type=password]:focus, textarea:focus {
    border-color: #1fb4e3;
    outline: none;
    -webkit-box-shadow: 0 0 1px #1fb4e3;
    -moz-box-shadow: 0 0 1px #1fb4e3;
    box-shadow: 0 0 1px #1fb4e3;
    color: #585b51; }
  input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #c4c4c4; }
  input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
    color: #c4c4c4; }
  input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #c4c4c4; }
  input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea:-moz-placeholder {
    color: #c4c4c4; }

html.ie9 input, html.ie9 textarea, html.ie8 input, html.ie8 textarea, html.ie7 input, html.ie7 textarea {
  padding: 10px 0px 10px 0px; }

#errorExplanation {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: url("/images/stripes_bg.png") repeat;
  background-color: #fff6f6;
  border: 1px solid #C65656;
  width: 100% !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important; }
  #errorExplanation h2, #errorExplanation p, #errorExplanation ul {
    margin: 0 0 0.25em; }
  #errorExplanation h2 {
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem; }
  #errorExplanation p, #errorExplanation ul {
    font-size: 16px;
    font-family: "Open Sans", sans-serif; }
  #errorExplanation ul {
    padding-left: 0;
    list-style: inside; }

.fieldWithErrors input {
  border-color: rgba(7, 147, 191, 0.75); }

p.alert, p.notice, p.error {
  margin-top: 10px; }

.textarea {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 100%;
  line-height: 1.4;
  min-height: 3.75em;
  font: lighter 16px/1.25 Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  padding: 0.65em 0.75em 0.45em;
  border: 1px solid #c5c5c5;
  background-image: -owg-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04)); }
  .textarea.social-message {
    width: 65%; }

select, div.styled {
  width: 12em;
  border-radius: 2px;
  border: solid 1px #ccc;
  padding: 0.4em; }

div.styled {
  background: #f0f0f0 url(/images/formelements-select.png) no-repeat 100% 0px !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  div.styled option {
    background: white; }

div.styled {
  width: 80%;
  overflow: hidden;
  padding: 0;
  margin: 0; }

.ie7 div.styled {
  border: none; }

div.styled select {
  width: 100%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  box-shadow: none; }

.ie7 div.styled select {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 0.3em 0.5em; }

.new_select_arrows {
  float: right;
  display: inline;
  margin-bottom: -50px;
  margin-top: 5px;
  position: relative;
  pointer-events: none; }

.set_rules input {
  display: inline-table !important; }
.set_rules a {
  margin-left: 10px; }

.options label {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  line-height: 20px; }
.options input[type=radio], .options input[type=checkbox] {
  display: none; }
.options label:before {
  content: "";
  display: inline;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #0793BF; }

label.cgradio:before {
  border-radius: 8px; }
label.cgcheckbox {
  margin-bottom: 10px; }
  label.cgcheckbox:before {
    border-radius: 3px; }
  label.cgcheckbox.disabled:before {
    opacity: 0.6; }

.options input[type=radio]:checked + label:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #0793BF;
  font-size: 10px;
  text-align: center;
  line-height: 15px; }
.options input[type=checkbox]:checked + label:before {
  content: "";
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  color: #0793BF;
  text-align: center;
  line-height: 15px; }

.select_db_form li {
  float: none !important; }

.color_themes.options label:before {
  left: 8px; }

.switch_link_container ol.options li {
  float: none; }

.custom-select-style {
  padding: 0;
  margin-bottom: 20px;
  border: 1px solid #c5c5c5;
  width: 200px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  background: #fff url("/images/drop_down_arrow.png") no-repeat 95% 50%; }
  .custom-select-style select {
    padding: 0px 8px;
    color: #737373;
    font: 600 16px/2.3 "Open Sans", sans-serif;
    height: 35px !important;
    width: 100% !important;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .custom-select-style select:focus {
      outline: none; }

.cg-select-style {
  padding: 0;
  margin: 0;
  border: 2px solid #ccc;
  width: 165px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  background: #fff url("/images/drop_down_arrow.png") no-repeat 90% 50%; }
  .cg-select-style select {
    padding: 0px 8px;
    color: #737373;
    font: 600 16px/2.3 "Open Sans", sans-serif;
    height: 36px !important;
    width: 100% !important;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .cg-select-style select:focus {
      outline: none; }

@media only screen and (max-width: 992px) {
  .custom-select-style {
    width: 100%; }
    .custom-select-style select {
      float: none; } }
a.big-button, a.fake_create_link, button, input.big-button, input.small-button, button.small-button, .partnerPortal.alt, a.feature-button, button, input.feature-button, a.real_submit, input.real_submit {
  display: inline-block;
  margin-bottom: 5px;
  border: none;
  background: #1fb4e3;
  background-image: none;
  color: #ffffff !important;
  font: 600 16px/2.6 "Open Sans", sans-serif;
  text-decoration: none;
  height: 44px;
  vertical-align: top;
  padding: 0 20px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  a.big-button:hover, a.big-button:focus, a.fake_create_link:hover, a.fake_create_link:focus, button:hover, button:focus, input.big-button:hover, input.big-button:focus, input.small-button:hover, input.small-button:focus, button.small-button:hover, button.small-button:focus, .partnerPortal.alt:hover, .partnerPortal.alt:focus, a.feature-button:hover, a.feature-button:focus, button:hover, button:focus, input.feature-button:hover, input.feature-button:focus, a.real_submit:hover, a.real_submit:focus, input.real_submit:hover, input.real_submit:focus {
    color: #ffffff;
    background-color: #0793BF; }
  a.big-button.alt, a.fake_create_link.alt, button.alt, input.big-button.alt, input.small-button.alt, button.small-button.alt, .partnerPortal.alt.alt, a.feature-button.alt, button.alt, input.feature-button.alt, a.real_submit.alt, input.real_submit.alt {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.1;
    padding: 0.8em !important;
    position: relative;
    top: -2px;
    height: auto;
    top: -0.125rem; }

a.feature-button, input.feature-button, button.feature-button, a.real_submit, input.real_submit {
  height: 50px !important;
  font-size: 20px !important;
  line-height: 2.6 !important; }

a.outlined-button, input.outlined-button, button.outlined-button {
  display: inline-block;
  margin-bottom: 5px;
  border: 2px solid #1fb4e3;
  background: none;
  background-image: none;
  color: #1fb4e3 !important;
  font: 600 16px/2.6 "Open Sans", sans-serif;
  text-decoration: none;
  height: 44px;
  padding: 0 20px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  a.outlined-button:hover, a.outlined-button:focus, input.outlined-button:hover, input.outlined-button:focus, button.outlined-button:hover, button.outlined-button:focus {
    border: 2px solid #0793BF;
    color: #0793BF !important;
    background: none; }
  a.outlined-button.alt, input.outlined-button.alt, button.outlined-button.alt {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.1;
    padding: 0.8em;
    position: relative;
    top: -2px;
    height: auto;
    top: -0.125rem; }

a.attention-button, input.attention-button, button.attention-button, a.go-big, form p.actions a, a.go-home, .hide_db_message {
  display: inline-block;
  margin-bottom: 5px;
  border: 2px solid #DBDBDB;
  background: none;
  background-image: none;
  color: #4A5760 !important;
  font: 600 16px/2.6 "Open Sans", sans-serif;
  text-decoration: none;
  height: 44px;
  padding: 0 20px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  a.attention-button:hover, a.attention-button:focus, input.attention-button:hover, input.attention-button:focus, button.attention-button:hover, button.attention-button:focus, a.go-big:hover, form p.actions a:hover, a.go-big:focus, form p.actions a:focus, a.go-home:hover, a.go-home:focus, .hide_db_message:hover, .hide_db_message:focus {
    border: 2px solid #4A5760;
    color: #4A5760 !important;
    background: none; }
  a.attention-button.alt, input.attention-button.alt, button.attention-button.alt, a.go-big.alt, form p.actions a.alt, a.go-home.alt, .hide_db_message.alt {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.1;
    padding: 0.8em;
    position: relative;
    top: -2px;
    height: auto;
    top: -0.125rem; }

a.destructive-button, input.destructive-button, button.destructive-button {
  display: inline-block;
  margin-bottom: 5px;
  border: none;
  background: #F34336;
  background-image: none;
  color: #ffffff !important;
  font: 600 16px/2.6 "Open Sans", sans-serif;
  text-decoration: none;
  height: 44px;
  padding: 0 20px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  a.destructive-button:hover, a.destructive-button:focus, input.destructive-button:hover, input.destructive-button:focus, button.destructive-button:hover, button.destructive-button:focus {
    color: #ffffff;
    background-color: #B42223; }
  a.destructive-button.alt, input.destructive-button.alt, button.destructive-button.alt {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.1;
    padding: 0.8em;
    position: relative;
    top: -2px;
    height: auto;
    top: -0.125rem; }

a.small-button, input.small-button, button.small-button {
  background: #1fb4e3;
  display: inline-block;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  padding: 6px 11px 6px 11px;
  color: #ffffff !important;
  cursor: pointer; }
  a.small-button:hover, a.small-button:focus, input.small-button:hover, input.small-button:focus, button.small-button:hover, button.small-button:focus {
    color: #ffffff;
    background: #0793BF; }

a.delete {
  background: url(/images/icon-error.gif) left center no-repeat;
  color: #1fb4e3;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding-left: 1.5em; }

a.admin-button, input.admin-button, button.admin-button {
  border: 2px solid #DBDBDB;
  margin-bottom: 5px;
  background: none;
  background-image: none;
  color: #4A5760 !important;
  font: 600 16px/2.6 "Open Sans", sans-serif;
  text-decoration: none;
  height: 44px;
  padding: 10px 20px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  a.admin-button:hover, a.admin-button:focus, input.admin-button:hover, input.admin-button:focus, button.admin-button:hover, button.admin-button:focus {
    border: 2px solid #4A5760;
    color: #4A5760 !important;
    background: none; }
  a.admin-button.alt, input.admin-button.alt, button.admin-button.alt {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.1;
    padding: 0.8em;
    position: relative;
    top: -2px;
    height: auto;
    top: -0.125rem; }

a.disable-button, input.disable-button, button.disable-button {
  background: #DBDBDB; }

a.disable-button {
  background: #DBDBDB; }
  a.disable-button:hover {
    background: #DBDBDB; }

input.disable-button {
  background: #DBDBDB; }
  input.disable-button:hover {
    background: #DBDBDB; }

button.disable-button {
  background: #DBDBDB; }
  button.disable-button:hover {
    background: #DBDBDB; }

.skip-link {
  line-height: 40px;
  margin-right: 30px;
  text-decoration: underline !important;
  color: #585b51 !important; }
  .skip-link:visited {
    color: #585b51 !important; }

.inline-link {
  font-size: 16px !important;
  line-height: 40px;
  text-decoration: none !important;
  color: #1fb4e3 !important; }
  .inline-link:visited {
    color: #0793BF !important; }

.CgRangeCalendar {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  width: auto; }

.cg_on_off_switch *, *:before, *:after {
  box-sizing: border-box; }

.cg_on_off_switch_handle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }
  .cg_on_off_switch_handle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none; }

.cg_on_off_switch_handle-round-flat + label {
  padding: 2px;
  width: 62px;
  height: 30px;
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: background 0.4s; }
  .cg_on_off_switch_handle-round-flat + label:before {
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    background-color: transparent;
    border-radius: 30px;
    transition: background 0.4s; }
  .cg_on_off_switch_handle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 20px;
    background-color: black;
    border-radius: 20px;
    transition: margin 0.4s, background 0.4s; }
.cg_on_off_switch_handle-round-flat:checked + label {
  background-color: #00b073;
  border-color: #00b073; }
  .cg_on_off_switch_handle-round-flat:checked + label > .cg_on_off_switch_handle_text {
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal; }
    .cg_on_off_switch_handle-round-flat:checked + label > .cg_on_off_switch_handle_text:before {
      content: "on";
      color: white;
      left: 10px;
      right: auto; }
  .cg_on_off_switch_handle-round-flat:checked + label:after {
    margin-left: 32px;
    background-color: white; }
.cg_on_off_switch_handle-round-flat:disabled + label {
  background-color: #cecece;
  border-color: #cecece; }

.cg_on_off_switch-large .cg_on_off_switch_handle-round-flat + label {
  width: 80px;
  height: 40px;
  border-radius: 40px; }
  .cg_on_off_switch-large .cg_on_off_switch_handle-round-flat + label:after {
    width: 26px;
    border-radius: 26px;
    top: 6px;
    left: 6px;
    bottom: 6px; }
.cg_on_off_switch-large .cg_on_off_switch_handle-round-flat:checked + label:after {
  margin-left: 40px; }
.cg_on_off_switch-large .cg_on_off_switch_handle-round-flat:checked + label > .cg_on_off_switch_handle_text:before {
  left: 14px; }
.cg_on_off_switch-large .cg_on_off_switch_handle_text:before {
  font-size: 13px;
  right: 13px; }

.cg_on_off_switch_handle-round-flat + label:before,
.cg_on_off_switch_handle-round-flat + label:after {
  display: block;
  position: absolute;
  content: ""; }

.cg_on_off_switch_handle_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .cg_on_off_switch_handle_text:before {
    content: "off";
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800; }

@media only screen and (max-width: 992px) {
  .CgRangeCalendar {
    width: 55%; } }
/* directory tree styles */
#dirtree ins, #dirtree2 ins {
  background-color: transparent; }

#dirtree.ui-widget-content, #dirtree2.ui-widget-content {
  padding: 10px; }
  #dirtree.ui-widget-content li, #dirtree2.ui-widget-content li {
    margin: 0 0 0.5em 0; }

#dirtree ul li ul, #dirtree2 ul li ul {
  margin: 0.5em 1em; }

#dirtree .ui-state-default,
#dirtree .ui-widget-content .ui-state-default,
#dirtree .ui-widget-header .ui-state-default,
#dirtree2 .ui-state-default,
#dirtree2 .ui-widget-content .ui-state-default,
#dirtree2 .ui-widget-header .ui-state-default {
  border: none;
  background: transparent;
  padding: 0; }

#dirtree li.jstree-leaf .ui-state-active ins.ui-icon,
#dirtree li.jstree-leaf .ui-state-default ins.ui-icon,
#dirtree2 li.jstree-leaf .ui-state-active ins.ui-icon,
#dirtree2 li.jstree-leaf .ui-state-default ins.ui-icon {
  background: url(/images/fileicon.png); }

#dirtree .ui-state-active ins.ui-icon,
#dirtree .ui-state-default ins.ui-icon,
#dirtree2 .ui-state-active ins.ui-icon,
#dirtree2 .ui-state-default ins.ui-icon {
  background: url(/images/foldericon.png); }

#dirtree .ui-state-active,
#dirtree .ui-widget-content .ui-state-active,
#dirtree .ui-widget-header .ui-state-active,
#dirtree2 .ui-state-active,
#dirtree2 .ui-widget-content .ui-state-active,
#dirtree2 .ui-widget-header .ui-state-active {
  width: 95%;
  background: #9fc20a;
  color: white; }

#dir_path_picker {
  width: 100%;
  float: left; }

/*
 * jsTree default theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */
.jstree ins {
  background-image: url("/images/d.png");
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree .jstree-checked > a > .jstree-checkbox {
  background-position: -38px -19px; }

.jstree .jstree-unchecked > a > .jstree-checkbox {
  background-position: -2px -19px; }

.jstree .jstree-undetermined > a > .jstree-checkbox {
  background-position: -20px -19px; }

.jstree .jstree-checked > a > .jstree-checkbox:hover {
  background-position: -38px -37px; }

.jstree .jstree-unchecked > a > .jstree-checkbox:hover {
  background-position: -2px -37px; }

.jstree .jstree-undetermined > a > .jstree-checkbox:hover {
  background-position: -20px -37px; }

.jstree ul {
  width: 1000px;
  position: relative;
  right: 120px; }

.jstree ul li {
  padding-left: 120px;
  padding-right: 1000px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0px; }

.jstree-checked {
  background: #E7EDDA;
  width: 100%; }

.jstree-unchecked .jstree-leaf {
  background: #fff; }

nav#account {
  line-height: 48px;
  margin-top: 0px;
  margin-bottom: 0px; }
  nav#account a {
    font-size: 20px;
    font-weight: 600;
    color: #4B565E;
    text-decoration: none;
    margin: 0 0.5em;
    line-height: 75px;
    display: inline-table; }
    nav#account a:hover {
      color: #1fb4e3;
      text-decoration: none; }

nav#account .dashboard:hover:after {
  background: #1fb4e3;
  content: "";
  display: block;
  margin-top: -7px;
  text-align: center;
  height: 8px; }

nav#account .partner-portal:hover:after {
  background: #1fb4e3;
  content: "";
  display: block;
  margin-top: -7px;
  text-align: center;
  height: 8px; }

a.top-nav-active:after {
  background: #1fb4e3;
  content: "";
  display: block;
  margin-left: 0px;
  margin-top: -7px;
  text-align: center;
  height: 8px; }

a.top-nav-active-inbox:after {
  background: #1fb4e3;
  content: "";
  display: block;
  margin-top: -7px;
  text-align: center;
  height: 8px; }

a.top-nav-active-settings:after {
  background: #1fb4e3;
  content: "";
  display: block;
  margin-top: -7px;
  text-align: center;
  height: 8px; }

nav#account .inbox:hover:after {
  background: #1fb4e3;
  content: "";
  display: block;
  margin-top: -7px;
  text-align: center;
  height: 8px; }

nav#account .menu_app_drop .level1:hover:after, nav#account .top_drop level1:hover:after {
  background: #1fb4e3;
  content: "";
  display: block;
  margin-top: -7px;
  text-align: center;
  height: 8px; }

nav#codeguard {
  position: absolute;
  top: 70px;
  width: 121px;
  left: -121px; }
  nav#codeguard a {
    display: block;
    font-family: Cambria, Georgia, Times, "Times New Roman", serif;
    color: #585b51;
    text-decoration: none;
    padding: 0.625em 0.5em 0.625em 2em;
    background: transparent none no-repeat 6px 44%;
    border-top: 1px solid #c5c5c5;
    text-align: right;
    float: right; }
    nav#codeguard a:first-child {
      border: none; }
    nav#codeguard a:hover, nav#codeguard a:focus {
      color: #1fb4e3;
      text-decoration: underline; }
    nav#codeguard a.sites {
      background-image: url(/images/icon-person.png); }
    nav#codeguard a.inbox {
      background-image: url(/images/icon-inbox.png); }
    nav#codeguard a.partner-portal {
      background-image: url(/images/ico_partner_portal.png); }
    nav#codeguard a.admin-nav-item {
      padding: 3px 10px 3px 0px;
      position: relative;
      clear: right; }

.secondarynav {
  background: #4B565E;
  min-height: 135px; }

/* Wizards, breadcrums wil be use this section */
.thirdnav {
  background: #E4F2FD url("/images/stripes_bg.png") repeat;
  border-bottom: 1px solid #ddd; }

/* Wizards section */
.cg_wizards ul {
  list-style: none;
  margin: 0;
  padding: 30px 0; }

.cg_wizards li {
  display: inline-block;
  text-align: center;
  padding-right: 65px; }

.cg_wizards .step {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #909090;
  margin-top: 20px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.cg_wizards .step_count {
  display: block;
  font-weight: 600;
  text-align: center;
  border: 2px solid #909090;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  line-height: 26px;
  margin: auto; }
.cg_wizards .wactive .wcompleted {
  background: #909090;
  color: #ffffff;
  font-weight: 300; }
.cg_wizards .wcurrent .step_count {
  background: #0492BF;
  border: 2px solid #0492BF;
  color: #ffffff; }
.cg_wizards .wcurrent .step {
  color: #0492BF; }

.angry_text {
  color: #F24335; }

nav#website {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: -30px 0 30px; }
  nav#website a {
    display: inline-table;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 0 30px;
    min-width: 120px;
    white-space: nowrap; }
    nav#website a span {
      background: #fff;
      font-weight: normal;
      padding: 1px 6px;
      border-radius: 4px;
      border: 1px solid #ddd;
      text-shadow: none;
      font-size: 13px;
      color: #888;
      transition: 0.3s; }
    nav#website a:hover, nav#website a:focus {
      color: #ffffff;
      outline: none; }
      nav#website a:hover span, nav#website a:focus span {
        background: #BDD5E8;
        color: #ffffff;
        transition: 0.4s; }
    nav#website a:first-child {
      margin-left: 0;
      padding-left: 0;
      min-width: auto; }
    nav#website a.current {
      color: #ffffff;
      font-weight: 600; }
      nav#website a.current:after {
        background: #1fb4e3;
        content: "";
        display: block;
        height: 8px;
        margin-top: 12px; }
      nav#website a.current span {
        color: #585b51;
        transition: 0.4s; }

/* CSS for the new drop-down navigation */
nav#account a.activemenu::after, .menu_app_drop li:last-child a.activemenu:after {
  border: 3px solid #aecb4b;
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%; }

.menu_app_drop {
  position: relative;
  z-index: 800 !important;
  position: relative;
  padding-left: 10px;
  float: right;
  z-index: 999; }

.top_drop {
  background: url(/images/drop_down_arrow.png) no-repeat 100% 50%; }
  .top_drop ul li a {
    margin: 0px !important; }

.admin_top_drop {
  background: url(/images/drop_down_arrow.png) no-repeat 100% 50%;
  padding-right: 7px; }
  .admin_top_drop ul li a {
    margin: 0px !important; }
  .admin_top_drop:hover {
    color: #9DC735 !important;
    padding-right: 7px !important; }

.menu_app_drop li {
  position: relative;
  list-style: none;
  display: block; }
  .menu_app_drop li a {
    display: block;
    margin: 6px 0;
    line-height: 100px;
    text-decoration: none;
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
    font-weight: 600;
    font-size: 20px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-transform: none;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #585b51;
    text-decoration: none;
    margin: 0 0.5em; }
    .menu_app_drop li a:hover {
      text-decoration: underline; }

.menu_app_drop li:first-child a {
  border-left: none; }
.menu_app_drop li:last-child a {
  border-right: none; }

.menu_app_drop ul {
  position: absolute;
  height: auto;
  width: 330px;
  right: 0;
  top: 74px;
  background: #fff;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  -webkit-transition: opacity 0.25s ease 0.1s;
  -moz-transition: opacity 0.25s ease 0.1s;
  -o-transition: opacity 0.25s ease 0.1s;
  -ms-transition: opacity 0.25s ease 0.1s;
  transition: opacity 0.25s ease 0.1s;
  border: 1px solid #dfdfdf;
  padding: 0px;
  margin: 0px; }
  .menu_app_drop ul li {
    overflow: hidden;
    padding: 0;
    -webkit-transition: height 0.25s ease 0.1s;
    -moz-transition: height 0.25s ease 0.1s;
    -o-transition: height 0.25s ease 0.1s;
    -ms-transition: height 0.25s ease 0.1s;
    transition: height 0.25s ease 0.1s; }
    .menu_app_drop ul li:nth-child(1) {
      -webkit-border-radius: 5px 5px 0px 0px;
      -moz-border-radius: 5px 5px 0px 0px;
      border-radius: 5px 5px 0px 0px; }
    .menu_app_drop ul li:nth-child(4) {
      -webkit-border-radius: 0px 0px 5px 5px;
      -moz-border-radius: 0px 0px 5px 5px;
      border-radius: 0px 0px 5px 5px; }
    .menu_app_drop ul li a {
      padding: 10px 40px;
      margin: 0;
      border: none;
      line-height: 33px !important; }
      .menu_app_drop ul li a:nth-child(1) {
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px; }
      .menu_app_drop ul li a:nth-child(4) {
        -webkit-border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        border-radius: 0px 0px 5px 5px; }
      .menu_app_drop ul li a:hover {
        text-decoration: none !important;
        color: #585B51; }
    .menu_app_drop ul li.logout_set a {
      border-top: 1px solid #dfdfdf;
      line-height: 65px;
      color: #F34336 !important;
      text-align: center;
      display: block !important; }
    .menu_app_drop ul li.disk_set {
      border-bottom: 1px solid #dfdfdf; }

.disk_set {
  padding: 0 40px !important; }
  .disk_set h4, .disk_set aside h2, aside .disk_set h2 {
    margin: 20px 0 10px; }
  .disk_set .disk_title {
    display: inline-block;
    max-width: 205px; }
  .disk_set .user_size {
    display: inline-block;
    width: 71%;
    font-size: 15px; }
  .disk_set .disk_upgrade {
    display: inline-block;
    width: 27%;
    font-size: 15px; }
    .disk_set .disk_upgrade a {
      width: 80px;
      display: inline-block !important;
      font-size: 16px !important;
      text-decoration: underline !important;
      padding: 0; }

.ico_disk_usage {
  position: relative;
  top: -5px;
  vertical-align: baseline; }
  .ico_disk_usage img {
    width: 13px;
    height: 13px;
    opacity: 0.9; }

.menu_app_drop li:hover {
  overflow: visible;
  padding: 0px; }

.hidden_top_ul li a {
  font-weight: 300 !important; }

.hidden_admin_top_ul li a {
  font-weight: 300 !important; }

#disk {
  float: right;
  width: auto;
  max-width: 445px;
  margin-top: -3px; }
  #disk dt, #disk dd {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.2; }
  #disk dd {
    float: right;
    clear: right;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: normal; }
    #disk dd a {
      position: relative;
      top: 2px; }

.percentage {
  text-indent: -999em;
  margin-bottom: 3px;
  margin-right: 0;
  height: 10px;
  background: #ccd5db;
  width: 100%;
  position: relative;
  display: block; }
  .percentage span {
    background: rgba(31, 180, 227, 0.7);
    display: block;
    height: 10px; }

#backups {
  *zoom: 1;
  margin-top: 20px; }
  #backups:after {
    content: "";
    display: table;
    clear: both; }

div.history {
  padding: 30px 0 0.5em;
  width: 100%; }
  div.history ol.backups {
    float: left;
    width: auto;
    clear: both;
    list-style: none;
    margin: 0 0 1em;
    padding: 0; }
    div.history ol.backups + * {
      clear: both; }
    div.history ol.backups li {
      float: left;
      width: 105px;
      text-align: center;
      position: relative;
      border-top: 1px solid #c5c5c5;
      padding: 0;
      margin: 160px 0 0; }
      div.history ol.backups li h3 {
        font: normal 14px/1.75 Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 0.875rem;
        text-transform: uppercase;
        color: #585b51;
        margin-top: 0.25em; }
      div.history ol.backups li .small-button {
        max-width: 90px;
        word-wrap: break-word; }
      div.history ol.backups li .big-button {
        text-transform: none; }
  div.history .balloon-graph {
    position: absolute;
    top: -160px;
    height: 160px;
    width: 100%; }
    div.history .balloon-graph.four dl {
      width: 25%; }
      div.history .balloon-graph.four dl.two {
        left: 25%; }
      div.history .balloon-graph.four dl.three {
        left: 50%; }
      div.history .balloon-graph.four dl.four {
        left: 75%; }
    div.history .balloon-graph.three dl, div.history .balloon-graph dl {
      width: 33%; }
      div.history .balloon-graph.three dl.two, div.history .balloon-graph dl.two {
        left: 33%; }
      div.history .balloon-graph.three dl.three, div.history .balloon-graph dl.three {
        left: 66%; }
    div.history .balloon-graph.two dl {
      width: 50%; }
      div.history .balloon-graph.two dl.two {
        left: 50%; }
    div.history .balloon-graph.one dl {
      width: 100%; }
    div.history .balloon-graph dl {
      margin: 0 auto;
      height: 40%;
      position: absolute;
      bottom: 0; }
    div.history .balloon-graph dt {
      margin: 0;
      display: block;
      height: 100%;
      width: 50%;
      text-indent: -999em;
      border-right: 1px solid #c5c5c5;
      position: absolute; }
    div.history .balloon-graph dd {
      float: none;
      font: normal normal 12px/1 Helvetica Neue, Helvetica, Arial, sans-serif;
      margin: 0 auto;
      text-align: center;
      padding: 6px 0 4px;
      width: 24px;
      border: 1px solid #f2f2f2;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      -o-border-radius: 12px;
      border-radius: 12px;
      position: relative;
      top: -25px;
      background: #bede89; }
      div.history .balloon-graph dd.mod {
        background: #fcd488; }
      div.history .balloon-graph dd.del {
        background: #fa946b; }
  div.history .commit, div.history .empty, div.history .changes {
    margin: 0;
    position: relative;
    left: -5px;
    top: -127px;
    white-space: nowrap;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: left;
    width: fit-content; }

@media only screen and (max-width: 1023px) {
  div.history .commit, div.history .empty, div.history .changes {
    left: 0px;
    top: -119px; } }
div.current {
  padding: 80px 0 0;
  width: 180px;
  float: right; }
  div.current h3 {
    float: left;
    width: auto;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-family: Cambria, Georgia, Times, "Times New Roman", serif;
    font-style: normal;
    color: #585b51;
    padding: 0.7em 30px 1.1em 0;
    background: transparent url(/images/icon-stopwatch.png) no-repeat 93% 50%; }
    div.current h3 em, div.current h3 sub {
      float: left;
      display: block; }
    div.current h3 em {
      width: 60px;
      text-align: right;
      margin-right: 5px;
      font-size: 45px;
      font-size: 2.8125rem;
      font-style: normal;
      line-height: 1; }
    div.current h3 sub {
      width: 80px;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: lighter;
      line-height: 1.1;
      bottom: 0;
      top: 0.75em; }
    div.current h3 .solo {
      width: 140px;
      margin: 0 2px 8px 10px; }

div.current_website {
  float: right;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0; }
  div.current_website h3 {
    font-family: Cambria, Georgia, Times, "Times New Roman", serif;
    font-style: normal;
    color: #ffffff;
    margin: 0; }
    div.current_website h3 em {
      text-align: right;
      margin-right: 5px;
      font-style: normal; }
    div.current_website h3 sub {
      font-weight: lighter;
      line-height: 1;
      bottom: 0;
      top: 0; }
    div.current_website h3 .solo {
      width: 140px;
      margin: 0 2px 8px; }
  div.current_website a.request_backup_button {
    margin-top: 0.8em; }
  div.current_website p.backup_in_process {
    color: #ffffff;
    margin: 0; }

@media only screen and (max-width: 1199px) {
  div.current_website h3 {
    width: 100%;
    padding: 0; } }
#files {
  *zoom: 1;
  padding: 2.5em 39px;
  margin: 1em -39px 3em;
  border-top: 1px solid #E0E0E0; }
  #files:after {
    content: "";
    display: table;
    clear: both; }
  #files h2 {
    margin: 0 0 0.75em;
    text-transform: uppercase; }
  #files h2, #files p {
    float: left;
    width: auto; }
  #files p {
    font-family: Cambria, Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    color: #a8a8a8;
    margin-left: 1em; }
  #files figure {
    overflow: hidden;
    *zoom: 1;
    width: 100%;
    line-height: 1.5em;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-top: 0.5em;
    margin-bottom: 1.5em; }
    #files figure span {
      display: block;
      float: left;
      width: 10%;
      -webkit-box-shadow: -1px 0 0 #fff inset;
      -moz-box-shadow: -1px 0 0 #fff inset;
      box-shadow: -1px 0 0 #fff inset;
      text-indent: -99em;
      background: #c5c5c5; }
      #files figure span.type-1 {
        background: #f97f4e; }
      #files figure span.type-2 {
        background: #5aa0d7; }
      #files figure span.type-3 {
        background: #d883b8; }
      #files figure span.type-4 {
        background: #96d6f1; }
      #files figure span.type-5 {
        background: #08c7a9; }
      #files figure span.type-6 {
        background: #fac350; }
      #files figure span.type-7 {
        background: #46d7cc; }
      #files figure span.type-8 {
        background: #909093; }
      #files figure span.type-9 {
        background: #fc8e23; }
      #files figure span.type-10 {
        background: #957f56; }
      #files figure span.type-11 {
        background: #9cddb4; }
  #files dl {
    float: left;
    width: auto;
    min-width: 16%;
    margin: 0 0 0.25em; }
    #files dl:before {
      content: "";
      display: block;
      float: left;
      margin: 3px 3px 0 0;
      text-align: center;
      height: 10px;
      width: 10px;
      position: relative;
      top: 1px;
      border: 1px solid #f2f2f2;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      -o-border-radius: 12px;
      border-radius: 12px;
      background: #c5c5c5; }
    #files dl.type-1:before {
      background: #f97f4e; }
    #files dl.type-2:before {
      background: #5aa0d7; }
    #files dl.type-3:before {
      background: #d883b8; }
    #files dl.type-4:before {
      background: #96d6f1; }
    #files dl.type-5:before {
      background: #08c7a9; }
    #files dl.type-6:before {
      background: #fac350; }
    #files dl.type-7:before {
      background: #46d7cc; }
    #files dl.type-8:before {
      background: #909093; }
    #files dl.type-9:before {
      background: #fc8e23; }
    #files dl.type-10:before {
      background: #957f56; }
    #files dl.type-11:before {
      background: #9cddb4; }
    #files dl:nth-of-type(6n+7) {
      clear: left;
      margin-left: 0; }
  #files dt, #files dd {
    font-size: 12px;
    font-size: 0.75rem; }
  #files dt {
    text-transform: uppercase; }

#dir_picker_reload_form {
  max-width: 70%; }

.addnewsite {
  background: #E4F2FD url("/images/stripes_bg.png") repeat;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 30px 50%;
  width: 200%;
  margin-left: -50%; }
  .addnewsite .feature-button {
    width: 100%;
    text-align: center;
    overflow: hidden; }
  .addnewsite .addnewsite_copy {
    padding-right: 40px; }

.watch_tutorial {
  display: block;
  margin-top: 30px; }

.add_new_site_title {
  margin-top: 0; }

.orclass {
  font-weight: 700;
  margin: 20px 0 20px auto;
  display: block;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.orclassinline {
  font-weight: 700;
  margin: 0px 10px 0px 10px !important;
  display: inline-table;
  text-align: center;
  text-transform: uppercase; }

.add_sites_dash h3, .add_sites_dash_sub h3 {
  font-size: 22px;
  margin-top: 9px;
  color: #525252; }

.add_sites_dash .button, .add_sites_dash_sub .button {
  display: inline-block;
  border: none;
  background: #9dc735;
  background-image: none;
  margin-right: 23px;
  margin-top: -6px;
  color: white;
  font: 15px "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px 10px 15px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.add_sites_dash .button:hover, .add_sites_dash .button:focus {
  background-color: #f75c1f;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.04)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04)); }

.add_sites_dash_hg {
  background: #f5f4f4 url(/images/snappy_alert.png) no-repeat 3.5% 50%;
  background-size: 160px auto;
  border-bottom: 1px solid #EEE;
  padding: 1px 30px 10px 205px;
  width: 100%;
  height: 173px; }
  .add_sites_dash_hg h1 {
    margin-top: 20px;
    margin-bottom: 3px;
    display: inline-block;
    font-size: 27px; }

#mysites {
  width: 100%; }

.site-list {
  font-size: 16px;
  width: 100%;
  border-collapse: separate;
  border: 1px solid #ccd5db;
  border-radius: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }
  .site-list thead th {
    font-weight: 600;
    font-size: 16px;
    color: #4B565E;
    padding: 20px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
    .site-list thead th a {
      text-decoration: none; }
  .site-list tbody {
    border: 1px solid #e2e2e2;
    border-width: 0 1px 1px; }
    .site-list tbody td {
      border-top: 1px solid #e2e2e2;
      padding: 20px;
      text-align: left;
      vertical-align: inherit;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
  .site-list .name {
    text-align: left; }
  .site-list .name_title {
    background: url(/images/ico_sortable_arrows.png) no-repeat 30% 55%;
    padding-right: 70px; }
    .site-list .name_title a {
      padding-right: 15px; }
  .site-list .date_added_title a {
    background: url(/images/ico_sortable_arrows.png) no-repeat 96% 50%;
    padding-right: 15px;
    position: relative;
    left: 10px; }
  .site-list .site-database td {
    border-top: none;
    display: table-cell;
    vertical-align: middle; }
  .site-list .site-database td.DatabaseBackup {
    background: transparent url("/images/icon-db-trans.png") 7% 50% no-repeat;
    padding-left: 50px;
    text-align: left;
    border-top: none; }
  .site-list .site-database td.MssqlDatabaseBackup {
    background: transparent url("/images/ico_ms_db.png") 1em center no-repeat;
    padding-left: 50px;
    text-align: left;
    border-top: none; }

.site-list tbody tr.odd {
  background: #fbfbfb; }

.site-list tbody tr .col_1 {
  width: 30%;
  vertical-align: middle; }
  .site-list tbody tr .col_1 .backup_select #lastfilebackup {
    width: 12em;
    border-radius: 2px;
    border: solid 1px #ccc;
    padding: 0.4em;
    outline: none;
    display: block;
    width: 75%;
    border-radius: 3px;
    padding: 10px 15px;
    font-family: "Arial";
    font-size: 14px;
    box-sizing: border-box;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-color: transparent;
    float: left;
    height: 30px; }

.fluid-tables {
  overflow-x: auto;
  max-width: 300px; }

.other_databases td {
  border-top: 1px solid #e2e2e2 !important; }

.database-list .site-database td {
  border-top: 1px solid #f5f5f5; }
.database-list .site-database td.DatabaseBackup {
  border-top: 1px solid #f5f5f5; }
.database-list .site-database td.MssqlDatabaseBackup {
  border-top: none; }

#pricingplans {
  background: transparent url(/images/bg-roughpaper.jpg) repeat-x 0 0;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 26px 20px;
  margin-bottom: 4em;
  -webkit-box-shadow: inset 0px 40px 40px 0px rgba(219, 206, 187, 0.4);
  box-shadow: inset 0px 40px 40px 0px rgba(219, 206, 187, 0.4); }
  #pricingplans div.plan {
    float: left;
    width: 100%;
    margin: 0 0 0 30px;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
    min-height: 420px;
    -webkit-box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.06); }
  #pricingplans div.plan:first-child {
    margin-left: 0; }
  #pricingplans hgroup {
    color: #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
    margin-bottom: 20px;
    margin-top: 5px; }
    #pricingplans hgroup h2 {
      font: bold 33px/40px Helvetica Neue, Helvetica, Arial, sans-serif;
      text-shadow: 2px 2px #ebebeb;
      text-transform: uppercase;
      float: left;
      width: auto;
      margin: 0; }
    #pricingplans hgroup h3 {
      float: right;
      width: auto;
      margin: 0;
      font: italic 14px/24px Helvetica Neue, Helvetica, Arial, sans-serif;
      padding-top: 12px; }
  #pricingplans div.value {
    width: 60%;
    float: left;
    min-height: 290px; }
    #pricingplans div.value ul {
      list-style: none;
      font-size: 12px;
      margin: 0; }
      #pricingplans div.value ul li[class] {
        font-weight: bold;
        background: transparent none no-repeat 0 50%; }
      #pricingplans div.value ul li {
        margin-bottom: 1em;
        padding-left: 1.75em; }
      #pricingplans div.value ul li.backup {
        background-image: url(/images/icon-backup.png); }
      #pricingplans div.value ul li.restore {
        background-image: url(/images/icon-restore.png); }
      #pricingplans div.value ul li.support {
        background-image: url(/images/icon-support.png);
        background-position: 2px 50%; }
  #pricingplans .storage {
    font: 600 normal 52px/56px Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #3d3a32;
    padding-left: 20px;
    margin-bottom: 40px; }
    #pricingplans .storage storage {
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 65px;
      font-weight: normal;
      margin-right: 5px; }
    #pricingplans .storage sub {
      display: block;
      font: italic 14px/1.25 Helvetica Neue, Helvetica, Arial, sans-serif; }
  #pricingplans .form {
    width: 40%;
    float: right;
    padding-top: 15px;
    min-height: 290px; }
    #pricingplans .form p {
      text-align: center;
      font: italic 12px/2 Helvetica Neue, Helvetica, Arial, sans-serif;
      margin-bottom: 35px; }
      #pricingplans .form p em {
        display: block;
        font-size: 14px;
        border-bottom: 1px solid #3b3b3b;
        margin-top: 15px; }
    #pricingplans .form label {
      display: block;
      float: left;
      width: 100%;
      font: italic 14px/1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
      padding-left: 20px;
      position: relative;
      margin-bottom: 5px; }
      #pricingplans .form label .push {
        margin-bottom: 23px; }
      #pricingplans .form label input[type='radio'] {
        position: absolute;
        top: 0.55em;
        left: 0; }
      #pricingplans .form label small {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-style: normal;
        display: block; }
      #pricingplans .form label em {
        color: #f75c1f; }
      #pricingplans .form label em:before {
        content: "- "; }
  #pricingplans .big-button {
    display: block;
    margin: 0 7%;
    border: none;
    background: #9dc735;
    background-image: none;
    color: white;
    font: lighter 16px/1.2 Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.5em 1em 0.3em;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.04)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04)); }
  #pricingplans .big-button:hover {
    background-color: #f75c1f;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.04)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04)); }
  #pricingplans .big-button:focus {
    background-color: #f75c1f;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.04)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04)); }
  #pricingplans div.fineprint {
    clear: both;
    border-top: 1px solid #3b3b3b;
    padding: 0.5em 0; }
    #pricingplans div.fineprint p {
      font: italic 12px/1.25 Helvetica Neue, Helvetica, Arial, sans-serif;
      margin: 0.5em 0; }

.confirm_description {
  height: 100px; }

div.restore {
  float: left;
  padding: 20px 0; }
  div.restore h2 {
    font-weight: normal;
    padding: 0 0 0.2em 40px;
    margin-bottom: 8px;
    margin-top: 17px;
    background-image: url(/images/icon-zipfile-small.png);
    background-position: 0 12px;
    background-repeat: no-repeat; }
  div.restore.all h2 {
    background-image: url(/images/icon-all-small.png); }
  div.restore.file h2 {
    background-image: url(/images/icon-single-small.png);
    background-position: 0 12px;
    background-repeat: no-repeat; }

.link_appear_success {
  width: 500px;
  border-bottom: 1px solid #ccc;
  margin-top: 30px; }

.test_restore_loading {
  border-bottom: 1px solid #ccc;
  width: 500px;
  height: 74px; }
  .test_restore_loading div {
    margin-left: 200px; }

.test_restore_page p {
  margin-top: 10px; }
.test_restore_page .mad_scientist {
  float: right;
  width: 380px;
  height: auto;
  padding-left: 30px;
  position: relative;
  top: -25px; }
.test_restore_page .mad_scientist_sad {
  float: right;
  padding-left: 30px;
  width: 400px;
  height: auto;
  position: relative;
  top: -25px; }
.test_restore_page .restore_failed strong {
  display: block;
  margin: 15px 0px;
  padding: 10px 14px;
  background: #FFCFCF;
  width: 460px;
  border-radius: 3px; }
.test_restore_page .restore_failed a {
  color: #1fb4e3; }
.test_restore_page .restore_failed .go-big {
  color: #585b51; }
.test_restore_page .restore_failed ol li, .test_restore_page .restore_failed ul li {
  font-size: 0.875rem;
  line-height: 1.714;
  color: #666666;
  margin: 0 0 1em; }

.test_restore_h2 {
  background: url(/images/ico_lightning_bolt.png) no-repeat 0% 50%;
  background-size: 11px auto;
  padding-left: 21px;
  margin-bottom: 9px; }

div.restore_do {
  margin-bottom: 20px; }
  div.restore_do .fake-big-button {
    margin-bottom: 0.75em; }
  div.restore_do .icon {
    float: left;
    padding: 140px 0em 1em;
    background: transparent url(/images/icon-zipfile-huge.png) no-repeat 50% 40px; }
    div.restore_do .icon.all {
      background-image: url(/images/icon-all-huge.png); }
    div.restore_do .icon.file {
      background-image: url(/images/icon-single-huge.png); }
    div.restore_do .icon.themes {
      background-image: url("/images/ico_themes.png"); }
    div.restore_do .icon.active_theme {
      background-image: url("/images/ico_active_theme.png"); }
    div.restore_do .icon.plugins {
      background-image: url("/images/ico_plugin2.png"); }
    div.restore_do .icon h2 {
      font-family: "Open Sans", sans-serif;
      font-weight: normal;
      text-align: center;
      padding-bottom: 0.75em;
      margin-bottom: 0.75em; }
    div.restore_do .icon h2, div.restore_do .icon p {
      color: #a8a8a8; }
    div.restore_do .icon h3 {
      font-weight: 600; }
  div.restore_do .ricons {
    float: left;
    padding-right: 60px;
    min-height: 200px; }
    div.restore_do .ricons i {
      font-size: 76px;
      color: #cccccc;
      margin-top: 40%; }
  div.restore_do .rinfo {
    padding: 0; }
    div.restore_do .rinfo h2 {
      margin-bottom: 0px; }
  div.restore_do .rrecommended {
    background: #fff7cf;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px; }
  div.restore_do .info {
    float: right;
    width: 66%;
    padding: 2em 1em; }
    div.restore_do .info a.big-button {
      margin-bottom: 0.75em; }
    div.restore_do .info p {
      display: block; }
    div.restore_do .info p.disabled_restore_warning {
      color: #585b51; }
    div.restore_do .info h2 {
      margin-bottom: 0; }
    div.restore_do .info ul {
      border-color: #1fb4e3;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }

div.snapshot {
  margin-top: 100px; }
  div.snapshot .comliheader {
    margin: 0px; }
  div.snapshot .go-big {
    margin-top: 30px; }
  div.snapshot a {
    margin-top: 0px; }
  div.snapshot h2 {
    margin-bottom: 40px;
    margin-top: 0; }
  div.snapshot h3 {
    font-size: 22px;
    font-size: 1.375rem; }
    div.snapshot h3 strong {
      font-weight: normal;
      color: #585b51; }

.backuplist {
  list-style: none;
  border-bottom: 1px solid #ccd5db;
  padding: 0;
  display: table;
  clear: both;
  width: 100%; }
  .backuplist div {
    overflow: hidden;
    *zoom: 1; }

.timestamp {
  font-size: 16px;
  margin-top: 10px; }
  .timestamp span {
    display: inline-block;
    color: #fff;
    background: #96D6F1;
    padding: 5px 15px;
    min-width: 36px;
    margin-right: 5px;
    font-weight: bold;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase; }
  .timestamp em {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    margin-right: 0.5em; }

#new_payment_form label.error {
  color: red; }
#new_payment_form input[type='text'].short {
  width: 33%; }
#new_payment_form .page_errors {
  color: red; }
#new_payment_form .fieldWithErrors input {
  border-color: red; }

#new_payment_form_errors .page_errors p {
  color: red; }

#user_plans {
  border: 1px solid #ccd5db;
  overflow: hidden;
  border-radius: 5px; }
  #user_plans ul {
    margin: 0px;
    padding: 15px 15px;
    border-bottom: 1px solid #ececec;
    width: 100%;
    display: block;
    float: left;
    list-style: none outside none;
    width: 100%; }
    #user_plans ul:last-child {
      margin-bottom: 20px;
      border: none; }
    #user_plans ul li {
      text-align: left;
      float: left;
      display: block;
      overflow: hidden;
      height: 22px;
      padding: 0px; }
      #user_plans ul li:first-child {
        width: 300px;
        text-align: left; }
    #user_plans ul #email {
      width: 25%; }
    #user_plans ul #plan_id {
      width: 5%; }
    #user_plans ul #plan_name {
      width: 20%; }
    #user_plans ul #plan_price {
      width: 10%; }
    #user_plans ul #plan_date {
      width: 20%; }
    #user_plans ul #user_date {
      width: 20%; }
  #user_plans .header li {
    margin: 10px 0px;
    font-weight: bold;
    text-decoration: none; }
  #user_plans .canceled li {
    text-decoration: line-through; }

@media only screen and (max-width: 991px) {
  #user_plans ul li {
    width: 100% !important;
    float: none !important; }
  #user_plans #email {
    width: 100% !important; }
  #user_plans #plan_name {
    width: 100% !important; }
  #user_plans #plan_price {
    width: 100% !important; }
  #user_plans #plan_date {
    width: 100% !important; }
  #user_plans #user_date {
    width: 100% !important; } }
#server_list ul {
  list-style: none outside none;
  width: 100%;
  padding: 0;
  margin: 1em 0; }
  #server_list ul li {
    display: block;
    overflow: hidden; }
  #server_list ul .server_name {
    font-weight: bold; }
  #server_list ul .server_details {
    height: 150px; }
  #server_list ul .cell {
    float: left;
    width: 125px; }
    #server_list ul .cell p {
      text-align: center; }

#website_support ul {
  list-style: none outside none;
  width: 100%;
  margin: 0;
  padding: 0; }
  #website_support ul li {
    display: block;
    overflow: hidden; }
  #website_support ul .header {
    font-weight: bold; }
  #website_support ul .cell {
    overflow: hidden;
    white-space: nowrap;
    float: left; }
  #website_support ul #type {
    width: 45px; }
  #website_support ul #id {
    width: 45px; }
  #website_support ul #created {
    width: 115px; }
  #website_support ul #started {
    width: 115px; }
  #website_support ul #completed {
    width: 115px; }
  #website_support ul #locked_by {
    width: 150px; }
  #website_support ul #error {
    width: 150px; }
  #website_support ul #detail {
    width: 125px; }
#website_support ul.credentials {
  margin: 0;
  font-size: 16px; }
  #website_support ul.credentials li {
    display: block;
    overflow: hidden; }
    #website_support ul.credentials li div {
      padding: 10px 0px; }
  #website_support ul.credentials .label {
    font-weight: 600; }
  #website_support ul.credentials .info {
    width: 60%; }
    #website_support ul.credentials .info textarea {
      width: 100%; }
#website_support ul.file_info {
  margin: 1em; }
  #website_support ul.file_info li {
    display: block;
    overflow: hidden; }
    #website_support ul.file_info li div {
      padding: 0.5em;
      float: left; }
  #website_support ul.file_info .label {
    font-weight: bold; }
  #website_support ul.file_info .info {
    width: 400px; }
    #website_support ul.file_info .info textarea {
      width: 100%; }
#website_support .support_actions div {
  margin-top: 10px; }

.source_expander:hover {
  color: #b3d876;
  cursor: pointer; }

.sub_rows td {
  border: none;
  background-color: #d1d0ce; }

.sub_other td {
  background-color: white; }

#chart_key li {
  display: inline; }

#bill_dash_top td {
  vertical-align: middle; }

.dashboard_entry td {
  vertical-align: middle; }

.colorbox {
  width: 150px;
  height: 150px; }

.colorweb {
  font-weight: 600; }

.wp_update_status {
  width: 100%; }
  .wp_update_status .loading p {
    text-align: center; }
  .wp_update_status .plugin_updates {
    border: 1px solid #e2e2e2; }
    .wp_update_status .plugin_updates .icon img {
      width: 90px; }
    .wp_update_status .plugin_updates .icon.grid_2 {
      width: 140px; }

.wp_tagged_sites_container {
  float: left;
  width: 73%;
  margin-bottom: 37px; }
  .wp_tagged_sites_container h1 {
    margin-top: 0px; }
  .wp_tagged_sites_container .site-tags td {
    border-top: medium none; }

.wp_tagged_sites_filter {
  float: left;
  width: 24%;
  margin-bottom: 37px;
  margin-right: 20px; }
  .wp_tagged_sites_filter h1 {
    margin-top: 0px; }
  .wp_tagged_sites_filter table {
    width: 90%;
    margin: 0 auto; }
    .wp_tagged_sites_filter table tr {
      border: none; }
    .wp_tagged_sites_filter table td {
      padding-left: 0px; }

.wp_tagged_sites_filter aside {
  border: 1px solid #e2e2e2; }

.wp_filter_title {
  float: left; }

.wp_filters {
  float: right;
  margin: 1em 0 0; }

.wp_filters > a {
  text-decoration: none; }

.tag_filter {
  float: left;
  margin: 15px 0;
  max-width: 100%;
  padding: 0; }

.wp_update_status {
  margin: 0 0 30px; }
  .wp_update_status .section_row {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    margin-bottom: 0;
    margin-top: 5px;
    overflow: hidden;
    padding: 10px; }
  .wp_update_status h2 {
    margin-top: 4px;
    color: #666666;
    text-shadow: none;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 53px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
  .wp_update_status .slug_checkbox.grid2 {
    display: inline-table;
    float: left;
    width: 2%; }
  .wp_update_status .plugin_updates {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 10px;
    /* Style the tab */
    /* Style the buttons inside the tab */
    /* Change background color of buttons on hover */
    /* Create an active/current tablink class */
    /* Style the tab content */ }
    .wp_update_status .plugin_updates .center {
      margin: 0; }
    .wp_update_status .plugin_updates .wpcore_row, .wp_update_status .plugin_updates .plugin_row, .wp_update_status .plugin_updates .themes_row {
      cursor: pointer; }
    .wp_update_status .plugin_updates .tab {
      overflow: hidden;
      border: 1px solid #ccc;
      background-color: #eeeeee;
      margin-bottom: 20px; }
    .wp_update_status .plugin_updates .updatecount {
      display: block;
      font-size: 20px;
      font-weight: 700;
      line-height: 12px; }
    .wp_update_status .plugin_updates .tab button {
      background: #f4f4f4 linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0)) repeat scroll 0 0;
      box-shadow: none;
      height: 66px;
      float: left;
      font-size: 12px;
      color: #000000 !important;
      border: none;
      border-radius: 0;
      outline: none;
      cursor: pointer;
      padding: 14px 16px;
      transition: 0.3s;
      text-transform: none;
      margin-bottom: 0; }
    .wp_update_status .plugin_updates .tab button:hover {
      background-color: #dddddd; }
    .wp_update_status .plugin_updates .tab button.active {
      background-color: #1fb4e3;
      color: #ffffff !important; }
    .wp_update_status .plugin_updates .tab button.active::before {
      background: #fff none repeat scroll 0 0;
      border-left: 1px solid #ccc;
      border-top: 1px solid #ccc;
      content: " ";
      height: 10px;
      margin-left: -6px;
      margin-top: 50px;
      position: absolute;
      text-align: center;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      width: 10px; }
    .wp_update_status .plugin_updates .tabcontent {
      display: none; }
  .wp_update_status .site_row {
    margin: 10px 25px 0; }
  .wp_update_status .description > p {
    margin: 0;
    padding: 0;
    line-height: 21px;
    overflow: hidden;
    max-height: 110px; }
  .wp_update_status .update {
    margin: 20px 0 10px; }

.affected_sites .item_checkbox {
  display: inline-table;
  float: left;
  width: 2%; }

.wordpress_sites h2 {
  margin-top: 4px;
  color: #666666;
  text-shadow: none;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 53px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.view_all_backups {
  float: left;
  clear: left;
  margin-top: 15px; }

.border_stripes {
  background: #909090;
  height: 14px;
  z-index: 100;
  position: relative;
  margin-bottom: -3px; }

.wrap_it_all {
  margin: 0px;
  padding: 0px; }

.progress_wrapper {
  background: url(/images/bg-texture-grey.jpg) repeat;
  border: 2px solid #1fb4e3;
  margin: 20px auto;
  width: 962px;
  min-height: 679px;
  position: relative;
  z-index: 10; }
  .progress_wrapper .open {
    height: 90px;
    width: 99%;
    margin-bottom: 20px;
    margin-top: 17px; }
    .progress_wrapper .open .tweetorange {
      float: left;
      position: relative;
      left: 13px;
      margin-top: 5px; }
      .progress_wrapper .open .tweetorange img {
        position: relative;
        left: 50px; }
      .progress_wrapper .open .tweetorange ul {
        position: relative;
        top: -15px; }
        .progress_wrapper .open .tweetorange ul li {
          background: transparent;
          list-style: none;
          text-align: center;
          margin-bottom: -5px; }
          .progress_wrapper .open .tweetorange ul li a {
            font-size: 12px;
            color: #E8954C;
            text-decoration: none; }
            .progress_wrapper .open .tweetorange ul li a:hover {
              text-decoration: underline; }
  .progress_wrapper .close_ex {
    position: relative;
    top: -618px;
    right: 5px;
    float: right; }
    .progress_wrapper .close_ex a img {
      width: 16px;
      height: 16px; }

.error .new_signup_flow_errors2 {
  margin-bottom: -15px;
  margin-left: 0px;
  width: 100% !important; }
  .error .new_signup_flow_errors2 #errorExplanation {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: url("/images/stripes_bg.png") repeat !important;
    background-color: #fff6f6 !important;
    border: 1px solid #C65656 !important;
    width: 100% !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important; }

.whoops_error {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: url("/images/stripes_bg.png") repeat;
  background-color: #fff6f6;
  border: 1px solid #C65656;
  width: 100% !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important; }
  .whoops_error p {
    padding: 0px; }
  .whoops_error ul {
    padding: 0px; }
    .whoops_error ul li {
      font-size: 0.875rem;
      line-height: 1.714;
      color: #fff;
      list-style: none; }
  .whoops_error a {
    color: #f75c1f;
    font-weight: bold; }

.progress_wrapper_fail {
  background: #fdf8f3;
  border-bottom: 10px solid #E4F2FD;
  min-height: 270px;
  padding: 1px 20px 0px 25px;
  position: relative; }
  .progress_wrapper_fail #activationFailedProgress {
    color: #585b51;
    padding: 15px 10px 0px 75px;
    font-size: 14px;
    margin: 0px;
    margin-top: -19px;
    background: transparent url(/images/illustration-uhoh.png) no-repeat 0% 95%;
    position: relative;
    overflow: hidden; }
    .progress_wrapper_fail #activationFailedProgress h1 {
      font-size: 24px;
      color: #545353;
      text-shadow: none; }
    .progress_wrapper_fail #activationFailedProgress p {
      font-size: 14px; }
    .progress_wrapper_fail #activationFailedProgress h2 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 5px;
      margin-top: -5px;
      color: #545353;
      text-shadow: none; }
    .progress_wrapper_fail #activationFailedProgress ul {
      margin: 0px;
      padding: 0px; }
      .progress_wrapper_fail #activationFailedProgress ul li {
        background: transparent;
        font-size: 14px;
        line-height: 20px;
        list-style: none; }
  .progress_wrapper_fail .failed_over_quota {
    color: #585b51;
    padding: 15px 10px 24px 75px;
    font-size: 14px;
    margin: 0px;
    margin-top: -19px;
    background: transparent url(/images/illustration-uhoh.png) no-repeat 0% 75%;
    position: relative;
    overflow: hidden; }
    .progress_wrapper_fail .failed_over_quota h1 {
      font-size: 24px;
      color: #545353;
      text-shadow: none; }
    .progress_wrapper_fail .failed_over_quota p {
      font-size: 14px; }
    .progress_wrapper_fail .failed_over_quota h2 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 5px;
      margin-top: -5px;
      color: #545353;
      text-shadow: none; }
    .progress_wrapper_fail .failed_over_quota ol {
      margin: 0px;
      padding: 0px;
      padding-left: 15px; }
      .progress_wrapper_fail .failed_over_quota ol li {
        background: transparent;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px; }

.boxedsection {
  background: #fff;
  border: 1px solid #e0dfdf;
  box-shadow: 1px 0px 1px #f1f1f1;
  -moz-box-shadow: 1px 0px 1px #f1f1f1;
  -webkit-box-shadow: 1px 0px 1px #f1f1f1;
  padding: 2px 2px 10px 2px;
  margin: 5px; }

.topbox {
  width: 900px;
  margin: 27px;
  margin-bottom: 0px;
  background: #fff url(/images/line_through_initiated_green.png) no-repeat 45% 69%;
  height: 165px; }
  .topbox .headerarea {
    background: #fbfbfb;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
    height: 60px; }
    .topbox .headerarea h1 {
      font-size: 20px !important;
      text-shadow: none;
      position: relative;
      top: 1px;
      color: #4B565E;
      font-weight: 600;
      margin: 5px;
      float: left; }
    .topbox .headerarea h2 {
      font-size: 18px;
      color: #B0AEAE;
      position: relative;
      top: 2px;
      float: right; }
      .topbox .headerarea h2 span {
        color: #1fb4e3; }

.in_progress {
  padding: 0px 0px 10px 0px;
  float: left; }
  .in_progress h2 {
    font-size: 22px;
    font-weight: bold;
    color: #e8954c; }

@media only screen and (max-width: 1199px) {
  .in_progress {
    margin-left: 0; } }
@media only screen and (max-width: 959px) {
  .initial_activation_fedex {
    display: none; } }
.backup_progress {
  width: 533px;
  float: left;
  height: 445px;
  padding: 19px;
  margin-left: 27px;
  overflow: hidden;
  padding-top: 13px; }
  .backup_progress ol {
    margin-top: 5px;
    padding: 0px; }
    .backup_progress ol li {
      list-style: none;
      padding: 2px 0px 0px 23px;
      margin-bottom: 7px !important;
      font-size: 14px;
      font-weight: 600 !important;
      color: #4B565E; }
      .backup_progress ol li ul {
        margin: 0px;
        padding: 0px; }
        .backup_progress ol li ul li {
          list-style: none;
          color: #a4a3a3;
          font-size: 12px;
          padding: 0px;
          display: inline;
          font-weight: 100; }
  .backup_progress h2 {
    margin: 0px;
    padding-bottom: 3px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ececec;
    color: #4B565E;
    font-weight: 600 !important;
    font-size: 18px; }

.select {
  background: url(/images/ico_check.png) no-repeat 100% 50%;
  padding-right: 15px; }

.greyed {
  color: #b1b1b1 !important; }
  .greyed:hover {
    text-decoration: none !important;
    cursor: default; }

.notstarted ul li {
  opacity: 0; }

.initiated {
  background: url(/images/ico_initiated_small.png) no-repeat 0% 12% !important; }

.active.initiated {
  background: url(/images/ico_initiated_small_active.png) no-repeat 0% 12% !important; }

.pickedup {
  background: url(/images/ico_pickedup_small.png) no-repeat 0% 12% !important; }

.active.pickedup {
  background: url(/images/ico_pickedup_small_active.png) no-repeat 0% 12% !important; }

.intransit {
  background: url(/images/ico_intransit_small.png) no-repeat 0% 12% !important; }

.active.intransit {
  background: url(/images/ico_intransit_small_active.png) no-repeat 0% 12% !important; }

.delivered {
  background: url(/images/ico_delivered_small.png) no-repeat 0% 12% !important; }

.active.delivered {
  background: url(/images/ico_delivered_small_active.png) no-repeat 0% 12% !important; }

.active {
  color: #4B565E !important;
  font-weight: 400 !important; }
  .active ul li {
    opacity: 10; }

.boxwrapper {
  float: right; }

.starttime, .endtime, .twitfb, .email {
  width: 360px;
  margin-left: 0px;
  height: 95px;
  padding: 19px;
  margin-right: 27px;
  padding-top: 13px;
  color: #B0AEAE; }
  .starttime p, .endtime p, .twitfb p, .email p {
    font-size: 13px;
    color: #4B565E; }
  .starttime h2, .endtime h2, .twitfb h2, .email h2 {
    margin: 0px;
    padding-bottom: 3px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ececec;
    color: #4B565E;
    font-weight: 600 !important;
    font-size: 18px; }

.customer_quotes {
  width: 360px;
  margin-left: 0px;
  height: 300px;
  padding: 19px;
  margin-right: 27px;
  padding-top: 13px; }
  .customer_quotes p {
    font-size: 14px;
    font-weight: 400; }
    .customer_quotes p span {
      display: block;
      margin-top: 10px;
      font-weight: 500; }
  .customer_quotes h2 {
    margin: 0px;
    padding-bottom: 3px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ececec;
    color: #4B565E;
    font-weight: 600 !important;
    font-size: 18px; }

.notifications_box p {
  color: #878787 !important;
  font-size: 13px !important; }

.current_testimonial {
  position: absolute;
  background: white;
  z-index: 100;
  width: 325px;
  margin-top: 260px;
  margin-left: 745px;
  font-size: 14px;
  color: #878787; }
  .current_testimonial span {
    display: block;
    margin-top: 10px;
    font-weight: 600; }

.emaileditsettings {
  position: relative;
  right: 0px;
  top: -8px;
  font-size: 13px;
  color: #B0AEAE; }

.email {
  height: 140px;
  font-size: 12px; }
  .email ul {
    margin: 0px;
    margin-right: 30px;
    padding: 0px; }
    .email ul li {
      line-height: 16px;
      list-style: none;
      font-size: 12px;
      color: #4B565E; }
      .email ul li a {
        font-size: 13px;
        color: #dc9526;
        text-decoration: none; }
        .email ul li a:hover {
          text-decoration: underline; }
  .email .button {
    border: none;
    background: #1fb4e3;
    background-image: none;
    margin-right: 23px;
    position: relative;
    top: 15px;
    color: white;
    font: 16px "Open Sans", sans-serif;
    font-weight: 600;
    text-decoration: none;
    padding: 13px 15px 12px 15px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; }
    .email .button:hover {
      background: #0793BF; }

.twitfb {
  height: 100px; }
  .twitfb ul {
    margin: 0px;
    margin-right: 30px;
    padding: 0px; }
    .twitfb ul li {
      line-height: 15px;
      list-style: none;
      background: none;
      display: inline;
      margin: 0px 13px 0px 0px !important;
      position: relative;
      top: 5px; }
      .twitfb ul li .orangelink2 {
        background: url(/images/ico_fb_orange.png) no-repeat 0% 50%;
        padding-left: 12px;
        position: relative;
        padding-top: 2px;
        top: -1px; }
      .twitfb ul li .orangelink_twitter {
        background: url(/images/ico_tw_orange.png) no-repeat 0% 50%;
        padding-left: 21px;
        position: relative;
        top: -1px; }
      .twitfb ul li a {
        font-size: 13px;
        color: #dc9526;
        text-decoration: none; }
        .twitfb ul li a:hover {
          text-decoration: underline; }

div.current h3, div.current aside h1, aside div.current h1 {
  padding: 0.6em 30px 1.7em 0; }

div.current a {
  max-width: 133px;
  word-wrap: break-word;
  margin: 0 auto;
  display: block;
  clear: both;
  position: relative;
  top: 7px;
  text-align: center; }

div.current p {
  margin-left: 29px;
  font-size: 12px;
  position: relative;
  top: 6px;
  color: #B3B3B3;
  font-smoothing: antialiased;
  font: normal normal 12px/1 "Open Sans", sans-serif;
  background: url(/images/ico_grey_check_12.png) no-repeat 100% 48% !important;
  float: left;
  padding-right: 15px; }

.no-sites {
  background: url(/images/bg_blurry_blackwhite.png) no-repeat center 237px;
  height: 1033px;
  clear: both; }

.nosite_preview {
  position: relative; }

.dashboard_preview {
  padding: 14px;
  z-index: 1;
  border: 1px solid #adadad;
  border-top: none;
  box-shadow: 0px 0px 13px #A1A094;
  -moz-box-shadow: 0px 0px 13px #A1A094;
  -webkit-box-shadow: 0px 0px 13px #A1A094;
  background: #fff;
  text-align: center;
  position: relative;
  top: -60px;
  margin: 60px auto 0;
  width: 241px;
  height: 60px;
  clear: both; }
  .dashboard_preview p {
    font-size: 18px;
    font-family: Georgia;
    font-style: italic;
    margin: 0px;
    text-align: center; }

.no-sites li, .no-sites_progress li {
  background: #fff;
  border: none; }
.no-sites .button, .no-sites_progress .button {
  padding: 10px; }

.no_sites_added {
  opacity: 0.4; }
  .no_sites_added label {
    cursor: default; }
  .no_sites_added:hover {
    cursor: default; }

.zip_ui_top h1 {
  margin-bottom: 7px; }

.zip_ui_top .or {
  font-family: Georgia, serif;
  position: relative;
  top: -58px;
  left: 397px;
  font-style: italic;
  color: #8F8F8F;
  width: 20px; }

.zip_ui_top .button {
  display: inline-block;
  border: none;
  background: #9dc735;
  background-image: none;
  margin-top: 10px;
  margin-right: 31px;
  width: 44%;
  text-align: center;
  color: white;
  font: lighter 18px "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 15px 15px 15px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }
  .zip_ui_top .button:hover, .zip_ui_top .button:focus {
    background-color: #f75c1f;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.04)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04)); }

.zip_ui_top .para, .zip_ui_top .para2 {
  display: inline;
  margin-left: 90px;
  position: relative;
  top: 3px;
  color: #7D7C7C;
  font: 17px "Open Sans", sans-serif; }

.zip_ui_top .para2 {
  margin-left: 215px; }

.zip_ui_bottom {
  height: 340px;
  border-top: 1px solid #ddd;
  padding-top: 9px;
  margin-top: 15px; }
  .zip_ui_bottom #line_appear_success {
    background: transparent url(/images/cg_magician_words.png) no-repeat 0% 100%;
    width: 100%;
    text-align: center;
    height: 200px; }
    .zip_ui_bottom #line_appear_success div {
      border-bottom: 1px solid #DDD;
      background: url(/images/bg_shazam_lines.png) no-repeat 0% 0%;
      padding: 97px 40px 10px 0px;
      font-size: 0px;
      text-decoration: underline;
      margin-right: 30px;
      width: 430px;
      float: right;
      margin-top: 60px;
      position: relative;
      left: 20px;
      height: 120px; }
      .zip_ui_bottom #line_appear_success div p {
        line-height: 0px; }
        .zip_ui_bottom #line_appear_success div p a {
          color: #90BA3C;
          font-weight: bold;
          margin-left: 40px; }
          .zip_ui_bottom #line_appear_success div p a:hover {
            text-decoration: none; }
  .zip_ui_bottom #line_appear_fail {
    background: transparent url(/images/cg_magician.png) no-repeat 0% 100%;
    width: 100%;
    text-align: center;
    height: 200px; }
    .zip_ui_bottom #line_appear_fail div {
      border-bottom: 1px solid #DDD;
      font-size: 0px;
      margin-right: 30px;
      width: 400px;
      float: right;
      margin-top: 150px; }
      .zip_ui_bottom #line_appear_fail div p {
        color: #DB7A79; }
      .zip_ui_bottom #line_appear_fail div a {
        color: #BA3E3C;
        font-weight: bold; }

.zip_ui_bottom #loading {
  background: transparent url(/images/cg_magician.png) no-repeat 0% 100%;
  width: 100%;
  text-align: center;
  height: 200px; }
  .zip_ui_bottom #loading div {
    border-bottom: 1px solid #DDD;
    padding: 0px 40px 10px 40px;
    font-size: 0px;
    text-decoration: underline;
    margin-right: 30px;
    color: white;
    width: 400px;
    float: right;
    margin-top: 100px;
    text-align: center;
    height: 80px; }
    .zip_ui_bottom #loading div span {
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 10px;
      margin: 50px auto;
      background: black;
      border-radius: 50px;
      -webkit-animation: loader 0.9s infinite alternate;
      -moz-animation: loader 0.9s infinite alternate;
      margin-right: 5px; }
      .zip_ui_bottom #loading div span:nth-of-type(2) {
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s; }
      .zip_ui_bottom #loading div span:nth-of-type(3) {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s; }

@-webkit-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -webkit-transform: translateY(0); }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -webkit-transform: translateY(-21px); } }
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0); }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -moz-transform: translateY(-21px); } }
#loading span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 50px auto;
  background: black;
  border-radius: 50px;
  -webkit-animation: loader 0.9s infinite alternate;
  -moz-animation: loader 0.9s infinite alternate;
  margin-right: 5px; }
  #loading span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s; }
  #loading span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s; }

.multiproupgrade.rax_upgrade {
  min-height: 315px; }

.multiproupgrade.one_and_one_upgrade {
  min-height: 275px; }

.multiproupgrade {
  width: 100%;
  margin-bottom: 30px !important;
  border-radius: 3px;
  padding: 20px !important;
  border: 1px solid #dbdbdb;
  background: #fafafa;
  box-shadow: 10px 10px 10px #f6f6f6;
  min-height: 375px; }
  .multiproupgrade .options {
    margin-bottom: 10px; }
    .multiproupgrade .options .go-big, .multiproupgrade .options .big-button-other {
      float: none;
      display: table;
      width: 100%;
      margin: 10px 0 0;
      padding: 0; }
  .multiproupgrade .fake_options span {
    margin: 0px;
    cursor: default; }
  .multiproupgrade .fake_options .big-button-other {
    margin-top: 15px;
    margin-bottom: 3px; }
    .multiproupgrade .fake_options .big-button-other:hover {
      border: none;
      background: #9dc735;
      background-image: none;
      -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.04)));
      background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
      background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
      background-image: -o-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
      background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
      background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04)); }
  .multiproupgrade .fake_options .go-big {
    display: inline-block;
    background: transparent url(/images/icon-caret-black.png) no-repeat 100% 50%;
    font: normal 14px/1.429 "Open Sans", sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-top: 7px;
    padding-right: 20px;
    padding-top: 3px;
    padding-left: 0.5em;
    color: #585b51;
    text-decoration: underline;
    position: relative;
    right: 7px; }
  .multiproupgrade p.current_plan {
    font-size: 18px;
    float: right;
    margin: 0px;
    padding: 0px;
    margin-top: -20px;
    position: relative;
    right: 35px;
    opacity: 0.6; }
  .multiproupgrade ul {
    margin: 0px;
    margin-top: 0px;
    padding: 0px; }
    .multiproupgrade ul li {
      list-style: none;
      line-height: 1.714;
      color: #666666;
      margin: 0 0 10px 0; }
  .multiproupgrade .big-button-other {
    display: inline-block;
    margin-bottom: 5px;
    border: none;
    background: #1fb4e3;
    background-image: none;
    color: #ffffff !important;
    font: 600 16px/2.6 "Open Sans", sans-serif;
    text-decoration: none;
    height: 44px;
    vertical-align: top;
    padding: 0 20px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    display: block;
    margin-bottom: 3px; }
    .multiproupgrade .big-button-other:hover, .multiproupgrade .big-button-other:focus {
      color: #ffffff;
      background-color: #0793BF; }
    .multiproupgrade .big-button-other.alt {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.1;
      padding: 0.8em !important;
      position: relative;
      top: -2px;
      height: auto;
      top: -0.125rem; }
    .multiproupgrade .big-button-other a.small-button {
      background: #1fb4e3;
      display: inline-block;
      margin-bottom: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.25;
      padding: 6px 11px 6px 11px;
      color: #ffffff !important;
      cursor: pointer; }
      .multiproupgrade .big-button-other a.small-button:hover, .multiproupgrade .big-button-other a.small-button:focus {
        color: #ffffff;
        background: #0793BF; }
    .multiproupgrade .big-button-other a.delete {
      background: url(/images/icon-error.gif) left center no-repeat;
      color: #1fb4e3;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      padding-left: 1.5em; }
  .multiproupgrade h2 {
    text-transform: none;
    padding: 10px 10px 10px 10px;
    width: 100%;
    font-size: 30px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0px 0px 0px 0px;
    padding-left: 0px;
    text-align: left;
    font-weight: 500; }
    .multiproupgrade h2 .billedannually_upgrade, .multiproupgrade h2 .nomonthlybilling {
      color: #989898;
      font-size: 17px;
      font-weight: normal;
      display: inline;
      position: relative;
      top: -3px !important;
      opacity: 0.8;
      left: 1px; }
    .multiproupgrade h2 .nomonthlybilling {
      display: none; }
    .multiproupgrade h2 span {
      color: #1fb4e3;
      font-weight: normal; }
    .multiproupgrade h2 .dollar_sign {
      top: 0px;
      left: 0px;
      margin-right: -7px; }
  .multiproupgrade h3 {
    float: none;
    font-style: normal;
    font-weight: 300;
    font-size: 44px !important;
    background: #f4f4f4;
    border-bottom: 1px solid #e9e9e9;
    text-shadow: 1px 1px 0 white;
    color: #97C321;
    position: relative;
    margin: 0px;
    padding: 0px; }
    .multiproupgrade h3 span {
      font-size: 15px !important;
      text-transform: uppercase;
      position: relative;
      font-weight: 100 !important;
      right: 10px;
      color: #b1b1b1; }

.multiproupgrade.box_one p#multi_site_upgrade_note {
  width: 430px;
  text-align: left; }

.big-button-other.limit_note_btn {
  margin-top: -35px; }

.questions_section {
  border-top: 1px solid #ececec;
  margin-top: 15px;
  width: 100%;
  display: block; }
  .questions_section div {
    margin-top: 0px; }
    .questions_section div h3 {
      font-weight: 400; }

.dollar_sign {
  font-size: 30px !important;
  color: #97c321;
  font-size: 20px;
  position: relative;
  top: -17px;
  left: 10px; }

.account_edit.billing_edit label {
  margin-top: 10px; }

#card-number, #cvv, #expiration-date {
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  font-size: 16px;
  height: 44px; }

#card-number {
  width: 675px; }

#cvv {
  width: 70px !important; }

#expiration-date {
  width: 130px !important; }

.spacetop {
  margin-top: 10px; }

.content h2 {
  margin-top: 12px; }

.server-settings {
  position: relative;
  top: -10px;
  margin-bottom: 25px; }

a.ico_question_user_settings {
  background: url(/images/ico_question_plans.png) no-repeat 100% 0%;
  padding-right: 23px;
  padding-top: 1px;
  color: #666666;
  text-decoration: none; }

a.ico_question_user_settings_quota {
  background: url(/images/ico_question_plans.png) no-repeat 100% 0%;
  padding-right: 15px;
  padding-top: 1px;
  color: #666666;
  text-decoration: none;
  margin-right: 5px; }

.extras {
  font: normal 14px/1.714 "Open Sans", sans-serif;
  font-size: 0.875rem;
  color: #4B4B4B;
  margin-bottom: 15px; }
  .extras input {
    width: 100px; }

.set-monitoring-frequency-form, #set-notifications-form, .set-filtering {
  margin-bottom: 30px;
  margin-top: 10px;
  width: 100%; }
  .set-monitoring-frequency-form .note, #set-notifications-form .note, .set-filtering .note {
    float: left; }
  .set-monitoring-frequency-form .actions, #set-notifications-form .actions, .set-filtering .actions {
    margin-top: 7px; }

#set-notifications-form li #notification_type {
  width: 126px; }

.spacetop {
  margin-top: 15px; }

ol.options.labels {
  width: 700px;
  margin-top: 18px;
  position: relative; }
  ol.options.labels label {
    text-transform: none; }

.usersadd {
  height: auto;
  float: none;
  margin-top: 35px; }
  .usersadd input {
    border-radius: 0px; }

li.users_role {
  position: relative;
  top: -70px;
  float: right;
  right: 50px;
  width: 200px; }

ol.fields.open {
  width: 85%;
  font-size: 16px; }

h2.spacedown {
  margin-bottom: 20px; }

h2.spacedowner {
  margin-bottom: 15px; }

.link {
  height: 60px; }
  .link a {
    font-size: 14px; }

.moveposition {
  position: relative;
  top: -15px; }

.lheight {
  height: 100px; }
  .lheight a {
    font-size: 14px; }

li.users_ma label {
  color: #666666; }
li.users_ma input {
  width: 100%; }

.ma_submit {
  float: left;
  position: relative;
  top: -83px;
  left: 508px; }

/*.top_tabs
 * float: right
 * li
 *   &:hover
 *     cursor: pointer
 *   background: #f2f2f2
 *   position: relative
 *   top: -27px
 *   z-index: 1
 *   padding: 3px 10px 20px 10px
 *   border-radius: 3px
 *   -moz-border-radius: 3px
 *   -webkit-border-radius: 3px
 *   border: 1px solid #ccc
 *   list-style: none
 *   display: inline
 *   margin-right: 5px */
.manage_users {
  width: 100%;
  position: relative;
  top: -40px;
  margin-bottom: -35px; }
  .manage_users tr .former {
    padding-left: 37px; }
    .manage_users tr .former .name {
      position: relative;
      top: -7px; }
  .manage_users tr:nth-child(2) td:nth-child(1) {
    background: url(/images/ico_star.png) no-repeat 3% 30%; }
  .manage_users tr td {
    color: #636262;
    font-size: 14px;
    padding: 18px 0px 0px 5px;
    height: 40px !important; }
  .manage_users tr:nth-child(even) {
    background: #F5F5F5; }
  .manage_users tr:nth-child(1) td {
    color: #454545;
    font-size: 17px;
    background: #7AD8F7;
    border-right: none;
    height: 30px !important;
    padding: 8px 0px 6px 3px; }
    .manage_users tr:nth-child(1) td:nth-child(1) {
      padding-left: 10px; }
  .manage_users span.email {
    color: #B3B1B1;
    font-size: 12px;
    position: relative;
    top: -9px; }

.forgot {
  width: 70%;
  float: left; }
  .forgot p {
    margin-bottom: 0px; }
  .forgot .actions {
    width: 299px;
    margin-top: 0px;
    float: left; }
  .forgot ol {
    width: 98%; }
    .forgot ol li:nth-child(1) {
      height: 67px; }
    .forgot ol li label {
      padding-left: 0px;
      width: 100%;
      margin-bottom: 0px; }
      .forgot ol li label span {
        color: #aaa;
        font-size: 12px;
        margin-left: 7px;
        text-decoration: none; }
        .forgot ol li label span:hover {
          cursor: default; }
      .forgot ol li label a {
        color: #aaa;
        font-size: 12px;
        margin-left: 7px;
        text-decoration: underline; }
        .forgot ol li label a:hover {
          text-decoration: none; }

#button_app {
  margin-top: 10px;
  display: inline-block;
  border: none;
  background: #1fb4e3;
  background-image: none;
  color: white;
  font: 20px/1.2 "Open Sans", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.6em 1em 0.5em;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.04)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04)); }
  #button_app:hover, #button_app:focus {
    background-color: #0793BF;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(255, 255, 255, 0.59) inset;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.04)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
    background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04)); }

.large_question {
  float: right;
  position: relative;
  left: 10px;
  top: -53px; }

.cg_holding_img {
  float: right;
  position: relative;
  top: 33px;
  left: 20px;
  z-index: 10; }

.cg_holding {
  width: 50%;
  float: right;
  position: relative;
  top: 40px;
  right: 5px;
  z-index: 1;
  padding-bottom: 0px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #c8c6c6;
  margin-bottom: 40px;
  width: 239px; }
  .cg_holding p {
    margin-bottom: 0px; }
  .cg_holding h4, .cg_holding aside h2, aside .cg_holding h2 {
    margin-top: 0px; }
  .cg_holding div {
    border-bottom: 1px solid #c8c6c6;
    padding: 15px 20px; }
    .cg_holding div:nth-child(4) {
      border: none; }
  .cg_holding .active {
    background: #f1f1f1; }
    .cg_holding .active h4, .cg_holding .active aside h2, aside .cg_holding .active h2 {
      color: #5b5b5b !important; }
    .cg_holding .active p {
      color: #7a7a7a !important; }
  .cg_holding h4, .cg_holding aside h2, aside .cg_holding h2 {
    padding-top: 3px;
    margin-bottom: 3px;
    font-size: 17px;
    font-weight: normal;
    color: #ccc; }
  .cg_holding p {
    color: #CCC;
    line-height: 1.4em; }
    .cg_holding p:nth-child(4) {
      border: none; }

.reset_submit {
  float: right; }

.reset_hr {
  margin-top: 25px !important; }

.spacer label {
  margin-right: 5px; }

.strength_meter {
  padding: 2px;
  border: 1px solid #d9d9d9;
  position: relative;
  top: -53px;
  height: 12px;
  width: 195px;
  margin: 60px 0 20px 0;
  background: #eee; }

.strength_meter span {
  display: block;
  height: 100%;
  background-image: linear-gradient(left bottom, #91c119 43%, #aad93c 72%, #a7de31 92%);
  background-image: -o-linear-gradient(left bottom, #91c119 43%, #aad93c 72%, #a7de31 92%);
  background-image: -moz-linear-gradient(left bottom, #91c119 43%, #aad93c 72%, #a7de31 92%);
  background-image: -webkit-linear-gradient(left bottom, #91c119 43%, #aad93c 72%, #a7de31 92%);
  background-image: -ms-linear-gradient(left bottom, #91c119 43%, #aad93c 72%, #a7de31 92%);
  position: relative;
  overflow: hidden;
  float: left; }

.orange span {
  background-image: linear-gradient(left bottom, #efc354 43%, #f2d667 72%, #f4e574 92%);
  background-image: -o-linear-gradient(left bottom, #efc354 43%, #f2d667 72%, #f4e574 92%);
  background-image: -moz-linear-gradient(left bottom, #efc354 43%, #f2d667 72%, #f4e574 92%);
  background-image: -webkit-linear-gradient(left bottom, #efc354 43%, #f2d667 72%, #f4e574 92%);
  background-image: -ms-linear-gradient(left bottom, #efc354 43%, #f2d667 72%, #f4e574 92%); }

.red span {
  background-image: linear-gradient(left bottom, #ee7c53 43%, #f1885b 72%, #f59463 92%);
  background-image: -o-linear-gradient(left bottom, #ee7c53 43%, #f1885b 72%, #f59463 92%);
  background-image: -moz-linear-gradient(left bottom, #ee7c53 43%, #f1885b 72%, #f59463 92%);
  background-image: -webkit-linear-gradient(left bottom, #ee7c53 43%, #f1885b 72%, #f59463 92%);
  background-image: -ms-linear-gradient(left bottom, #ee7c53 43%, #f1885b 72%, #f59463 92%); }

.feedback {
  font-size: 12px;
  color: #777;
  position: relative;
  width: 0px;
  float: right;
  top: -85px;
  left: 1px;
  width: 100px; }

input.randompadding {
  margin-top: -3px; }

.password_reset_ol li {
  display: block;
  float: Left;
  width: 300px !important; }
  .password_reset_ol li:first-child {
    margin-bottom: 30px !important; }
  .password_reset_ol li:last-child {
    margin-bottom: 5px; }
    .password_reset_ol li:last-child label {
      clear: both;
      margin-bottom: 3px; }

.errors_password_reset {
  color: #F75C1F; }
  .errors_password_reset form {
    color: #F75C1F;
    padding-top: 20px;
    max-width: 100%; }
    .errors_password_reset form #errorExplanation {
      color: #F75C1F;
      background: transparent url(/images/icon-frowny-red.png) no-repeat 0px 3px;
      margin: 0px;
      padding: 0px;
      padding-left: 28px;
      margin-bottom: -5px; }
      .errors_password_reset form #errorExplanation ul {
        margin: 0px; }
        .errors_password_reset form #errorExplanation ul li {
          margin-bottom: 5px;
          font-size: 13px; }
      .errors_password_reset form #errorExplanation h2 {
        padding-top: 5px;
        color: #F75C1F;
        font: lighter 24px/1 "Open Sans", sans-serif;
        text-transform: none;
        text-shadow: none; }
      .errors_password_reset form #errorExplanation p {
        display: none; }

p.alert {
  background: transparent url(/images/icon-frowny-red.png) no-repeat 0px 84%;
  padding-left: 30px !important;
  line-height: 1.3em; }

.password_reset_part12_container {
  height: 500px; }

p.errorlow {
  background: none !important;
  margin-bottom: -59px;
  position: relative;
  top: 12px;
  color: red; }

/* css for security two-factor page */
h2.addbubble {
  background: url(/images/ico_addbuble.png) no-repeat 0% 30%;
  padding-left: 20px; }

h2.changebubble {
  background: url(/images/ico_changebubble.png) no-repeat 0% 30%;
  padding-left: 20px; }

h2.deletebubble {
  background: url(/images/ico_deletebubble.png) no-repeat 0% 30%;
  padding-left: 20px; }

p.comparebackups {
  margin-bottom: 30px;
  clear: left; }
  p.comparebackups .orpsan {
    margin: 0px;
    position: relative;
    right: 10px;
    top: 30px; }

a.commit_nav_btn {
  float: left;
  margin-top: 28px; }
  a.commit_nav_btn:hover {
    background: none !important; }
  a.commit_nav_btn.btn_disabled {
    pointer-events: all;
    border: 2px solid #DBDBDB; }

.commit_nav_date {
  float: left;
  margin: 20px; }

/* css for ios/qrcode page */
.ios {
  width: 100%; }
  .ios .ios_intro .how_to_login p {
    margin-top: 10px; }
  .ios .ios_intro figure {
    display: inline-block; }
    .ios .ios_intro figure figcaption {
      margin: 0px;
      margin-right: 0px;
      display: block;
      font-size: 0.875rem;
      text-align: center;
      line-height: 1.7; }
  .ios .ios_intro #scan_fig {
    width: 275px; }
  .ios .ios_intro #qr_fig p {
    margin-top: 10px; }
  .ios .ios_intro #qr_fig figcaption {
    display: block;
    position: relative; }
  .ios .ios_intro #qr_code {
    display: inline-block; }
    .ios .ios_intro #qr_code canvas {
      border: 10px solid #f2f2f2;
      padding: 10px; }
  .ios .ios_features .hold_changing {
    position: relative;
    background: url(/images/iphone_blank.png) no-repeat;
    margin-left: -11px;
    padding: 75px 0 0 275px;
    height: 500px; }
    .ios .ios_features .hold_changing ul {
      margin: 0;
      padding: 0; }
    .ios .ios_features .hold_changing h2 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 0; }
    .ios .ios_features .hold_changing div.changing_image {
      position: absolute;
      display: inline;
      left: 0px;
      top: 0px;
      background: url(/images/iphone_sites.png) no-repeat;
      width: 275px !important;
      height: 500px !important; }
      .ios .ios_features .hold_changing div.changing_image li {
        padding: 0;
        display: block; }
        .ios .ios_features .hold_changing div.changing_image li #bullet_1 {
          color: #aed46d; }
  .ios .ios_get_it_now {
    width: 100%; }
    .ios .ios_get_it_now #qr_code {
      width: 100%;
      margin-left: -11px; }

@media only screen and (max-width: 992px) {
  .ios {
    width: 95%;
    margin: 0 auto; }
    .ios .ios_features .hold_changing {
      padding: 5px 0 0 275px; }
      .ios .ios_features .hold_changing h2 {
        font-size: 16px; } }
.ui-dialog .ui-state-error {
  padding: 0.3em; }

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable.ui-dialog-buttons {
  width: 1400px !important;
  height: 900px !important; }

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
  width: 900px !important;
  height: 600px !important; }

div.ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se.ui-icon-grip-diagonal-se {
  display: none; }

div.ui-widget-content {
  border: none !important; }

.top p {
  float: left;
  margin-top: 10px;
  margin-bottom: 5px; }

.no_display {
  display: none !important; }

.display_this {
  display: block !important; }

p.stretch {
  width: 660px !important;
  margin-top: 5px !important; }

span.lightexample {
  color: #a0a0a0 !important; }

.submitauthy {
  margin-top: -13px !important; }

.stepauthy {
  color: #adadad;
  font-size: 17px;
  text-shadow: none;
  text-transform: none;
  position: relative;
  top: 17px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: block;
  width: 100%; }

.formauthy {
  margin-top: 7px !important; }

div.fedex_ajaxy_loader #file_download_total_count, div.fedex_ajaxy_loader #file_download_count, div.fedex_ajaxy_loader #file_download_total_count2, div.fedex_ajaxy_loader2 #file_download_total_count, div.fedex_ajaxy_loader2 #file_download_count, div.fedex_ajaxy_loader2 #file_download_total_count2 {
  display: inline; }

.download_progress_bar {
  background: #ececec;
  display: inline;
  height: 10px;
  width: 120px;
  float: right;
  border-radius: 2px; }
  .download_progress_bar span {
    background: #1fb4e3 url(/images/bg_stripes_loader.png);
    border-radius: 2px;
    height: 10px;
    width: 1px;
    display: block;
    -webkit-animation-name: moving-gradient;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: moving-gradient;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

@-webkit-keyframes moving-gradient {
  0% {
    background-position: left bottom; }
  100% {
    background-position: right bottom; } }
@keyframes moving-gradient {
  0% {
    background-position: left bottom; }
  100% {
    background-position: right bottom; } }
@-webkit-keyframes grow_counter {
  0% {
    background: none; }
  50% {
    background: #fcf2ca; }
  100% {
    background: none; } }
@keyframes grow_counter {
  0% {
    background: none; }
  50% {
    background: #fcf2ca; }
  100% {
    background: none; } }
.not_selectable {
  opacity: 0.5; }
  .not_selectable:hover {
    background: #1fb4e3 !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    cursor: default !important; }

.radio_delete_account input {
  margin-right: 7px;
  position: relative;
  top: 10px;
  float: left;
  width: 2%; }
.radio_delete_account label {
  width: 98%;
  margin-bottom: 10px; }

.delete_stuff {
  margin: 15px 0px 15px 0px !important;
  font-size: 0.875rem;
  line-height: 1.714;
  color: #666;
  float: left;
  margin: 0 0 1em; }
  .delete_stuff input {
    margin-right: 7px; }

.confirm_p {
  margin-top: 5px;
  color: #4B4B4B; }

.text_area_comments {
  margin: 8px 0px 8px 0px !important;
  float: left; }

#login_history {
  margin-top: 13px; }
  #login_history .dates {
    text-align: left; }
  #login_history .login_date {
    text-align: left; }

.recent_logins {
  margin-bottom: 7px; }

.delete_comment_field {
  width: 880px;
  height: 90px; }

#current_file_download {
  display: inline; }

.add_a_site_new {
  float: left; }

.add_button_new {
  float: left;
  clear: both;
  margin-top: 3px;
  position: relative; }
  .add_button_new span {
    font-size: 0.875rem;
    line-height: 1.714;
    color: #666666;
    margin: 0px 10px;
    position: relative;
    top: -2px; }

.ftp_or_sftp_only_button {
  margin-top: 30px; }

div#toTop {
  width: 100px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 10px;
  cursor: pointer;
  display: none;
  color: #333;
  font-family: verdana;
  font-size: 11px;
  margin-left: 940px;
  z-index: 999; }

.loading_ajax_button_2factor {
  float: right;
  position: relative;
  right: 415px;
  top: 10px; }

.fake_form {
  opacity: 0.5; }

.howto_database a {
  color: #1fb4e3;
  text-decoration: none; }
.howto_database:visited {
  color: #1fb4e3; }
.howto_database .actions {
  position: relative;
  top: -6px;
  float: left; }
.howto_database form {
  width: 100%; }
  .howto_database form .big-button {
    font-size: 16px !important; }
  .howto_database form ol {
    margin-top: 0px;
    margin-bottom: 0px; }
    .howto_database form ol li {
      margin-bottom: 0px; }
  .howto_database form #database_backup_submit {
    font-size: 16px; }
  .howto_database form #server_credentials ol {
    margin-top: 0px;
    margin-bottom: 0px; }
    .howto_database form #server_credentials ol li input {
      width: 100% !important; }
    .howto_database form #server_credentials ol li:last-child {
      margin-bottom: 0px !important; }

.bottom_howto_db_section {
  float: left;
  margin-top: 12px; }
  .bottom_howto_db_section h2 {
    margin-bottom: 15px;
    margin-top: 0px; }
  .bottom_howto_db_section div {
    margin-bottom: 7px;
    float: left; }
    .bottom_howto_db_section div h2 {
      margin-bottom: 10px; }
    .bottom_howto_db_section div ul {
      margin: 0px;
      font-size: 0.875rem;
      line-height: 1.714;
      color: #666666;
      margin: 0 0 1em;
      float: left;
      width: 100%;
      padding: 0px;
      list-style: none; }
      .bottom_howto_db_section div ul li {
        display: inline;
        margin-right: 10px; }
    .bottom_howto_db_section div p {
      float: left; }
    .bottom_howto_db_section div img {
      width: 35%;
      margin-left: 30px;
      height: auto;
      border: 1px solid #ccc; }

.radio_options {
  margin-top: 25px !important; }

.fields_ssh {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }
  .fields_ssh li input {
    width: 80% !important; }
  .fields_ssh li:last-child {
    margin-bottom: 0px !important; }

#key_field textarea {
  font-size: 12px; }
#key_field ::-webkit-input-placeholder {
  font-size: 1.125rem; }
#key_field :-moz-placeholder {
  font-size: 1.125rem; }
#key_field ::-moz-placeholder {
  font-size: 1.125rem; }
#key_field :-ms-input-placeholder {
  font-size: 1.125rem; }
#key_field .pubkey {
  word-wrap: break-word;
  min-height: 170px; }

.actions_add_db {
  margin-top: 25px; }

.helpful_tips {
  width: 55%;
  transition: 0.3s; }
  .helpful_tips ul {
    font-size: 16px; }
  .helpful_tips p {
    padding: 20px; }

nav#website .backup_tab_sub_nav {
  margin-bottom: 15px; }
  nav#website .backup_tab_sub_nav li a {
    background: none !important;
    color: #585b51;
    text-align: right;
    text-transform: uppercase !important;
    padding: 0px !important;
    height: auto !important;
    margin: 5px 0px 7px 0px;
    padding-right: 10px !important;
    font-size: 0.75rem;
    font-weight: 500; }
    nav#website .backup_tab_sub_nav li a:hover, nav#website .backup_tab_sub_nav li a:focus {
      background-image: none !important;
      color: #1fb4e3;
      text-shadow: none !important;
      text-decoration: underline; }
  nav#website .backup_tab_sub_nav li .add_db_link {
    width: 120px !important;
    position: relative;
    right: 4px; }

.new_signup_flow_errors div, .new_signup_flow_errors2 div {
  background: none; }
.new_signup_flow_errors #errorExplanation::after, .new_signup_flow_errors2 #errorExplanation::after {
  background: none !important; }
.new_signup_flow_errors #errorExplanation, .new_signup_flow_errors2 #errorExplanation {
  background: #f3794d url("/images/stripes_bg.png") repeat;
  width: 100%;
  color: #737373; }
  .new_signup_flow_errors #errorExplanation p, .new_signup_flow_errors2 #errorExplanation p {
    color: #737373;
    display: none; }
  .new_signup_flow_errors #errorExplanation h2, .new_signup_flow_errors2 #errorExplanation h2 {
    -webkit-font-smoothing: antialiased !important;
    color: #fff !important;
    font-size: 16px;
    text-transform: none !important;
    display: none; }
  .new_signup_flow_errors #errorExplanation li, .new_signup_flow_errors2 #errorExplanation li {
    -webkit-font-smoothing: antialiased !important;
    list-style: none;
    font-size: 14px !important;
    padding-right: 20px; }

.new_signup_flow_errors2 #errorExplanation {
  background: #f3794d url("/images/stripes_bg.png") repeat !important;
  width: 100% !important; }
  .new_signup_flow_errors2 #errorExplanation p {
    display: none; }
  .new_signup_flow_errors2 #errorExplanation h2 {
    display: none; }

.edit_not_activated {
  opacity: 0.5; }
  .edit_not_activated li {
    list-style: none !important; }
  .edit_not_activated label {
    cursor: default; }

.dbfedex {
  height: 85px !important; }

.dbfedexemail {
  height: 120px !important; }

.dbfedexemail_open .email {
  height: 120px !important; }

.db_backupprogress {
  height: 405px !important; }

.db_wrapper {
  min-height: 679px;
  overflow: hidden; }
  .db_wrapper .in_progress {
    margin-top: 13px; }
  .db_wrapper .topbox .headerarea h1 {
    font-size: 18px !important;
    margin-left: 0px; }
  .db_wrapper .topbox .headerarea h2 {
    font-size: 18px !important; }

.db_close {
  position: relative;
  top: -605px !important;
  right: 37px !important; }

.db_meta_data {
  float: right; }

.db_meta_header {
  background: #fbfafa;
  border: 1px solid #d3d3d3;
  border-left: none;
  border-right: none;
  border-top: none;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  float: left;
  width: 100%;
  padding: 13px; }
  .db_meta_header h2 {
    font-size: 16px; }
  .db_meta_header span {
    border-left: 1px solid #d3d3d3;
    padding: 14px 25px 15px 25px;
    font-size: 0.875rem;
    line-height: 1.714;
    color: #666666;
    margin: 0 0 1em; }
  .db_meta_header .db_meta_status {
    border-left: none !important; }
  .db_meta_header .db_is_active {
    display: inline;
    background: url(/images/ico_db_active_status.png) no-repeat 0% 50%;
    background-size: 25px auto;
    padding-left: 31px; }
  .db_meta_header .db_meta_delete a {
    color: #fa946b; }
  .db_meta_header .db_is_pending {
    display: inline;
    background: url(/images/ico_db_pending_status.png) no-repeat 0% 50%;
    background-size: 15px auto;
    padding-left: 23px;
    border-left: none;
    padding-right: 0px; }
  .db_meta_header .db_is_disabled {
    display: inline;
    background: url(/images/ico_db_disabled_status.png) no-repeat 0% 50%;
    background-size: 15px auto;
    padding-left: 23px;
    border-left: none;
    padding-right: 0px; }
  .db_meta_header .db_is_failed {
    display: inline;
    background: url(/images/ico_db_disabled_status.png) no-repeat 0% 50%;
    background-size: 15px auto;
    padding-left: 23px;
    border-left: none !important;
    padding-right: 0px; }

section.database {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  margin-bottom: 60px;
  border: 1px solid #d3d3d3;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px; }
  section.database hr {
    margin-top: 20px;
    float: left; }
  section.database div.current {
    padding-top: 15px !important; }
  section.database .hgroup_db_index {
    margin-top: 0px !important;
    float: left;
    width: 100%; }
  section.database .backups {
    padding-left: 15px !important; }
  section.database .current {
    margin-right: 25px !important; }
  section.database div.pending p {
    position: relative;
    float: left;
    top: -5px; }
  section.database .db_error {
    position: relative;
    float: left;
    top: -5px; }
  section.database .wrap_it_all {
    width: 100%;
    margin: 20px auto;
    overflow: hidden; }
    section.database .wrap_it_all .progress_wrapper .in_progress {
      width: 100%; }
      section.database .wrap_it_all .progress_wrapper .in_progress .topbox {
        border-left: none;
        border-right: none; }
    section.database .wrap_it_all .progress_wrapper .topbox {
      width: 900px;
      margin: 27px; }
    section.database .wrap_it_all .progress_wrapper .boxedsection {
      border-right: none; }
    section.database .wrap_it_all .progress_wrapper .backup_progress {
      width: 512px;
      border-left: none; }

p.movedown {
  margin-bottom: 34px; }

.hidden_email {
  background: #fafafa;
  padding: 15px;
  border: 1px solid #E3E3E3; }
  .hidden_email p {
    width: 100% !important;
    margin-bottom: 0px; }

li.portfield input {
  width: 85%; }

.radios_to_select {
  float: left; }

.db_notactivated {
  margin-top: 20px; }

.margin_bottom_0 {
  margin-bottom: 0px;
  margin-top: 6px; }

.close_fedex_website {
  position: relative;
  right: 33px !important; }

.movedown {
  margin-bottom: 20px; }

#pricingplans_custom {
  width: 100%;
  display: block; }

.custom_plan {
  display: block;
  width: 100%;
  min-height: 300px;
  border-top: 1px solid #ececec;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 30px; }

.custom_side {
  background: #fff;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  position: relative;
  margin-top: 35px;
  padding-bottom: 15px; }
  .custom_side h2 {
    text-align: center;
    text-transform: none;
    font-weight: 100 !important;
    background: url(/images/bg_plans_h2.png) repeat-x;
    padding: 10px 0px 10px 0px;
    width: 100%;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #5e5e5e;
    text-shadow: -1px -1px 0px #323232; }
  .custom_side h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #444; }
    .custom_side h3 span {
      font-size: 20px;
      font-weight: 500;
      color: #6c6b6b; }
    .custom_side h3 .moneystart input {
      position: relative;
      left: -2px; }
    .custom_side h3 .month {
      font-weight: 100;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      color: #444444;
      position: relative;
      right: 6px; }
    .custom_side h3 .gb {
      position: relative;
      right: 10px; }
  .custom_side input {
    border: none;
    font-size: 25px;
    color: #6C6B6B;
    width: 35px;
    position: relative;
    top: -3px;
    right: 1px;
    font-family: "Open Sans", sans-serif;
    padding: 0px; }
  .custom_side .gb_amount {
    position: relative;
    left: 3px; }
  .custom_side .button_holder {
    border-top: 1px solid #ececec;
    padding: 15px 0px 25px 0px; }
    .custom_side .button_holder a {
      display: inline-block;
      margin-bottom: 5px;
      border: none;
      background: #1fb4e3;
      background-image: none;
      color: #ffffff !important;
      font: 600 16px/2.6 "Open Sans", sans-serif;
      text-decoration: none;
      height: 44px;
      vertical-align: top;
      padding: 0 20px !important;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      margin-top: 14px; }
      .custom_side .button_holder a:hover, .custom_side .button_holder a:focus {
        color: #ffffff;
        background-color: #0793BF; }
      .custom_side .button_holder a.alt {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.1;
        padding: 0.8em !important;
        position: relative;
        top: -2px;
        height: auto;
        top: -0.125rem; }

.gbs_form {
  margin-top: 20px;
  width: 570px;
  display: block; }
  .gbs_form select {
    display: none; }

.custom_plan_slider a {
  cursor: pointer !important; }

#slider {
  width: 555px !important;
  border: 1px solid #E7E7E7 !important;
  height: 21px; }

.dashes_slider {
  width: 100%;
  position: relative; }
  .dashes_slider ul {
    padding: 0px;
    margin: 15px 0px 0px 0px;
    position: relative;
    left: -17px; }
    .dashes_slider ul li {
      display: inline-block;
      width: 63px;
      color: #908f8f;
      font-size: 17px !important; }

.sumo_dashes_slider {
  width: 100%;
  float: left;
  position: relative; }
  .sumo_dashes_slider ul {
    padding: 0px;
    margin: 15px 0px 0px 0px;
    position: relative;
    left: -17px; }
    .sumo_dashes_slider ul li {
      display: inline-block;
      width: 63px;
      color: #908f8f;
      font-size: 17px !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(../stylesheets/images/ui-bg_glass_75_e6e6e6_1x400.png?1368540938) 50% 50% repeat-x;
  font-weight: normal;
  color: #555; }

/*Reveal Modals */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  top: -40px;
  left: 55%;
  margin-left: -300px;
  width: 520px;
  background: #eee url("/images/modal-gloss.png") no-repeat -200px -80px;
  position: absolute;
  z-index: 999;
  padding: 25px 30px 20px 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  .reveal-modal h1 {
    position: relative;
    top: -5px; }

.reveal-modal.small {
  width: 200px;
  margin-left: -140px; }

.reveal-modal.medium {
  width: 400px;
  margin-left: -240px; }

.reveal-modal.large {
  width: 600px;
  margin-left: -340px; }

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px; }

.reveal-modal .close-reveal-modal-x {
  font-size: 22px;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer; }

.capture_tree form {
  margin-top: -13px;
  max-width: 100% !important; }
.capture_tree span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.714;
  color: #666666;
  margin: 0 0 1em; }
  .capture_tree span img {
    margin-left: 4px; }
.capture_tree .tree {
  border: 1px solid #323232;
  width: 100%;
  height: 300px;
  overflow: scroll; }
.capture_tree .link_holder {
  margin-top: 20px;
  float: right; }
  .capture_tree .link_holder a, .capture_tree .link_holder input {
    float: right !important;
    margin-left: 20px; }
  .capture_tree .link_holder .problem_link {
    position: relative;
    top: 8px; }
  .capture_tree .link_holder #capture_button {
    padding: 13px 20px 13px 20px !important; }
  .capture_tree .link_holder .fake_create_link {
    padding: 13px 20px 13px 20px !important; }
  .capture_tree .link_holder .loading_ajax_button {
    float: right;
    position: relative;
    left: 217px;
    margin-left: -16px !important;
    top: 16px; }

@-moz-document url-prefix() {
  .capture_tree .link_holder #capture_button {
    padding-top: 12px !important;
    padding-bottom: 12px !important; } }
.table_exclusions_button {
  margin-top: 10px; }

#exclusions_tree {
  background: #fafafa !important;
  border: 1px wolid #D4D4D4 !important; }
  #exclusions_tree ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    right: 120px; }
    #exclusions_tree ul li {
      background: #fafafa !important;
      padding-left: 120px;
      padding-right: 1000px;
      padding-top: 3px;
      padding-bottom: 3px;
      font-size: 15px !important;
      list-style-type: none;
      margin: 0 0 0.5em 0;
      display: block;
      min-height: 18px;
      line-height: 18px;
      white-space: nowrap; }
      #exclusions_tree ul li label {
        margin-bottom: 0px !important; }

#dirtree {
  background: #fafafa !important;
  border: 1px solid #D4D4D4 !important; }
  #dirtree ul li {
    background: #fafafa !important;
    padding-left: 120px;
    padding-right: 1000px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 15px !important; }

.jstree-unchecked, .jstree-leaf, jstree-closed, jstree-last, jstree-undetermined {
  background: #fafafa !important; }

ul li.jstree-checked, ul li.jstree-open {
  background: #E7EDDA !important; }

#dir_path_picker_loading_error p {
  color: red; }

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

.jstree ins {
  cursor: pointer; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -64px -16px; }

.nositesadded p.error {
  position: relative;
  top: 17px; }

.db_activation_error {
  background: #FFECE6;
  border: 1px solid #F5D4C9;
  margin-top: -13px;
  padding: 20px 15px 15px 15px;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  float: left; }
  .db_activation_error h1 {
    margin-top: 0px; }
  .db_activation_error a:hover {
    text-decoration: none; }
  .db_activation_error p {
    color: #585b51; }
  .db_activation_error ul {
    margin-top: 10px;
    margin-bottom: 10px; }
    .db_activation_error ul li {
      font-size: 0.875rem;
      line-height: 1.714; }

.disabled_db_edit_link {
  color: #ccc;
  display: inline;
  text-decoration: underline; }

.disabled {
  margin-bottom: 45px; }

.host_gator_user {
  float: left;
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 45px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  position: relative;
  top: 55px; }
  .host_gator_user img {
    position: absolute;
    z-index: 10; }
  .host_gator_user p {
    margin-bottom: 0px;
    color: #9d9d9d;
    font-size: 12px; }
    .host_gator_user p a:hover {
      cursor: pointer; }
  .host_gator_user h2 {
    font-size: 16px; }

.snappy_alert_large {
  float: left;
  width: 200px;
  height: auto;
  margin-top: 20px; }

.host_gator_redirect_content {
  margin-top: 40px;
  margin-left: 220px !important; }

#paymentErrorMessage {
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  color: #585b51;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #ffdfdc;
  border: 1px solid #f8bcb6;
  margin-top: 10px; }

#paymentNoticeMessage {
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  color: #585b51;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #fff6dc;
  border: 1px solid #f8e3b6;
  margin-top: 10px; }

.transfer_paragraph {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap; }

.file_name_step_six {
  display: inline; }

.plans_admin_table tr:nth-child(even) {
  background: #f1f1f1; }

.new_plan_form p {
  margin-bottom: 27px; }
  .new_plan_form p span {
    display: block; }

.common_hg_questions div {
  border-bottom: 1px solid #ececec;
  padding: 17px 0px;
  background: #fff url("/images/ico_hg_question_plus.png") no-repeat 99% 50%;
  background-size: 10px auto;
  transition: 0.4s;
  -webkit-transition: 0.4s; }
  .common_hg_questions div:hover {
    cursor: pointer;
    background: #f9f9f9 url("/images/ico_hg_question_plus.png") no-repeat 99% 50%;
    background-size: 10px auto;
    transition: 0.4s;
    -webkit-transition: 0.4s; }
  .common_hg_questions div:last-child {
    border-bottom: none; }
  .common_hg_questions div h2 {
    padding-top: 0px;
    padding-left: 6px;
    font-size: 16px;
    margin-top: 3px; }
  .common_hg_questions div p {
    padding-left: 6px;
    background: transparent;
    margin-top: 10px;
    padding-right: 45px;
    margin-bottom: 0px;
    padding-bottom: 0pxthu;
    display: none; }

.move_btn_down {
  margin-bottom: 25px !important; }

.email_settings_saved, .notice_bs {
  background: #B3D169;
  color: #fff;
  padding: 10px;
  width: 230px;
  text-align: center;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 600;
  margin: 20px 0px; }

.file_name_step_six {
  display: inline; }

.margin5top {
  margin-top: 5px !important; }

.mobile_nav {
  width: 100% !important;
  display: none; }
  .mobile_nav .mobile_nav_holder {
    float: right;
    position: relative;
    top: 42px; }
  .mobile_nav a {
    font-weight: 400;
    text-decoration: none;
    margin: 0 0.5em; }
    .mobile_nav a:hover {
      color: #1fb4e3;
      text-decoration: none;
      background: none; }

header[role='banner'] a#codeguard_logo_shield_mobile {
  display: none;
  width: 51px;
  height: 51px;
  background: transparent url(/images/cg_logo_shield_mobile.png) no-repeat 0 0;
  background-size: 100% !important;
  text-indent: -999em;
  position: relative;
  top: 8px;
  left: 5px; }

.desktop_logos {
  float: left; }

/*ADMIN MOBILE MENU */
.admin_mobile_menu, .admin_mobile_only {
  display: none; }

.admin_mobile_menu_inner {
  display: block;
  width: 28px;
  height: 28px;
  position: relative; }

.admin_mobile_menu_inner i {
  color: #000;
  display: block;
  font-size: 22px;
  line-height: 22px;
  text-align: center; }

.admin_mobile_menu > a {
  position: relative;
  z-index: 25;
  text-decoration: none; }

.admin_mobile_hidden_menu {
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  display: none;
  padding: 10px;
  position: absolute;
  top: 74px;
  width: 100%;
  z-index: 99; }

.admin_mobile_hidden_menu > a {
  display: block;
  padding: 10px;
  text-decoration: none;
  width: 100%; }

@media only screen and (max-width: 1170px) {
  nav#codeguard a {
    font-size: 13px;
    padding: 5px 0px 5px 20px !important; } }
@media only screen and (max-width: 1147px) {
  nav#codeguard a {
    word-wrap: break-word;
    padding-left: 60px !important; } }
@media only screen and (max-width: 1070px) {
  nav#codeguard a {
    word-wrap: break-word;
    padding-left: 80px !important; } }
@media only screen and (max-width: 992px) {
  .viewport {
    width: 100%; }

  div[role='main'] {
    border-radius: 0px;
    -webkit-border-radius: 0px; }

  #context {
    border-radius: 0px;
    -webkit-border-radius: 0px; }

  header[role='banner'] h1 {
    position: relative; }
    header[role='banner'] h1 a {
      color: transparent;
      text-shadow: none; }

  .admin_mobile_only {
    display: none; }

  .admin_mobile_menu {
    display: inline-block;
    float: right;
    position: relative;
    right: 65px;
    top: 25px; }

  .mobile_nav {
    display: block; }
    .mobile_nav .mobile_nav_holder {
      margin-right: 0px;
      padding: 10px; }

  nav#account, .desktop_nav, .codeguard_app_logo {
    display: none; } }
@media only screen and (max-width: 970px) {
  #mysites .mySites, #mysites .admin_my_sites {
    margin-top: 30px; } }
@media only screen and (max-width: 955px) {
  .site-list .name_title {
    background: none; } }
@media only screen and (max-width: 885px) {
  th.activated {
    background: none; } }
@media only screen and (max-width: 850px) {
  header[role='banner'] h1 {
    top: 0px; } }
@media only screen and (max-width: 817px) {
  header[role='banner'] h1 {
    left: 0px; }
    header[role='banner'] h1 a {
      width: 100%; }

  #context {
    padding: 12px 10px; } }
@media only screen and (max-width: 777px) {
  .hideth {
    display: none !important; } }
@media only screen and (max-width: 725px) {
  .host_gator_user img {
    display: none; }
  .host_gator_user .inner_content {
    padding-left: 20px;
    width: 100%; } }
@media only screen and (max-width: 675px) {
  .hideth2 {
    display: none !important; } }
@media only screen and (max-width: 992px) {
  .mobile_nav {
    display: none;
    width: 100%;
    background: #fff;
    z-index: 100;
    position: absolute;
    top: 74px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }
    .mobile_nav .mobile_nav_holder {
      float: none;
      width: 100%;
      top: 0px; }
      .mobile_nav .mobile_nav_holder a {
        width: 100%;
        display: block;
        padding: 10px;
        margin-left: 0px; }
      .mobile_nav .mobile_nav_holder .logout {
        color: #F34336 !important; }
        .mobile_nav .mobile_nav_holder .logout:last-child {
          border-bottom: none; }

  .admin_mobile_only {
    display: none; }

  .mobile_menu_icons {
    position: relative;
    float: right;
    top: 25px;
    display: block !important; }
    .mobile_menu_icons a {
      cursor: pointer;
      display: block; }
      .mobile_menu_icons a i {
        color: #000000;
        font-size: 22px;
        line-height: 22px; }
    .mobile_menu_icons .ico_menu_close {
      z-index: 999; }

  header[role='banner'] {
    height: 80px; }
    header[role='banner'] h1 {
      top: 0px; } }
@media only screen and (max-width: 581px) {
  .hidedelete {
    display: none !important; }

  .add_a_site_new {
    width: 100% !important;
    margin-bottom: 15px; }

  .add_button_new {
    float: left; } }
@media only screen and (max-width: 500px) {
  .login_aside {
    display: none; }

  .new_user_session {
    max-width: 100%;
    width: 100%; } }
@media only screen and (max-width: 460px) {
  #codeguard_logo_original {
    background-size: 70% !important; }

  header[role='banner'] a#codeguard_logo_shield_mobile {
    display: block !important; }
  header[role='banner'] h1 {
    width: 175px !important;
    top: 5px;
    left: 0px; }

  .desktop_logos {
    width: 51px; } }
@media only screen and (max-width: 351px) {
  .hidestatusth {
    display: none !important; } }
@media only screen and (max-width: 309px) {
  header[role='banner'] h1 {
    width: 175px;
    top: 5px;
    left: 0px; }
    header[role='banner'] h1 a {
      width: 175px; } }
@media only screen and (max-width: 690px) {
  .multiproupgrade h2 {
    text-align: center; }
  .multiproupgrade .options {
    float: none;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto; }
  .multiproupgrade #multi_site_upgrade_note {
    width: 100% !important; } }
@media only screen and (max-width: 617px) {
  .subscription_toggle.plans_toggle ul {
    text-align: center; }
    .subscription_toggle.plans_toggle ul li {
      width: 50%; }
      .subscription_toggle.plans_toggle ul li a {
        width: 100%; }
      .subscription_toggle.plans_toggle ul li .monthly {
        border-radius: 5px 0px 0px 0px; }
      .subscription_toggle.plans_toggle ul li .annual {
        border-radius: 0px 5px 0px 0px; }
      .subscription_toggle.plans_toggle ul li .two_year {
        border-radius: 0px 0px 0px 5px; }
      .subscription_toggle.plans_toggle ul li .three_year {
        border-radius: 0px 0px 5px 0px; } }
@media only screen and (max-width: 521px) {
  .questions_section div {
    width: 100%; }
  .questions_section div:nth-child(odd) {
    margin-left: 0px; } }
@media only screen and (max-width: 502px) {
  .multiproupgrade h2 span.billedannually_upgrade {
    display: block; } }
.billedannually {
  display: block !important;
  right: 0px !important;
  top: -10px !important;
  text-transform: none !important; }

.nobottommargin {
  margin-bottom: 0px !important; }

.check_when_last_backup, .backups_were_auto_disabled {
  background: url("/images/stripes_bg.png") repeat;
  background-color: #fff6f6;
  border: 1px solid #ffa1a1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #585b51;
  padding: 13px 14px;
  width: 100%;
  margin-top: 20px;
  line-height: 1.5em; }
  .check_when_last_backup a, .backups_were_auto_disabled a {
    color: #F26A33;
    text-decoration: underline; }
    .check_when_last_backup a:hover, .backups_were_auto_disabled a:hover {
      text-decoration: none; }

.check_when_last_backup_db, .db_backups_were_auto_disabled {
  background: url("/images/stripes_bg.png") repeat;
  background-color: #fff6f6;
  border: 1px solid #ffa1a1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #585b51;
  padding: 13px 14px;
  width: 100%;
  margin: 0px 0px 20px 0px;
  float: left;
  line-height: 1.5em; }
  .check_when_last_backup_db a, .db_backups_were_auto_disabled a {
    color: #F26A33;
    text-decoration: underline; }
    .check_when_last_backup_db a:hover, .db_backups_were_auto_disabled a:hover {
      text-decoration: none; }

.backups_were_archived {
  background: url("/images/stripes_bg.png") repeat;
  background-color: #fbf3cc;
  border: 1px solid #FFDF46;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #585b51;
  padding: 13px 14px;
  width: 100%;
  margin: 20px 0;
  line-height: 1.5em; }
  .backups_were_archived a {
    color: #585b51;
    text-decoration: underline; }
    .backups_were_archived a:hover {
      text-decoration: none; }

.wrap_bg {
  z-index: 950 !important;
  background: #fff !important;
  display: block;
  position: relative; }

.wrap_bg2 {
  z-index: 950 !important;
  background: #fff !important;
  padding: 7px 5px 3px 5px;
  position: relative;
  top: 25px; }

.special_wrap {
  border-radius: 5px;
  padding: 15px 0px;
  margin-top: -15px;
  position: absolute;
  top: 70px;
  width: auto !important;
  left: -146px !important;
  padding-left: 15px;
  width: 146px !important;
  overflow: hidden; }
  .special_wrap a {
    clear: both;
    text-align: right;
    float: right;
    display: inline-block; }

.tourZIndex {
  position: relative;
  z-index: 999;
  transition: 0s; }

.wrap {
  z-index: 950 !important;
  display: block;
  position: relative; }

.arrow1 {
  position: relative;
  top: -255px;
  right: 164px;
  z-index: 999;
  float: left; }

.arrow2 {
  position: relative;
  top: -145px;
  right: 186px;
  z-index: 999;
  float: left; }

.arrow3 {
  position: relative;
  top: -489px;
  left: 482px;
  z-index: 999;
  width: 75px;
  height: auto;
  float: left; }

@media only screen and (max-width: 1180px) {
  .start_tour_link {
    display: none; } }
@-moz-document url-prefix() {
  .fake_restore {
    top: -191px !important; }

  .fake_databases {
    top: -235px !important; } }
/* End take a dashboard tour styles */
.new_notice_success {
  font-family: "Open Sans", sans-serif;
  padding: 25px 30px 20px 150px;
  width: 960px !important;
  position: relative;
  right: 40px;
  color: #fff !important;
  background: #9dc639 url(/images/success_notice.png) no-repeat 4% 50% !important;
  margin: 30px 0px 0px 0px;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 600;
  list-style: none;
  padding-right: 40px !important;
  font-size: 15px !important;
  padding-right: 10px; }

.subtle {
  position: relative;
  right: 0px;
  opacity: 0.5;
  top: 27px; }

.subtlemargin {
  position: relative;
  right: auto;
  opacity: 0.5;
  top: 0;
  margin-top: 30px;
  margin-bottom: 30px; }

.de .backup_stats_graphs .g #website_graph {
  margin-left: -329px; }
.de .backup_stats_graphs .g #database_graph {
  margin-left: -340px; }

.es .backup_stats_graphs .dbGraph .graph_under {
  margin-top: -200px; }
.es .backup_stats_graphs .websiteGraph .graph_under {
  margin-top: -200px; }
.es .backup_stats_graphs div .label {
  max-width: 60%;
  word-break: break-all; }
.es .backup_stats_graphs .g #website_graph {
  margin-left: -332px; }
.es .backup_stats_graphs .g #database_graph {
  margin-left: -332px; }

.pt-br .backup_stats_graphs .dbGraph .graph_under {
  margin-top: -200px; }
.pt-br .backup_stats_graphs .websiteGraph .graph_under {
  margin-top: -181px; }
.pt-br .backup_stats_graphs div .label {
  max-width: 60%;
  word-break: break-all; }
.pt-br .backup_stats_graphs .g #website_graph {
  margin-left: -324px; }
.pt-br .backup_stats_graphs .g #database_graph {
  margin-left: -332px; }

.backup_stats_graphs {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 60px;
  font-size: 16px; }
  .backup_stats_graphs .dgraph_1, .backup_stats_graphs .dgraph_2 {
    background: url(/images/dashboard-graph-bg.jpg) repeat;
    padding: 40px;
    border: 2px solid #dedede;
    border-radius: 5px;
    min-height: 310px; }
  .backup_stats_graphs .dgraph_1 {
    margin-left: 0px; }
  .backup_stats_graphs .dgraph_2 {
    margin-right: 0px; }
  .backup_stats_graphs h1 {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 5px; }
    .backup_stats_graphs h1 span.h1text {
      float: left; }
    .backup_stats_graphs h1 span.tiptip {
      float: left;
      cursor: pointer;
      padding: 5px;
      display: block;
      background: url(/images/ico_question_plans.png) no-repeat 65% 46%;
      background-size: 14px 14px;
      width: 14px;
      height: 14px;
      margin-top: 30px;
      margin-left: 11px; }
  .backup_stats_graphs .disclaimer {
    color: #666666;
    clear: both;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin-bottom: 30px;
    margin-top: 30px; }
  .backup_stats_graphs .div1 {
    width: 21%; }
  .backup_stats_graphs .div3 {
    margin-left: 35px;
    position: relative;
    left: 15px; }
  .backup_stats_graphs .vr_tag {
    border-left: 1px solid #e0e0e0;
    height: 197px;
    position: absolute;
    margin-left: 452px;
    margin-top: -25px; }
  .backup_stats_graphs .g .number {
    position: relative; }
  .backup_stats_graphs .g #website_graph {
    position: absolute;
    margin-top: -245px;
    margin-left: -313px;
    width: 440px;
    height: 440px;
    z-index: 799;
    padding-top: 1px; }
  .backup_stats_graphs .g #database_graph {
    position: absolute;
    width: 440px;
    height: 440px;
    margin-top: -245px;
    margin-left: -320px;
    z-index: 799;
    padding-top: 1px; }
    .backup_stats_graphs .g #database_graph:before {
      background: #1fb4e3;
      border-radius: 100%;
      content: " ";
      display: block;
      height: 20px;
      margin: 0 auto;
      position: relative;
      top: -12px;
      width: 20px;
      z-index: 999; }
  .backup_stats_graphs .numwrapper {
    margin-top: 30px; }
  .backup_stats_graphs div {
    float: left;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center; }
    .backup_stats_graphs div .number {
      font-family: "Open Sans", sans-serif;
      font-size: 85px;
      display: block;
      font-weight: 300; }
      .backup_stats_graphs div .number .percent {
        font-size: 19px;
        position: relative;
        top: -25px;
        right: 15px; }
    .backup_stats_graphs div .label {
      color: #868686;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      position: relative; }
  .backup_stats_graphs .graph_under {
    display: block;
    width: 273px;
    height: 273px;
    border: 6px solid #ececec;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    margin-top: -181px;
    margin-left: 35px; }
  .backup_stats_graphs .no_databases .number {
    color: #c2c2c2; }
  .backup_stats_graphs .g_no_databases .graph_under {
    margin-top: -115px !important; }
  .backup_stats_graphs .g_no_databases .label {
    top: 50px;
    width: 123px; }

.partner_graphs .infobox {
  float: left;
  margin-top: 5px; }

@media only screen and (max-width: 1320px) {
  .backup_stats_graphs .graph_under {
    margin-left: 30px; } }
@media only screen and (max-width: 1290px) {
  .backup_stats_graphs .graph_under {
    margin-left: 27px; } }
@media only screen and (max-width: 1265px) {
  .de .backup_stats_graphs .g #website_graph {
    margin-left: -330px; }
  .de .backup_stats_graphs .g #database_graph {
    margin-left: -340px; }

  .es .backup_stats_graphs .websiteGraph .graph_under {
    margin-top: -200px; }
  .es .backup_stats_graphs .dbGraph .graph_under {
    margin-top: -200px; }
  .es .backup_stats_graphs .g #website_graph {
    margin-left: -320px; }
  .es .backup_stats_graphs .g #database_graph {
    margin-left: -320px; }

  .pt-br .backup_stats_graphs .websiteGraph .graph_under {
    margin-top: -200px; }
  .pt-br .backup_stats_graphs .dbGraph .graph_under {
    margin-top: -200px; }
  .pt-br .backup_stats_graphs .g #website_graph {
    margin-left: -320px; }
  .pt-br .backup_stats_graphs .g #database_graph {
    margin-left: -320px; }

  .backup_stats_graphs .graph_under {
    margin-left: 22px; } }
@media only screen and (max-width: 1225px) {
  .backup_stats_graphs .graph_under {
    margin-left: 17px; } }
@media only screen and (max-width: 1199px) {
  .de .backup_stats_graphs .g #website_graph {
    margin-left: -320px; }
  .de .backup_stats_graphs .g #database_graph {
    margin-left: -331px; }

  .es .backup_stats_graphs .websiteGraph .graph_under {
    margin-top: -200px; }
  .es .backup_stats_graphs .dbGraph .graph_under {
    margin-top: -221px; }
  .es .backup_stats_graphs .g #website_graph {
    margin-left: -292px; }
  .es .backup_stats_graphs .g #database_graph {
    margin-left: -292px; }

  .pt-br .backup_stats_graphs .websiteGraph .graph_under {
    margin-top: -200px; }
  .pt-br .backup_stats_graphs .dbGraph .graph_under {
    margin-top: -200px; }
  .pt-br .backup_stats_graphs .g #website_graph {
    margin-left: -292px; }
  .pt-br .backup_stats_graphs .g #database_graph {
    margin-left: -292px; }

  .backup_stats_graphs .graph_under {
    margin-left: -5px; }
  .backup_stats_graphs .g #website_graph {
    margin-left: -305px; }
  .backup_stats_graphs .g #database_graph {
    margin-left: -308px; } }
@media only screen and (max-width: 992px) {
  .contain_load_graphs {
    display: none; } }
.actiona .a_contain {
  font-weight: 600;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccd5db;
  border-radius: 5px;
  background: #ffffff;
  display: inline-block;
  padding: 11px;
  position: relative;
  text-decoration: none;
  text-align: left;
  width: 160px;
  height: 44px; }
  .actiona .a_contain:focus {
    outline: none; }
  .actiona .a_contain .show {
    display: inline-table;
    font-size: 20px;
    font-weight: 600;
    color: #ccd5db;
    position: absolute;
    right: 12px;
    top: 12px; }
  .actiona .a_contain .hide {
    display: none; }
  .actiona .a_contain img {
    width: 0;
    height: 0;
    opacity: 0; }
.actiona ul {
  position: absolute;
  z-index: 900;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #ccd5db;
  border-right: 1px solid #ccd5db;
  border-top: 1px solid #ccd5db;
  border-bottom: 1px solid #ccd5db;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px;
  width: 160px;
  margin-top: -2px;
  margin-left: 0px;
  display: none; }
  .actiona ul li {
    display: block;
    list-style: none; }
    .actiona ul li .migrate-info {
      float: right;
      margin-top: 10px; }
    .actiona ul li .migrate-disabled-link {
      pointer-events: none;
      cursor: default !important;
      display: inline-block; }
  .actiona ul li.deletelink a {
    color: #F24335; }
  .actiona ul a {
    text-align: left;
    display: block;
    text-decoration: none;
    padding: 12px 10px;
    border-bottom: 1px solid #ececec;
    color: #808080;
    transition: 0s;
    -webkit-transition: 0s; }
    .actiona ul a:hover {
      transition: 0s;
      -webkit-transition: 0s; }
  .actiona ul .firstchild {
    position: relative;
    z-index: 900; }
  .actiona ul .tagchild {
    position: relative;
    z-index: 900;
    border: none;
    text-align: left; }
  .actiona ul .lastchild {
    border: none; }
  .actiona ul img {
    width: 0;
    height: 0;
    opacity: 0;
    display: none !important; }

.action2 ul {
  margin-left: -63px !important; }

.not_active {
  opacity: 0.5;
  cursor: default; }

.loading_stats {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding: 117px 0px 20px 0px;
  margin-bottom: 35px;
  height: 312px !important;
  float: left; }
  .loading_stats p {
    font-size: 13px;
    color: #afafaf; }

.spinner {
  margin: 100px auto;
  width: 20px;
  height: 20px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px; }

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #ddd;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out; }

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%; }

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: x rotateZ(45deg); }

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

.circle1 {
  top: 0;
  left: 0; }

.circle2 {
  top: 0;
  right: 0; }

.circle3 {
  right: 0;
  bottom: 0; }

.circle4 {
  left: 0;
  bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }
.notopmargin {
  margin-top: 0px !important; }

.contain_load_graphs {
  height: 322px;
  max-height: 322px;
  min-height: 322px;
  margin-top: 30px; }

.file_explorer_table {
  width: 100%; }
  .file_explorer_table .headers {
    background: #e8e9eb;
    border: 1px solid #ccc; }
    .file_explorer_table .headers td {
      padding: 10px 10px 10px 10px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      border-bottom: #ccc; }
    .file_explorer_table .headers .tdname {
      width: 300px;
      display: block; }
  .file_explorer_table .dot_lead td {
    border-top: 1px solid #ccc;
    letter-spacing: 1px; }
  .file_explorer_table .dot_lead .back_action {
    position: relative;
    top: 0px !important; }
  .file_explorer_table #browser_pane tr:nth-child(odd) {
    background: #fafbfb; }
  .file_explorer_table tr td {
    text-align: left; }
  .file_explorer_table .directory .tdname {
    background: url("/images/ico_explorer_folder.png") no-repeat 3% 50%;
    background-size: 15px auto;
    padding-left: 45px; }
  .file_explorer_table .file .tdfilename {
    background: url("/images/ico_explorer_file.png") no-repeat 3% 50%;
    background-size: 11px auto;
    padding-left: 45px;
    word-break: break-word; }

#path {
  color: #fff;
  width: 100%;
  display: block;
  margin: 0px;
  padding: 5px 10px;
  background: #626669;
  position: relative;
  top: 1px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.back_action {
  position: relative;
  top: 7px; }

.explorer_loader {
  border-bottom: none; }

.btn_restore {
  float: right;
  position: relative;
  top: 7px; }

.comparebackups a {
  margin: 20px 20px 0px 0px; }

.return_link {
  cursor: pointer; }

.explorer_errors {
  display: block;
  background: url("/images/stripes_bg.png") repeat;
  background-color: #fff6f6;
  border: 1px solid #C65656;
  border-radius: 5px;
  padding: 20px; }
  .explorer_errors p {
    margin-bottom: 0px; }
  .explorer_errors span {
    font-weight: bold; }

.loading_files {
  position: relative;
  top: 8px;
  left: 9px;
  opacity: 0.5; }
  .loading_files img {
    margin-left: 4x;
    position: relative;
    top: -1px; }

.date {
  font-size: 16px; }
  .date span {
    font-size: 16px; }

.bluelegend {
  background-color: #97d9ff;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-weight: 800;
  min-width: 50px;
  padding: 5px;
  text-align: center; }

.issue_content {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 30px 80px;
  overflow: hidden;
  width: 100%; }

.issue_item {
  border-bottom: 1px solid #ccc;
  padding: 25px 0 0;
  float: left;
  transition: 0.4s;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 18px; }
  .issue_item h2 {
    margin-top: 0px; }
  .issue_item ol {
    counter-reset: my-badass-counter;
    margin: 0px;
    padding: 0px; }
    .issue_item ol li {
      border-bottom: 1px dashed #ccc;
      list-style: none;
      margin-bottom: 20px; }
      .issue_item ol li a {
        color: #f75c1f;
        text-decoration: none;
        margin-right: -1px; }
        .issue_item ol li a:hover {
          text-decoration: underline; }
      .issue_item ol li:last-child {
        border-bottom: none; }
      .issue_item ol li strong {
        font-size: 0.875rem;
        line-height: 1.714; }
      .issue_item ol li p {
        width: 100%; }
        .issue_item ol li p a {
          margin-right: 0px; }
      .issue_item ol li strong {
        font-weight: normal;
        font-size: 16px; }
  .issue_item .issue_meta_data a {
    text-decoration: none;
    color: #f75c1f;
    margin-right: 50px; }
    .issue_item .issue_meta_data a:hover {
      text-decoration: underline; }
  .issue_item .issue_meta_data:nth-child(2) {
    display: block !important; }

.issues_container {
  clear: both;
  display: block;
  min-height: 300px;
  padding: 0; }

.issue_opened {
  transition: 0.4s; }

.turn_arrow:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 15px !important; }

.issue_dropdown {
  cursor: pointer; }
  .issue_dropdown:before {
    content: " ";
    background: white url("/images/ico_issues_dropdown.png") 5px 13px no-repeat;
    background-size: 10px auto;
    width: 20px;
    height: 20px;
    display: block;
    right: 15px;
    position: absolute;
    margin-top: 5px; }

.return {
  position: relative;
  top: -8px;
  margin-bottom: 10px; }

.color_legend {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 10px 6px 10px;
  width: 100%; }
  .color_legend p {
    margin-bottom: 0px;
    color: #9C9C9C;
    font-size: 16px; }
    .color_legend p:nth-child(odd):before {
      content: " ";
      width: 10px;
      height: 10px;
      background: #ecd66f;
      border-radius: 100px;
      display: block;
      float: left;
      margin: 5px 7px 0px 0px;
      opacity: 0.8; }
    .color_legend p:nth-child(odd) span {
      color: #ecd66f;
      font-weight: normal; }
    .color_legend p:nth-child(even):before {
      content: " ";
      width: 10px;
      height: 10px;
      background: #e84810;
      border-radius: 100px;
      display: block;
      float: left;
      margin: 5px 7px 0px 0px;
      opacity: 0.8; }
    .color_legend p:nth-child(even) span {
      color: #e84810;
      font-weight: normal; }
  .color_legend a {
    float: right;
    position: relative;
    top: -31px; }

.cl_stub {
  margin-top: -32px; }

.other_databases {
  margin-bottom: 40px; }

.issues_link span {
  background: #fff;
  font-weight: normal;
  position: relative;
  left: 4px;
  padding: 1px 6px;
  border-radius: 100%;
  border: 1px solid #dddddd;
  text-shadow: none;
  font-size: 11px;
  color: #aeca61; }

.bad {
  background: #fff2f1 !important; }

.yellow {
  background: #FCF9E8 !important; }

.other_database_p {
  margin-bottom: 10px; }

.wordpress_content {
  background: #fbfafa;
  border-bottom: 1px solid #d3d3d3;
  font: normal 16px/1.25 "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.714;
  color: #666666;
  float: left;
  width: 100%;
  height: 48px; }
  .wordpress_content table {
    width: 100%; }
    .wordpress_content table tr td {
      border-left: 1px solid #d3d3d3;
      padding: 0px 12px 0px 12px;
      text-align: center;
      width: 150px; }
      .wordpress_content table tr td div {
        padding-top: 12px; }
      .wordpress_content table tr td strong {
        padding-right: 3px; }
    .wordpress_content table tr .wp_first {
      width: 223px !important;
      text-align: left;
      border-left: none;
      background: transparent url("/images/ico_wordpress_db.png") no-repeat 5% 50%;
      padding-left: 38px;
      background-size: 20px auto; }
      .wordpress_content table tr .wp_first div {
        padding-top: 0px; }
      .wordpress_content table tr .wp_first strong {
        position: relative;
        top: 5px; }
      .wordpress_content table tr .wp_first span {
        display: block;
        opacity: 0.6;
        font-size: 13px;
        position: relative;
        top: -2px; }

.db_history {
  padding-top: 50px !important; }
  .db_history .legend {
    padding-left: 15px; }

.admin_disclaimer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 0px 20px 0px;
  margin: 0px;
  text-align: center;
  background: #fff6cd;
  border-bottom: 1px solid #ccc;
  z-index: 9999 !important; }
  .admin_disclaimer p {
    padding: 0px;
    color: #323232;
    font-size: 14px;
    margin-bottom: 0px;
    z-index: 999 !important; }

.wordpress_totals {
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #d3d3d3;
  font: normal 16px/1.25 "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.714;
  color: #666666;
  float: left;
  width: 100%; }
  .wordpress_totals table {
    width: 100%; }
    .wordpress_totals table tr td {
      border-left: 1px solid #d3d3d3;
      padding: 0px 12px 12px 12px;
      text-align: center;
      width: 150px; }
      .wordpress_totals table tr td div {
        padding-top: 12px; }
      .wordpress_totals table tr td strong {
        padding-right: 3px; }
      .wordpress_totals table tr td:nth-child(1) {
        border-left: none; }

.wordpress_history li {
  border-bottom: 1px solid #e0e0e0 !important;
  padding-top: 15px;
  padding-bottom: 0 !important;
  margin-bottom: 8px !important; }
.wordpress_history .actions .go-big {
  margin-top: 4px;
  float: left; }
.wordpress_history .actions .small-button {
  float: right; }
.wordpress_history h3 span {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff; }
.wordpress_history .wp_legend {
  background: #f2f2f2;
  border: 1px solid #d3d3d3;
  padding: 10px;
  margin-bottom: -1px;
  padding-bottom: 9px;
  overflow: hidden;
  width: 100%; }
  .wordpress_history .wp_legend .c_theme {
    background: transparent url("/images/ico_wordpress_db.png") no-repeat 0% 49%;
    padding-left: 24px;
    background-size: 17px auto;
    float: left;
    font: normal 16px/1.25 "Open Sans", sans-serif;
    font-size: 0.875rem !important;
    line-height: 1.714;
    color: #666666; }
    .wordpress_history .wp_legend .c_theme strong {
      font-weight: bold; }
    .wordpress_history .wp_legend .c_theme p {
      text-transform: none;
      float: none;
      display: inline;
      width: auto !important;
      margin: 0px !important; }
  .wordpress_history .wp_legend .add_count {
    float: right;
    position: relative;
    left: 5px; }
  .wordpress_history .wp_legend dt, .wordpress_history .wp_legend dd {
    clear: none;
    min-width: auto;
    font: normal 16px/1.25 "Open Sans", sans-serif;
    font-size: 0.875rem !important;
    line-height: 1.714;
    color: #666666; }
  .wordpress_history .wp_legend dt {
    text-transform: none;
    font-weight: bold; }
  .wordpress_history .wp_legend dd {
    margin-right: 20px;
    min-width: 0px !important; }

.files_listed {
  float: left;
  width: 100%; }

.btn_disabled {
  display: inline-block;
  pointer-events: none;
  font: 20px/1.2 "Open Sans", sans-serif;
  text-decoration: none;
  opacity: 0.6 !important;
  cursor: default !important; }
  .btn_disabled:hover {
    background: #1fb4e3 !important;
    color: #fff !important; }

.loader_upgrade {
  margin-left: 7px; }

.single_option {
  border-bottom: none !important; }

.transactions_index table td, .transactions_list_full table td {
  vertical-align: middle; }
.transactions_index .pagination, .transactions_list_full .pagination {
  font-size: 16px;
  display: inline-block;
  z-index: 999;
  position: relative;
  margin: 40px 0 0; }
  .transactions_index .pagination a, .transactions_list_full .pagination a {
    text-decoration: none;
    margin: 0px 3px; }
  .transactions_index .pagination span, .transactions_list_full .pagination span {
    margin: 0px 2px; }
.transactions_index .trans_intro, .transactions_list_full .trans_intro {
  margin-bottom: 18px; }
.transactions_index .error, .transactions_list_full .error {
  position: relative;
  top: 10px !important; }

.transaction_date {
  text-align: left !important;
  width: 20%; }

.transaction_show {
  font-family: "Open Sans", sans-serif; }
  .transaction_show h1 {
    margin-bottom: 25px; }
  .transaction_show h2 {
    margin-bottom: 5px; }
  .transaction_show ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 50px; }
    .transaction_show ul li {
      font-size: 16px;
      list-style: none;
      color: #666666;
      margin: 0 0 1em;
      border-top: 1px solid #ececec;
      padding-top: 13px; }
      .transaction_show ul li:first-child {
        border-top: none; }
      .transaction_show ul li:last-child a {
        margin-top: 15px; }
      .transaction_show ul li span {
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        color: #545454; }
  .transaction_show img {
    width: 150px;
    position: absolute;
    opacity: 0;
    height: auto; }
  .transaction_show a {
    margin-bottom: 10px; }
  .transaction_show .separator {
    display: none; }

.hidden_trans_date {
  display: none; }

.trans_address span {
  width: 100%;
  font-size: 0.875rem;
  list-style: none;
  line-height: 1.5em; }

.transaction_statuses {
  border-top: 1px solid #ececec;
  padding-top: 27px;
  margin-top: 32px;
  float: left; }
  .transaction_statuses h2 {
    margin-top: 0px;
    margin-bottom: 15px; }

.download_receipt {
  cursor: pointer;
  margin-right: 20px; }

.billing_tabs {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-left: 40px; }
  .billing_tabs a {
    color: #aeaeae;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 17px;
    display: inline-block; }
    .billing_tabs a:hover {
      background: none !important;
      color: #666666; }
  .billing_tabs .active {
    border-bottom: 1px solid #fff;
    border-top: 3px solid #1fb4e3;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #666666;
    margin-bottom: -2px;
    z-index: 999;
    position: relative;
    background: #fff;
    box-shadow: 0 0px 6px 2px rgba(0, 0, 0, 0.03); }
    .billing_tabs .active:after {
      background-color: #fff;
      height: 20px;
      content: "";
      position: absolute;
      bottom: -20px;
      left: 0px;
      right: 0px; }

.transactions_loading, .transactions_loading_first {
  position: relative;
  top: -3px;
  left: 15px;
  margin-bottom: -20px; }
  .transactions_loading p, .transactions_loading_first p {
    color: #9C9C9C; }
  .transactions_loading img, .transactions_loading_first img {
    width: 14px;
    height: auto;
    margin-top: -3px;
    margin-right: 5px;
    opacity: 0.6; }

.transactions_loading_first {
  left: 0px !important; }

.archived_site {
  color: #ccc; }

.wordpress_totals_h2 {
  margin-bottom: 7px; }

.wordpress_totals_show {
  margin-bottom: 13px !important; }

.notify_issues {
  margin: 15px 0px 10px 0px; }
  .notify_issues input {
    float: left; }
  .notify_issues label {
    position: relative;
    left: 7px;
    display: inline; }
  .notify_issues input {
    position: relative;
    top: 5px; }

.fullwidth {
  width: 870px !important;
  margin: 10px 0px 0px 0px;
  float: left; }

.pruning_message {
  background: #fff6f6 url("/images/stripes_bg.png") repeat;
  border: 1px solid #C65656;
  border-radius: 4px;
  padding: 1px 15px 4px 17px;
  margin: 20px 0px;
  margin-top: 25px; }
  .pruning_message a {
    color: #f75c1f; }
  .pruning_message h2 {
    margin-bottom: 0; }

.near_quota_message {
  background: #FCF9E8 url("/images/stripes_bg.png") repeat;
  border-radius: 4px;
  padding: 1px 15px 4px 17px;
  margin: 20px 0px;
  margin-top: 25px; }
  .near_quota_message a {
    color: #f75c1f; }

.backup_pruning_settings {
  padding-bottom: 30px;
  display: block;
  float: left; }
  .backup_pruning_settings h2 {
    margin-bottom: 9px; }

.admin_support_table {
  border: 1px solid #ccc;
  font-size: 13px;
  text-align: left;
  padding: 5px; }
  .admin_support_table tr:first-child {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    background: #ececec !important; }
  .admin_support_table tr:nth-child(odd) {
    background: #f9f9f9; }
  .admin_support_table tr td {
    max-width: 300px;
    display: table-cell;
    overflow: hidden;
    border-right: 1px solid #ccc;
    padding: 5px;
    border-bottom: 1px solid #ccc; }
    .admin_support_table tr td:last-child {
      border-right: none; }

.subscriptions_list div {
  border-bottom: 1px solid #ececec;
  padding: 25px 0px 10px 0px; }
  .subscriptions_list div ol {
    margin-top: 10px; }
    .subscriptions_list div ol li {
      font-size: 0.875rem;
      line-height: 1.714;
      color: #666666;
      margin: 0 0 1em; }
  .subscriptions_list div:last-child {
    border-bottom: none; }
  .subscriptions_list div:first-child {
    padding-top: 10px; }
  .subscriptions_list div strong {
    display: block;
    line-height: 16px; }
    .subscriptions_list div strong span:first-child {
      margin-left: -2px;
      margin-right: -1px; }
    .subscriptions_list div strong span:last-child {
      margin-right: -2px; }
  .subscriptions_list div p {
    margin-bottom: 10px; }
.subscriptions_list .cancel_subscription {
  margin-left: -40px;
  margin-top: -6px;
  margin-bottom: 20px; }

#restore_progress_list ol li {
  margin: 15px 0px -2px 0px !important;
  padding-top: 0px; }
  #restore_progress_list ol li span {
    font-weight: 500 !important;
    display: block;
    width: 100%; }
#restore_progress_list ol .active {
  color: #5C5C5C !important; }
#restore_progress_list ol .backingup {
  background: url(/images/ico_backingup_small.png) no-repeat 0% 0% !important; }
#restore_progress_list ol .active.backingup {
  background: url(/images/ico_backingup_small_active.png) no-repeat 0% 0% !important; }
#restore_progress_list ol .comparing {
  background: url(/images/ico_comparing_small.png) no-repeat 0% 0% !important; }
#restore_progress_list ol .active.comparing {
  background: url(/images/ico_comparing_small_active.png) no-repeat 0% 0% !important; }
#restore_progress_list ol .transferring {
  background: url(/images/ico_transferring_small.png) no-repeat 0% 0% !important; }
#restore_progress_list ol .active.transferring {
  background: url(/images/ico_transferring_small_active.png) no-repeat 0% 0% !important; }

#restore_fedex_circles .topbox {
  background: #fff url(/images/line_through_1_restore_green.png) no-repeat 45% 69%; }
#restore_fedex_circles .wrapcircles {
  padding-left: 0px !important;
  position: relative;
  left: 75px !important; }
  #restore_fedex_circles .wrapcircles span.two {
    background: #efeeee url(/images/ico_backingup_medium.png) no-repeat 50% 49% !important;
    background-size: 20px auto !important; }
    #restore_fedex_circles .wrapcircles span.two.inprogress {
      background: #1fb4e3 url(/images/ico_backingup_large.png) no-repeat 50% 49% !important; }
    #restore_fedex_circles .wrapcircles span.two.complete {
      background: #1fb4e3 url(/images/ico_backingup_medium.png) no-repeat 50% 49% !important; }
  #restore_fedex_circles .wrapcircles span.three {
    background: #efeeee url(/images/ico_comparing_medium.png) no-repeat 50% 50% !important; }
    #restore_fedex_circles .wrapcircles span.three.inprogress {
      background: #1fb4e3 url(/images/ico_comparing_large.png) no-repeat 50% 50% !important; }
    #restore_fedex_circles .wrapcircles span.three.complete {
      background: #1fb4e3 url(/images/ico_comparing_medium.png) no-repeat 50% 50% !important; }
  #restore_fedex_circles .wrapcircles span.four {
    background: #efeeee url(/images/ico_transferring_medium.png) no-repeat 50% 49% !important;
    margin-right: 100px !important; }
    #restore_fedex_circles .wrapcircles span.four.inprogress {
      background: #1fb4e3 url(/images/ico_transferring_large.png) no-repeat 52% 52% !important; }
    #restore_fedex_circles .wrapcircles span.four.complete {
      background: #1fb4e3 url(/images/ico_transferring_medium.png) no-repeat 50% 50% !important;
      width: 59px;
      height: 59px;
      margin-top: 8px; }
      #restore_fedex_circles .wrapcircles span.four.complete label {
        top: 0px;
        left: 0px; }
        #restore_fedex_circles .wrapcircles span.four.complete label label {
          left: 59px;
          top: 4px; }
  #restore_fedex_circles .wrapcircles span.five {
    background: #efeeee url(/images/ico_delivered_medium.png) no-repeat 57% 52%;
    margin-right: 0px !important; }
    #restore_fedex_circles .wrapcircles span.five.inprogress {
      background: #1fb4e3 url(/images/ico_delivered_large.png) no-repeat 52% 52% !important; }
    #restore_fedex_circles .wrapcircles span.five.complete {
      background: #00b073 url(/images/ico_delivered_medium.png) no-repeat 50% 50% !important; }

section.single_database_listed .restore_fedex_wrap_it_all {
  margin-top: 13px !important;
  display: table;
  margin-bottom: 120px !important;
  width: 877px !important; }
  section.single_database_listed .restore_fedex_wrap_it_all .progress_wrapper {
    min-height: 700px; }
    section.single_database_listed .restore_fedex_wrap_it_all .progress_wrapper .close_ex {
      top: -645px !important; }
    section.single_database_listed .restore_fedex_wrap_it_all .progress_wrapper #restore_fedex_circles .topbox {
      background: white url(/images/line_through.png) no-repeat 45% 69% !important; }
    section.single_database_listed .restore_fedex_wrap_it_all .progress_wrapper #restore_fedex_circles figure.progress {
      padding-left: 70px; }

.subscriptions_list div {
  border-bottom: 1px solid #ececec;
  padding: 25px 0px 10px 0px; }
  .subscriptions_list div ol {
    margin-top: 10px; }
    .subscriptions_list div ol li {
      font-size: 0.875rem;
      line-height: 1.714;
      color: #666666;
      margin: 0 0 1em; }
  .subscriptions_list div:last-child {
    border-bottom: none; }
  .subscriptions_list div:first-child {
    padding-top: 10px; }
  .subscriptions_list div strong {
    display: block;
    line-height: 16px; }
    .subscriptions_list div strong span:first-child {
      margin-left: -2px;
      margin-right: -1px; }
    .subscriptions_list div strong span:last-child {
      margin-right: -2px; }
  .subscriptions_list div p {
    margin-bottom: 10px; }
.subscriptions_list .cancel_subscription {
  margin-left: -40px;
  margin-top: -6px;
  margin-bottom: 20px; }

.push_step {
  display: none; }

.subscription_toggle {
  margin: 25px 0px 20px 0px; }
  .subscription_toggle ul {
    margin: 0px;
    padding: 0px; }
    .subscription_toggle ul li {
      display: inline;
      display: inline-block;
      margin-right: -5px; }
      .subscription_toggle ul li a {
        display: block;
        color: #333;
        padding: 7px 15px;
        text-decoration: none;
        border: 1px solid #ccc;
        background: white;
        font-size: 14px;
        float: left; }
        .subscription_toggle ul li a:hover {
          background: #f0f0f0;
          text-decoration: none; }
      .subscription_toggle ul li .active {
        color: #fff !important;
        background: #0793BF;
        border-color: #0793BF;
        transition: 0s; }
        .subscription_toggle ul li .active:hover {
          background: #1fb4e3;
          transition: 0s; }

.restoreh1 span {
  text-shadow: none;
  font-weight: 100;
  margin-left: 6px;
  opacity: 0.58; }

.restorefrom {
  margin-top: 10px; }

.new_auto_restore {
  margin: 0px 0px 20px 0px; }
  .new_auto_restore .options {
    margin-top: 15px; }
  .new_auto_restore fieldset {
    margin-bottom: 6px; }
  .new_auto_restore input {
    margin-right: 8px; }
  .new_auto_restore label {
    display: inline;
    position: relative;
    top: 1px; }
  .new_auto_restore .dbfieldset {
    position: relative;
    width: 800px;
    left: 25px;
    margin-top: 10px; }
    .new_auto_restore .dbfieldset label {
      background: transparent url("/images/icon-db-trans.png?1381955917") no-repeat 0% 50%;
      padding-bottom: 2px; }
    .new_auto_restore .dbfieldset .time {
      color: #adadad;
      font-size: 13px;
      position: relative;
      top: 1px;
      left: 5px; }
      .new_auto_restore .dbfieldset .time .tiptip {
        width: 12px;
        height: 13px;
        position: relative;
        left: 2px;
        cursor: pointer;
        top: -1px; }

.options {
  display: block;
  width: 100%; }
  .options span {
    margin: 0px 14px; }

.form_holder {
  margin-top: 0px; }

.advanced_options_p {
  float: left;
  clear: both;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 15px; }
  .advanced_options_p .download_zip {
    background: url("/images/ico_download_zip.png") no-repeat 100% 50%;
    padding-right: 17px;
    background-size: 11px auto;
    padding-bottom: 3px; }
  .advanced_options_p span {
    margin: 0px 3px;
    font-size: 15px; }

.restore_header {
  display: table;
  margin-bottom: 30px;
  width: 100%; }
  .restore_header .p_error {
    margin-top: 15px;
    margin-bottom: 0px; }

.restoreto {
  margin-top: 15px; }

.why_restore li {
  margin-bottom: 24px !important; }
.why_restore fieldset {
  margin: 15px 0px 15px 0px; }
  .why_restore fieldset label {
    display: inline;
    position: relative;
    top: 2px;
    left: 4px; }
.why_restore label span {
  color: red; }

.confirm_description {
  padding: 10px; }

.restore_phone {
  width: 180px !important; }

.confirm_restore {
  width: 100%;
  max-width: 100%; }
  .confirm_restore .i_agree {
    margin-bottom: 15px; }
    .confirm_restore .i_agree input {
      float: left;
      margin: 3px 8px 0px 0px; }
  .confirm_restore .skip_pre_restore_pull {
    margin-bottom: 15px; }
    .confirm_restore .skip_pre_restore_pull input {
      float: left;
      margin: 3px 8px 0px 0px; }

.why_restore {
  margin-top: 0px !important; }

.confirm_buttons .fake-big-button, .confirm_buttons input {
  margin-top: 8px;
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-bottom: 8px; }
.confirm_buttons .go-big {
  margin-top: 8px;
  margin-left: 7px; }

.fake-big-button {
  opacity: 0.5;
  display: inline-block;
  border: none;
  background: #7AD8F7;
  background-image: none;
  color: white;
  font: 600 16px/2.6 "Open Sans", sans-serif;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  height: 44px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.04)), color-stop(100%, rgba(0, 0, 0, 0.04)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  cursor: default; }
  .fake-big-button:hover {
    color: #fff; }

.selectOverlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  width: 100%;
  height: 100%; }

.pathList {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -350px;
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  z-index: 999;
  width: 700px;
  max-height: 500px;
  overflow: hidden; }
  .pathList .selectClose {
    background: url(/images/ico_close_tour.png) no-repeat 50% 50%;
    background-size: 23px 23px;
    width: 23px;
    height: 23px;
    float: right;
    cursor: pointer;
    padding: 10px; }
  .pathList ol {
    max-height: 390px;
    overflow: auto;
    margin-top: 10px; }
    .pathList ol li {
      line-height: 1.6em;
      font-size: 14px; }
    .pathList ol .file {
      background: url("/images/ico_explorer_file.png") no-repeat 0% 50%;
      background-size: 10px auto;
      padding-left: 17px; }
    .pathList ol .dir {
      background: url("/images/ico_explorer_folder.png") no-repeat 0% 50%;
      padding-left: 20px;
      background-size: 13px auto; }
  .pathList h1 {
    margin-top: 0px; }

.p_message, p.notice, p.alert, p.error {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px; }
  .p_message span, p.notice span, p.alert span, p.error span {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    padding: 5px;
    line-height: 0;
    position: absolute;
    margin-left: 844px;
    padding: 10px 9px 13px 9px;
    cursor: pointer;
    margin-top: -21px; }

.p_friendly, p.notice {
  background: url("/images/stripes_bg.png") repeat;
  background-color: #f9fffd;
  border: 1px solid #00b073; }

.p_error, p.alert, p.error {
  background: url("/images/stripes_bg.png") repeat;
  background-color: #fff6f6;
  border: 1px solid #C65656; }
  .p_error a, p.alert a, p.error a {
    color: #f75c1f; }

.p_warning {
  background: url("/images/stripes_bg.png") repeat;
  background-color: #fbf3cc;
  border: 1px solid #FFDF46; }

.recommended {
  background: #fff7cf;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 2.6;
  padding: 0 20px;
  text-decoration: none; }

div.restore_do .wp_content_restore {
  background: url("/images/wp-logo-large.png") no-repeat 50% 20%;
  background-size: 97px auto; }

.wp_restore_icon {
  background: url("/images/ico_wp_restore.png") no-repeat 0% 50% !important;
  padding-left: 19px !important;
  background-size: 14px auto !important;
  padding-top: 1px; }

.confirm_table {
  border-bottom: 3px solid #e8e8e8;
  width: 100%;
  padding-bottom: 20px;
  display: block;
  margin-top: 0px;
  display: block;
  font: normal 14px/1.714 "Open Sans", sans-serif;
  font-size: 0.875rem;
  color: #4b4b4b; }
  .confirm_table tr td:first-child {
    width: 400px; }

.firstSelect {
  margin-top: 20px; }
  .firstSelect h2 {
    margin-top: 0px; }

.selectTable {
  margin-bottom: 25px !important; }

.confirm_table_last {
  width: 100%;
  display: blocko;
  margin-bottom: 30px;
  font: normal 14px/1.714 "Open Sans", sans-serif;
  font-size: 0.875rem;
  color: #4b4b4b; }

.whySelect h2 {
  margin-top: 0px;
  margin-bottom: 3px; }

.confirm_databases a {
  font-size: 11px;
  text-decoration: none;
  margin-left: 5px; }
  .confirm_databases a:hover {
    text-decoration: underline; }

.i_agree img {
  width: 12px;
  height: auto;
  margin-left: 1px; }

.db_restore_label span {
  display: inline-block;
  color: #adadad;
  font-size: 13px;
  position: relative;
  left: 4px; }
  .db_restore_label span img {
    width: 12px;
    height: 12px;
    position: relative;
    left: 2px;
    top: -1px; }

.inline_db_errors {
  width: 650px;
  display: inline;
  font-size: 13px;
  position: absolute;
  margin-left: 4px;
  margin-top: 5px;
  color: red;
  opacity: 0.65; }

.active_restores {
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 0px;
  margin-top: 30px; }
  .active_restores h2 {
    margin-top: 0px;
    display: block;
    border-bottom: 1px solid #ccc;
    background: #ececec;
    width: 100%;
    padding: 15px 15px 10px 15px; }
    .active_restores h2 span {
      font-size: 13px;
      display: block;
      color: #919191;
      margin-top: 2px; }
  .active_restores table {
    width: 100% !important;
    border-spacing: 0px;
    border-collapse: separate;
    padding: 10px 15px 10px 15px; }
    .active_restores table .restore_table_heading {
      font-weight: bold; }
      .active_restores table .restore_table_heading td {
        padding-bottom: 0px;
        padding-top: 0px; }
    .active_restores table .normal_listing {
      border-bottom: 1px solid #E3E3E3; }
      .active_restores table .normal_listing:last-child {
        border-bottom: none; }
        .active_restores table .normal_listing:last-child td {
          padding-bottom: 0px; }
          .active_restores table .normal_listing:last-child td:last-child {
            min-width: 100px; }
    .active_restores table tr {
      width: 100%;
      display: block; }
      .active_restores table tr td {
        padding: 7px 0px;
        text-align: left;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.714;
        color: #666666;
        margin: 0 0 1em; }
        .active_restores table tr td:first-child {
          width: 390px;
          max-width: 390px;
          min-width: 390px;
          overflow: hidden; }
        .active_restores table tr td:nth-child(2) {
          text-align: left;
          width: 180px; }
        .active_restores table tr td:nth-child(3) {
          text-align: left;
          width: 180px; }
        .active_restores table tr td:last-child {
          text-align: left;
          min-width: 100px; }
  .active_restores .zRequested {
    width: 180px;
    max-width: 180px;
    min-width: 180px;
    text-align: center; }
  .active_restores .download_zip_notes {
    border-top: 1px solid #E3E3E3;
    padding: 0px 15px 10px 15px; }

.autoRestores table tr td:nth-child(1) {
  width: 360px;
  min-width: 360px;
  max-width: 360px; }
.autoRestores table tr td:nth-child(2) {
  width: 250px; }
.autoRestores table tr td:nth-child(3) {
  width: 250px; }

.testing_db_spinner {
  opacity: 0.4;
  position: relative;
  left: 3px;
  width: 15px;
  height: 15px; }

.restore_a_options .fake-big-button {
  float: left;
  margin-right: 8px; }
.restore_a_options .big-button {
  float: left; }

.submitoption {
  float: left; }

.submitgo {
  position: relative;
  left: 5px; }

.yousure {
  width: 650px;
  display: inline;
  font-size: 13px;
  margin-left: 6px;
  position: relative;
  top: 1px;
  color: red;
  opacity: 0.65; }

.smalltoppadding {
  margin-top: 7px; }

.add_db_radios {
  margin-top: 0px !important;
  position: relative;
  z-index: 999;
  margin-bottom: 10px !important; }

.helpful_tips {
  margin-bottom: 140px;
  margin-top: 19px !important; }
  .helpful_tips .letter, .helpful_tips .letter2 {
    background: #F7F7F7;
    border: 1px solid #ececec;
    padding: 15px 20px; }

.selectiveRestore form {
  width: 100%;
  max-width: 100%;
  min-width: 100%; }
.selectiveRestore #dirtree {
  background: #fff !important; }
  .selectiveRestore #dirtree ul {
    background: #fff !important; }
    .selectiveRestore #dirtree ul li {
      background: #fff !important; }
.selectiveRestore .loading_ajax {
  display: inline;
  float: left;
  position: relative;
  top: 3px;
  opacity: 0.8;
  left: 5px; }
.selectiveRestore .show {
  display: inline;
  float: left; }
.selectiveRestore .resizeme {
  clear: both;
  margin-top: 26px !important; }
.selectiveRestore .big-button {
  float: left; }
.selectiveRestore .big-button.dlAll {
  float: right;
  padding-right: 40px !important; }
.selectiveRestore #capture_button {
  float: left; }

.resizeheadsup {
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 3px;
  text-align: left;
  background: url(/images/ico_resize_arrow.png) no-repeat 0% 50%;
  padding-left: 16px;
  paddinb-bottom: 5px; }

.selectiveHeader {
  margin-bottom: 10px; }

.dlAll {
  float: right;
  background: #1fb4e3 url("/images/ico_dlAll.png") no-repeat 94% 50% !important;
  background-size: 12px auto !important;
  position: relative;
  top: -7px;
  padding-right: 30px !important; }
  .dlAll:hover {
    background: #ef5a1f url("/images/ico_dlAll.png") no-repeat 94% 50% !important;
    background-size: 12px auto !important; }

.srActions {
  float: left;
  margin-top: 27px; }

.keyContainer {
  display: none;
  height: 200px;
  position: relative;
  z-index: 999; }
  .keyContainer p {
    margin-bottom: 0px; }
    .keyContainer p a {
      color: #1fb4e3; }
      .keyContainer p a:hover {
        color: #0793BF; }

.keyData {
  float: left;
  width: 100%;
  display: block; }
  .keyData textarea {
    height: 200px; }

.passContainer, .pubKeyContainer {
  display: none;
  position: relative;
  z-index: 999; }
  .passContainer p, .pubKeyContainer p {
    margin-bottom: 0px; }
    .passContainer p a, .pubKeyContainer p a {
      color: #1fb4e3; }
      .passContainer p a:hover, .pubKeyContainer p a:hover {
        color: #0793BF; }

.pubKeyContainer textarea {
  height: 160px; }

.alertType {
  margin-right: 7px !important;
  float: left; }

.alertActions {
  margin-top: 15px !important;
  clear: left; }

.editDiv {
  margin-top: 40px;
  margin-bottom: 10px; }

.pNote {
  line-height: 1.8em !important;
  font-family: "Open Sans", sans-serif;
  color: #585b51;
  width: 100%; }

.advOptions p {
  margin-top: 10px; }
  .advOptions p span {
    color: #f75c1f; }
.advOptions .port {
  width: 100px; }

#schedule_at_field {
  display: inline-block;
  width: 100%;
  clear: both;
  margin-bottom: 5px; }
  #schedule_at_field select {
    width: 126px !important;
    margin: 2px 10px 0px 0px;
    float: left; }
  #schedule_at_field .url_tooltip2 {
    width: auto;
    display: inline-block;
    height: 44px;
    line-height: 44px; }

.optPort {
  margin: 0px 0px 10px 0px !important; }

.dirPath input {
  width: 100%; }

.discounted_rate {
  color: #0077CC; }

.top_language {
  background: url(/images/drop_down_arrow.png) no-repeat 100% 51%;
  padding-right: 13px;
  display: inline-block; }

.footer_nav {
  margin-top: 0px;
  margin-bottom: -20px; }
  .footer_nav div {
    display: inline-block;
    margin-right: 3em; }
  .footer_nav a {
    font-size: 20px;
    font-weight: 600;
    color: #4B555D !important;
    text-decoration: none;
    line-height: 105px; }
  .footer_nav a:hover {
    color: #1fb4e3 !important;
    text-decoration: underline; }

.select_language {
  display: none;
  position: absolute;
  z-index: 999;
  background: white;
  border-radius: 5px;
  transition: opacity 0.25s ease 0.1s;
  border: 1px solid #dfdfdf;
  margin-top: -225px !important;
  margin-left: -31px !important; }
  .select_language a {
    display: block;
    color: #adadad;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    line-height: 0px !important;
    padding: 19px 28px 19px 40px;
    margin: 0px !important;
    transition: color 0.1s ease-in-out; }
    .select_language a:hover {
      cursor: pointer;
      background: #f5f5f5;
      color: #363636 !important;
      transition: color 0.1s ease-in-out;
      text-decoration: none !important; }
    .select_language a:last-child {
      border: none; }
      .select_language a:last-child:hover {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
    .select_language a:first-child:hover {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
  .select_language .usa:before {
    content: " ";
    background: url("/images/flag_usa.png") no-repeat 12% 49%;
    background-size: 14px auto;
    position: absolute;
    display: block;
    width: 15px;
    height: 20px;
    z-index: 9999999;
    margin-top: -10px;
    margin-left: -25px;
    opacity: 0.25;
    transition: color 0.1s ease-in-out; }
  .select_language .usa:hover {
    transition: color 0.1s ease-in-out; }
    .select_language .usa:hover:before {
      content: " ";
      background: url("/images/flag_usa.png") no-repeat 12% 49%;
      background-size: 14px auto;
      position: absolute;
      display: block;
      width: 15px;
      height: 20px;
      z-index: 9999999;
      margin-top: -10px;
      margin-left: -25px;
      opacity: 10;
      transition: color 0.1s ease-in-out; }
  .select_language .france:before {
    content: " ";
    background: url("/images/flag_france.png") no-repeat 12% 49%;
    background-size: 14px auto;
    position: absolute;
    display: block;
    width: 15px;
    height: 20px;
    z-index: 9999999;
    margin-top: -10px;
    margin-left: -25px;
    opacity: 0.25;
    transition: color 0.1s ease-in-out; }
  .select_language .france:hover {
    transition: color 0.1s ease-in-out; }
    .select_language .france:hover:before {
      content: " ";
      background: url("/images/flag_france.png") no-repeat 12% 49%;
      background-size: 14px auto;
      position: absolute;
      display: block;
      width: 15px;
      height: 20px;
      z-index: 9999999;
      margin-top: -10px;
      margin-left: -25px;
      opacity: 10;
      transition: color 0.1s ease-in-out; }
  .select_language .germany:before {
    content: " ";
    background: url("/images/flag_germany.png") no-repeat 12% 49%;
    background-size: 14px auto;
    position: absolute;
    display: block;
    width: 15px;
    height: 20px;
    z-index: 9999999;
    margin-top: -10px;
    margin-left: -25px;
    opacity: 0.25;
    transition: color 0.1s ease-in-out; }
  .select_language .germany:hover {
    transition: color 0.1s ease-in-out; }
    .select_language .germany:hover:before {
      content: " ";
      background: url("/images/flag_germany.png") no-repeat 12% 49%;
      background-size: 14px auto;
      position: absolute;
      display: block;
      width: 15px;
      height: 20px;
      z-index: 9999999;
      margin-top: -10px;
      margin-left: -25px;
      opacity: 10;
      transition: color 0.1s ease-in-out; }
  .select_language .spain:before {
    content: " ";
    background: url("/images/flag_spain.png") no-repeat 12% 49%;
    background-size: 14px auto;
    position: absolute;
    display: block;
    width: 15px;
    height: 20px;
    z-index: 9999999;
    margin-top: -10px;
    margin-left: -25px;
    opacity: 0.25;
    transition: color 0.1s ease-in-out; }
  .select_language .spain:hover {
    transition: color 0.1s ease-in-out; }
    .select_language .spain:hover:before {
      content: " ";
      background: url("/images/flag_spain.png") no-repeat 12% 49%;
      background-size: 14px auto;
      position: absolute;
      display: block;
      width: 15px;
      height: 20px;
      z-index: 9999999;
      margin-top: -10px;
      margin-left: -25px;
      opacity: 10;
      transition: color 0.1s ease-in-out; }
  .select_language .brazil:before {
    content: " ";
    background: url("/images/flag_brazil.png") no-repeat 12% 49%;
    background-size: 14px auto;
    position: absolute;
    display: block;
    width: 15px;
    height: 20px;
    z-index: 9999999;
    margin-top: -10px;
    margin-left: -25px;
    opacity: 0.25;
    transition: color 0.1s ease-in-out; }
  .select_language .brazil:hover {
    transition: color 0.1s ease-in-out; }
    .select_language .brazil:hover:before {
      content: " ";
      background: url("/images/flag_brazil.png") no-repeat 12% 49%;
      background-size: 14px auto;
      position: absolute;
      display: block;
      width: 15px;
      height: 20px;
      z-index: 9999999;
      margin-top: -10px;
      margin-left: -25px;
      opacity: 10;
      transition: color 0.1s ease-in-out; }
  .select_language .active {
    color: #363636; }
    .select_language .active:before {
      opacity: 10; }

.flag_usa:before {
  content: " ";
  position: absolute;
  display: block;
  width: 15px;
  height: 20px;
  background: url("/images/flag_usa.png") no-repeat 0% 55%;
  background-size: 14px auto;
  margin-top: 43px;
  margin-left: -22px; }

.flag_spain:before {
  content: " ";
  position: absolute;
  display: block;
  width: 15px;
  height: 20px;
  background: url("/images/flag_spain.png") no-repeat 0% 55%;
  background-size: 14px auto;
  margin-top: 43px;
  margin-left: -22px; }

.flag_france:before {
  content: " ";
  position: absolute;
  display: block;
  width: 15px;
  height: 20px;
  background: url("/images/flag_france.png") no-repeat 0% 55%;
  background-size: 14px auto;
  margin-top: 43px;
  margin-left: -22px; }

.flag_germany:before {
  content: " ";
  position: absolute;
  display: block;
  width: 15px;
  height: 20px;
  background: url("/images/flag_germany.png") no-repeat 0% 55%;
  background-size: 14px auto;
  margin-top: 43px;
  margin-left: -22px; }

.flag_brazil:before {
  content: " ";
  position: absolute;
  display: block;
  width: 15px;
  height: 20px;
  background: url("/images/flag_brazil.png") no-repeat 0% 55%;
  background-size: 14px auto;
  margin-top: 43px;
  margin-left: -21px; }

.mySites h1 {
  display: inline-block; }
.mySites .quota_add_new {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap; }

.website_search {
  width: 50%;
  float: right;
  margin-top: 10px; }
  .website_search form {
    width: 100%;
    max-width: 100%;
    min-width: 100%; }
    .website_search form .clearSearch {
      position: absolute;
      margin-top: 3px;
      margin-left: -50px;
      cursor: pointer;
      background: url("/images/ico_x.png") no-repeat 50% 50%;
      width: 30px;
      height: 40px;
      background-size: 9px auto;
      opacity: 0.4;
      transition: 0.3s; }
      .website_search form .clearSearch:hover {
        opacity: 0.9;
        transition: 0.3s; }
    .website_search form label {
      position: absolute;
      margin-left: 10px;
      margin-top: 5px; }
  .website_search #search {
    width: 80%;
    margin-right: 10px;
    font-size: 15px !important;
    margin-top: 1px;
    padding: 0px 10px 0px 35px !important;
    height: 45px; }

@media only screen and (max-width: 1199px) {
  .website_search {
    width: 56%; } }
@media only screen and (max-width: 1023px) {
  .website_search {
    margin-bottom: 20px; } }
@media only screen and (max-width: 991px) {
  .website_search {
    width: 75%; } }
@media only screen and (max-width: 754px) {
  .website_search {
    width: 100%; } }
@media only screen and (max-width: 565px) {
  .website_search #search {
    width: 96%;
    margin-bottom: 15px; } }
#search form {
  float: none;
  max-width: 100% !important;
  width: 100%; }

.loading {
  float: right;
  position: relative;
  left: 12px;
  top: -41px; }

.pagination {
  display: inline-block;
  margin: 15px 0 0;
  float: right;
  font-size: 16px;
  line-height: 1.714;
  border: 1px solid #ddd; }
  .pagination a, .pagination span {
    margin: 0px 2px;
    color: #585b51;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    border-right: 1px solid #ddd;
    font-size: 11px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    float: left;
    line-height: 30px;
    margin: 0px; }
    .pagination a:hover, .pagination span:hover {
      background: #ececec;
      cursor: pointer; }
  .pagination .current {
    color: #fff;
    background: #7AD8F7; }
    .pagination .current:hover {
      color: #fff;
      background: #7AD8F7; }
  .pagination .gap {
    background: #fff; }
    .pagination .gap:hover {
      background: #fff;
      cursor: default; }
  .pagination .prev_page {
    background: #fff url("/images/arrow_left.png") no-repeat 50% 50%;
    background-size: 3px auto;
    opacity: 0.7; }
    .pagination .prev_page:hover {
      background: #ececec url("/images/arrow_left.png") no-repeat 50% 50%;
      background-size: 3px auto; }
  .pagination .next_page {
    background: #fff url("/images/arrow_right.png") no-repeat 50% 50%;
    background-size: 3px auto;
    opacity: 0.7;
    border-right: none; }
    .pagination .next_page:hover {
      background: #ececec url("/images/arrow_right.png") no-repeat 50% 50%;
      background-size: 3px auto; }

.no_search_results {
  color: #B8B8B8;
  font-style: italic;
  padding-top: 5px; }

.otherh1 {
  clear: both; }

.customize_form form {
  width: 100%;
  max-width: 100%; }
  .customize_form form label em {
    color: #f3794d; }
  .customize_form form p {
    margin-bottom: 25px; }
    .customize_form form p .note {
      clear: both;
      margin: 5px 0px 26px 0px;
      font-style: italic;
      line-height: 18px;
      font-size: 13px;
      display: block; }
.customize_form .subdomain input {
  margin-top: -2px;
  margin-right: 3px; }
.customize_form .subdomain #spinner, .customize_form .subdomain #fail, .customize_form .subdomain #pass {
  border: none;
  width: 15px;
  height: 15px;
  float: left;
  clear: none;
  margin: 12px 0px 0px 5px; }
.customize_form .subdomain #pass {
  margin: 13px 0px 0px 7px;
  width: 14px;
  height: 14px; }
.customize_form .subdomain #fail {
  width: 11px;
  height: 11px;
  margin: 15px 0px 0px 7px; }
.customize_form .subdomain div {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 25px; }
.customize_form .domainexample {
  font-size: 14px;
  opacity: 0.6;
  margin-left: 3px;
  position: relative;
  float: left;
  top: 12px; }
.customize_form img {
  width: 240px;
  height: 48px;
  border: 2px solid #ececec;
  clear: both;
  display: block; }
.customize_form #partner_submit {
  float: left; }
.customize_form #partner_domain {
  margin-top: 4px;
  float: left; }
.customize_form .color_themes {
  margin-bottom: 25px;
  float: left;
  width: 100%;
  clear: both; }
  .customize_form .color_themes input {
    margin-left: 10px;
    cursor: pointer; }
  .customize_form .color_themes img {
    width: 33px;
    height: 32px;
    padding: 2px;
    border: 1px solid #ececec;
    cursor: pointer; }
  .customize_form .color_themes div {
    margin: 5px 15px 0px 0px;
    display: inline-block;
    float: left; }

.logo_options div {
  margin-top: 10px;
  margin-bottom: 20px; }
  .logo_options div label {
    display: inline;
    vertical-align: middle; }
  .logo_options div label:before {
    top: 3px; }
  .logo_options div img {
    display: inline;
    vertical-align: middle;
    width: 240px;
    height: 48px;
    border: 2px solid #ececec;
    clear: both; }
  .logo_options div #partner_logo {
    display: block;
    margin-top: 10px;
    margin-left: 25px; }
  .logo_options div span.ico_disk_usage {
    top: 0px; }

.partner_show_logo {
  width: 240px;
  height: 48px;
  border: 2px solid #ececec; }

.customizeError #errorExplanation {
  background-position: 3% 50% !important;
  padding-left: 127px; }

.disableSubmit {
  background: #1fb4e3 !important; }
  .disableSubmit:hover, .disableSubmit:focus {
    background: #1fb4e3 !important;
    cursor: default !important;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
    -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important; }

.manualCancelNotice {
  float: left;
  background: #ffcbc4;
  padding: 22px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 15px 0px 33px 0px; }
  .manualCancelNotice h2 {
    margin-top: 0px;
    margin-bottom: 5px; }
  .manualCancelNotice p {
    margin-bottom: 5px;
    clear: both;
    width: 100%;
    display: block; }

.requestPrice {
  float: left;
  background: #fafafa;
  padding: 22px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 15px 0px 33px 0px; }
  .requestPrice h2 {
    margin-top: 0px;
    margin-bottom: 5px; }
  .requestPrice p {
    margin-bottom: 30px;
    clear: both;
    width: 100%;
    display: block; }
  .requestPrice span {
    float: left;
    margin: 2px 0px 0px 0px;
    font-size: 0.875rem;
    line-height: 1.714; }
  .requestPrice .payLike {
    float: left;
    display: inline;
    clear: none;
    width: auto;
    margin-bottom: 0px; }
  .requestPrice input[type="text"] {
    display: block;
    padding: 5px;
    margin: -4px 4px 0px 3px;
    width: 50px;
    font-size: 0.875rem;
    float: left; }
  .requestPrice input[type="submit"] {
    margin: -11px 0px 0px 20px; }

.add_db_now, .test_restore_prompt {
  background: #E4F2FD url("/images/stripes_bg.png") repeat;
  display: block;
  margin: 60px 0 0;
  overflow: hidden;
  padding: 30px;
  padding-left: 50%;
  margin-left: -50%;
  width: 200%; }
  .add_db_now .small-button, .test_restore_prompt .small-button {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px; }
  .add_db_now h2, .test_restore_prompt h2 {
    margin-top: 0px;
    font-size: 36px;
    margin-bottom: 0; }
  .add_db_now p, .test_restore_prompt p {
    font-size: 20px;
    width: 70%; }
  .add_db_now span, .test_restore_prompt span {
    font-size: 13px;
    margin: 0px 8px; }
  .add_db_now .hide_db_message, .test_restore_prompt .hide_db_message {
    color: #707070;
    background: #fff;
    border: 1px solid #ccc; }
    .add_db_now .hide_db_message:hover, .add_db_now .hide_db_message:focus, .test_restore_prompt .hide_db_message:hover, .test_restore_prompt .hide_db_message:focus {
      background: #F2F2F2;
      color: #707070;
      border: 1px solid #ccc; }

.action_top {
  border-top: 4px solid #F04646;
  background-color: #FFFFFF;
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  z-index: 900; }
  .action_top .action_container {
    display: block;
    margin: 0 auto; }
    .action_top .action_container div {
      background: #F04646;
      border-radius: 4px;
      display: block;
      float: right;
      color: #fff;
      padding: 5px 10px;
      margin-top: -6px;
      position: relative; }
      .action_top .action_container div h2 {
        display: inline;
        color: #fff;
        margin: 0px;
        padding: 0px;
        font-weight: 400;
        font-size: 16px;
        background: transparent url("../images/ico_db_add_warning.svg") no-repeat 0% 50%;
        background-size: 15px auto;
        padding-left: 22px; }
      .action_top .action_container div p {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        margin-bottom: 0px;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased; }
        .action_top .action_container div p a {
          color: #fff;
          font-weight: 500; }

.certificate_modal {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1001;
  margin: 0 !important;
  overflow: scroll; }
  .certificate_modal .modal {
    width: 700px;
    position: relative;
    top: 170px;
    border-radius: 10px;
    background: white;
    margin: 0 auto;
    padding: 40px 45px;
    opacity: 0;
    transition: 0.45s; }
    .certificate_modal .modal h1 {
      text-align: center;
      margin: 0px 0px 20px 0px; }
    .certificate_modal .modal p {
      text-align: center;
      padding: 0px 10px; }
    .certificate_modal .modal .big-button {
      margin: 15px 0px 10px 0px; }
      .certificate_modal .modal .big-button:last-child {
        float: right; }
    .certificate_modal .modal .sure_grey {
      background: #c0c0c0; }
      .certificate_modal .modal .sure_grey:hover {
        background: #A6A6A6; }
    .certificate_modal .modal form textarea {
      width: 100%;
      margin-bottom: 15px;
      height: 100px; }

.import_zone_modal {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1001; }
  .import_zone_modal .zone_modal {
    width: 700px;
    position: relative;
    top: 170px;
    border-radius: 10px;
    background: white;
    margin: 0 auto;
    padding: 40px 45px;
    opacity: 0;
    transition: 0.45s; }
    .import_zone_modal .zone_modal h1 {
      text-align: center;
      margin: 0px 0px 20px 0px; }
    .import_zone_modal .zone_modal p {
      text-align: center;
      padding: 0px 10px; }
    .import_zone_modal .zone_modal .big-button {
      margin: 15px 0px 10px 0px; }
      .import_zone_modal .zone_modal .big-button:last-child {
        float: right; }
    .import_zone_modal .zone_modal .sure_grey {
      background: #c0c0c0; }
      .import_zone_modal .zone_modal .sure_grey:hover {
        background: #A6A6A6; }
    .import_zone_modal .zone_modal form textarea {
      width: 100%;
      margin-bottom: 15px;
      height: 100px; }
    .import_zone_modal .zone_modal .import_zone_submit.pending {
      background: url("/images/loading.gif") no-repeat;
      outline: none;
      background-color: transparent !important; }

.edit_caa_modal {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1001;
  overflow-x: hidden; }
  .edit_caa_modal .modal {
    width: 700px;
    position: relative;
    top: 170px;
    border-radius: 10px;
    background: white;
    margin: 0 auto;
    padding: 40px 45px;
    opacity: 0;
    transition: 0.45s; }
    .edit_caa_modal .modal h1 {
      text-align: center;
      margin: 0px 0px 20px 0px; }
    .edit_caa_modal .modal p {
      text-align: center;
      padding: 0px 10px; }
    .edit_caa_modal .modal .big-button {
      margin: 15px 0px 10px 0px; }
      .edit_caa_modal .modal .big-button:last-child {
        float: right; }
    .edit_caa_modal .modal .outlined-button {
      margin: 15px 0px 10px 0px; }
    .edit_caa_modal .modal .sure_grey {
      background: #c0c0c0; }
      .edit_caa_modal .modal .sure_grey:hover {
        background: #A6A6A6; }
    .edit_caa_modal .modal input[type="text"] {
      width: 100%;
      margin-bottom: 15px; }
    .edit_caa_modal .modal input[type="number"] {
      width: 100%;
      margin-bottom: 15px; }
    .edit_caa_modal .modal .cg-select-style {
      width: 100%;
      background: #fff url("/images/drop_down_arrow.png") no-repeat 97% 50%; }

.edit_mx_modal {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1001;
  overflow-x: hidden; }
  .edit_mx_modal .modal {
    width: 700px;
    position: relative;
    top: 170px;
    border-radius: 10px;
    background: white;
    margin: 0 auto;
    padding: 40px 45px;
    opacity: 0;
    transition: 0.45s; }
    .edit_mx_modal .modal h1 {
      text-align: center;
      margin: 0px 0px 20px 0px; }
    .edit_mx_modal .modal p {
      text-align: center;
      padding: 0px 10px; }
    .edit_mx_modal .modal .big-button {
      margin: 15px 0px 10px 0px; }
      .edit_mx_modal .modal .big-button:last-child {
        float: right; }
    .edit_mx_modal .modal .outlined-button {
      margin: 15px 0px 10px 0px; }
    .edit_mx_modal .modal .sure_grey {
      background: #c0c0c0; }
      .edit_mx_modal .modal .sure_grey:hover {
        background: #A6A6A6; }
    .edit_mx_modal .modal input[type="text"] {
      width: 100%;
      margin-bottom: 15px; }

.edit_srv_modal {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1001;
  overflow-x: hidden; }
  .edit_srv_modal .modal {
    width: 700px;
    position: relative;
    top: 170px;
    border-radius: 10px;
    background: white;
    margin: 0 auto;
    padding: 40px 45px;
    opacity: 0;
    transition: 0.45s; }
    .edit_srv_modal .modal h1 {
      text-align: center;
      margin: 0px 0px 20px 0px; }
    .edit_srv_modal .modal p {
      text-align: center;
      padding: 0px 10px; }
    .edit_srv_modal .modal .big-button {
      margin: 15px 0px 10px 0px; }
      .edit_srv_modal .modal .big-button:last-child {
        float: right; }
    .edit_srv_modal .modal .outlined-button {
      margin: 15px 0px 10px 0px; }
    .edit_srv_modal .modal .sure_grey {
      background: #c0c0c0; }
      .edit_srv_modal .modal .sure_grey:hover {
        background: #A6A6A6; }
    .edit_srv_modal .modal input[type="text"] {
      width: 100%;
      margin-bottom: 15px; }

.confirmation_modal {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1001;
  overflow-x: hidden; }
  .confirmation_modal .modal {
    width: 700px;
    position: relative;
    top: 170px;
    border-radius: 10px;
    background: white;
    margin: 0 auto;
    padding: 40px 45px;
    opacity: 0;
    transition: 0.45s; }
    .confirmation_modal .modal h1 {
      text-align: center;
      margin: 0px 0px 20px 0px; }
    .confirmation_modal .modal p {
      text-align: center;
      padding: 0px 10px; }
    .confirmation_modal .modal .big-button {
      margin: 15px 0px 10px 0px; }
      .confirmation_modal .modal .big-button:last-child {
        float: right; }
    .confirmation_modal .modal .sure_grey {
      background: #c0c0c0; }
      .confirmation_modal .modal .sure_grey:hover {
        background: #A6A6A6; }

.access_key_modal {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1001;
  overflow-x: hidden; }
  .access_key_modal .modal {
    width: 700px;
    position: relative;
    top: 170px;
    border-radius: 10px;
    background: white;
    margin: 0 auto;
    padding: 40px 45px;
    opacity: 0;
    transition: 0.45s; }
    .access_key_modal .modal h1 {
      text-align: center;
      margin: 0px 0px 20px 0px; }
    .access_key_modal .modal p {
      word-break: break-all;
      padding: 0px 10px; }
    .access_key_modal .modal .big-button {
      margin: 15px 0px 10px 0px; }

.action_needed_container table {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px; }
  .action_needed_container table .name {
    width: 50%; }
  .action_needed_container table td p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #6E6E6E;
    font-style: italic; }
  .action_needed_container table .actions {
    width: 300px; }
    .action_needed_container table .actions a {
      float: right;
      margin-left: 20px; }
  .action_needed_container table .small-button {
    float: left; }
  .action_needed_container table .grey_btn {
    background: #ececec;
    color: #707070;
    border-bottom: 3px solid #D1D1D1; }
    .action_needed_container table .grey_btn:hover {
      border-bottom: 3px solid #C7C7C7;
      background: #DBDBDB; }
  .action_needed_container table th a {
    float: right; }

#list_container_1 {
  margin-right: 25px; }
  #list_container_1 p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #3E576F;
    margin-top: 6px; }
  #list_container_1 ul {
    margin: 0px;
    padding: 0px;
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #ddd; }
    #list_container_1 ul li {
      list-style: none;
      font-size: 13px;
      line-height: 1.6em;
      padding: 1px 5px; }
      #list_container_1 ul li:nth-child(even) {
        background: #f1f1f1; }

.plan_account_info .moveposition {
  margin-bottom: 0px; }
.plan_account_info a.small-button {
  margin-bottom: 10px; }

.create-account input[type='submit'] {
  margin-bottom: 15px; }

.auto_renew {
  width: 206px;
  height: 29px; }
  .auto_renew a {
    width: 206px;
    height: 29px;
    background: #9dc735;
    font-size: 0.75rem;
    color: #fff;
    display: block; }

.top_level_error {
  background: #ffcbc4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 18px 22px;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5em; }
  .top_level_error h2 {
    margin-top: 0px;
    margin-bottom: 5px; }
  .top_level_error p {
    margin-bottom: 0px !important; }
    .top_level_error p:last-of-type {
      margin-top: 15px; }
      .top_level_error p:last-of-type strong:before {
        content: "$";
        margin-right: 1px;
        display: inline-block; }
  .top_level_error a {
    color: #F26A33;
    text-decoration: underline;
    margin-bottom: 15px; }
    .top_level_error a:hover {
      text-decoration: none; }

.billing_email {
  display: inline-block;
  width: 100%; }
  .billing_email .email_label .email_address {
    margin-bottom: 10px;
    float: left; }
  .billing_email form input[type='text'] {
    color: #666666;
    padding: 0px;
    border: none;
    margin-top: -8px;
    padding: 3px 5px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
    .billing_email form input[type='text']:focus {
      border: none;
      box-shadow: none; }
  .billing_email .controls a {
    margin: -8px 0px -30px 10px; }
  .billing_email .controls input[type='submit'] {
    margin: -8px 0px -30px 10px;
    text-transform: none;
    transition: 0.3s;
    padding: 0px; }

.email_editable {
  border: 1px solid #BDBDBD !important; }

.emailError {
  float: left;
  margin: 10px 0px 0px 0px; }
  .emailError p {
    color: #f75c1f;
    margin-bottom: 0px; }

.retry_button {
  margin-top: 30px; }

.show {
  display: block; }

.past_due, .partnerCustomers, .resellerCustomers {
  width: 100%;
  margin: 20px 0px; }
  .past_due tr:nth-child(odd) td, .partnerCustomers tr:nth-child(odd) td, .resellerCustomers tr:nth-child(odd) td {
    background: #F7F7F7; }
  .past_due .maxWidth td, .partnerCustomers .maxWidth td, .resellerCustomers .maxWidth td {
    max-width: 200px;
    word-wrap: break-word; }

.clearblock {
  clear: both;
  display: block; }

.test_db_ul, .list_ips {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
  float: left; }
  .test_db_ul li, .list_ips li {
    list-style: none;
    line-height: 1.5;
    color: #666666;
    margin: 0 0 1em;
    display: inline-block;
    clear: both;
    float: left; }
  .test_db_ul .success, .list_ips .success {
    background: url("/images/ico_check_green_new.png") no-repeat 97% 50%, url("/images/stripes_bg.png") repeat;
    background-color: #f9fffd;
    border: 1px solid #1fb4e3;
    border-radius: 5px;
    padding: 10px 0px 12px 15px;
    color: #1fb4e3;
    min-width: 70%;
    font-weight: 600; }
  .test_db_ul .fail, .list_ips .fail {
    background: url("/images/ico_x_red_new.png") no-repeat 97% 50%, url("/images/stripes_bg.png") repeat;
    background-color: #fff6f6;
    border: 1px solid #C65656;
    border-radius: 5px;
    padding: 10px 0px 12px 15px;
    color: #C65656;
    min-width: 70%;
    font-weight: 600; }
  .test_db_ul .pending, .list_ips .pending {
    background: url("/images/loading.gif") no-repeat 97% 50%;
    padding: 10px 0px 12px 15px;
    background-size: 14px auto;
    border: 1px solid #585b51;
    border-radius: 5px;
    color: #585b51;
    min-width: 70%;
    font-weight: 600; }
  .test_db_ul .iplist, .list_ips .iplist {
    padding: 10px 0px 12px 15px;
    border: 1px solid #585b51;
    border-radius: 5px;
    color: #585b51;
    min-width: 70%;
    font-weight: 600; }

.disableBtn {
  background: #7AD8F7 !important;
  pointer-events: none;
  cursor: default;
  opacity: 0.8; }
  .disableBtn:hover {
    background: #7AD8F7 !important;
    cursor: default !important;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
    -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important; }

.test_connection_db .subtitle a {
  color: #1fb4e3 !important; }
.test_connection_db .backups_were_archived {
  margin-top: 35px; }
.test_connection_db .wizardhr {
  margin-top: 100px; }

.db_progress {
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-top: 40px;
  background: #F5F5F5;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  clear: both;
  display: inline-block; }
  .db_progress li {
    display: inline-table;
    list-style: none;
    width: 20%;
    line-height: 1.714;
    color: #adadad;
    padding: 6px 25px;
    float: left;
    border-right: 1px solid #D6D6D6; }
    .db_progress li:last-child {
      border-right: none; }
  .db_progress .active {
    background: #1fb4e3;
    color: #ffffff !important;
    font-weight: 600 !important; }

.refund {
  float: left;
  margin-top: 20px; }

#website_notification_settings {
  clear: both; }
  #website_notification_settings h2 {
    clear: both;
    margin-top: 30px;
    width: 100%;
    float: left; }
    #website_notification_settings h2:nth-child(1) {
      margin-top: 0px; }

.cloudflare {
  float: left;
  margin-top: -25px;
  font-size: 13px;
  color: #f3794d; }

.alternate_text {
  line-height: 1.1em; }

.wpBackupDetails h2 {
  margin: 0;
  font-weight: 600; }
.wpBackupDetails ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px; }
  .wpBackupDetails ul li {
    font-size: 0.875rem;
    line-height: 1.714;
    color: #666666;
    margin: 0 0 1em;
    list-style: none; }
    .wpBackupDetails ul li:last-child {
      margin-top: -1px; }

.icons_explained {
  float: left;
  margin: 20px 0;
  clear: both; }
  .icons_explained p {
    color: #BDBDBD;
    margin-bottom: 0px;
    padding-left: 17px;
    padding-top: 1px; }
    .icons_explained p:first-child {
      background: url("/images/ico_check_green.png") no-repeat 0% 50%;
      background-size: 11px auto; }
    .icons_explained p:nth-child(2) {
      background: url("/images/ico_x_red.png") no-repeat 0% 50%;
      background-size: 9px auto; }
    .icons_explained p:last-child {
      background: url("/images/ico_x_red.png") no-repeat 0% 50%;
      background-size: 14px auto; }

.access_key_link {
  float: left;
  clear: both; }

.first_bill_date {
  float: left;
  position: absolute;
  font-size: 12px;
  margin-left: -195px;
  margin-top: 30px; }

.billing_info_first_bill_date {
  display: inline-block;
  margin-left: 7px;
  font-weight: normal !important; }
  .billing_info_first_bill_date .first_bill_date {
    position: relative !important;
    left: 194px !important;
    font-weight: 500;
    top: 0px;
    float: none;
    margin-bottom: 0px; }

.downloadMessage {
  margin-top: 20px; }
  .downloadMessage .p_message {
    margin-bottom: 10px !important; }

.switch_link_container {
  float: left;
  clear: both;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.714;
  color: #666666; }
  .switch_link_container ol {
    margin-top: 0px !important;
    margin-bottom: 20px !important; }
    .switch_link_container ol input {
      margin-right: 5px !important;
      margin-top: -1px !important; }
  .switch_link_container a {
    font-size: 0.875rem;
    line-height: 1.714;
    position: relative;
    top: 12px; }

.wp_sites_container, .other_dbs_container, .mySites, .admin_my_sites {
  clear: both;
  width: 100%;
  margin: 60px 0;
  display: block; }
  .wp_sites_container h1, .other_dbs_container h1, .mySites h1, .admin_my_sites h1 {
    margin-top: 0px; }

.yellow_highlight {
  text-shadow: 0px 0px 29px #FF9500;
  transition: 1s; }

.db_step1_aside {
  display: block;
  float: right;
  margin-bottom: 0px;
  width: 27% !important;
  margin-top: 40px !important; }

.top_text_step_3 {
  float: left; }
  .top_text_step_3 .wizardhr {
    margin-top: 50px !important; }

.db_step3_aside {
  display: block;
  float: right;
  width: 27% !important;
  margin-bottom: 0px;
  margin-top: 40px !important; }

.float_step3 {
  float: left; }

.db_edit_form form ol.options input {
  margin-top: -3px; }

.select_db_form form {
  width: 70%;
  max-width: 70%; }
  .select_db_form form input[type=text] {
    width: 60%;
    max-width: 60%; }
  .select_db_form form ol.fields {
    margin-top: 0px; }

.upgrade_free_to_paid h1, .upgrade_free_to_paid .dis_code, .upgrade_free_to_paid .foundCodeGuard, .upgrade_free_to_paid .paypal_option, .upgrade_free_to_paid .crv_para, .upgrade_free_to_paid .utilities, .upgrade_free_to_paid .creditcard_p {
  display: none; }
.upgrade_free_to_paid .tos_payment {
  margin-bottom: 15px; }
  .upgrade_free_to_paid .tos_payment input {
    position: relative;
    margin-right: 9px;
    top: -1px; }
.upgrade_free_to_paid .fake_create_link {
  padding-top: 12px !important;
  padding-bottom: 10px !important; }
.upgrade_free_to_paid .rate_disclosure {
  margin-top: 8px;
  pointer-events: none; }
.upgrade_free_to_paid .loader_pay {
  float: left;
  clear: both;
  position: relative;
  top: -62px;
  left: 207px; }
.upgrade_free_to_paid ul {
  padding: 0px;
  margin: 0px; }
  .upgrade_free_to_paid ul li {
    list-style: none;
    margin-bottom: 20px; }
.upgrade_free_to_paid input:invalid {
  background: #fff; }
.upgrade_free_to_paid textarea:invalid {
  background: #fff; }
.upgrade_free_to_paid form input[type=text].error, .upgrade_free_to_paid form input[type=password].error, .upgrade_free_to_paid form textarea.error {
  background: #F5D0D0;
  border: 1px solid #E69797; }

.errorFree {
  margin-top: 30px; }

.fail_try_again {
  min-height: 220px;
  height: 220px; }
  .fail_try_again .failed_over_quota {
    margin-top: 0px; }
    .fail_try_again .failed_over_quota h1 {
      margin-bottom: 6px; }

.signup_input {
  border: 1px solid #c5c5c5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #a8a8a8;
  padding: 0.65em 0.75em 0.45em; }

.intl-tel-input {
  width: 100%; }

.disable_add {
  display: inline-block;
  border: none;
  color: white !important;
  opacity: 0.5;
  behavior: url(/javascripts/PIE.htc);
  background: #9dc735;
  background-image: none;
  font: 1.05em "Open Sans", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.6em 1em 0.5em;
  padding-top: 9px;
  padding-bottom: 12px;
  position: relative;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  cursor: default !important;
  behavior: url(/javascripts/PIE.htc); }

#site_owner_id_label {
  margin-top: 1em; }

.jstree-loading {
  background: url("/images/loading_rs_capture.png") no-repeat 100% 100% !important;
  background-size: 55px auto !important;
  padding-right: 63px !important;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s; }

#lookup_table th, #lookup_table td {
  border: 1px solid black;
  padding: 5px; }

.cg-progressbar {
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden;
  counter-reset: step;
  width: 100%;
  padding: 0;
  text-align: center; }
  .cg-progressbar li {
    list-style-type: none;
    color: #333333;
    text-transform: uppercase;
    font-size: 11px;
    width: 25%;
    float: left;
    position: relative; }
  .cg-progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    color: #333;
    background: #efefef;
    border-radius: 100%;
    margin: 0 auto 10px auto;
    z-index: 2; }
  .cg-progressbar li:after {
    content: "";
    width: 95%;
    height: 2px;
    background: white;
    position: absolute;
    left: -45%;
    top: 9px;
    z-index: -1; }
  .cg-progressbar li:first-child:after {
    content: none; }
  .cg-progressbar li.active:before, .cg-progressbar li.active:after {
    background: #1fb4e3;
    color: white;
    z-index: 2; }

.cg-steps label {
  color: #333333;
  text-align: left !important;
  font-size: 15px;
  font-weight: 200;
  padding-bottom: 7px;
  padding-top: 12px;
  display: inline-block; }
.cg-steps input[type="textarea"], .cg-steps select {
  outline: none;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #837E7E;
  font-family: "Arial";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-wieght: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
  background-color: transparent;
  height: 45px !important;
  -moz-appearance: treeline !important; }
.cg-steps input:focus, .cg-steps textarea:focus, .cg-steps select:focus {
  color: #333333 !important;
  border: 1px solid #1fb4e3 !important; }

.site-list tbody td, .site-list tbody tr .col_1 {
  text-align: left !important; }

.tag {
  font-size: 12px;
  margin-right: 6px;
  border-radius: 10px;
  padding: 2px 8px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #dddddd;
  border: 1px solid #dddddd;
  display: inline-table; }

.migrate_td form, .backup_select form {
  float: none !important;
  max-width: 100% !important;
  text-align: left !important; }

.migrate_td input.small-button {
  background: #1fb4e3;
  display: inline-block;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  padding: 6px 11px 6px 11px;
  color: #ffffff !important;
  cursor: pointer; }
  .migrate_td input.small-button:hover, .migrate_td input.small-button:focus {
    color: #ffffff;
    background: #0793BF; }

.migrating_site {
  height: 280px;
  vertical-align: top !important; }

.migrating_db {
  height: 200px;
  vertical-align: top !important; }

.partner_names {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: left;
  max-width: 120px;
  margin: 0;
  padding: 0; }
  .partner_names:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0; }
  .partner_names:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em; }

.error_reports, .user_reports, .reseller_customers, .malware_reports {
  padding-bottom: 30px; }
  .error_reports p, .user_reports p, .reseller_customers p, .malware_reports p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased; }
  .error_reports .listing td, .user_reports .listing td, .reseller_customers .listing td, .malware_reports .listing td {
    padding: 15px;
    vertical-align: inherit;
    text-align: left !important;
    border-top: 1px solid #e2e2e2; }
  .error_reports .listing:nth-child(odd) td, .user_reports .listing:nth-child(odd) td, .reseller_customers .listing:nth-child(odd) td, .malware_reports .listing:nth-child(odd) td {
    background: #F7F7F7; }
  .error_reports .disclaimer, .user_reports .disclaimer, .reseller_customers .disclaimer, .malware_reports .disclaimer {
    color: #666666;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin-bottom: 10px; }

.error_reports .heading > td, .user_reports .heading > td, .reseller_customers .heading > td {
  color: #808080;
  display: table-cell;
  font-weight: bold;
  padding: 15px;
  text-align: left !important; }

.partnerPortal form {
  float: none !important;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 !important; }

.partnerCustomers div {
  text-align: left; }
.partnerCustomers .button-to div {
  float: none !important;
  max-width: 100% !important; }
.partnerCustomers .customer_name {
  display: none; }

.partner_graphs .backup_stats_graphs h1 span.h1text {
  color: #585b51;
  font: 21px "Open Sans", sans-serif;
  text-shadow: none;
  text-transform: none; }
.partner_graphs h1 span.tiptip {
  margin-top: 40px; }

.pl-progress-block label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%; }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background-color: #b8d272;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.pl-progress-block {
  border-right: 1px solid #e0e0e0;
  margin: 0 auto;
  padding: 20px 30px 10px;
  text-align: left; }
  .pl-progress-block:first-child {
    border: 0 none;
    margin: 0 0 20px; }
  .pl-progress-block .text-center.mt20.clearfix {
    font-family: noto_sansbold;
    margin: 0 !important; }

.pl-border-sprtr {
  text-align: center; }

.pl-progress-block label {
  color: inherit; }
.pl-progress-block .progress {
  border-radius: 35px;
  height: 25px;
  background: #ececec;
  margin-bottom: 25px; }
.pl-progress-block .progress-bar {
  border-radius: 35px;
  width: 0%; }
  .pl-progress-block .progress-bar span {
    font-size: 14px;
    line-height: 26px;
    position: absolute;
    right: 45px; }
.pl-progress-block .progress-1 .progress-bar, .pl-progress-block .progress-2 .progress-bar, .pl-progress-block .progress-3 .progress-bar, .pl-progress-block .progress-4 .progress-bar {
  background-color: #b8d272;
  transition: width ease-in 1s;
  -webkit-transition: width ease-in 1s;
  -moz-transition: width ease-in 1s;
  -o-transition: width ease-in 1s; }

.ResellerPortal {
  float: left;
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 100%; }

.ResellerPortal h1 span.h1text {
  color: #999999;
  font: 21px "Open Sans", sans-serif;
  text-shadow: none;
  text-transform: none; }

.resellerCustomers tr:nth-child(2n+1) td {
  background: #f7f7f7 none repeat scroll 0 0; }
.resellerCustomers td:last-child {
  padding: 0 0 0 15px; }
.resellerCustomers .action {
  width: 205px; }
.resellerCustomers td {
  border-top: 1px solid #e2e2e2;
  font-size: 12px;
  padding: 15px;
  text-align: left;
  vertical-align: inherit; }

.ResellerPortal {
  margin-bottom: 35px; }
  .ResellerPortal form {
    float: none;
    margin: 0;
    max-width: 100%;
    padding: 0; }
    .ResellerPortal form div {
      padding-bottom: 20px; }

.col-sm-6 {
  width: 50%;
  float: left;
  position: relative; }

.noborder {
  border: none !important; }

.aleft {
  text-align: left !important; }

.center {
  text-align: center !important; }

.required-field {
  background: #f3794d;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 10px;
  width: 85%; }

input.resellerinput {
  height: 45px !important;
  padding: 5px 10px !important;
  width: 85% !important; }

.contain_reseller_graphs {
  margin-top: 30px;
  position: relative; }
  .contain_reseller_graphs p.notice {
    font: lighter 1.5rem/1 "Open Sans", sans-serif;
    margin: 0 0 20px;
    padding: 0 33px; }
  .contain_reseller_graphs .site-list tbody td {
    width: auto; }

.contain_reseller_graphs .whoops_error {
  float: left; }

@media only screen and (max-width: 850px) {
  iframe#launcher {
    display: none; } }
.quota_input_box {
  width: 20% !important; }

.no_more_backups {
  float: left;
  margin-top: 15px;
  margin-left: 30px; }

.login_links {
  padding-top: 35px; }

.green_checkmark {
  margin-right: 10px;
  color: #00b073; }

.red_warning {
  margin-right: 10px;
  color: #F34336; }

.malware_gone_status_icon {
  float: left; }

.malware_gone_form {
  background-color: #f5f5f5; }
  .malware_gone_form ol li {
    margin-left: 20px; }
  .malware_gone_form p.actions {
    text-align: center; }

.edge_address_container {
  float: right !important;
  margin-top: 20px !important; }

.cdn_container {
  clear: right; }
  .cdn_container div {
    margin: 30px 0px; }
    .cdn_container div .cdn_aside_wrapper {
      border: 1px solid #ccd5db;
      background: #FBFBFB; }
      .cdn_container div .cdn_aside_wrapper .cdn_aside_row {
        padding: 18px;
        border-bottom: 1px solid #ccd5db;
        margin: 0; }
        .cdn_container div .cdn_aside_wrapper .cdn_aside_row .cdn_aside_title {
          font-size: 14px;
          font-weight: 400;
          width: 55%;
          display: inline-table;
          color: #A6A6A6; }
        .cdn_container div .cdn_aside_wrapper .cdn_aside_row .cdn_aside_count {
          font-size: 22px;
          font-weight: 600;
          color: #777777;
          text-align: right;
          width: 25%;
          display: inline-table; }
        .cdn_container div .cdn_aside_wrapper .cdn_aside_row .cdn_aside_icon {
          color: #00b073;
          margin-right: 10px;
          width: 50px;
          font-size: 42px;
          text-align: center;
          vertical-align: middle; }

#cdnWebSiteurl:focus {
  border: none;
  outline: none; }

.cdnTooltip .cdnTooltipText {
  visibility: hidden;
  width: 50%;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 50%;
  left: 77%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px; }
  .cdnTooltip .cdnTooltipText::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent; }
.cdnTooltip:hover .cdnTooltipText {
  visibility: visible;
  opacity: 1; }

#cdn_graph_empty {
  background: transparent url("/images/cdn_graph_empty.png") no-repeat 50% 50%;
  background-size: 95%;
  height: 640px;
  margin-top: 70px; }
  #cdn_graph_empty .no_data {
    height: 100px;
    background-color: #FFF;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
    padding: 25px; }

#purge_cache_btn.pending {
  background: url("/images/loading.gif") no-repeat;
  outline: none;
  background-color: transparent !important; }

.accelerate_nav {
  margin: 20px 0; }
  .accelerate_nav h5 {
    color: #909090;
    margin-bottom: 0px; }
  .accelerate_nav p {
    font-size: 14px;
    color: #909090; }
  .accelerate_nav i {
    font-size: 30px;
    color: #909090;
    margin-top: 20px; }

.accelerate_content_wrap {
  border: 1px solid #efefef;
  padding: 20px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.accelerate_warning i {
  font-size: 120px;
  color: #ff5e5e;
  margin-top: 20px; }

.accelerate_content li {
  margin: 10px 0;
  font-size: 14px; }

.dnsTooltip .dnsTooltipText {
  visibility: hidden;
  width: 50%;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 50%;
  left: 77%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px; }
  .dnsTooltip .dnsTooltipText::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent; }
.dnsTooltip:hover .dnsTooltipText {
  visibility: visible;
  opacity: 1;
  margin-bottom: 25px; }

.nsstepswrapper {
  font-size: 14px; }

.dns_copy, .search_dns_records {
  width: 80%;
  display: inline-table !important; }

.edit_defined_record {
  display: none; }

.add_record_submit, .edit_record_submit {
  display: flex; }

.record_name_wrapper {
  display: flex;
  align-items: center; }

.record_name_domain {
  padding-left: 0.5rem; }

.record_name_sub {
  width: 8rem; }

.change_dns_records, .add_dns_records {
  background: #f7f7f7; }

.record_type input {
  width: 100% !important; }

.record_type input[type="submit"] {
  width: unset !important; }

.cg-select-style {
  border: 1px solid #c5c5c5 !important; }
  .cg-select-style select {
    height: 43px !important; }

.record_save {
  font-weight: bold;
  color: #00b073;
  text-decoration: none;
  margin-right: 10px; }

.record_save.pending {
  background: url("/images/loading.gif") no-repeat;
  outline: none;
  background-color: transparent !important; }

.record_cancel {
  font-weight: bold;
  color: #00b073;
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px; }

.record_priority {
  float: right;
  font-weight: normal;
  background: #ededed;
  margin-right: 0px;
  padding: 5px;
  color: #737373;
  border-radius: 3px; }

[id^="edit_data_link_"] {
  width: 100%;
  text-align: center; }

[class^="invalid_value_"] {
  display: block;
  position: absolute;
  color: #F34336; }

[class^="invalid_name_"] {
  display: block;
  position: absolute;
  color: #F34336; }

.invalid_modal_value {
  margin-left: 10px;
  color: #F34336; }

.fields_trial_account li label, .fields_trial_account li span {
  display: inline !important; }
.fields_trial_account li input {
  display: block !important; }

.record_data {
  max-width: 20em;
  overflow-wrap: break-word; }

@media only screen and (min-width: 992px) {
  .narrow-label {
    display: none; } }
@media only screen and (max-width: 991px) {
  .narrow-label {
    margin-right: 0.5em;
    display: inline-block;
    min-width: 45px;
    font-weight: bold;
    float: left; } }
.site-list.narrow {
  display: flex;
  flex-direction: column;
  width: 500px;
  border: none; }
  .site-list.narrow thead {
    display: none;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: space-between; }
  .site-list.narrow tbody {
    border: none; }
    .site-list.narrow tbody tr {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      margin-top: 2em;
      margin-bottom: 0.5em; }
      .site-list.narrow tbody tr td.add_record_data, .site-list.narrow tbody tr td.edit_record_data {
        height: 70px; }
      .site-list.narrow tbody tr td.add_record_type div.graphdatafilter {
        display: flex;
        flex-direction: row; }
      .site-list.narrow tbody tr td.add_record_name {
        overflow-wrap: anywhere; }
        .site-list.narrow tbody tr td.add_record_name div.record_name_wrapper {
          display: flex;
          flex-direction: row; }
      .site-list.narrow tbody tr td.record_name {
        overflow-wrap: anywhere; }
      .site-list.narrow tbody tr .cg-select-style {
        width: 191px; }
      .site-list.narrow tbody tr .record_name_sub {
        width: inherit; }
      .site-list.narrow tbody tr [id^="edit_data_link_"] {
        width: inherit; }
    .site-list.narrow tbody tr.add_dns_records span, .site-list.narrow tbody tr.change_dns_records span {
      margin-top: 16px; }

/* Copyright CodeGuard, All Rights Reserved */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  *#zenbox_tab {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  *::-moz-selection, *::selection {
    background: #0793BF; }

*.outline {
  display: none; }

html {
  font-size: 100%;
  background: #ffffff;
  position: relative;
  -webkit-font-smoothing: antialiased; }

body {
  font: normal 16px/1.25 "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #585b51;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden; }

section, aside {
  *zoom: 1; }
  section:after, aside:after {
    content: "";
    display: table;
    clear: both; }

h1, h2, h3, h4, aside h2, h5, h6 {
  margin: 20px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #4B565E;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

h1 {
  font-size: 36px; }

h1 + * {
  margin-top: -10px;
  font-size: 20px; }

h1 + h5 {
  margin-top: -20px; }

h2 {
  font-size: 24px; }

h2.subtitle {
  clear: left;
  font-family: "Open Sans", sans-serif;
  margin-top: -10px;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px; }
  h2.subtitle a {
    color: #0793BF; }

h3 {
  font-size: 18px; }

h4, aside h2 {
  font-size: 16px; }

h4.disk_title, aside h2.disk_title {
  font-size: 16px;
  font-weight: 800;
  color: #ccd5db;
  letter-spacing: 1.4px; }

h4.comliheader, aside h2.comliheader {
  font-size: 16px;
  font-weight: 800;
  color: #ccd5db;
  letter-spacing: 1.4px; }
  h4.comliheader:before, aside h2.comliheader:before {
    border: 3px solid #1fb4e3;
    content: " ";
    display: block;
    margin-bottom: 5px;
    position: relative;
    width: 33px;
    background: #1fb4e3; }

h5 {
  font-size: 16px;
  font-weight: 600;
  color: #585b51; }

h6 {
  font-size: 16px;
  color: #585b51; }

a {
  -webkit-transition: all 333ms;
  -webkit-transition-delay: 0s;
  -moz-transition: all 333ms;
  -o-transition: all 333ms;
  transition: all 333ms false false;
  color: #585b51; }
a:visited {
  color: #585b51; }
a:hover {
  color: #1fb4e3;
  text-decoration: none; }
a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

p {
  font-size: 16px;
  line-height: 1.5;
  color: #585b51;
  margin: 0 0 1.5em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
  p a {
    -webkit-transition: all 333ms;
    -webkit-transition-delay: 0s;
    -moz-transition: all 333ms;
    -o-transition: all 333ms;
    transition: all 333ms false false;
    color: #1fb4e3;
    text-decoration: none; }
  p a:visited {
    color: #1fb4e3; }
  p a:hover {
    color: #1fb4e3;
    text-decoration: underline; }
  p a:focus {
    outline: thin dotted; }
  p a:hover, p a:active {
    outline: 0; }

.normal_p {
  margin-top: 10px; }

strong {
  font-weight: 600; }

dl {
  *zoom: 1;
  margin: 0; }
  dl:after {
    content: "";
    display: table;
    clear: both; }
  dl dt, dl dd {
    float: left;
    width: auto;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0.5em 0 0; }
  dl dt {
    font-weight: 300;
    line-height: 22px; }
  dl dd {
    font-family: Cambria, Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    line-height: 19px;
    color: #666666; }
  dl dd + dt {
    margin-left: 1em; }

hr {
  clear: both;
  margin: 2em 0;
  position: relative; }
  hr.long {
    width: 100%; }
  hr.light {
    opacity: 0;
    position: relative;
    top: 15px; }
  hr.lighter {
    margin: 0px 0px 10px 30px;
    float: left;
    opacity: 0.6;
    width: 100%; }
  hr.wizardhr {
    margin-top: 400px;
    float: left;
    opacity: 0.6;
    width: 100%; }
  hr.thick {
    background: #f2f2f2;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: relatieve;
    left: 0px;
    height: 10px;
    margin-top: 37px; }

pre {
  background-color: #f5f5f5;
  border: 1px solid #c5c5c5;
  font-size: 12px;
  margin: 30px 0;
  padding: 1em; }

code {
  background-color: #f5f5f5;
  margin: 0 2px;
  padding: 0 5px; }

.sectionsep {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
  *zoom: 1; }
  .sectionsep:after {
    content: "";
    display: table;
    clear: both; }
  .sectionsep p {
    margin-top: 10px; }

input.wptags, input.radio {
  display: none; }
input.wptags + label {
  display: inline-block;
  font-size: 13px;
  line-height: 17px;
  position: relative;
  padding: 0px 0px 3px 25px;
  min-height: 18px;
  border-radius: 3px; }
input.wptags + label:hover {
  cursor: pointer; }
input.wptags + label:before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0rem;
  top: 0rem;
  border-radius: 3px;
  border: 1px solid #dddddd; }
input.radio + label:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0rem;
  top: 0rem; }
input.radio[disabled] + label:before {
  opacity: 0.5; }
input.wptags[disabled] + label:before {
  opacity: 0.5; }
input.radio[disabled] + label {
  color: rgba(0, 0, 0, 0.3); }
input.wptags[disabled] + label {
  color: rgba(0, 0, 0, 0.3); }
input.wptags:checked + label:before {
  content: "";
  font-family: "FontAwesome";
  color: #e7e7e7;
  text-align: center; }
input.wptags + label:before {
  background-color: #f5f5f5; }

/* Copyright CodeGuard, All Rights Reserved */
header[role='banner'] {
  overflow: hidden;
  *zoom: 1;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 76px;
  overflow: visible; }
  header[role='banner'] h1 {
    float: left;
    width: 240px;
    height: 48px;
    margin: 14px 0 0 0;
    display: none; }
    header[role='banner'] h1 a {
      display: block;
      width: 240px;
      height: 48px;
      background: transparent url(/images/logo_app.png) no-repeat 0 0;
      background-size: 100% !important;
      text-indent: -999em;
      color: transparent;
      text-shadow: none; }
  header[role='banner'] nav {
    margin: 30px 0;
    float: right;
    width: auto; }

header[role="banner"] a#portal_logo {
  background: transparent url(/images/logo_targetweb.png) no-repeat 0 0 !important;
  padding-bottom: 0px;
  position: relative;
  top: 11px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  padding-top: 80px;
  width: 240px; }

.targetweb {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_highspeedwebservices_logo {
  background: transparent url(/images/logo_highspeedwebservices.png) no-repeat 0 0 !important;
  padding-top: 10px;
  position: relative;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  padding-top: 80px;
  top: 2px;
  width: 260px; }

.highspeedwebservices {
  margin-bottom: -100px;
  float: left; }

header[role="banner"] a#portal_reechmediagroup_logo {
  background: transparent url(/images/logo_reechmediagroup.png) no-repeat 0 0 !important;
  position: relative;
  width: 100px !important;
  height: auto;
  padding-top: 80px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  left: 10px; }

.reechmediagroup {
  float: left;
  margin-bottom: -100px; }

header[role="banner"] a#portal_birddog_logo {
  background: transparent url(/images/logo_birddog.png) no-repeat 0 0 !important;
  position: relative;
  width: 100px !important;
  height: auto;
  padding-top: 80px;
  position: relative;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  left: 10px; }

.birddog {
  float: left;
  margin-bottom: -100px; }

header[role="banner"] a#portal_beringer_logo {
  background: transparent url(/images/logo_beringer.png) no-repeat 0 0 !important;
  position: relative;
  width: 187px;
  height: 68px;
  padding-top: 80px;
  position: relative;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none; }

.beringer {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_rimrock_logo {
  background: transparent url(/images/logo_rimrock.png) no-repeat 0 0 !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  width: 260px;
  height: 70px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  top: 7px; }

.rimrock {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_websitedoctor_logo {
  background: transparent url(/images/logo_websitedoctor.png) no-repeat 0 0 !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  width: 260px;
  height: 70px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  top: 10px; }

.websitedoctor {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_tscdirect_logo {
  background: transparent url(/images/logo_tscdirect.png) no-repeat 0 0 !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  width: 260px;
  height: 70px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  top: 7pxfour; }

.tscdirect {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_four54creative_logo {
  background: transparent url(/images/logo_four54creative.png) no-repeat 0 0 !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  width: 130px;
  height: auto;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none; }

.four54creative {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_pressimply_logo {
  background: transparent url(/images/logo_pressimply.png) no-repeat 0 0 !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  width: 90px;
  height: auto;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 260px;
  top: 15px;
  left: 10px; }

.pressimply {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_threewdesign_logo {
  background: transparent url(/images/logo_threewdesign.png) no-repeat 0 0 !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  width: 90px;
  height: auto;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 240px; }

.threewdesign {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_escorpro_logo {
  background: transparent url(/images/logo_escorpro.png) no-repeat 0 0 !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 240px; }

.escorpro {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_websitebackup_logo {
  background: transparent url(/images/logo_websitebackup.png) no-repeat 0 0 !important;
  background-size: 170px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 240px;
  top: -2px; }

.websitebackup {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_tract_logo {
  background: transparent url(/images/logo_tract.png) no-repeat 0 0 !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  top: 3px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 240px; }

.tract {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_ewaycorp_logo {
  background: transparent url(/images/logo_ewaycorp.png) no-repeat 0 0 !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  top: 10px;
  right: 240px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 240px; }

.ewaycorp {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_sanihelp_logo {
  background: transparent url(/images/logo_sanihelp.png) no-repeat 0 0 !important;
  background-size: 140px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  top: -10px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 240px; }

.sanihelp {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_liquidmedia_logo {
  background: transparent url(/images/logo_liquidmedia.png) no-repeat 0 0 !important;
  background-size: 240px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  top: 12px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 240px; }

.liquidmedia {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_webjobbing_logo {
  background: transparent url(/images/logo_webjobbing.png) no-repeat 0 0 !important;
  background-size: 73px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  top: -6px;
  left: 5px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 240px; }

.webjobbing {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_bingdigital_logo {
  background: transparent url(/images/logo_bingdigital.png) no-repeat 0 0 !important;
  background-size: 175px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  top: -6px;
  left: 5px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 240px; }

.bingdigital {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_cybernautic_logo {
  background: transparent url(/images/logo_cybernautic.png) no-repeat 0 0 !important;
  background-size: 180px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  top: -6px;
  left: 5px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 240px; }

.cybernautic {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_carrdale_logo {
  background: transparent url(/images/logo_carrdale.png) no-repeat 0 0 !important;
  background-size: 200px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  top: 9px;
  left: 5px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 240px; }

.carrdale {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_instalogic_logo {
  background: transparent url(/images/logo_instalogic.png) no-repeat 0 0 !important;
  background-size: 160px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  left: 5px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 200px; }

.instalogic {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_sgtech_logo {
  background: transparent url(/images/logo_sgtech.png) no-repeat 0 0 !important;
  background-size: 160px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  left: 5px;
  top: 7px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 200px; }

.sgtech {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_shofsky_logo {
  background: transparent url(/images/logo_shofsky.png) no-repeat 0 0 !important;
  background-size: 160px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  left: 5px;
  top: 12px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 200px; }

.shofsky {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_vrazer_logo {
  background: transparent url(/images/logo_vrazer.png) no-repeat 0 0 !important;
  background-size: 280px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  left: 5px;
  top: 5px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 280px; }

.vrazer {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_fasthit_logo {
  background: transparent url(/images/logo_fasthit.png) no-repeat 0 0 !important;
  background-size: 115px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  left: 10px;
  top: -1px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 115px; }

.fasthit {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_atrain_logo {
  background: transparent url(/images/logo_atrain.png) no-repeat 0 0 !important;
  background-size: 250px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  left: 10px;
  top: 8px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 250px; }

.atrain {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_avtec_logo {
  background: transparent url(/images/logo_avtec.png) no-repeat 0 0 !important;
  background-size: 210px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  top: -8px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 250px; }

.avtec {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_orracle_logo {
  background: transparent url(/images/logo_orracle.png) no-repeat 0 0 !important;
  background-size: 240px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  left: 5px;
  top: 12px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 240px; }

.orracle {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_seamrog_logo {
  background: transparent url(/images/logo_seamrog.png) no-repeat 0 0 !important;
  background-size: 192px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  left: 5px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 192px; }

.seamrog {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_fiveE_logo {
  background: transparent url(/images/logo_fiveE.png) no-repeat 0 0 !important;
  background-size: 184px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  left: 5px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 184px; }

.fiveE {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_egmmedia_logo {
  background: transparent url(/images/logo_egmmedia.png) no-repeat 0 0 !important;
  background-size: 250px auto !important;
  position: relative;
  padding-top: 80px;
  position: relative;
  height: auto;
  left: 5px;
  top: 0px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 250px; }

.egmmedia {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_backupsforwebsites_logo {
  background: transparent url(/images/logo_backupsforwebsites.png) no-repeat 0 0 !important;
  position: relative;
  background-size: 290px auto !important;
  top: 6px;
  padding-top: 80px;
  position: relative;
  height: auto;
  width: 290px !important;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none; }

.backupsforwebsites {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_webxmedia_logo {
  background: transparent url(/images/logo_webxmedia.png) no-repeat 0 0 !important;
  position: relative;
  background-size: 240px auto !important;
  padding-top: 80px;
  position: relative;
  height: auto;
  width: 240px !important;
  top: 4px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none; }

.webxmedia {
  margin-bottom: -100px !important;
  float: left; }

header[role="banner"] a#portal_sandbox_logo {
  background: transparent url(/images/logo_sandbox_dummy.png) no-repeat 0 0 !important;
  position: relative;
  top: 14px;
  display: block;
  text-indent: -999em;
  color: transparent;
  text-shadow: none;
  width: 240px;
  padding-top: 80px; }

.sandbox {
  float: left;
  margin-bottom: -100px !important; }

.url_tooltip {
  padding-right: 20px;
  width: auto;
  padding-top: 1px;
  display: inline-block; }

.url_tooltip2 {
  width: 365px;
  padding-top: 0px; }

.url_tooltip3 {
  width: auto;
  display: inline-block;
  padding-top: 0px; }

.footerwrapper {
  border-top: 3px solid #1fb4e3;
  clear: both; }

footer[role='contentinfo'] {
  *zoom: 1;
  clear: both; }
  footer[role='contentinfo']:after {
    content: "";
    display: table;
    clear: both; }
  footer[role='contentinfo'] ul {
    width: auto;
    clear: left;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
  footer[role='contentinfo'] li {
    float: left;
    margin-left: 20px; }
    footer[role='contentinfo'] li a {
      text-decoration: none;
      color: #a8a8a8; }
    footer[role='contentinfo'] li a:hover {
      color: #1fb4e3; }
  footer[role='contentinfo'] p.copyright {
    width: auto;
    clear: left;
    float: left;
    margin: 0;
    margin-bottom: 40px;
    margin-top: 20px;
    color: #a8a8a8; }
  footer[role='contentinfo'] ul.social {
    float: right;
    clear: none; }
    footer[role='contentinfo'] ul.social li {
      float: right;
      list-style-type: none;
      padding-left: 5px; }
  footer[role='contentinfo'] ul.security {
    position: relative;
    top: 20px;
    clear: both;
    width: 500px;
    margin: 0 auto;
    margin-top: 10px;
    list-style-type: none; }

div[role='main'] {
  min-height: 520px; }

.add_new_features {
  float: left;
  clear: both;
  margin-bottom: 60px;
  display: block;
  width: 100%; }

.add_new_site_bg {
  background: #E4F2FD url(/images/stripes_bg.png) repeat; }

.home_features {
  display: table;
  margin: 0;
  padding: 30px;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .home_features p {
    padding: 30px; }
  .home_features a {
    color: #1fb4e3;
    text-decoration: none; }

aside {
  margin: 0;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  aside p {
    padding: 20px; }
  aside a {
    color: #1fb4e3 !important;
    text-decoration: none; }
  aside h1 {
    font-size: 16px;
    font-weight: 600;
    text-shadow: none;
    text-transform: none;
    color: #4B555D;
    margin: 0 0 0.5em;
    padding: 20px;
    border-bottom: 2px solid #f2f2f2; }
  aside ul, aside ol {
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
    list-style: none; }
    aside ul li, aside ol li {
      margin-bottom: 1em;
      padding-top: 1em;
      border-top: 1px solid #f2f2f2; }
      aside ul li:first-child, aside ol li:first-child {
        padding-top: 0;
        border: none; }

.sidebar {
  margin: 0;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .sidebar p {
    padding: 20px; }
  .sidebar p.userscount {
    font-size: 36px;
    font-weight: 600;
    text-shadow: none;
    text-transform: none;
    color: #4B555D;
    margin: 0 0 0.5em;
    padding: 0 20px; }
  .sidebar a {
    color: #1fb4e3;
    text-decoration: none; }
  .sidebar h1 {
    font-size: 20px;
    font-weight: 300;
    text-shadow: none;
    text-transform: none;
    color: #4B555D;
    margin: 0 0 0.5em;
    padding: 20px 20px 0 20px; }
  .sidebar h2 {
    font-size: 20px;
    font-weight: 300;
    text-shadow: none;
    text-transform: none;
    color: #4B555D;
    margin: 0 0 0.5em;
    padding: 20px 20px 0 20px; }
  .sidebar ul, .sidebar ol {
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
    list-style: none; }
    .sidebar ul li, .sidebar ol li {
      margin-bottom: 1em;
      padding-top: 1em;
      border-top: 1px solid #f2f2f2; }
      .sidebar ul li:first-child, .sidebar ol li:first-child {
        padding-top: 0;
        border: none; }
  .sidebar .graphdataselect {
    padding: 20px 20px 0;
    text-align: center; }
    .sidebar .graphdataselect a.showcalendar {
      cursor: pointer; }
  .sidebar .graphdatafilter {
    padding: 20px;
    margin-bottom: 20px; }
    .sidebar .graphdatafilter .selectfilter {
      clear: both;
      margin-bottom: 20px; }
    .sidebar .graphdatafilter select {
      width: 100%; }
    .sidebar .graphdatafilter label {
      float: left;
      margin-right: 7px;
      width: 30%; }

.mgDatetitle {
  font-size: 22px;
  font-weight: 600; }

.mgnopassed {
  margin-left: 50px; }
  .mgnopassed i {
    color: #F78F8F;
    font-size: 22px;
    margin-right: 10px; }

.mgpassed {
  margin-left: 50px; }
  .mgpassed i {
    color: #BAE0BD;
    font-size: 22px;
    margin-right: 10px; }

.mgsmartscannone {
  margin-left: 50px; }
  .mgsmartscannone i {
    color: #BAE0BD;
    font-size: 22px;
    margin-right: 10px; }

.mgsmartscanwarning {
  margin-left: 50px; }
  .mgsmartscanwarning i {
    color: #FFD16F;
    font-size: 22px;
    margin-right: 10px; }

.mgsmartscancritical {
  margin-left: 50px; }
  .mgsmartscancritical i {
    color: #F78F8F;
    font-size: 22px;
    margin-right: 10px; }

.mgbold {
  font-weight: 600; }

.domgactions {
  border-top: 1px solid #D3D3D3;
  text-align: center;
  padding: 20px;
  margin-top: 20px; }

/*# sourceMappingURL=app_blue.css.map */
