@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
[style="margin:0 0 10px 0;padding:10px 35px;background-color:#ffffd2;color:#555;font-size:16px;text-align:center;"] {
  display: none;
}
[style="text-align:center;"] { display: none}

.adminreturndiv {
    display: none;
}

/* hide default selecr before load */
/*select.form-control {
  opacity: 0;
  visibility: hidden;
}*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;

  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;

  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #fff;
  color: #9ca0a6;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 1.42857;
}

input,
button,
select,
textarea {
  outline: 0 !important;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

a {
  color: #5fc663;
  text-decoration: none;
  transition: 0.3s;
}

a:hover, a:focus {
  outline: 0;
}

a:focus {
  outline: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.more-actions .open .btn-circle:not(#search-open) i:before{
    color: #fff !important;
}

.more-actions .dropdown-menu.pull-right {
    right: 0;
    top: 120%;
}

.more-actions .dropdown-menu:before {
    right: 18px;
}

.input-group-addon.input-focused {
  border: 1px solid #c9c9c9;
  border-right: none;
}
.service-action-button {
  display: none;
}
@media (max-width: 767px) {
    .more-actions .dropdown-menu:before {
        right: 14px;
    }
    .service-action-button {
        display: flex;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -18px;
        z-index: -1;
    }
    .service-action-button.open .btn-actions {
      background: #5fc663;
      color: #fff;
      border-color: #5fc663;
    }
    .service-action-button .service-user-info span {
        display: block;
        font-size: 13px;
    }
    .page-service-managment-header .users .service-action-button .btn-delete {
      position: absolute;
      right: 0;
      background: #fff;
    }
    .service-action-button .service-user-info .username {
      color: #323c4f;
    }
    .service-action-button .service-user-info .email {
      text-transform: lowercase;
    }

    .service-action-button .dropdown-menu {
        right: 0;
        left: auto;
        top: calc(100% + 7px);
        width: 280px;
        padding: 0;
    }

    .service-action-button .dropdown-menu:before {
      right: 14px;
    }

    .service-action-button .btn {
      display: flex;
      align-items: center;
      justify-content: center;
    }

}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 10px;
}

.img-thumbnail {
  display: inline-block;
  padding: 4px;
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  line-height: 1.42857;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}

[role="button"] {
  cursor: pointer;
}

a, a:focus, input, input:focus, span, span:focus {
  outline: 0 !important;
}

input:focus,
textarea:focus {
    transition: border-color 0.3s;
    border-color: #c9c9c9;;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  color: #2c3d50;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.1;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  color: #777777;
  font-weight: normal;
  line-height: 1;
}

button {
  -ms-flex-item-align: center;
  align-self: center;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-weight: 800;
  font-size: 26px;
  line-height: 21px;
}

h3, .h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #5fc663;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #40b244;
}

.text-success {
  color: #5fc663;
}

a.text-success:hover,
a.text-success:focus {
  color: #40b244;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #ed6c5f;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #e84231;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #5fc663;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #40b244;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    clear: left;
    overflow: hidden;
    width: 160px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #777777;
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  margin: 0 0 20px;
  padding: 10px 20px;
  border-left: 5px solid #eeeeee;
  font-size: 17.5px;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  color: #777777;
  font-size: 80%;
  line-height: 1.42857;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 1px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

th {
  text-align: left;
}

.table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}

.table thead {
  border-bottom: 2px solid #e4e4e4;
}

@media (max-width: 767px) {
  .table thead {
    display: block;
  }
}

.table > thead > tr > th {
  margin: 0;
  padding: 14px 20px 14px 5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  outline: 0;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .table > thead > tr > th {
    display: none;
    padding: 13px 0;
  }
}

@media (max-width: 767px) {
  .table > thead > tr > th:first-child {
    display: table-cell;
  }
}

.table > thead > tr > th.checkbox-title {
  width: 20px;
}

.table > thead > tr > th.checkbox-title .icheck-item {
  vertical-align: middle;
}

.table > thead > tr > th:first-child, .table > thead > tr > th:last-child {
  padding: 8px 0 8px 0;
}

@media (max-width: 767px) {
  .table > thead > tr > th:first-child, .table > thead > tr > th:last-child {
    padding: 13px 0;
  }
}

.table > thead > tr > th span {
  display: inline-block;
  /*padding: 8px 0;*/
  cursor: pointer;
}

@media (max-width: 767px) {
  .table > tbody {
    display: block;
  }
}

.table > tbody > tr {
  border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
  .table > tbody > tr {
    display: block;
    padding: 12px 0;
    height: auto;
  }
}

.table > tbody > tr td {
  padding: 12px 0 12px 5px;
  vertical-align: middle;
  font-size: 13px;
  height: 60px;
}

@media (max-width: 767px) {
  .table > tbody > tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    font-size: 11px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .table > tbody > tr td .inner {
    font-size: 11px;
  }
  #tableDeveloperAccessList .client-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-right: 15px;
  }
}


.table > tbody > tr td:first-child {
  padding-left: 0;
  color: #2c3d50;
  font-weight: 600;
  position: relative;
}

.table > tbody > tr td:first-child a{
  color: #2c3d50;
}

@media (max-width: 767px) {
  .table > tbody > tr td:first-child {
    padding: 0;
  }
}

/*.table > tbody > tr td:nth-last-child(2) {
  padding: 15px 0 15px 0;
}*/

@media (max-width: 767px) {
  .table > tbody > tr td:nth-last-child(2) {
    padding: 0;
  }
}

.table > tbody > tr td:before {
  display: none;
  color: #9ca0a6;
  content: attr(data-label);
  font-size: 12px;
}

@media (max-width: 767px) {
  .table > tbody > tr td:before {

    content: none;
  }
}

.table tr {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.table tr .dropdown-menu {
  margin-top: 9px;
}

.table .actions {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
  white-space: nowrap;
}

.table .actions .btn {
  color: #232f3a;
}

.table .actions .btn.btn-delete-link:hover {
  color: #fc5b5b;
}

.table .actions-mobile .btn-delete-link:hover {
  color: #fc5b5b;
}

.table .actions .btn:hover {
  color: #5fc663;
}

@media (max-width: 767px) {
  .table .actions {
    display: none;
  }
}

.table .actions > a, .table .actions .dropdown > a {
  padding-right: 0px;
  padding-left: 16px;
  cursor: pointer;
}

.table .actions > a:hover, .table .actions .dropdown > a:hover {
  text-decoration: none;
}

.table .actions .more {
  margin-right: -8px;
}

.table .actions .more i {
  margin-left: 7px;
}

.table .actions-mobile {
  display: none;
  padding: 0;
  height: 0;
}

@media (max-width: 767px) {
  .table .actions-mobile {
    display: block;
  }
}

.table .actions-mobile .dropdown {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: auto 0;
  width: 32px;
  height: 32px;
  font-size: 22px;

  -webkit-box-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.table .actions-mobile .dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 32px;
  height: 32px;
  color: #959ea7;
  font-size: 19px;
  cursor: pointer;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.table .actions-mobile .dropdown > a:hover {
  color: #5fc663;
}

.dataTable thead th {
  cursor: pointer;
}

.table > thead > tr > th.sorting_disabled:hover span,
.table > thead > tr > th.sorting_disabled:hover {
    cursor: auto;
    color: #9ca0a6;
}

.dataTable thead th:hover {
  color: #2c3d50;
}

.dataTable thead th.sorting_asc {
  color: #2c3d50;
}

.dataTable thead th.sorting_asc:after {
  top: 50%;
  right: -20px;
  margin-top: -6px;
  margin-left: 10px;
  content: '\f2fe';
  font: normal normal normal 12px/1 'Material-Design-Iconic-Font';
}

.dataTable thead th.sorting_desc {
  color: #2c3d50;
}

.dataTable thead th.sorting_desc:after {
  top: 50%;
  right: -20px;
  margin-top: -6px;
  margin-left: 15px;
  content: '\f303';
  font: normal normal normal 12px/1 'Material-Design-Iconic-Font';
}

.dataTable thead th .icons {
  margin-left: 12px;
}

.dataTable .redirected {
  cursor: pointer;
}

@media (max-width: 767px) {
  .table-products {
    display: block;
  }
}

.table-products thead {
  border-bottom: 2px solid #e4e4e4;
}

@media (max-width: 767px) {
  .table-products thead {
    display: block;
  }
}
@media (max-width: 767px) {
  .table-products thead tr .date-title {
    display: none;
  }
}

@media (max-width: 767px) {
  .table-products thead tr .actions-title {
    display: none;
  }
}

@media (max-width: 767px) {
  .table-products tbody {
    display: block;
  }
}

@media (max-width: 767px) {
  .table-products tbody .domain {
    padding: 0;
    width: 90%;
    cursor: pointer;
  }
  .table-products tbody .domain:before {
    display: none;
  }
}

.table-products tbody .domain .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .table-products tbody .domain .inner {
    -ms-flex-align: start;

    -webkit-box-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}

.table-products tbody .domain .icon {
  margin-right: 18px;
  position: relative;
}

@media (max-width: 767px) {
  .table-products tbody .domain .icon {
    margin-top: 5px;
    margin-right: 8px;
  }
}
.table-products tbody .domain .icon .hosting-status {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    left: -2px;
    top: -2px;
}
.table-products tbody .domain .icon .hosting-status.status-ok {
    background: #5fc663;
}
.table-products tbody .domain .icon .hosting-status.status-error {
    background: #fc5b5b;
}
.table-products tbody .domain .icon img {
  display: block;
  width: 26px;
  height: 18px;
}

.service-flag {
    width: 22px;
}

@media (max-width: 767px) {
  .table-products tbody .domain .icon img {
    width: 20px;
    height: 13px;
  }
  .fill-data {
    margin-top: 13px;
}
}

.table-products tbody .domain .name {
  color: #2c3d50;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

.table-products tbody .domain .name .zmdi {
    margin-left: 5px;
    color: #9ca0a6;
}

.table-products tbody .domain .description {
  margin-top: 3px;
  color: #9ca0a6;
  font-size: 12px;
  font-weight: 400;
  max-width: 380px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .table-products tbody .domain .description {
    font-size: 11px;
    max-width: 200px;
  }
}

.table-products tbody .domain .description span {
  margin-left: 3px;
}

.table-products tbody .domain .description .cached-domains, 
.table-products tbody .domain .description .form-tooltip-hover {
  max-width: 350px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .table-products tbody .domain .description .cached-domains, .table-products tbody .domain .description .form-tooltip-hover {
    max-width: 130px;
  }
}

@media (max-width: 991px) {
  .table-products tbody .domain .description {
    max-width: 200px;
  }
}

.table-products tbody .domain .description span:first-child {
  margin-left: 0;
}

.table-products tbody .server:hover .name .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2c3d50;
}

@media (max-width: 767px) {
  .table-products tbody .server {
    display: none;
  }
  .table-products tbody .domain .description .cached-domains, .table-products tbody .domain .description .form-tooltip-hover {
    max-width: 80px;
  }
  .table-products tbody .domain .description {
    max-width: 500px;
  }
}

.table-products tbody .server .inner {
  display: inline-block;
}

.table-products tbody .server .name {
  position: relative;
  color: #9ca0a6;
  font-size: 13px;
  line-height: 18px;
}

.table-products tbody .server .ip {
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .table-products tbody .server .ip {
    color: #323c4f;
    font-size: 11px;
  }
}

.table-products tbody .data {
  font-size: 13px;
}

@media (max-width: 767px) {
  .table-products tbody .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 28px;
    color: #9ca0a6;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .table-domains thead tr th.domain-title {
    display: table-cell;
  }
  #tableServicesList .dropdown-menu:before {
      right: 19px;
  }
}

.table-domains tbody tr {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .table-domains tbody tr .checkbox-cell {
    margin: 0;
  }
}

.table-domains tbody tr .checkbox-cell .checkbox .icheck-item {
  vertical-align: middle;
}

.table-domains tbody .domain .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
}

.table-domains tbody .domain .status {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.table-domains tbody .domain .domain-name {
  margin-left: 8px;
  color: #2c3d50;
  font-weight: bold;
  line-height: 18px;
}

.table-domains tbody .domain .domain-name a {
    color: #2c3d50;
}

.table-domains tbody .domain .domain-name a:hover {
    color: #5fc663;
}

.table-tickets tbody td.ticket-status .dot {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.table-tickets tbody td.ticket-status .dot.answer {
  background: #5fc663;
}

.table-tickets tbody td.ticket-status .dot.open {
  background: #2c3d50;
}

.table-tickets tbody td.ticket-status .dot.close {
  background: #9ca0a6;
}

.table-tickets tbody td.ticket-status .dot.during {
  border: 2px solid #5fc663;
  background: transparent;
}

.table-tickets tbody td.ticket-status .dot.held {
  background: #fc5b5b;
}

.table-tickets tbody td.ticket-status .dot.client-answer {
  background: #f39c12;
}

@media (max-width: 767px) {
  .table-apps thead .version-title {
    display: none;
  }
}

@media (max-width: 767px) {
  .table-apps thead .web-address-title {
    display: none;
  }
}

@media (max-width: 767px) {
  .table-apps tbody {
    display: block;
  }
}

.table-apps tbody tr {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .table-apps tbody tr {
    display: block;
    padding: 12px 0 12px 0;
  }
}

.table-apps tbody tr td {
  cursor: pointer;
}

@media (max-width: 767px) {
  .table-apps tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .table-apps tbody tr td:before {
    display: none;
    color: #9ca0a6;
    content: attr(data-label);
    font-size: 12px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .table-apps tbody tr td:before {
    display: inline-block;
    font-size: 11px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .table-apps tbody tr td .inner {
    display: inline-block;
    margin-left: 3px;
    color: #323c4f;
    color: #9ca0a6;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .table-apps tbody tr td {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .table-apps tbody tr td.mobile-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.table-apps tbody tr .app:before {
  display: none;
}

@media (max-width: 767px) {
  .table-apps tbody tr .app {
    display: block;
    color: #2c3d50;
    font-weight: 600;
  }
  .table-apps tbody tr .app a {
    font-weight: 600;
  }
}

.table-apps tbody tr .app .name {
  font-size: 13px;
  line-height: 18px;
}

.table-apps tbody tr .app .name img {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.table-apps tbody tr .app .name a {
  margin-left: 10px;
  color: #2c3d50;
  font-weight: 600;
}

@media (max-width: 767px) {
  .table-apps tbody tr .version {
    display: block;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .table-apps tbody tr .web-address {
    display: block;
    margin-top: 0px;
  }
}

.table-apps thead .app-title {
  width: 250px;
}

.table-apps tbody {
  position: relative;
}

.table-apps tbody tr .installation-progress {
  display: none;
  margin-top: 10px;
}

.table-apps tbody tr .installation-progress:before {
  display: none;
}

.table-apps tbody tr.instalation.instalation-complete .installation-progress .progress-complete-icon {
  display: block;
}

.table-apps tbody tr.instalation .version {
  display: none;
}

.table-apps tbody tr.instalation .web-address {
  display: none;
}

.table-apps tbody tr.instalation .actions {
  display: none;
}

.table-apps tbody tr.instalation .installation-progress {
  display: table-cell;
}

@media (max-width: 767px) {
  .table-apps tbody tr.instalation .installation-progress {
    display: block;
    width: 80%;
  }
}

.table-apps tbody tr.instalation .installation-progress .progress-complete-icon {
  display: none;
}

@media (max-width: 767px) {
  .table-apps tbody tr.instalation .installation-progress .progress-complete-icon {
    margin-top: -10px;
  }
}

table .checkbox {
  margin: 0;
  padding: 0;
}

table .checkbox .checkbox-styled {
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .table-files thead th.file-name-title {
    display: table-cell;
  }
}

@media (max-width: 767px) {
  .table-files tbody tr td {
    margin-left: 35px;
  }
}

@media (max-width: 767px) {
  .table-files tbody tr .file-name {
    margin-top: -28px;
  }
}

@media (max-width: 767px) {
  .table-files tbody tr .checkbox-cell {
    margin: 0;
  }
}

.table-files tbody tr .checkbox-cell .checkbox .icheck-item {
  vertical-align: middle;
}

.table-files tbody tr .file-name .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
}

.table-files tbody tr .file-name .inner:hover .icon {
  color: #5fc663;
}

.table-files tbody tr .file-name .inner:hover .name {
  color: #5fc663;
}

.table-files tbody tr .file-name .icon {
  margin-right: 10px;
  color: #9ca0a6;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.table-files tbody tr .file-name .name {
  color: #2c3d50;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
    .page-navigation {
        border-bottom: 1px solid #e8eaec;
    }
}

.table-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-top: 5px;
  height: 40px;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.dataTables_length {
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table-navigation .dataTables_length {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;

  -webkit-user-select: center;
  -moz-user-select: center;
  -ms-user-select: center;
  user-select: center;
}

.table-navigation .dataTables_length label {
  margin: 0;
  min-width: 200px;
  text-align: left;
}

.table-navigation .dataTables_length select {
  width: 20px;
}

.table-header {
  display: table;
  margin-bottom: 35px;
  width: 100%;
  line-height: 14px;
}

@media (max-width: 767px) {
    .table-header {
        margin-bottom: 9px;
    }
}

.table-header > .header-title {
  display: table-cell;
  width: 0%;
  vertical-align: middle;
  white-space: nowrap;
}

.table-header > .header-actions {
  display: table-cell;
  width: 100%;
}

.table-header .header-search {
  float: right;
}

.table-header .header-title > h4 {
  float: left;
  margin: 0 20px 0 0;
  line-height: 36px;
}


.table tbody tr td a {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.table tbody tr td a:hover {
  /* color: #5fc663; */
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: 0;
}

legend {
  display: block;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  font-size: 21px;
  line-height: inherit;
}

label {
  display: inline-block;
  max-width: 100%;
  outline: 0;
  font-weight: normal;
}

label.select-floatlabel {
  position: absolute;
  top: 6px;
  left: 20px;
  display: block;
  opacity: 1;
  font-size: 11px;
  font-weight: normal;
  color: rgb(156, 160, 166);
  transition: all 0.1s ease-in-out;
  z-index: 2100;
      line-height: 16px;
}

label span {
  margin-right: 10px;
}

@media (max-width: 991px) {
  label {
    margin-left: 0;
  }
}

.control-label {
  margin-bottom: 10px;
  color: #9ca0a6;
  text-align: left;
}

.control-label.control-label-big {
    font-size: 18px;
    color: #2c3d50;
    font-weight: 400;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 14px;
  color: #2c3d50;
  font-size: 14px;
  line-height: 1.42857;
}

.form-control {
  display: block;
  padding: 8px 20px 7px 19px;
  width: 100%;
  height: 44px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background-color: transparent;
  background-image: none;
  color: #2c3d50;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-moz-placeholder {
  color: #9ca0a6;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #9ca0a6;
  font-weight: 400;
  font-size: 14px;
}

.form-control::-webkit-input-placeholder {
  color: #9ca0a6;
  font-weight: 400;
  font-size: 14px;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  color: #2c3d50;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background: #eaeaea;
}

textarea.form-control {
  height: auto;
  padding: 20px;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

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

.form-group-inline > * {
  display: inline-block !important;
  margin-left: 10px;
}

.form-group-inline > *:first-child {
  margin-left: 0;
}

.form-group .btn + .btn {
  margin-left: 10px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  margin-bottom: 10px;
  padding-left: 20px;
  min-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

/*.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}*/

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  margin-left: 0;
  margin-right: 10px;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 5px 10px;
  height: 30px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.5;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  padding: 5px 10px;
  height: 30px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  padding: 6px 10px;
  min-height: 32px;
  height: 30px;
  font-size: 12px;
  line-height: 1.5;
}

.input-xs {
  padding: 4px 20px;
  height: 32px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 32px;
}

select.input-xs {
  height: 32px;
  line-height: 32px;
}

textarea.input-xs,
select[multiple].input-xs {
  height: auto;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 6px 20px;
  height: 36px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 36px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 36px;
  line-height: 36px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 14px 20px;
  height: 52px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 52px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 52px;
  line-height: 52px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.input-xlg {
  padding: 13px 20px;
  height: 70px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 70px;
}

select.input-xlg {
  height: 70px;
  line-height: 70px;
}

textarea.input-xlg,
select[multiple].input-xlg {
  height: auto;
}

.form-group-lg .form-control {
  padding: 10px 16px;
  height: 46px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.33333;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  padding: 11px 16px;
  min-height: 38px;
  height: 46px;
  font-size: 18px;
  line-height: 1.33333;
}

.input-xlg .v-align {
  line-height: 21px;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 55px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  pointer-events: none;
}

.input-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.input-icon > i {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 4;
  margin-top: -8px;
  color: #959ea7;
  font-size: 18px;
}

.input-icon > .form-control {
  padding-left: 40px;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #5fc663;
}

.has-success .input-alert {
    color: #5fc663;
}
.has-error .input-alert {
    color: #ed6c5f;
}
.has-warning .input-alert {
    color: #f39c12;
}

.input-alert ul {
    margin-bottom: 0;
}

.has-success .form-control {
  border-color: #5fc663;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control .select2-selection__placeholder {
  color: #5fc663;
}

.has-success .input-group-addon {
  border-color: #5fc663;
  background-color: #dff0d8;
  color: #5fc663;
}

.has-success .form-control-feedback {
  color: #5fc663;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f39c12;
}

.has-warning .form-control {
  border-color: #f39c12;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}


.has-warning .form-control .select2-selection__placeholder {
  color: #f39c12;
}

.has-warning .input-group-addon {
  border-color: #f39c12;
  background-color: #fcf8e3;
  color: #f39c12;
}

.has-warning .form-control-feedback {
  color: #f39c12;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ed6c5f;
}

.has-error .form-control {
  border-color: #ed6c5f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control .select2-selection__placeholder {
  color: #ed6c5f;
}

.has-error .input-group-addon {
  border-color: #ed6c5f;
}

.has-error .form-control-feedback {
  color: #ed6c5f;
}

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

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback {
  top: 0;
}

.help-block {
  top: 0;
  margin-top: 0;
  padding-left: 0;
  line-height: inherit;
  line-height: 15px;
}

.help-block .v-align {
  display: table-cell;
  height: 44px;
  vertical-align: middle;
}

.help-block {
  display: block;
  color: #9ca0a6;
  font-size: 11px;
}

.help-block.help-block-bottom {
  margin-top: 6px;
}

.help-block.help-block-bottom .v-align {
  display: block;
  height: auto;
}

.tooltip-help-block i {
  position: absolute;
  top: 50%;
  right: -13px;
  margin-top: -10px;
  color: #9ca0a6;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .tooltip-help-block i {
    position: absolute;
    right: 30px;
  }
}

.tooltip-help-block i:hover {
  color: #2c3d50;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 34px;
}

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

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-top: 0;
    margin-bottom: 0;
    height: 44px;
    text-align: right;
  }
  .form-horizontal .control-label:before {
    display: inline-block;
    height: 100%;
    content: " ";
    vertical-align: middle;
  }
  .form-horizontal .control-label:after {
    clear: both;
  }
  .form-horizontal .control-label span {
    display: inline-block;
    vertical-align: middle;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.search-button {
  position: relative;
  width: 44px;
  height: 44px;
  text-align: right;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  display: none;
}

.search-button.search-button-install-app {
    display: inline-block;
}

.search-button input {
  display: inline-block;
  width: 100%;
  height: 44px;
  border-radius: 25px;
  color: transparent;
}

@media (max-width: 767px) {
    .search-button,
    .search-button input {
        height: 36px;
        width: 36px;
        transition: width 0.5s;
    }
    .search-button input {
        padding: 0;
    }
    .search-button.active input {
        width: 100%;
        padding: 8px 20px;
    }
}

.search-button ::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-button ::-moz-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-button :-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-button ::placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-button button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  background: transparent;
}

.search-button.active {
  width: 225px;
}

.search-button.active .zmdi-search:before {
    content: '\f136';
}

@media (max-width: 767px) {
  .search-button.active {
    width: 140px;
  }
}

.search-button.active input {
  color: #2c3d50;
}

.search-button.active button {
  border: none;
  background: transparent;
  -webkit-transition: 0;
  transition: 0;
}

.search-button.active button:hover, .search-button.active button:focus, .search-button.active button:focus {
  border: 0;
  background: transparent;
  color: #9ca0a6;
}

.search-button.active ::-webkit-input-placeholder {
  color: #e4e4e4;
}

.search-button.active ::-moz-placeholder {
  color: #e4e4e4;
}

.search-button.active :-ms-input-placeholder {
  color: #e4e4e4;
}

.search-button.active ::placeholder {
  color: #e4e4e4;
}

/**
 * -------------------------
 * @section Status Lights
 * -------------------------
 */
.status {
  display: block;
  background-color: #888;
  font-size: 0.9em;
  line-height: 22px;
}

.status-custom {

    /*background-color: #9ca0a6;*/
}

.status-custom:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    top: 3px;
    background-color: #9ca0a6;
}

.status-pending {
  background-color: #D9534F;
}

.status-custom:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    top: 3px;
    background-color: #9ca0a6;
}

/* open status */
.ticket-status-2:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background-color: #2c3d50;
}
/* pending status */
.ticket-status-3:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 2px rgba(95,198,99,1);
}
/* closed status */
.ticket-status-4:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background-color: #5fc663;
}
/* solved status */
.ticket-status-5:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background-color: #9ca0a6;
}
/* waiting for customer status */
.ticket-status-6:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background-color: #f39c12;
}
/* waiting for customer status */
.ticket-status-7:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background-color: #fc5b5b;
}

.status-pending.transfer {
  background-color: #A68500;
}

.status-active,
.status-open {
  background-color: #3fad46;
}

.status-suspended {
  background-color: #F0AD4E;
}

.status-customer-reply {
  background-color: #ff6600;
}

.status-fraud,
.status-answered {
  background-color: #000000;
}

.status-expired {
  background-color: #004258;
}

.status-cancelled {
  background-color: #9FA29A;
}

.status-terminated {
  background-color: #666;
}

.status-onhold {
  background-color: #224488;
}

.status-inprogress {
  background-color: #cc0000;
}

.status-closed {
  background-color: #888;
}

.status-paid {
  background-color: #498302;
}

.status-unpaid {
  background-color: #ED3E48;
}

.status-cancelled {
  background-color: #87939F;
}

.status-collections {
  background-color: #9A141E;
  color: #FFFFFF;
}

.status-refunded {
  background-color: #319FC3;
}

.status-customer-reply {
  background-color: #ff6600;
}

.status-delivered {
  background-color: #224488;
}

.status-accepted {
  background-color: #498302;
}

.status-lost, .status-dead {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
}

.form-group label span {
  vertical-align: middle;
}

.form-group label .icheck-item {
  vertical-align: middle;
}

.form-fluid,
.row-fluid {
  display: table;
  padding: 0;
  height: 44px;
}

.form-fluid .input-group-addon span,
.row-fluid .input-group-addon span {
  margin-left: 10px;
}

.form-fluid .form-control,
.row-fluid .form-control {
  /*padding-right: 10px;
  padding-left: 10px;*/
}

.form-fluid > .fluid-100,
.row-fluid > .fluid-100 {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.form-fluid > .fluid-100 > *, .row-fluid > .fluid-100 > * {
  width: 100%;
}

.form-fluid > .fluid-0, .row-fluid > .fluid-0 {
  position: relative;
  display: table-cell;
  float: none;
  padding: 0;
  width: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.form-fluid > .fluid-0 span, .row-fluid > .fluid-0 span {
  margin-right: 10px;
}

.form-fluid > .fluid-0 .form-control, .row-fluid > .fluid-0 .form-control {
  min-width: 55px;
}

@media (min-width: 768px) {
  .form-fluid-sm,
  .row-fluid-sm {
    display: table;
    padding: 0;
  }
  .form-fluid-sm > .fluid-100,
  .row-fluid-sm > .fluid-100 {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  .form-fluid-sm > .fluid-100 > *,
  .row-fluid-sm > .fluid-100 > * {
    width: 100%;
  }
  .form-fluid-sm > .fluid-0,
  .row-fluid-sm > .fluid-0 {
    position: relative;
    display: table-cell;
    float: none;
    padding: 0;
    width: 0;
    vertical-align: middle;
    white-space: nowrap;
  }
  .form-fluid-sm > .fluid-0 .form-control,
  .row-fluid-sm > .fluid-0 .form-control {
    min-width: 55px;
  }
}

/*
=========================================================

=========================================================
*/
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-top: 2px solid #00c9ff;
  border-radius: 100%;
  -webkit-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
}

.btn {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 10px 20px;
  height: 44px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-image: none;
  vertical-align: bottom;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: border 500ms ease, color 500ms ease, background-color 500ms ease;
  transition: border 500ms ease, color 500ms ease, background-color 500ms ease;

  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn i {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  font-size: 22px;
  line-height: 24px;
}

.btn i.zmdi-chevron-down {
  color: #959ea7;
  font-size: 16px;
}

.btn.btn-preloader {
  padding-left: 55px;
}

.btn.btn-preloader.btn-xs span:before, .btn-group-xs > .btn.btn-preloader span:before {
  left: -31px;
  width: 16px;
  height: 16px;
}

.btn.btn-preloader span {
  position: relative;
  display: inline;
}

.pesel-nip-form-group.has-error .input-desc {
      margin-top: 12px;
    margin-left: 2px;
}

.btn.btn-preloader span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36px;
  margin: auto;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 2px solid #fff;
  border-radius: 100%;
  content: '';
  -webkit-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
}

.btn .preloader {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.btn .preloader:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 2px solid #fff;
  border-radius: 100%;
  content: '';
  -webkit-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
}

/*button#email-verification-button .preloader:before {
    border-top: 2px solid #5fc663;
}*/

.btn.btn-xs .preloader, .btn-group-xs > .btn .preloader {
  width: 24px;
  height: 24px;
}

.btn.btn-xs .preloader:before, .btn-group-xs > .btn .preloader:before {
  width: 16px;
  height: 16px;
}

.btn.btn-full-width {
  width: 100%;
}

.btn.btn-preloader-ok span, .btn.btn-preloader-error span {
  position: relative;
}

.btn.btn-preloader-ok span:before, .btn.btn-preloader-error span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  margin: auto;
  height: 1px;
  vertical-align: middle;
  font: normal normal normal 22px/1 'Material-Design-Iconic-Font';
  line-height: 1px;
}

.btn.btn-preloader-ok.btn-xs span:before, .btn-group-xs > .btn.btn-preloader-ok span:before, .btn.btn-preloader-error.btn-xs span:before, .btn-group-xs > .btn.btn-preloader-error span:before {
  left: -33px;
  font-size: 17px;
}

.btn.btn-preloader-ok span:before {
  content: '\f269';
}

.btn.btn-preloader-error {
  border-color: #ed6c5f;
  background: #ed6c5f;
  color: #fff;
}

.btn.btn-preloader-error:hover {
  border-color: #f08176;
  background: #f08176;
  color: #fff;
}

.btn.btn-preloader-error span:before {
  content: '\f135';
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 0;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #9ca0a6;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  box-shadow: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  cursor: not-allowed;
}

.btn i {
  vertical-align: bottom;
}

.btn.btn-icon-left i {
  margin-right: 15px;
}

.btn.btn-icon-right i {
  margin-left: 15px;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
  cursor: not-allowed;
}

.btn-default {
  border-color: #9ca0a6;
  background-color: #9ca0a6;
  color: #fff;
}

.btn-default:not(.btn-circle):not(.btn-oval) {
  min-width: 80px;
}

.btn-default:focus, .btn-default.focus {
  border-color: #5c6066;
  background-color: #81868e;
  color: #fff;
}

.btn-default:hover {
  color: #fff;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  border-color: #7c8189;
  background-color: #81868e;
  color: #fff;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  border-color: #5c6066;
  background-color: #6f747c;
  color: #fff;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  border-color: #9ca0a6;
  background-color: #9ca0a6;
}

.btn-default .badge {
  background-color: #fff;
  color: #9ca0a6;
}

.btn-default:hover {
  border-color: #9ca0a6;
  background-color: #9ca0a6;
  color: #fff;
}

.btn-default.btn-outline {
  border: 1px solid #e4e4e4;
  background: transparent;
  color: #9ca0a6;
}

.btn-default.btn-outline:hover, .btn-default.btn-outline:active, .btn-default.btn-outline:focus {
  border: 1px solid #c9c9c9;
  background: #fff;
  color: #2c3d50;
}

.btn-default.btn-outline:active {
  background: transparent;
  color: #9ca0a6;
}

.btn-primary {
  border-color: #5fc663;
  background-color: #5fc663;
  color: #fff;
}

.btn-primary:not(.btn-circle):not(.btn-oval) {
  min-width: 80px;
}

.btn-primary:focus, .btn-primary.focus {
  border-color: #5fc663;
  background-color: #5fc663;
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  border-color: #3dab41;
  background-color: #40b244;
  color: #fff;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  border-color: #42ab46;
  background-color: #42ab46;
  color: #fff;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  border-color: #5fc663;
  background-color: #5fc663;
}

.btn-primary .badge {
  background-color: #fff;
  color: #5fc663;
}

.btn-primary:hover {
  border-color: #42ab46;
  background-color: #42ab46;
  color: #fff;
}

.btn-primary.btn-circle {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.btn-primary.btn-outline {
  background: transparent;
  color: #5fc663;
}

.btn-info.btn-outline {
  background: transparent;
  color: #51afff;
}

.btn-info.btn-outline:hover {
  border: 1px solid #51afff;
  background: #51afff;
  color: #fff;
}

.btn-primary.btn-outline:hover {
  border: 1px solid #5fc663;
  background: #5fc663;
  color: #fff;
}

.btn-success {
  border-color: #5fc663;
  background-color: #5fc663;
  color: #fff;
}

.btn-success:not(.btn-circle):not(.btn-oval) {
  min-width: 80px;
}

.btn-success:focus, .btn-success.focus {
  border-color: #2b7a2f;
  background-color: #40b244;
  color: #fff;
}

.btn-success:hover {
  color: #fff;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  border-color: #3dab41;
  background-color: #40b244;
  color: #fff;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  border-color: #2b7a2f;
  background-color: #36983a;
  color: #fff;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  border-color: #5fc663;
  background-color: #5fc663;
}

.btn-success .badge {
  background-color: #fff;
  color: #5fc663;
}

.btn-success:hover {
  border-color: #42ab46;
  background-color: #42ab46;
  color: #fff;
}

.btn-success.btn-circle {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.btn-success.btn-outline {
  background: transparent;
  color: #5fc663;
}

.btn-success.btn-outline:hover {
  border: 1px solid #5fc663;
  background: #5fc663;
  color: #fff;
}

.btn-info {
  border-color: #38a3ff;
  background-color: #51afff;
  color: #fff;
}

.btn-info:not(.btn-circle):not(.btn-oval) {
  min-width: 80px;
}

.btn-info:focus, .btn-info.focus {
  border-color: #0063b7;
  background-color: #1e98ff;
  color: #fff;
}

.btn-info:hover {
  color: #fff;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  border-color: #0087f9;
  background-color: #1e98ff;
  color: #fff;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  border-color: #0063b7;
  background-color: #0087f9;
  color: #fff;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  border-color: #38a3ff;
  background-color: #51afff;
}

.btn-info .badge {
  background-color: #fff;
  color: #51afff;
}

.btn-warning {
  border-color: #e08e0b;
  background-color: #f39c12;
  color: #fff;
}

.btn-warning:not(.btn-circle):not(.btn-oval) {
  min-width: 80px;
}

.btn-warning:focus, .btn-warning.focus {
  border-color: #674105;
  background-color: #c87f0a;
  color: #fff;
}

.btn-warning:hover {
  color: #fff;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  border-color: #a66908;
  background-color: #c87f0a;
  color: #fff;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  border-color: #674105;
  background-color: #a66908;
  color: #fff;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  border-color: #e08e0b;
  background-color: #f39c12;
}

.btn-warning .badge {
  background-color: #fff;
  color: #f39c12;
}

.btn-danger {
  border-color: #ed6c5f;
  background-color: #ed6c5f;
  color: #fff;
}

.btn-danger:not(.btn-circle):not(.btn-oval) {
  min-width: 80px;
}

.btn-danger:focus, .btn-danger.focus {
  border-color: #b82415;
  background-color: #e84231;
  color: #fff;
}

.btn-danger:hover {
  color: #fff;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  border-color: #e73928;
  background-color: #e84231;
  color: #fff;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  border-color: #b82415;
  background-color: #dc2b19;
  color: #fff;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  border-color: #ed6c5f;
  background-color: #ed6c5f;
}

.btn-danger .badge {
  background-color: #fff;
  color: #ed6c5f;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  border-color: #ef857b;
  background-color: #ef857b;
  color: #fff;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #ed6c5f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:active, .btn-danger.btn-outline:focus {
  border: 1px solid #ed6c5f;
  background: #ed6c5f;
  color: #fff;
}

.btn-addon {
  padding: 9px;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #f4f4f4;
  color: #959ea7;
  text-transform: none;
  font-size: 12px;
}

.btn-icon {
  margin-left: 10px;
  padding: 0;
  height: auto;
  background: transparent;
}

.btn-link {
  border-radius: 0;
  color: #9ca0a6;
  text-transform: none;
  font-weight: normal;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
  text-decoration: none;
}

.btn-link:hover, .btn-link:focus {
  border-color: transparent;
  border-color: transparent;
  color: #5fc663;
  text-decoration: none;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 14px 20px;
  height: 52px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 24px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 6px 20px;
  height: 36px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 24px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 4px 20px;
  height: 32px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 24px;
}

.btn-xs i, .btn-group-xs > .btn i {
  font-size: 19px;
}

.btn-circle {
  padding-right: 5px;
  padding-left: 5px;
  width: 44px;
  border-radius: 50%;
}

@media (max-width: 767px) {
    .btn-circle {
        width: 36px;
        height: 36px;
        padding: 5px;
    }
}

.btn-circle i {
  font-size: 18px;
}

.btn-oval {
  border-radius: 100px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.btn-oval i {
  margin: 0;
  font-size: 18px;
}

.btn-oval .text {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .btn-xs-only-icon {
    padding: 10px 6px;
    min-width: 36px;
    width: 36px;
    height: 36px;
    margin-bottom: 0 !important;
  }
  .btn-xs-only-icon .text {
    display: none;
  }
  .btn-xs-only-icon.btn-oval {
      padding: 5px;
  }
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.check-animate {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
}

.check-animate:before {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 14px;
  left: 0;
  display: block;
  width: 10px;
  height: 18px;
  border-top: 3px solid #5bc758;
  border-right: 3px solid #5bc758;
  content: '';
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-animation: check 0.8s;
  animation: check 0.8s;
}

.btn-secondary .check-animate:before,
.btn-primary .check-animate:before {
  border-color: #fff;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes check {
  0% {
    width: 0;
    height: 0;
  }
  25% {
    width: 10px;
    height: 0;
  }
  50% {
    width: 10px;
    height: 20px;
  }
}

@keyframes check {
  0% {
    width: 0;
    height: 0;
  }
  25% {
    width: 10px;
    height: 0;
  }
  50% {
    width: 10px;
    height: 20px;
  }
}

@media (min-width: 992px) {
  .flex-items-md-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
  }
  .flex-items-md-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  margin-left: 2px;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
}

.dropup,
.dropdown {
  position: relative;
  display: inline-block;
}

.dropup i,
.dropdown i {
  content: '\f2f9';
}

.dropup.open > a,
.dropdown.open > a {
  color: #5fc663 !important;
}

.dropup.open i:before,
.dropdown.open i:before {
  color: #5fc663;
}

.dropdown.open #search-open i:before {
  color: #9ca0a6;
}

.dropup.open.dropdown-open-icon i:before,
.dropdown.open.dropdown-open-icon i:before {
  content: '\f2fc';
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2000;
  z-index: 1000;
  display: none;
  float: left;
  margin: 1px 0 0;
  padding: 8px 0;
  min-width: 160px;
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  list-style: none;
  text-align: left;
  font-size: 14px;
}

.dropdown-menu.pull-right {
  right: -7px;
  left: auto;
}

.dropdown-menu.dropdown-right {
  right: 0;
}

@media (max-width: 767px) {
    .user.dropdown .dropdown-menu.pull-right {
        right: 0;
        top: 120%;
    }
    .user.dropdown .dropdown-menu:before {
        right: 14px;
    }
}

.dropdown-menu .divider {
  overflow: hidden;
  margin: 9px 0;
  height: 1px;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  clear: both;
  padding: 10px 20px;
  color: #9ca0a6;
  white-space: nowrap;
  font-weight: normal;
  font-size: 13px;
  cursor: pointer;
}

/*Drop Down Arrow*/
.dropdown-menu:before {
  position: absolute;
  top: -6px;
  right: 8px;
  width: 0;
  height: 0;
  border-width: 0 4px 6px 4px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: '';
}

@media (max-width: 767px) {
    .dropdown-menu:before {
        right: 19px;
    }
    #mg-container .module-body .actions-mobile .dropdown-menu:before {
      right: 12px;
    }
    .more-actions .dropdown-menu.pull-right {
      right: 20px;
      top: auto;
      bottom: 75px;
      position: fixed;
    }
    .more-actions .dropdown-menu:before {
      right: 17px;
      top: auto;
      bottom: -6px;
      transform: rotate(180deg);
    }
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active {
  color: #2c3d50;
  text-decoration: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  outline: 0;
  background-color: #5fc663;
  color: #fff;
  text-decoration: none;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  color: #777777;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.42857;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  max-width: 100%;
  width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  width: 100%;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group .select2-container {
  display: table-cell;
  width: auto !important;
}

.input-group.date input {
  border-right: 0;
}

.input-group.date .input-group-addon {
  border-left: 0;
  background: transparent;
}

.search-group input {
  width: 100%;
  border-radius: 50px;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  background: #f4f4f4;
  color: #959ea7;
  vertical-align: middle;
  text-transform: none;
  white-space: nowrap;
  font-size: 12px;
}

.input-group-addon {
  padding: 13px 20px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background-color: #eeeeee;
  color: #959ea7;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 12px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 18px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}


.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-tabs li {
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 767px) {
    .nav-tabs li {
        margin-right: 10px;
    }
}

.nav-tabs li a {
  display: inline-block;
  padding: 12px 3px;
  border-bottom: 3px solid transparent;
  color: #9ca0a6;
  font-size: 13px;
  transition: 0.3s;
}

.nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li a:focus {
  text-decoration: none;
}

.nav-tabs li.active a,
.nav-tabs li.active:hover a,
.nav-tabs li.active:focus a {
  border-bottom: 3px solid #5fc663;
  color: #2c3d50;
}

.nav-tabs li:active a,
.nav-tabs li:hover a,
.nav-tabs li:focus a {
  border-bottom: 3px solid transparent;
  color: #2c3d50;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.page-navigation .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  height: 110px;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;


}

@media (max-width: 767px) {
  .page-navigation .navbar {
    height: 60px;
  }
}

@media (min-width: 768px) {
  .page-navigation .navbar {
    position: relative;
  }
}

.page-navigation .mobile-icon {
  display: none;
}

@media (max-width: 767px) {
  .page-navigation .mobile-icon {
    display: block;
    cursor: pointer;
    display: block;
    cursor: pointer;
    padding: 15px 10px;
    position: relative;
    left: -10px;
  }
}

.page-navigation .mobile-icon .bars {
  position: relative;
  display: block;
  width: 19px;
  height: 13px;
  line-height: 16px;
}

.page-navigation .mobile-icon .bars span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #323c4f;
}

.page-navigation .mobile-icon .bars span:nth-child(1) {
  top: 0;
  left: 0;
}

.page-navigation .mobile-icon .bars span:nth-child(2) {
  top: 5px;
  left: 0;
}

.page-navigation .mobile-icon .bars span:nth-child(3) {
  top: 10px;
  left: 0;
}

.navbar .logo {
  display: block;
}

.navbar .logo img {
  display: block;
  width: 194px;
  height: 42px;
}

@media (max-width: 767px) {
  .navbar .logo img {
    width: 102px;
    height: 22px;
  }
}

.page-navigation .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

.navbar .nav-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin: 0;
  padding: 0;
  list-style: none;

  -webkit-box-align: center;
  align-items: center;
}

.navbar .nav-list ul > li {
  margin-left: 1px;
}



.navbar .nav-list ul > li > a {
  padding: 11.5px 22px;
  color: #2c3d50;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  line-height: 21px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
    .navbar .nav-list ul > li > a {
        padding: 11.5px 10px;
    }
}

@media (max-width: 767px) {
  .navbar .nav-list ul li a.active {
      border-left: 3px solid #2c3d50;
      color: #2c3d50;
      opacity: 1;
  }
}

.modal-ssl-key textarea {
  resize: vertical;
}


.navbar .nav-list ul > li > a i {
  font-size: 18px;
}

.navbar .nav-list ul > li > a:hover, .navbar .nav-list ul > li > a:focus, .navbar .nav-list ul > li > a:active {
  text-decoration: none;
  opacity: 1;
}

.nav-list .close-mobile-nav {
  position: absolute;
  top: 20px;
  right: -35px;
  z-index: 555;
  display: none;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.nav-list .close-mobile-nav i {
  color: #fff;
  font-size: 22px;
}

.nav-list.is-active .close-mobile-nav {
  display: block;
}

@media (max-width: 767px) {
  .navbar .nav-list {
    position: absolute;
    top: 0;
    left: -245px;
    z-index: 100002;
    min-width: 210px;
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .navbar .nav-list ul {
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    padding-top: 10px;
    height: 100%;
    background: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .navbar .nav-list ul > li {
    display: block;
    margin-top: 1px;
    margin-left: 0;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .navbar .nav-list ul > li > a {
    display: block;
    margin-left: 0;
    border-left: 3px solid transparent;
  }
  .navbar .nav-list ul > li > a:hover, .navbar .nav-list ul > li > a:active, .navbar .nav-list ul > li > a:focus {
    border-left: 3px solid #2c3d50;
  }
}

@media (max-width: 767px) {
  .navbar .nav-list.is-active {
    left: 0;
    position: fixed;
    width: 210px;
  }
}

.navbar .user {
  position: relative;
  margin-left: 21px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .navbar .user {

  }
}

.navbar .user .init-drop-down {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.navbar .user .avatar {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
}

.navbar .user .avatar img {
    width: 100%;
    display: block;
}

.navbar .user .avatar {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
}

@media (max-width: 767px) {
  .navbar .user .avatar {
    width: 36px;
    height: 36px;
    display: block;
  }
  .navbar .user .avatar img {
    width: 36px;
    height: 36px;
  }
}


.navbar .user .avatar .notification-number {
  position: absolute;
  top: 0;
  left: -12px;
  width: 25px;
  height: 25px;
  border: 3px solid #fff;
  border-radius: 25px;
  background: #fc5b5b;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 11px;
  line-height: 20px;
}

.navbar .user .icon {
  display: inline-block;
  margin-left: 11px;
  height: 44px;
  color: #959ea7;
  vertical-align: top;
  font-size: 16px;
  line-height: 44px;
}

@media (max-width: 767px) {
    .navbar .user .icon {
        display: none;
    }
}

.navbar .user .dropdown-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar .user .dropdown-menu li a .notification-number-container {
    width: 21px;
    height: 21px;
    background: #fc5b5b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border-radius: 100%;
    font-weight: 700;
    margin-left: 6px;
}
.navbar .user .dropdown-menu li a .notification-number {
  line-height: 0;
  position: relative;
  left: -0.5px;
}

.page-sidebar {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .page-sidebar {
    display: none;
  }
}

.page-sidebar nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-sidebar nav ul li {
  margin-top: 1px;
}

.page-sidebar nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  color: #9ca0a6;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  -webkit-box-align: center;
  align-items: center;
}

.page-sidebar nav ul li a:hover, .page-sidebar nav ul li a:focus, .page-sidebar nav ul li a:active {
  text-decoration: none;
}

.table-container .notification-number,
.page-sidebar nav ul li a .notification-number {
    line-height: 0;
    position: relative;
    left: -0.3px;
}

.notification-number-container {
      width: 21px;
    height: 21px;
    background: #fc5b5b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border-radius: 100%;
    font-weight: 700;
    margin-left: 6px;
}
.page-sidebar nav ul li.service-modification {
  position: relative;
  margin-top: 8px;
  padding-top: 8px;
}

.box-flex .notification-number-container {
  float: right;
  margin-top: 4px;
}
.box-flex .notification-number-container .notification-number {
  left: 0;
}


.page-sidebar nav ul li.service-modification a:before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 20px);
  height: 1px;
  background: #e4e4e4;
  content: '';
}

@media (max-width: 767px) {
  .page-sidebar nav ul li.service-modification a:before {
    width: 100%;
  }
}

.sidebar-mobile-container .close-mobile-sidebar {
  position: absolute;
  top: 20px;
  right: -35px;
  z-index: 555;
  display: none;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.sidebar-mobile-container .close-mobile-sidebar i {
  color: #fff;
  font-size: 22px;
}

.sidebar-mobile-container.is-active .close-mobile-sidebar {
  display: block;
}

@media (max-width: 767px) {
  .sidebar-mobile-container {
    position: absolute;
    top: 115px;
    left: -300px;
    z-index: 1444000;
    padding-left: 0;
    min-width: 250px;
    height: 100%;
    background: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sidebar-mobile-container.sidebar-open {  
    left: 0;
    min-width: 100%;
    padding-right: 0; 
  }
  .sidebar-mobile-container.sidebar-open .close-mobile-sidebar {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 555;
    display: block;
    width: 22px;
    height: 21px;
    cursor: pointer;
    text-align: center;
  }
  .sidebar-mobile-container.sidebar-open .close-mobile-sidebar .zmdi {
    color: #2c3d50;
  }
  .sidebar-mobile-container.sidebar-open .page-sidebar {
        display: block;
      margin-top: 0px;
      position: relative;
  }
  .sidebar-mobile-container.is-active {
    left: 0;
  }
}

.mobile-sidebar-arrow {
  display: none;
  margin-top: 30px;
  cursor: pointer;
}

.mobile-sidebar-arrow h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  font-weight: 400;

  -webkit-box-align: center;
  align-items: center;
}

.mobile-sidebar-arrow h1 i {
  margin-right: 25px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .mobile-sidebar-arrow {
    display: block;
  }
}

.page-sidebar nav > ul > li > a {
  padding: 12px 20px 12px 17px;
  border-left: 3px solid transparent;
  font-weight: 400;
  line-height: 20px;
  font-size: 13px;
}

.page-sidebar nav > ul > li > a.active:hover,
.page-sidebar nav > ul > li > a.active:focus,
.page-sidebar nav > ul > li > a.active:active,
.page-sidebar nav > ul > li > a.active {
  border-left: 3px solid #5fc663;
  color: #2c3d50;
  text-decoration: none;
  opacity: 1;
}

.page-sidebar nav > ul > li > a:hover,
.page-sidebar nav > ul > li > a:focus,
.page-sidebar nav > ul > li > a:active {
  border-left: 3px solid transparent;
  color: #2c3d50;
  text-decoration: none;
  opacity: 1;
}

.page-sidebar nav > ul > li > a .link-icon {
  margin-right: 20px;
  font-size: 18px;
}

.page-sidebar nav > ul > li > a .drop-down-icon {
  margin-left: 10px;
}

.page-sidebar .sidebar-drop-down-menu {
  display: none;
}

.page-sidebar .sidebar-drop-down-menu li {
  margin-top: 1px;
  margin-left: 68px;
}

.page-sidebar .sidebar-drop-down-menu li a {
  padding: 8px 0;
  font-size: 12px;
}

.page-sidebar .sidebar-drop-down-menu li a:hover, .page-sidebar .sidebar-drop-down-menu li a:focus, .page-sidebar .sidebar-drop-down-menu li a:active {
  color: #2c3d50;
}

.breadcrumb {
  margin-bottom: 20px;
  padding: 15px 10px;
  border-radius: 3px;
  background-color: #f5f5f5;
  list-style: none;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777777;
}

.breadcrumb.breadcrumb-files {
  background: #eeeeee;
  padding: 9px 10px;
  margin-top: 50px;
}

@media (max-width: 767px) {
    .breadcrumb.breadcrumb-files {
        margin-top: 0px;
    }
}

.breadcrumb.breadcrumb-files a {
  padding: 5px 0;
  color: #2c3d50;
  font-size: 12px;
}

.breadcrumb.breadcrumb-files a:hover {
  color: #5fc663;
}

.pagination {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  height: 25px;
  border-radius: 3px;
}

.pagination > li {
  display: inline-block;
  margin-left: 1px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  padding: 0px 6px;
  background-color: #fff;
  color: #9ca0a6;
  text-decoration: none;
  font-size: 12px;
  line-height: 21px;
  line-height: 21px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}

.pagination > li:last-child {
  margin-right: -8px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #2c3d50;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  /*z-index: 3;*/
  color: #2c3d50;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  border-color: #ddd;
  background-color: #fff;
  color: #777777;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pagination-sm {
  padding: 0;
}

.pager {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #ddd;
  border-radius: 15px;
  background-color: #fff;
}

.pager li > a:hover,
.pager li > a:focus {
  background-color: #eeeeee;
  text-decoration: none;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  background-color: #fff;
  color: #777777;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  border-radius: .25em;
  color: #fff;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 75%;
  line-height: 1;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.user-data .label-floatlabel {
    z-index: 0;
}
.label-floatlabel {
  margin-left: 12px;
  z-index: 10;
  line-height: 16px;
  background: transparent;
}

.select-label {
  position: relative;
}

.select-label label {
  position: absolute;
  top: 0px;
  left: 8px;
  z-index: 200;
  margin-left: 13px;
  color: #9ca0a6;
  font-size: 11px;
}

.select-label .select2-selection__rendered {
  display: block;
  margin-top: 8px;
}

.select2-selection__rendered {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    max-width: 90%;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #5fc663;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #40b244;
}

.label-success {
  background-color: #5fc663;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #40b244;
}

.label-info {
  background-color: #51afff;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #1e98ff;
}

.label-warning {
  background-color: #f39c12;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #c87f0a;
}

.label-danger {
  background-color: #ed6c5f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #e84231;
}

.badge {
  display: inline-block;
  padding: 3px 7px;
  min-width: 10px;
  border-radius: 10px;
  background-color: #777777;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  background-color: #fff;
  color: #5fc663;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.thumbnail {
  display: block;
  margin-bottom: 20px;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  line-height: 1.42857;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  height: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5fc663;
}

#toast-container {

}


.alert {
    position: relative;
    padding: 21px 20px 21px 73px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    line-height: 18px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 25px;
}



.modal-content .alert.alert-border {
    margin: -32px -30px 30px;
    box-shadow: none;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-title {
  font-weight: 400;
}

.alert .alert-link:hover {
    transition: 0.3s;
}

.alert .alert-link {
  font-weight: 400;
  color: #9da5ae;
  text-decoration: underline;
  transition: 0.3s;
}
.alert.alert-border {
    text-align: left;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
}

.alert-danger.alert-border:before {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.alert-danger.alert-border {
    border-bottom: 1px solid #ed6c5f;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.alert-border.alert-border-sticky {
    margin-bottom: 0;
}

.alert-success.alert-border:before {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.alert-success.alert-border {
    border-bottom: 1px solid #5fc663;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.alert-info.alert-border:before {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.alert-info.alert-border {
    border-bottom: 1px solid #51afff;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.alert-warning.alert-border:before {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.alert-warning.alert-border {
    border-bottom: 1px solid #c87f0a;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.alert-link.link-inline {
    margin-left: 20px;
}

.alert .alert-link.alert-link-danger:hover {
    color: #ed6c5f;
}
.alert .alert-link.alert-link-success:hover {
    color: #5fc663;
}
.alert .alert-link.alert-link-warning:hover {
    color: #c87f0a;
}
.alert .alert-link.alert-link-info:hover {
    color: #51afff;
}

.tooltip-body .input-alert {
    font-size: 11px;
    font-weight: 400;
    margin-left: 2px;
    position: static;
    line-height: 12px;
    display: block;
    margin-top: 3px;
}

.input-alert {
    font-size: 11px;
    font-weight: 400;
    margin-left: 2px;
    position: absolute;
    left: 0;
    bottom: -15px;
    line-height: 12px;
    display: inline;
}

.input-alert.input-alert-success {
    color: #5fc663
}
.input-alert.input-alert-danger {
    color: #ed6c5f;
}
.input-alert.input-alert-warning {
    color: #c87f0a;
}
.input-alert.input-alert-info {
    color: #51afff;
}

@media (max-width: 767px) {
    .alert-link.link-inline {
        margin-left: 0;
        display: block;
    }
}


.alert p,
.alert > ul {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}

.alert p .btn {
    margin-top: 4px;
}
.alert p:first-child {
    margin-top: -5px;
    margin-bottom: -2px;
    line-height: 18px;
}
.alert > p + p {
    margin-top: 14px;
    line-height: 18px;
}

.alert.alert-lg {
  padding: 22px 20px 22px 73px;
  border: 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.alert.alert-sm {
  padding: 5px 10px 5px 25px;
  font-size: 12px;
}

.alert.alert-sm:before {
  width: 5px;
}

.alert.alert-sm:after {
  content: '';
}

.alert.alert-xs {
  padding: 5px 10px 5px 40px;
  font-size: 12px;
}

.alert.alert-xs:before {
  width: 0;
}

.alert.alert-advanced {
  padding: 16px 20px 20px 72px;
  border: 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  /*Buttin in alert*/
}

.alert.alert-advanced p {
  margin: 13px 0 0 0;
}

.alert.alert-advanced p:first-child {
  margin-top: 0;
}

.alert.alert-advanced p a {
  margin-left: 16px;
  color: #9da5ae;
  text-decoration: underline;
}

.alert.alert-advanced p a:first-child {
  margin-left: 0;
}

.alert.alert-advanced.alert-right-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

.alert button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  outline: 0;
  color: #9da5ae;
  font-weight: 100;
  font-size: 14px;
  opacity: 1;
}

.alert.alert-installation-complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  padding: 16px 20px 20px 100px;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.alert.alert-installation-complete:before {
  width: 75px;
}

.alert.alert-installation-complete:after {
  margin-top: -14px;
  width: 77px;
  font-size: 28px;
}

@media (max-width: 767px) {
  .alert.alert-installation-complete {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 20px 20px 20px;
    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .alert.alert-installation-complete:before {
    display: none;
  }
  .alert.alert-installation-complete:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .alert.alert-installation-complete .alert-photo {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .alert.alert-installation-complete .alert-photo {
    display: none;
  }
}

.alert.alert-installation-complete .alert-photo img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .alert.alert-installation-complete .alert-photo img {
    margin: 0 auto;
  }
}

.alert.alert-installation-complete p {
  margin: 2px 0 0 0;
  color: #9ca0a6;
}

.alert.alert-installation-complete p a {
  color: #2c3d50;
  text-decoration: none;
  font-weight: 400;
}

.alert.alert-installation-complete .actions {
  margin-top: 20px;
}

.alert.alert-installation-complete .actions .btn {
  margin-right: 5px;
}

.alert.alert-installation-complete .actions .btn:last-child {
  margin-left: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success .alert-link:hover,
.alert-success p {
    color: #5fc663;
}
.alert-danger .alert-link:hover,
.alert-danger p {
    color: #ed6c5f;
}
.alert-warning .alert-link:hover,
.alert-warning p {
    color: #f39c12;
}
.alert-info .alert-link:hover,
.alert-info p {
    color: #51afff;
}
.alert-success {
  border-color: #dff0d8;
  background-color: white;
  color: #5fc663;
}

.alert-success:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -12px;
  width: 53px;
  height: 100%;
  color: #fff;
  text-align: center;
  font: normal normal normal 20px 'Material-Design-Iconic-Font';
}

.alert-success.alert-xs:after {
  padding-left: 10px;
  width: 0;
  color: #5fc663;
}

.alert-success:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 53px;
  height: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #5fc663;
  content: '';
}

.alert-success hr {
  border-top-color: #d0e9c6;
}

/*.alert-success .alert-link {
  color: #40b244;
}*/

.alert-success:after {
  content: "\f269";
}

.alert-success.alert-xs {
  background-color: #f0fff1;
}

.alert-info {
  border-color: #bce8f1;
  background-color: white;
  color: #51afff;
}

.alert-info:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -12px;
  width: 53px;
  height: 100%;
  color: #fff;
  text-align: center;
  font: normal normal normal 20px 'Material-Design-Iconic-Font';
}

.alert-info.alert-xs:after {
  padding-left: 10px;
  width: 0;
  color: #51afff;
}

.alert-info:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 53px;
  height: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #51afff;
  content: '';
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

/*.alert-info .alert-link {
  color: #1e98ff;
}*/

.alert-info:after {
  content: "\f1f1";
}

.alert-info.alert-xs {
  background-color: #f0f8ff;
}

.alert-warning {
  border-color: #faebcc;
  background-color: white;
  color: #f39c12;
}

.alert-warning:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -12px;
  width: 53px;
  height: 100%;
  color: #fff;
  text-align: center;
  font: normal normal normal 20px 'Material-Design-Iconic-Font';
}

.alert-warning.alert-xs:after {
  padding-left: 10px;
  width: 0;
  color: #f39c12;
}

.alert-warning:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 53px;
  height: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #f39c12;
  content: '';
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

/*.alert-warning .alert-link {
  color: #c87f0a;
}*/

.alert-warning:after {
  content: "\f1f4";
}

.alert-warning.alert-xs {
  background-color: #fffbef;
}

.alert-danger {
  border-color: #f2dede;
  background-color: white;
  color: #ed6c5f;#c87f0a
}

.alert-danger:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -12px;
  width: 53px;
  height: 100%;
  color: #fff;
  text-align: center;
  font: normal normal normal 20px 'Material-Design-Iconic-Font';
}

.alert-danger.alert-xs:after {
  padding-left: 10px;
  width: 0;
  color: #ed6c5f;
}

.alert-danger:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 53px;
  height: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #ed6c5f;
  content: '';
}

.alert-danger hr {
  border-top-color: #ebcccc;
}

/*.alert-danger .alert-link {
  color: #e84231;
}*/

.alert-danger:after {
  content: "\f1f1";
}

.alert-danger.alert-xs {
  background-color: #ffe9e9;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3px;
  border-radius: 3px;
  background-color: #eaeaea;
}

.progress.progress-installation {
  height: 6px;
  border-radius: 6px;
}

.progress.progress-installation .progress-bar {
  border-radius: 6px;
}

.progress-description span {
  color: #2c3d50;
  font-weight: 600;
}

.instalation.instalation-complete .progress-description span {
  color: #5fc663;
}

.progress-complete-icon {
  color: #5fc663;
  font-size: 18px;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  background-color: #5fc663;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  -webkit-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: 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-size: 40px 40px;
}

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

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

.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: 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: #51afff;
}

.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: 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: #f39c12;
}

.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: 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: #ed6c5f;
}

.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: 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-success .password-verdict {
  color: #5fc663;
}

.progress-bar-warning .password-verdict {
  color: #f39c12;
}

.progress-bar-danger .password-verdict {
  color: #ed6c5f;
}

.strength-viewport-progress {
  position: relative;
}

.strength-viewport-progress .password-verdict {
  position: absolute;
  top: -9px;
  left: 0;
  padding-right: 3px;
  background: white;
  font-weight: 700;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

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

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  background-color: #f5f5f5;
  color: #555;
  text-decoration: none;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  border-color: #5fc663;
  background-color: #5fc663;
  color: #fff;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #f5fcf6;
}

.list-group-item-success {
  background-color: #dff0d8;
  color: #5fc663;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #5fc663;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  background-color: #d0e9c6;
  color: #5fc663;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  border-color: #5fc663;
  background-color: #5fc663;
  color: #fff;
}

.list-group-item-info {
  background-color: #d9edf7;
  color: #31708f;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  background-color: #c4e3f3;
  color: #31708f;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  border-color: #31708f;
  background-color: #31708f;
  color: #fff;
}

.list-group-item-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  background-color: #faf2cc;
  color: #8a6d3b;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  border-color: #8a6d3b;
  background-color: #8a6d3b;
  color: #fff;
}

.list-group-item-danger {
  background-color: #f2dede;
  color: #ed6c5f;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #ed6c5f;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  background-color: #ebcccc;
  color: #ed6c5f;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  border-color: #ed6c5f;
  background-color: #ed6c5f;
  color: #fff;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}

.panel .panel-heading .panel-title {
  margin: -6px 0 0 0;
}

.panel .panel-heading .panel-description {
  margin-top: 25px;
  color: #9ca0a6;
  font-size: 14px;
  line-height: 21px;
}

.panel .panel-heading .panel-description strong {
  color: #2c3d50;
}

.panel .panel-body {
  margin-top: 24px;
  color: #9ca0a6;
  font-size: 14px;
}

.panel .panel-body strong {
  color: #2c3d50;
}

.panel .panel-body ul li {
  margin-top: 2px;
}

.panel .panel-body ul li:first-child {
  margin-top: 0;
}

.panel .panel-body ul {
  margin: 0;
}



.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e4e4e4;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 10px;
}

.well-sm {
  padding: 9px;
  border-radius: 10px;
}

.close {
  color: #fff;
  font-size: 16px;
}

.close:hover, .close:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}

button.close {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;

  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding-left: 0 !important;
  outline: 0;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, 25%);
  transform: translate(0, 25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.modal.modal-container-install:before {
  height: auto;
  vertical-align: top;
}

.modal.modal-container-install .modal-dialog {
    margin-top: 120px;
    height: calc(100% - 120px);
}
@media (max-width: 1199px) {
    .modal.modal-container-install .modal-dialog {
        height: calc(100% - 140px);
    }
}
@media (max-width: 767px) {
  .modal.modal-container-install .modal-dialog {
    margin: 0;
    padding-top: 60px;
    height: calc(100%);
      overflow-y: scroll;
  }

    .modal.modal-container-install .modal-dialog::-webkit-scrollbar {
        width: 3px;
    }
    .modal.modal-container-install .modal-dialog::-webkit-scrollbar-thumb {
        background-color: #5fc663;
    }
}

#new-app-form h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

#addondomains-table .domain-with-icon img {
  margin-right: 8px;
  vertical-align: initial;
}

#addondomains-table .management {
  min-width: 150px;
}

#addondomains-table .management img {
  margin-top: -4px;
  margin-right: 5px;
}

#addondomains-table .management-title-mobile {
    display: none;
}

@media (max-width: 767px) {
    #addondomains-table .management {
        margin-top: 2px;
    }
    #addondomains-table .domain-stats,
    #addondomains-table .management img {
        display: none;
    }
    #addondomains-table .character-size {
        position: relative;
    }
    #addondomains-table .management-title-mobile {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    table .mobile-name {
        display: none;
    }
}

.domain-with-icon-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

#addondomains-table .table > tbody > tr td {}

.modal.modal-container-install .modal-dialog .modal-content {
  min-height: 100%;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  display: inline-block;
  margin: 35px;
  width: auto;
  vertical-align: middle;
}

.modal-dialog div:empty {
  display: none;
}

.modal-content {
  position: relative;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #2c3d50;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  text-align: center;
}

.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header h4 {
  margin-top: -4px;
  color: #2c3d50;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

.modal-accept .modal-content {
  padding: 30px;
}

.modal-accept .modal-header {
  padding-bottom: 20px;
}

.modal-accept .modal-body {
  text-align: center;
}

.modal-accept .modal-footer {
  margin-top: 26px;
}

.modal-form .modal-content {
  padding: 30px;
}

.modal-form .modal-header {
  padding-bottom: 32px;
}

.modal-install {
  max-width: 100%;
}

.modal-install .modal-header .close {
  top: 0px;
  right: 0px;
  height: auto;
  color: #959ea7;
  font-size: 30px;
  padding: 5px 10px;
}

@media (max-width: 767px) {
  .modal-install .modal-header .close {
      top: -10px;
      right: -10px;
      font-size: 20px;
  }
}

.modal-install .modal-content {
  box-shadow: 0px 0px 33.32px 15.68px rgba(0, 0, 0, 0.07);
}

.modal-install .modal-content {
  padding: 30px;
}

.modal-install .modal-header {
  padding-bottom: 32px;
  text-align: left;
  position: relative;
}

@media (max-width: 767px) {
    .modal-install .modal-header {
        padding-bottom: 0;
    }
}

.modal-install .modal-body {
  text-align: left;
}

.modal-install .apps-categories {
  position: relative;
  font-size: 18px;
}

.modal-install .apps-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-bottom: 32px;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.modal-install .apps-navigation h3 {
  margin: 0;
  color: #959ea7;
  font-size: 18px;
  font-weight: 400;
}

.modal-install .apps-navigation .search-button {
  margin-left: auto;
}

.modal-install .apps-navigation .apps-cats {
  margin-left: 8px;
  color: #2c3d50;
  font-size: 18px;
}

.modal-install .apps-navigation .apps-cats .apps-list-drop-down {
  cursor: pointer;
}

.modal-install .apps-navigation .apps-cats .dropdown-menu {
  z-index: 55555;
}

.modal-install .app-list {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .modal-install .app-list .apps-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;

    text-align: center;
  }
}

.modal-install .install-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-bottom: 50px;

  -webkit-box-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .modal-install .install-types {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.modal-install .install-types .install-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin: 0 10px;
  padding: 30px 30px;
  width: 413px;
  height: 141px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  cursor: pointer;

  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .modal-install .install-types .install-type {
    margin: 0;
    padding: 13px;
    width: 100%;
    height: 52px;
  }
  .modal-install .install-types .install-type:last-child {
    margin-top: 10px;
  }
}

.modal-install .install-types .install-type .icon {
  margin-right: 30px;
  text-align: center;
}

.modal-install .install-types .install-type .icon i {
  width: 30px;
  height: 30px;
  border: 1px solid #eaeaea;
  border-radius: 30px;
}

.modal-install .install-types .install-type .icon i:before {
  display: none;
  font-size: 25px;
}

.modal-install .install-types .install-type .install-type-body h4 {
  font-weight: 700;
}

@media (max-width: 767px) {
  .modal-install .install-types .install-type .install-type-body h4 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .modal-install .install-types .install-type .install-type-body p {
    display: none;
  }
}

.modal-install .install-types .install-type.install-type-checked {
  background: #5fc663;
  border-color: #5fc663;
}

.modal-install .install-types .install-type .install-type-body {
  text-align: left;
}

.modal-install .install-detals {
  text-align: left;
}

.modal-install .install-types .install-type.install-type-checked .icon i {
  border: 1px solid #fff;
  background: #fff;
  color: #5fc663;
}

.modal-install .install-types .install-type.install-type-checked .icon i:before {
  display: block;
}

.modal-install .install-types .install-type.install-type-checked .install-type-body h4 {
  color: #fff;
  margin-bottom: 9px;
}

.modal-install .install-types .install-type.install-type-checked .install-type-body p {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
}

.modal-install .install-types .install-type .install-type-body h4 {
  margin-bottom: 9px;
}

.install-section h3 {
  font-weight: 400;
}

#installed-app-table td img {
  margin-top: -5px;
  margin-right: 6px;
}

#installed-app-table .app-name {
  color: #9ca0a6;
  font-weight: 400;
}

#installed-app-table .login a {
  font-weight: 400;
  margin-left: 4px;
}

.modal-install .install-types .install-type .install-type-body p {
  font-size: 13px;
  line-height: 21px;
}

.modal-install .install-types .install-type.install-type-checked .mobile-info {
  color: #fff;
}

.modal-install .install-types .install-type .mobile-info {
  display: none;
  margin-left: auto;
}

@media (max-width: 767px) {
  .modal-install .install-types .install-type .mobile-info {
    display: block;
    font-size: 18px;
  }
  #installed-app-table td img {
      display: none;
  }
}

.modal-install .install-types .install-type input {
  display: none;
}

/*
=========================================================
  Modal Add Domain
=========================================================
*/
.modal-add-domain .modal-header .modal-title {
  margin-top: -3px;
  font-size: 26px;
}

.modal-add-domain .modal-header .modal-subtitle {
  margin-top: -5px;
  font-size: 18px;
}

.modal-add-domain .row {
  margin-right: -15px;
}

.modal-add-domain #domain-configuration h3 {
  font-weight: 400;
  font-size: 20px;
}

.modal-add-domain .input-group.has-error {
  margin-bottom: 10px;
}



.modal-add-domain #domain-configuration hr {
    margin-top: 10px;
}



.modal-add-domain .search-domain.add-domain-section {
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 65px;
  max-width: 720px;
}

@media (max-width: 767px) {
    .modal-add-domain #domain-configuration h3 {
        font-size: 16px;
    }
    .modal-add-domain .search-domain.add-domain-section {
        margin-bottom: 20px;
    }
}

.modal-add-domain .search-domain.add-domain-section .domain-input {
  margin-bottom: 30px;
}

.modal-add-domain .search-domain.add-domain-section input {
  height: 70px;
  border: 5px solid #5fc663;
  color: #2c3d50;
  font-size: 18px;
}

.modal-add-domain .search-domain.add-domain-section input::-webkit-input-placeholder {
  font-size: 18px;
}

.modal-add-domain .search-domain.add-domain-section input::-moz-placeholder {
  font-size: 18px;
}

.modal-add-domain .search-domain.add-domain-section input:-ms-input-placeholder {
  font-size: 18px;
}

.modal-add-domain .search-domain.add-domain-section input::placeholder {
  font-size: 18px;
}

.modal-add-domain .modal-body .modal-subtitle {
  color: #9ca0a6;
}

@media (max-width: 767px) {
  .modal-add-domain .modal-footer .btn-primary {
    margin-top: 20px;
  }
  .modal-install .modal-header .modal-title {
      font-size: 20px;
  }
}


.modal-add-domain .tab-content {
  margin-top: 15px;
  padding: 20px 15px 20px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}

.modal-add-domain .tab-content .apps-navigation {
  margin-bottom: 5px;
}

.modal-add-domain .tab-content .tab-header {
  color: #2c3d50;
  font-size: 18px;
}

.modal-add-domain .tab-content .app-list {
  margin-bottom: 0;
}

.modal-add-domain .tab-content .apps-list-wrapper .swiper-slide-app {
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.modal-add-domain .add-domain-configuration-section-title {
  margin-top: 45px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
}

.modal-mini .row {
  margin: auto -5px;
}

.modal-mini .row .form-group {
  padding-right: 5px;
  padding-left: 5px;
}

.modal-mini input {
  max-width: 180px;
}

.modal-mini form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-mini form .form-group > * {
  width: 100%;
}

.modal-mini p {
  margin: 0;
  margin-top: -8px;
  color: #9ca0a6;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
}

.modal-mini .modal-content {
  padding: 20px;
}

.modal-mini .modal-header {
  padding-bottom: 20px;
}

.modal-mini .modal-footer {
  margin-top: 11px;
}

.modal-dialog.modal-alert .modal-header h4 {
  color: #ed6c5f;
}

.modal-dialog.modal-default .modal-header h4 {
  color: #2c3d50;
}

.modal-install .modal-body {
  text-align: left;
}

.modal-install .install-section-close {
  display: none;
}

.modal-install .dettals-section {
  margin-bottom: 50px;
}

.modal-install .dettals-title {
  margin-bottom: 30px;
}

.modal-install .dettals-title + .note {
  margin-top: -20px;
  margin-bottom: 20px;
}

.modal-install .modal-footer {
  display: none;
}

.modal-install .modal-footer.active-button {
  display: block;
}

.modal-installation-complete .modal-content {
  padding: 25px 26px 15px 26px;
}

.modal-installation-complete .modal-content .modal-header {
  margin-bottom: 0px;
}

.modal-installation-complete .modal-content .modal-header .modal-title {
  color: #5fc663;
  font-weight: 600;
  font-size: 18px;
}

.modal-installation-complete .modal-content .modal-header .close {
  top: 10px;
  right: 15px;
  color: #2c3d50;
  font-size: 16px;
}

.modal-installation-complete .modal-content .modal-body .lines {
  margin-bottom: 20px;
}

.modal-installation-complete .modal-content .modal-body .lines p {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

.modal-installation-complete .modal-content .modal-body .lines p a {
  display: block;
  color: #2c3d50;
}

.modal-installation-complete .modal-content .modal-body .lines .line:last-child {
  margin-top: 15px;
}

.modal-installation-complete .modal-content .modal-body .actions.login {
  margin-bottom: 35px;
}

.modal-installation-complete .modal-content .modal-body .alert-photo {
  margin-bottom: 20px;
  max-width: 100%;
}

.modal-header .close {
  position: absolute;
  top: -25px;
  right: -20px;
  color: #fff;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}

.modal-body .form-group:before, .modal-body .form-group:after {
  display: table;
  content: " ";
}

.modal-body .form-group:after {
  clear: both;
}

.modal-body .form-group .radio, .modal-body .form-group .checkbox {
  margin: 0;
}

.modal-body .form-group .col-sm-12 {
  min-height: 0;
}

.modal-footer {
  text-align: center;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 10px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 35px auto;
    width: 560px;
  }
  .modal-content {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .modal-sm {
    max-width: 100%;
    width: 300px;
  }
  .modal-md {
    max-width: 100%;
    width: 620px;
  }
  .modal-install {
    max-width: 100%;
    width: 1200px;
  }
}

.modal-installation-complete {
  width: 310px;
}

@media (max-width: 767px) {
  .modal-installation-complete {
    padding: 0;
    width: 90%;
  }
}

@media (max-width: 991px) {
  .modal-dialog:not(.modal-redirect) {
    min-width: 85%;
  }
}

@media (max-width: 767px) {
  .modal-container-install .modal-dialog {
    min-width: 100%;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 100050;
  display: block;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  white-space: normal;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  line-height: 1.42857;
  opacity: 0;
  filter: alpha(opacity=0);

  line-break: auto;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  padding: 10px 20px;
  max-width: 230px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  color: #9ca0a6;
  text-align: left;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  padding: 1px;
  max-width: 276px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  white-space: normal;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 1.42857;

  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

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

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 9px 9px 0 0;
  background-color: #f7f7f7;
  font-size: 14px;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
  content: " ";
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  border-right-width: 0;
  border-left-color: #fff;
  content: " ";
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  border: 0;
  background-color: transparent;
  color: transparent;
  text-shadow: none;
  font: 0/0 a;
}

.hidden {
  display: none !important;
}

.w-hidden {
  display: none;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.hosting-header {
  margin-top: 35px;
  margin-bottom: 30px;
}


.hosting-header.products-hosting-header {
    margin-bottom: 0;
}

.hosting-header.products-hosting-header .inner {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .hosting-header {
        margin-top: 20px;
    }
    .hosting-header.products-hosting-header .inner {
        padding-bottom: 8px;
    }
}

.hosting-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.hosting-header .inner .hosting-title.is-active-search {
  margin-left: -150px;
}

.hosting-header .hosting-tooltips > * {
  display: inline-block;
  margin-left: 10px;
}

.hosting-header .hosting-tooltips > .search-button {
  display: none;
}

.hosting-header .hosting-tooltips .header-tooltip {
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 767px) {
    .hosting-header .hosting-tooltips .header-tooltip {
      margin-left: 6px;
    }
}

.hosting-header .hosting-tooltips .header-tooltip.header-tooltip-info i.info {
  text-transform: lowercase;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
}

.hosting-info .arrow {
  position: absolute;
  top: -11px;
  right: 68px;
  bottom: -21px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 11px 11px 11px;
  border-style: solid;
  border-color: transparent transparent #d9dcdf transparent;
}

.hosting-header .hosting-tooltips .header-tooltip.header-tooltip-info .close {
  display: none;
  font-size: 17px;
}

.hosting-header .hosting-tooltips .header-tooltip.header-tooltip-info.is-active {
  background: #9da5ae;
  border: 1px solid #9da5ae;
}

.hosting-header .hosting-tooltips .header-tooltip.header-tooltip-info.is-active .close {
  display: inline-block;
  color: #fff;
  opacity: 1;
  outline: 0;
}

.hosting-header .hosting-tooltips .header-tooltip.header-tooltip-info.is-active .open {
  display: none;
}

.hosting-info {
  position: relative;
  display: none;
  border: 1px solid #d9dcdf;
  border-radius: 3px;
}

.hosting-info .dark {
  color: #2c3d50;
}

.panel.banktransfer-info-panel span {
  color: #2c3d50;
}
.panel.banktransfer-info-panel {
  margin-bottom: 0;
}

.panel .banktransfer-info p {
  color: #2c3d50;
}

@media (max-width: 767px) {
    .hosting-info {
        margin-top: 7px;
    }
    .hosting-info .arrow {
        right: 6px;
    }
}
.hosting-info .inner {
  position: relative;
  padding: 30px;
}

.hosting-info .hosting-info-title {
  margin: 0 0 10px 0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .hosting-info .hosting-info-title {
    margin: 0 0 3px 0;
  }
}

.hosting-info .hosting-info-title .arrow {
  position: absolute;
  top: -11px;
  right: 125px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 11px 11px 11px;
  border-style: solid;
  border-color: transparent transparent #d9dcdf transparent;
}

.hosting-info .hosting-info-title .arrow:after {
  position: absolute;
  top: 2px;
  left: -9px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 9px 9px 9px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
}

.hosting-info .col-sm-3:last-child ul {
  margin: 0;
}

@media (max-width: 767px) {
  .hosting-info ul {
    margin: 0 0 15px 0;
  }
}

.hosting-info ul li {
  color: #9ca0a6;
}

.hosting-info ul.mail-server-list li {
  margin-bottom: 8px;
}

.hosting-info ul li a.support-link {
  color: #9ca0a6;
  text-decoration: underline;
}


.hosting-info .arrow:after {
  opacity: 1;
  transition: opacity 0.5s;
  position: absolute;
  top: 2px;
  left: -9px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 9px 9px 9px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
}

.page-service-managment-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.page-service-managment-header .select-service {
  width: 340px;
  position: relative;
}

.select2-dropdown.search-packages-dropdown .select2-results__options li .service-status,
.select-service .service-status {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: relative;
    left: 3px;
    top: -8px;
}

.select2-dropdown.search-packages-dropdown .select2-results__options li .service-status,
.select-service .service-status.status-ok {
    background: #5fc663;
}

.search-packages-dropdown .select2-results .select2-results__options .service-status.status-ok {
  background: #5fc663;
}
.search-packages-dropdown .select2-results .select2-results__options .service-status.status-error {
   background: #ed6c5f;
}

.select-service .service-status.status-error {
    background: #ed6c5f;
}

.no-apps-found {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #e4e4e4;
    padding: 50px 30px;
    border-radius: 3px;
}

.no-apps-found  img {
  width: 60px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .page-service-managment-header .select-service {
    width: 100%;
  }
}

.page-service-managment-header {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .page-service-managment-header {
    margin-top: 0;
  }
}


.page-service-managment-header .users a {
  display: inline-flex;
  margin-left: 10px;
  width: auto;
  height: 35px;
  border-radius: 50px;
  vertical-align: bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-transform: none;
}
.page-service-managment-header .users a p {
  color: #9ca0a6;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
  margin-left: 3px;
  transition: 0.3s;
}

.page-service-managment-header .users a:hover p {
  color: #2c3d50;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .page-service-managment-header .users {    
    position: relative;
  }
  .page-service-managment-header .users a {
    padding: 0;
    width: 35px;
  }
  .page-service-managment-header .users li {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
    align-items: center;
  }
  .page-service-managment-header .users li > a {
    margin-right: 10px;
  }
  .page-service-managment-header .users li p {
    color: #2c3d50;
    font-size: 13px;
    position: absolute;
    left: 44px;
    text-transform: capitalize;
  }
}
.page-service-managment-header .users a:not(.add-user):not(.btn-actions) {
  background: #5fc663;
}

.page-service-managment-header .users a:not(.add-user):hover img {
  opacity: 0.7;
}

.page-service-managment-header .users a img {
  display: block;
  width: 35px;
  height: 35px;
}

.account-header {
  margin-top: 50px;
  height: 70px;
}

@media (max-width: 767px) {
    .account-header {
        margin-top: 20px;
    }
    #client-details-form .user-data {
        padding: 0 15px;
    }
}

.account-header .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
}

.account-header .user .account-info {
  margin-left: 10px;
}

.account-header .user .account-info .account-text {
  color: #2c3d50;
  font-size: 20px;
  line-height: 18px;
}


.page-service-managment-content {
  margin-top: 50px;
}

.table-header.service-nav-top {
  margin-top: -74px;

  float: right;
}

.page-service-managment-content .service-navigation.service-nav-top {
  margin-top: -74px;

    float: right;
}

@media (max-width: 767px) {
  .table-header.service-nav-top,
  .page-service-managment-content .service-navigation.service-nav-top {
    margin-top: 0;
    z-index: 1;
    position: relative;
    float: none;
  } 
  #csr-keys-table,
  #ssl-certificates-table,
  #private-keys-table {
    position: relative;
    top: -50px;
  }
  #spam-rules {
        margin-top: -35px;
  }
}
.page-service-managment-content .service-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  margin-bottom: 10px;

  -webkit-box-pack: justify;
  justify-content: space-between;
}
.headback {
  display: none;
}
@media (max-width: 767px) {
  .hide-overflow {
      background: #fff;
      width: 100%;
      position: absolute;
      height: 17px;
      bottom: 0;
  }
  .page-service-managment-content .service-navigation .nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 17px;
  }
  .headback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
  }
  .headback h2 {
    font-size: 17px;
    font-weight: 700;
  }
  .headback .btn.btn-link {
    color: #2c3d50;
    padding: 10px 4px 10px 0;
    text-align: left;
  }
  .headback .btn.btn-link .zmdi {
    width: 24px;
    height: 24px;
  }
}

.page-service-managment-content .service-navigation .domain-tooltips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .hosting-header .hosting-tooltips .btn-primary,
  .page-service-managment-content .service-nav-top .header-search .btn-primary,
  .page-service-managment-content .service-navigation .domain-tooltips .btn-primary {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 44px;
      height: 44px;
      z-index: 10;
      box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.25);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
}

.service-nav-top .header-search .btn,
.page-service-managment-content .service-navigation .domain-tooltips > * {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .page-service-managment-content {
    margin-top: 10px;
  }
}

.page-service-managment-content .content-title {
  margin: 0;
  color: #2c3d50;
}

.page-service-managment-content .content-description {
  margin: 0;
  margin-top: 35px;
  margin-bottom: 35px;
  color: #9ca0a6;
  font-size: 14px;
}

.page-service-managment-content .domain-tooltips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .page-service-managment-content .domain-tooltips {
    position: absolute;
    right: 0;
    bottom: -50px;
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .page-service-managment-content .domain-tooltips.more-actions-files {
    bottom: -127px;
  }
}

.page-service-managment-content .domain-tooltips > * {
  margin-left: 10px;
}

.module-header {
  margin-bottom: 40px;
}

.module-header .module-header-title {
  color: #2c3d50;
}

.module-header p {
  margin: 0;
  color: #9ca0a6;
  color: #9ca0a6;
  font-size: 14px;
}

.section {
  margin-bottom: 70px;
}

.mini-quota-email-tooltip .left input {
  padding: 8px;
}

.mini-quota-email-tooltip .left label .icheck-item {
  margin-right: 5px;
}

.mini-quota-email-tooltip .left {
  padding-right: 10px;
}

.mini-quota-email-tooltip .right label .icheck-item {
  margin-right: 5px;
}

.mini-quota-email-tooltip .right {
  padding-left: 10px;
}

.module-sub-header {
  margin-bottom: 40px;
}

.module-sub-header .module-header-title {
  color: #2c3d50;
}

.module-sub-header p {
  margin: 0;
  color: #9ca0a6;
  color: #9ca0a6;
  font-size: 14px;
}

.page-service-managment-domains .service-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.page-service-managment-domains .service-navigation .domain-tooltips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .page-service-managment-domains .service-navigation .domain-tooltips {
    position: absolute;
    right: 0;
    bottom: -70px;
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

.page-service-managment-domains .service-navigation .domain-tooltips > * {
  margin-left: 10px;
}

.page-hosting-content {
  margin-top: 30px;
}

.page-account-content {
    margin-top: 50px;
}




.login-link {
  text-align: center;
  margin: 20px auto 0;
  margin-top: 15px;
  color: #9ca0a6;
  text-align: center;
}

@media (max-width: 767px) {
    .page-account-content,
    .page-hosting-content {
      margin-top: 0;
    }
    .login-link {
        display: none;
    }
}

.login-link a {
  color: #2c3d50;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.login-link a:hover {
  color: #5fc663;
}

.page-login .container {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;*/
  /*min-height: 800px;*/
/*
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;*/
}

.page-login .container .register {
  margin-top: 15px;
  color: #9ca0a6;
  text-align: center;
}

.page-login .container .register a {
  color: #2c3d50;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-login .container .register a:hover {
  color: #5fc663;
}

.login-form {
  padding: 30px;
  border: 1px solid #dde0e4;
}

.login-form .login-form-title {
    margin: 0 0 25px 0;
    font-size: 22px;
    margin-top: -5px;
    font-weight: 700;
}

.login-form .pwreset a {
  color: #2c3d50;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.login-form .pwreset a:hover {
  color: #5fc663;
}

.login-form .text-or {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #2c3d50;
}

.login-form #login {
  font-size: 13px;
}

.login-form .login-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  justify-content: center;
}

.login-form .login-icons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 8px;
  width: 44px;
  height: 44px;
  border: 1px solid #2c3d50;
  border-radius: 44px;
  color: #2c3d50;
  font-size: 19px;
  -webkit-transition: 0.4s;
  transition: 0.4s;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.login-form .login-icons .icon.google-plus {
  font-size: 25px;
}

.login-form .login-icons .icon:hover {
  border: 1px solid #5fc663;
  color: #5fc663;
}

.select2-container .form-control {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container .form-control.floatlabel .select2-selection__rendered {
    position: relative;
    top: 7px;
    color: #2c3d50;
}

.select2-container:focus {
  outline: 0;
}
.input-group-load-data .select2-container .select2-selection__arrow:before {
    content: none;
}
.select2-container .select2-selection__arrow:before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  height: 16px;
  content: '\f2f9';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 16px;
}

.select2-container.select2-container--open .select2-selection__arrow:before {
  z-index: 2500;
}

.select2-container.select2-selection__arrow:before {
  content: '\f2fc';
}
@media (max-width: 767px) {
  .select2-container .select2-selection__arrow:before {
    right: 68px;
  }
  .modal .select2-container .select2-selection__arrow:before {
    right: 20px;
  }
}
@media (min-width: 768px) {
  .select-xlg.form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;

    -ms-flex-line-pack: center;
    align-content: center;
  }
}

.select2-container {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
}

.select2-container--disabled {
  background: #f4f4f4;
}

.select2-container.select2-container--open .form-control {
  z-index: 2051;
  border: none;
}

.select2-container .normal-select {
  position: relative;
  padding: 10px 20px;
  color: #2c3d50;
  font-size: 14px;
}

.select2-container.select2-container--open .form-control {
  border: none;
}

.select2-container .search-select {
  position: relative;
  padding: 10px 20px;
  color: #9da5ae;
  font-size: 14px;
}

.select2-container .search-packages {
  padding: 0;
}

.select2-container .search-packages .select2-selection__rendered {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding: 3px 20px;
  width: 100%;

  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
}
@media (max-width: 767px) {

    .select2-container .search-packages {
        height: 55px;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    .select2-container .search-packages .select2-selection__rendered {
        height: 55px;
        max-width: 75%;
    }
    .page-service-managment-header {
        margin-top: 0;
        margin: -4px -15px 0;
    }
}

.select2-container .search-packages .select2-selection__rendered .inner {
  margin-left: 20px;
  height: 50px;
}

.select2-container .search-packages .select2-selection__rendered .inner .name {
  color: #2c3d50;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
@media (max-width: 767px) {
    .select2-container .search-packages .select2-selection__rendered .inner .name {
      line-height: 18px;
    }
    .select2-container .search-packages .select2-selection__rendered .inner {
        height: auto;
    }
}

.select2-container .search-packages .select2-selection__rendered .inner .description {
  margin-top: 3px;
  color: #9ca0a6;
  font-size: 12px;
}

.select2-container .search-packages .select2-selection__rendered .inner .description span {
  margin-left: 12px;
}

.select2-container .search-packages .select2-selection__rendered .inner .description span:first-child {
  margin-left: 0;
}

@media (min-width: 768px) {
  .select2-container .search-packages.select-xlg .select2-selection__rendered .inner .name {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }
}

.select2-container .search-packages.select-xlg .select2-selection__rendered .inner .description {
  font-size: 12px;
  line-height: 12px;
}

.select2-container.select2-container--open .form-control {
    z-index: 2051;
    border: 1px solid transparent;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.select2-container.select2-container--open .form-control.select-xlg {
    box-shadow: none;
}

.select2-container.select2-container--open .select2-selection__arrow:before {
  content: '\f2fc' !important;
  transform: rotate(0deg);
}

.select2-container .select2-selection__arrow:before {
  content: '\f2fc' !important;
  transform: rotate(180deg);
}

.select2-container .data-tables-length {
  position: relative;
  display: block;
  color: #2c3d50;
  text-align: center;
}

.select2-container .data-tables-length .select2-selection__arrow:before {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  height: 16px;
  content: '\f2f9';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 16px;
}



.header-tooltip.btn.btn-primary i {
    width: initial;
    height: initial;
}

.dataTables_length label {
  margin-top: 0;
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.dataTables_length label span {
  margin-right: 0;
  color: #232f3a;
}

.dataTables_length .select2-container {
  padding-left: 10px;
}

.dataTables_length .select2-container .select2-selection {
  display: block;
}

.dataTables_length .select2-container .select2-selection .select2-selection__arrow:before {
  right: 11px;
  color: #9ca0a6;
}

.apps-cats .select2-container {
  margin-top: 4px;
  margin-left: 5px;
  width: auto !important;
  color: #2c3d50;
  font-size: 17px;
}

.apps-cats .select2-container .select2-selection .select2-selection__arrow:before {
  right: auto;
  display: inline-block;
  margin-left: 10px;
}

.select2-dropdown {
  position: absolute;
  left: -100000px;
  z-index: 100051;
  display: block;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  background-color: white;
}

.select2-dropdown .select2-results .select2-results__options {
  overflow: auto;
  max-height: 500px;
}

.select2-results {
  display: block;
}

.select2-results__options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select2-container--open .select2-dropdown {
  left: 0;
  top: -1px;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-dropdown.normal-dropdown .select2-results {
  padding: 4px 0;
  border-top: 1px solid #eaeaea;
}

.select2-dropdown.normal-dropdown:before {
  position: absolute;
  top: -44px;
  z-index: 666;
  z-index: -1;
  width: 100%;
  height: calc(100% + 44px);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
  content: '';
}

.select2-dropdown.normal-dropdown.select2-dropdown--above:before {
  top: 0;
  bottom: 0;
}

.select2-dropdown.normal-dropdown .select2-results__options {
  padding: 7px 0 12px 0;
}

.select2-dropdown.normal-dropdown .select2-results__options .select2-results__option {
  padding: 9px 20px;
  color: #9ca0a6;
  font-size: 12px;
}

.select2-dropdown.normal-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #2c3d50;
}

.select2-dropdown.search-dropdown {
  margin-top: -44px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.select2-dropdown.search-dropdown.select2-dropdown--above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 44px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
}

.select2-dropdown.search-dropdown .select2-search {
  position: relative;
  padding: 0 20px;
}

.select2-dropdown.search-dropdown .select2-search input {
  padding: 0;
  height: 44px;
  border: 0;
}

@media (max-width: 767px) {
    .select2-dropdown.search-dropdown .select2-search input {
      height: 55px;
    }
}

.select2-dropdown.search-dropdown .select2-results__options {
  padding: 7px 0 12px 0;
  border-top: 1px solid #e4e4e4;
}

.select2-dropdown.search-dropdown .select2-results__options .select2-results__option {
  padding: 9px 20px;
  color: #9ca0a6;
  font-size: 12px;
}

.select2-dropdown.search-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #2c3d50;
}

.select2-dropdown.search-packages-dropdown .select2-results__options .select2-results__option[aria-selected=true] .service-flag {
        width: 26px;
}

.select2-dropdown.search-packages-dropdown .select2-results__options .select2-results__option[aria-selected=true] .name {
    font-size: 20px;
}

/*.select2-dropdown.search-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted .name {
    font-size: 20px;
}*/

/*.select2-dropdown.search-dropdown .select2-results__options .select2-results__option img {
    width: 20px;
}
.select2-dropdown.search-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted img {
    width: 25px;
}*/

.select2-dropdown.search-packages-dropdown .select2-results__options {
  padding: 16px 0 10px 0;
  border-top: 1px solid #e4e4e4;
}

.select2-dropdown.search-packages-dropdown .select2-results__options li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.select2-dropdown.search-packages-dropdown .select2-results__options li.select2-results__option--highlighted {
  opacity: 1;
}

.select2-dropdown.search-packages-dropdown .select2-results__options li .inner {
  margin-left: 20px;
}

.select2-dropdown.search-packages-dropdown .select2-results__options li .inner .name {
  color: #2c3d50;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
}

.select2-dropdown.search-packages-dropdown .select2-results__options li .inner .description {
  margin-top: 0;
  color: #9ca0a6;
  font-size: 12px;
}

.select2-dropdown.search-packages-dropdown .select2-results__options li .inner .description span {
  margin-left: 10px;
}

.select2-dropdown.search-packages-dropdown .select2-results__options li .inner .description span:first-child {
  margin-left: 0;
}

@media (min-width: 768px) {
  .select2-dropdown.select-xlg-drop-down {
    margin-top: -70px;
  }
  .search-packages-dropdown .select2-search:after {
      /*position: absolute;
      top: 0;
      right: 20px;
      bottom: 0;
      margin: auto;
      height: 16px;
      content: '\f2fc';
      font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
      font-size: 16px;*/
  }
  .select2-dropdown.select-xlg-drop-down .select2-search input {
    height: 70px;
  }
  .select2-dropdown.select-xlg-drop-down .select2-results__options li .inner .name {
    font-weight: 400;
  }
  .select2-dropdown.select-xlg-drop-down .select2-results__options li .inner .description {
    margin-top: 4px;
  }
}
.select2-container .search-packages.select-xlg .select2-selection__rendered .inner .description .form-tooltip-hover,
.select2-dropdown.select-xlg-drop-down .select2-results__options li .inner .description .form-tooltip-hover {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 230px;
}


.select2-search--dropdown {
  display: block;
}

.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-dropdown.data-tables-length-dropdown {
  margin-left: -3px;
  width: 60px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.select2-dropdown.data-tables-length-dropdown:before {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 4px 6px 4px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: '';
}

.select2-dropdown.data-tables-length-dropdown.select2-dropdown--above {
  margin-top: -3px;
}

.select2-dropdown.data-tables-length-dropdown.select2-dropdown--above:before {
  top: auto;
  right: 8px;
  bottom: -6px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select2-dropdown.data-tables-length-dropdown.select2-dropdown--below {
  margin-top: 10px;
}

.select2-dropdown.data-tables-length-dropdown.select2-dropdown--below:before {
  top: -6px;
  right: 8px;
}

.select2-dropdown.data-tables-length-dropdown .select2-results {
  padding: 4px 0;
}

.select2-dropdown.data-tables-length-dropdown .select2-results__options .select2-results__option {
  display: block;
  padding: 10px 2px;
  color: #9ca0a6;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  font-size: 13px;
}

.select2-dropdown.data-tables-length-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #2c3d50;
}

.select2-dropdown.dropdown-bootstrap-dropdown {
  margin-left: 28px;
  padding: 0 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.select2-dropdown.dropdown-bootstrap-dropdown:before {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 4px 6px 4px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: '';
}

.select2-dropdown.dropdown-bootstrap-dropdown.select2-dropdown--above {
  margin-top: -3px;
}

.select2-dropdown.dropdown-bootstrap-dropdown.select2-dropdown--above:before {
  top: auto;
  right: 8px;
  bottom: -6px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select2-dropdown.dropdown-bootstrap-dropdown.select2-dropdown--below {
  margin-top: 10px;
}

.select2-dropdown.dropdown-bootstrap-dropdown.select2-dropdown--below:before {
  top: -6px;
  right: 8px;
}

.select2-dropdown.dropdown-bootstrap-dropdown .select2-results {
  padding: 4px 0;
}

.select2-dropdown.dropdown-bootstrap-dropdown .select2-results__options .select2-results__option {
  display: block;
  padding: 10px 2px;
  color: #9ca0a6;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  font-size: 13px;
}

.select2-dropdown.dropdown-bootstrap-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #2c3d50;
}

.select2-close-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  margin: 0;
  padding: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  border: 0;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
th.dow {
  color: #9ca0a6 !important;
  font-weight: 100;
  font-size: 12px !important;
}

.bootstrap-datetimepicker-widget {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15) !important;
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 20px;
  width: 19em;
  border: 0;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  position: absolute;
  display: inline-block;
  content: '';
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom {
  top: 44px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  top: -7px;
  left: 7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  top: -6px;
  left: 8px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top {
  bottom: 44px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  bottom: -7px;
  left: 6px;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  bottom: -6px;
  left: 7px;
  border-top: 6px solid white;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right {
  right: -107px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  right: 6px;
  left: auto;
  border: 0 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  right: 130px;
  left: auto;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  margin: 0;
  width: 54px;
  font-weight: bold;
  font-size: 12px;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  color: #2c3d50 !important;
  text-align: center;
  font-weight: 400;
  font-size: 18px !important;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  width: 100%;
  height: 2.5em;
  line-height: 2.5;
}

.bootstrap-datetimepicker-widget table {
  margin: 0;
  width: 100%;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  border-radius: 3px;
  text-align: center;
}

.bootstrap-datetimepicker-widget table th {
  width: 20px;
  height: 20px;
  color: #9ca0a6;
  font-size: 12px;
  line-height: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
  color: #2c3d50;
  font-size: 18px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table .next,
.bootstrap-datetimepicker-widget table .prev {
  opacity: 0.5;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  padding-bottom: 25px;
  font-size: 18px;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td {
  width: 54px;
  height: 54px;
  color: #9ca0a6;
  font-size: 12px;
  line-height: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  margin: 5px !important;
  height: 20px;
  color: #777777;
  font-size: 12px;
  line-height: 20px;
}

.bootstrap-datetimepicker-widget table td.day {
  width: 20px;
  height: 20px;
  color: #9ca0a6;
  line-height: 20px;
}

.bootstrap-datetimepicker-widget table td.day.disabled {
  opacity: 0.5;
}

.bootstrap-datetimepicker-widget table td.day.old, .bootstrap-datetimepicker-widget table td.day.new {
  visibility: hidden;
}

.bootstrap-datetimepicker-widget table td.day.old:hover, .bootstrap-datetimepicker-widget table td.day.new:hover {
  background: transparent;
}

.bootstrap-datetimepicker-widget table td.day.new {
  display: none;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  border-radius: 0;
  background: #5fc663;
  color: white;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #9ca0a6;
  opacity: 0.5;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #5fc663;
  content: '';
}

.bootstrap-datetimepicker-widget table td.active {
  border: 1px solid #e4e4e4;
  background-color: white;
  color: #9ca0a6;
}

.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #5fc663;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  margin: 2px 1.5px;
  width: 54px;
  height: 54px;
  border-radius: 3px;
  line-height: 54px;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #5fc663;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #5fc663;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-group.date input {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.icheck-label,
.iradio-styled {
  cursor: pointer;
}

.checkbox-styled > input {
  opacity: 0;
}

.checkbox-styled {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border: 2px solid #e4e4e4;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.checkbox-styled:hover {
  border: 2px solid #63c767;
}

.checkbox-icon {
  display: inline-block;
  margin-right: 20px;
  width: 120px;
  height: 105px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}

.checkbox-icon .icheck-label {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.checkbox-icon.checkbox-icon-filled .checkbox-styled.checked {
  background: #5fc663;
  box-shadow: 0px 0px 0px 1px rgba(95,198,99,1);
  border-radius: 3px;
}

.checkbox-icon.checkbox-icon-filled .checkbox-styled.checked:before {
  background: #fff;
  color: #5fc663;
}

.checkbox-icon .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
  font-size: 58px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media (max-width: 767px) {
  .checkbox-icon .checkbox-wrapper {
    padding: 10px 0;
  }
}

.checkbox-icon .checkbox-wrapper span {
  position: relative;
  z-index: 1000;
  display: inline-block;
  margin: 0 0 0 0;
  font-size: 14px;
}

.checkbox-icon .checkbox-wrapper .child-checked {
    color: #fff;
}

@media (max-width: 767px) {
  .checkbox-icon .checkbox-wrapper span {
    font-size: 12px;
  }
}

.checkbox-icon .checkbox-wrapper.child-checked span {
  position: relative;
  z-index: 2;
  color: #fff;
}

.checkbox-icon .checkbox-wrapper i {
  margin: 10px auto;
  font-size: 34px;
}

.checkbox-icon .checkbox-wrapper img {
  margin: 10px auto;
  width: 33px;
  height: 33px;
}

@media (max-width: 767px) {
  .checkbox-icon .checkbox-wrapper img {
    margin: 5px auto;
  }
}

.checkbox-icon .checkbox-styled {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.checkbox-icon .checkbox-styled:before {
  top: 50%;
  right: 0;
  left: 0;
  margin: -20px auto;
}

.checkbox-icon .checkbox-styled.checked {
  border: 4px solid #5fc663;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}

.checkbox-icon .checkbox-styled.checked:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -25px auto;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #5fc663;
  color: #fff;
  content: "\f26b";
  font-size: 30px;
  line-height: 32px;
  opacity: 1;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.checkbox-icon.child-checked span {
  position: relative;
  z-index: 2;
  color: #fff;
}

.checkbox.checkbox-icon.child-checked {
  border: 0;
}

.checkbox.checkbox-icon.child-checked:hover {
  border: 0;
}

.checkbox.checkbox-icon.child-checked .checkbox-wrapper span {
  color: #5fc663;
}

.icheck-label:hover > .checkbox-styled,
.checkbox-styled.hover,
.checkbox-styled:hover,
.checkbox-styled.checked {
  border: 2px solid #63c767;
}

.checkbox-styled.disabled,
.checkbox-styled.disabled:hover,
.checkbox-styled.disabled:active,
.checkbox-styled.disabled:focus,
.icheck-label:hover > .checkbox-styled.disabled {
  border: 1px solid #e4e8f0;
  cursor: not-allowed;
}

.checkbox-styled:before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 18px;
  height: 18px;
  color: #5fc663;
  content: "\f26b";
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Material-Design-Iconic-Font';
  line-height: 16px;
  opacity: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.iradio .checkbox-styled {
  border-radius: 50%;
}

.iradio .checkbox-styled:before {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5fc663;
  content: "";
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Material-Design-Iconic-Font';
  line-height: 16px;
  opacity: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.checkbox-styled.checked:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkbox > label,
.checkbox-inline {
  position: relative;
}

.checkbox > label > .checkbox-styled,
.radio label,
.checkbox label,
.checkbox-inline > .checkbox-styled {
  top: 0px;
  padding-left: 0px;
}

.checkbox label.control-label {
  display: table;
  height: 100%;
}

.checkbox label.control-label span {
  display: table-cell;
  vertical-align: top;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 30px;
}

@media (max-width: 767px) {
    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
      margin-left: 10px;
    }
    #tableInvoicesList .checkbox-cell {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -10px;
    }
    #tableInvoicesList tbody tr td:not(.checkbox-cell) {
        padding-left: 40px;
    }
    #tableInvoicesList tbody tr td.invoice-status-mobile {
        display: none;
    }
    table tbody tr td.invoice-identifier {
        color: #2c3d50;
        font-size: 13px;
        font-weight: 600;
    }
    #tableInvoicesList thead th.invoice-id-mobile {
        display: block;
        padding-left: 10px;
    }
    table tbody tr td .time-mobile,
    table tbody tr td .total-mobile {
        margin-right: 3px;
    }
    table tbody tr td.mobile-status-item {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        right: 0;
        min-width: 80px;
    }
    table tbody tr td.support-title-mobile {
        font-size: 13px;
    }

}

@media (min-width: 768px) {
    table tbody tr td .time-mobile,
    table tbody tr td .total-mobile {
        display: none;
    }
}

.checkbox-cloud label {
  padding: 30px;
  border: 1px solid #e4e4e4;
}

.hidden-content {
  display: none;
}

.qtip {
  position: absolute;
  top: -28000px;
  left: -28000px;
  z-index: 10;
  display: none;
}

.qtip.qtip-pos-tr {
  position: absolute;
  top: -28000px;
  left: -28000px;
  z-index: 10;
  display: none;
}

@media (max-width: 767px) {
  .qtip.qtip-pos-tr {
    right: 15px !important;
    left: 0 !important;
    margin-left: auto !important;
  }
  .qtip.qtip-form {
      top: 70px !important;
      /* margin-top: -100px !important; */
      /* left: 95% !important; */
      z-index: 100010 !important;
      right: 8px !important;
      margin-left: auto;
  }
    .qtip-form.qtip-pos-tc .tooltip-content:before{
        content: none;
        position: absolute !important;
        top: -6px !important;
        right: 20px !important;
        left: auto !important;
        margin: 0 auto !important;
        width: 0 !important;
        height: 0 !important;
        border-width: 0 4px 6px 4px !important;
        border-style: solid !important;
        border-color: transparent transparent #fff transparent !important;
        content: '' !important;
    }
}

.tooltip-content {
  display: none;
}

.form-tooltip {
  cursor: pointer;
}

.qtip-form {
  margin-top: 0px;
  width: 320px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.qtip-form .tooltip-content {
  display: block;
  visibility: visible;
  padding: 20px;
}

.qtip-form .tooltip-content .form-group {
  margin-bottom: 10px;
}

.qtip-form.qtip-pos-tc .tooltip-content:before {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 0 4px 6px 4px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: '';
}

.qtip-form.qtip-pos-bc .tooltip-content:before {
  position: absolute;
  bottom: -6px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width: 6px 4px 0px 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: '';
}

.qtip-form .tooltip-content .tooltip-header {
  padding-bottom: 20px;
}

.qtip-form .tooltip-content .tooltip-header h4 {
  margin-top: -4px;
  color: #2c3d50;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

/*.qtip-form .tooltip-content .tooltip-body .row {
  margin: auto -5px;
}*/

/*.qtip-form .tooltip-content .tooltip-body .row .form-group {
  padding-right: 5px;
  padding-left: 5px;
}*/

.qtip-form .tooltip-content .tooltip-body p {
  margin: 0;
  margin-top: -8px;
  color: #9ca0a6;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
}

.qtip-form .tooltip-content .tooltip-body p a {
  color: #9ca0a6;
}

.qtip-form .tooltip-content .tooltip-body p a:hover, .qtip-form .tooltip-content .tooltip-body p a:focus, .qtip-form .tooltip-content .tooltip-body p a:active {
  text-decoration: none;
}

.qtip-form .tooltip-content .tooltip-body .code-autoinfo {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}

.qtip-form .tooltip-content .tooltip-footer {
  margin-top: 20px;
}

.qtip-mass-effect {
  margin-top: -38px;
  margin-left: -22px;
  border-radius: 3px;
  z-index: 50!important;
}

.qtip-mass-effect .mass-effect-tooltip {
  padding: 5px 9px;
  border-radius: 3px;
  background: #5fc663;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
}

.qtip-mass-effect .mass-effect-tooltip:before {
  position: absolute;
  bottom: -8px;
  left: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #5fc663;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: '';
}

.qtip-mass-effect .mass-effect-tooltip ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin: 0;
  padding: 1px 0px 1px 7px;
  list-style: none;

  -webkit-box-align: center;
  align-items: center;
}

.qtip-mass-effect .mass-effect-tooltip li:first-child:after,
.qtip-mass-effect .mass-effect-tooltip li:last-child:after {
  content: none;
}

.qtip-mass-effect .mass-effect-tooltip li {
  display: inline-block;
  color: #fff;
  font-weight: 100;
  font-size: 13px;
  position: relative;
}
.qtip-mass-effect .mass-effect-tooltip li:after {
  content: '';
  width: 1px;
  height: 9px;
  position: absolute;
  background: #6cd26f;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.qtip-mass-effect .mass-effect-tooltip li:first-child {
  border-left: 0;
}

.qtip-mass-effect .mass-effect-tooltip li a:hover, .qtip-mass-effect .mass-effect-tooltip li a:active, .qtip-mass-effect .mass-effect-tooltip li a:focus {
  border: 1px solid #5fc663;
  background: #5fc663;
}

.qtip-mass-effect .mass-effect-tooltip ul li span {
  padding-right: 20px;
  font-weight: 700;
}

.qtip-mass-effect .mass-effect-tooltip ul li a {
  line-height: 22px;
  text-transform: none;
  font-weight: 400;
  min-width: auto !important;
  padding: 4px 10px;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .app-list {
    position: relative;
    /* Fix of Webkit flickering */
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
  }
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-orient: vertical;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media (max-width: 767px) {
  .apps-list-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;

    -webkit-box-align: center;
    align-items: center;
  }
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;

  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .swiper-slide-app {
    position: relative;
    -ms-flex-align: center;
    width: 100%;
    width: 80px;
    height: 100%;

    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  text-align: center;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.theme-carousel {
  margin-bottom: 50px;
}

.theme-carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 194px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.theme-carousel .swiper-slide .theme-thumb {
  position: relative;
  width: 194px;
  height: 194px;
}

.theme-carousel .swiper-slide .theme-thumb img {
  display: block;
  width: 194px;
  height: 194px;
}

.theme-carousel .swiper-slide .theme-thumb .theme-actions {
  position: absolute;
  top: 0;
  z-index: 444;
  visibility: hidden;
  padding: 43px 38px;
  width: 100%;
  height: 100%;
  background: rgba(95, 198, 99, 0.8);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.theme-carousel .swiper-slide .theme-thumb .theme-actions .btn {
  display: block;
  visibility: hidden;
  background: transparent;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.theme-carousel .swiper-slide .theme-thumb .theme-actions .btn:hover {
  border: 1px solid #fff;
}

.theme-carousel .swiper-slide .theme-thumb .theme-actions .btn:last-child {
  margin-top: 20px;
}

.theme-carousel .swiper-slide .theme-name {
  margin-top: 15px;
  color: #2c3d50;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.theme-carousel .swiper-slide:hover .theme-thumb .theme-actions {
  visibility: visible;
  opacity: 1;
}

.theme-carousel .swiper-slide:hover .theme-thumb .theme-actions .btn {
  visibility: visible;
}

.theme-carousel .swiper-slide .icon {
  position: absolute;
  top: 0;
  z-index: 444;
  display: none;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  background: rgba(95, 198, 99, 0.8);
  -webkit-transition: 0.2s;
  transition: 0.2s;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.theme-carousel .swiper-slide .icon i {
  color: #fff;
  font-size: 28px;
}

.theme-carousel .swiper-slide .selected-theme .theme-actions {
  display: none;
}

.theme-carousel .swiper-slide .selected-theme .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


body {
  padding-bottom: 70px;
}

.overlayer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #323c4f;
  content: '';
  opacity: 0;
  cursor: pointer;
  -webkit-transition: linear all .4s;
  transition: linear all .4s;
}

.overlayer.active-overlayer {
  visibility: visible;
  background: #323c4f;
  opacity: 0.8;
}

/*@media (max-width: 767px) {
    .qtip-active .overlayer {
        visibility: visible;
        opacity: 0.8;
    }
}*/

.preloader {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.preloader:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 2px solid #5fc663;
  border-radius: 100%;
  content: '';
  -webkit-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
}

.progress {
    margin-top: -4px;
    border-radius: 14px;
    position: relative;
    margin-left: 1px;
    margin-right: 1px;
}

.progress > div {
  display: block !important;
}

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

.progress .progress-bar-danger {
  background: #e74c3c;
}

.progress .progress-bar-warning {
  background: #e67e22;
}

.password-verdict {
  display: none;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .mbxs-20 {
    margin-bottom: 20px !important;
  }
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.mml-10 {
  margin-left: -10px;
}

.mr-10 {
  margin-right: 10px;
}

@media (max-width: 767px) {
    .domain-mobile-hidden,
    .hdd-size {
        display: none;
    }
    .table-products tbody .domain .description span.server-mobile-name {
        margin-left: 0;
        margin-bottom: 3px;
        display: block;
    }
}
@media (min-width: 768px) {
    .server-mobile-name {
        display: none;
    }
}

.soft-domain-container .input-group {
  width: 750px;
  margin: 30px auto;
}

.soft-domain-container .select2-selection {
  height: 72px;
    margin: 0 auto;
    border: 5px solid #5fc764;
    font-size: 18px;
    padding-left: 15px;
        line-height: 56px;
}

.soft-domain-container .select-floatlabel {
  top: 14px;
}

.soft-domain-container .select2-container .form-control.floatlabel .select2-selection__rendered {
  padding: 9px 0 0 0;
}

.soft-domain-container .select2 .select2-search__field {
  border: none;
}

.soft-domain-container .select2-selection .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.soft-domain-container .select2-container.select2-container--open .form-control {
  padding-left: 18px;
}

.select2-dropdown.search-packages-dropdown.search-dropdown {
    margin-top: -70px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
}

.select2-dropdown.search-packages-dropdown.search-dropdown .select2-search {
  height: 72px;
}
.select2-dropdown.search-packages-dropdown.search-dropdown .select2-search .select2-search__field{
  height: 100%;
  background: #fff;
}

@media (max-width: 991px) {
  .soft-domain-container .input-group {
    width: 600px;
    margin: 30px auto;
  }
}

@media (max-width: 768px) {
  .soft-domain-container .input-group {
    width: 100%;
    margin: 30px auto;
  }
  .select2-dropdown.search-packages-dropdown.search-dropdown .select2-search {
    height: 53px;
  }
  .select2-dropdown.search-packages-dropdown.search-dropdown {
    margin-top: -53px;
  }
}

@-moz-document url-prefix() { 
  .section-heading {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
  colgroup {
    display: none;
  }
} 
.ftp-account {
  display: block;
  font-weight: 700;
}

#add-new-emailsdf-popup .modal-body .redirect-to {
  position: relative;
  left: -17px;
  top: 2px;
  font-family: Lato;
}

.section-code form {
    max-width: 300px;
    margin: 0 auto;
}

.section-code .form-control {
    margin-bottom: 20px;
}

.section-code .btn-left {
    padding-right: 10px;
}
.section-code .btn-right {
    padding-left: 10px;
}
.section-code button {
      width: 139px;
      display: flex;
      justify-content: center;
}
@media (max-width: 767px) {
  .section-code button {
      margin-top: 0 !important;
  }
}
@media (max-width: 400px) {
  .section-code button {
    width: 134px;
  }
}

/*
 * contextMenu
 */
@-webkit-keyframes cm-spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
            transform: translateY(-50%) rotate(359deg);
  }
}
@-o-keyframes cm-spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
         -o-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
         -o-transform: translateY(-50%) rotate(359deg);
            transform: translateY(-50%) rotate(359deg);
  }
}
@keyframes cm-spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
         -o-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
         -o-transform: translateY(-50%) rotate(359deg);
            transform: translateY(-50%) rotate(359deg);
  }
}

@font-face {
  font-family: "context-menu-icons";
  font-style: normal; 
  font-weight: normal;

  src: url("font/context-menu-icons.eot?4yg1f");
  src: url("font/context-menu-icons.eot?4yg1f#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?4yg1f") format("woff2"), url("font/context-menu-icons.woff?4yg1f") format("woff"), url("font/context-menu-icons.ttf?4yg1f") format("truetype");
}

.context-menu-icon-add:before {
  content: "\EA01";
}

.context-menu-icon-copy:before {
  content: "\EA02";
}

.context-menu-icon-cut:before {
  content: "\EA03";
}

.context-menu-icon-delete:before {
  content: "\EA04";
}

.context-menu-icon-edit:before {
  content: "\EA05";
}

.context-menu-icon-loading:before {
  content: "\EA06";
}

.context-menu-icon-paste:before {
  content: "\EA07";
}

.context-menu-icon-quit:before {
  content: "\EA08";
}

.context-menu-icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em; 
  font-family: "context-menu-icons";
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #2980b9;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.context-menu-icon.context-menu-hover:before {
  color: #fff;
}

.context-menu-icon.context-menu-disabled::before {
  color: #bbb;
}

.context-menu-icon.context-menu-icon-loading:before {
  -webkit-animation: cm-spin 2s infinite;
       -o-animation: cm-spin 2s infinite;
          animation: cm-spin 2s infinite;
}

.context-menu-icon.context-menu-icon--fa {
  display: list-item;
  font-family: inherit;
}
.context-menu-icon.context-menu-icon--fa::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em; 
  font-family: FontAwesome;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #2980b9;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.context-menu-icon.context-menu-icon--fa.context-menu-hover:before {
  color: #fff;
}
.context-menu-icon.context-menu-icon--fa.context-menu-disabled::before {
  color: #bbb;
}

.context-menu-list {
  position: absolute; 
  display: inline-block;
  min-width: 13em;
  max-width: 26em;
  padding: .25em 0;
  margin: .3em;
  font-family: inherit;
  font-size: inherit;
  list-style-type: none;
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: .2em;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.context-menu-item {
  position: relative;
  padding: .2em 2em;
  color: #2f2f2f;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; 
  background-color: #fff;
}

.context-menu-separator {
  padding: 0; 
  margin: .35em 0;
  border-bottom: 1px solid #e6e6e6;
}

.context-menu-item > label > input,
.context-menu-item > label > textarea {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.context-menu-item.context-menu-hover {
  color: #fff;
  cursor: pointer; 
  background-color: #5fc663;
}

.context-menu-item.context-menu-disabled {
  color: #bbb;
  cursor: default; 
  background-color: #fff;
}

.context-menu-input.context-menu-hover {
  color: #2f2f2f; 
  cursor: default;
}

.context-menu-submenu:after {
  position: absolute;
  top: 50%;
  right: .5em;
  z-index: 1; 
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent transparent #2f2f2f;
  border-style: solid;
  border-width: .25em 0 .25em .25em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/**
 * Inputs
 */
.context-menu-item.context-menu-input {
  padding: .3em .6em;
}

/* vertically align inside labels */
.context-menu-input > label > * {
  vertical-align: top;
}

/* position checkboxes and radios as icons */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
  position: relative;
  top: .12em; 
  margin-right: .4em;
}

.context-menu-input > label {
  margin: 0;
}

.context-menu-input > label,
.context-menu-input > label > input[type="text"],
.context-menu-input > label > textarea,
.context-menu-input > label > select {
  display: block;
  width: 100%; 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.context-menu-input > label > textarea {
  height: 7em;
}

.context-menu-item > .context-menu-list {
  top: .3em; 
  /* re-positioned by js */
  right: -.3em;
  display: none;
}

.context-menu-item.context-menu-visible > .context-menu-list {
  display: block;
}

.context-menu-accesskey {
  text-decoration: underline;
}

.aff-elem {
  display: inline-flex !important;
  align-items: center;
  height: 40px;
  transition: 0.3s;
}
.aff-elem:hover {
  color: #5fc663;
}
.aff-elem img {
  width: 26px;
  margin-right: 5px;
  margin-left: 8px;
}
.aff-elem span {
  margin-top: -2px;
}
.aff-elem .zmdi {
  width: 26px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fc5b5b;
  margin-right: 5px;
  margin-left: 8px;
  margin-top: -2px;
  display: none;
}
.aff-elem.is-active .zmdi {
  display: flex;
}
.aff-banner .recommend {
  position: relative;
  border: none;
}
.aff-banner {
  border: 1px solid #d9dcdf;
  border-radius: 3px;
}
.aff-elem.is-active img {
  display: none;
}
.aff-banner {
  padding-bottom: 1px;
}
.aff-banner .arrow {
  position: absolute;
  top: -11px;
  right: 176px;
  bottom: -21px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 11px 11px 11px;
  border-style: solid;
  border-color: transparent transparent #d9dcdf transparent;
}
.aff-banner .arrow:after {
  opacity: 1;
  transition: opacity 0.5s;
  position: absolute;
  top: 2px;
  left: -9px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 9px 9px 9px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
}
@media (max-width: 767px) {
  .aff-banner .arrow {
    right: 94px;
  }
  .aff-elem .aff {
    display: none;
  }
  .aff-banner .recommend {
    margin-top: 0;
  }
  .aff-banner {
    position: relative;
    top: 10px;
    margin-bottom: 10px;
  }
  .aff-elem {
    height: 36px;
  }
  .aff-elem img {
    margin-right: 0;
    position: relative;
    top: 5px;
  }
  .aff-elem .zmdi {
    margin-top: 6px;
    margin-left: 0;
    margin-right: 0;
  }
}

.inner.has-status {
  display: flex;
  align-items: center;
}
.zmdi-status {
  font-size: 20px;
  margin-left: 8px;
  cursor: pointer;
}

.zmdi-warning {
  color: #f39c12;
}

.zmdi-danger {
  color: #ed6c5f;
}

.inner.has-status .tooltip-arrow {
  border: none;
  top: 100%;
  margin-left: 0px;
}

.inner.has-status .tooltip-inner {
  max-width: 320px;
  width: 100%;
  padding: 5px 15px 5px 45px;
}

.zmdi-danger + .tooltip .tooltip-inner:before {
  content: '\f1f1';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
}

.zmdi-warning + .tooltip .tooltip-inner:before {
  content: '\f1f4';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
}

.zmdi-danger + .tooltip .tooltip-inner {
  background: #ffeae9;
  border: 1px solid #ed695a;
  color: #f26a5e;
}

.zmdi-warning + .tooltip .tooltip-inner {
  background: #fae9d3;
  border: 1px solid #f39c12;
  color: #f39c12;
}

.inner.has-status .tooltip-arrow:after, .inner.has-status .tooltip-arrow:before {
	bottom: -6px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}



.inner.has-status .zmdi-danger + .tooltip .tooltip-arrow:after {
	border-color: rgba(255, 234, 233, 0);
	border-top-color: #ffeae9;
	border-width: 7px;
	margin-left: -7px;
}
.inner.has-status .zmdi-danger + .tooltip .tooltip-arrow:before {
	border-color: rgba(237, 105, 90, 0);
	border-top-color: #ed695a;
	border-width: 6px;
	margin-left: -6px;
}

.inner.has-status .zmdi-warning + .tooltip .tooltip-arrow:after {
	border-color: rgba(250, 233, 211, 0);
	border-top-color: #fae9d3;
	border-width: 7px;
	margin-left: -7px;
}
.inner.has-status .zmdi-warning + .tooltip .tooltip-arrow:before {
	border-color: rgba(243, 156, 18, 0);
	border-top-color: #f39c12;
	border-width: 6px;
	margin-left: -6px;
}

.service-inactive td.data .inner .due-date,
.service-inactive td.actions-mobile,
.service-inactive td.actions,
.service-inactive td.server,
.service-inactive td.domain {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 767px) {
  .zmdi-status {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 40px;
  }
}

.technical-domain {
  color: #2c3d50;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

/* .cached-domains {
  position: relative;
}

.cached-domains:before {
  content: '|';
  padding-left: 10px;
  padding-right: 0;
} */

.unpaid-invoices-alert {
  position: absolute;
  background: #fff;
  color: #fc5b5b;
  width: 250px;
  top: -36px;
  border: 1px solid #fc5b5b;
  border-radius: 3px;
  padding: 6px 10px;
  font-weight: 400;
  font-size: 12px;
  right: -57px;
  line-height: 14px;
}

.unpaid-invoices-alert a {
  color: #fc5b5b;
  font-weight: 700;
}

.unpaid-invoices-alert a:hover {
  color: #da3737;
}

.unpaid-invoices-alert {
	position: absolute;
	background: #fff;
	border: 1px solid #fc5b5b;
}
.unpaid-invoices-alert:after, .unpaid-invoices-alert:before {
	top: 100%;
	left: 182px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.unpaid-invoices-alert:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.unpaid-invoices-alert:before {
	border-color: rgba(252, 91, 91, 0);
	border-top-color: #fc5b5b;
	border-width: 7px;
	margin-left: -7px;
}

@media (max-width: 767px) {
  .unpaid-invoices-alert {
    top: -2px;
    right: 30px;
    width: 160px;
  }
  .unpaid-invoices-alert:after, .unpaid-invoices-alert:before {
    left: 100%;
    top: 11px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  
  .unpaid-invoices-alert:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 6px;
    margin-top: -6px;
    margin-left: initial;
  }
  .unpaid-invoices-alert:before {
    border-color: rgba(252, 91, 91, 0);
    border-left-color: #fc5b5b;
    border-width: 7px;
    margin-top: -7px;
    margin-left: initial;
  }
}