body {
  font-family: "Lato", sans-serif;
  background-color: #f4f5f6;
  padding-right: 0 !important; }

body
#main-nav {
  padding-right: 0 !important; }

body.modal-open {
  overflow-y: scroll;
  padding-right: 0 !important; }

.body-login a {
  color: #0087ae; }

.body-login a:hover {
  color: #5d9cad; }

form.noLabel div.form-group label {
  display: none; }

.container-fluid {
  max-width: 1200px; }

[data-notify="container"][class*="alert-ds-"] {
  background-color: #13405e;
  border-width: 0px;
  border-left: 15px solid #fff06a;
  border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
  font-family: Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #fff; }

[data-notify="container"].alert-ds-success {
  border-left-color: #28a745; }

[data-notify="container"].alert-ds-warning {
  border-left-color: #ffc107; }

[data-notify="container"].alert-ds-info {
  border-left-color: #17a2b8; }

[data-notify="container"].alert-ds-danger {
  border-left-color: #dc3545; }

[data-notify="container"][class*="alert-ds-"] > [data-notify="title"] {
  color: #505039;
  display: block;
  font-size: 700;
  margin-bottom: 5px;
  color: #fff; }

[data-notify="container"][class*="alert-ds-"] > [data-notify="message"] {
  font-weight: 400; }

[data-notify="container"][class*="alert-ds-"] > [data-notify="icon"] {
  margin-right: 5px;
  line-height: inherit;
  display: inline-block; }

.backup_out_of_date {
  color: #dc3545;
  font-weight: bold; }

.modal {
  margin-left: 17px; }

.width100 {
  width: 100% !important; }

.ct-labels {
  font-family: Helvetica, sans-serif;
  font-size: 14px; }

.row {
  font-family: Helvetica, sans-serif; }

.modal .modal-body {
  max-height: 60vh;
  overflow-y: auto; }

.modal-open .no-jump {
  overflow-y: scroll; }

.label-Error, .label-Disconnected, .label-Errors, .label-Premature, .witherrors, .premature, .errors.and.warnings,
.label-Unexpected, td.witherrors, td.premature, td.witherrorsandwarnings, td.unexpectedstop, td.Error, td.Failed, td.Stopped,
.table-striped > tbody > tr:nth-child(2n+1) > td.witherrors,
.table-striped > tbody > tr:nth-child(2n+1) > td.Failed,
.table-striped > tbody > tr:nth-child(2n+1) > td.Stopped,
.table-striped > tbody > tr:nth-child(2n+1) > td.premature,
.table-striped > tbody > tr:nth-child(2n+1) > td.unexpectedstop,
.table-striped > tbody > tr:nth-child(2n+1) > td.Error,
.table-striped > tbody > tr:nth-child(2n+1) > td.witherrorsandwarnings {
  background-color: #d9534f !important;
  color: #ffffff; }

.label-Information, .label-Successful, .label-Success, .successful, td.successful, .label-info, .label-start, td.Success,
.table-striped > tbody > tr:nth-child(2n+1) > td.successful, .table-striped > tbody > tr:nth-child(2n+1) > td.Success {
  background-color: #28a745 !important;
  color: #ffffff; }

.label-running, .label-Running, .running, td.running, td.Running,
.table-striped > tbody > tr:nth-child(2n+1) > td.running,
.table-striped > tbody > tr:nth-child(2n+1) > td.Running {
  background-color: #347deb !important;
  color: #ffffff; }

.label-warning, .label-Warnings, .label-Warning, td.warnings, td.Warning,
.table-striped > tbody > tr:nth-child(2n+1) > td.Warning,
.table-striped > tbody > tr:nth-child(2n+1) > td.warnings {
  background-color: #f0ad4e !important;
  color: #ffffff; }

.tab-pills .nav-tabs > li > a:hover {
  border-color: #444E55; }

.tab-pills .nav > li > a:hover, .tab-pills .nav > li > a:focus, .tab-pills .nav > li > a:active {
  text-decoration: none;
  background-color: #444E55;
  color: #ffffff; }

.tab-pills a {
  color: #444E55; }

.loading {
  color: #444E55; }

.fixed-table-toolbar .form-control {
  font-size: 14px;
  height: 34px;
  padding: 3px 6px;
  max-width: 120px; }

.fixed-table-toolbar {
  padding-right: 10px; }

.fixed-table-container {
  position: relative;
  clear: both;
  border: 0;
  border-top: 1px solid #ddd;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

.fixed-table-toolbar .dropdown-menu {
  min-width: 165px; }

.export .btn {
  background: #fff;
  border: 1px solid #ddd; }

.keep-open .btn:hover, .keep-open .btn:active, .keep-open .btn:focus, .export .btn:hover, .export .btn:active, .export .btn:focus {
  background: #444E55;
  color: #fff; }

.activitiesFilter .form-control {
  font-size: 12px;
  height: 36px;
  padding: 3px 5px;
  z-index: 0; }

.btn-subscribe {
  background: #444E55;
  border: 1px solid #444E55;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }

.btn-subscribe:hover, .btn-subscribe:focus, .btn-subscribe:active {
  background: #0d324c;
  border: 1px solid #0d324c;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }

.btn-subscribe.btn-primary.disabled, .btn-subscribe.btn-primary[disabled] {
  background: #0d324c;
  border: 1px solid #0d324c; }

.btn-deleteme {
  background-color: #E03131;
  border-color: #E82A5F; }

.btn-deleteme:hover, .btn-deleteme:focus, .btn-deleteme.focus, .btn-deleteme:active, .btn-deleteme.active, .open > .dropdown-toggle.btn-deleteme {
  color: #fff;
  background-color: #FF0101;
  border-color: #E82A5F; }

.btn-subscribe-active {
  background: #0087ae;
  border: 1px solid #0087ae; }

.btn-subscribe-active:hover, .btn-subscribe-active:focus, .btn-subscribe-active:active {
  background: #0087ae;
  border: 1px solid #0087ae;
  cursor: default; }

.btn-save, .btn-savea {
  background: #444E55;
  color: #fff;
  border: 0;
  font-size: 20px;
  border-radius: 5px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }

.btn-save:focus, .btn-save:active, .btn-save:hover {
  outline: 0;
  background: #0d324c;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }

.btn-trial {
  background: #f0ad4e; }

.btn-trial {
  background: #f0ad4e;
  border: 1px solid #f0ad4e; }

.btn-trial:hover, .btn-trial:focus, .btn-trial:active {
  background: #f0ad4e;
  border: 1px solid #f0ad4e;
  cursor: default; }

.mystatus {
  cursor: pointer; }

.backupsetdetails {
  cursor: pointer; }

.mbsetname {
  font-size: 15px;
  color: #444E55;
  padding-top: 10px; }

.mbsetname-heads {
  font-size: 15px;
  color: #444E55;
  padding-top: 10px;
  padding-bottom: 10px; }

.backupset-detail-body {
  padding-top: 15px; }

#bsetdetailedlog {
  border: 1px solid #ddd;
  border-radius: 4px; }

.panelheightrestriction {
  max-height: 400px;
  overflow: scroll;
  border: 0; }

.asettings.dropdown-menu {
  overflow: auto;
  max-height: 82vh; }

.asettings.dropdown-menu > li > a {
  padding-left: 20px; }

.asettings.dropdown-menu > li > label {
  padding-left: 10px; }

.asettingsButton {
  outline-width: 0; }

.eventlog_td {
  max-width: 400px;
  word-wrap: break-word; }

tr, td {
  max-width: 100%;
  word-wrap: break-word; }

.bsetdetailslog {
  cursor: pointer;
  font-size: 18px;
  line-height: 20px; }

.bsetdetailsloga {
  cursor: pointer;
  font-size: 18px;
  line-height: 20px; }

.loadlog {
  cursor: pointer;
  font-size: 18px;
  line-height: 20px; }

.close_event_log {
  cursor: pointer; }

.bseteventloader {
  display: inline;
  padding-left: 12px;
  font-size: 15px; }

#backupStatus {
  cursor: pointer; }

.pointer {
  cursor: pointer; }

.topmenu {
  padding: 0px 5px 0px 10px; }

.ahsay-btn, .asigra-btn {
  margin-right: 20px; }

.topnav {
  margin-top: 3px; }

.wide > tbody > tr > td {
  padding-bottom: 18px;
  padding-top: 18px;
  border-color: #ffffff;
  vertical-align: middle; }

.activities > tbody > tr > td {
  border-color: #ffffff;
  color: #343a40a3; }

.activities > thead > tr > th {
  border: none;
  color: #343a40a3; }

.activities.panel-default > .panel-heading, .col12 .activities.panel-default > .panel-heading {
  background: none; }

.button-default {
  background: none;
  border: none; }

.panel-heading strong, .panel-title strong {
  font-size: 14px; }

.panel-default > .panel-heading {
  color: #444E55;
  background-color: #ffffff;
  border: none;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: url("/static/images/greydot.png") center;
  background-repeat: no-repeat;
  background-size: 95% 2px;
  background-position: bottom; }

.panel-fulltable > .panel-heading {
  color: #444E55;
  background-color: #ffffff;
  border: none;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: url("/static/images/greydot.png") center;
  background-repeat: no-repeat;
  background-size: 98% 2px;
  background-position: bottom; }

.panel-quota > .panel-heading {
  color: #ffffff;
  background-color: #0087ae;
  border: none;
  padding-bottom: 5px;
  background: url("/static/images/lightorangedot.png") center;
  background-repeat: no-repeat;
  background-size: 95% 2px;
  background-position: bottom; }

.col12 .panel-default > .panel-heading {
  color: #444E55;
  background-color: #ffffff;
  border: none;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: url("/static/images/greydot.png") center;
  background-repeat: no-repeat;
  background-size: 98% 2px;
  background-position: bottom; }

.panel-quota {
  color: #ffffff;
  background-color: #0087ae; }
  .panel-quota .bytes-formatted {
    font-size: 50px;
    color: #ffffff; }
  .panel-quota .bytes-formatted-unit {
    font-size: 34px;
    color: #5d9cad; }

.panel-stored {
  color: #ffffff;
  background-color: #444E55; }
  .panel-stored .bytes-formatted {
    font-size: 50px;
    color: #ffffff; }
  .panel-stored .bytes-formatted-unit {
    font-size: 34px;
    color: #5C6C78; }

.panel-stored > .panel-heading {
  color: #ffffff;
  background-color: #444E55;
  border: none;
  padding-bottom: 5px;
  background: url("/static/images/bluedot.png") center;
  background-repeat: no-repeat;
  background-size: 95% 2px;
  background-position: bottom; }

/* bytes-formatted class example:
<span data-bytes="66831" class="bytes-formatted">
  <span class="bytes-formatted-number">66.83</span> <span class="bytes-formatted-unit">kB</span>
</span> */
.bytes-formatted {
  /* Don't want a break between the number and the unit */
  white-space: nowrap; }

.panel-price .curr {
  font-size: 20px;
  color: #5d9cad; }

.panel-price h1 {
  font-size: 25px;
  color: #ffffff; }

.panel-price {
  color: #ffffff;
  background-color: #0087ae;
  margin-bottom: 0; }

.panel-price > .panel-heading {
  color: #ffffff;
  background-color: #0087ae;
  border: none;
  padding-bottom: 10px;
  background: url("/static/images/lightorangedot.png") center;
  background-repeat: no-repeat;
  background-size: 95% 2px;
  background-position: bottom; }

.panel-default {
  border: none; }

.dsblue-bg {
  background-color: #5C6C78; }

.icon-primary {
  color: #5d9cad; }

.icon-white {
  color: #ffffff; }

.icon-grey {
  color: #343a40a3; }

.icon-blue {
  color: #5C6C78; }

.icon-green {
  color: #28a745; }

.icon-red {
  color: #d9534f; }

.td-grey {
  color: #343a40a3; }

canvas {
  margin-bottom: 15px; }

.twodays {
  background: #f0ad4e !important;
  color: #ffffff !important; }

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f0ad4e; }

.table-striped > tbody > tr:nth-child(2n+1).twodays > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f0ad4e;
  color: #ffffff; }

.twodays .popover, .twodays .bluefont {
  color: #444E55; }

.twodays .bluefont {
  color: #ffffff; }

.fourdays {
  background: #dc3545 !important;
  color: #ffffff !important; }

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f7f8f9; }

.table-striped > tbody > tr:nth-child(2n+1).fourdays > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #dc3545;
  color: #ffffff; }

.fourdays .popover {
  color: #444E55; }

.fourdays .bluefont {
  color: #ffffff; }

.substatus h4 {
  padding: 0;
  margin: 0; }

/* Pseudo class selectors here are to provide additional specificity over the
   SemanticUI CSS */
.dtop, .dtop:first-child, .dtop:last-child {
  color: #343a40a3;
  margin-top: 20px;
  margin-bottom: 20px; }

.whiteborder {
  border-color: #ffffff; }

.btn-margin .btn-success {
  margin-left: 2px; }

#toolbar {
  display: inline-block;
  line-height: 31px; }

.runSelected {
  margin-top: 10px;
  margin-bottom: 10px; }

.fixed-table-toolbar .bars {
  line-height: 31px; }

.table-fixed thead tr {
  display: block; }

.table-fixed th, table td {
  width: 500px; }

.table-fixed tbody {
  display: block;
  height: 500px;
  overflow: auto; }

#completionFilter {
  display: inline-block;
  margin-left: 195px; }

#toolbar .btn-group {
  margin-left: 5px; }

.tooltext {
  line-height: 52px; }

#toolbar .btn-group-sm > .btn {
  height: 34px; }

#toolbar .btn.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4); }

.comp-errors > a > label {
  background: #d9534f;
  color: #ffffff; }

.comp-warnings > a > label {
  background: #f0ad4e;
  color: #ffffff; }

.comp-successful > a > label {
  background: #5cb85c;
  color: #ffffff; }

.btn.outline {
  background: #444E55;
  padding: 8px 12px; }

.btn-primary.outline {
  border: 1px solid #d2dae2;
  color: #ffffff; }

.btn-secondary-outline {
  background-color: #f0f0f0;
  border: 1px solid #d2dae2;
  padding: 8px 12px;
  color: #444E55; }

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
  color: #d2dae2; }

.btn-primary.outline:active, .btn-primary.outline.active {
  border-color: #007299;
  color: #007299;
  box-shadow: none; }

.btn.login {
  background: #444E55;
  padding: 12px 12px; }

.btn-primary.login {
  border: none;
  color: #ffffff;
  border: 1px solid;
  border-radius: 2px;
  border-color: #0087ae; }

.btn-primary.login:hover, .btn-primary.login:focus, .btn-primary.login:active, .btn-primary.login.active, .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #E5400C; }

.btn-primary.login:active, .btn-primary.login.active {
  border-color: #0087ae;
  color: #0087ae;
  box-shadow: none; }

.btn.btn-topmenu {
  background: none;
  padding: 8px 12px; }

.btn-primary.btn-topmenu {
  border: 1px solid #ffffff;
  color: #343a40a3; }

.btn-primary.btn-topmenu:hover, .btn-primary.btn-topmenu:focus, .btn-primary.btn-topmenu:active, .btn-primary.btn-topmenu.active, .open > .dropdown-toggle.btn-primary {
  color: #5d9cad;
  border: 1px solid #5d9cad; }

.btn-primary.btn-topmenu:active, .btn-primary.btn-topmenu.active {
  border: 1px solid #5d9cad;
  color: #5d9cad;
  box-shadow: none; }

.login-logo {
  margin-bottom: 10%;
  margin-left: 0%;
  margin-right: 10%;
  padding-top: 20px; }

.login a {
  color: #444E55; }

.block {
  display: block; }

.block.custom-select {
  display: block;
  padding: 0;
  margin: 0; }

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 17px; }

.form-group {
  margin-bottom: 15px; }

.form-control-feedback {
  top: 8px; }

.registration-form .input-group .form-control, .registration-form .input-group .select2-container--bootstrap {
  z-index: 0; }

.whitefont {
  color: #ffffff; }

.whitefont .has-error .help-block {
  color: #ffffff; }

.transparentbg {
  background: transparent;
  box-shadow: none;
  border: none; }

.panel-reports {
  margin-top: 10px; }

.panel-reports .panel-body {
  padding: 0;
  margin: 0; }

.panel-reports .form-group {
  margin-left: 30px; }

form.registration-form fieldset {
  display: none; }

.registration-form .help-block {
  position: absolute; }

.registration-form .top-custom-select {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: url("/static/images/down-arrow.png") no-repeat right white;
  background-position-y: 31px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.registration-form .top-custom-select select {
  background: transparent;
  width: 100%;
  font-size: 16px;
  line-height: 2.5;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }

.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px; }

.registration-form .pricebox {
  background: #0087ae;
  color: #ffffff;
  padding: 20px;
  border-radius: 4px; }

.registration-form .panel-stored h1 {
  font-size: 28px; }

.has-feedback label ~ .form-control-feedback {
  top: 34px; }

.form-reports {
  border: none;
  margin: 0;
  padding-left: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  -webkit-transition: none; }

.form-notification .input-group-addon {
  background: #0087ae;
  border: 0;
  color: #ffffff; }

.form-notification .checkbox label {
  min-height: 16px; }

.form-notification .has-error .input-group-addon {
  background: #dc3545; }

.form-notification .checkbox label::after {
  width: 20px;
  height: 20px;
  left: -3px;
  top: 2px; }

.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #444E55;
  border-color: #444E55; }

.select2, .select2-container--bootstrap .select2-selection {
  font-family: Helvetica, sans-serif;
  font-size: 16px; }

.select2 .selection {
  font-size: 16px; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  background: #444E55;
  color: #ffffff;
  min-height: 36px;
  line-height: 36px; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  min-height: 47px; }

.select2-bootstrap-append .input-group-btn, .select2-bootstrap-append .input-group-btn .btn, .select2-bootstrap-append .select2-container--bootstrap, .select2-bootstrap-prepend .input-group-btn, .select2-bootstrap-prepend .input-group-btn .btn, .select2-bootstrap-prepend .select2-container--bootstrap {
  min-height: 49px; }

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  min-height: 47px; }

.select2.select2-container.select2-container--bootstrap {
  width: 100% !important; }

select[multiple] {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }

.multiselect-container input[type="checkbox"], .checkbox input[type="radio"] {
  opacity: 1; }

.form-notification .btn-group .multiselect {
  overflow: hidden;
  margin-bottom: 30px; }

.multibox .btn-group {
  display: block; }

.multibox button {
  width: 100%;
  height: 50px; }

.top-report-select select {
  background: transparent;
  width: 224px;
  line-height: 2.5;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  -webkit-transition: none;
  outline: 0; }

.top-report-select select:focus, .top-report-select select:active {
  background: transparent;
  width: 224px;
  line-height: 2.5;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  -webkit-transition: none;
  outline: 0; }

.top-report-select {
  height: 50px;
  width: 224px;
  overflow: hidden;
  background: url("/static/images/down-arrow.png") no-repeat right white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  -webkit-transition: none; }

.top-custom-select select {
  background: transparent;
  width: 224px;
  font-size: 16px;
  line-height: 2.5;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }

.top-custom-select {
  height: 50px;
  width: 224px;
  overflow: hidden;
  background: url("/static/images/down-arrow.png") no-repeat right white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.top-act-select select {
  background: transparent;
  width: 174px;
  line-height: 2.5;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }

.top-act-select {
  margin-top: 25px;
  height: 50px;
  overflow: hidden;
  background: url("/static/images/down-arrow.png") no-repeat right white; }

.multiselect-container > li.multiselect-group-clickable label {
  white-space: nowrap; }

.accountAccess ul.multiselect-container.dropdown-menu {
  max-width: 100%;
  overflow: hidden; }

.panel-reports ul.multiselect-container.dropdown-menu .form-control, #new-report ul.multiselect-container.dropdown-menu .form-control {
  height: 100%; }

.reports-top .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: #444E55; }

.reports-top .btn-default {
  background: #444E55;
  color: #fff;
  width: 100%; }

.reports-top .popover .btn-default {
  background: #444E55;
  color: #fff;
  width: inherit; }

.report-submit {
  margin-right: 20px;
  margin-bottom: 40px; }

.btn-reports {
  background: #0087ae;
  color: #fff;
  border: 0; }

.btn-group-reports {
  padding: 20px; }

.btn-reports:hover, .btn-reports:active, .btn-reports:focus, .btn-reports:active, .open > .dropdown-toggle.btn-reports {
  background: #0087ae;
  color: #ccc;
  border: 0; }

.btn-reports:focus {
  background: #0087ae;
  color: #fff;
  border: 0; }

.report-dropdown {
  margin-right: 20px;
  margin-bottom: 40px; }

.noborder > thead > tr > th {
  border: 0; }

.noborder {
  border: 0; }

.btn-sm {
  padding: 14px 18px; }

.editable-submit {
  background: #444E55; }

/* From web */
.plans h1, h2 {
  color: #ffffff;
  font-size: 44px; }

.plans .section-header h1 {
  font-size: 44px; }

.plans .section-header h2 {
  padding-bottom: 60px;
  font-size: 22px; }

.plans .plan-container {
  background-color: #ffffff; }

.plans .contract h1 {
  padding-top: 20px;
  font-size: 22px;
  color: #343a40a3;
  line-height: 60px; }

.plans .plan-header h1 {
  padding-top: 20px;
  font-size: 22px;
  color: #343a40a3; }

.plans .plan-subheader h1 {
  font-size: 16px;
  color: #0087ae; }

.plans .field1 {
  background: #eff2f5; }

.plans .field1-header h1 {
  color: #343a40a3;
  font-size: 16px; }

.cap-heading {
  position: relative;
  color: #343a40a3;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  top: -3px; }

.plans .euro {
  color: #0087ae;
  font-size: 32px; }

.plans .amount {
  color: #444E55;
  font-size: 64px; }

.plans .capacity {
  color: #444E55;
  font-size: 64px; }

.plans .gb {
  color: #0087ae;
  font-size: 32px; }

.plans .field2-header h1 {
  color: #343a40a3;
  font-size: 18px; }

.field2-subcontent {
  background: #eff2f5;
  padding: 10px; }

.quote .amount {
  font-size: 30px;
  line-height: 91px; }

.field2-subcontent .euro {
  font-size: 12px; }

.field2-subcontent .amount {
  font-size: 14px; }

.plans .plan-fields {
  padding: 10px; }

.plans .field2-button {
  padding-bottom: 30px;
  padding-top: 30px; }

.plans .cap-plan i {
  color: #444E55;
  font-size: 24px;
  cursor: pointer; }

.plans .cap-minus {
  padding: 20px; }

.plans .cap-plus {
  padding: 20px; }

.btn-tryit {
  border-color: #0087ae;
  border-radius: 20px;
  background-color: #0087ae;
  padding: 10px 35px 10px 35px; }

.btn-tryit:hover, .btn-tryit:focus, .btn-tryit:active, .btn-tryit.active, .open > .dropdown-toggle.btn-tryit {
  background-color: #0087ae;
  border-radius: 20px;
  border-color: #0087ae; }

.getstarted {
  color: #343a40a3; }

.getstarted h1, .h1, .getstarted h2, .h2, .getstarted h3, .h3 {
  margin-top: 0px;
  margin-bottom: 21px; }

.getstarted h4 {
  color: #0087ae; }

.getstarted .startedicons i {
  font-size: 70px;
  color: #444E55; }

.getstarted .startedicons .row {
  margin: 0; }

.getstarted i:hover {
  font-size: 70px;
  color: #343a40a3;
  color: #0087ae; }

.getstarted .modal-header {
  border: none; }

.getstarted .modal-body {
  padding: 0;
  margin-bottom: 40px; }

.getstarted .modal-footer {
  border: none;
  padding: 30px; }

.getstarted .modal-subheader {
  background: #eff2f5;
  padding: 20px;
  color: #444E55; }

.getstarted .startedicons {
  padding-top: 40px; }

.getstarted .modal-footer {
  margin-bottom: 40px; }

.vcenter {
  position: relative;
  top: 35%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.no-data h3 {
  color: #343a40a3;
  font-size: 35px; }

.carousel-indicators li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 1px;
  text-indent: 0px;
  cursor: pointer;
  line-height: 30px;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #444E55;
  border-radius: 15px;
  color: #444E55; }

.carousel-indicators .active {
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: #444E55;
  color: #ffffff; }

.rangeslider__fill {
  background: #0087ae; }

.rangeslider__handle {
  border-radius: 5px;
  line-height: 42px;
  text-align: center; }

.rangeslider__handle {
  width: 25px;
  height: 25px; }

.rangeslider--horizontal {
  height: 8px; }

.rangeslider {
  display: inline-block;
  width: 80%; }

.rangeslider__handle:after {
  width: 10px;
  height: 10px; }

.output {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding-left: 10px; }

.baseslider {
  padding-bottom: 35px; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: #444E55; }

.quotabuy-btn {
  position: relative;
  transform: translateY(55%);
  -webkit-transform: translateY(55%);
  -ms-transform: translateY(55%); }

.modal-vertical-centered {
  transform: translate(0, 50%) !important;
  -webkit-transform: translate(0, 50%) !important;
  /* Safari and Chrome */ }

.greenfont {
  color: #5cb85c; }

.redfont {
  color: #d9534f; }

.bluefont {
  color: #444E55; }

.whitefont {
  color: #ffffff !important; }

/* Allows us to make all columns in a bootstrap .row the same hight
 * From: https://stackoverflow.com/a/19695851 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column; }

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.otooltip {
  color: #13405E; }

.node-selected .otooltip {
  color: #ffffff; }

.node-selected .popover-content {
  color: #13405E; }

@media (max-width: 991px) {
  /* since 3.1.0 */
  .collapsing {
    overflow: hidden !important; }
  .vcenter {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none; } }

@media (max-width: 424px) {
  .btn-subscribe-active {
    margin-bottom: 10px; }
  .panel-quota h1 {
    margin-bottom: 30px;
    margin-top: 30px; }
  .panel-stored h1 {
    margin-bottom: 30px;
    margin-top: 30px; } }

.center {
  text-align: center; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.list-group-item:first-child {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.list-group-item {
  border: none !important; }

.filter-header {
  border-top: 1px solid #ddd !important;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd !important; }

.accounts-form-group > span {
  display: block; }

/* Autotask CSS */
#autotask-stepper .bars.pull-left {
  width: 100%; }

.accounts-form-group > span > div.btn-group {
  width: 100% !important; }

.chip {
  display: inline-block;
  height: 25px;
  font-size: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 25px;
  padding: 0 10px;
  border-radius: 12px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.chip.primary {
  background-color: #007bff !important;
  color: white !important; }

.chip.success, .chip.Success {
  background-color: #28a745 !important;
  color: white !important; }

.chip.secondary, .chip.Stopped {
  background-color: #343a40 !important;
  color: white !important; }

.chip.danger, .chip.Failed {
  background-color: #dc3545 !important;
  color: white !important; }

.chip.warning, .chip.Warning {
  background-color: #ffc107 !important;
  color: #343a40 !important; }

.chip.info, .chip.Running {
  background-color: #17a2b8 !important;
  color: white !important; }

/* Notification z index */
.col-xs-11.col-sm-3.alert {
  z-index: 99999 !important; }

/* Bootstrap Tables */
.pagination > li > a, .pagination > li > span {
  color: #444E55; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #444E55;
  border-color: #444E55; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #444E55; }

/* Notification z index */
.col-xs-11.col-sm-3.alert {
  z-index: 99999 !important; }

/* react-datetime-picker styling */
.react-datetime-picker > * {
  background: white;
  border-radius: 4px; }

body {
  overflow-x: hidden; }

#page-content-wrapper > nav.navbar {
  margin-bottom: 0; }

#sidebar-wrapper {
  min-height: 100vh;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  background-color: #5C6C78;
  bottom: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 200px; }

#sidebar-wrapper .list-group-item {
  background-color: #5C6C78; }

#sidebar-wrapper .list-group {
  width: 100%; }

#sidebar-logo {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
  max-width: 105px;
  border-bottom: 1px;
  display: block; }

#sidebar-wrapper.collapsed {
  width: 0; }

#page-content-wrapper {
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  padding-left: 200px;
  width: 100%; }

.in-iframe #sidebar-wrapper {
  display: none; }

.in-iframe #page-content-wrapper {
  padding-left: 0; }

#page-content-wrapper.collapsed {
  padding-left: 0px;
  width: 100%; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

#sidebar-links-wrapper {
  border-top: 1px solid white; }

#sidebar-links-wrapper a {
  color: #fff;
  padding: 25px; }

#sidebar-links-wrapper a.header,
#sidebar-links-wrapper a.link {
  font-weight: bold; }

#sidebar-links-wrapper a.child {
  background-color: #444E55; }

#sidebar-links-wrapper a.child:hover {
  background-color: #0087ae; }

#sidebar-links-wrapper a.active {
  background-color: #0087ae; }

#sidebar-links-wrapper a i {
  padding-right: 10px; }

nav.navbar.navbar-default {
  border-radius: 0;
  padding-right: 20px;
  background-color: white;
  border-right: none;
  border-top: none;
  position: sticky;
  top: 0;
  z-index: 10; }

nav button {
  background-color: #0087ae;
  color: white;
  padding: 8px 12px; }

nav button:hover,
nav button:active,
.dropdown.open button {
  color: white !important; }

.breadCrumb {
  font-size: 12px;
  color: #444E55 !important; }

.breadCrumb:hover {
  color: #2e6faf !important;
  font-weight: bold;
  text-decoration: underline !important; }

.breadCrumbIcon {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 12px;
  color: #444E55 !important; }

/*==========  Media Queries  ==========*/
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #sidebar-wrapper {
    width: 75px; }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
    margin-left: 0;
    padding-left: 75px; }
  #sidebar-links-wrapper a span {
    display: none; }
  #sidebar-links-wrapper a {
    text-align: center;
    padding-left: 15px; }
  #sidebar-links-wrapper a i {
    padding-right: 0; }
  nav.navbar {
    display: none; }
  #sidebar-logo {
    padding-top: 28px; }
  #sidebar-links-wrapper {
    font-size: large;
    padding: 17px 0 0 0; } }

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.modal-sidebar {
  background-color: #444e55;
  color: #fff; }

.modal-sidebar .list-group-item-action .active {
  background-color: #e5400c; }

.modal-wrapper {
  display: flex; }

.modal-sidebar {
  width: 200px; }

.modal-main {
  width: 100%; }

.modal-sidebar .list-group-item.list-group-item-action {
  background-color: #444E55;
  color: #fff;
  padding: 20px; }

.modal-sidebar .list-group-item.list-group-item-action.active {
  background-color: #0087ae;
  color: #fff; }

#sidebar-logo.switchsystems {
  height: 51px;
  margin: 0 auto;
  padding-top: 10px; }

.login-logo > img.switchsystems {
  width: 100%;
  max-width: 400px;
  height: auto !important; }

.login-logo.switchsystems {
  margin: 0 0 20px 0; }

.panel-quota > .panel-heading, .panel-stored > .panel-heading {
  background: url("/static/images/greydot.png") center;
  border: none;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  background-size: 95% 2px;
  background-position: bottom; }
