.main-container {
  margin-bottom: 5px;
}

.main-container h2 {
  font-size: 1.25rem;
  font-weight: bold;
}

.main-container strong {
  font-weight: bold;
}

.main-container p {
  margin-top: 12px;
}

.main-container .main-heading h2 {
  color: #333;
  margin: 0;
  font-size: 16px;
  display: inline-block;
}

.main-container .main-content {
  border-radius: 4px;
}

.main-container p a, .main-container ul a {
  color: #383838;
  font-weight: 500;
}

/*Bootstrap3 resetters to revert bootstrap rules on .columns div*/

.columns * {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

.columns button, .columns input, .columns optgroup, .columns select, .columns textarea {
  font-weight: 400;
}

/*Hetzner style fix to jQuery ui*/

.ui-widget-content a {
    color: #d50c2d;
    text-decoration: none;
}

.ui-widget-content a:hover {
    text-decoration: underline;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/source/662a6befb0fc1fbb11e4381cf9ed1f14/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("/source/79d23921f5161d3779581e4c7d98c2c5/ui-icons_ffffff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("/source/5606d513db235c72396b7faf59f852da/ui-icons_830000_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("/source/fe53ef5c6eec0be85a2bd61cc9e0a88f/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("/source/fe53ef5c6eec0be85a2bd61cc9e0a88f/ui-icons_454545_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/source/09cb808d3a7f8eb23db985fa52ee84ad/ui-icons_cd0a0a_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("/source/da69a9699debab3ac1db8be1f87d2b60/ui-icons_777777_256x240.png");
}

.ui-widget-header{
    background-color: #d50c2d;
    color: #fff;
}

.ui-widget-content {
    background: #f2f2f2;
}

.ui-widget-header {
    background: #d50c2d;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #878786;
    background: #dfdbd8;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #878786;
    background: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #d50c2d;
    background: #c6c2c0;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #d50c2d;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #d50c2d;
}

.ui-slider { position: relative; text-align: left; margin-bottom: 10px; margin-top: 18px; }

.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; border-radius: 20px}

.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; border-radius: 4px }

.ui-slider-horizontal { height: .8em; }

.ui-slider-horizontal .ui-slider-handle { top: -.25em; margin-left: -.6em; }

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

.ui-slider-horizontal .ui-slider-range-min { left: 0; }

.ui-slider-horizontal .ui-slider-range-max { right: 0; }


.ui-tooltip {
    font-size: 14px;
    line-height: 1.2em;
}

/*
BEGIN: Set basic robot-layout
*/

html .columns, body .columns, .columns a, .columns img {
    margin: 0px;
    padding: 0px;
    color: #666666;
    font-family: sans-serif;
    font-size: 14px;
    border: none;
}

.text_default_color {
    color: #666666;
}

.expandable-tooltip {
  border-color: #e9eaed #e0e1e5 #d4d5d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  padding: 8px;
  margin-bottom: .625rem;
  margin-left: .3125rem;
  background: #ececec;
  transition: background-color 150ms ease;
  cursor: pointer;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.expandable-tooltip .expandable-tooltip__content {
  overflow-y: scroll;
  max-height: 0px;
  display: block;
  transition: max-height 600ms 0s ease;
  color: #727272;
}

.expandable-tooltip .expandable-tooltip__content ul {
  padding-left: 1em;
}
.expandable-tooltip .expandable-tooltip__content ul li {
  list-style-type: disc;
}

.expandable-tooltip:hover .expandable-tooltip__content,
.radio[name="type"]:checked + .radio > .expandable-tooltip .expandable-tooltip__content  {
  max-height: 300px;
}

.radio[name="type"]:checked + .radio > .expandable-tooltip  {
  background: #ffffff;
}

.columns a {
    color: #d50c2d;
    text-decoration: none;
}

.columns hr {
    height: 1px;
    background-color: #CCCCCC;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.columns a:hover {
    text-decoration: underline;
}

strong.underline {
    text-decoration: underline;
}

/*
BEGIN: Create multi-column-layout
*/

/*  tantek-family hack for IE5 to position everything right  */
/*/*/
.columns {
    font-family: "\"}\"";
    font-family: inherit;
}

/* */
/*  empty required to get IE5 back on track  */
#empty {
}

#empty {
}


/*  End of Omniweb-Hack  */

.clear {
    clear: both;
    font-size: 1px;
    line-height: 0px;
}

/*
END: Create multi-column-layout
*/

/*
BEGIN: split layout
*/

.split_layout {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    cell-spacing: 0px;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.split_left {
    text-align: left;
}

.split_right {
    text-align: right;
}

/*
END: split layout
*/

/*
BEGIN: layout for boxes, e.g. domainbox
*/

.box_page {
    border-left: 1px solid #CCCCCC;
    float: right;
}

.box_page li {
    border: 1px solid #CCCCCC;
    background-color: #f2f2f2;
    border-left: none;
    color: #333333;
    vertical-align: middle;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    padding: 0px 2px 0px 2px;
    float: left;
    width: 20px;
    text-align: center;
}

.box_page li:hover, .box_page .active_page {
    background-color: #c6c2c0;
    cursor: pointer;
}

/*
.box_page li:last-child {
    float                 : none;
    border                : 1px solid #8d96a5;
}
*/

.page-title {
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 28px;
  color: #383838;
}


.box, .box_wide, .box_sm, .box_login {
    border: none;
    margin-bottom: 5px;
    font-size: 14px;
    background-color: white;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 4px;
}

.box_advice {
    border: 1px solid #CCCCCC;
    width: 190px;
    margin-bottom: 15px;
}

.box_product {
    margin-bottom: 5px;
    width: 300px;
    height: auto;
    min-height: 310px;
    float: left;
    margin-right: 10px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    background-color: white;
}

.box_product .title {
    font-size: 14px;
}

.box_login {
    width: 500px;
}



.box {
    width: 190px;
}

.box_title, .box_title_no_hover {
    color: #333333;
    vertical-align: middle;
    font-weight: bold;
    height: 30px;
    padding: 0px 0px 0px 0px;
    z-index: 300;
    border: 0px;
    width: 100%;
    border-spacing: 0px;
    border-radius: 4px;
    background-color: white;
}

.box_title_highlighted, .box_title_highlighted_no_hover {
    background-color: #d50c2d;
    color: #ffffff;
    vertical-align: middle;
    font-weight: bold;
    height: 30px;
    padding: 0px 0px 0px 0px;
    z-index: 300;
    border: 0px;
    width: 100%;
    border-spacing: 0px;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box_wide {
    z-index: 300;
}

/*
 * status indicators
 */
.box_wide.has-incident {
  border: solid 1px #666666;
}
.box_wide.has-incident a.link-incident {
  font-size: 16px;
  margin-left: 10px;
  color: #666666;
}
.box_wide.has-incident:hover a.link-incident,
.box_wide.has-incident .box_title_highlighted a.link-incident {
  color: #ffffff;
}

/* outage & warning */
.has-incident.has-incident-outage,
.has-incident.has-incident-warning {
  border-color: red;
}
.has-incident.has-incident-outage a.link-incident,
.has-incident.has-incident-warning a.link-incident {
  color: red;
}
.box_wide.has-incident-outage td.status,
.box_wide.has-incident-warning td.status {
  background-color: red !important;
}
.box_wide.has-incident-outage td.status span span::after,
.box_wide.has-incident-warning td.status span span::after {
  content: "\f00d" !important;
}

/* maintenance */
.has-incident.has-incident-maintenance {
  border-color: #1979a2;
}
.has-incident.has-incident-maintenance a.link-incident {
  color: #1979a2;
}

/* none */
.box_wide:not(.has-incident) td.title a.link-incident {
  display: none;
}

.box_sm {
    z-index: 300;
}

/*  let javascript-link look like a normal html-link  */
.box_title:hover {
    cursor: pointer;
    background-color: #d50c2d;
    color: #ffffff;
}

.box_title_highlighted:hover {
    cursor: pointer;
    background-color: #d50c2d;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box_content {
    font-size: 14px;
    line-height: 23px;
    border-top: none;
    padding: 10px 10px 10px 10px;
}

.box_content_sm {
    background: #f2f2f2;
    font-size: 14px;
    line-height: 23px;
    border-top: none;
    padding: 0 0 0 10px;
}

.box_content_sm > div {
    padding-bottom: 15px;
}

.box_content_text {
    text-indent: 0;
    clear: left;
}

.box_content_product {
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    min-height: 270px;
    height: auto;
}

.box_content_login {
    background: #f2f2f2;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
}

.product_details {
    position: relative;
    height: 140px;
}

/*  positioning of ajax-loading-graphic  */
.ajaxloader {
    text-align: center;
    width: 100%;
}

.ajaxloader_small {
    vertical-align: middle;
    margin-left: 10px;
}

/*
END: layout for boxes, e.g. domainbox
*/

/*
BEGIN: Layout of input-fields, e.g. for domaindata
*/

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

.dataform label {
    padding-right: 30px;
}

.dataform input:hover, .dataform input:active {
    background: #9FBFEE;
}

.dataform table {
    border-spacing: 0;
}

.dataform input {
    width: 405px;
    font-family: sans-serif;
    font-size: 12px;
}

/*
END: Layout of input-fieds, e.g. for domaindata
*/

/*
BEGIN: set layout of robot-header
*/

.header {
    height: 60px;
    background: #d50c2d;
    min-width: 1000px;
    position: fixed;
    z-index: 500;
    width: 100%;
}

.header_separator {
    background: #58585a;
    width: 100%;
    height: 10px;
    position: absolute;
    min-width: 1000px;
}

.header_border {
    /*border-bottom         : 6px solid #9FBFEE;*/
    border-bottom: 6px solid #d50c2d;
    width: 189px;
    height: 5px;
    position: absolute;
    top: 44px;
}

.robot_logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

/*
END: set layout of robot-header
*/


/*
BEGIN: Layout of Navigation
*/

.menu_item {
    color: #333333;
    font-weight: bold;
    list-style-type: none;
    padding: 6px;
    border-top: 1px solid #CCCCCC;
    vertical-align: middle;
}

.menu_item a {

    color: #333333;
    text-decoration: none;
}

.menu_title li {
    position: relative;
    top: 6px;
    padding: 3px 10px 3px 0px;
    font-weight: normal;
    list-style-type: none;
}

.menu_title li + li {
    border-top: 1px solid #CCCCCC;
}

.menu_subitems {
    color: #3D5D9A;
    z-index: 1;
}

/*
.menu_subitems:hover  {
    padding-top           : 2px;
    text-indent           : -1px;
    background            : #EEEEEE;
    border-top            : 1px solid #AFB1C8;
    border-left           : none;
    border-right          : none;
    cursor                : pointer;
}
*/

.menu_subitems {
    padding-top: 3px;
}

.menu_subitems a {
    color: #d50c2d;
    text-decoration: none;
    background: none;
    padding-left: 20px;
    font-size: 12px;
}

.menu_subitems a:hover {
    /*color                 : #000000;*/
    text-decoration: underline;
}

li, ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

/*
END: Layout of Navigation
*/

/*
BEGIN: Ajax-Search-Box
*/

div#search {
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

div#search input, div#search select {
    vertical-align: top;
    margin-bottom: 10px;
}

/*
#search form, div#search input {
    margin                : 0;
    padding               : 0;
    line-height           : 16px;
    height                : 18px;
}

#search input, div#search select {
    vertical-align        : middle;
    line-height           : 16px;
    height                : 18px;
}
*/
#culture select {
    float: left;
}

/*  Box for search-result  */
#search_suggestion {
    display: none;
    text-align: left;
    position: absolute;
    background: #F4F4F4;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    float: right;
    z-index: 500;
}
#search_suggestion.invoice {
    top: 210px;
}
.search_result {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    cell-spacing: 0px;
    border-collapse: collapse;
}

.search_result th {
    background-color: #c6c2c0;
    color: #333333;
    height: 25px;
    padding: 0px 10px 0px 10px;
    border-spacing: 0px;
}

.search_result img {
    padding-left: 15px;
    vertical-align: middle;
    float: right;
}

.search_result td {
    font-weight: normal;
    border-top: 1px solid #CCCCCC;
    background: #F4F4F4;
    margin: 0;
    padding: 2px 10px 2px 10px;
}

/*
END: Ajax-Search-Box
*/

/*
BEGIN: Tabs
*/

.tabs {
    white-space: nowrap;
    color: #333333;
    position: relative;
    top: -10px;
    left: -1px;
    margin: 0px 0px 0px -10px;
    padding: 0;
}

/*  layout of tab-link  */
.tabs li a, .tabs li a:hover {
    color: #000000;
    text-decoration: none;
}

/*  layout of single tab  */
.tabs li {
    background: #dfdbd8;
    padding: 5px 10px 5px 10px;
    margin: 0px 1px 0px 1px;
    float: left;
    text-align: center;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-top: none;
    border-left: 1px solid #A4A4A4;
    border-right: 1px solid #A4A4A4;
    border-bottom: 1px solid #A4A4A4;
}

/*  empty-dummy-elemnt at the end of tab-bar to end float-left and force a new line  */
.tabs .last {
    float: none;
    visibility: hidden;
}

/*  change cursor when over tab-bar-element to make it look like a link  */
.tabs li:hover {
    background: #A4A4A4;
    cursor: pointer;
}

/*
END: Tabs
*/

/*
BEGIN: Tooltip
*/

.tooltip {
}

.tooltip_underline {
    border-bottom: 1px dotted;
}

.tooltip_help {
    cursor: help;
}

.tooltip_underline_help {
    border-bottom: 1px dotted;
    cursor: help;
}

.tooltip_backup_status{
    display: inline-block;
    min-width: 15px;
    height: 15px;
    cursor: help;
}

.tooltip_vswitch_status{
    display: inline-block;
    min-width: 15px;
    height: 15px;
    cursor: help;
}

/*
END: Tooltip
*/

/*
BEGIN: Status Icons
*/

.status_red {
    background-color: #ED0804;
}

.status_yellow {
    background-color: #EDE91C;
}

.status_green {
    background-color: #3DB611;
}

.status {
    width: 30px;
    min-width: 30px;
    white-space: break-spaces;
    border-top-right-radius: 4px;
    border-left: 1px solid #CCCCCC;
}

.box_title_highlighted > tbody > tr > td.status {
    border-bottom-right-radius: 0;
}

.box_title > tbody > tr > td.status, .box_title_no_hover > tbody > tr > td.status  {
    border-bottom-right-radius: 4px;
}

.status_clear {
    width: 30px;
}


.inline_status{
    min-width: 15px;
    display: inline-block;
    height: 15px;
    border-radius: 12px;
    line-height: 50px;
    vertical-align: middle;
    margin-right: 5px;
}

/*
END: Status Icons
*/

.title {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 100px;
    height: 32px;
}

.title h2 {
    font-size: 15px;
    margin: 9px;
    font-family: sans-serif;
    text-transform: none;
}

.title img {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.handle_string {
    font-weight: normal;
    width: 190px;
    border-left: 1px solid #CCCCCC;
}

.handle_tld {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 70px;
    border-left: 1px solid #CCCCCC;
}

.handle_type {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 95px;
    border-left: 1px solid #CCCCCC;
}

.handle_status {
    width: 32px;
}

.handle_usage {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
    border-left: 1px solid #CCCCCC;
}

.regns_ip {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 120px;
    border-left: 1px solid #CCCCCC;
}

.domain_name {
    padding-left: 10px;
}

.domain_registered {
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  width: 75px;
  border-left: 1px solid #CCCCCC;
}

.domain_maturity {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 75px;
    border-left: 1px solid #CCCCCC;
}

.domain_status {
    width: 30px;
}

.storage_login {
    font-weight: normal;
    padding-left: 10px;
    width: 70px;
    border-left: 1px solid #CCCCCC;
}

.storage_maturity {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 70px;
    border-left: 1px solid #CCCCCC;
}

.server_article {
    min-width: 190px;
}

.server_name {
    font-weight: normal;
    padding-left: 10px;
    width: 180px;
    min-width: 65px;
    border-left: 1px solid #CCCCCC;
    white-space: break-spaces;
}

.server_vswitch {
    font-weight: normal;
    padding-left: 10px;
    width: 60px;
    min-width: 60px;
    white-space: break-spaces;
}

.server_datacenter {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 120px;
    min-width: 50px;
    border-left: 1px solid #CCCCCC;
    hyphens: auto;
}

.server_datacenter i.fi {
    border: 1px solid black;
}

.server_ip {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #CCCCCC;
}

.ipv4_address {
  width: 120px;
  min-width: 120px;
  white-space: break-spaces;
}

.ipv6_net {
  width: 200px;
  min-width: 200px;
  white-space: break-spaces;
}

.server_maturity {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 82px;
    min-width: 82px;
    border-left: 1px solid #CCCCCC;
    white-space: break-spaces;
}

.server_status {
    width: 26px;
}

.ssl_maturity {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 60px;
    border-left: 1px solid #CCCCCC;
}

.coloaccesslog_date {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 120px;
    border-left: 1px solid #CCCCCC;
}

.coloaccesslog_name {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #CCCCCC;
}

.coloaccesslog_door {
    padding-left: 10px;
    padding-right: 10px;
    width: 200px;
}

.colotargetdate_date {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 120px;
    border-left: 1px solid #CCCCCC;
}

.order_cpu {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.order_cpu_benchmark {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 50px;
    border-left: 1px solid #CCCCCC;
    text-align: right;
}

.order_ram {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 15px;
    width: 50px;
    border-left: 1px solid #CCCCCC;
    text-align: right;
    white-space: nowrap;
}

.order_hd {
    font-weight: normal;
    padding-left: 15px;
    padding-right: 10px;
    width: 130px;
    border-left: 1px solid #CCCCCC;
}

.order_price {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 110px;
    border-left: 1px solid #CCCCCC;
    text-align: right;
    white-space: nowrap;
}

.order_nextreduce {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 120px;
    border-left: 1px solid #CCCCCC;
    white-space: nowrap;
}

.order_cheapest_price {
    color: #d50c2d;
}

.market_anchor{
    padding-top: 140px;
}

table.sortbox {
    border-spacing: 0px;
    cell-spacing: 0px;
    width: 100%;
}

div.sortbox {
    height: 6px;
    margin-bottom: 8px;
    width: 100%;
}

/* sortbox--with-labels styles (grey th columns)
 * this modified sortbox contains a label for each column
*/
div.sortbox.sortbox--with-labels {
  border-radius: 3px;
  overflow: hidden;
  height: auto;
  margin-bottom: 12px;
}
div.sortbox.sortbox--with-labels table tr td, div.sortbox.sortbox--with-labels table tr a {
  font-size: 12px;
  white-space: nowrap;
}

div.sortbox.sortbox--with-labels td {
  line-height: 1em;
  background-color: #5a5a5a;
  box-sizing: border-box;
}

div.sortbox.sortbox--with-labels td.sortable:hover {
  cursor: pointer;
  background-color: #696969;
}
div.sortbox.sortbox--with-labels td.active {
  background-color: #444;
}

div.sortbox.sortbox--with-labels td{
  padding: 0!important;
}

div.sortbox.sortbox--with-labels td .sortbox-label  {
  padding: 10px!important;
  display: block;
}

div.sortbox.sortbox--with-labels td > [tooltip], div.sortbox.sortbox--with-labels td a {
  color: #fff;
  font-weight: bold;
  display: block;
}

div.sortbox.sortbox--with-labels td > [tooltip]:hover, div.sortbox.sortbox--with-labels td a:hover {
  text-decoration: none;
}

/* ***** */

div.sortbox table tr td, div.sortbox table tr a {
    border: none;
    margin: 0px;
    font-size: 6px;
    padding-left: 0px;
    padding-right: 0px;
}

div.sortbox td.server_id {
    min-width: 290px;
}
div.sortbox td.server_name {
    min-width: 65px;
    width: 190px;
}
div.sortbox td.server_status {
    width: 32px;
    min-width: 32px;
}

div.sortbox td.server_dc {
    width: 145px;
    min-width: 72px;
}

div.sortbox td.server_ip {
    width: 140px;
    min-width: 140px;
}
div.sortbox td.server_main_net {
    width: 220px;
    min-width: 220px;
}
div.sortbox td.server_maturity {
    width: 102px;
    min-width: 102px;
}

div.sortbox td.handle_string {
  min-width: 200px;
}
div.sortbox td.handle_usage {
  min-width: 120px;
}
div.sortbox td.handle_tld {
  width: 110px;
}

div.sortbox td.domain_registered {
  width: 100px;
}

div.sortbox td.domain_maturity {
  width: 100px;
}
/*
 * FORMS:
 */


select, input, textarea {
    color: #666666;
    border-radius: 4px;
    border: 1px solid #A1A1A1;
    padding: 4px;
    background-color: #f6f6f6;
    vertical-align: bottom;
}

.quicksearch select, .quicksearch input[type=text], .quicksearch textarea {
  background-color: white;
}
select, input {
    height: 25px;
}
input[type="image"] {
  height: auto;
  border: none;
  padding: 0;
  border-radius: 0;
}

select[multiple] {
    height: auto;
}

select {
    border: 1px solid #ccc;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input::-webkit-input-placeholder {
    color: #b2aeac;
}
input::-moz-placeholder {
    color: #b2aeac;
}
input:-ms-input-placeholder {
    color: #b2aeac;
}
input:-moz-placeholder {
    color: #b2aeac;
}

textarea#public_key {
    width: 90%;
    font-family: monospace;
}

table.form {
    width: 100%;
    vertical-align: top;
    margin: 0 0 0 0;
}

table.form tr td.label, table.form tr td.label_req, table.form tr td.element {
    border-bottom: 1px solid #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}

td.label, td.label_req {
    width: 300px;
}

table.form tr.submit_row td.label, table.form tr.submit_row td.element {
    padding-top: 10px;
    border: none;
}

table.form tr td.request_label, table.form tr td.request_label_req {
    border-bottom: 1px solid #CCCCCC;
    width: 175px;
}

table.form tr td.label_fixed {
    border-bottom: 1px solid #CCCCCC;
    width: 240px;
}

table.form tr.submit_row td.request_label {
    padding-top: 10px;
    border: none;
    width: 174px;
}

table.form tr td.credit_label, table.form tr td.credit_label_req {
    border-bottom: 1px solid #CCCCCC;
    width: 175px;
}

table.form tr.submit_row td.credit_label {
    padding-top: 10px;
    border: none;
    width: 174px;
}

.label, .request_label, .credit_label {
    padding-right: 20px;
}

.label_req, .request_label_req, .credit_label_req {
    padding-right: 20px;
    font-weight: bold;
}

label.radio, label.checkbox, label.checkbox_indent, label.dropdown {
    display: table-cell;
    vertical-align: middle;
}

.element {
    padding-left: 20px;
    vertical-align: middle;
}

.search_market tbody tr .label {
    min-width: 135px;
    padding-right: 0px;
    width: auto;
}

img.ui-datepicker-trigger {
    margin-top: 8px;
    margin-left: 2px;
}


table.form tr td select,
#domain td input[name='domain'] {
    min-width: 320px;
}

form.traffic > table.form > tbody > tr > td > select,
form.filter_form > table > tbody > tr:nth-child(4) > td > select,
form.filter_form > table > tbody > tr:nth-child(5) > td > select,
table.form tr td select#contact_vat_id_country,
table#form_table > tbody > tr > td > select#date_day,
table#form_table > tbody > tr > td > select#date_month,
table#form_table > tbody > tr > td > select#date_year,
#request_date_day, #request_date_month, #request_date_year, #request_date_hour, #request_date_minute,
.form_date_width{
    min-width: initial !important;
}

.request_date{
    line-height: 35px;
}

table.form tr td input.button {
    width: auto;
}

table.form tr td input.radio, table.form tr td input.radio_inline, input.radio {
    border: none;
    width: auto;
}

table.form tr td input.checkbox, table.form tr td input.checkbox_indent {
    border: none;
    width: auto;
}

table.form tr td > input.checkbox, table.form tr td > input.checkbox_indent {
    float: left;
}

.form_add {
    margin-left: 3px;
}

th {
    text-align: left;
}

ul.error_list {
    color: #d50c2d;
    padding-left: 15px;
}

ul.error_list li {
    list-style-type: square;
}

.input_block {
    display: block;
}

.help {
    display: block;
    margin-left: 25px;
    max-width: 375px;
}

input.checkbox + span.help {
    display: block;
    margin-left: 35px;
    max-width: 100%;
}

li.radio {
    display: table-row;
}

li.checkbox {
    display: table-row;
}

li.checkbox_indent {
    display: table-row;
}

input.checkbox_indent {
    margin-left: 25px;
}

li.radio_inline {
    display: inline;
}

.radio_list {
    float: left;
    margin-right: 10px;
}

.rdns_input {
    min-height: 13px;
    min-width: 15px;
    border-bottom: 1px dotted;
    border-left: 1px dotted;
    border-right: 1px dotted;
    padding: 0px 2px;
}

.in-place {
    min-height: 13px;
    min-width: 35px;
    border-bottom: 1px dotted;
    border-left: 1px dotted;
    border-right: 1px dotted;
    padding: 0px 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.in-place.empty  {
    color: #A4A4A4;
}

.server_name_input_hover {
    cursor: text;
}

/*
 * ERROR / SUCCESS MESSAGES:
 */

.error {
    color: #d50c2d;
}

.embedded_msgbox_error {
    font-weight: bold;
    background-color: rgba(255, 0, 0, 0.13);
}

.embedded_msgbox_success {
    font-weight: bold;
    background-color: rgba(0, 128, 0, 0.09);
}

blockquote {
    padding: 5px 10px 5px 55px;
    min-height: 52px;
}

blockquote.msgbox_error, blockquote.msgbox_error_red_bg, blockquote.msgbox_info, blockquote.msgbox_warning, blockquote.msgbox_success, blockquote.msgbox_advice, blockquote.msgbox_processing {
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 21px;
    border-radius: 4px;
}

blockquote.msgbox_error a, blockquote.msgbox_error_red_bg a, blockquote.msgbox_info a, blockquote.msgbox_warning a, blockquote.msgbox_success a, blockquote.msgbox_advice a, blockquote.msgbox_processing a {
    font-size: 12px;
}

blockquote.msgbox_error {
    background: #FFFFFF url("/source/ade54ab41978778376073aaabefbda8b/msgbox_error.png") no-repeat 10px 10px;
    border: 1px solid #d50c2d;
}

blockquote.msgbox_error_red_bg {
    background: #d50c2d url("/source/41f0d9d2bd2a66a4c0fdf9712e162a3b/msgbox_error_white.png") no-repeat 10px 10px;
    color: #FFFFFF;
}

blockquote.msgbox_info {
    background: #FFFFFF url("/source/9aa10758a60ec754d78e1de11d219bf9/msgbox_info.png") no-repeat 10px 10px;
    border: 1px solid #04455a;
    color: #04455a;
}

blockquote.msgbox_processing {
    background: #FFFFFF url("/source/ba11d5199afc9aa0383848ec6e3b8d72/processing.gif") no-repeat 10px 10px;
    border: 1px solid #04455a;
    color: #04455a;
}

blockquote.msgbox_warning {
    background: #FFFFFF url("/source/a02c3ee83ee81a9838119f4a01104e55/msgbox_warning.png") no-repeat 10px 10px;
    border: 1px solid #F5CA00;
    color: #a38600;
}

blockquote.msgbox_advice {
    background: #FFFFFF url("/source/de31b348cad17e9077bfde1bdcd41503/msgbox_advice.png") no-repeat 10px 10px;
    border: 1px solid #CCCCCC;
    color: #666666;
}

blockquote.msgbox_success {
    background: #FFFFFF url("/source/2e381156b160145257f7987c95534c7f/msgbox_success.png") no-repeat 10px 10px;
    border: 1px solid #26811F;
}

img.pdf_icon {
    margin-right: 10px;
}

img.csv_icon {
    margin-right: 10px;
}

img.pgp_icon {
    margin-right: 10px;
}

img.status_area {
    width: 30px;
    height: 28px;
}

img.failover, img.locked, img.virtualmac {
    vertical-align: middle;
    margin-left: 2px;
}

img.status_icon {
    margin-left: 5px;
    margin-right: 5px;
}

ul.list {
    padding-left: 15px;
}

li.list {
    list-style-type: square;
}

ol.list-dec {
    padding-left: 18px;
}

li.list-dec {
    list-style-type: decimal;
}

p.handle_template {
    background-color: #ebebeb;
    padding: 5px;
}

table.handle_template, table.wsip_template {
    border-spacing: 3px;
}

table.handle_template td, table.wsip_template td {
    padding-right: 10px;
}

select#handle_template {
    min-width: 150px;
}

/* begin css for emailbox */

div.emailbox {
    margin: 3px;
}

div.emailbox_data {
    margin: 0px;
    padding: 10px 5px;
}

div.emailbox_title {
    margin: 0px;
    padding: 3px;
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
}

div.clickable {
    cursor: pointer;
}

ul.emailboxmenu {
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
    position: relative;
    z-index: 4;
}

li.emailboxmenu {
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin: 0;
    margin-right: 1px;
    padding: 3px 15px;
    display: inline-block;
    list-style: none;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
}

li.emailboxmenu:hover {
    background-color: #F3F3F2;
}

li.emailboxmenu_selected {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
    margin: 0px;
    margin-right: 1px;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
}

div.emailboxcontent {
    position: relative;
    top: -1px;
    z-index: 3;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 15px;
    border: 1px solid #CCCCCC;
    vertical-align: top;
}

pre.emailbox {
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
}

/* end css for emailbox */

table.traffic_ip_list {
    border-spacing: 0px;
    border-collapse: collapse;
    border-bottom: 1px solid #CCCCCC;
}

tr.traffic_ip_entry {
    border-bottom: 1px solid #CCCCCC;
    border-collapse: collapse;
}

td.traffic_ip_entry_checkbox {
    width: 20px;
    padding: 5px;
}

td.traffic_ip_entry_ip {
    width: 180px;
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-spacing: 0px;
    border-collapse: collapse;
}

td.traffic_ip_entry_typ {
    width: 350px;
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-spacing: 0px;
    border-collapse: collapse;
}

td.traffic_ip_entry_name {
    width: 250px;
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-spacing: 0px;
    border-collapse: collapse;
}

td.traffic_ip_entry_rdns {
    width: 250px;
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-spacing: 0px;
    border-collapse: collapse;
}

td.traffic_ip_entry_all_checkbox {
    width: 20px;
    padding: 5px;
    border-collapse: collapse;
}

td.traffic_ip_entry_all {
    width: 130px;
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.traffic_subnet_list {
    padding: 5px;
    border-spacing: 0px;
    border-collapse: collapse;
}

td.traffic_subnet_entry_ip {
    width: 180px;
    padding: 5px;
    border-collapse: collapse;
    border-left: 1px solid #CCCCCC;
}

td.traffic_subnet_entry_type {
    width: 350px;
    padding: 5px;
    border-collapse: collapse;
    border-left: 1px solid #CCCCCC;
}

td.traffic_subnet_entry_name {
    width: 250px;
    padding: 5px;
    border-collapse: collapse;
    border-left: 1px solid #CCCCCC;
}

td.traffic_subnet_entry_checkbox {
    width: 20px;
    padding: 5px;
    border-collapse: collapse;
}

td.traffic_subnet_entry_all_checkbox {
    width: 20px;
    padding: 5px;
}

td.traffic_subnet_entry_all {
    width: 100px;
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.traffic_subnet_ip_list {
    width: 100%;
    border-collapse: collapse;
}

td.traffic_subnet_ip_list {

    border-left: 1px solid #CCCCCC;

    border-spacing: 0px;
    border-collapse: collapse;
}

td.traffic_subnet_ip_entry_ip {
    width: 157px;
    padding: 5px;
    border-bottom: 1px solid #CCCCCC;
    border-collapse: collapse;
}

td.traffic_subnet_ip_entry_rdns {
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-collapse: collapse;
}

td.traffic_subnet_ip_entry_checkbox {
    width: 20px;
    padding: px;
    border-bottom: 1px solid #CCCCCC;
    border-collapse: collapse;
}

tr.traffic_subnet {
    border-bottom: 1px solid #CCCCCC;
    border-collapse: collapse;
}

table.ip_list {
    padding: 2px;
}

td.ip_list {
    padding-left: 17px;
}

table.subnet_ip_list {
    margin-left: 35px;
}

.additional_ip_subnet {
    display: none;
}

.new_rdns {
    display: none;
}

input.checkbox {
    border: none;
    width: auto;
}

form.traffic input {
    height: auto;
}

table.products {
    border-spacing: 5px;
}

table.products td {
    padding-right: 10px;
}

table.cart td, table.cart th {
    padding-right: 10px;
}

table.cart th {
    padding-bottom: 14px;
}

table.cart th.block {
    border: 1px solid #CCCCCC;
}

table.cart input.button {
    margin-bottom: 5px;
}

table.cart tr.item_with_price td {
    padding-top: 12px;
}

td.price {
    white-space: nowrap;
}

td.quantity {
    white-space: nowrap;
}

th.article {
    padding-right: 50px;
}

td.amount {
    text-align: right
}

.button {
    border-radius: 4px 4px 4px 4px;
    box-sizing: content-box;
    -moz-border-radius: 4px 4px 4px 4px;
    -moz-box-sizing: content-box;
    min-height: 20px;
    width: auto;
    border: none;
    color: #000;
    font-weight: normal;
    margin-right: 20px;
    background: #dfdbd8;
    padding: 4px 10px;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.button:hover {
    background: #c6c2c0;
}

.calltoaction {
    color: #fff;
    background: #d50c2d;
}

.calltoaction:hover {
    background: #0b2e52;
}

table.ripe_data td {
    padding-right: 5px;
}

.box_count {
    float: right;
    background: #f2f2f2;
    border: 1px solid #CCCCCC;
    color: #333333;
    vertical-align: middle;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    padding: 0px 2px 0px 2px;
    margin: 0px 0px 0px 8px;
    text-align: center;
}

input.hint {
    color: #A4A4A4;
}

div.progress {
    float: left;
    height: 12px;
    width: 150px;
    overflow: hidden;
    background-color: #E8E8E8;
    border-radius: 4px;
    margin-left: 5px;
    margin-top: 4px;
    border: solid 1px #A4A4A4;
}

div.progress-bar {
    float: left;
    width: 0px;
    height: 100%;
}

div.progress-bar-red {
    background-color: #d50c2d;
}

div.progress-bar-yellow {
    background-color: #F4B93E;
}

div.progress-bar-green {
    background-color: #3DB611;
}

span.disk_usage {
    float: left;
}

th.snapshot-size {
    padding-left: 25px;
}

td.snapshot-size {
    padding-left: 27px;
    text-align: right;
}
th.snapshot-date {
    padding-left: 35px;
}

td.snapshot-date {
    padding-left: 37px;
    text-align: right;
}

table#box_title_products_rootserver, table#box_title_products_vserver, table#box_title_products_colocation, table#box_title_products_domain, table#box_title_products_ssl, table#box_title_products_storage, table#box_title_products_top {
    margin-bottom: 5px;
}

.inplaceeditor-form {
    margin: 0;
    padding: 0;
    display: inline;
}

.editor_ok_button{
    height: 35px;
    width: 40px;
    margin: 0 2px;
}

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

.help_icon_text {
    vertical-align: top;
}

.password {
    font-family: monospace;
}

div.sortbox td.log_app {
    width: 80px;
}

div.sortbox td.log_module {
    width: 110px;
}

div.sortbox td.log_action {
    padding-left: 10px;
}

div.sortbox td.log_login {
    width: 130px;
}

div.sortbox td.log_ip {
    width: 150px;
}

div.sortbox td.log_date {
    width: 190px;
}

div.sortbox td.log_status {
    width: 80px;
}

table.log_entry {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.log_entry th {
    padding: 5px;
}

td.log_entry_app {
    width: 60px;
    padding: 5px;
    border-bottom: 1px solid #CCCCCC;
}

td.log_entry_module {
    width: 90px;
    padding: 5px;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

td.log_entry_action {
    padding: 5px;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

td.log_entry_login {
    width: 120px;
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

td.log_entry_ip {
    width: 140px;
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

td.log_entry_date {
    width: 180px;
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

td.log_entry_status {
    width: 80px;
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.hardware_details {
    color: #333;
    width: 63%;
    margin-right: 5%;
    margin-top: 10px;
    font-size: 15px;
    z-index: 290;
}

span.hardware_details {
    font-size: 14px;
}

span.hardware_details img {
    height: 25px;
    margin: 0 15px 20px 5px;
    vertical-align: top;
}

span.span-status-green:after {
    content: "\f00c";
    color: white;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-left: 9px;
    bottom: -1px;
}

span.span-status-yellow:after {
    content: "\f253";
    color: black;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-left: 7px;
    bottom: -1px;
}

span.span-status-red:after {
    content: "\f00d";
    color: white;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-left: 8px;
    bottom: -1px;
}

table.additional_hw td {
    width: auto;
    color: #143F69;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}

table.additional_hw td img {
    height: 20px;
    margin: 0;
    padding-right: 10px;
}

.sm_list dt {
    color: #d50c2d;
    font-weight: bold;
    font-size: 15px;
    margin: 20px 0 8px 0;
    padding: 3px 0 3px 5px;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    vertical-align: middle;
}

.sm_list dt:first-child {
    margin-top: 0;
}

.sm_list dt:last-child {
    margin-bottom: 10px;
}

.sm_list dt img {
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.sm_list a.down:after {
    width: 10px;
    content: url("/source/dc6b94d60dc9b3340d8a066fe8b8e6a2/sort_down.png");
    float: right;
    margin-right: 5px;
    margin-top: -33px;
}

.sm_list a.up:after {
    width: 10px;
    content: url("/source/3e7f1d91008862002f5d04fd0a519b22/sort_up.png");
    float: right;
    margin-right: 5px;
    margin-top: -33px;
}

.sm_list a:last-child:after {
    content: '';
}

.sm_list dt:hover {
    background: #e3e3e3;
    cursor: pointer;
}

.sm_list dd {
    display: list-item;
    list-style-type: square;
}

.sm_list dd a {
    font-size: 12px;
    font-weight: normal;
}

.sm_list a {
    font-weight: bold;
    font-size: 15px;
    outline: none;
}

.sm_list {
    position: relative;
    width: 59%;
    margin-right: 5%;
    float: left;
}

.column_price {
    position: absolute;
    top: -0px;
    right: 15px;
    width: 270px;
    height: 96%;
    float: right;
    text-align: right;
    background: #f2f2f2;
    border-left: #CCCCCC solid 1px;
    margin-top: 1%;
}

.column_price p {
    font-weight: bold;
    font-size: 15px;
    padding-right: 10px;
}

.column_price hr {
    margin-right: 10px;
    margin-left: 10px;
}

.column_price h2 {
    font-size: 20px;
    color: #143F69;
    padding-right: 10px;
    padding-top: 91px;
}

.column_price .button {
    min-height: 28px;
    padding: 0 25px;
    margin-bottom: 10px;
}

.price {
    color: #666;
}

span.price {
    font-size: 33px;
    font-weight: bold;
    line-height: 0.7;
}

span.price_small {
    font-size: 20px;
}

span.price_smaller {
    font-size: 16px;
}

span.price_hourly {
  font-size: 16px;
}

span.price_hourly_small {
    font-size: 13px;
}

table.price_table {
    width: 100%;
}

table.price_table tr td:nth-child(2) {
  float: right;
}

.product_title {
    padding-right: 10px;
    padding-top: 15px;
}

.product_title h2 {
    color: #333;
    padding: 0;
}

.box_advice h4 {
    padding: 6px 10px;
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    color: #d50c2d;
    background: #f2f2f2;
}

.box_title_highlighted tr td span.hdtext {
    color: #C5C5C5;
}

.box_title_highlighted {
    scroll-margin-top: 68px;
}

.box_title tr td span.hdtext {
    color: #d50c2d;
}

.box_title_highlighted a {
    color: #FFF;
}

.key_name {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 100px;
}

.key_type {
    font-weight: normal;
    padding-left: 10px;
    width: 140px;
    border-left: 1px solid #CCCCCC;
}

.key_fingerprint {
    font-weight: normal;
    padding-left: 10px;
    width: 380px;
    border-left: 1px solid #CCCCCC;
}

.key_created_at {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 95px;
    border-left: 1px solid #CCCCCC;
}

pre.key_data {
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    word-wrap: break-word; /* IE 5+ */
    background-color: #F3F3F2;
    margin: 0px;
    padding: 15px;
    border: 1px solid #CCCCCC;
}

div.sortbox td.key_name {
    padding-left: 10px;
}

div.sortbox td.key_type {
    width: 150px;
}

div.sortbox td.key_fingerprint {
    width: 390px;
}

div.sortbox td.key_created_at {
    width: 125px;
}

div.sortbox td.key_status {
    width: 26px;
}

textarea#data {
    width: 90%;
    float: left;
    font-family: monospace;
}

.liste {
    width: 100%;
    display: inline-block;

}

.liste dt {
    background: white none repeat scroll 0% 0%;
}

.product_details a {
    font-size: 12px;
    font-weight: normal;
}

select.ssh_key option:first-child {
    font-style: italic;
}

/* Filter Section */
.filter {
    display:inline-block;
    background:#ffffff;
    width:100%;
    padding: 0px 0px 5px 15px;
}
.section {
    margin:10px 0px;
    margin-right:40px;
    float:left;
}

.section:last-child {
    margin-right:0px;
}

.section-head {
    margin-bottom:15px;
    font-size:12px;
    font-weight:bold;
}

fieldset {
    border:none;
    margin:0;
    padding:0;
}

fieldset input {
    height:0px;
    margin-top:-3px;

}

.slider-snap-value {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    border-radius: 4px;
    background: #e2e2e2;
    margin-top: 10px;
}

.section_slider{
    width:12%;
}

.slider .button{
    margin-top: 16px;
}

select option:disabled {
    color: #aaa;
    background: #e4e4e4;
}

input[disabled].button, input[disabled].button:hover, input[disabled].button:active, input[disabled].button:focus,
button[disabled].button, button[disabled].button:hover, button[disabled].button:active, button[disabled].button:focus {
    color: #aaa;
    background: #e4e4e4;
}

.time_colon {
    margin: 5px;
    color: rgb(0, 0, 0);
    vertical-align: -5px;
}

table.firewall {
    border-spacing: 5px;
    max-width: 100%;
}

table.firewall th {
  text-align: center;
  white-space: nowrap;
}

table.firewall td {
    white-space: nowrap;
}

table.firewall input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 35px;
}

table.firewall .firewall_rule_name {
    width: 100%;
    min-width: 10px;
}

table.firewall .firewall_rule_ip_version {
    min-width: 10px;
}

table.firewall .firewall_rule_ip {
    width: 100%;
    min-width: 50px;
}

table.firewall .firewall_rule_port {
    width: 100%;
    min-width: 10px;
}

table.firewall .firewall_rule_protocol {
    min-width: 15px;
}

table.firewall .firewall_rule_tcp_flags {
    width: 100%;
    min-width: 10px;
}

table.firewall .firewall_rule_packet_length {
    width: 100%;
}

table.firewall .firewall_rule_action {
    min-width: 15px;
}

table.firewall .firewall_actions {
    width: 90px;
}

table.firewall .rule_error {
    border-color: red;
    box-shadow: 0 0 10px red;
}

table.firewall :disabled {
    color: #aaa;
    background: #e4e4e4;
}

table.firewall .inactive {
    opacity: 40%;
}

.firewall_name {
    font-weight           : bold;
    padding-left          : 10px;
    padding-right         : 10px;
    margin-right          : 100px;
}

.firewall_created_at {
    font-weight           : normal;
    padding-left          : 10px;
    padding-right         : 10px;
    width                 : 105px;
    border-left           : 1px solid #CCCCCC;
}

.firewall_is_default {
    font-weight           : normal;
    padding-left          : 10px;
    padding-right         : 10px;
    width                 : 16px;
    border-left           : 1px solid #CCCCCC;
}

div.sortbox td.firewall_name {
    padding-left          : 10px;
}

div.sortbox td.firewall_created_at {
    width                  : 130px;
}

div.sortbox td.firewall_status {
    width                  : 30px;
}

a.firewall_rule_link:hover {
    text-decoration: none
}

div.firewall_template {
  background-color: #ebebeb;
  padding: 5px;
  margin-bottom: 8px;
}

.storagebox_subaccount_status{
    text-align: center;
}

.storagebox_subaccount_status_padding{
    padding-left: 10px;
}


div.server_list_header hr {
    margin-bottom: 0px;
}

div.server_list_header input {
    margin-top: 10px;
}

ul.tree{
    max-height: 400px;
    overflow: auto;
}
ul.tree, ul.tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tree ul {
    margin-left: 25px;
    overflow-y: hidden;
    height: 0px;
}

ul.tree li {
    margin: 0;
    padding: 0 7px;
    line-height: 20px;
    color: #666666;
    font-weight: bold;
    border-left: 1px solid rgb(100, 100, 100);

}

ul.tree li > span {
    cursor: pointer;
    padding: 2px 25px;
    background: url("/source/08409017742426100508aa07857bc9a0/folder-closed.png") no-repeat;
    background-size: 16px;
    background-position: 5px 0px;
    border-radius: 2px;
}
ul.tree li.open > span {
    background: url("/source/08a3be607d3e43213e8cb3f0d315821f/folder-open.png") no-repeat;
    background-size: 16px;
    background-position: 5px 0px;
}
ul.tree li.loading > span {
    background: url("/source/ba11d5199afc9aa0383848ec6e3b8d72/processing.gif") no-repeat;
    background-size: 16px;
    background-position: 5px 0px;
}


ul.tree li > span:hover {
    box-shadow: inset 0 0 1px #999;
    transition: background-color .15s,box-shadow .15s;
}
ul.tree li.active > span {
    box-shadow: inset 0 0 1px #999;
    background-color: #ced4d7;
    transition: background-color .15s,box-shadow .15s;
}

ul.tree li.open > ul {
    height: inherit;
}
ul.tree li:last-child {
    border-left: none;
}

ul.tree li:before {
    position: relative;
    top: -0.3em;
    height: 1em;
    width: 12px;
    color: white;
    border-bottom: 1px solid rgb(100, 100, 100);
    content: "";
    display: inline-block;
    left: -7px;
}

ul.tree li:last-child:before {
    border-left: 1px solid rgb(100, 100, 100);
}

a.link-single-external:after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-left: 5px;
    bottom: -1px;
}

.btn.btn-yellow {
    color: #383838;
    background-color: #fdc400;
    box-shadow: none;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.btn.btn-yellow:hover {
    background-color: #e4b000;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.btn.btn-yellow:active {
    box-shadow: 0 0 0 2px rgba(253, 196, 0, 0.4);
    transition: all .2s;
    -webkit-transition: all .2s;
    outline: none;
}
.btn.btn-yellow:focus {
    box-shadow: 0 0 0 2px rgba(253, 196, 0, 0.4);
    transition: all .2s;
    -webkit-transition: all .2s;
    outline: none;
}

div.sortbox td.vswitch_id {
    padding-left          : 10px;
}

div.sortbox td.vswitch_created_at {
    width                  : 135px;
}

div.sortbox td.vswitch_name {
    width                  : 290px;
}

div.sortbox td.vswitch_vlan {
    width                  : 75px;
}

.virtual_switch_cloud {
    font-weight: normal;
    padding-left: 10px;
    width: 60px;
}

.virtual_switch_name {
    font-weight: normal;
    padding-left: 10px;
    width: 280px;
    border-left: 1px solid #CCCCCC;
}

.virtual_switch_vlan {
    font-weight: normal;
    padding-left: 10px;
    width: 65px;
    border-left: 1px solid #CCCCCC;
}

.virtual_switch_created_at {
    font-weight           : normal;
    padding-left          : 10px;
    padding-right         : 10px;
    width                 : 80px;
    border-left           : 1px solid #CCCCCC;
}

table.virtual_switch_server_list {
    border-spacing: 0px;
    border-collapse: collapse;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
}

tr.virtual_switch_server_entry {
    border-bottom: 1px solid #CCCCCC;
    border-collapse: collapse;
}

td.virtual_switch_server_entry_checkbox {
    width: 20px;
    padding: 5px;
}

td.virtual_switch_server_entry_status {
    width: 20px;
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-spacing: 0px;
    border-collapse: collapse;
}

.vswitch_server_error {
    border-color: red;
    box-shadow: 0 0 10px red;
}

h5.vswitch_info {
    margin: 0;
    padding: 0;
}
td.virtual_switch_server_entry_display_name {
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-spacing: 0px;
    border-collapse: collapse;
}

td.virtual_switch_server_entry_dc {
    width: 250px;
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-spacing: 0px;
    border-collapse: collapse;
}

td.virtual_switch_server_entry_name {
    width: 250px;
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-spacing: 0px;
    border-collapse: collapse;
}

td.virtual_switch_server_entry_all_checkbox {
    width: 20px;
    padding: 5px;
    border-collapse: collapse;
}

td.virtual_switch_server_entry_all {
    padding: 5px;
    border-left: 1px solid #CCCCCC;
    border-spacing: 0px;
    border-collapse: collapse;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  vertical-align: top;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch.disable {
  pointer-events: none;
  opacity: 0.5;
}

.switch.disable .slider {
  cursor: not-allowed;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 5px;
  bottom: 4px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch.active .slider {
  background-color: #3DB611;
}

.switch.active .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


.switch-widget .error {
  display: inline;
  margin-left: 20px;
}

.switch-widget .error a {
  text-decoration: underline;
}

.tooltip_click_to_copy{
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

/* Avoid duplicate border when nesting tooltips within click_to_copy elements */
.tooltip_click_to_copy .tooltip_underline {
  border-bottom: none;
}

/* Start: Click-to-Copy related css */
.tooltip_click_to_copy .tooltip_text {
  visibility: hidden;
  width: 100px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 2px 0;
  position: absolute;
  z-index: 1;
  bottom: 140%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.4s;
  font-weight: normal;
}

.tooltip_click_to_copy:hover .tooltip_text {
  visibility: visible;
  opacity: 0.9;
}

.copy_confirmation {
  width: 100px;
  text-align: center;
  padding: 2px 0;
  position: absolute;
  z-index: 100;
  bottom: 140%;
  left: 50%;
  margin-left: -60px;
  display: none;
  opacity: 1;
  border-radius: 5px;
  background-color: #3db611;
  color: white;
  transition: opacity 1s;
}
/* End: Click-to-Copy */

.text-green {
  color: #3db611;
}

.main-container p>a.info-link {
  font-weight: bold;
}

/* Password visibility toggle */
.password-toggle {
  display: flex;
}
.password-toggle input {
  border-radius: 4px 0 0 4px;
}
/* Hides the eye icon shown by IE and Edge by default */
.password-toggle input::-ms-reveal {
  display: none;
}

.password-toggle .password-toggle--button {
  border-radius: 0 4px 4px 0;
}

.password-toggle input[type="text"] + .password-toggle--button .fa-eye,
.password-toggle input[type="password"] + .password-toggle--button .fa-eye-slash {
  display: none;
}

.password-toggle input[type="text"] + .password-toggle--button .fa-eye-slash {
  display: inline-block;
}

/* Password validation */
.password-validation-errors {
  margin-top: 1em;
}

.password-validation-errors li {
  list-style-type: none;
  color: red;
  font-size: 0.8rem;
  display: none;
}

.top-bar .top-bar-right {
  gap: 20px;
}
.top-bar-right .divider-container {
  margin: 0;
  display: flex;
}
.top-bar-right .divider {
  height: 32px;
  display: table-cell;
  border-right: 1px solid #e0e0e0;
  align-self: center;
}

.lang-switch {
  display: flex;
  align-self: center;
  position: relative;
}

.lang-btn {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  display: flex;
  color: #383838;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.24px;
  padding: 5px 10px 5px 5px;
  border: 2px solid #E6E6E6;
  border-radius: 36px;
  gap: 4px;
}

.lang-btn:hover {
  text-decoration: none;
  color: #383838;
}

.lang-switch div .divider {
  border-right-color: #D4D4D4;
  height: 18px;
}

.lang-switch > div > .fi {
  max-width: 14px;
  max-height: 14px;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid #383838;
}

.fi-en {
  background: url("/source/d452dca54ac72c05182b63b8d8cca901/en.svg");
}

.fi-other {
  background: url("/source/f63f7a6648a3145fc253b34c7c7040bf/world.svg") no-repeat 50%;
}

.lang-settings {
  display: none;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  z-index: 1;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.36));
  top: 2.5rem;
  right: 0;
  width: 25rem;
  padding: 1.625rem 1.5rem;
  background: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.lang-settings > .lang-headline {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin: -10px 0 0 0;
  max-width: 20rem;
}

.lang-settings .lang-settings-form{
  width: 100%;
}

.lang-settings-category > .category-headline {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.lang-settings .btn.save {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.32px;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  text-transform: none;
}

.lang-settings .btn.save > i {
  margin-right: 5px;
}

.lang-settings-category {
  width: 100%;
  padding-bottom: 24px;
}

.lang-settings-radio {
  display: grid;
  gap: 1rem;
  grid-auto-rows: auto;
}

@media (max-width: 768px) {
  .lang-switch {
    position: unset;
  }
  .lang-settings {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
  }
}

#search-icon {
  filter: invert(65%) sepia(0%) saturate(83%) hue-rotate(172deg) brightness(94%) contrast(95%);
  display: none;
  position: absolute;
  bottom: 0;
}

#button-separator {
  color: #ededed;
  width: 100vw;
  position:absolute;
  right: 0;
  bottom: 55px;
  border: none;
  border-top: 1px solid #e6e6e6;
  display: none;
}

@media (max-width: 500px) {
  .main-navbar {
    height: 114px;
    .divider-container {
      display: none;
    }
  }
  .logo-area {
    position: absolute;
    bottom: 0;
  }
  .lang-switch, .user-menu, .app-switcher {
    position: absolute;
    top: 7px;
  }
  #btn-toggle-nav {
    border: 1px #d4d4d4;
    border-style: solid;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  #search-icon {
    display: inherit;
    position: absolute;
    bottom: 20px;
    right: 70px;
  }
  #button-separator {
    display: inherit;
  }
  .lang-switch {
    left: calc((100vw - (124px + 10px + 21px + 10px + 21px))/2 - 15px);
  }
  .user-menu {
    left: calc(50vw + 15px);
  }
  .app-switcher {
    right: calc((100vw - (124px + 10px + 21px + 10px + 21px))/2 - 15px);
  }
  .navbar-left {
    top: 114px;
  }
  .lang-settings {
    position: fixed;
  }
}

.lang-settings-radio ul {
  columns: 2;
}

.lang-settings-radio li {
  border-radius: 4px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  border: none;
  max-height: 36px;
  cursor: pointer;
}

.lang-settings-radio li input, .lang-settings-radio li label {
  cursor: pointer;
}

.lang-settings-radio li:has(input[type='radio']:checked) {
  background-color: #383838;
  color: #FFFFFF;
}

.lang-settings-radio li input[type='radio']:checked:before {
  background-color: #FFFFFF;
}

.lang-settings-radio li:has(input[type='radio']:not(:checked)) {
  border: 2px solid #383838;
  box-sizing: border-box;
}

.lang-settings-radio input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #383838;
  box-shadow: 0 0 0 2px #FFF;
  height: 14px;
  width: 14px;
  margin-top: -1px;
}

.lang-settings-radio input[type='radio']:checked {
  background: #D50C2D;
  border: 6px solid #D4D4D4;
  box-shadow: none;
  transform: scale(0.70);
  margin-right: -2px;
  margin-left: -1px;
}

.lang-settings-radio input[type='radio']:not(:checked) {
  margin-right: 2px;
  margin-left: 0;
}

.lang-settings-close-btn-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  margin-top: -1rem;
}

.lang-settings-close-btn {
  position: absolute;
  top: 5px;
  right: -10px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z' fill='%23a3a3a3'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.lang-settings-close-btn:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z' fill='%23383838'/></svg>");
}

.lang-settings-save-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.lang-settings-save-btn-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='white'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #383838;
  color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #383838;
  border: none;
  max-height: 36px;
}

.lang-settings .select2-selection {
  background-color: #383838;
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='white' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 45%;
  max-width: 344px;
  height: 100%;
  max-height: 36px;
}

.lang-settings .select2-dropdown {
  max-width: 344px;
}

.lang-settings .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  height: 100%;
}

.btn.btn-red {
  color: #ffffff;
  background-color: #d50c2d;
  box-shadow: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.btn.btn-red:hover {
  background-color: #ae0a25;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.btn.btn-red:active {
  box-shadow: 0 0 0 2px rgba(213, 12, 45, 0.4);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  outline: none;
}
.btn.btn-red:focus {
  box-shadow: 0 0 0 2px rgba(213, 12, 45, 0.4);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  outline: none;
}

.pack_option {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  position: relative;
  padding: 5px 10px;
}

.pack_option label {
  margin-left: 10px;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  color: #a7a7a7;
}
.pack_option label::before {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
}
.pack_option label .pack_option__price {
  margin-left: 20px;
  color: #d50c2d;
}

.pack_option input:checked + label {
  color: #666666;
}
.pack_option input:checked + label::before {
  border-color: #666666;
}
.pack_option input:checked + label::before {
  border-color: #666666;
}

.pack_option input.invalid + label .pack_option__price {
  color: #a7a7a7;
}
.pack_option input.invalid + label::before {
  border-color: transparent;
}

.pack_option input.invalid + label::after {
  content: "?";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background: #fff;
  height: 1.5em;
  width: 1.5em;
  border: 1px solid #a7a7a7;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
}

.pack_option input.invalid:checked + label::before,
.pack_option input.invalid:checked + label::after {
  border-color: #d50c2d;
  color: #d50c2d;
}
