/*
BEGIN: Set basic robot-layout
*/

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

.text_default_color {
    color: #666666;
}

a {
    color: #BE152D;
    text-decoration: none;
}

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

/*  set background to white to have correct layout, also if client has a browser-theme with black default-background  */
body {
    background: #FFFFFF;
}

a:hover {
    text-decoration: underline;
}

strong.underline {
    text-decoration: underline;
}

/*
END: Set basic robot-layout
*/

.centerpadding {
    background: #FFFFFF;
    padding: 10px;
    min-height: calc(100vh - 220px);
}

/*
BEGIN: Additional navigation
*/

h1 {
    position: relative;
    top: -8px;
    left: 8px;
    text-decoration: none;
    display: inline;
    font-size: 17px;
    margin: 0;
}

.user {
    position: absolute;
    left: 230px;
    font-size: 13px;
    white-space: nowrap;
    color: #333333;
    top: 15px;
}

.additional_nav {
    position: relative;
    top: 14px;
    right: 30px;
    float: right;
}

.client_number {
    position: relative;
    right: 90px;
    top: 15px;
    float: right;
    font-size: 13px;
    white-space: nowrap;
}

.client_number p {
    position: relative;
    margin: 0;
    color: #FFFFFF;
    white-space: nowrap;
    float: right;
    font-weight: bold;
}

.client_number .tfa-active {
    color: #86EA11;
}

.client_number .tfa-deactivated {
    color: #FFFFFF; /*TODO Farbe*/
}

.client_number_label {
    font-weight: normal;
    color: #FFFFFF;
}

.client_number a span {
    text-decoration: underline;
}

.tfa_link {
    font-size: 12px;
}

/*
END: Additional navigation
*/

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

/*  tantek-family hack for IE5 to position everything right  */
/*/*/
.columns {
    margin-top: -18px;
    font-family: "\"}\"";
    font-family: inherit;
    margin-top: 0px;
    min-width: 1000px;
}

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

.leftcolumn {
    float: left;
    width: 215px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    white-space: nowrap;
    position: fixed;
    overflow-y: auto;
    top: 70px;
    left: 0px;
    background-color: #e2e2e2;
    /*height                : 505px;*/
    z-index: 600;
    bottom:0;
}

.leftcolumn {
    /*/*/
    margin-top: 0px;
    /* */
}

.rightcolumn {
    position: relative;
    top: -5px;
    float: right;
    width: 210px;
    z-index: 3;
}

.centercolumn {
    position: relative;
    top: 113px;
    background: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    z-index: 4;
}

/*  IE5 needs correction of 29px from top  */
/*/*/
.centercolumn {
    margin-left: 217px;
    margin-top: 29px;
    font-family: "\"}\"";
    font-family: inherit;
    margin-top: 0px;
}

#empty {
}

/*  */

/*  Omniweb-Inline-Hack; But exclude it from IE5/mac  */
/*\*/
.fake.centercolumn {
    margin-right: 5px;
    margin-left: 5px;
}

/*  this bit resets for IE  */
* html .centercolumn {
    margin-right: 211px;
    margin-left: 219px;
}

/*  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: 4px;
}

.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;
}
*/
.box, .box_wide, .box_sm, .box_login {
    border: none;
    margin-bottom: 5px;
    font-size: 14px;
}

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

.box_product {
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
    width: 300px;
    height: 320px;
    float: left;
    margin-right: 10px;
}

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

.box_login {
    width: 500px;
}

.box_login #box_title_0 {
    border-radius: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.box {
    width: 190px;
}

.box_title, .box_title_no_hover {
    background-color: #f2f2f2;
    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: 6px;
}

.box_title_highlighted, .box_title_highlighted_no_hover {
    background-color: #BE152D;
    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: 6px;
    border-top-right-radius: 6px;
}

.box_wide {
    z-index: 300;
}

.box_sm {
    z-index: 300;
}

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

.box_title_highlighted:hover {
    cursor: pointer;
    background-color: #0b2e52;
}

.box_content {
    background: #f2f2f2;
    font-size: 14px;
    line-height: 23px;
    border-top: none;
    padding: 10px 10px 10px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

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

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

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

.box_content_product {
    background: #f2f2f2;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    border-top: 1px solid #CCCCCC;
    height: 260px;
}

.box_content_login {
    background: #f2f2f2;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.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: #BE152D;
    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 #BE152D;
    width: 189px;
    height: 5px;
    position: absolute;
    top: 44px;
}

.header2 {
    height: 53px;
    min-width: 1000px;
    background-color: #FFFFFF;
    position: fixed;
    z-index: 500;
    top: 60px;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
}

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

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

/*
BEGIN: Layout for Robot-Footer
*/

.footer {
    position: relative;
    padding-top: 12px;
    width: 100%;
    background-image: url("../images/hetzner.png");
    background-repeat: no-repeat;
    background-position: 98% 50%;
    height: 65px;
    text-align: center;
    font-size: 10px;
    border-top: 1px solid #CCCCCC;
}

.footer {
    /*/*/
    margin-top: 0px;
    /* */
}

.footer a {
    color: #666666;
    text-decoration: none;
    font-size: 10px;
}

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

/*
END: Layout for Robot-Footer
*/

/*
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: #BE152D;
    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;
    height: 40px;
}

/*
#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 {
    text-align: left;
    position: absolute;
    top: 50px;
    left: 10px;
    background: #F4F4F4;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    float: right;
    visibility: hidden;
    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: Layout of Login-Page
*/

#startpage_login {
    background: #F2F2F2;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

#center {
    position: absolute;
    top: 45%;
    height: 580px;
    width: 100%;
    margin-top: -290px;
}

.startpage_login_verlauf_short {
    position: relative;
    top: 100px;
    background-color: #BE152D;
    height: 400px;
}

.startpage_login_verlauf {
    position: relative;
    top: -308px;
    background-attachment: fixed;
    margin: 0 auto;
    width: 5px;
    height: 560px;
}

.startpage_login_logo {
    position: relative;
    top: -230px;
    left: 20%;
    background: url("../images/robot-logo.png");
    background-repeat: no-repeat;
    width: 149px;
    height: 51px;
}

.startpage_login_hint {
    position: relative;
    top: -570px;
    left: 10%;
    color: #CCCCCC;
    width: 249px;
    display: none;
    font-weight: bold;
    padding: 5px;
    border: 1px #CCCCCC dotted;
}

.startpage_login_hint a {
    color: #CCCCCC;
}

.startpage_login_form {
    position: relative;
    top: -280px;
    left: 35%;
}

.startpage_login_footer {
    position: absolute;
    bottom: -70px;
    width: 100%;
    height: 140px;
    text-align: center;
    font-size: 10px;
    color: #666666;
    background-image: url("../images/hetzner.png");
    background-repeat: no-repeat;
    background-position: 98% 15%;
}

/*  image-replacement with negative intend-value (Phark-Method)  */
.startpage_login_footer h1 {
    position: relative;
    left: 42%;
    top: -55px;
    background-image: url("../images/hetzner.png");
    width: 153px;
    height: 39px;
    background-repeat: no-repeat;
    text-indent: -100em;
}

.startpage_login_footer a {
    color: #666666;
    text-decoration: none;
    font-size: 10px;
}

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

.startpage_login_form a {
    position: relative;
    top: 5px;
    color: #CCCCCC;
}

.startpage_login_form a.maintenance {
    position: relative;
    top: 0px;
    color: #FFFFFF;
    text-decoration: underline;
}

.startpage_error {
    color: #BE152D;
}

.startpage_no_js {
    width: 400px;
    color: #BE152D;
}

.startpage_button {
    border: none;
}

/*
END: Layout of Login-Page
*/

/*
BEGIN: Layer for Help-Page in Robot
*/

.help_layer {
    position: absolute;
    z-index: 400;
    overflow: hidden;
    width: 400px;
}

.help_layer iframe {
    display: none;
    display /**/: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 3000px;
    height: 3000px;
}

#dd1 {
    right: 13px;
    top: 120px;
    width: 400px;
    height: 420px;
    background: #333333;
    border: none;
    color: #FFFFFF;
    visibility: hidden;
}

.help_text {
    overflow: auto;
    width: 380px;
    height: 375px;
    z-index: 200;
}

.bd {
    padding: 12px;
}

/*
END: Layer for Help-Page in Robot
*/

/*
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;
}

/*
END: Tooltip
*/

/*
BEGIN: Status Icons
*/

.status_red {
    background-color: #ED0804;
}

.status_yellow {
    background-color: #EDE91C;
}

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

.status {
    width: 30px;
    border-top-right-radius: 6px;
    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: 6px;
}

.status_clear {
    width: 30px;
}

.kk_icon_fertig, .kk_icon_inBearbeitung, .kk_icon_gescheitert, .domain_icon_1, .domain_icon_2, .domain_icon_3 {
    width: 20px;
    font-weight: bold;
    font-size: 10px;
    text-align: right;
    line-height: 12px;
    padding: 0px 3px 0px 3px;
    margin-right: 5px;
}

.kk_icon_fertig, .domain_icon_3 {
    background: lightgreen;
    color: black;
}

.kk_icon_inBearbeitung, .domain_icon_2 {
    background: yellow;
    color: black;
}

.kk_icon_gescheitert, .domain_icon_1 {
    background: red;
    color: white;
}

.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;
}

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

.handle_name {
    padding-left: 10px;
}

.handle_string {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 180px;
    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: 40px;
    border-left: 1px solid #CCCCCC;
}

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

.dns_name {
    padding-left: 10px;
}

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

.dns_status {
    width: 26px;
}

.domain_name {
    padding-left: 10px;
}

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

.domain_status {
    width: 26px;
}

.invoice_name {
    padding-left: 10px;
}

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

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

.invoice_status {
    width: 26px;
}

.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: 60px;
    border-left: 1px solid #CCCCCC;
}

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

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

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

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

.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: 60px;
    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;
}

.market_anchor{
    padding-top: 140px;
}

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

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

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

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

div.sortbox td.server_id {
    padding-left: 9px;
}

div.sortbox td.server_status {
    width: 34px;
}

div.sortbox td.server_dc {
    width: 80px;
    padding: 0 10px 0 10px;
}

/*
 * FORMS:
 */

select, input, textarea {
    color: #666666;
    border-radius: 5px;
    border: 1px solid #A1A1A1;
    padding: 4px;
}

select, input {
    height: 25px;
}

select[multiple] {
    height: auto;
}

select {
    border: 1px solid #ccc;
    vertical-align: top;
    height: 35px;
    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#message, textarea#request_message, textarea#request_log, textarea#cause, textarea#solution {
    width: 90%;
    float: left;
}

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

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;
}

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 input, table.form tr td textarea {
    width: 300px;
}

table.form tr td select {
    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{
    min-width: initial;
}

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: #BE152D;
    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;
}

.server_name_input {
    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;
}

.server_name_input_empty {
    font-weight: normal;
    color: #A4A4A4;
    min-height: 13px;
    min-width: 35px;
    border-bottom: 1px dotted;
    border-left: 1px dotted;
    border-right: 1px dotted;
    padding: 0px 2px;
}

.server_name_input_hover {
    cursor: text;
}

/*
 * BILL PREVIEW:
 */

.bill_preview {
    background: url("../images/bill_preview.png") no-repeat top;
    width: 530px;
    height: 221px;
}

.bill_preview_address {
    position: absolute;
    margin-top: 120px;
    margin-left: 50px;
    font-size: 9px;
    color: #000000;
}

/*
 * ERROR / SUCCESS MESSAGES:
 */

.error {
    color: #BE152D;
}

.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
}

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(/images/msgbox_error.png) no-repeat 10px 10px;
    border: 1px solid #BE152D;
    background-color: rgba(255, 0, 0, 0.13);
}

blockquote.msgbox_error_red_bg {
    background: #BE152D url(/images/msgbox_error_white.png) no-repeat 10px 10px;
    color: #FFFFFF;
}

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

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

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

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

blockquote.msgbox_success {
    background: #FFFFFF url(/images/msgbox_success.png) no-repeat 10px 10px;
    border: 1px solid #26811F;
    background-color: rgba(0, 128, 0, 0.09);
}

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;
    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;
    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 #F2F2F2;
    cursor: pointer;
    margin: 0px;
    margin-right: 1px;
    padding: 3px;
    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;
}

#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 {
    text-align: center;
}

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

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

td.price {
    text-align: right;
    white-space: nowrap;
}

td.quantity {
    white-space: nowrap;
}

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

table.client_credit {
    width: 100%;
}

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: 10px;
    margin-left: 10px;
    background: #dfdbd8;
    padding: 4px;
    cursor: pointer;
    -webkit-appearance: none;
}

.button:first-child {
    margin-left: 0px;
}

.button:hover {
    background: #c6c2c0;
}

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

.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: #BE152D;
}

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;
}

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;
}

.decoration {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    color: #BE152D;
    font-family: 'Open Sans', arial, sans-serif;
}

.decoration_p {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

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

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

.details td {
    width: 300px;
}

.details h3 {
    font-size: 15px;
    padding-bottom: 15px;
    margin-top: 0;
}

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: #BE152D;
    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('/images/sort_down.png');
    float: right;
    margin-right: 5px;
    margin-top: -33px;
}

.sm_list a.up:after {
    width: 10px;
    content: url('/images/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 div {
    margin-bottom: 15px;
}

.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 {
    color: #FDC400;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.7;
}

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

span.price_only_color {
    color: #FDC400;
}

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

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

#advice_content {
    background: #f2f2f2;
    padding: 10px;
}

#advice_content p {
    font-weight: bold;
}

#advice_content ul {
    padding-left: 15px;
    font-weight: 400;
}

#advice_content li {
    list-style: square;
}

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

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

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

.box_title_highlighted a {
    color: #FFF;
}

.country_select_background {
    background: url("../images/country_select_background.png") repeat;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    text-align: center;
    display: none;
}

#country_select {
    min-height: 470px;
    width: 600px;
    margin-top: -235px;
    margin-left: -300px;
    top: 50%;
    left: 50%;
    position: relative;
    z-index: 5100;
    border: 1px solid #CCCCCC;
    background-color: #F2F2F2;
}

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

table.country th {
    background-image: url("../images/box_top_background.png");
    color: #333333;
    height: 25px;
    padding: 0px 10px 0px 10px;
    border-spacing: 0px;
}

table.country td {
    text-align: left;
    padding: 10px;
}

table.country td img {
    margin-right: 10px;
}

span.i18n {
    margin-right: 10px;
}

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

.key_type {
    font-weight: normal;
    padding-left: 10px;
    width: 120px;
    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: 60px;
    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: 120px;
}

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

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

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: #F2F2F2 none repeat scroll 0% 0%;
}

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

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

.breadcrump ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#breadcrumb {
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 15px;
}

#breadcrumb li {
    float: left;
    margin: 0 5px 0 10px;
}

#breadcrumb a {
    background: #ddd;
    padding: 4px 5px;
    float: left;
    text-decoration: none;
    color: #666;
    position: relative;
}

#breadcrumb a:hover {
    background: #be152d;
    color: #fff;
}

#breadcrumb a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -0.9em;
}

#breadcrumb a:hover::before {
    border-color: #be152d #be152d #be152d transparent;
}

#breadcrumb a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #ddd;
    right: -0.95em;
}

#breadcrumb a:hover::after {
    border-left-color: #be152d;
}

#breadcrumb .current,
#breadcrumb .current:hover {
    font-weight: bold;
    background: none;
    color: #be152d;
}

#breadcrumb .current::after,
#breadcrumb .current::before {
    content: normal;
}

.box_advice2 {
    border: 1px solid #cccccc;
    margin-bottom: 15px;

}

/* 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 {
    color: #aaa;
    background: #e4e4e4;
}

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: 100%;
}

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: 100%;
}

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: 100%;
}

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

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

.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                 : 60px;
    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                  : 60px;
}

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

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

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