/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: 'GOTHAM-VU-BOOK';
  src: url('../fonts/Font\ Gotham\ VU/Gotham VU Book.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GOTHAM-VU-BOLD';
  src: url('../fonts/Font\ Gotham\ VU/Gotham VU Book.otf');
  font-weight: normal;
  font-style: normal;
}

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300&display=swap'); */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #364250;
}

#security h3 {
  margin-top: 10px;
}

#security-history.table>tbody>tr>td,
#security-history.table>tbody>tr>th {
  padding-top: 17px;
  padding-bottom: 17px;
}

@-webkit-keyframes luclac {
  0% {
    transform: rotateZ(0deg);
  }

  25% {
    transform: rotateZ(-25deg);
  }

  50% {
    transform: rotateZ(0deg);
  }

  75% {
    transform: rotateZ(25deg);
  }

  100% {
    transform: rotateZ(0deg);
  }
}

@keyframes luclac {
  0% {
    transform: rotateZ(0deg);
  }

  25% {
    transform: rotateZ(-25deg);
  }

  50% {
    transform: rotateZ(0deg);
  }

  75% {
    transform: rotateZ(25deg);
  }

  100% {
    transform: rotateZ(0deg);
  }
}

@-webkit-keyframes la-luclac {
  0% {
    transform: rotateZ(0deg);
  }

  25% {
    transform: rotateZ(-10deg);
  }

  50% {
    transform: rotateZ(0deg);
  }

  75% {
    transform: rotateZ(10deg);
  }

  100% {
    transform: rotateZ(0deg);
  }
}

@keyframes la-luclac {
  0% {
    transform: rotateZ(0deg);
  }

  25% {
    transform: rotateZ(-10deg);
  }

  50% {
    transform: rotateZ(0deg);
  }

  75% {
    transform: rotateZ(10deg);
  }

  100% {
    transform: rotateZ(0deg);
  }
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

a:hover,
a:active {
  text-decoration: none;
  transition: 0.35s;
}

body,
input,
textarea,
select {
  font-family: 'GOTHAM-VU-BOOK' !important;
}

.container-fluid {
  margin-left: 0;
}

#mail-icon {
  width: 108px;
  height: 90px;
  background: url('../images/mail.png') no-repeat center center #57d492;
}

#upper-header {
  background: #11151e;
  height: 60px;
  line-height: 60px;
  padding-left: 24px;
  float: right;
}

#header a,
#header {
  color: #fff;
}

#lower-header {
  background: #030710;
  height: 60px;
}

#lower-header a div img {
  height: 50px;
}

body {
  background: #f4f4f4 !important;
  font-size: 14px !important;
}

.green-dropdown>div {
  background: #51c688;
}

.blue-dropdown>div {
  background: #4990d2;
}

btChangePlan:hover {
  background-color: #f6f6f6;
  color: #f4f4f4;
}

#btnLogin {
  width: 100%;
  margin-top: 0px;
  height: 45px;
  font-weight: unset;
  margin-bottom: 0px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
}

#btnLogin:hover {
  cursor: pointer;
  transition: 0.5s;
}

#welcome a {
  color: #cbcfd9;
}

#welcome a {
  font-weight: 700;
}

#summary .single {
  border-bottom: solid 1px #ebebeb;
  color: black;
}

h3 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 30px;
  margin-top: 40px;
  font-weight: 300;
  color: white;
}

h3:first-child {
  margin-top: 0px;
}

h3.not-first-child {
  margin-top: 10px;
  border-bottom: 0;
}

h3.not-first:first-child {
  margin-top: 40px;
}

.box {
  border-radius: 3px;
  background: #f4f4f4;
  padding: 30px 0px 30px 0px;
}

.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

.row-click .template_data_disk .input-small.data_disk_name {
  color: #f4f4f4;
}

.table {
  margin-bottom: 0px;
}

.icons {
  padding-left: 20px;
  padding-right: 20px;
}

.icons a {
  display: block;
}

.one-icon {
  float: left;
  text-align: center;
  width: 12.5%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.alert .text-right {
  float: right;
  margin-right: 20px;
}

.alert button {
  position: relative;
  top: -3px;
}

#welcome span {
  cursor: pointer;
  color: white;
}

.one-icon img {
  margin-bottom: 5px;
}

.one-icon a {
  font-size: 14px;
  color: white;
  margin: 0 auto 5px;
}

.one-icon:first-child {
  margin-left: 0;
}

.one-icon:nth-child(7) {
  margin-right: 0;
}

.one-news {
  padding-bottom: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  color: white;
  width: 50%;
}

.one-news.other-news {
  margin-left: 30px;
}

.one-news.other-news ul li {
  line-height: 26px;
  padding-left: 26px;
}

.one-news.other-news ul li:before {
  padding-right: 15px;
  content: '\2022';
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 78px;
  margin-left: -78px;
  text-align: right;
}

.one-news a {
  color: rgb(28, 154, 214);
}

.one-news a:hover {
  color: white;
}

.one-news ul li strong {
  color: rgb(28, 154, 214);
  line-height: 30px;
}

.one-news:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}

.one-news h4 a,
h4 {
  font-size: 24px;
  font-weight: 300;
  color: white;
  line-height: 38px;
}

.one-news h4 {
  margin-bottom: 15px;
}

.date {
  font-size: 14px;
  color: #bcc2ce;
  margin-bottom: 10px;
}

.btn {
  font-weight: 600;
}

.float-left {
  float: left;
}

#news_paging {
  color: white;
}

.btn-success {
  background-color: #fb789a;
  border-color: #fb789a;
  box-shadow: inset 0px 2px 2px 0px rgba(99, 211, 162, 1);
}

.btn:hover,
.btn:focus {
  outline: 0px !important;
}

.btn-success:hover {
  background-color: #fa5a85;
  border-color: #fa5a85;
}

#Deploy-New-Instance:hover {
  background: #f6f6f6;
  color: #f4f4f4;
}

#invoices table tbody tr th {
  border-top: none;
}

#invoices table .head tr th {
  border-bottom: none;
}

#invoices table #invoices_history tr {
  background: #f4f4f4;
}

#invoices table #invoices_history tr td {
  border-top: none;
}

#invoices_history {
  border-top: none;
}

#invoices_history tr td a.btn.btn-sm:hover {
  background: #3980c2;
}

#invoices_history tr {
  background: #f4f4f4 !important;
}

#invoices_history tr td {
  color: #f6f6f6;
}

#status_selector .label {
  margin-left: 5px;
  border-radius: 2px;
  background: #b7b7b7;
}

#status_selector .label:first-child {
  margin-left: 0px;
}

#status_selector .label-success {
  background-color: #00c60d;
}

label.label-success.arrowed-in-right.arrowed.pointer {
  background-color: #f6f6f6;
}

label.label-success.arrowed-in-right.arrowed.pointer.label-danger {
  background-color: rgb(28, 154, 214);
}

.label-success {
  background-color: rgb(28, 154, 214);
}

.table {
  border-top: none;
  border: 1px solid #364250;
  border-radius: 3px;
  background: #fff;
}

.table th {
  border: 1px solid rgb(28, 154, 214);
  border-color: rgb(28, 154, 214);
  background: rgb(28, 154, 214);
  color: #fff;
}

.table tr {
  color: white;
}

.table.table-striped.table-condensed.table-bordered.vmiddle thead tr th {
  border: none;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background: #f4f4f4;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background: #f4f4f4;
}

.news-text {
  line-height: normal;
  color: #11151e;
}

.box.news {
  display: inline-flex;
  background: #f4f4f4;
  border-top: solid 1px #384452;
}

/*.table tr td:first-child, .table tr th:first-child{
    padding-left: 30px;
}*/

#deploy-load-balancer .box.white {
  padding: 0px;
  margin-bottom: 10px;
  background: #f4f4f4;
  border: 1px solid #6b727a;
}

#deploy-load-balancer .box.white .one-load {
  color: white;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.box.white {
  background: #f4f4f4;
  border: #777e86 solid 1px;
}

.table .blue-border>td:first-child {
  padding: 0;
}

.table .blue-border>td:first-child td:first-child {
  padding: 8px;
}

.table input[type='text'],
.table select {
  width: 100%;
}

i,
em {
  font-style: initial;
}

strong,
b {
  font-weight: bold;
}

input[type='text'] {
  background: #fff;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #d4d4d8;
}

#smart_search {
  background-color: #f4f4f4;
  color: white;
}

#server-hostname input[type='text'] {
  height: 44px;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 5px;
  background-color: #f4f4f4;
}

.content {
  display: none;
}

.content.active {
  display: block;
}

.btn-primary {
  box-shadow: inset 0px 2px 2px 0px rgba(89, 168, 220, 1);
}

.btn-primary,
.btn-primary:focus {
  background-color: rgb(28, 154, 214);
  border-color: rgb(28, 154, 214);
}

.btn-primary:hover {
  background-color: #3980c2;
  border-color: #3980c2;
}

.btn-small {
  border-radius: 2px;
  padding: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding-left: 23px;
  height: 27px;
  padding-right: 23px;
  margin: 0;
}

.btn-small:hover {
  background-color: white;
  color: black;
  border-color: white;
}

#server-hostname .btn {
  width: 120px;
}

.btn-big {
  margin: 0;
  height: 77px;
  width: 100%;
  font-size: 20px;
  line-height: 63px;
  text-transform: uppercase;
}

.btn-big img {
  vertical-align: sub;
  margin-right: 15px;
}

.btn-default {
  color: #bababa;
  background-color: rgb(28, 154, 214);
  border-color: rgb(28, 154, 214);
  color: white;
}

.btn-default.btn-xs {
  background-color: #b5b5b7;
}

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

.bigger-margin {
  margin-left: -35px;
  margin-right: -35px;
}

.bigger-margin>div {
  padding-left: 35px;
  padding-right: 35px;
  color: white;
}

.bigger-margin .col-sm-6 {
  width: 100%;
}

.one-plan {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.list-container {
  border-color: #d3d4d9 #d3d4d9 #aeb0b7;
  padding: 13px;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
  border-style: solid;
  /* make square */
  min-height: 135px;
  /*margin-top : -100%;*/
}

.list-container li {
  background: rgba(0, 0, 0, 0) url('../images/li.png') no-repeat scroll left top 5px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 14px;
  padding-left: 12px;
}

.price-container {
  padding: 5px;
  background: #4990d2;
  color: #fff;
}

.black .price-container {
  background: #252c3f;
}

.green .price-container {
  background: #57d492;
}

.one-plan {
  position: relative;
}

.floating-badge {
  position: absolute;
  top: 0px;
  right: 0px;
}

.floating-badge.off {
  /*background: rgba(0, 0, 0, 0) url("../images/off-small.png") no-repeat scroll 0 0;*/
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  height: 48px;
  padding-top: 2px;
  right: 10px;
  text-align: center;
  width: 50px;
}

.floating-badge.off span {
  font-size: 22px;
  font-style: normal;
}

.one-plan.selected .list-container {
  border: 1px solid #4990d2;
  border-bottom: 0;
}

.one-plan {
  margin-bottom: 20px;
  /* make square
	padding-top   : 100%; */
  width: 100%;
}

#plans-row {
  margin-left: -10px;
  margin-right: -10px;
}

#plans-row>div {
  padding-left: 10px;
  padding-right: 10px;
}

.price-container {
  font-weight: 300;
  text-align: center;
  font-size: 30px;
  padding: 10px 0;
}

.price-container .per-hour {
  font-size: 18px;
  font-style: italic;
  margin-top: 10px;
}

.one-location {
  background: #b7b7b7;
  padding: 10px 10px;
  border-radius: 3px;
  border: 1px solid #d3d4d9;
}

.one-location.selected {
  border: 1px solid #57d492;
}

.tab-content {}

.tab-content .content {
  background: #f4f4f4;
}

.tabs {
  background: #f4f4f4;
  padding: 5px 5px 0 5px;
}

.tabs li {
  display: inline-block;
  border-radius: 3px 3px 0 0;
  padding: 15px 40px;
  font-size: 14px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
}

.tabs li.selected {
  border-bottom: 3px solid rgb(28, 154, 214);
}

.no-corner {
  margin-bottom: 0px;
  width: 164px;
  margin-right: 3px;
  border-radius: 3px 3px 0 0;
}

.no-corner.btn-success {
  background: #57d492;
  border-bottom: 5px solid #51c688;
}

.no-corner.btn-primary {
  border-bottom: 5px solid #4083c1;
}

.very-big-margin {
  margin-left: 0px;
  margin-right: 0px;
}

.very-big-margin>div {
  padding-left: 70px;
  padding-right: 70px;
}

.one-distribution {
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #d4d4d8;
  text-align: center;
}

.distribution-logo {
  width: 100%;
  padding-top: 95%;
  /*height   : 145px;*/
  cursor: pointer;
}

.distribution-logo.centos {
  background: url('../images/centos.png') no-repeat center center;
}

.distribution-logo.debian {
  background: url('../images/Debian.png') no-repeat center center;
}

.distribution-logo.ubuntu {
  background: url('../images/ubuntu.png') no-repeat center center;
}

.distribution-logo.fedora {
  background: url('../images/fedora.png') no-repeat center center;
}

.distribution-logo.coreos {
  background: url('../images/coreos.png') no-repeat center center;
}

.tab-content .content {
  padding-top: 40px;
  padding-bottom: 30px;
}

.one-networks {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dotted #d0d8e1;
}

.one-networks:first-of-type {
  margin-top: -10px;
}

.one-networks label {
  display: block;
}

.one-networks:last-child {
  border-bottom: 0;
}

.one-networks input,
.one-networks select {
  margin-top: 11px;
  float: right;
}

.one-networks input {
  background: white;
  color: black;
}

.one-networks select {
  border: 1px solid #d0d8e1;
  max-width: 225px;
  box-sizing: border-box;
  color: black;
}

.checkbox-wrapper>div:first-child {
  width: 45px;
  float: left;
}

.checkbox-wrapper>div:last-child {
  float: left;
  line-height: 23px;
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
}

.checkbox-wrapper>div:last-child label {
  display: block;
  margin-bottom: 20px;
}

.checkbox-wrapper input[type='checkbox'],
.one-networks input[type='checkbox'],
input[type='checkbox'] {
  width: 17px;
  height: 17px;
  background: #fff;
}

.one-script img {
  width: 100%;
  height: auto;
}

.one-script {
  margin-bottom: 20px;
}

.one-script a {
  display: block;
  border: 1px solid #d4d4d8;
  border-radius: 3px;
}

#scripts-wrapper {
  margin-left: -20px;
  margin-right: -20px;
}

#scripts-wrapper>div {
  padding-left: 20px;
  padding-right: 20px;
}

.delimeter {
  background: #d0d8e1;
  height: 3px;
  margin: 20px 0;
}

.a-bit-lower {
  margin-top: 2px;
}

.one-server-information {
  clear: both;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #f6f6f6;
}

.one-server-information>span.bigger {
  width: 75%;
}

.one-server-information>span.smaller {
  width: 25%;
}

.one-server-information>span {
  height: 41px;
  line-height: 41px;
  box-sizing: border-box;
  float: left;
  width: 50%;
  display: block;
  border-bottom: 1px solid #eeeff4;
}

.one-server-information>span:last-child {
  text-align: right;
}

.one-action {
  text-align: center;
  width: 95px;
}

.one-action a {
  display: block;
  margin-top: 5px;
  color: #f6f6f6;
}

.table.no-padding,
.table.no-padding td,
.table.no-padding th,
.table.no-padding tr {
  border: 0;
  background: none;
  padding: 0 !important;
}

.table.no-padding td {
  padding: 0;
}

.table.no-padding .btn {
  margin: 0;
  width: 98%;
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: calc(100% - 2px);
}

.table.no-padding .btn {
  border-radius: 3px 3px 0 0;
}

.table.no-padding td .btn {
  margin-right: 2px;
}

.table.no-padding td:last-child .btn {
  margin-right: 0;
  width: 100%;
}

.action-label {
  padding: 15px 20px;
  font-size: 18px;
  border: 1px solid #d4d4d8;
  border-top: 0;
  border-bottom: 0;
  background-color: #f4f4f4;
  color: #f6f6f6;
}

.action-label.with-bottom-border {
  border-bottom: 1px solid #d4d4d8;
}

#volumes_html {
  background: #f4f4f4;
}

.table.black-header th {
  background: #6c748b;
  padding: 10px 0;
  font-weight: bold;
}

.table.black-header td {
  background: #f4f4f4;
}

.table.black-header .blue-border table {
  border-top: 1px solid #4990d2;
  border-bottom: 1px solid #4990d2;
}

.table.black-header .blue-border th {
  background: rgb(28, 154, 214);
  color: #000;
  font-weight: normal;
  font-size: 14px;
  border-top: 1px solid #4990d2;
}

.table.black-header td,
.table.black-header th {
  border: 1px solid #d4d4d8;
  text-align: center;
}

.table.black-header .blue-border table td:first-child,
.table.black-header .blue-border table th:first-child {
  border-left: 1px solid #4990d2 !important;
}

.table.black-header .blue-border table tfoot tr:last-child td {
  border-bottom: 1px solid #4990d2 !important;
}

.blue-border table {
  /*margin-left: -1px;
    margin-right: -1px;*/
}

.table.black-header .blue-border table td:last-child,
.table.black-header .blue-border table th:last-child {
  border-right: 1px solid #4990d2 !important;
}

.table.black-header td input,
.table.black-header td select {
  text-align: center;
  height: 24px;
  line-height: 24px;
  color: #f4f4f4;
}

.wLists {
  width: 85px;
}

.edit {
  background: #eff0c8;
}

.table.black-header tr td:first-child,
.table.black-header tr th:first-child,
.table.black-header tr td:first-child,
.table.black-header tr th:first-child {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

#my-server-table.table.black-header .table-wrapper-no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.w115 {
  width: 105px;
}

.blue-border {
  display: none;
}

.lh26,
.lh26 td {
  line-height: 26px !important;
}

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

#blue-box-below-tabel {
  background: #f4f4f4;
  border: 1px solid #d4d4d8;
  border-top: 0;
  padding: 5px 20px 10px 20px;
}

#blue-box-below-tabel h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

#blue-box-below-tabel .need-assistance a {
  color: rgb(28, 154, 214);
}

#blue-box-below-tabel .row.with-lines-between {
  color: #f6f6f6;
}

.need-assistance {
  height: 42px;
  line-height: 42px;
  color: #f6f6f6;
  background: #f4f4f4;
  text-align: center;
  border-radius: 3px;
}

.centos-icon {
  position: relative;
  top: 5px;
}

#blue-box-below-tabel {
  font-size: 14px;
}

#blue-box-below-tabel ul li,
.liblue li {
  padding-left: 17px;
  background: url('../images/liblue.png') no-repeat top 3px left;
  margin-bottom: 10px;
}

i,
em {
  font-style: italic;
}

#private-network .col-xs-6:last-child {
  text-align: right;
}

#private-network .col-xs-6 {
  margin-bottom: 10px;
}

#private-note {
  margin-top: 15px;
  line-height: 22px;
  display: block;
}

.add-firewall-line {
  text-align: right !important;
}

.add-firewall-line a {
  margin-right: 10px;
}

.table.actions select {
  height: 26px;
  box-sizing: border-box;
  border: 1px solid #d4d4d8;
  margin-top: 1px;
}

.table.actions td {
  height: 30px;
  line-height: 30px;
}

.table.actions p {
  margin-bottom: -10px;
}

.edit-firewall.btn-default:focus,
.edit-firewall.btn-default {
  color: #fff;
  background: #9ea5ba;
}

.billing-box label {
  display: block;
}

#billing-info {
  border-color: #777e86;
}

#billing-info tbody tr td a.btn.btn-xs:hover {
  background-color: #3980c2;
}

#history,
#billing-info,
#history th,
#billing-info th {
  text-align: center;
}

#history th,
#billing-info th,
#history td,
#billing-info td {
  padding-top: 12px;
  padding-bottom: 12px;
}

#history th:nth-child(odd),
#billing-info th:nth-child(odd) {
  background: rgb(28, 154, 214);
}

#history th:nth-child(even),
#billing-info th:nth-child(even) {
  background: #4ea0ed;
}

#history td:nth-child(odd),
#billing-info td:nth-child(odd) {
  background: #f4f4f4;
  border-right: 1px solid;
  border-color: #777e86;
}

#history td:nth-child(even),
#billing-info td:nth-child(even) {
  background: #f4f4f4;
  border-right: 1px solid;
  border-color: #777e86;
}

#iso_url {
  color: #f4f4f4;
}

#ostypes {
  color: #f4f4f4;
}

.billing-box input[type='text'],
.billing-box input[type='password'],
.billing-box select,
.styled-input {
  width: 100%;
  background: #fff;
  height: 38px;
  box-sizing: border-box;
  line-height: 38px;
  padding: 3px;
  border: unset !important;
  box-shadow: unset !important;
  border-bottom: 2px solid #0dac50;
  /* border-radius: 3px; */
}

#panel_disabled {
  color: #909090;
}

textarea.styled-input {
  height: 155px;
  line-height: 23px;
}

.billing-box label {
  color: #f6f6f6;
  margin-bottom: 5px;
  margin-top: 20px;
}

.billing-box {
  padding-left: 60px;
  padding-right: 60px;
}

.edit-mail {
  float: right;
}

/*.mail-span{
    display: inline-block;
    width: calc(100% - 100px);    
}*/

.table-wrapper-no-padding .table.actions td:first-child {
  vertical-align: middle;
}

.btn-change-plan {
  width: 141px;
  font-size: 16px;
}

.btn-click {
  width: 100%;
  max-width: 145px;
}

.not-too-long {
  max-width: 180px;
}

.billing-box .row {
  margin-left: -80px;
  margin-right: -80px;
}

.billing-box .badge {
  border-radius: 3px;
  background: #c8c8c8;
}

.billing-box .row>div {
  padding-left: 80px;
  padding-right: 80px;
}

.billing-box label:first-child {
  margin-top: 0;
}

.billing-box .shorter {
  width: 50%;
}

.billing-box .shorter.first-shorter {
  margin-right: 10px;
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
}

.green-font {
  color: #40b276;
}

.red-font {
  color: red;
}

.billing-box>div {
  display: none;
}

.billing-box>div.active {
  display: block;
}

.billing-box input[type='checkbox'] {
  position: relative;
  top: 3px;
}

#delimeter2 {
  margin-top: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
}

.one-cc {
  height: 75px;
  line-height: 75px;
}

.one-cc:first-child {
  margin-top: 10px;
}

.one-cc>div {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.one-cc>div:first-child {
  padding-left: 0px;
}

.one-cc>div:last-child {
  padding-right: 0px;
}

.btn-bigger {
  height: 45px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  line-height: 32px;
}

#delimeter2.mt2 {
  margin-top: 25px;
}

#add_transaction {
  border-radius: 0px;
}

#add_voucher {
  margin: 0px;
  border-radius: unset;
  height: 42px;
  margin-top: -2px;
}

#add_voucher:hover {
  background: white;
  color: black;
}

#top-nav {
  background: #f4f4f4;
  padding-left: 0px !important;
  height: 45px;
  line-height: 45px;
}

#top-nav a {
  color: black;
  border-right: 1px solid black;
  line-height: 45px;
  display: block;
  float: left;
  padding-left: 60px;
  padding-right: 60px;
  height: 45px;
  background: white;
}

#top-nav a.active {
  background: rgb(28, 154, 214);
  color: white;
}

#top-nav a:last-child {
  border-right: 0;
}

.box-header {
  height: 50px;
  color: #fff;
  font-size: 15px;
  padding-left: 35px;
  background: rgb(28, 154, 214);
  line-height: 50px;
}

.box-header.with-margin {
  margin-top: 20px;
}

.lowered-marign,
.billing-box .row.lowered-marign {
  margin-left: -10px;
  margin-right: -10px;
}

.lowered-marign>div,
.billing-box .row.lowered-marign>div {
  padding-left: 10px;
  padding-right: 10px;
}

.lowered-marign .text-justify {
  line-height: 23px;
}

.lowered-padding {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.lowered-padding .btn {
  margin-bottom: 0;
}

.billing-box select.very-short {
  width: 100px;
}

.billing-box input.ultra-short {
  width: 40px;
}

.bandwidth-block {
  margin-bottom: 15px;
}

.bandwidth-block input[type='radio'].va-top {
  vertical-align: top;
  position: relative;
  top: 8px;
  margin-right: 5px;
}

.va-top-small {
  top: 1px;
  position: relative;
}

.margin-checkbox {
  margin-right: 5px;
}

.bandwidth-block span.labelspan {
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
  display: inline-block;
}

.with-min-height {
  min-height: 300px;
}

label.not-block {
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
}

.lowered-padding #delimeter2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.box-header.dark {
  background: #252c3f;
}

.box-header.text-center {
  padding-left: 0;
}

.billing-box p {
  margin: 15px 0 0 0;
}

#give-10-dollars {
  background: #ec872c;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
}

#give-10-dollars h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

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

#give-10-dollars p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

#copy-your .btn {
  margin: 0;
  vertical-align: middle;
}

.share img {
  height: 34px;
  width: auto;
  vertical-align: middle;
}

.copy-your-input {
  width: -webkit-calc(100% - 195px);
  width: -moz-calc(100% - 195px);
  width: calc(100% - 195px);
  height: 34px;
  vertical-align: middle;
}

.share {
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}

.btn-copy {
  width: 94px;
}

#copy-your>p {
  margin-bottom: 15px;
}

.delimeter-2 {
  border-bottom: 1px solid #eeeff4;
  margin: 10px 0 10px 0;
}

.delimeter-3 {
  border-bottom: 1px solid #eeeff4;
  margin: 10px 0 10px 0;
}

.use-our {
  line-height: 34px;
}

.refferal-col-1 {
  width: 220px;
}

.refferal-col-2 {
  color: #999;
}

.refferal-col-3 {
  padding-right: 30px !important;
}

#two-factor {
  padding: 30px;
}

#two-factor h4 {
  color: #f6f6f6;
}

#two-factor .btn {
  margin-top: 0;
}

#two-factor p {
  line-height: 23px;
  color: #f6f6f6;
}

#two-factor h4 {
  margin-bottom: 10px;
}

#add-an-ssh {
  padding: 30px;
}

#add-an-ssh h4 {
  color: #f6f6f6;
}

#add-an-ssh label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  margin-top: 15px;
}

#add-an-ssh h4 {
  margin-bottom: 15px;
}

#add-an-ssh .blue-font {
  color: #4990d2;
  margin-top: 10px;
}

#security-history {
  background: #f4f4f4;
}

#security-history th:last-child {
  width: 290px;
  background: #4ea0ed;
}

#security-history td:last-child {
  color: #4ea0ed;
  background: #f4f4f4;
}

#two-factor-wrapper p {
  margin: 10px 0;
  line-height: 19px;
}

.bold {
  font-weight: bold;
}

#two-factor-wrapper .btn,
#two-factor-wrapper input,
#two-factor-wrapper select {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

#two-factor-wrapper .btn {
  width: 100%;
}

.btn-default:focus {
  color: #fff;
  background-color: #aeb0b7;
  border-color: #aeb0b7;
}

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

.the-key {
  line-height: 25px;
}

#add-an-ssh .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.something {
  height: 150px;
}

.hide-ssh {
  padding-top: 45px;
}

.hide-ssh a {
  color: #4990d2;
}

#add-an-ssh textarea {
  margin-bottom: 10px;
}

#add-an-ssh .btn {
  width: 200px;
}

#load-balancers .row {
  margin-left: -50px;
  margin-right: -50px;
}

#load-balancers .row>div {
  padding-left: 50px;
  padding-right: 50px;
}

.blue-price {
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  color: #4990d2;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  top: 4px;
}

#load-balancers .delimeter {
  margin: 0;
}

.much-lowered-marign {
  margin-left: -5px;
  margin-right: -5px;
}

.much-lowered-marign>div {
  padding-left: 5px;
  padding-right: 5px;
}

.one-load {
  line-height: 17px;
  padding: 8px 4px;
  border-top: 1px solid #eeeff4;
}

.one-load img {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

.one-load:last-child {
  border-bottom: 1px solid #eeeff4;
}

#deploy-load-balancer h4 {
  background: rgb(28, 154, 214);
  margin-bottom: 0px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.small-margin-top {
  margin-top: 10px;
}

.thiner {
  font-size: 24px;
  font-weight: 300;
}

.thiner b {
  font-weight: 400;
}

.deploy-load-table {
  table-layout: fixed;
  width: 100%;
}

.deploy-load-table th {
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  background: #ebebec;
}

.deploy-load-table td {
  padding: 8px 0;
  border-bottom: 1px solid #d3d4d9;
}

.deploy-load-table td:last-child {
  text-align: right;
}

.deploy-load-table td:nth-child(2) {
  text-align: center;
}

.deploy-load-table tr:last-child td {
  border-bottom: 0;
}

.deploy-load-table td {
  line-height: 18px;
}

.deploy-load-table input[type='checkbox'] {
  vertical-align: sub;
}

.deploy-load-table img {
  vertical-align: middle;
}

.shortened {
  width: 55%;
  margin-left: 10px;
}

.with-padding {
  padding-top: 12px;
}

.lowered-padding-bottom {
  padding-bottom: 5px;
}

#load-balancer-for-only .btn {
  margin-top: 5px;
  margin-bottom: 10px;
}

.get-in-touch:hover {
  color: #000 !important;
}

.table-gray th,
.table-gray td {
  text-align: center;
}

.table-gray th {
  font-weight: bold;
  background: rgb(28, 154, 214);
}

.table-gray .btn {
  margin: 0;
}

.table-gray th:last-child {
  border-right: 0;
}

.table-gray #maintable tr {
  background-color: #f4f4f4;
}

.table-gray #maintable tr td a button {
  color: #f4f4f4;
}

.table-gray #maintable tr td a button:hover {
  color: rgb(28, 154, 214);
}

.btn-danger,
.btn-danger:hover {
  border: 1px solid #e74141;
  background: #e74141;
}

.btn-danger:hover {
  border: 1px solid #d73131;
  background: #d73131;
}

.domain-name {
  max-width: 265px;
}

.ip-address {
  max-width: 165px;
}

.gray-div {
  background: #f3f4f7;
  text-align: center;
  padding: 10px;
}

.gray-div p {
  margin-bottom: 10px;
}

.gray-div p:last-child {
  margin-bottom: 0;
}

.va-top a {
  vertical-align: top;
}

.small-table td {
  line-height: 25px;
  vertical-align: middle;
}

.small-table>tbody>tr>td {
  line-height: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: middle;
}

.small-table>tbody tr td.va-top {
  padding-bottom: 3px;
  padding-top: 7px;
}

.btn-small {
  height: 27px;

  box-sizing: border-box;
}

#my-server-table .btn-small {
  padding-left: 14px;
  padding-right: 14px;
}

#add-domain {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

#add-domain .col-sm-9 {
  padding-top: 10px;
  padding-bottom: 10px;
}

#add-domain .col-sm-3 {}

.gray-div {
  background: #f3f4f7;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  min-height: 112px;
}

#add-domain input[type='submit'] {
  height: 38px;
  position: relative;
  top: -2px;
}

#add-domain input {
  margin-right: 5px;
}

.table-gray td {
  border: 1px solid #ddd;
}

#blue-box-below-tabel.graphs h4 {
  margin: 30px 0;
}

#blue-box-below-tabel.graphs h4:first-child {
  margin-top: 20px;
}

#blue-box-below-tabel.custom-iso span {
  display: inline-block;
  margin-left: 30px;
}

#blue-box-below-tabel.custom-iso .btn {
  margin-bottom: 0;
  margin-top: 0;
}

#blue-box-below-tabel.custom-iso .btn.btn-danger {
  margin-left: 10px;
}

#blue-box-below-tabel.custom-iso {
  padding-top: 15px;
  padding-bottom: 15px;
}

#blue-box-below-tabel.custom-iso .delimeter-2 {
  margin: 20px 0 10px 0;
}

#blue-box-below-tabel.custom-iso select {
  max-width: 200px;
  height: 35px;
  position: relative;
  top: 2px;
}

#blue-box-below-tabel.custom-iso h3 {
  margin-top: 0;
}

#helpdesk-table .btn {
  margin-top: 0;
  margin-bottom: 0;
}

#helpdesk-table td:nth-child(1),
#helpdesk-table td:nth-child(3) {
  background: #f3f4f7;
}

#helpdesk-table td:nth-child(5),
#helpdesk-table th:nth-child(5) {
  text-align: right;
  width: 100px;
}

#helpdesk-table td:nth-child(3),
#helpdesk-table th:nth-child(3) {
  text-align: center;
}

#helpdesk-table th:first-child {
  width: 120px;
}

#helpdesk-table td:nth-child(3) {
  width: 90px;
}

#add-reply-form textarea {
  width: 100%;
  height: 210px;
}

#helpdesk-table td,
#helpdesk-table th {
  text-align: center;
  vertical-align: middle;
}

div.col-w-235 {
  width: 255px;
}

#server-overload-table th:first-child {
  width: 240px;
}

.server-overload-stats p {
  margin-bottom: 10px;
}

.server-overload-stats {
  margin-bottom: 20px;
}

div.col-w-235:first-child {
  padding-right: 25px;
  margin-right: 10px;
  border-right: 1px solid #d3d4d9;
}

div.col-w-235 {
  font-size: 14px;
}

div.col-w-235 span {
  float: right;
}

.breadcrumbs {
  font-size: 12px;
  border-bottom: 1px solid #d0d8e1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: white;
}

.breadcrumbs a {
  color: #4990d2;
}

#server-overload-table th,
#server-overload-table td {
  padding-left: 30px;
}

#server-overload-table th:first-child {
  background: #4990d2;
}

#server-overload-table td:first-child {
  background: url('../images/triangle.png') no-repeat top 30px right 0px #f3f4f7;
}

#open-ticket label {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 14px;
  color: #f6f6f6;
}

#open-ticket label:first-child {
  margin-top: 0;
}

#left-menu ul li.selected {
  background: #11151e;
}

#left-menu ul li.selected a {
  color: #fff;
}

#blue-box-below-tabel.blue-box-with-bigger-margin {
  padding-top: 15px;
}

.margin-minus-one {
  margin-top: -1px;
}

h4.smaller-margin-bottom {
  margin-bottom: 10px !important;
}

.inner-table {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
}

.table-blue th {
  background: #4990d2;
  border: 0;
}

.table-blue th:first-child,
.table-blue td:first-child,
.no-border-table th:first-child,
.no-border-table td:first-child,
.list-vms-of-load-balancer-table th:first-child,
.list-vms-of-load-balancer-table td:first-child {
  padding-left: 8px !important;
}

.gray-bar {
  text-align: center;
  background: #bbbec8;
  color: #000;
  height: 42px;
  font-size: 18px;
  display: block;
  line-height: 42px;
}

.gray-bar.text-left {
  text-align: left;
  padding-left: 50px;
  font-size: 14px;
}

.table.no-border-table td,
.table.no-border-table {
  border: 0;
}

.some-margin-right {
  padding-right: 8px;
}

.some-margin {
  padding: 10px 8px;
}

.button-hide,
.hidden-row {
  display: none;
}

.list-vms-of-load-balancer>td {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/*
.list-vms-of-load-balancer-table{
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
}*/

.blue-text {
  background: #4990d2;
  color: #fff;
  height: 36px;
  line-height: 36px;
}

.table.list-vms-of-load-balancer-table th {
  color: #000 !important;
  border: 1px solid #d4d4d8;
  background: #f2f3f5 !important;
}

.table.list-vms-of-load-balancer-table {
  table-layout: fixed;
}

.table.list-vms-of-load-balancer-table th,
.table.list-vms-of-load-balancer-table td,
.table.list-vms-of-load-balancer-table {
  font-weight: normal;
  padding: 4px;
  border: 1px solid #d4d4d8;
  line-height: 29px;
}

.table.list-vms-of-load-balancer-table td img {
  vertical-align: middle;
}

.float-right {
  float: right;
  margin-right: 16px;
}

.list-vms-of-load-balancer-table .styled-input {
  height: 26px;
  line-height: 26px;
}

.list-vms-of-load-balancer-table select.styled-input {
  position: relative;
  top: 2px;
}

.yellow-row,
.yellow-row td {
  background: #eff0c8;
}

.configure-row {
  margin: 15px 0 15px 0;
}

.configure-row>div {
  padding-left: 50px;
  padding-right: 50px;
}

.configure-row .styled-input {
  height: 26px;
  line-height: 26px;
}

.text-left .one-server-information {
  text-align: left !important;
}

.one-server-information>span.longer {
  width: 65%;
}

.one-server-information>span.shorter {
  width: 35%;
}

.configure-row .one-server-information:last-child span {
  border-bottom: 0;
}

.configure-row .one-server-information {
  font-size: 14px;
}

.list-vms-of-load-balancer-table td.selected-vm-bottom {
  padding: 0px !important;
}

.selected-vm td {
  border-top: 1px solid #4990d2;
}

/*
.selected-vm-bottom td{
    border-bottom: 1px solid #4990d2;
        
}

.selected-vm  td:first-child,
.selected-vm-bottom  td:first-child{
    border-left: 1px solid #4990d2;
}

.selected-vm  td:last-child,
.selected-vm-bottom  td:last-child{
    border-right: 1px solid #4990d2;
}*/

.list-vms-of-load-balancer-table .selected-vm-bottom td {
  padding: 0 !important;
}

.configure-row {
  width: 100% !important;
  display: none;
}

.gray-bar:hover {
  color: #000;
}

.gray-bar span,
.gray-bar:hover span {
  float: right;
  color: #fff;
  display: block;
  margin-right: 20px;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
}

.selected-vm-bottom .gray-bar {
  margin-bottom: 1px;
}

.hidden-yellow {
  display: none;
}

.configure-button {
  position: relative;
  top: 2px;
}

div[rel='appcookies'],
div[rel='sourcebase'] {
  display: none;
}

#table-gray .no-padding-bottom {
  padding-bottom: 0px !important;
}

.body {
  background: #4990d2;
}

#login-wrapper {
  max-width: 600px;
  margin: auto;
  border-radius: 8px;
  background: #f4f4f4;
  padding-top: 0px;
}

#login-wrapper .login-wrapper-itself {
  padding: 0px 30px 0px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

body .container-fluid {
  margin: auto;
}

#login-header {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f4f4f4;
  /* color     : ; */
  /* margin-top: 50px; */
}

.buttons-wrapper {
  margin-top: 15px;
}

#login-wrapper input[type='text'],
#login-wrapper input[type='password'] {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #d6d8d7;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  border: 3px solid #f2f3f5;
  padding-left: 15px;
  box-sizing: border-box;
}

#login-form div input[type='text'],
#login-form div input[type='password'],
#login-register div input[type='text'],
#login-register div input[type='password'] {
  width: 100%;
  background: #fff;
  height: 38px;
  box-sizing: border-box;
  line-height: 38px;
  padding: 3px;
  border: unset;
  box-shadow: unset !important;
  border-bottom: 2px solid #0dac50;
}

#login-form .btn-success {
  float: right;
}

#login-form div.checkbox {
  width: 28px;
  height: 28px;
  cursor: pointer;
  border: 3px solid #666;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  background: #f2f3f5;
  border-radius: 5px;
}

.btn.lower-marign-top {
  margin-top: 8px;
  padding-left: 27px;
  padding-right: 27px;
  font-weight: 600;
}

.btn.login-buttons {
  padding-left: 27px;
  padding-right: 27px;
  font-weight: 600;
}

#login-form div.checkbox.checked {
  background: url(../images/checkbox.png) center no-repeat;
  background-size: 80%;
}

#checkbox-label {
  line-height: 32px;
  color: #666;
}

#logo img {
  vertical-align: middle;
}

#logo {
  padding-left: 20px;
  height: 90px;
  display: block;
  line-height: 90px;
}

#logo-login {
  margin: auto;
  /* margin-bottom: 20px;
  margin-top      : 20px; */
  display: block;
  text-align: center;
  padding: 20px 0px;
  display: none;
}

/* #logo-login img {
  height: 100px;
} */

.left-login {
  background: url('../images/or.jpg') right top no-repeat;
}

.error-message {
  color: #e1584b;
  margin-bottom: 9px;
}

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

#links-below {
  text-align: left;
  max-width: 600px;
  margin: auto;
  margin-top: 10px;
}

#links-below a:first-child {
  margin-left: 0px;
}

#links-below a {
  color: rgb(28, 154, 214);

  margin-left: 60px;
  font-size: 12px;
}

#links-below a:hover {
  color: white;
}

.hide-add-ssh {
  font-weight: bold;
}

.btn-deploy,
.btn-remove {
  padding-left: 20px;
  padding-right: 20px;
  height: 27px;
  font-weight: 600;
}

.btn-remove {
  line-height: 13px;
}

#my-server-information {
  padding: 30px;
}

#my-server-information .row {
  margin-left: -60px;
  margin-right: -60px;
}

#my-server-information .row>div {
  padding-left: 60px;
  padding-right: 60px;
}

.graphs h4 {
  color: #f6f6f6;
  font-size: 18px;
  font-weight: 400;
}

.gray-div p:last-child {
  line-height: 1.35;
}

.graphs-delimeter {
  margin: 30px 0 15px 0;
  border-bottom: 1px solid #6c748b;
}

#dns-table th:last-child {
  width: 200px;
}

#dns-table th:first-child,
#dns-table td:first-child {
  text-align: left;
}

.table-with-delete-and-type td:nth-child(1),
.table-with-delete-and-type td:nth-child(2) {
  text-align: center !important;
  vertical-align: middle;
}

.table-with-bolder-labels label {
  font-weight: 600;
}

.table-with-bolder-labels td:nth-child(1) {
  text-align: center !important;
}

#dns-table .btn-deploy {
  height: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.row.row-0-px {
  margin-left: -5px;
  margin-right: -5px;
}

.row.row-5-px>div {
  padding-left: 5px;
  padding-right: 5px;
}

.btn-a-bit-bigger {
  font-weight: bold;
  height: 48px;
  line-height: 33px;
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-not-that-small {
  height: 28px;
  line-height: 14px;
  padding-left: 14px;
  padding-right: 14px;
}

.btn-copy {}

.tabs-wrapper a {
  height: 42px;
  line-height: 31px;
  margin-right: 3px !important;
  box-sizing: border-box;
  width: -webkit-calc(100% - 3px) !important;
  width: -moz-calc(100% - 3px) !important;
  width: calc(100% - 3px) !important;
  font-weight: bold;
}

.tabs-wrapper a.btn-success {
  background: #00c60d;
  border: 0px;
  border-bottom: 5px solid #00c60d;
}

.with-lines-between>div:first-child {}

.first-no-padding th:first-child,
.first-no-padding td:first-child {
  padding-left: 8px !important;
}

.btn-save-apply {
  padding-left: 50px;
  padding-right: 50px;
}

#billing-box {
  border-radius: 0px 3px 3px 3px;
}

.smaller-secure {
  color: #666;
  font-size: 11px;
}

.smaller-secure img {
  margin-right: 5px;
  vertical-align: sub;
}

#history td:first-child {
  text-align: left;
}

#history th:first-child {
  padding-left: 8px !important;
}

#helpdesk-table th:nth-child(2),
#helpdesk-table td:nth-child(2) {
  padding-left: 30px;
}

#file-wrapper input {
  display: inline-block !important;
  width: auto;
}

#file-wrapper {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}

#file-wrapper span,
#file-wrapper input {
  font-weight: normal;
  font-size: 12px;
}

.verification-icons {
  margin-bottom: 30px;
}

.verification-icons .one-icon-wrapper img {
  margin: auto;
  margin-bottom: 30px;
}

.verification-icons .one-icon-wrapper {
  text-align: center;
}

.one-icon-wrapper {
  line-height: 1.7;
  text-align: justify;
  font-size: 14px;
  background: url('../images/arrow.png') no-repeat right 0px top 80px;
}

.one-icon-wrapper:last-child {
  background: none;
}

.one-icon-wrapper .bolder {
  font-weight: bold;
  margin-bottom: 25px;
}

.no-margin-top {
  margin-top: 0px;
}

#deploy-table {
  margin-top: 25px;
  margin-left: -5px;
}

#deploy-table .with-padding {
  padding-left: 15px;
  color: #bebebe;
}

#left-menu li:hover {
  cursor: pointer;
  background: #e8e8e8 !important;
}

#left-menu li:first-child:hover {}

#left-menu li:hover a {
  background-color: #e8e8e8;
}

#left-menu li:hover a img {
  -webkit-animation: luclac 0.5s;
  -moz-animation: luclac 0.5s;
  animation: luclac 0.5s;
}

#left-menu li .hover,
.one-icon .hover,
.one-action .hover {
  display: none;
}

#left-menu li:hover .not-hover,
.one-icon:hover .not-hover,
.one-action:hover .not-hover {
  display: none;
}

#left-menu li:hover .hover,
.one-icon:hover .hover,
.one-action:hover .hover {
  display: inline-block;
}

.relative {
  position: relative;
}

.one-distributions-dropdown {
  position: absolute;
  width: 100% !important;
  left: 0px;
  top: 60px;
  display: none;
  z-index: 10;
}

.enlarge-table {
  width: -webkit-calc(100% + 3px);
  width: -moz-calc(100% + 3px);
  width: calc(100% + 3px);
}

.btn-deploy-button {
  font-size: 18px;
  width: 100%;
  max-width: 316px;
  height: 48px;
  font-weight: 400;
  line-height: 36px;
}

.btn-view {
  width: 81px;
  height: 32px;
}

#helpdesk-table th:nth-child(2),
#helpdesk-table th:nth-child(4),
#helpdesk-table td:nth-child(2),
#helpdesk-table td:nth-child(4) {
  text-align: left;
  padding-left: 30px;
}

#helpdesk-table th:nth-child(1),
#helpdesk-table td:nth-child(1) {
  padding-left: 8px;
}

.btn-open-ticket {
  width: 177px;
  height: 43px;
  line-height: 30px;
}

.add-extra-sizes {
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 182px;
  height: 36px;
  font-size: 16px;
}

.one-distributions-dropdown>div {
  padding: 0px 0px;
  border: 1px solid #666;
  color: #fff;
  display: inline-block;
  margin: auto;
  width: 100%;
  border-radius: 0px 0px 3px 3px;
}

.one-distributions-dropdown>div a {
  display: block;
}

.one-distributions-dropdown>div p:hover {
  background-color: rgb(28, 154, 214);
}

.blue-dropdown.one-distributions-dropdown>div p:hover {
  background-color: #3980c2;
}

.one-distributions-dropdown>div a {
  color: #fff;
}

.one-distributions-dropdown p {
  font-size: 14px;
  padding: 11px 0;
  cursor: pointer;
}

.the-price-dropdown {
  max-width: 170px;
  background: #fdfdfd;
}

.billing-text {
  line-height: 1.7;
}

#load-table .table.table-gray.first-no-padding th:first-child,
#load-table .table.table-gray.first-no-padding td:first-child {
  padding-left: 0px !important;
}

.tabs-wrapper td:last-child a.btn {
  margin-right: 0px !important;
  width: -webkit-calc(100% + 3px) !important;
  width: -moz-calc(100% + 3px) !important;
  width: calc(100% + 3px) !important;
}

.menu-trigger {
  font-weight: bold;
}

#btn-deplo-it {
  width: 212px;
  height: 48px;
  line-height: 33px;
  font-weight: 600;
}

.check-p {
  padding-left: 23px;
  background: url('../images/check-p.png') no-repeat;
}

input[type='text'].snapshot {
  min-width: 200px;
  width: -webkit-calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  width: calc(100% - 170px);
}

#blue-box-below-tabel h4.take-snapshot {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 0;
}

.check-p:first-child {
  margin-top: 20px;
}

.check-p {
  margin-bottom: 13px;
  font-size: 14px;
}

.btn-snapshot {
  width: 117px;
  height: 38px;
  padding: 0px;
  position: relative;
  top: -1px;
}

.col-sm-15 img {
  max-width: 100%;
  height: auto;
}

.mobile {
  display: none;
}

.modal .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown-menu-absolute a:hover {
  background: #151c2f;
  color: #fff !important;
}

/* custom css */

#account_settings h3 {
  margin-top: 10px;
}

.hide {
  display: none;
}

.container-fluid .active {
  display: block !important;
}

a:focus,
a:active {
  outline: 0 none;
}

a {
  color: white;
}

#top-nav a {
  text-decoration: none;
}

#maintable tr {
  color: #bebebe;
}

#maintable tr:hover {
  background: #f6f6f6;
  color: #f4f4f4;
}

#maintable tr:hover td a {
  color: #f4f4f4;
}

#maintable tr td a {
  color: #bebebe;
}

#maintable tr td a:hover {
  color: rgb(28, 154, 214);
}

#maintable button {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.list-container {
  border-width: 2px;
}

.table .blue-border>td:first-child td:first-child {
  padding: 15px;
}

.graphs {
  overflow: hidden;
}

.deploy-load-table td:last-child {
  text-align: center;
}

.deploy-load-table td {
  text-align: left;
}

.one-plan.selected .list-container,
.one-plan.active .list-container {
  border-image: none;
  border-style: solid;
  border-width: 3px 3px 1px;
}

.one-plan.blue.selected .list-container,
.one-plan.blue.active .list-container {
  border-color: #4990d2 #4990d2 -moz-use-text-color;
}

.one-plan.black.selected .list-container,
.one-plan.black.active .list-container {
  border-color: #252c3f #252c3f -moz-use-text-color;
}

.one-plan.green.selected .list-container,
.one-plan.green.active .list-container {
  border-color: #57d492 #57d492 -moz-use-text-color;
}

.one-location,
.one-plan {
  cursor: pointer;
}

.billing-box .shorter {
  width: 40%;
}

.modal-body {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.btn-primary,
.btn-success {
  box-shadow: none !important;
}

.very-big-margin>div {
  padding-left: 15px;
  padding-right: 15px;
}

.one-location.selected {
  border: 2px solid white;
  background: rgb(28, 154, 214);
}

#alert-dialog .modal-body,
#confirm-dialog .modal-body {
  padding: 30px 15px;
}

.modal-title {
  font-size: 16px;
  font-weight: bold;
}

.modal-dialog {
  margin: 65px auto 0px;
}

.one-action img,
#dateselector span {
  cursor: pointer;
}

#iso .billing-box {
  padding-left: 15px;
  padding-right: 15px;
}

.no-margin {
  margin: 0px 4px !important;
}

#iso td,
#snapshots td,
#backups td {
  vertical-align: middle;
}

#snapshots {
  background: #f4f4f4;
}

#logs_table {
  background: #f4f4f4;
}

.reverse_domain {
  height: 26px !important;
  vertical-align: top;
  width: auto !important;
}

.btSaveReverse,
.btUpdateDNS,
.btCancelReverse {
  cursor: pointer;
  margin-left: 4px;
}

.modal-body {
  white-space: normal;
  word-wrap: normal;
}

.configure-row input[type='checkbox'] {
  margin-top: 12px;
}

input[type='text'] {
  padding-left: 5px;
}

#backup {
  color: #bebebe;
}

#backup ul li {
  padding: 5px 10px;
}

#backup ul li i {
  font-size: 12px;
}

.pagination a {
  font-weight: bold;
}

.pagination .current {
  background-color: rgb(28, 154, 214) !important;
  color: white !important;
}

#left-menu ul li {
  padding: 13px 4px 10px;
}

#loading_container {
  position: fixed;
  top: 0px;
  z-index: 2000;
}

#loading_panel {
  background-color: white;
  border: 1px solid #c5c5c5;
  border-radius: 6px;
  box-shadow: 0 0 2px 3px #979797;
  height: 150px;
  left: 50%;
  margin: -75px auto auto -175px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 300px;
  color: #57d492;
  z-index: 2000;
}

#loading_panel img {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}

#loading_panel span {
  color: inactivecaptiontext;
  font-weight: bold;
}

#snapshot_actions {
  border: 1px solid #d4d4d8;
  border-width: 0 1px;
  padding: 0 20px;
}

#snapshot_actions a {
  margin-top: 5px;
}

#ipv4 a img {
  cursor: pointer;
}

.one-distribution i {
  font-size: 18px;
}

.left-login .buttons-wrapper a {
  display: block;
  height: 41px;
}

.label-header {
  margin-top: 10px !important;
}

#vms_container button.btn-success {
  background-color: #06ca66 !important;
  border-color: #06ca66 !important;
  color: #fff !important;
}

#vms_container button.btn-warning {
  background-color: #ff6e09 !important;
  border-color: #ff6e09 !important;
  color: #fff !important;
}

#vms_container button.btn-danger.disabled {
  border-color: #e3030e !important;
}

input[readonly] {
  background-color: #eee;
  color: #8c8c8c;
}

/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
  padding: 10px;
}

.tabbable-line>.nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line>.nav-tabs>li {
  margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
  color: #737373;
  font-weight: 600;
}

.tabbable-line>.nav-tabs>li>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
  border-bottom: 4px solid #1a526c;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
  border-bottom: 4px solid rgb(28, 154, 214);
  position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  color: white;
  background-color: #f4f4f4;
}

.tabbable-line>.nav-tabs>li.active>a>i {
  color: #404040;
}

.tabbable-line>.tab-content {
  margin-top: -3px;
  background-color: #f4f4f4;
  border: 0;
  padding: 15px 0;
}

.switch-action.btn.btn-xs.btn-success.active {
  background-color: rgb(28, 154, 214);
  border-color: rgb(28, 154, 214);
}

.portlet .tabbable-line>.tab-content {
  padding-bottom: 0;
}

.one-distribution {
  border: none !important;
}

.one-distributions-dropdown {
  top: 53px !important;
  position: absolute !important;
}

.distribution-logo {
  border: 1px solid #d4d4d8;
  border-bottom-width: 0 !important;
}

#content input[type='checkbox'] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.2);
  /* IE */
  -moz-transform: scale(1.2);
  /* FF */
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2);
  /* Opera */
  padding: 5px;
}

input:focus,
input:active,
.btn:focus,
.btn:active {
  outline: 0 none !important;
}

select.disabled,
select.disable {
  background-color: #eeeeee;
}

#dns-table .btn-deploy {
  padding-top: 5px;
}

.table-with-bolder-labels label {
  display: block;
}

.pointer {
  cursor: pointer;
}

.breadcrumbs {
  margin-top: 12px;
  font-size: 16px;
}

.col-w-340 {
  width: 340px !important;
}

/* rounded-list */
ol {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */
  font: 15px 'trebuchet MS', 'lucida sans';
  padding: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.rounded-list {
  margin-left: 20px;
  max-width: 450px;
}

.rounded-list span {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  *padding: 0.4em;
  margin: 0.5em 0;
  background: #656565;
  color: #444;
  text-decoration: none;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
}

.has-error .form-control {
  border-color: #e83131;
  border-width: 2px;
}

.configure-button {
  top: 0px !important;
}

.one-distribution.selected .distribution-logo {
  border-width: 3px 3px 0 !important;
  border-color: #51c688;
}

.one-distribution i {
  font-size: 12px;
  top: 1px;
}

/*.one-distribution{
	opacity: 0.6;
}
.one-distribution.selected{
	opacity: 1;
}*/
.txtAgree {
  width: 80px;
  margin-top: 15px;
}

#security-history.table>tbody>tr>td,
#security-history.table>tbody>tr>th {
  border-bottom: 1px solid #ddd;
  border-top: none;
}

#dns-table input[type='number'] {
  width: 80px;
}

table.noborder,
table.noborder td {
  border-width: 0px !important;
}

.default .price-container {
  background: #aeb0b7 none repeat scroll 0 0;
}

.selected .price-container,
.active .price-container {
  background: #51c688 none repeat scroll 0 0;
}

.one-plan.default.selected .list-container,
.one-plan.default.active .list-container {
  border-color: #57d492;
}

.tab-content .selected .btn-default,
.btn-default:focus {
  /* background-color: #51c688; */
}

.green-dropdown>div {
  background: #aeb0b7 none repeat scroll 0 0;
}

.tab-content .selected .green-dropdown>div,
.tab-content .active .green-dropdown>div {
  background: #aeb0b7 none repeat scroll 0 0;
}

.one-distributions-dropdown p {
  border-top: 1px solid #ccc;
}

/*
.one-distributions-dropdown > div{
	border: 1px solid #afafaf !important;
}*/
.one-distributions-dropdown>div {
  border: none;
}

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

#alert-dialog .modal-body {
  line-height: 20px;
}

/* notify-bar */
.jquery-notify-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 32768;
  background-color: #efefef;
  font-size: 18px;
  color: #000;
  text-align: center;
  font-family: 'GOTHAM-VU-BOOK';
  padding: 20px 0px;
  cursor: pointer;
}

.jquery-notify-bar.bottom {
  bottom: 0;
  top: auto;
  border-bottom: 0;
}

.jquery-notify-bar.alert-success {
  background-image: none;
  background-color: #4990d2;
  border-radius: 0;
  color: white;
}

/* notify-bar */

.table-service tbody tr th,
.table-service tbody tr td {
  border: 1px solid #ccc;
  padding-bottom: 7px;
  padding-top: 7px;
  text-align: center;
  vertical-align: middle;
}

.box_red {
  float: left;
  height: 20px;
  margin-right: 5px;
  width: 20px;
  background-color: red;
}

.box_green {
  float: left;
  height: 20px;
  margin-right: 5px;
  width: 20px;
  background-color: green;
}

.liblue li {
  line-height: 18px;
}

.tabs-wrapper .btn-primary {
  border-width: 0 0 5px;
}

#div_search .form-group {
  margin-bottom: 0px;
}

.vm-actions-group i {
  font-size: 18px;
  top: 2px;
}

.order-summary h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 0;
  margin: 3px 0 0;
  text-transform: none;
  font-weight: bold;
}

.order-summary label {
  color: rgb(28, 154, 214);
  cursor: pointer;
  font-weight: 600;
  margin: 8px 0 0;
}

.order-summary .price,
.order-summary div>span,
.order-summary div>span>span {
  display: block;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 2px;
}

.order-summary .price div:first-child {
  float: left;
}

.order-summary .price div:last-child {
  height: 20px;
}

#oses .content {
  padding-bottom: 20px;
  padding-top: 20px;
}

.total_price {
  color: #ff5600;
  font-size: 19px;
  font-weight: bold;
}

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

.price {
  margin-top: 0px;
  line-height: 20px;
}

.summary_loading {
  height: 20px;
  position: relative;
  width: 20px;
}

.snapshot_loading,
.upgrade_loading {
  height: 20px;
  margin-top: -2px;
}

.price_title {
  float: left;
  height: 20px;
  text-align: left;
  font-weight: bold;
}

.disabled_opacity {
  opacity: 0.6;
}

#footer #copy {
  color: white;
  font-size: 14px;
  padding: 20px 60px;
}

.mailbox {
  background-color: rgb(28, 154, 214);
  float: right;
  height: 60px;
  padding-top: 14px;
  width: 108px;
  line-height: 26px;
}

tr.subtotal td {
  background-color: #ffffdd;
  font-weight: bold;
}

tr.tax td {
  background-color: #ebf2fe;
  font-weight: bold;
}

tr.credit td {
  background-color: #ffe1e1;
  font-weight: bold;
}

tr.total td {
  background-color: #3f423e !important;
  font-weight: bold;
}

#dialog_enable_backup .modal-dialog {
  margin-top: 5px !important;
}

.inner-table img {
  margin-top: 3px;
  margin-bottom: -3px;
}

.inner-table a.disabled {
  opacity: 0.5;
}

.payment {
  border: 2px solid white;
}

.payment_active {
  border: 2px solid #ff5600;
}

.col-sm-15 {
  width: 20%;
}

.padding10 {
  padding-left: 10px;
  padding-right: 10px;
}

.one-news p {
  line-height: 26px;
  color: white;
}

#session_alert {
  background-color: #f89406;
  top: 0;
  color: white;
  font-style: italic;
  height: 40px;
  position: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding-top: 15px;
  z-index: 5000;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.mailbox .label {
  font-size: 9px;
  line-height: 0.9;
  padding: 2px 3px;
  position: absolute;
  right: 33px;
  text-align: center;
  top: -4px;
}

.mailbox i {
  font-size: 24px;
}

.not-edit {
  border: none !important;
  background-color: white;
}

.records td {
  vertical-align: middle;
}

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

td img.delete,
td img.save,
td img.edit {
  opacity: 0.9;
}

td img.delete:hover,
td img.save:hover,
td img.edit:hover {
  opacity: 1;
}

.boldred {
  font-weight: bold;
  color: red;
}

/* cmc */

body,
input,
textarea,
select {
  font-family: 'GOTHAM-VU-BOOK';
}

.body {
  background-color: #f4f4f4;
}

#upper-header {
  background-color: #030710;
}

#footer {
  background-color: #03080e;
  margin-left: 66px;
  height: 80px;
}

#footer span {
  color: #737577;
  font-size: 12px;
}

#left-menu ul li.selected {
  background: #f4f4f4 none repeat scroll 0 0;
  color: #ddd;
}

#welcome {
  background: #030710 none repeat scroll 0 0;
  color: #686868;
}

.order-summary .price,
.order-summary div>span,
.order-summary div>span>span {
  font-size: 14px;
}

.distribution-logo.windows {
  background: rgba(0, 0, 0, 0) url('../images/windows.png') no-repeat scroll center center;
}

.domain_results {
  table-layout: fixed;
  width: 100%;
  margin: 20px 0;
}

.domain_results tr:hover {
  background-color: #ffffd6;
}

.domain_results tr td {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  height: 39px;
  white-space: normal;
  vertical-align: middle;
}

.domain_results tr td .icon {
  display: block;
  height: 20px;
  width: 20px;
}

.icon-smile {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogICAgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgb3ZlcmZsb3c9InZpc2libGUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIgogICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxjaXJjbGUgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiM5NGMzMzEiLz4KPGNpcmNsZSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGN4PSI2LjUiIGN5PSI3IiByPSIxLjciIGZpbGw9IiNmZmYiIC8+CjxjaXJjbGUgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjeD0iMTMuNSIgY3k9IjciIHI9IjEuNyIgZmlsbD0iI2ZmZiIgLz4KPHBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkPSJtIDUgMTMgYyAyLDQuNSA4LDQuNSAxMCwwIHoiIGZpbGw9IiNmZmYiIC8+Cjwvc3ZnPgo=');
}

.icon-cry {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogICAgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgb3ZlcmZsb3c9InZpc2libGUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIgogICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxjaXJjbGUgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiM5OTk5OTkiLz4KPGNpcmNsZSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGN4PSI2LjUiIGN5PSI3IiByPSIxLjciIGZpbGw9IiNmZmYiIC8+CjxjaXJjbGUgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjeD0iMTMuNSIgY3k9IjciIHI9IjEuNyIgZmlsbD0iI2ZmZiIgLz4KPHBhdGggeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkPSJtIDUgMTUuNSBjIDIsLTQgOCwtNCAxMCwwIGMgLTMsLTEuNSAtNywtMS41IC0xMCwwIHoiIGZpbGw9IiNmZmYiIC8+Cjwvc3ZnPgo=');
}

.domain-summary {
  min-height: 500px;
}

.domain-summary .toptitle {
  border-bottom: 1px solid #e5e5e5;
  color: #777;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 2px;
  /*margin-right: -19px;*/
  padding-left: 8px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 0;
}

.domain-summary .list .glyphicon {
  cursor: pointer;
  color: red;
}

.domain-summary table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #222;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: medium none;
}

.domain-summary table td {
  min-width: 100%;
  white-space: normal;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  height: 33px;
  box-sizing: border-box;
  padding: 7px 0 0 0;
}

body {
  padding-right: 0 !important;
}

.searchvmbox {
  float: right;
  padding-right: 0px;
}

.searchvmbox .input-group {
  height: 64px;
}

.showonmobile {
  display: none !important;
}

.slides-container {
  float: left;
  padding-left: 20px;
}

#top-nav {
  width: 100%;
}

.form-group {
  padding-bottom: 10px;
}

.modal-body .control-label {
  padding-left: 0px;
  margin-top: 0px;
  text-align: left;
}

#plan_select {
  width: auto;
}

.mobilemenu {
  background-color: #eeeff4;
  border-bottom: 1px solid #ddd;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}

.mobilemenu .container {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}

.mobilemenu .logo {
  display: inline-block;
}

.expand-menu {
  left: 10px;
  background: #282828 none repeat scroll 0 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  display: block;
  left: 15px;
  position: fixed;
}

.expand-menu {
  background-color: transparent;
  border: medium none;
  border-radius: 3px;
  height: 31px;
  left: 10px;
  padding: 0;
  position: absolute;
  top: 10px;
  width: 31px;
  z-index: 2;
}

.expand-menu span {
  background-color: #1f9ad6;
  border-radius: 2px;
  font-size: 0;
  height: 3px;
  left: 6px;
  position: absolute;
  top: 14px;
  width: 13px;
}

.expand-menu span::before,
.expand-menu span::after {
  background-color: #1f9ad6;
  border-radius: 2px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.expand-menu span::after {
  transform: translateY(6px);
  width: 8px;
}

.expand-menu span::before,
.expand-menu span::after {
  background-color: #1f9ad6;
  border-radius: 2px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.expand-menu span::before {
  transform: translateY(-6px);
  width: 18px;
}

.box-admin {
  float: right;
  position: absolute;
  right: 15px;
  top: 7px;
  z-index: 2;
}

.box-admin>ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.box-admin>ul>li {
  float: left;
  position: relative;
  z-index: 10;
}

.box-admin>ul>li>a {
  line-height: 28px;
}

.box-admin>ul>li>a {
  color: #fff;
  display: block;
  line-height: 40px;
  text-decoration: none;
}

.box-admin>ul>li>a>.glyphicon-user {
  background: #1f9ad6 none repeat scroll 0 0;
  border-radius: 100%;
  color: white;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  width: 28px;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
}

.popmenu {
  background-color: #fefefe;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  right: 0;
  position: absolute;
  top: 100%;
  width: 150px;
  z-index: 2;
}

.popmenu>ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.popmenu>ul>li>a {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 10px 15px;
  text-align: left;
  text-decoration: none;
}

.popmenu>ul>li>a>.fa {
  font-size: 16px;
  margin-right: 5px;
}

#virtual_storages>span,
#real_storages>span {
  font-size: 11px;
}

.one-server-information>span:first-child {
  width: 40%;
}

.one-server-information>span:last-child {
  width: 60%;
}

.jq-toast-wrap,
.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  letter-spacing: normal;
  z-index: 9000 !important;
}

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px;
}

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0 0 5px;
  border-radius: 4px;
  font-size: 12px;
  font-family: 'GOTHAM-VU-BOOK', sans-serif;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444;
  color: #fff;
}

.jq-toast-single h2 {
  font-family: 'GOTHAM-VU-BOOK';
  font-size: 14px;
  margin: 0 0 7px;
  background: 0 0;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  font-size: 12px;
}

.jq-toast-single ul {
  margin: 0 0 0 15px;
  background: 0 0;
  padding: 0;
}

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: 0 0;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0;
  left: 0;
  border-radius: 5px;
  background: red;
}

.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}

.jq-icon-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}

.jq-icon-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}

.jq-icon-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
}

.jq-icon-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6;
}

.modal-description {
  line-height: 23px;
}

/* slider */
#vpsradiogroup {
  border-right: 1px solid #ccc;
  float: left;
  min-height: 178px;
  padding: 0 0 0 8px;
  width: 100px;
  padding-top: 9px;
}

#vpsradiogroup li,
.radiogroup-object li,
.select-object li {
  list-style-type: none;
  margin: 0 0 8px;
  padding: 0;
  display: block;
}

#vpsradiogroup li label {
  font-weight: 400;
}

.radiomember.selected,
.selectmember.selected {
  background-position: 0 -18px;
}

.radiomember,
.selectmember {
  margin-right: 8px;
}

#vpsradiogroup li div,
.radiogroup-object li div,
.select-object li div {
  background-image: url('../images/radio.button.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  margin-left: 8px;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  top: 3px;
  width: 18px;
}

.slides-container .ui-slider-handle {
  cursor: pointer;
}

.slides-container .ui-slider {
  position: relative;
  text-align: left;
}

.slides-container .ui-slider .ui-slider-handle {
  height: 29px;
  margin-top: 4px;
  outline: medium none;
  position: absolute;
  width: 37px;
  z-index: 2;
  background-color: transparent;
  border: none;
}

.slides-container .ui-slider .ui-slider-range {
  background-position: 0 0;
  border: 0 none;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
}

.slides-container .ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}

#cpu,
#ram,
#disk {
  width: 560px;
  margin: 15px 15px 15px 0;
  border: 1px solid #004062;
  float: left;
}

.slides-container .slidelabel {
  float: left;
  font-weight: bold;
  padding-top: 20px;
  width: 70px;
  color: rgb(28, 154, 214);
}

.slides-container .ui-slider-handle {
  background-image: url('../images/slidehandler.png') !important;
  background-repeat: no-repeat !important;
}

.slides-container .ui-slider-range {
  background-image: url('../images/slidebg.png');
  background-repeat: repeat-x;
  background-position: 0 0;
  color: white;
  padding: 7px 0;
  text-align: center;
}

.slides-container .ui-slider-horizontal {
  height: 27px;
}

.slides-container .ui-widget-content {
  background-color: #4e6b8a;
  border: none;
}

.ruler,
.ruler li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

/* IE6-7 Fix */
.ruler,
.ruler li {
  *display: inline;
}

.ruler {
  background: lightYellow;
  box-shadow: 0 -1px 1em hsl(60, 60%, 84%) inset;
  border-radius: 2px;
  border: 1px solid #ccc;
  color: #ccc;
  margin: 0;
  height: 3em;
  padding-right: 0;
  white-space: nowrap;
  width: 450px;
}

.ruler li {
  padding-left: 1cm;
  width: 2em;
  margin: 0.64em -1em -0.64em;
  text-align: center;
  position: relative;
  text-shadow: 1px 1px hsl(60, 60%, 84%);
}

.ruler li:before {
  content: '';
  position: absolute;
  border-left: 1px solid #ccc;
  height: 0.64em;
  top: -0.64em;
  right: -6px;
}

.ui-slider-handle {
  cursor: pointer;
}

.alert-warning {
  background-color: #fd8f3b;
  border-color: #faebcc;
  color: white;
}

.alert-warning .glyphicon-warning-sign {
  color: white !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.data_disk_price {
  font-weight: bold;
}

.slidervalue {
  color: white;
  font-weight: bold;
  position: absolute;
  right: 50%;
  top: 5px;
  font-size: 11px;
  z-index: 1000;
}

.vmiddle tr td {
  vertical-align: middle !important;
}

.sub1 {
  font-family: 'GOTHAM-VU-BOOK';
  font-weight: bold;
  font-size: 11px;
}

/* USER PROFILE PAGE */
.card {
  margin-top: 20px;
  padding: 30px;
  background-color: rgba(214, 224, 226, 0.2);
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 1);
}

.card.hovercard .card-background {
  height: 130px;
}

.card-background img {
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -o-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
  margin-left: -100px;
  margin-top: -200px;
  min-width: 130%;
}

.card.hovercard .useravatar {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

.card.hovercard .useravatar img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.5);
}

.card.hovercard .card-info {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
}

.card.hovercard .card-info .card-title {
  padding: 0 5px;
  font-size: 20px;
  line-height: 27px;
  color: #262626;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.card.hovercard .card-info {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis;
}

.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}

.saleprofile .btn {
  margin-top: 0;
}

.profile-value {
  font-size: 16px;
}

.profile-icon {
  font-size: 24px;
}

/* toaster */
.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  line-height: 18px;
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  bottom: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
}

#toast-container .toast:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

#toast-container .toast.toast-info {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=') !important;
}

#toast-container .toast.toast-error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=') !important;
}

#toast-container .toast.toast-success {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==') !important;
}

#toast-container .toast.toast-warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=') !important;
}

#toast-container.toast-top-center .toast,
#toast-container.toast-bottom-center .toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width .toast,
#toast-container.toast-bottom-full-width .toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.white p,
.white a,
.white span,
.white td {
  color: white;
}

.black p,
.black a,
.black span,
.black td {
  color: black;
}

.table-black {
  background: #f4f4f4 !important;
}

.checked {
  color: green;
}

.unchecked {
  color: #5a5a5a;
}

.center {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

/* new login */
.container-fluid-new {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(/static/web/images/bg_login.jpg) no-repeat center bottom;
  background-size: cover;
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
}

.login-left {
  width: 50%;
  height: 100%;
  background-color: #fafafa;
  position: relative;
}

.login-left__wraper {
  width: 500px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 15px;
  border-radius: 3px;
}

.textLabel {
  color: #222;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: system-ui;
  width: 80%;
  margin: 10px auto;
}

.textName {
  color: #fb789a;
}

.login-form {
  width: 70%;
  margin: 20px auto;
  background-color: white;
  box-shadow: rgb(14 80 126) 1px 1px 4px;
  padding: 10px 25px;
}

.logo-login {
  display: block;
  height: 105px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-login img {
  object-fit: contain;
  height: 100%;
  width: 350px;
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
}

.login-right {
  width: 50%;
  height: 100%;
  background-image: url('../images/background-login.png');
  /* background-image: url(“//c1.sfdcstatic.com/content/dam/web/en_us/www/images/login-promos/login-promo-prospect-free-trial.jpg”); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login-right__wraper {
  width: 100%;
  height: 100%;
  padding: 45px 37px;
}

.login-right__wraper h2 {
  color: #222;
  font-size: 38px;
}

.login-right__wraper p {
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.login-right__wraper .login-right-item {
  padding: 6.5px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
}

.login-right-item .logion-icon-check {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.btn-newLogin {
  display: inline-block;
  padding: 10px 20px;
  background-color: white;
  border-radius: 3px;
  font-size: 16px;
  color: #215ca0;
  margin-top: -5px;
  border: 1px solid #c1b9b4;
  transition: all 0.15s;
}

.btn-newLogin:hover {
  background-color: #c1b9b4;
}

.login-left-footer {
  text-align: center;
  position: absolute;
  /* left     : 39%; */
  width: 100%;
  margin: auto;
  /* transform: translateX(-50%); */
  bottom: 0;
  padding: 10px 0;
}

/* Login cho so  */
.loginSale_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loginSale_box {
  /* background-color: #fff; */
  /* border-radius: 15px; */
  /* border: 1px solid #EEEEEE; */
  width: 500px;

  display: block;
  box-shadow: 4px 4px 22px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}

.loginSale_box .lgBtn {
  text-align: center;
  display: flex;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

.loginSale_box .lgBtn .loginBtn {
  background: #0dac50;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.loginBtnSale {
  background: #0dac50 !important;
}

.loginBtnback {
  background: #E94638 !important;
}

.loginSale_box .loginBtnSale i {
  margin-left: -3px;
  text-shadow: 1px 1px 2px #187212;
}

.lgBtn .loginBtn i {
  color: #fff;
  font-size: 16px;
  margin-top: -1px;
  position: absolute;
  text-shadow: 1px 1px 2px #0dac50;
  top: 16px;
  left: 66px;
}

.loginBtn input {
  font-weight: 600;
  background: 0 0;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 0px;
  height: 50px;
  width: 100%;
  cursor: pointer;
}

.loginBtn .loginBtn-register {
  padding: 0;
}

.loginBtn:hover {
  background: #2271ec !important;
}

.loginBtnSale:hover {
  background: #2a6e05 !important;
}

.loginBtnback:hover {
  background: #b83024 !important;
}

.login_bottom_text {
  margin-top: 40px;
  font-family: 'Roboto';
  font-size: 14px;
  color: #d7d7d7;
  text-align: center;
}

.login_box {
  flex-shrink: 0;
  width: 100%;
  padding: 65px 20px 20px;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.login_box::before {
  content: "";
  background: url('../images/maiche.png') no-repeat 0 0;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: auto;
  background-position-x: 0px;
  background-position-y: 0px;
  position: absolute;
  top: -30px;
  left: -20px;
  height: 60px;
  width: calc(100% + 40px);
  background-position: top;
  background-size: 100% 100%;
}

.button-loginforgot {
  text-align: center;
  display: flex;
}

.buttonBack-loginforgot,
.buttonsubmit-loginforgot {
  border-radius: 5px !important;
  border: 1px solid #0dac50 !important;
  cursor: pointer !important;
  position: relative !important;
  display: flex !important;
  flex: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 6px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  height: 50px !important;
  color: #0dac50 !important;
}

.buttonsubmit-loginforgot {
  background-color: #0dac50 !important;
  color: #fff !important;
}

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

.loginSale_header>img {
  width: 66px;
  height: 70px;
  object-fit: cover;
  margin-right: 16px;
}

.loginSale_header .header_text_top {
  font-family: 'Roboto';
  letter-spacing: 1.08px;
  font-size: 27px;
  color: #222;
  font-weight: 900;
  line-height: 30px;
}

.loginSale_header .header_text_bottom {
  font-family: 'Roboto';
  letter-spacing: 0.68px;
  font-size: 17px;
  color: #222;
  font-weight: 300;
}

.loginSale_content>.title_login {
  font-family: 'Roboto';
  letter-spacing: 1.2px;
  font-size: 30px;
  color: #666;
  margin: 0px 0 20px 0;
  line-height: 30px;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.loginSale_content>.sub_title_login {
  color: #666;
  font-size: 17px;
  text-align: center;
  margin-bottom: 20px;
}

.loginSale_content>.intrucstion {
  font-family: 'Roboto';
  font-size: 12px;
  color: #848484;
  line-height: 15px;
  margin-bottom: 13px;
}

.login_form_actions {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
}

.login_form_actions .register {
  color: #0dac50;
  cursor: pointer;
}

.btn_login_choso {
  width: 120px;
  height: 40px;
  border-radius: 4px;
  background-color: #0dac50;

  font-family: 'Roboto';
  font-size: 15px;
  color: #fff;
  font-weight: 700;

  margin-right: 20px;
  letter-spacing: 0.6px;
  outline: none;
  border: none;
  cursor: pointer;
}

.forgot_password {
  font-family: 'Roboto';
  font-size: 15px;
  color: #0dac50;
  cursor: pointer;
}

.login_notices {
  display: flex;
  align-items: center;
  color: #f4791c;
  font-size: 14px;
  margin-top: 20px;
}

.login_notices>i {
  font-size: 16px;
  margin-right: 10px;
}

.login_notices>p {
  margin: 0;
  padding: 0;
}

.login_form .ant-legacy-form-item-label {
  line-height: 30px;
}

.login_form .ant-legacy-form-item-label>label {
  font-family: 'Roboto';
  font-size: 12px;
  color: #222;
  letter-spacing: 0.67px;

  opacity: 0.5;
  font-weight: 700;
  text-transform: uppercase;
}

.login-bars {

  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #B4B6C2;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.login-bars>.text {
  margin: 0 10px;
  flex-shrink: 0;
}

.login-bars>.bars {
  display: block;
  flex-shrink: 0;
  height: 1px;
  background: rgba(196, 196, 196, 0.5);
}

.login-btn-with {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.btn_custom_registerWeb {
  border: unset;
  width: 100%;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 7px;
  padding: 11px;
  cursor: pointer;
  background: #0dac50;
}

.btn_custom {
  border: unset;
  width: 32%;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 7px;
  padding: 10px;
  cursor: pointer;
}

.btn_custom img {
  width: 24px;
}

.btn_custom span {
  margin-left: 10px;
}

.google-btn {
  background: #E94638;
}

.face-btn {
  background: #395185;
}

.zalo-btn {
  background: #1C91F9;
}

.login-btn-or {
  text-align: center;
  margin: 15px 0;
  color: #666;
}

.ant-notification-notice-icon img {
  width: 30px;
}

.ant-notification-notice-message {
  font-weight: 500;
}

.notification-success-web {
  background-color: #f6ffed !important;
  width: 100%;

}

.notification-error-web {
  background-color: #fff1f0 !important;
  width: 100%;

}

@media (max-width: 1024px) {
  .logo-login {
    top: 10%;
  }

  .logo-login img {
    width: 300px;
  }
}

@media (max-width: 768px) {

  /* login cho so  */
  .login_box,
  .loginSale_box,
  .loginSale_main {
    width: 100%;
  }

  .login_box {
    padding: 36px 40px;
  }

  /* 
  .login_box::before {
    display: none;
  } */

  /* //// */
  body {
    font-size: 12px;
  }

  #add_voucher {
    margin-top: 10px;
  }

  #content {
    margin-top: 50px;
  }

  #content-itself {
    border-top: none;
  }

  .box-header.small-margin-top.text-center.thiner {
    font-size: 16px;
  }

  .table-container {
    overflow-x: scroll;
  }

  .showonmobile {
    display: block !important;
  }

  .hideonmobile {
    display: none !important;
  }

  #content-itself {
    padding: 0px;
  }

  .searchvmbox {
    float: none;
    padding-left: 0px;
    padding-top: 13px;
    clear: both;
  }

  .searchvmbox .input-group {
    height: 36px;
  }

  .label-header {
    margin-top: 10px !important;
  }

  .pagination>li>a,
  .pagination>li>span {
    padding: 3px 8px;
    font-size: 14px;
  }

  .box {
    padding: 5px 20px;
  }

  .box.news {
    display: block;
  }

  .box.news .one-news {
    width: 100%;
    border-bottom: 1px solid;
  }

  h3 {
    font-size: 19px;
  }

  .col-sm-15 {
    float: left;
    width: 50%;
  }

  .distribution-logo {
    height: 120px;
  }

  .one-distribution {
    margin-bottom: 15px;
  }

  #order_status {
    margin-left: 0px !important;
    margin-top: 5px;
  }

  .modal-body .form-group .col-xs-12:last-child {
    margin-top: 10px;
  }

  .container-fluid-new {
    display: block !important;
  }

  .login-right {
    /* width: 100% !important; */
    display: none;
  }

  .login-right__wraper {
    padding-top: 10px !important;
  }

  .login-left {
    height: 100vh !important;
    width: 100% !important;
  }

  .btn-newLogin {
    margin-left: 15px !important;
  }

  .login-left__wraper {
    width: 316px !important;
    padding: 0 !important;
  }

  .logo-login img {
    width: 200px;
  }

  .textLabel {
    font-size: 20px;
  }
}

@media (max-width: 414px) {
  .login-left-footer {
    font-size: 12px;
  }

  .login-form {
    width: 85%;
  }
}

@media (max-width: 360px) {
  .login-left__wraper {
    top: 50%;
  }

  .login-form {
    width: 90%;
  }

  .login-left-footer {
    padding: 10px;
  }
}

@media (max-width: 320px) {
  .login-form {
    width: 90%;
  }

  .textLabel {
    font-size: 12px;
  }

  .login-left-footer {
    padding: 10px 20px;
  }
}