:root {
    --main-theme-color: #0073BF;
}

body {
	margin: 0;
	padding: 0;
	background: #d8d7d2 url(../gfx/bg/bg_body.png) repeat top left;
	font-family: Helvetica, Sans-serif;
	color: #555;
	overflow-y:scroll;
}

body.system_modify_log {
    font-size: 14px;
}

.hide {display: none;}

.container {
	width: 95%;
	min-width: 1170px;
	margin: 20px auto;
}

#header_area {
	display: flex;
}

#header_area a {
    color: #555;
}

#logo {
	width: 220px;
	min-height: 50px;
	margin-left: 50px;
}

#header_messages,
#header_logout {
	flex: 1 0 auto;
}

#header_messages .img_button {
    display: inline;
}

#header_messages .img_button img {
    max-height: 1em;
}


#header_logout {
    text-align: right;
    position: relative;
}

.mainBox {
    background: #fff;
    margin: 1em 0 0;
    padding: 10px 50px 25px 50px;
    border-top: 5px solid var(--main-theme-color);
}

.top_menu {
    margin-top: 15px;
    margin-bottom: 20px;
}

.top_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.top_menu li {
	flex: 1 0 auto;
	padding-bottom: 10px;
	margin-bottom: -1px;
	border-bottom: 1px solid #efefef;
}

.top_menu li.back-link {
    flex: 0 0 95px;
    margin-left: auto;
}

.top_menu li.back-link img {
    display: inline-block;
    margin-top: -.2em;
    margin-right: 5px;

}

.top_menu a {
	border-bottom: 1px solid transparent;
	padding: 10px 20px 10px 0;
	color: #666;
	text-decoration: none;
}

.top_menu a:hover,
.top_menu a:focus,
.top_menu a.open {
    border-color: var(--main-theme-color);
    text-decoration: none;
}

.page-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

}

.main-content {
    flex: 1 0 auto;
    width: 75%;
}

.main-content .category {
    width: 100%;
    border-bottom: 1px solid var(--main-theme-color);
    padding-top: .7em;
    padding-bottom: .7em;
    box-sizing: border-box;
}

.main-content .category:hover,
.main-content .category:focus {
    background: var(--main-theme-color);
    color: #fff;
    text-decoration: none;
}


.page-sidebar {
    background: var(--main-theme-color);
    margin: -10px -50px -25px 50px;
    padding: 20px;
    color: #fff;
    width: 25%;
}

.page-sidebar .system_nav {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.page-sidebar .system_nav a {
    flex: 1 0 auto;
}

.page-sidebar .system_nav .left,
.page-sidebar .system_nav span {
    display: none;
}

.page-sidebar h1 {
    margin-top: 0;
    margin-bottom: 10px;
}

.page-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-sidebar li {
    padding: .7em 0;
    border-bottom: 1px solid #fff;
}

.page-sidebar li:first-child {
    border-top: 1px solid #fff;
}

.page-sidebar li.indent_3 {padding-left: .8em;}
.page-sidebar li.indent_4 {padding-left: 1.6em;}

.page-sidebar a {
    color: #fff;
    text-decoration: none;
}

.page-sidebar a.active {
    font-weight: 700;
}

#countdown_div {
    width: 200px;
    height: 1.3em;
    border: 1px solid var(--main-theme-color);
    position: absolute;
    right: 0;
    margin-top: 10px;
}

#countdown_bar {
    background: var(--main-theme-color);
    height: 1.3em;
    position: absolute;
    z-index: 1;
}

#countdown_timer {
    position: absolute;
    z-index: 2;
    top: .1em;
    left: .5em;
    color: #fff;

}

code {
	font-family: monospace;
    font-size: 16px;
    margin: 1em 0;
	padding: 1em;
	background: #efefef;
    display: block;
    white-space: pre;
}

.gradientContentBox {
    background-image: linear-gradient(to right,var(--main-theme-color),#d5e2ea1c,#ffffff00);
    color: #fff !important;
    padding: .2em 1em !important;
}

h1, h2, h3, h4 {
    clear: both;
    margin-bottom: 1em;
}
.h1, h1 { font-size: 1.5em; }
.h2, h2 { font-size: 1.5em; }
.h3, h3 { font-size: 1.17em; }
.h4, h4 { font-size: 1em; }


h1 .left, h2 .left, h3 .left, h4 .left {
    float: none;
}

h2.contentBox {
	background: var(--main-theme-color) !important;
	padding: .2em 1em !important;
	color: #fff !important;
	overflow: hidden;
}

h2.contentBox .h2_right > div {
	color: inherit !important;
}

h2.contentBox .h2_right select {
	width: auto;
}

h2.contentBox a {
    color: #fff;
    background: transparent !important;
    line-height: auto !important;
    margin-top: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

h2#ev.contentBox,
h2#organisation.contentBox {
    margin-top: 3em;
}

.h2_right > div > div {
	display: inline-block;
	margin-top: .5em;
}

a {
    color: var(--main-theme-color);
    text-decoration: none;
}

a:focus, a:hover {
    text-decoration: underline
}

form input,
form select,
form input.long,
form input.text,
form select.long {
    box-sizing: border-box;
    width: 100%;
    padding: .5em;
}

form select.long,
form select {
    padding-top: .4em;
    padding-bottom: .4em;
}

form input.short,
form select.short {
    width: 50%;
}

form input[type="checkbox"],
form input[type="radio"] {
    width: auto;
}

form input[type="submit"] {
    width: auto;
    border: 0;
    background: var(--main-theme-color);
    color: #fff;
    cursor: pointer;
}

form input[type="submit"]:active,
form input[type="submit"]:focus {
    background: #015084;
}
form input[type="submit"]:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

textarea {
	width: 100%;
	min-height: 150px;
}

textarea.code {
    box-sizing: border-box;
    font-family: monospace;
    font-size: 16px;
}

button,
.button {
	width: auto;
	border: 0;
	background: var(--main-theme-color);
	color: #fff;
    cursor: pointer;
    padding: 6px;
    display: inline-block;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
.button_info.right input[type="submit"],
.button_renew.item input[type="submit"],
.button_modify input[type="submit"] {
    margin-top: 32px;
}

.items .label {
    padding-right: .5em;
    margin: .4em 0 .2em 0;
    display: block;
}

.items.checkbox .label {
    display: inline-block;
    margin: 0;
}

.label label,
.widget input,
.widget select,
.widget textarea {
    margin-bottom: .5em;
}

a.popup_button,.popup_button {
    background: transparent !important;
}

a.popup_icon img {
    margin-top: -.2em;
}

ul.unstyled {
    list-style: none;
}

table.table {
    width: 100%;
}
table.slide_list_table {
    border-collapse: collapse;
}
table.slide_list_table th {
    background: var(--main-theme-color);
    color: #fff;
    padding: .2em 10px;
    text-align: left;
}

table.slide_list_table td {
    padding: .2em 10px;
}

table.slide_list_table td.np {
    padding: 0;
}

table.slide_list_table tr.border {
    border: 0;
    border-bottom: 1px solid #aaa;
}

table.slide_list_table th a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

table.slide_list_table tr.slide_list_spacer {
    display: none;
}

table.slide_list_table tr.align_middle td {
    vertical-align: middle;
}

.order_bar {
    background: var(--main-theme-color);
    color: #fff;
    padding: .2em .5em;
    overflow: hidden;
}

.progress_bar a {
    display: inline-block;
    background: var(--main-theme-color);
    color: #fff;
    padding: .2em .5em;
    border-left: 1px solid #fff;
}

.progress_bar {
    border-bottom: 1px solid var(--main-theme-color);
}

.progress_bar a:first-child {
    border-left: 0;
}

.progress_bar a.active {
    font-weight: bold;
}

.progress_bar a img {
    display: none;
}

.qtip input[type=submit].kachel {
	background: transparent;
	background-repeat: no-repeat;
	background-position: 0 4px;
	color: #555;
	height: auto;
	padding: 0 0 0 20px;
}

.qtip input[type=submit].kachel:focus,
.qtip input[type=submit].kachel:hover {
	border: 0;
}

.flex {
    display: flex;
}

.flex-child {
    flex: 1 1 auto;
    padding: 0 1em;
}

.flex-child:first-child {
    padding-left: 0;
}

.flex-child:last-child {
    padding-right: 0;
}

.flex-child.half {
    flex: 1 0 50%;
    max-width: 48.8%;
}

.flex-child.shrink {
    flex-shrink: 1;
    flex-grow: 0;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.text-center {
    text-align: center;
}

.robot-typeahead {
    width: 100%;
    margin-bottom: .5em;
}

.robot-typeahead .tt-query {
    margin-bottom: 0;
}

.robot-typeahead .tt-dropdown-menu {
    width: 100%;
    background: #fff;
    border: 1px solid #a9aBa5;
    margin-left: -2px;
    padding: 0 .5em;
    box-sizing: border-box;
}

.tt-dropdown-menu .tt-suggestion {
    overflow: hidden;
    margin: 0 -.5em;
    padding: 0 .5em

}
.tt-dropdown-menu .tt-suggestion p {
    margin: .5em 0;
}

.tt-dropdown-menu .tt-is-under-cursor {
    background: var(--main-theme-color);
    color: #fff;
}

.login .mainBox {
    width: 30% !important;
    margin: 7em auto 0 auto !important;
    padding: 1.5em;
    min-height: auto;
    overflow: hidden;
    border: 0;
    min-height: initial !important;

}

.login .mainBox .item,
.login .mainBox .widget {
    float: none;
    width: 100%;
}

/* SSL Uebersicht */

.ssl_overview .row {
    display: flex;
}


.ssl_overview .row:not(:last-child) {
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    margin-bottom: 10px;
}


.ssl_overview .col {
    box-sizing: border-box;
    flex: 0 0 20%;
    padding: 0 1em;
}

.ssl_overview .col:first-child {
    padding-left: 0;
    flex: 0 0 40%;
}



.flex_width_10 { flex: 0 0 10% !important; }
.flex_width_15 { flex: 0 0 15% !important; }
.flex_width_20 { flex: 0 0 20% !important; }
.flex_width_30 { flex: 0 0 30% !important; }
.flex_width_35 { flex: 0 0 35% !important; }
.flex_width_40 { flex: 0 0 40% !important; }
.flex_width_50 { flex: 0 0 50% !important; }
.flex_width_55 { flex: 0 0 55% !important; }
.flex_width_60 { flex: 0 0 60% !important; }
.flex_width_70 { flex: 0 0 70% !important; }
.flex_width_75 { flex: 0 0 75% !important; }
.flex_width_80 { flex: 0 0 80% !important; }
.flex_width_90 { flex: 0 0 90% !important; }
.flex_width_100 { flex: 0 0 100% !important; }


.ssl_overview .ssl_authority {
    margin-top: 1em;
    padding-top: 1em;
    /*border-top: 1px solid #efefef;*/
}

.ssl_overview_header {
    border-bottom: 1px solid #efefef;
    margin-bottom: 1em;
}

.ssl_product_prices {
    width: 100%;

}

.ssl_product_prices th,
.ssl_product_prices td {
    width: 33%;
    padding: .5em 0;
}

.ssl_product_prices + small {
    display: block;
    text-align: right;
}

.ssl_product_warning {
    margin-bottom: 5px;
    margin-top: 10px;
}

/* SSL Preissliste */
.ssl_price_admin .price_higher {
    background: #92c375;
}

.ssl_price_admin .price_lower {
    background: #9f6460;
}

/* Popup */
#popupData {
  display: none;
  z-index: 1000;
  position: fixed;
  min-height: 250px;
  max-height: 500px;
  width: 40%;
  background: #FFF;
  padding: 12px;
  font-size: 13px;
  left: 30%;
  top: 35%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}

#popupDataClose {
  font-size: 19px;
  line-height: 14px;
  right: 6px;
  top: 4px;
  position: absolute;
  color: #8a1f11;
  font-weight: 700;
  display: block;
}

.popupNote {
  font-size: .8em;
  color: #888;
  position: absolute;
  bottom: 0;
}

#backgroundPopup {
  display: none;
  background-color: #fff;
  opacity: .5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}

#backgroundPopup.ajaxLoader {
  background-image: url(../img/ajax-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

.popupLink {
  cursor: pointer;
}

.popupContent {
  display: none;
}

a .confirmation-popover {
    display: inline-block;
    width: 90px;
    color: #222;
    background: var(--main-theme-color);
    height: 23px;
    font-weight: bold;
    box-sizing: border-box;
    padding: .5em;
    font-size: 12px;
}

.ddns-detail-row input,
.ddns-detail-row select,
.ddns-detail-row input.long,
.ddns-detail-row input.text,
.ddns-detail-row select.long {
    box-sizing: border-box;
    padding: .5em;
}

.user_indent { font-size: 70% }
.user_indent:before { content: '- ' }
.user_indent_0:before { content: '' }
.user_indent_1 { padding-left: 0em }
.user_indent_2 { padding-left: .5em }
.user_indent_3 { padding-left: 1em }
.user_indent_4 { padding-left: 1.5em }
.user_indent_5 { padding-left: 2em }
.user_indent_6 { padding-left: 2.5em }
.user_indent_7 { padding-left: 3em }

.ssl_indent,
.dns_indent
{ padding-left: 0em }

.font-weight-normal { font-weight:normal; }
.font-weight-bold { font-weight:bold; }

.font-size-10 { font-size: 10px; }
.font-size-12 { font-size: 12px; }
.font-size-14 { font-size: 14px; }
.font-size-16 { font-size: 16px; }

.box_toggle .handle .label {width: 275px; max-width:none;}

input[readonly].readonly {
    border: 1px solid #bbb;
    background-color: #eee;
    height: 30px;
}

.col50percent{
    width: 50%;
    float: left;
}

form input[name="domain/create/domain[control][set,step,2]"]:disabled {
    display:none;
}

.items .widget.selected-domains {
    width: 60%;
}

.main-theme-color {
    color: var(--main-theme-color);
}

.user-metadata .item {
    width: 100%;
    padding-bottom: 15px;
}

.user-metadata .button_modify input[type="submit"] {
    margin-top: -15px;
}

.login .mainBox.loginInfo,
.login .mainBox.newSystem {
    width: 50%;
    margin-top: 70px;
}

.login .mainBox.loginInfo {
     display: none;
}

.items .with_double_button .widget { width: 64%; }

.item_100 div.widget { width: 90%; }


.account_balance_wrapper { position: relative; }
.account_balance_box {
    padding-left: 20px;
    width: 180px;
    background: var(--main-theme-color);
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    position:  absolute;
    right: 300px;
    top: -51px;
}

.no_zone_found,
.no_prepaid {
    color: gray;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    visibility:hidden;
}


.select2-results__options {
    font-size: 12px;
}
.select2-container--default .selection .select2-container--default,
.select2-container--default .selection .select2-selection--single {
    border-radius: 0px;
}

#license_error_box {
    display: none;
}

div.MAIN_CONTENT_CONTAINER {
    padding: initial;
}

.back-to-top {
    position: fixed;
    right: 4px;
    bottom: 20px;
    width: 34px;
    height: 34px;
    color: var(--main-theme-color);
    font-size: 35px;
    text-shadow: -1px 0 #444, 0 1px #444, 1px 0 #444, 0 -1px #444;
}

.back-to-top .fa-circle {
    color: white;
}

.jira-feedback-right {
    position: fixed;
    background: var(--main-theme-color);
    padding: 5px;
    border: 2px solid white;
    border-top: none;
    font-weight: bold;
    color: white !important;
    display: block;
    white-space: nowrap;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 5px 5px;
    left: 100%;
    top: 40%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: top left;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: top left;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: top left;
    transform: rotate(90deg);
    transform-origin: top left;
}

.onepx-solid-border {
    border:1px solid #999;
}


.sticky {
    position: -webkit-sticky;
    position: sticky; 
    top: 0;
    align-self: flex-end;
}

.padding-bottom-2 { padding-bottom: 2px; }
.padding-bottom-3 { padding-bottom: 3px; }
.padding-bottom-5 { padding-bottom: 5px; }
.padding-bottom-10 { padding-bottom: 10px; }

.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }

.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-20 { margin-bottom: 20px; }

.ssl_overview .ssl_authority .ca_image {
    display: block;
    max-width: 150px;
    max-height: 25px;
    width: auto;
    height: auto;
}