.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 5px;
}
a > i.glyphicon {
  width: 17px;
}
.glyphicon.glyphicon-discount:before,
.glyphicon.glyphicon-loyalty:before {
  font-size: 16px;
  font-weight: bold;
  content: "%";
}
.glyphicon.glyphicon-spinner-mini {
  display: inline-block;
  background: url("../img/spinner-mini.gif");
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
@media screen {
  body {
    padding-top: 50px;
  }
  body > .navbar {
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #428bca;
  }
  body > .navbar .navbar-nav > li > a,
  body > .navbar .navbar-nav > li > span {
    color: #fff;
  }
  body > .navbar .navbar-nav > li > a:hover,
  body > .navbar .navbar-nav > li > span:hover,
  body > .navbar .navbar-nav > li > a:focus,
  body > .navbar .navbar-nav > li > span:focus {
    color: #fff;
    background-color: #6aa3d5;
  }
  body > .navbar .navbar-nav > .active > a,
  body > .navbar .navbar-nav > .active > span,
  body > .navbar .navbar-nav > .active > a:hover,
  body > .navbar .navbar-nav > .active > span:hover,
  body > .navbar .navbar-nav > .active > a:focus,
  body > .navbar .navbar-nav > .active > span:focus {
    color: #fff;
    background-color: #e7e7e7;
  }
  body > .navbar .navbar-nav > .disabled > a,
  body > .navbar .navbar-nav > .disabled > span,
  body > .navbar .navbar-nav > .disabled > a:hover,
  body > .navbar .navbar-nav > .disabled > span:hover,
  body > .navbar .navbar-nav > .disabled > a:focus,
  body > .navbar .navbar-nav > .disabled > span:focus {
    color: #444;
    background-color: #e7e7e7;
  }
  body > .navbar .navbar-nav .navbar-brand > a,
  body > .navbar .navbar-nav .navbar-brand > span,
  body > .navbar .navbar-nav .navbar-brand > a:hover,
  body > .navbar .navbar-nav .navbar-brand > span:hover,
  body > .navbar .navbar-nav .navbar-brand > a:focus,
  body > .navbar .navbar-nav .navbar-brand > span:focus {
    background-color: transparent;
  }
  body > .navbar .navbar-brand {
    float: left;
    padding: 10px 0 0 0;
  }
  body > .navbar .navbar-brand > a,
  body > .navbar .navbar-brand > span {
    padding: 0;
    font-style: italic;
    text-align: right;
    display: block;
  }
  body > .navbar .navbar-brand > a.brand,
  body > .navbar .navbar-brand > span.brand {
    font-size: 21px;
    font-weight: bold;
  }
  body > .navbar .navbar-brand > a.version,
  body > .navbar .navbar-brand > span.version {
    font-size: 14px;
    line-height: 100%;
  }
  body > .navbar .navbar-left {
    margin: 0;
    float: left;
  }
  body > .navbar .navbar-right {
    margin: 0;
    float: right;
    margin-right: -15px;
  }
  body > .navbar .navbar-right > li {
    float: left;
  }
  body > .navbar .navbar-right > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body > .navbar .navbar-right.breadcrumbs {
    display: none;
  }
  body > .content .sidebar {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid #e7e7e7;
  }
  body > .content .sidebar .nav > li {
    width: 12em;
    display: inline-block;
  }
  body > .content .sidebar form {
    width: 12em;
  }
  body > .content .sidebar .nav {
    margin-top: 5px;
  }
  body > .content .sidebar .nav > li,
  body > .content .sidebar .nav > li > a {
    padding-right: 15px;
    padding-left: 15px;
  }
  body > .content .sidebar .nav > li > a {
    padding: 8px 5px;
    color: #428bca;
    font-weight: bold;
  }
  body > .content .sidebar .nav > .active > a,
  body > .content .sidebar .nav > .active > a:hover,
  body > .content .sidebar .nav > .active > a:focus {
    color: #fff;
    background-color: #428bca;
  }
  body > .content .sidebar .nav > li > ul.dropdown-menu {
    top: 25px;
    left: 30px;
  }
  body > .content .sidebar .nav > li > ul.dropdown-menu > li > a {
    color: #428bca;
    font-weight: bold;
  }
  body > .content .sidebar form {
    padding-right: 0;
    padding-left: 15px;
  }
  body > .content main {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  body > .navbar .navbar-brand {
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  body > .navbar .navbar-right.breadcrumbs {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body > .content .sidebar .nav > li {
    width: initial;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body > .content .sidebar form {
    width: initial;
  }
}
@media screen and (min-width: 768px) {
  body > .content .sidebar .nav > li,
  body > .content .sidebar .nav > li > a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  body > .content .sidebar .nav {
    margin-right: -16px;
    /* 20px padding + 1px border */
    margin-bottom: 15px;
    margin-left: -15px;
  }
}
@media screen and (min-width: 768px) {
  body > .content .sidebar {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    width: 12em;
    z-index: 1030;
  }
}
@media screen and (min-width: 768px) {
  body > .content main {
    margin-left: 12em;
  }
}
body.auth {
  background-color: #eeeeee;
}
.form-signin {
  width: 24em;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading {
  margin-bottom: 15px;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input#login {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input#password {
  margin-bottom: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin p {
  margin-top: 7.5px;
}
.page-header {
  margin-top: 0;
}
.page-header h1,
.page-header h2,
.page-header h3 {
  margin-top: 0;
}
.panel-default {
  background-color: #fff;
}
.panel-default > .panel-heading {
  background-color: #fff;
}
.panel-heading h1,
.panel-heading h2,
.panel-heading h3 {
  margin-top: 0;
}
body.help-page {
  padding: 20px;
}
body.help-page div#help-layout {
  padding: 0;
  max-width: 80em;
  min-width: 370px;
}
body.help-page img.img-responsive {
  margin: 0 auto;
}
@media print {
  body.help-page img.img-responsive {
    max-width: 75%!important;
  }
}
body.help-page .btn {
  padding: 2px 6px;
}
body.help-page li b,
body.help-page li i {
  color: #666;
}
body.help-page hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
form label {
  font-weight: normal;
}
form div.form-group.disabled span.text-red {
  display: none;
}
form div.form-group.disabled * {
  color: #bbb;
}
form div.description-type {
  margin-top: -15px;
  margin-bottom: 15px;
  padding: 5px 10px;
}
form table.table {
  margin: 0 -5px;
}
form table.table th {
  border-bottom-width: 0;
  color: #333;
  font-weight: normal;
  vertical-align: top;
}
form table.table td {
  border-top: 0;
}
form p.text-unsupport {
  margin: 0;
}
form .has-error .text-error-block {
  color: #d00;
}
.tab-content > .tab-pane {
  margin-top: 10px;
}
.nav-tabs {
  margin-bottom: 10px;
}
.table-responsive {
  margin-top: 10px;
}
table.iconTable {
  width: 100%;
}
table.iconTable td {
  vertical-align: top;
}
table.iconTable td.previewIcon {
  display: none;
}
table.iconTable .iconList {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 4px;
}
table.iconTable .iconList a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 4px;
}
table.iconTable .iconList a:hover {
  background-color: #f5f5f5;
}
table.iconTable .iconList a.selected {
  background-color: #f5f5f5;
  border: 2px solid #ccc;
  padding: 2px;
}
table.iconTable .iconList a img {
  width: 35px;
}
div.filter-content div.row {
  margin-bottom: 10px;
}
div.wrap-text-scroll {
  white-space: pre-wrap;
  overflow-y: auto;
}
#reset_rule_n[disabled] {
  visibility: hidden;
}
.text-strong {
  font-weight: bold;
}
.text-em {
  font-style: italic ;
}
.text-red {
  color: red;
}
.text-green {
  color: #080;
}
.text-blue {
  color: #07f;
}
.text-color-default {
  color: #333333;
}
.text-disabled {
  color: #a6a6a6;
}
.datetimepicker .form-control[readonly] {
  background-color: #fff;
}
.date-period .datetimepicker {
  width: 170px;
}
.date-period .datetimepicker:first-child {
  margin-right: 10px;
}
.date-period .datetimepicker input {
  padding: 8px;
}
.b_filter_page {
  margin-top: 10px;
}
.list-cards .content-list-card {
  border: 1px solid #ddd;
  display: block;
  margin: 5px 0;
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
}
.list-cards .content-list-card .message {
  color: #999999;
  margin: 15px 0;
  text-align: center;
}
.list-cards .content-list-card .item {
  float: left;
  margin: 0 10px;
}
.list-cards .content-list-card .item .radio input[type="radio"],
.list-cards .content-list-card .item .radio-inline input[type="radio"],
.list-cards .content-list-card .item .checkbox input[type="checkbox"],
.list-cards .content-list-card .item .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  position: inherit;
}
div.bootbox.error div.modal-content {
  border: 0;
}
div.bootbox.error div.modal-content div.modal-header {
  background: #d00;
  color: white;
  border-radius: 6px 6px 0 0;
}
div.bootbox.error div.modal-content div.modal-body {
  color: #d00;
}
div.bootbox.error div.modal-content div.modal-footer button {
  background: #d00;
  color: white;
  border-color: #d00;
}
table.history-events td.content {
  width: 50%;
  padding: 0;
  border: 0;
}
table.history-events td.content table {
  margin: 0;
  border: 0;
}
table.history-events td.content table td:nth-child(1) {
  width: 50%;
  border-left: 0;
  text-align: right;
}
table.history-events td.content table td:nth-child(2) {
  width: 50%;
}
table.history-events td.content table tr.diff {
  background: #fcf8e3;
}
table.history-events td.content table td:last-child {
  border-right: 0;
}
table.event-diff th.old,
table.event-diff th.new,
table.event-diff td.old,
table.event-diff td.new {
  text-align: right;
}
table.event-diff tr.diff td:nth-child(3) {
  background-color: #fcf8e3;
}
a.no-link {
  text-decoration: none;
  cursor: default;
}
a[onclick] {
  cursor: pointer;
}
.badge-warning {
  background-color: #f0ad4e;
}
.badge-danger {
  background-color: #d9534f;
}
div#bankInfo table tr:first-child td {
  padding: 0 5px 5px 5px;
  border-top: none;
}
div#bankInfo table tr:last-child td {
  border-bottom: none;
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled],
.form-control[disabled],
fieldset[disabled] .form-control,
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
}
.panel > .table-bordered.report > tfoot > tr:last-child > td {
  border: 1px solid #ddd;
}
table.table-bordered thead td,
table.table-bordered thead th {
  vertical-align: top;
  text-align: center;
  border-bottom: 0;
  color: #555555;
}
table.table-bordered tbody td {
  border-bottom: 0;
}
table.table-bordered tbody td.no-border-left {
  border-left: 0;
}
table.table-bordered tbody td.no-border-right {
  border-right: 0;
}
table.table-bordered tbody td[title] {
  position: relative;
}
table.table-bordered tbody td[title] i {
  position: absolute;
  top: 6px;
  right: 3px;
  font-style: normal;
  color: #428bca;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table.table-bordered tbody td[title] i.glyphicon-discount:before,
table.table-bordered tbody td[title] i.glyphicon-loyalty:before {
  font-size: 16px;
  font-weight: bold;
  content: "%";
}
table.table-bordered tbody td[title] i:before {
  content: "\e086";
}
table.table-bordered tfoot,
table.table-bordered .subtotal,
table.table-bordered .total {
  color: #555555;
  font-weight: bold;
}
table.table-bordered .highlight {
  background: #fcf8e3;
}
table.report thead,
table.report tfoot,
table.report .subtotal,
table.report .total {
  color: #555555;
}
table.report .subtotal {
  font-weight: bold;
  background: #fcf8e3;
}
table.report .total {
  font-weight: bold;
  background: #faf2cc;
}
table.report thead tr.units th {
  font-size: 75%;
  padding: 0;
}
table.report thead:first-child tr:first-child th {
  border-top: 1px solid #ddd;
}
table.report.multi thead:first-child tr:first-child th {
  border-top: 1px solid #ddd;
}
table.table-list tr td:nth-child(1) {
  white-space: nowrap;
  width: 10%;
}
table.table-list td {
  border-bottom: 1px solid #ddd;
}
img.group-icon,
img.client-icon {
  height: 1.43em;
}
table.table-bordered td.error,
table.report td.error {
  background-color: #fcc;
}
table.table-bordered .delta-plus,
table.report .delta-plus {
  color: #f00;
}
table.table-bordered .delta-minus,
table.report .delta-minus {
  color: #00f;
}
@media print {
  .header,
  .footer,
  .table-items__actions,
  .breadcrumb,
  .btn,
  .sidebar {
    display: none !important;
  }
}
@media print {
  body {
    font-size: 7pt;
    font-color: black!important;
  }
  .table-bordered th,
  .table-bordered td {
    border-color: black !important;
  }
  table {
    border-color: black!important;
  }
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 14px;
  }
  h5,
  .h5 {
    font-size: 12px;
  }
  a[href]:after {
    content: none;
  }
  abbr[title]:after {
    content: none;
  }
}
.panel-body.version-history .label-date {
  color: #428bca;
}
.panel-body.version-history p {
  margin-left: 2em;
}
@media screen {
  .printed-content {
    margin: 10px 10px 0  10px;
  }
}
.printed-content p {
  margin: 0;
}
.printed-content hr {
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
  border-style: none;
}
.printed-content table.table-bordered {
  border: none;
}
.printed-content table.table-bordered tfoot.no-border tr:nth-child(n+1) td {
  border-top: none!important;
  border-right: none!important;
  border-bottom: none!important;
  border-left: none!important;
}
.printed-content table.table-bordered tfoot.no-border tr:nth-child(1) td {
  border-right: none!important;
  border-bottom: none!important;
  border-left: none!important;
}
.printed-content table td.border {
  border: solid 1px #888;
}
.printed-content table td.left-border {
  border-left: solid 1px #888;
}
.printed-content .right-doc-comment {
  float: right;
  font-size: 75%;
  margin-right: 1em;
}
.printed-content .bottom-doc-comment {
  margin-top: 1em;
  font-size: 75%;
}
.printed-content .title {
  font-weight: bold;
  margin: 15px 0 10px 10em;
  text-align: left;
}
.printed-content table.details td.value {
  padding-left: 1em;
}
.printed-content table.requisites td {
  vertical-align: top;
}
.printed-content table.requisites td:nth-child(2) {
  font-weight: bold;
}
.printed-content table.table-bordered td {
  border-width: 1px;
  border-style: solid;
  border-color: #888;
}
.printed-content table.invoice {
  margin-top: 1em;
  width: 100%;
}
.printed-content table.invoice td {
  padding: 0.4em 0.4em;
}
.printed-content table.invoice td.no-border {
  border: none;
}
.printed-content table.invoice thead td {
  vertical-align: top;
  text-align: center;
  font-weight: bold;
}
.printed-content table.invoice tr.units td {
  font-size: 75%;
}
.printed-content table.invoice tr.total td {
  font-weight: bold;
}
.printed-content table.signatures {
  margin-top: 1em;
  width: 100%;
}
.printed-content table.signatures td.line {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  height: 2em;
}
.printed-content table.signatures td.small {
  width: 10%;
}
.printed-content table.signatures td.wide {
  width: 15%;
}
.printed-content table.signatures td.fwide {
  width: 30em;
}
.printed-content table.signatures td.delim {
  width: 1em;
}
.printed-content table.signatures td.sub {
  font-size: 75%;
  color: #888;
  text-align: center;
}
.printed-content table.signatures.one-line td {
  white-space: nowrap;
}
.printed-content table.torg-12-header {
  width: 100%;
}
.printed-content table.torg-12-header td {
  padding: 0.2em 0.4em;
  vertical-align: top;
}
.printed-content table.torg-12-header td.okp {
  text-align: right;
  white-space: nowrap;
}
.printed-content table.torg-12-header td.code {
  text-align: center;
  border: 1px solid #888;
}
.printed-content table.torg-12-header td.line {
  border-bottom: solid 1px #888;
}
.printed-content table.torg-12-header td.sub {
  font-size: 75%;
  text-align: center;
  padding: 0 0.4em 0.4em 0.4em;
}
.highlight {
  background-color: #ffeb3b;
  border: solid 1px #ccc;
  border-radius: 4px;
}
#news_add_btn {
  margin-bottom: 10px;
}
#news-table tbody tr.disabled {
  background-color: #eeeeee;
  color: #aaa;
}
#news-table tbody tr.disabled *[style] {
  color: #aaa !important;
}
#news-table tbody tr.disabled img {
  filter: grayscale(1);
}
#news-table tbody tr.disabled .push {
  display: none;
}
#news-table tbody tr div.txt {
  white-space: pre-line;
}
#news-table tbody tr img.banner {
  max-width: 200px;
  max-height: 200px;
}
#news-table tbody tr a:focus,
#news-table tbody tr a:hover {
  text-decoration: none;
}
#news-table tbody tr a.push {
  padding-left: 10px;
}
#news-table tbody tr a.push:not(.sended) {
  color: #f94;
}
.popup-box {
  padding-left: 2em;
}
.popup-box table {
  margin: 1ex 0;
}
.popup-box table tr {
  vertical-align: top;
}
.popup-box table td:nth-child(1) {
  padding-right: 10px;
}
.popup-box h4 {
  text-align: center;
  margin-bottom: 1em;
  color: #428bca;
}
.popup-box.error h4 {
  color: #d9534f;
}
.popup-box .dt-push {
  margin-top: 1em;
}
#dialog-delete-table td:nth-child(2) {
  white-space: pre-line;
}
.form-news .col-sm-2 {
  padding-right: 10px;
}
.form-news .col-sm-10 {
  padding-left: 0;
  padding-right: 30px;
}
.form-news .datetimepicker {
  width: 10em;
}
.form-news #news-banner {
  width: 200px;
  height: 200px;
  vertical-align: top;
}
.form-news #news-banner-props {
  display: inline-block;
  max-width: 250px;
}
.form-news #news-text {
  display: block;
  width: auto;
  min-height: 6em;
  max-height: 15em;
  height: auto;
  overflow-y: scroll;
}
.modal-dialog .modal-footer button {
  min-width: 6em;
}
#state-mobile-button ul.dropdown-menu a {
  cursor: pointer;
}
table.mobile-orders td.title-data {
  text-wrap: nowrap;
}
table.mobile-orders td.pm-1 {
  color: green;
}
table.mobile-orders td.pm-2 {
  color: #008;
}
table.mobile-orders td.pm-3 {
  color: #50a;
}
#form-tariffs td {
  vertical-align: top;
}
#form-tariffs td:nth-child(1) {
  text-align: right;
}
#form-tariffs .tr-name td:nth-child(1) {
  padding-top: 6px;
  padding-bottom: 15px;
}
#form-tariffs .tr-fuel-prices td:nth-child(1) {
  padding-top: 12px;
}
#form-tariffs .row {
  padding-left: 15px;
}
#form-tariffs .input-group {
  width: 10em;
  white-space: nowrap;
  float: left;
  margin: 6px 12px 0 0;
}
#form-tariffs .input-group.datetimepicker {
  width: 100%;
  margin: 2px 12px 0 0;
}
#form-tariffs .input-group input.form-control {
  min-width: 6em;
}
#form-tariffs .input-group.error * {
  color: #d00;
  border-color: #ebccd1;
}
#form-tariffs .input-group.error .input-group-addon {
  background-color: #f2dede;
}
.tariffs-rows {
  cursor: pointer;
}
.tariffs-rows tr.early td:nth-child(1) {
  color: #d00;
}
.tariffs-rows tr.expired td,
.tariffs-rows tr.expired td .text-green {
  color: #a6a6a6;
}
.tariffs-rows tr:hover {
  background-color: #f5f5f5;
}
.bootbox .modal-footer {
  position: relative;
}
.bootbox .modal-footer #tariff-error {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 15px;
  padding-top: 6px;
  width: 60%;
  text-align: left;
  color: #d00;
}
.categories-rows {
  cursor: pointer;
}
.categories-rows tr:hover {
  background-color: #f5f5f5;
}
.bootbox .modal-footer {
  position: relative;
}
.bootbox .modal-footer #category-error {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 15px;
  padding-top: 6px;
  width: 60%;
  text-align: left;
  color: #d00;
}
div.mass-edit {
  max-width: 100em;
}
div.mass-edit table.table thead tr td:nth-child(1) {
  width: 13em;
}
div.mass-edit table.table thead tr td:nth-child(2) {
  width: 9em;
}
div.mass-edit table.table thead tr td:nth-child(5) {
  width: 10em;
  text-align: right;
}
div.mass-edit table.table thead tr td:nth-child(6) {
  width: 2em;
}
div.mass-edit table.table tbody tr:nth-last-child(-n+1) td {
  border-bottom: 1px solid #ddd;
}
div.mass-edit table.table tbody tr td:nth-child(3),
div.mass-edit table.table tbody tr td:nth-child(4),
div.mass-edit table.table tbody tr td:nth-child(5) {
  padding-top: 12px;
}
div.mass-edit table.table tbody tr td:nth-child(1) {
  position: relative;
  padding-left: 0;
}
div.mass-edit table.table tbody tr td:nth-child(1) input {
  padding-right: 25px;
}
div.mass-edit table.table tbody tr td:nth-child(1) div.status {
  position: absolute;
  top: 15px;
  right: 15px;
}
div.mass-edit table.table tbody tr td:nth-child(5) {
  text-align: right;
  white-space: nowrap;
}
div.mass-edit table.table tbody tr td:nth-child(6) {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #bbb;
  cursor: pointer;
}
div.mass-edit table.table tbody tr td:nth-child(6)::after {
  content: '×';
}
div.mass-edit table.table tbody tr td:nth-child(6):hover {
  color: #d00;
}
.reset-bonus-dialog [data-step] {
  display: none;
}
.reset-bonus-dialog[data-step="1"] [data-step="1"],
.reset-bonus-dialog[data-step="2"] [data-step="2"],
.reset-bonus-dialog[data-step="3"] [data-step="3"],
.reset-bonus-dialog[data-step="4"] [data-step="4"],
.reset-bonus-dialog[data-step="5"] [data-step="5"],
.reset-bonus-dialog[data-step="error"] [data-step="error"] {
  display: block;
}
.reset-bonus-dialog .modal-footer {
  position: relative;
}
.reset-bonus-dialog .modal-footer #reset-bonus-error {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 15px;
  padding-top: 6px;
  width: 60%;
  text-align: left;
  color: #d00;
}
.reset-bonus-dialog .bootbox-body {
  min-height: 8em;
}
#form-settings #update_certs {
  max-width: 50em;
}
#form-settings #cert_update_steps ul {
  padding-inline-start: 20px;
}
#form-settings #cert_update_steps ul li {
  list-style-type: none;
  padding-bottom: 1ex;
  color: #aaa;
}
#form-settings #cert_update_steps ul li.done {
  color: #333333;
}
#form-settings #cert_update_steps ul li.done span.glyphicon {
  color: #5cb85c;
}
#form-settings #cert_update_steps ul li.done span.glyphicon:before {
  content: "\e013";
}
#form-settings #cert_update_steps ul li.error {
  color: #333333;
}
#form-settings #cert_update_steps ul li.error span.glyphicon {
  color: #d00;
}
#form-settings #cert_update_steps ul li.error span.glyphicon:before {
  content: "\e209";
}
#form-settings #cert_update_steps ul li.run {
  color: #333333;
}
#form-settings #cert_update_steps ul li.run span.glyphicon {
  background-image: url(../img/spinner-mini.gif);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
  background-size: 16px 16px;
}
#form-settings #cert_update_steps ul li span.glyphicon {
  font-size: 125%;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}
.link-secondary {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed #999;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease;
}
.link-secondary:hover {
  text-decoration: underline;
  border-bottom: none;
}
