@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons.eot?avyc5g');
  src:  url('../fonts/icons.eot?avyc5g#iefix') format('embedded-opentype'),
    url('../fonts/icons.ttf?avyc5g') format('truetype'),
    url('../fonts/icons.woff?avyc5g') format('woff'),
    url('../fonts/icons.svg?avyc5g#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.add-domain-configuration-section .row .remove-row {
    display: none;
}
.add-domain-configuration-section .row.i-am-cloned .remove-row {
    display: inline-block;
}
.add-domain-configuration-section .row.i-am-cloned .remove-row .zmdi {
    cursor: pointer;
    font-size: 25px;
    margin-top: 8px;
}

.alert-border p {
    line-height: 16px;
    margin-bottom: 10px !important;
}

.icon-db:before {
  content: "\e900";
}
.icon-options:before {
  content: "\e901";
  font-size: 13px;
  position: relative;
  top: -2px;
}

.no-cursor-pointer {
    cursor: default !important;
}

body.not-found {
    padding: 0;
}

.choose-domain-to-install-app {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}

.dataTables_empty {
    text-align: center;
}

.form-group .input-left input {
    min-width: 145px !important;
}

#email-verification-button.btn-primary:not(.btn-outline) {
    cursor: default;
}

.form-group .input-left {
    padding-right: 15px;
}

.ssl-desc {
    margin-bottom: 29px;
}

.ssl-tls .table-header.service-nav-top {
    margin-bottom: 0;
    margin-top: -54px;
}

@media (max-width: 767px) {
    .ssl-tls .table-header.service-nav-top {
        margin-bottom: 9px;
        margin-top: 0;
    }
}

.ssl-tls .btn-oval {
    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;
    float: left;
    margin-left: 10px;
}

.ssl-tls .btn .zmdi {
    width: initial;
    height: initial;
}

.module-body .actions-mobile .dropdown {
    float: right;
}

.module-body .actions-mobile .dropdown-menu.pull-right {
    top: 120%;
    right: 0;
}

.module-body .actions-mobile .dropdown-menu a {
    cursor: pointer;
}

.module-body .actions-mobile .dropdown-menu:before {
    right: 18px;
}

/*.module-body .actions-mobile .dropdown.open i:before,
.module-body .actions-mobile .dropup.open i:before,
.module-body .actions-mobile .dropdown.open > a,
.module-body .actions-mobile .dropup.open > a {
    color: #fff !important;
}*/

@media (min-width: 992px) {
    .module-body .actions-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .module-body .header-actions-desktop {
        display: none;
    }
    .actions-mobile .btn-xs-only-icon {
        display: block;
        min-width: 45px;
        width: 45px;
        height: 45px;
    }
}


.ssl-tls .zmdi-help-outline {
    color: #9ca0a6;
    margin-left: 3px;
    position: relative;
    top: 2px;
    cursor: pointer;
    transition: 0.3s;
}

.ssl-tls .zmdi-help-outline:hover {
    color: #2c3d50;
    transition: 0.3s;
}

#domain-forwarders-table .addons {
    margin-top: 3px;
}

#domain-forwarders-table .addons span {
    margin-right: 7px;
}

#domain-forwarders-table .addons span > .zmdi:not(.zmdi-edit) {
    margin-left: 2px;
    position: relative;
    bottom: -1px;
}

#add-new-developer-hosting span:before {
    top: 16px;
    left: -48px;
}

.developer-access-tooltip .tooltip-body h5 {
    text-align: center;
    line-height: normal;
}
.developer-access-tooltip .tooltip-body h6 {
    color: gray;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
}
.developer-access-tooltip .tooltip-body img {
    max-width: 80px;
    width: 100%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.modal {
  padding-right: 0!important;
}
#add-hosting-tooltip .add-developer-hosting {
    width: 100%;
    height: auto;
    line-height: 16px;
}
#add-hosting-tooltip .add-hosting {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}
#add-hosting-tooltip .select2 {
    margin: 3px 0;
}
#add-hosting-tooltip .continue-button {
    margin-top: 10px;
}
#email-backups-table_wrapper .table > tbody > tr td,
#mysql-backups-table_wrapper .table > tbody > tr td {
    line-height: 35px;
}
.unread-notifications {
    margin: 0 15px;
}
.unread-notifications .zmdi {
    font-size: 18px;
}

.unread-notifications.active .zmdi-notifications-active {
    color: #fc5b5b;
}

@media (max-width: 767px) {
    #email-backups-table_wrapper .table > tbody > tr td,
    #mysql-backups-table_wrapper .table > tbody > tr td {
        line-height: normal;
    }
}

.table-products tbody .domain .notification {
    color: red;
    font-size: 22px;
    padding: 0 30px;
}

.checkbox-icon .checkbox-wrapper span.white {
    color: #fff;
}
.checkbox-icon .checkbox-wrapper.child-checked span.white {
    color: initial;
}

.page-service-managment-header .users a img {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: opacity 0.3s;
}

.page-service-managment-header .users a span {
    top: -5px;
    left: -6px;
    color: white;
    width: 22px;
    height: 22px;
    display: none;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    border: 2px solid white;
    background-color: orange;
}
.page-service-managment-header .users a.new span {
    display: block;
}

.page-service-managment-header .users a span i {
    top: -1px;
    position: relative;
}

.navbar .user .avatar .required-data-missing {
    z-index: 0;
    bottom: 0;
    right: -5px;
    color: darkred;
    font-size: 18px;
    /*padding: 0 10px;*/
    line-height: 1;
    height: 16px;
    width: 18px;
    position: absolute;
}

.navbar .user .avatar .unread-notifications {
    right: -36px;
    bottom: -5px;
    z-index: 100;
    color: #9ca0a6;
    padding: 0 10px;
    font-size: 20px;
    position: absolute;
}
.navbar .user .avatar .unread-notifications.active {
    color: red;
}

.navbar .user .avatar .logged-as-client {
    left: -12px;
    width: 24px;
    bottom: 19px;
    height: 24px;
    z-index: 100;
    font-size: 13px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    border: 3px solid white;
    background-color: #2f3e50;
}
.navbar .user .avatar .logged-as-client i {
    color: white;
}

#required-data-missing a {
    color: dodgerblue;
}

#unread-notifications .notification {
    opacity: 1;
    position: relative;
    margin-top: 10px;
    padding: 0 25px 10px 0;
    border-bottom: 1px solid #f3f3f3;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
#unread-notifications .notification.dismissed {
    right: -50px;
    opacity: 0;
}
#unread-notifications .notification:first-child {
    margin-top: 0;
}
#unread-notifications .notification:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
#unread-notifications .notification .ndate {
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
}
#unread-notifications .notification .text {
    font-size: 13px;
}
#unread-notifications .notification .dismiss {
    top: -10px;
    right: -5px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
}
#unread-notifications .notification .link {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.account-header .user img {
    width: 40px;
    height: 40px;
}

.avatar-row .avatar img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.upload-avatar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 53px;
}

.upload-avatar-row .lbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.upload-avatar-row .max-file-size {
  font-size: 12px;
  color: #9ca0a6;
  margin-left: 17px;
}

.avatar-input {
  color: #9ca0a6;
  border: none;
  vertical-align: middle;
}
.avatar-input::-webkit-file-upload-button {
  visibility: hidden;
}
.avatar-input::before {
    content: 'Wybierz zdjęcie';
    text-transform: uppercase;
    color: #9ca0a6;
    display: inline-block;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin: -3px 0px 0px -75px;
    padding: 10px 20px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    transition: 0.3s;
    position: absolute;
}
.upload-avatar-row .file-upload input[type="file"] i {
    padding-left: 77px;
    margin-bottom: -23px;
    font-size: 12px;
}
.upload-avatar-row .file-upload span {
    font-size: 12px;
    color: #9ca0a6;
    margin-left: 163px;
}

/*@media (max-width: 991px) and (min-width: 768px) {
    .upload-avatar-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}*/

@media (max-width: 767px) {
    .upload-avatar-row {
        display: none;
    }
    /*.upload-avatar-row .file-upload input[type="file" i] {
        padding-left: 0px;
        margin-bottom: -14px;
        font-size: 12px;
        margin-top: 50px;
        margin-left: -5px;
    }
    .avatar-input::before {
        content: 'Wybierz zdjęcie';
        text-transform: uppercase;
        color: #9ca0a6;
        display: inline-block;
        background: #fff;
        border: 1px solid #e4e4e4;
        border-radius: 3px;
        margin: -45px auto 0 60px;
        padding: 10px 20px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        text-align: center;
        font-weight: 700;
        font-size: 12px;
        transition: 0.3s;
        position: absolute;
    }
    .upload-avatar-row .file-upload span {
        margin: 0 auto;
    }*/

}


.avatar-input:active:before,
.avatar-input:focus:before,
.avatar-input:hover::before {
  background: #9ca0a6;
  border-color: #9ca0a6;
  color: #fff;
}
.avatar-input:active {
  outline: 0;
}
.avatar-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#tableDeveloperAccessList .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

#tableDeveloperAccessList .domains-list {
    color: #9ca0a6;
    font-weight: 400;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#tableDeveloperAccessList .domains-list span {
    display: block;
}

#tableDeveloperAccessList .avatar img {
    width: 40px;
}

.code-autoinfo input {
    border: none;
    text-align: center;
}

.invoices-price-preloader {
    padding: 0 !important;
}
.invoices-price-preloader span:before {
    left: -12px !important;
}

/*  MODALS   */

.modal-payment .checkbox-icon {
  width: 100%;
  height: 105px;
}

.modal-payment .checkbox-icon:last-child {
  margin-right: 0;
}

.modal-payment .checkbox-icon .checkbox-wrapper img {
  width: auto;
}

.modal-payment .price-discount {
  display: block;
  color: #5fc663;
  font-weight: 400;
  font-size: 13px;
}

.modal-payment .price {
  margin-bottom: 20px;
  color: #2c3d50;
  font-weight: 800;
  font-size: 28px;
}

.modal-payment .code {
  margin: 15px auto 20px;
  max-width: 266px;
}

.modal-payment .checkbox-icon .checkbox-wrapper span {
    line-height: 16px;
}

.modal-payment .modal-title {
  padding-left: 81px;
}

.modal-payment .tooltip-help-block {
  position: relative;
}

.modal-payment .tooltip-help-block i {
  right: 13px;
}

.modal-payment .cvv-code {
  padding-left: 14px;
  padding-right: 0;
}

.modal-payment .select-month,
.modal-payment .select-year {
  margin-left: 7px;
}
.modal-payment .select-month .select2-container--open .form-control,
.modal-payment .select-year .select2-container--open .form-control {
  border: 1px solid #eaeaea;
}

.modal-payment .modal-header img {
  float: left;
}

.modal-payment .head-title {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-payment .modal-body {
    margin-bottom: 0;
}

.modal-payment .head-title:after, .modal-payment .head-title:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: " ";
  pointer-events: none;
}

.modal-payment .head-title:after {
  margin-left: -8px;
  border-width: 8px;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #Fff;
}

.modal-payment .head-title:before {
  margin-left: -9px;
  border-width: 9px;
  border-color: rgba(229, 229, 229, 0);
  border-top-color: #e5e5e5;
}

.modal-payment .btn {
  height: 52px;
  margin-top: 20px;
}

.modal-payment .payment-card {
  display: none;
}

.modal-payment .card-checked .payment-card {
  display: block;
}

.modal-payment .payment-card .h4 {
  margin-top: 8px;
  margin-bottom: 24px;
}

.modal-payment li label {
  color: #2c3d50;
}

.modal-payment .list-inline {
  padding: 0;
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
}
.modal-payment .list-inline .date-label {
    margin-bottom: 20px;
}

.modal-payment .payment-card .select-floatlabel {
    color: rgb(131, 135, 128) !important;
    top: 5px !important;
}

.modal-payment .payment-card .select2-container .normal-select {
    padding: 8px 20px 8px 19px;
}

.modal-payment .select2-container .select2-selection__arrow:before {
  right: 12px;
}

.select2-container .normal-select {
  min-width: 77px;
  color: #9ca0a6;
}

.table .invoice-id {
  color: #2c3d50;
}

.payment-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {

  .modal-payment .modal-header img {
    float: none;
  }

  .modal-payment .modal-title {
    padding-left: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }

  .checkbox-icon {
    margin-right: 10px;
  }

  .checkbox-icon .checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 103px;
    padding: 20px 0;
    line-height: 15px;
  }

  .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .modal-payment .checkbox-icon .checkbox-wrapper img {
    max-width: 55px;
    height: auto;
  }

  .modal-content {
    padding: 20px;
  }

  .modal-dialog {
    display: block;
  }

  .date-label {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .modal-payment .list-inline {
    text-align: center;
  }

  .modal-payment .cvv-code {
    padding-left: 0;
  }

  .list-inline {
    margin-left: 0;
  }

  .select2-container .normal-select {
    /*width: 90px;*/
    width: auto;
    text-align: left;
  }

  .modal-payment .select-month, .modal-payment .select-year {
    padding-left: 5px;
    margin-left: 0;
  }
}

/*  RECOMMENDATIONS  */

.recommend {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding: 30px 60px;
  text-align: center;
}

.recommend-header img {
  float: left;
  width: 30px;
  margin-top: 3px;
}

.recommend-header h3 {
  padding-left: 35px;
  padding-right: 20px;
  font-weight: 700;
  margin-bottom: 17px;
}

.recommend-header h3 span {
  color: #5fc663;
}

.recommend-footer {
  margin-top: 40px;
}

.recommend-footer .input-group:first-child {
    margin-bottom: 20px;
}

.recommend-footer .input-group input {
    padding-top: 20px;
}
.recommend-footer .input-group label {
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 11px;
}

.recommend-header .share-title {
  color: #9da5ae;
}

.recommend-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommend-footer .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommend-footer .buttons .btn-circle i {
  font-size: 24px;
}

.recommend-footer .buttons .btn-circle:active,
.recommend-footer .buttons .btn-circle:focus:active,
.recommend-footer .buttons .btn-circle:hover {
  color: #fff;
  background-color: #2c3d50;
  border-color: #2c3d50;
}

.recommend-footer .buttons .btn-circle {
  color: #2c3d50;
  border-color: #99a1aa;
  width: 70px;
  height: 70px;
  margin-right: 30px;
  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;
}

.recommend-footer ul li {
  display: inline-block;
}

.recommend-footer ul li p {
  margin-right: 30px;
}

#app-install-button {
    /*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;*/
}

#app-install-button i {
    width: initial;
    height: initial;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.stats h4 {
  margin-bottom: 25px;
}

.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banners .btn {
  max-width: 160px;
}

.stats, .banners {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  width: 100%;
  padding: 23px 30px 30px;
}

.clicks {
  margin-right: 30px;
}
.stat-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clicks, .recommendations {
  padding: 12px 10px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  width: 100%;
  text-align: center;
}

.stats {
  margin-right: 30px;
}

.stats .count {
  color: #5fc663;
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
}

.finances {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    width: 100%;
    padding: 23px 30px 30px;
    width: 100%;
}

.finances h4 {
  margin-bottom: 16px;
}

.finances p:not(:last-child) {
    margin-bottom: 17px;
}
.finances p span {
    font-size: 18px;
    color: #5fc663;
    font-weight: 900;
    margin-left: 3px;
}
.info {
    text-align: center;
    margin-top: 23px;
    margin-bottom: -7px;
}
.cards p,
.info p,
.finances p {
    font-size: 14px;
}

.affiliates-table {
    margin-top: 54px;
}

.affiliates-table .table-container {
    margin-top: 20px !important;
}

@media (max-width: 767px) {
    .col-money {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
  .recommend {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .recommend-footer ul,
  .recommend-footer ul li {
    display: block;
  }

  .buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .recommend-footer ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .recommend-header img {
    float: none;
    margin-bottom: 20px;
  }

  .stat-panels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clicks {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .recommend {
    padding: 20px;
  }

  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recommend-footer ul li p,
  .recommend-footer .buttons .btn-circle:last-child {
    margin-right: 0;
  }

  .recommend-footer .buttons .btn-circle {
    width: 52px;
    height: 52px;
  }

  .recommend-header h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin-bottom: 7px;
  }

  .recommend-header img {
    margin-bottom: 10px;
  }

  .recommend-footer {
    margin-top: 25px;
  }

  .recommend-footer .input-group-btn {
    display: inline-flex;
    white-space: pre-wrap;
    margin: 10px auto 0;
    position: static;
    width: auto;
  }

  .recommend-footer .input-group-btn .btn {
    width: 104px;
  }

  .recommend-footer .input-group {
    margin: 0 auto;
  }

  .stat-panels {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .stats {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .clicks {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .clicks p, .recommendations p {
    font-size: 13px;
  }

  .stats, .banners {
    padding: 23px 20px 30px;
  }

  .clicks, .recommendations {
    padding: 12px 5px 15px;
  }

  .banners .btn {
    margin-top: 14px;
  }

  .banners p {
    margin-top: 7px;
  }
}

.box-title {
    font-weight: 400;
}

/*  CHANGE PASSWORD  */

.change-pw {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding: 30px;
}

.change-pw h4 {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}

.checkbox > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-redirect h4 {
  margin-top: -4px;
  font-weight: 400;
  font-size: 18px;
}

#add-new-emailsdf-popup .input-group .select2-selection {
    margin-right: -45px;
}

#add-new-emailsdf-popup .input-group .select2-container {
    max-width: 230px;
}

.modal-redirect .input-group .select2-selection {
    width: 230px;
}

@media (max-width: 767px) {
    .modal-redirect .i-left > .input-group  {
        margin-bottom: 10px;
    }
    .modal-redirect .input-group .select2-selection {
        width: 100%;
    }
}

.hosting-transfer-table {
    width: 100%;
    text-align: left;
}
.hosting-transfer-table .dark {
    color: #2c3d50;
}

.section-hosting-transfer .step {
    min-height: 160px;
}

.section-hosting-transfer .btn {
    margin-top: 20px;
}

.section-hosting-transfer form {
    text-align: center;
}
.section-hosting-transfer .h5 {
    text-align: left;
}
.section-hosting-transfer .h5:not(:first-child) {
    margin: 20px 0 10px;
}


.mb0 {
    margin-bottom: 0!important;
}


.modal-redirect input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9ca0a6;
}
.modal-redirect input::-moz-placeholder { /* Firefox 19+ */
  color: #9ca0a6;
}
.modal-redirect input:-ms-input-placeholder { /* IE 10+ */
  color: #9ca0a6;
}
.modal-redirect input:-moz-placeholder { /* Firefox 18- */
  color: #9ca0a6;
}

#add-new-emailsdf-popup .modal-body .zmdi,
.modal-redirect .modal-body .zmdi {
  position: absolute;
  left: 50%;
  right: 0;
}

.modal-redirect .modal-body .redirect-to {
  position: relative;
  left: -17px;
  top: 2px;
  font-family: Lato;
}
#add-new-emailsdf-popup .modal-body .zmdi:before,
.modal-redirect .modal-body .zmdi:before {
  position: relative;
  top: 15px;
  left: -4px;
}

#add-new-emailsdf-popup .i-left,
.modal-redirect .i-left {
  padding-right: 25px;
}

#add-new-emailsdf-popup .i-right,
.modal-redirect .i-right {
  padding-left: 25px;
}

.modal-redirect .checkbox-wrapper {
  padding: 10px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
}
@media (max-width: 767px) {
  #add-new-emailsdf-popup .i-left {
      padding-right: 15px;
      margin-bottom: 30px;
  }  
  #add-new-emailsdf-popup .i-right {
      padding-left: 15px;
  }
  #add-new-emailsdf-popup .modal-body .zmdi:before {
      top: -17px;
  }
  #add-new-emailsdf-popup .modal-body .redirect-to {
      top: -28px;
  }
}
@-moz-document url-prefix() {
    .modal-redirect .checkbox-wrapper .redirect-type {
        margin-top: 5px;
    }
}

.modal-redirect .checkbox-wrapper .redirect-type {
  font-size: 26px;
  font-weight: 900;
  color: #2c3d50;
  margin-bottom: 10px;
}


.modal-redirect .modal-header {
  padding-bottom: 0;
}

.modal-redirect .modal-header h4 {
  margin-bottom: 20px;
}

.modal-redirect .modal-header p {
  line-height: 21px;
  font-size: 14px;
}

.modal-redirect .modal-body h4 {
  margin-bottom: 12px;
  margin-top: 20px;
}

.modal-redirect .redirect-desc  {
    margin-top: 18px;
}
.modal-redirect .redirect-desc span {
    display: block;
    font-size: 13px;
}
.modal-redirect .redirect-desc span:first-child {
    margin-bottom: 6px;
}
.modal-dialog.modal-redirect .check-cards {
    padding-right: 0;
}
.mini-quota-ftp-tooltip .col-sm-6.left {
    padding-right: 10px;
}
.mini-quota-ftp-tooltip .col-sm-6.right {
    padding-left: 10px;
}
.mini-quota-ftp-tooltip .form-control {
    padding: 8px;
}
.mini-quota-ftp-tooltip .right label .icheck-item {
    margin-right: 4px;
}
.modal-redirect .checkbox-icon {
    margin-right: 5px;
}
.modal-redirect .checkbox-icon:last-child {
    margin-right: 0;
}
.modal-redirect .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
    .modal-redirect .redirect-desc  {
        margin-top: 15px;
    } 
}

.modal-redirect .checkbox-icon .checkbox-styled.checked:before {
  top: 35%;
  line-height: 42px;
  width: 42px;
  height: 42px;
}

.modal-redirect .checkbox-wrapper span {
  line-height: 18px;
}

.modal-redirect .checkbox-wrapper.check-checked span {
    color: #fff;
}

#app-install-modal .modal-backdrop.in {
    opacity: 0;
}

.mini-quota-email-tooltip .radio label,
#add-new-email-popup .radio label {
    margin-bottom: 0;
}

#add-new-email-popup .modal-body {
    margin-bottom: 0;
}

#add-new-email-popup .modal-footer {
    margin-top: 30px;
}

.change-pw input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9ca0a6;
}
.change-pw input::-moz-placeholder { /* Firefox 19+ */
  color: #9ca0a6;
}
.change-pw input:-ms-input-placeholder { /* IE 10+ */
  color: #9ca0a6;
}
.change-pw input:-moz-placeholder { /* Firefox 18- */
  color: #9ca0a6;
}

.redirect-edit .checkbox-icon{
    margin: 0;
}

.redirection-title .zmdi:after {
    content: none !important;
}

.modal-redirect .modal-body .redirection-title .zmdi  {
    position: static;
    color: #9ca0a6;
    transition: 0.3s;
}

.modal-redirect .modal-body .redirection-title .zmdi:hover {
    color: #2c3d50;
    cursor: pointer;
    transition: 0.3s;
}

.modal-redirect .modal-body .redirection-title .zmdi:before {
    top: 0;
    left: 0;
}

.modal-redirect .modal-body .redirection-title .zmdi {
    display: inline-block;
}

@media (max-width: 767px) {
  .change-pw {
    padding: 20px;
  }

  .modal-form .modal-content {
    padding: 20px;
  }

  .modal-redirect .checkbox-icon {
    margin-right: 20px;
  }

  .modal-redirect .modal-body .zmdi {
    display: none;
  }

  .modal-redirect .checkbox-icon:last-child {
    margin-right: 0;
  }

  .modal-redirect .modal-body .check-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .modal-redirect .check-cards .checkbox {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }

  .modal-redirect .i-left {
    padding-right: 15px;
  }

  .modal-redirect .i-left .form-group {
    margin-bottom: 6px;
  }

  .modal-redirect .i-left .form-group:after {
    content: "na";
    text-align: center;
    margin: auto;
    position: relative;
    top: 1px;
  }

  .modal-redirect .i-right {
    padding-left: 15px;
  }
}

/*  AUTH INFO LIST */

.auth-codes {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding: 0 30px;
  max-width: 480px;
}

.auth-codes tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.auth-codes .domain {
  max-width: 190px;
}

.auth-codes .copy .btn {
  height: 32px;
  line-height: 12px;
}

.auth-codes .code {
  text-align: right;
}

.auth-codes .code strong {
  color: #2c3d50;
}

.auth-codes .copy {
  text-align: right;
  padding-right: 0;
  float: right;
}

.copy-form-hidden {
  position: absolute;
  left: -999999px;
}

.btn-copy {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .auth-codes .copy {
    float: right;
    margin-top: -46px;
  }

  .auth-codes .table > tbody > tr {
    padding: 12px 0;
  }
}

.zero-data {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding: 30px;
  margin-top: 40px;
}

.service-select-icon {
    position: absolute;
    top: 0;
    width: 48px;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 999999;
}

@media (max-width: 767px) {
    .service-select-icon {
        right: 48px;
    }
}

.zero-data .zmdi {
  font-size: 54px;
  color: #9ca0a6;
}

.zero-data .icon {
  position: relative;
  margin-bottom: 24px;
  height: 60px;
}

.zero-data .icon img {
    max-width: 60px;
}

/*.zero-data .icon:before {
  content: '';
  height: 8px;
  width: 70px;
  background-color: #9ca0a6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 4px solid #fff;
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
}*/

.zero-data h5 {
  font-weight: 400;
  line-height: 21px;
}

.zero-data p {
  font-size: 14px;
  line-height: 21px;
  margin-top: 9px;
  margin-bottom: 24px;
}

.page-account-content .box-title {
  font-weight: 400;
}

@media (max-width: 767px) {
    .page-account-content .box-title {
        font-size: 18px;
    }
}

.page-account-content .box-title.box-title-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-account-content .box-title.box-title-contacts a {
    margin-right: 15px;
}

.page-account-content .table-container:not(:first-child) {
  margin-top: 62px;
}

.page-account-content .table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* remove user modal */

.modal-remove-user span {
  display: block;
}

.modal-remove-user .user-name {
  color: #2c3d50;
  font-size: 18px;
  margin-top: 16px;
}

.modal-remove-user label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4px;
  margin-bottom: 33px;
}

.modal-remove-user .modal-info h4 {
  color: #ed6c5f;
  margin-top: -4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 17px;
}

.modal-remove-user .modal-info span {
  margin-bottom: 25px;
}

.developer-info {
  visibility: hidden;
  opacity: 0;
}

.domain .status .domain-status {
  visibility: hidden;
  opacity: 0;
}

.domain .status .domain-status p {
  font-size: 13px;
  line-height: 15px;
  color: #9ca0a6;
  font-weight: 400;
}

.domain .status .domain-status:after {
  content: '';
  position: absolute;
  left: 11px;
  bottom: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
}

.domain .status,
.developer-avatar {
  position: relative;
}

.developer-avatar:hover .developer-info{
  visibility: visible;
  opacity: 1;
  transition: opacity .3s;
}
table tbody tr.inactive .actions {
    cursor: not-allowed;
}
table tbody tr.inactive:hover .domain-status,
.domain .status:hover .domain-status{
  visibility: visible;
  opacity: 1;
  transition: opacity .3s;
}

.developer-avatar .developer-info {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 45px;
  right: 0px;
  padding: 10px 20px;
}
.domain .status .domain-status {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 20px;
  left: -14px;
  white-space: nowrap;
  padding: 10px 20px;
}

.checkbox-center label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.label-small {
  font-size: 12px;
  color: #9ca0a6;
}

.uname, .ucompany, .uphone {
  display: block;
  padding-left: 55px;
  line-height: 15px;
}

.uname {
  color: #2c3d50;
}

.ucompany, .uphone {
  color: #9ca0a6;
}

.uavatar {
  width: 80px;
}

.select2-dropdown.search-dropdown.user-dropdown {
  margin-top: 0;
}

.select2-container .add-user-select {
  /*height: auto;*/
  color: #9ca0a6;
}

.user-dropdown .select2-search {
  display: none;
}

.select2-dropdown.search-dropdown.user-dropdown .select2-results__options {
  padding: 0;
}

.select2-dropdown.search-dropdown.user-dropdown .select2-results__options li {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 20px
}

.modal-add-database-user hr {
  margin-top: 0px;
  margin-bottom: 10px;
}

/*  bazy danych  */
table tbody tr td .db-name {
  display: block;
}

table tbody tr td .text-gray {
  color: #9ca0a6;
  font-size: 13px;
  padding-left: 0px
}

table tbody tr td .db-size {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
    table tbody tr td .db-size {
        margin-left: 5px;
        margin-top: -1px;
    }
}

.invoice-header h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.invoice-container .invoice-header h4 .btn {
    margin-left: 0;
    margin-right: 17px;
}

.invoice-status {
  font-size: 12px;
  position: relative;
  margin-left: 15px;
  display: inline-block;
}

.invoice-status.invoice-paid:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #5fc663;
  position: absolute;
  left: -15px;
  top: 0px;
  bottom: 0;
  margin: auto;
}

.invoice-status.invoice-canceled:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #9ca0a6;
  position: absolute;
  left: -15px;
  top: 0px;
  bottom: 0;
  margin: auto;
}

.invoice-status.invoice-returned:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #51a9e4;
  position: absolute;
  left: -15px;
  top: 0px;
  bottom: 0;
  margin: auto;
}

.invoice-status.invoice-unpaid:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fc5b5b;
  position: absolute;
  left: -15px;
  top: 0px;
  bottom: 0;
  margin: auto;
}

.invoice-status.invoice-unpaid {
  color: #fc5b5b;
}

.invoice-status.invoice-paid {
  color: #5fc663;
}

.invoice-status.invoice-canceled {
  color: #9ca0a6;
}

.invoice-status.invoice-returned {
  color: #51a9e4;
}

.access-request {
  max-width: 320px;
  text-align: center;
  padding: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}

.access-request:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -5px;
  border-style: solid;
  border-width: 0 6px 5px 6px;
  border-color: transparent transparent #ffffff transparent;
}

.access-request .col-left {
  padding-right: 5px;
}

.access-request .col-right {
  padding-left: 5px;
}

.access-request span {
  color: #9ca0a6;
  font-size: 14px;
  line-height: 21px;
  padding-top: 7px;
  padding-bottom: 15px;
  display: block;
}

.access-request h4 {
  font-size: 18px;
  font-weight: 400;
  color: #2c3d50;
}

.access-request span > strong {
  color: #2c3d50;
}
.table tr td a.btn-link.btn-delete-link:hover {
    color: #fc5b5b;
}
.table tr td .btn-link {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

/* TICKETS TABLE  */

.tickets-table .ticket-status {
    border: none;
    font-size: 13px;
    position: relative;
    padding-left: 20px;
}
.green {
    color: #5fc663;
}

.panel-ticket-details {
    margin-bottom: 20px;
}

.panel-ticket-details ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.panel-ticket-details ul li {
    padding: 0;
    padding-right: 50px;
}


@media (max-width: 767px) {
    .panel-ticket-details ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .panel-ticket-details ul li:not(:last-child) {
        margin-bottom: 5px;
    }
}

.panel-ticket-details li span {
    display: block;
}

.ticket-actions a:not(:last-child) {
    margin-right: 10px;
}

.panel-reply-ticket {
    margin-top: 20px;
    border: none;
    padding: 0;
}

.panel-reply-ticket textarea {
    padding: 20px;
}


.input-group .floatlabel.form-control {
    border-radius: 3px;
}
.ticket-attachments-message {
    color: #9ca0a6;
}
.ticket-reply .reply-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    color: #9ca0a6;
}
.ticket-reply.staff .reply-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #9ca0a6;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ticket-reply .reply-body .user {
    min-width: 60px;
    position: relative;
}
.ticket-reply .reply-body .message {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 20px;
    position: relative;
    background: #fff;
    max-width: 615px;
    width: 100%;
    line-height: 21px;
    font-size: 13px;
}
.ticket-reply.staff .reply-body .avatar {
    left: 0;
}
.ticket-reply .reply-body .avatar {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: absolute;
    right: 0;
}
.ticket-reply {
    margin-bottom: 30px;
    position: relative;
}
.ticket-reply:first-child {
    margin-top: 60px;
}
.ticket-reply.staff .date {
    margin-left: 60px;
    margin-top: 5px;
    text-align: left;
}

.ticket-reply .date {
    text-align: right;
    margin-right: 60px;
    margin-top: 5px;
}

.ticket-reply .reply-body .message:after, .ticket-reply .reply-body .message:before {
	left: 100%;
	top: 18px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ticket-reply .reply-body .message:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 6px;
	margin-top: -6px;
}

.ticket-reply .reply-body .message:before {
	border-color: rgba(95, 198, 99, 0);
	border-left-color: #eaeaea;
	border-width: 7px;
	margin-top: -7px;
}

.ticket-reply.staff .reply-body .message:after, .ticket-reply.staff .reply-body .message:before {
    right: 100%;
    left: initial;
}
.ticket-reply.staff .reply-body .message:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 6px;
	margin-top: -6px;
}
.ticket-reply.staff .reply-body .message:before {
	border-color: rgba(95, 198, 99, 0);
	border-right-color: #5fc663;
	border-width: 7px;
	margin-top: -7px;
}

.ticket-actions {

}

.panel-reply-ticket .panel-body,
.panel-reply-ticket {
    margin-top: 0;
    margin-bottom: 0;
}

.ticket-reply.staff .message {
    border: 1px solid #5fc663;
}


.ticket-reply .message .attachments {
    position: absolute;
    bottom: -25px;
    left: -6px;
}

.ticket-reply.staff .message .attachments {
    position: absolute;
    bottom: -25px;
    right: -6px;
    left: initial;
}

.ticket-reply .message .attachments button {
    background: none;
    border: none;
    color: #2c3d50;
    font-size: 13px;
    font-weight: bold;
}

.ticket-reply .message .attachments button .caret {
    color: #9ca0a6;
}

@media (max-width: 767px) {
    .ticket-actions input,
    .ticket-actions a {
        margin-bottom: 0px
    }
    .ticket-reply.staff .attachments .dropdown-menu {
        left: -50px;
    }
    .ticket-reply .attachments .dropdown-menu {
        left: 5px;
    }
    .ticket-reply .date {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }
    .ticket-reply .reply-body .message {
        padding-bottom: 60px;
    }
    .ticket-reply {
        margin-bottom: 50px;
    }
    .ticket-attachments-message {
        margin-top: 15px;
    }
}

.addondomains-table canvas {
    position:relative;
    z-index:100000;
}
/* DOMAIN REDIRECTS  */
.domain-redirects span {
    color: #9ca0a6;
    font-weight: 400;
    margin-top: 2px;
    transition: 0.3s;
}

.domain-redirects .name .addons i {
    font-size: 15px;
    position: relative;
    top: 1px;
    margin-right: 10px;
    margin-left: 2px;
}

.domain-redirects .name > .name {
    font-size: 13px;
    color: #2c3d50;
    transition: 0.3s;
}

.domain-redirects:hover > span {
    color: #5fc663;
}

.table > tbody > tr td .zmdi-edit {
    margin-left: 3px;
}

.redirect-edit {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}



a .zmdi-edit {
    opacity: 0;
    transition: 0.3s;
}

a:hover .zmdi-edit {
    display: inline-block;
    color: #5fc663;
    opacity: 1;
}

.table tr .actions a.t-open,
.form-tooltip.t-open .name,
.form-tooltip.t-open span,
.form-tooltip.t-open {
    color: #5fc663;
}

.form-tooltip.t-open .zmdi-edit {
    display: inline-block;
    color: #5fc663;
    opacity: 1;
}

.checkbox-wrapper.sibling-checked span {
    color: #fff;
}

.character-size-container {
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -2px;
}

.contact-box-header .character-size-container {
    height: 20px;
}

.character-size {
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
    right: 1px;
    top: -1px;
    left: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .character-size {
        position: relative;
    }
}

.remove-right {
    right: initial !important;
}

.account-settings-form hr {
    margin-bottom: 20px;
}

.account-settings-form .well {
    box-shadow: none;
    background-color: transparent;
    padding-bottom: 0;
}

.contacts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts-container .contact-box {
    border: 1px solid #eaeaea;
    padding: 20px 20px 0;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contacts-container .contact-box-header {
    margin-bottom: 30px;
}

.contacts-container .contact-box-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin: 0 -20px;
    padding: 0;
    border-top: 1px solid #e4e4e4;

}
.contacts-container .col-sm-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contacts-container a .zmdi {
    font-size: 16px;
}
.contacts-container a {
    font-size: 14px;
    transition: 0.3s;
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.contacts-container a:hover .zmdi-edit,
.contacts-container a:hover {
    color: #5fc663;
    transition: 0.3s;
}
.contacts-container .btn-delete-user:hover,
.contacts-container .btn-delete-user:hover .zmdi-delete {
    color: #fc5b5b;
}

.contacts-container .contact-box-footer .zmdi-edit {
    display: inline-block;
    margin-right: 5px;
    opacity: 1;
    transition: none;
}

.contacts-container .contact-box-footer .zmdi-delete {

}

.contacts-container .contact-box-add:hover .zmdi-plus {
    color: #9ca0a6;
}

.contacts-container .zmdi-plus {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 2px solid #9ca0a6;
    font-size: 19px;
    color: #9ca0a6;
    font-weight: 700;
    margin-bottom: 10px;

    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;
    transition: 0.3s;
}

.contacts-container .contact-box-add h6 {
    color: #9ca0a6;
    transition: 0.3s;
}

.contacts-container .contact-box-header span {
    display: block;
}

.account-settings-form .action-buttons {
    margin-top: 40px;
}

.contacts-container .contact-box-add {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    border-style: dashed;
    min-height: 178px;
    padding-bottom: 20px;
    transition: 0.3s;
}

.contacts-container .contact-box-add:hover {
    border-color: #5fc663;
    transition: 0.3s;
}

.contacts-container .contact-box-add:hover h6,
.contacts-container .contact-box-add:hover .zmdi {
    color: #5fc663;
    border-color: #5fc663;
    transition: 0.3s;
}

.header-title-small {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: #2c3d50;
}



/* POWIADOMIENIA  */


#toast-container {
    position: fixed;
    width: 320px;
    pointer-events: none;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;

}
#toast-container > div.rtl {
  direction: rtl;
}
#toast-container > div:hover {
  cursor: pointer;
}

.toast-top-right {
  top: 60px;
  right: 0px;
}

#toast-container .toast {
    margin-bottom: 1px;
}

#toast-container .toast-message {

}

.toast-progress {
  position: absolute;
  z-index: 9999999;
  left: 53px;
  bottom: 0px;
  height: 4px;
  background-color: #000000;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
}

.input-group-load-data .select-disabled {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.input-group .preloader {
    display: none;
}

.input-group-load-data .preloader {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-top: -12px;
    top: 50%;
    z-index: 10;
    cursor: not-allowed;
}
.input-group-load-data .preloader:before {
    width: 20px;
    height: 20px;
}

/*for ie*/
.input-group-load-data select::-ms-expand {
    display: none;
}

.input-group-load-data select {
    -webkit-appearance: none;
}
.input-group-load-data .select2-selection__arrow:before {
    content: '\f2f9';
}

tr.row-clickable {
    cursor: pointer;
}


/* szerokości kolumn w tabelach */

@media (min-width: 768px) {
    /* domeny, hosting */
    #tableServicesList th.col-1,
    #tableDomainsList th.col-1 {
        width: 40%;
    }
    #tableServicesList th.col-2,
    #tableDomainsList th.col-2 {
        width: 24%;
    }
    #tableServicesList th.col-3,
    #tableDomainsList th.col-3 {
        width: 16%;
    }
    /* faktury */
    #tableInvoicesList th.col-1,
    #tableInvoicesListPayed th.col-1 {
        width: 12%;
    }
    #tableInvoicesList th.col-2,
    #tableInvoicesListPayed th.col-2 {
        width: 22%;
    }
    #tableInvoicesList th.col-3,
    #tableInvoicesListPayed th.col-3 {
        width: 28%;
    }
    #tableInvoicesList th.col-4,
    #tableInvoicesListPayed th.col-4 {
        width: 20%;
    }

    /* tabela domeny addaddondomains */
    #addondomains-table th.col-1 {
        width: 34%;
    }
    #addondomains-table th.col-2 {
        width: 27%;
    }
    #addondomains-table th.col-3 {
        width: 39%;
    }
    /* tabela subdomeny, domain aliases -> addonsubdomains  */
    #parked-domains-table th.col-1,
    #subdomains-table th.col-1 {
        width: 39%;
    }
    #parked-domains-table th.col-2,
    #subdomains-table th.col-2 {
        width: 24%;
    }
    #parked-domains-table th.col-3,
    #subdomains-table th.col-3 {
        width: 33%;
    }

    /* pliki ftp*/
    #files-table-main th.col-1 {
        width: 4%;
    }
    #files-table-main th.col-2 {
        width: 31%;
    }
    #files-table-main th.col-3 {
        width: 17%;
    }
    #files-table-main th.col-4 {
        width: 21%;
    }
    #files-table-main th.col-5 {
        width: 20%;
    }
    /* tickets  */
    #tableTicketsList th.col-1 {
        width: 31%;
    }
    #tableTicketsList th.col-2 {
        width: 30%;
    }
    #tableTicketsList th.col-3 {
        width: 21%;
    }
}

#tableTicketsList tr {
    cursor: pointer;
}

.departments .rowflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.departments .col-flex {
    border: 1px solid #eaeaea;
    margin: 0 15px;
    flex-basis: 100%;
    transition: 0.3s;
    border-radius: 3px;
}

.departments .department-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    min-height: 160px;

    padding: 15px 0 30px;
    text-align: center;
}

.departments .col-flex:hover {
    border-color: #5fc663;
    transition: 0.3s;
}

.departments .department-box img {
    margin-bottom: 23px;
}

.departments .department-box .department-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
}

.departments .department-box h6 {
    font-size: 20px;
    font-weight: 400;
}
.departments .description {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 54px;
    max-width: 550px;
}
.page-account-content .departments .box-title {
    margin-bottom: 17px;
}

.page-account-content .table-container.tickets-table {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .departments .col-flex {
        width: 100%;
        margin: 0 0 20px;
    }
    .departments .rowflex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px;
    }
}

.page-tickets .panel-body {
    margin-top: 0;
}

.tooltip-content.smaller {
    color: #9ca0a6;
    padding: 10px 20px;
}

.domain-dns-preloader {
    padding: 0 !important;
    width: 50px;
    margin: 0 auto;
    display: block;
}
.domain-dns-preloader span {
  position: static !important;
}
.domain-dns-preloader span:before {
    left: 12px !important;
}

#hidden-install-form > div > .btn-preloader span:before {
    left: 12px !important;
}

.floatlabel-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

#set-domain-dns-modal tbody tr.domain-dns-record-template {

}

.remove-domain-dns-record {
    cursor: pointer;
    padding-left: 5px;
    transition: 0.3s;
}

.remove-domain-dns-record:hover {
    color: #ed6c5f;
    transition: 0.3s;
}

.add-new-domain-dns-record {
    cursor: pointer;
    padding-left: 5px;
    transition: 0.3s;
}

.add-new-domain-dns-record:hover {
    color: #5fc663;
    transition: 0.3s;
}

.page-account-content-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
      margin-bottom: 35px;
}

@media (max-width: 767px) {
    .page-account-content-nav {
        margin-bottom: 25px;
    }
}
.service-panels .page-account-content-nav {
    margin-bottom: 27px;
}
.service-panels .thanks-for-choose {
    margin-bottom: 34px;
}

.page-tickets .ticket-actions a i {
    width: initial;
    height: initial;
}
.page-tickets .ticket-actions a {
    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;
}
.action-buttons a {
    margin-left: 10px;
}
.action-buttons,
.page-tickets .ticket-actions  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-addon.float-addon {
    padding-top: 20px;
    padding-bottom: 6px;
    padding-right: 0;
    background: transparent;
}
.input-group-addon.float-addon label {
    position: absolute;
    top: 6px;
    left: 21px;
    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;
}
.input-group-addon.float-addon input {
    border-left: 0;
}

.bl0 {
    border-left: 0 !important;
}
.br0 {
    border-right: 0 !important;
}
.brr0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.brl0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

@media (max-width: 767px) {
    .input-group.mob-field{
        display: flex;
        flex-direction: column;
    }
    .input-group.mob-field .input-group-addon{
        width: 100%;
    }
    .input-group.mob-field .floatlabel-wrapper input.form-control{
        border-right: 1px solid rgb(234, 234, 234) !important;
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 3px !important;
        border-bottom: 0 !important;
    }
    .input-group.mob-field .form-control.first.floatlabel:focus{
        border-right-color: #c9c9c9 !important;
    }
    .input-group.mob-field .select2-selection.select2-selection--single.form-control {
        border-left: 1px solid rgb(234, 234, 234) !important;
        border-bottom-left-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
        border-top: 0 !important;
    }

    .input-group.mob-field .input-alert:first-of-type{
        top: 134px;
    }

    .has-error .mob-field{
        border: 1px solid #ed6c5f !important;
        border-radius: 3px;
    }
    .has-error .mob-field .form-control,.has-error .mob-field .input-group-addon{
        border-color: transparent !important;
    }
}

.input-group-combine input {
    padding-left: 0;
    padding-top: 20px;
}

.lang-menu .btn {
    width: 53px;
    height: 28px;
    padding: 3px;
}

.files-group {
    float: left;
    margin: 0 15px 15px 0;
}
.upload-avatar-row .files-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 0;
}

.upload-avatar-row .files-group > span {
    margin-left: 15px;
    color: #9ca0a6;
    font-size: 12px;
}

.upload-avatar-row h4 {
    font-weight: 400;
}

input[type=file] {
    display: block;
}
.file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input+label {
    cursor: pointer;
    height: 44px;
    line-height: 30px;
}
.file-input+label span {
    margin-right: 0;
    position: relative;
}
.file-input+label.added {
    border: 1px solid #5fc663;
    color: #5fc663;
    padding-left: 40px;
}
.file-input+label.added:hover,
.file-input+label.added:active,
.file-input+label.added:focus {
    border: 1px solid #fc5b5b;
    color: #fc5b5b;
    padding-left: 40px;
    background: #fff;
}
.file-input+label.added:hover span:before,
.file-input+label.added:active span:before,
.file-input+label.added:focus span:before {
    content: '\f135';
    font: normal normal normal 18px/1 'Material-Design-Iconic-Font';
    width: 22px;
    height: 22px;
}
.file-input+label.added span:before {
    content: '\f269';
    position: absolute;
    left: -27px;
    top: 50%;
    margin-top: -9px;
    font: normal normal normal 18px/1 'Material-Design-Iconic-Font';
    width: 22px;
    height: 22px;
}

.zero-data .form-tooltip.t-open {
    color: #fff;
}

.zero-data.ticket-created .zmdi {
    color: #5fc663;
}
.btn.btn-outline.btn-cancel-req:focus,
.btn.btn-outline.btn-cancel-req:active,
.btn.btn-outline.btn-cancel-req:hover {
    border: 1px solid #ed6c5f;
    background: #ed6c5f;
    color: #fff;
}

.service-panels .panel-title {
    font-weight: 400;
    font-size: 18px;
}

.select-reason {
    width: 350px;
}

.cancel-service-info {
    font-size: 14px;
    margin-top: 43px;
    margin-bottom: 23px;
}
.partial-backups-module .download-link a,
.cancel-service-info strong {
    color: #2c3d50;
}


.partial-backups-module .box-title,
.backups-tables .box-title {
    font-size: 18px;
}

.backups-tables .backup-time {
    font-size: 13px;
    color: #9ca0a6;
    font-weight: 400;
}
@media (max-width: 768px) {
    .select-reason {
        width: 100%;
    }
    .backups-tables .backup-time {
        display: none;
    }
}
.backups-tables .backup-status {
    position: relative;
    padding-left: 20px;
}
.backups-tables .backup-status:before {
    position: absolute;
    color: #5fc663;
    left: 0;
    content: '\f26b';
    font: normal normal normal 18px/1 'Material-Design-Iconic-Font';
}

.backups-tables .hosting-tooltips {
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.backups-tables .hosting-tooltips .btn .zmdi {
    width: initial;
    height: initial;

}
.backups-tables .hosting-tooltips .btn {
    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;
    float: left;
    margin-left: 10px;
}
.not-found-page .error-container .message h1 span,
.not-found-page .error-container .message h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
}
.not-found-page .message {
    margin-top: 50px;
}
.not-found-page .message .btn {
    margin-top: 22px;
}

.not-found-page .image {
    height: 350px;
    max-width: 500px;
}

.not-found-page .image img {
    width: 500px;
    height: 100%;
}

.not-found-page {
    height: 100vh;
}
.not-found-page .error-container {
    text-align: center;
    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;
        -webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
}

@media (max-width: 599px) {
    .not-found-page .error-container .message h1 span,
    .not-found-page .error-container .message h1 {
        font-size: 22px;
    }
    .not-found-page .image img {
        width: 290px;
    }
    .not-found-page .image {
        height: 250px;
    }
    .not-found-page .message {
        margin-top: 20px;
    }
}

/* Span Assassin */

#spamAssassin-table .cell-actions {
  text-align: right;
}

#spamAssassin-table .cell-actions .btn-link {
  padding-right: 0;
  padding-left: 10px;
}

.switchbox {
  margin-top: 10px;
  margin-bottom: 10px;
}
.switchbox .switch {
  margin-right: 5px;
  vertical-align: middle;
}
.switch {
  position: relative;
  height: 22px;
  width: 46px;
  cursor: pointer;
}
.switch-checkbox {
  position: absolute;
  opacity: 0;
}
.switch-handle {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  display: block;
  height: 18px;
  width: 18px;
  background-color: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
	-webkit-transition: all ease .3s;
  transition: all ease .3s;
  margin-right: 0;
}
.switch:hover .switch-handle {
  -webkit-box-shadow: 0 1px 10px -1px rgba(37,45,51, .5);
  box-shadow: 0 1px 10px -1px rgba(37,45,51, .5);
}
.switch-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #dadfe5;
  -webkit-border-radius: 12px;
  border-radius: 12px;
	-webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.switch-checkbox:checked + .switch-container {
  background-color:#5fc663
}
.switch-checkbox:checked + .switch-container:after {
  position: absolute;
  top:  0;
  left: 5px;
  z-index: 1;
  display: block;
  content: "on";
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 22px;
}
.switch-checkbox + .switch-container:after {
  position: absolute;
  top:  0;
  right: 5px;
  z-index: 1;
  display: block;
  content: "off";
  color: #8a9399;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 22px;
}
.switch-checkbox + .switch-container .switch-handle {
  right: 26px;
}
.switch-checkbox:checked + .switch-container .switch-handle {
  right: 2px;
}
.switch-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.refresh-item strong {
    margin-left: 3px;
}
@media (max-width: 500px) {
    .switch-option.spam-score {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }
    .score {
        margin-top: 10px;
    }
}
.refresh-item,
.service-conf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px !important;
    margin-bottom: 10px;
}
.refresh-item .btn {
  padding: 0;
  height: auto;
  margin-left: 8px;
}
.refresh-item .zmdi {
  color: #fff;
  background: #5fc663;
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 100%;
  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-conf label {
  margin-left: 10px;
}

.conf-panel .help {
    margin-left: 5px;
}

#toast-container {
    z-index: 10000000000000000000000000;
}

#set-cpanel-domain-dns-modal .domain-dns-record-template select {
    opacity: 1;
    padding-top: 19px;
    padding-left: 16px;
    visibility: visible;
}

#set-domain-dns-modal .modal-dialog {
    width: 720px;
}
#set-cpanel-domain-dns-modal .modal-dialog {
    width: 920px;
}

#set-domain-dns-modal .record-header, #set-cpanel-domain-dns-modal .record-header {
    display: none;
}

#set-domain-dns-modal .form-group, #set-cpanel-domain-dns-modal, .form-group {
    margin-right: 10px;
}

#set-domain-dns-modal .btn-link, #set-cpanel-domain-dns-modal .btn-link {
    padding-right: 0;
    padding-left: 10px;
}

#set-domain-dns-modal .mr0, #set-cpanel-domain-dns-modal .mr0 {
    margin-right: 0;
}

#set-domain-dns-modal h6, #set-cpanel-domain-dns-modal h6 {
    margin-bottom: 10px;
    font-weight: 400;
    color: #9ca0a6;
}

#changeScore-form .form-actions {
    margin-top: 20px;
}

#changeScore-form .score {
    max-width: 80px;
}

#changeScore-form .zmdi-help-outline {
    font-size: 18px;
    position: relative;
    top: 2px;
    transition: 0.3s;
}

#changeScore-form .zmdi-help-outline:hover {
    color: #2c3d50;
    cursor: pointer;
    transition: 0.3s;
}

@media (min-width: 768px) {
    #set-domain-dns-modal .col-xs-6, #set-cpanel-domain-dns-modal .col-xs-6 {
        width: initial;
        padding: 0;
        float: none;
    }
    #set-domain-dns-modal tbody tr.row:after,
    #set-domain-dns-modal tbody tr.row:before,
    #set-cpanel-domain-dns-modal tbody tr.row:after,
    #set-cpanel-domain-dns-modal tbody tr.row:before {
        content: none;
        margin: 0;
    }
}

@media (max-width: 767px) {
    #set-domain-dns-modal .modal-dialog, #set-cpanel-domain-dns-modal .modal-dialog {
        width: auto;
    }
    #set-domain-dns-modal h6, #set-cpanel-domain-dns-modal h6 {
        margin-bottom: 0px;
    }
    #set-domain-dns-modal .form-group, #set-cpanel-domain-dns-modal .form-group {
        margin-right: 0px;
    }
    #set-domain-dns-modal .zmdi, #set-cpanel-domain-dns-modal .zmdi {
        font-size: 22px;
    }
    #set-domain-dns-modal th,
    #set-domain-dns-modal td,
    #set-cpanel-domain-dns-modal th,
    #set-cpanel-domain-dns-modal td {
        display: block;
    }
    #set-domain-dns-modal tbody tr.row, #set-cpanel-domain-dns-modal tbody tr.row {
        display: block;
    }
    #set-domain-dns-modal tbody tr.domain-dns-record-template, #set-cpanel-domain-dns-modal tbody tr.domain-dns-record-template {
        display: none;
    }
    #set-domain-dns-modal .record-header, #set-cpanel-domain-dns-modal .record-header {
        display: block;
    }
    #set-domain-dns-modal .btn-link, #set-cpanel-domain-dns-modal .btn-link {
        padding-right: 0;
        padding-left: 10px;
    }
    #set-domain-dns-modal .action-desktop, #set-cpanel-domain-dns-modal action-desktop {
        display: none;
    }
    #set-domain-dns-modal .record-nav, #set-cpanel-domain-dns-modal .record-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.section-login .pwreset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: -10px;
}
.section-login .pwreset .checkbox {
    margin: 0;
}

.section-login .pwreset .checkbox label {
    color: #9ca0a6;
    margin-bottom: 0;
}
@media (max-width: 500px) {
    .section-login .pwreset {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;

    }
    .section-login .pwreset .checkbox {
        margin: 10px 0;
    }
    .section-login .pwreset > a {
        margin-bottom: 5px;
    }
}

.lang-menu .btn {
    width: 53px;
    height: 28px;
    padding: 5px 10px;
    position: relative;
}

.nav-down .mobile-left-menu .lang-menu ul {
    margin-top: -26px;
}

.mobile-left-menu .lang-menu ul {
    min-width: 53px;
    margin-top: -1px;
    width: 53px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 0;
}
.mobile-left-menu .lang-menu .btn {
    background: transparent;
    border: 1px solid #eeeeee;
    color: #a3a6ac;
    transition: none;
}

.mobile-left-menu .lang-menu.open .btn i:before {
    content: '\f2fc';
    color: #a3a6ac;
}

.mobile-left-menu .lang-menu.open .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid transparent;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}

.mobile-left-menu {
    position: absolute;
    left: 215px;
    top: 50%;
    margin-top: -14px;
}

@media (max-width: 767px) {
    .mobile-left-menu {
        display: none;
    }
}

.mobile-left-menu .lang-menu .zmdi {
    margin-right: 0;
    font-size: 16px;
    position: absolute;
    right: 7px;
    top: 2px;
    width: auto;
    height: auto;
}

.mobile-left-menu .lang-menu ul li a {
    padding: 5px 11px 6px 11px;
    line-height: 21px;
}

.mobile-left-menu .lang-menu ul li a img {
    transition: 0.3s;
    opacity: 0.5;
    width: 16px;
}

.mobile-left-menu .lang-menu ul li a:hover img {
    opacity: 1;
    transition: 0.3s;
}

.mobile-left-menu .btn img {
    float: left;
    width: 16px;
}

.lang-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mobile-lang-menu {
    margin-left: 13px;
    display: inline-block !important;
    margin-bottom: 10px;
    position: static;
    margin-top: 0;
}

@media (min-width: 768px) {
    .mobile-lang-menu {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .mobile-left-menu .lang-menu ul {
        display: none;
    }
    .mobile-left-menu .lang-menu.open ul {
        display: block;
    }
    .navbar .navbar-right .lang-list-item {
        height: 100%;
        line-height: initial;
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

.width100 {
    width: 100% !important;
}