/***
 * -------------------------------------------------------------------------------------
 * CSS fuer das Portfolio
 * -------------------------------------------------------------------------------------
 * Dieses Dokument wurde am 18.10.2013 als CSS level 3 validiert!
 *
 *
***/

/* CSS Document - READY FOR CONCATENATION: */

/**
 * Project:     PROJECT
 * Purpose:     Global Styles
 *
 * @author:     <tziafeta@united-domains.de>
 * @author:     <seitz@united-domains.de>
 * @version:    1.0
 * @date:       03/2012
 */

/* TABLE OF CONTENTS:
---------------------------------------------------------------------------------------
    0:  NAVIGATION:

        0.1:    MYMOBI EDITOR:
        0.2:    HAUPTNAVIGATION:


    1:  CONTENT:

        1.1:    PBOX
        1.2:    DIVERSE TABELLEN
        1.3:    LISTENELEMENTE
        1.4:    LINKS
        1.5:    TEL-DOMAINS --> deleted
        1.6     WEBSPACE BESTELLEN
        1.7:    WEBSPACE UEBERSICHT
        1.8:    STAMMDATEN
        1.9:    POPUP PAYMENT
        1.10:   ZAHLUNGSMOEGLICHKEITEN
        1.11:   CONFIG TABLE
        1.12:   CONFIG-VORLAGEN
        1.13:   E-MAIL CONFIG
        1.14:   PORTFOLIO HEADER
        1.15:   EMAIL WEITERLEITUNG
        1.16:   E-MAIL PAKET (IMAP/POP3)
        1.17:   WEBCONFIG
        1.18:   WEBSPACE CONFIG
        1.19:   STATUS DOMAINS IN TABELLE
        1.20:   PORTFOLIO SUCHE --> deleted
        1.21:   MULTICONFIG
        1.22:   TRANSFERIN
        1.23:   nTLD
        1.24:   STARTSEITE WEBCONFIG
        1.25:   CONFIG TABLE SETTINGS
        1.26:   nTLD VORBESTELLUNG
        1.27:   SPAM FILTER
        1.28:   PORTFOLIO INFOBOX
        1.29:   INFO & WARNING & ERRORS
        1.30:   DOMAINS VERKNUEPFEN
        1.31:   DOMAINLISTE
        1.32:   TABLESORTER (jQuery Plugin)
        1.33:   LOADER:
        1.34:   ONECLICK
        1.35:   TRADEMARK-CLEARINGHOUSE
        1.36:   UMFRAGEN
        1.37:   AUTORESPONDER
        1.38:   HILFE & SUPPORT IM PF

--------------------------------------------------------------------------------------
*/

/**
 * Credit is left where credit is due.
 *
 * Much inspiration was taken from these projects:
 *
 * - html5boilerplate.com
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 * - html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * - v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * - html5doctor.com/html-5-reset-stylesheet/
 * - Nicolas Gallagher, Jonathan Neal, Kroc Camen, and the H5BP dev community and team
 */

/*      >> 0: NAVIGATION:
---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */

/*      >> 0.1:  MYMOBI EDITOR:
--------------------------------------------------------------------------------------- */

div#menu a {
  display: block;
  width: 160px;
  padding: 1px 0;
  margin-right: 0;
  margin-bottom: 1px;
  text-decoration: none;
  border: 0 solid black;
  background-color: #003D86;
  color: #000;
}

div#menu a:hover {
  background-color: #bcbdbf;
  color: #fff;
}

div#menu span {
  display: none;
}

/*      >> 0.2:  HAUPTNAVIGATION:
--------------------------------------------------------------------------------------- */

/* siehe evomain.scss */


/*      >> 1: CONTENT:
---------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------- */
/*      >> 1.1: PBOX:
--------------------------------------------------------------------------------------- */
#pBox {
  margin: 0 0 10px 0;
  padding: 10px 0 15px 0;
  width: auto;
  background-color: #fff;
}

#pBox p {
  margin: 0;
  padding: 10px 0 0 0;
  /* font-size: 13px; */
}


.portfolioPadding {
  display: inline-block;
  padding: 30px 0 30px 0;
  margin: 0;
  /*min-height: 340px;*/
}


/* Header & Ueberschrift Portfolio
--------------------------------- */


#pContent #content {
  margin: 0;
  padding: 0;
}

#pContent .headerTitleL {
  color: #003D86;
  font-size: 22px;
  margin: 0;
  padding: 0;
  text-shadow: none;
}

/* SimpleBox Objekt */

#pBox .content {
  margin: 21px;
  padding: 0;
  font-size: 0.85em;
}


#pBox .step {
  background: url("/portfolio/images/step_bg.gif") no-repeat 0 0;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-left: 3px;
  display: block;
}

#pBox .step p {
  margin: 0 0 0 20px;
  padding: 10px 0 0 0;
}

#pBox h1,
table.pBox h1 {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
  font-weight: bold;
  color: #003D86;
  background-color: #fff;
}

#pBox a.config {
  font-weight: bold;
  color: #003D86;
  font-size: 14px;
}

#pBox .configTopic {
  padding: 10px 0 15px 0;
  color: #003D86;
  font-size: 1.0em;
  font-weight: bold;
  background-color: #fff;
}

#pButtonBox {
  margin: 0;
  text-align: right;
  padding-bottom: 20px;
}

.bTopBottom {
  border-top: 1px solid #b1b2b4;
  border-bottom: 1px solid #b1b2b4;
}

/* tables */
table.pBox {
  letter-spacing: 0;
  margin: 0 0 20px 0;
}

table.pBox th {
  color: #003D86;
  font-size: 1.0em;
  text-align: left;
  padding-bottom: 5px;
}

table.pBox td.left,
table.pBox td.middle,
table.pBox td.right {
  vertical-align: top;
  text-align: left;
}

table.pBox td.left {
  padding: 10px 10px 15px 0;
}

table.pBox td.middle,
table.pBox th.middle {
  width: 690px;
  padding: 10px 5px 15px 0;
}

table.pBox td.right {
  width: 150px;
  padding: 10px 10px 15px 10px;
  vertical-align: top;
}

.pBox a:link {
  color: #000;
}


/* popup PF */
#topMenu {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
  padding: 4px;
  background-color: #fff;
  opacity: .75;
  border: solid 1px #ccc;
}


/*      >> 1.2: DIVERSE TABELLEN:
--------------------------------------------------------------------------------------- */

/* Eigenschaften der einzelnen TDs */

.tdCheckbox {
  padding: 0 5px
}

.tdCodeInput div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tdCodeInput input {
  margin: 0;
}

.td_domainName {
  min-width: 200px;
  overflow: hidden;
}

.td_domainName.mc {
  min-width: 180px;
}

.td_domainName a {
  font-weight: bold;
}

.td_regDate {
  width: 115px;
}

.td_web {
  width: 140px;
}


.td_email {
  width: 80px;
}

.td_email_package {
  width: 105px;
}

.td-status {
  width: 72px;
}

.td_whois {
  width: 63px;
  white-space: nowrap
}

.td_idncode {
  min-width: 100px;
}

.td_idncode .idn-overflow {
  width: 90px;
  word-wrap: break-word;
}

.td_configBtn {
  text-align: center;
  width: 80px;
}

.td_domainName,
.td_idncode,
.td_web {
  word-break: break-all;
}


/* Domainliste Extern */
.td_btnLoginExt {
  width: 30px;
}

.td_btnTransfer {
  width: 45px;
}

/* Domainliste nTLDs */
.td_btnLoeschen {
  width: 45px;
  text-align: center;
}

.td_btnBestellen {
  width: 155px;
}

.td_startDate {
  width: 105px;
}

.td_grossPriceFormatted {
  width: 190px;
}

#pContent .td_grossPriceFormatted .priceinfo {
  font-size: 12px !important;
}

#phase-aendern-popup select {
  padding-right: 25px;
}

.td_phaseName {
  width: 135px;
}

/* EIN HINTERGRUND IN GRAU WIRD NOCH VERWENDET */
tr.bgGrey {
  background-color: #d9dade;
}


ul#telInfo {
  list-style-type: none !important;
  margin: 0;
}

ul#telInfo li {
  margin: 0;
}


.tbl-blue-th {
  display: table;
  caption-side: top;
  unicode-bidi: embed;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  margin-bottom: 15px;
  background-color: #fff;
}

.tbl-blue-th th,
.tbl-blue-th th.preview {
  background-color: #0079c8;
  padding: 8px 10px;
  margin-bottom: 3px;

  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

.tbl-blue-th th.preview {
  text-align: left;
}

.tbl-blue-th td {
  vertical-align: middle;
  height: 39px;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-width: 1px;
  border-color: #fff #ccc #ccc #fff;

}

.tbl-blue-th a:hover {
  color: #003d86 !important;
}


/*      >> 1.3: LISTENELEMENTE:
--------------------------------------------------------------------------------------- */
/* EINE LISTE IM DNS BEREICH KANN NACH DEM UMBAU HOFFENTLICH RAUS */
li.hinweis {
  font-size: 10px;
  margin: 1px 0;
}

ul.hinweis {
  margin: 10px 0 0 0;
}


/*      >> 1.4: LINKS:
--------------------------------------------------------------------------------------- */

.white:link,
.white:focus {
  color: #FFF !important;
}

.white:hover {
  color: #EEEEEE;
}

.white:active {
  color: #F0F0F0;
}


/*      >> 1.7: WEBSPACE UEBERSICHT:
--------------------------------------------------------------------------------------- */
table.hover th.th_wdp {
  width: 100px;
}

table.hover th.th_ww {
  min-width: 142px;
}

.ml178 {
  margin-left: 178px
}

/* DB Users */

.tbl_webspacePF td input[type="text"] {
  width: 94%;
}

.tbl_webspacePF td:first-child {
  width: 150px;
}

.tbl_webspacePF button#btnSpeichern {
  line-height: 1;
  height: 29px;
  padding: 6px 20px;
}

td.tbl_webspacePF_info p {
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
}

/* Passwortschtz .htaccess */

img.htaccessPfeil {
  margin-top: 5px;
  padding: 0 30px;
}


input#webspaceUpgrade {
  margin: 5px 5px 20px 0;
}


/*      >> 1.8: STAMMDATEN:
--------------------------------------------------------------------------------------- */

select:disabled {
  background-color: #ebebe4;
}

.visibilityOn p {
  display: inline-block;
}

.visibilityOn label {
}

.visibilityOn input[type="text"] {
  float: left;
  width: 220px;
}

.visibilityOn .legend {
  font-weight: bold;
  color: #666;
}


/* new field names for Zend Form - email verification */

#radio-group {
  float: left;
  width: 140px;
  padding: 0 0 0 10px;
}


#radio-group input {
  width: 20px;
}


.visibilityOff {
  display: none;
}


/*      >> 1.9: POPUP PAYMENT:
--------------------------------------------------------------------------------------- */

/*      >> 1.10: ZAHLUNGSMOEGLICHKEITEN:
--------------------------------------------------------------------------------------- */

/*      >> 1.10.1: SEPA:
--------------------------------------------------------------------------------------- */

/* todo cleanup - wenn sepa-payment.js nicht verwendet wird, kann das gelöscht werden*/
.paymentmethod-sepa-form-dialog-messages {
  margin: 1em;
}

.paymentmethod-sepa-form-dialog-messages .result-image {
  text-align: center;
}

.paymentmethod-sepa-form-dialog-messages .success-message,
.paymentmethod-sepa-form-dialog-messages .loading-message {
  text-align: center;
  font-weight: bold;
}

#paymentmethod_sepa_close_popup {
  float: right;
}

.paymentmethod-sepa-form-container {
  margin: 1em 2em;
}

.paymentmethod-sepa-form-container .id-owner-type {
  overflow: hidden;
}

.paymentmethod-sepa-form-container .id-owner-type label {
  float: left;
  margin-left: 2em;
}

.paymentmethod-sepa-form-container .id-owner-type input[type="radio"] {
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}

.paymentmethod-sepa-form-container .id-confirmation label {
  display: initial !important;
}

.paymentmethod-sepa-form-container .id-owner {
  clear: both;
}

.paymentmethod-sepa-form-container .form-element {
  margin-top: 1em;
  margin-bottom: 1em;
}

.paymentmethod-sepa-form-container .element-layout-horizontal {
  overflow: auto;
}

.paymentmethod-sepa-form-container .element-layout-horizontal label {
  float: left;
  width: 180px;
}

.paymentmethod-sepa-form-container .element-layout-horizontal input {
  float: left;
  width: 260px;
}

.paymentmethod-sepa-form-container .form-element .errors:before,
.paymentmethod-sepa-form-container .form-element .errors:after {
  clear: both;
  content: " ";
  display: table;
}

.paymentmethod-sepa-form-container .form-element .errors {
  display: block;
  margin: 1.2em 0 0;
  text-align: left;
}

.paymentmethod-sepa-form-container .error_msg {
  margin: 0 0 1em 0;
}

/*      >> 1.14:PORTFOLIO HEADERS:
--------------------------------------------------------------------------------------- */
h1.wordpressTitle {
  display: block;
  font-size: 25px;
  font-weight: normal;
  background: url("/portfolio/images/0_header_icons/wordpress.png") no-repeat;
  padding: 15px 0 15px 60px;
  text-decoration: none;
  color: #000;
}


/*      >> 1.15: EMAIL :
--------------------------------------------------------------------------------------- */

/*      >> 1.16: E-MAIL PAKET (IMAP/POP3):
--------------------------------------------------------------------------------------- */


/*      >> 1.17: WEBCONFIG:
--------------------------------------------------------------------------------------- */


/*      >> 1.18: WEBSPACE CONFIG:
--------------------------------------------------------------------------------------- */

/* fuer oneclick */
img.stepWeiterleitung {
  margin: 0 20px 0 0;
  vertical-align: middle;
}

/*****************************************************************************************************************************************/

#webspace-pwdProtect input {
  /* width: 320px; */
}

div#infoMailList ul {
  margin: 10px 0 10px 20px;
}

/* Mailaccount*/
table.tblSpeicherplatzbelegung {
  border: solid 1px #f0f2f3;
  border-collapse: collapse;
  border-spacing: 0;
}

/* fuer die zweite td der Tabelle */
table.tblSpeicherplatzbelegung tr td + td {
  width: 130px;
  text-align: right;
}

/* fuer die restlichen TDs */
table.tblSpeicherplatzbelegung td {
  border: dashed 1px #ccc;
  border-left: none;
  padding: 10px 0;
}


/*      >> 1.21: MULTICONFIG:
--------------------------------------------------------------------------------------- */
.selectToEditItem {
  display: inline-block;
  margin-left: 5px;
  padding-right: 54px;
  vertical-align: top;
  font-size: 12px;
}

.selectToEditCounter {
  height: 75px;
  margin-top: 5px;
  margin-right: 30px;
  text-align: center;
  font-weight: bold;
}

.selectToEditCounterValue {
  display: block;
  margin-top: 15px;
  font-size: 16px;
}

.selectToEditCounterValue2 {
  background: url("/images/evolution/portfolio/icons/warning.png") no-repeat scroll 0 0 transparent;
  margin: 0;
  padding: 0 0 0 24px;
  font-size: 12px;
  color: #990000;
}

.selectToEditLink {
  height: 58px !important;
}

/* kleines x zum loeschen */
/* auch definiert in #pSearchrefresh.on und evomain: .x-loeschen */
.selectToEditItemDel {
  display: inline-block;
  width: 17px;
  height: 15px;
  margin: 2px 10px 0 2px;
  background: #fff url("/images/evolution/portfolio/multiConfigBoxClose.png") no-repeat 5px 3px;
  cursor: pointer;
}

.selectToEditItemDel:hover {
  background: url("/images/evolution/portfolio/multiConfigBoxCloseHover.png") 5px 3px no-repeat;
}

/*      >> 1.22: TRANSFERIN:
--------------------------------------------------------------------------------------- */

#transferActions,
#transferActionsCsv {
  position: relative;
  height: 50px;
}

#transferActions {
  width: 220px;
}

.btnSpeichernPF_auth, .btnEditieren_auth {
  float: right;
}

.auth-code {
  display: inline-block;
  width: 130px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 18px;
  padding-top: 4px;
}

#terms_label {
  font-weight: normal;
}

/*      >> 1.23: nTLD:
--------------------------------------------------------------------------------------- */
div#orderSummary {
  width: 935px;
}

div#orderSummary table {
  font-size: 13px;
  font-weight: bold;
}

div#orderSummary table td {
  padding: 5px 0;
  vertical-align: top;
}

div#orderSummary table td:first-child {
  width: 290px;
  color: #666;
}

div#orderSummary table td:first-child + td {
  color: #000;
}


/* SUNRISES */

.lbl_sunriseTerms_PF {
  display: inline-block;
  position: relative;
  top: -5px;
  padding-bottom: 14px;
  font-weight: bold;
}

.sunriseTerms_PF {
  margin-left: 30px;
}

.td_tmStatus {
  min-width: 185px;
  text-align: center;
}

.tbl_sunrisePF td.td_domainName {
  width: 200px;
}


/* --------------------------------------------------------------------------------------- */
/* ***************************** */
/* redesign Portfolio Quickfixes */


.searchbox-pf-title {
  font-family: inter-regular, Helvetica, Arial, sans-serif;
  font-size: 22px;
}

/* searchbox */

.searchbox-pf {
  position: relative;
  width: 100%;
  margin: 10px 0;
  padding: 20px 10px 20px 45px;
  background-color: #F6F6F4;
/ / $ atomic-color-beige-6
}

.searchbox-pf select {
  width: auto;
}

.searchbox-pf label#www,
.searchbox-pf label.dot {
  float: left;
  display: inline;
  line-height: 30px !important;
  font-family: inter-medium, Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: normal;
}

.searchbox-pf input[type="text"] {
  float: left;
  width: 370px;
  height: 30px;
  margin: 0 8px;
  padding: 5px;
  border: solid 1px #b6b6b6;
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px !important;
}

.searchbox-pf input[type="text"]:hover {
  border: solid 1px #808080 !important;
}

.searchbox-pf input.placeholder {
  color: #6E6E69;
}

.searchbox-pf #searchbox-pf-combo {
  display: inline;
}

.searchbox-pf #searchbox-pf-combo .ui-autocomplete-input {
  width: 145px !important;
  height: 30px;
  margin-left: 8px;
  border: 0 !important;
  border-radius: 0;
  color: #444;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
}

.searchbox-pf .ui-combobox .ui-button {
  margin-right: 0;
  width: 26px;
  height: 30px !important;
  border-radius: 0 5px 5px 0 !important;
  background-color: #fff !important;
  background-image: url("/assets/img/header/search-select-arrow.png") !important;
  background-position: 0 -6px !important;
  background-repeat: no-repeat;
}

ul.ui-menu {
  width: 170px !important;
  margin-top: 2px;
  border-radius: 0 !important;
  border: 0 none !important;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

ul.ui-menu li.ui-menu-item {
  font-size: 1rem !important;
  padding: 8px 7px;
}

ul.ui-menu li.ui-menu-item:hover {
  background-color: #e4e6e7;
}

ul.ui-menu li.ui-menu-item a:hover {
  color: #333 !important;
}


/* ------------------------------------------------------------------------------------------ */

#pRegNewDomainTextTransfer {
  position: absolute;
  left: 95px;
  top: 18px;
  width: 371px;
  height: 23px;
  margin: 0;
  resize: vertical;
  line-height: 26px;
  padding: 9px 10px 10px 12px;
  font-size: 16px !important;
  background-color: #fff;
}

#pRegNewDomainTextTransfer:hover {
  border-color: #808080 !important;
}


#pRegNewDomainTextTransfer {
  height: 110px;
  margin: 0;
  z-index: 92;
}

#pRegNewDomainTextTransfer.inactive {
  display: none;
}


#wrapper-domainTransfer {
  float: right;
  margin: 2px 350px 0 0;
  line-height: 16px;
}

#wrapper-domainTransfer #test,
#wrapper-domainTransfer span {
  float: left;
}

#wrapper-domainTransfer span {
  width: 180px;
  padding: 0 0 0 5px;
  color: #333;
  font-family: inter-regular, Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-top: -5px;
}


#pRegNewDomainText {
  position: absolute;
  top: 5px;
  left: 81px;
  color: #003d86;
  font-size: 15px;
  font-weight: bold;
}


#addNew {
  margin-bottom: 30px;
  position: relative;
  display: block;
}


.pRegNewDomainCombo input.dhx_combo_input {
  height: 16px;
  border: solid 1px #0079C8 !important;
  width: 62px !important;
  background-color: #fff;
}

#pRegNewDomainCombo input {
  border: 1px solid #0079C8;
  height: 16px;
}

.pRegNewDomainCombo .dhx_combo_box {
  height: 23px !important;
  width: 85px !important;
}


/*      >> 1.25: CONFIG TABLE SETTINGS:
--------------------------------------------------------------------------------------- */

div#settingsCheckboxes {
  float: left;
  position: relative;
  top: 0;
  margin-left: 50px;
  width: 270px;
  padding: 10px;
}

div#settingsCheckboxes div {
  padding: 2px 0;
}

div#selectedSettings {
  float: left;
  position: relative;
  top: 0;
  margin-left: 138px;
  width: 270px;
  padding: 10px;
}

/* Drag 'n Drop */
#selectedSettings div div { /* Drag n Drop Zeilen */
  width: 250px;
  padding: 3px 0;
}

#selectedSettings div div:hover {
  background-color: #EEF8FD;
}

#settingsSpacer {
  border-right: 1px solid #ccc;
  float: left;
  height: 84%;
  left: 390px;
  position: absolute;
  top: 20px;
}

.settingsUp,
.up.disabled {
  position: absolute;
  left: 180px;
  width: 11px;
  height: 12px;
  border: none;
}

.settingsDown,
.down.disabled {
  position: absolute;
  left: 200px;
  width: 11px;
  height: 12px;
  border: none;
}

.settingsUp,
.settingsDown {
  cursor: pointer;
  background: url("/images/evolution/portfolio/up_down.gif") transparent no-repeat;
}

.up.disabled,
.down.disabled {
  background: url("/images/evolution/portfolio/up_down_disabled.png") transparent no-repeat;
}

.settingsDown {
  background-position: 0 -27px;
}

.down.disabled {
  background-position: 0 -12px;
}

.settingsUp:hover {
  background-position: 0 -13px;
}

.settingsDown:hover {
  background-position: 0 -40px;
}


/* Speichern Button */
#saveSettings {
  position: absolute;
  bottom: 29px;
  right: 20px;
}

select#settings_page_limit {
  padding: 2px;
  border: 1px solid #CCC;
  position: relative;
  z-index: 140;
}

#settingsCheckboxes label {
  margin-right: 15px;
}

#settingsCheckboxes input {
  margin: 0 5px 0 0;
  border: 0;
}


/*      >> 1.26: nTLD VORBESTELLUNG:
--------------------------------------------------------------------------------------- */

/*      >> 1.27: SPAM-FILTER:
--------------------------------------------------------------------------------------- */

/*      >> 1.28: PORTFOLIO INFOBOX:
--------------------------------------------------------------------------------------- */
#portfolioInfo {
  width: 100%;
  min-height: 46px;
  padding: 0;
  margin: 0;
}

div.portfolioInfo_nTLDsummary {
  display: block;
  background: url("/images/evolution/trenner/trenner_portfolio.gif") center no-repeat;
  width: 940px;
  height: 46px;
  text-align: center;
  margin-bottom: 10px;
}

#portfolioInfo #backlink {
  display: inline-block;
  position: absolute;
  top: 10px;
}

.portfolioInfoBoxText {
  white-space: nowrap;
  font-size: 15px;
  color: #666;
  padding-top: 15px;
  text-align: center;
  margin: auto;
  width: 75%;
}

.portfolioInfoBoxText .domainInfo {
  white-space: normal;
}

.portfolioInfoBoxText .domainInfo > a {
  display: inline-block;
  margin-bottom: 15px;
  word-wrap: break-word;
  word-break: break-all;
}

.portfolioInfo_nTLDsummary_InfoBoxText {
  line-height: 35px;
  text-align: center;
}


.domainInfo a:link, .domainInfo a:visited {
  font-weight: bold;
  color: #0079C8;
  text-decoration: none;
}

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


/*      >> 1.29: INFO & WARNING & ERRORS:
--------------------------------------------------------------------------------------- */

.success_msg em,
.error_msg em,
.warning_msg em,
.info_msg em {
  display: block;
  margin-left: 36px;
  font-style: normal;
}

input.error_input, textarea.error_input {
  border: solid 1px #990000 !important;
  background-color: #ffdfdf;
  box-shadow: none !important;
}

input.error_input:hover, textarea.error_input:hover {
  border: solid 1px #0079C8;
  background-color: #fff;
}

/* Rahmen fuer inaktive input-Felder */
input.disabled {
  border: 1px solid #ccc !important;
}

input.disabled:hover {
  border: 1px solid #ccc !important;
}

.messages {
  display: block;
  margin: 1em 0;
}

.messages ul {
  margin: 0;
}

.messages ul li {
  list-style-type: none !important;
}

.messages.error {
  background-color: #ffebeb;
  padding: 0.71429rem 0 0.71429rem 1.14286rem;
  color: #990000;
  font-size: 1.07143rem !important;
  font-weight: 600;
}

.success_msg .addon {
  display: inline;
  font-weight: normal;
  color: #000;
  font-size: 13px;
}


/*      >> 1.31: DOMAINLISTE:
--------------------------------------------------------------------------------------- */
ul.multiConfigList {
  margin: 0;
  min-height: 32px;
}

ul.multiConfigList li {
  list-style-type: none !important;
}

ul#selectToEditList {
  margin: 10px 0 0 0;
}


ul#selectToEditList li {
  float: left;
  /*** margin-left: 15px; ***/
  list-style-type: none !important;
}

#pfTableHead {
  position: relative;
}

#pfTableHead,
#pfTableHeadEigen {
  min-height: 60px;
}

#pfTableContent {
  clear: both;
  position: relative;
  display: block;


}

#portfolioTable {
  clear: both;
  position: relative;
}


#portfolioSubTable .pfTablePageLimit label {
  width: auto;
}


#pfTableFooter {
  position: absolute;
  width: 100%;
}

#pfTableHead #pfTableHeaderText,
#pfTableHeadEigen #pfTableHeaderText {
  width: 100%;
  border-top: 1px solid #CCC;
}

#pfTableHead #pfTableHeaderText {
  padding: 35px 0 0 0;
  margin: 0 0 10px 0;
}

#pfTableHeadEigen #pfTableHeaderText,
#pfTableHeaderTransferText {
  padding: 15px 0 0 0;
  margin: 0 0 40px;
}

#pfTableHead .pfTablePager,
#pfTableHeadEigen .pfTablePager {
  position: absolute;
  width: 100%;
  right: 0px;
  text-align: center;
}

#knottedWebTable #pfTableFooter {
  position: relative;
  width: 898px;
  min-height: 30px;
  text-align: center;
  clear: both;
}

#portfolioTable #pfTableFooter .pfTablePager,
#knottedWebTable #pfTableFooter .pfTablePager {
  position: relative;
  text-align: center;
}

#pfTableHeadEigen.popin .pfTablePager {
  top: 0px;
}

#pfTableHeadEigen.popup .pfTablePager {
  top: 210px;
}

#pfTableHead .pfTablePager {
  top: 15px;
}

#portfolioTable #pfTableFooter .pfTablePager {
  top: -5px;
}

#knottedWebTable #pfTableHead .pfTablePager {
  width: 898px;
  top: -12px;
}


.wrap-inner {
  width: 100%;
  position: relative;
  padding: 0;
}

.pfTableFooterTrade {
  margin-bottom: 20px;
}

.pager-ctrls {
  float: left;
  left: 50%;
  list-style-type: none !important;
  margin: 5px 0;
  padding: 0;
  position: relative;
}

.pager-ctrls li {
  display: inline;
  float: left;
  margin: 0;
  padding: 4px 8px;
  position: relative;
  right: 50%;
}

.pager-ctrls .goto-prev a,
.pager-ctrls .goto-next a {
  background: url("/images/evolution/portfolio/buttons/btn-pager.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 21px;
  text-indent: -999em;
  width: 20px;
  text-decoration: none;
  font-size: 13px;
}

.pager-ctrls .goto-prev a {
  background-position: 0 0;
}

.pager-ctrls .goto-prev a:hover {
  background-position: 0 -21px;
}

.pager-ctrls .goto-next a {
  background-position: 0 -42px;
}

.pager-ctrls .goto-next a:hover {
  background-position: 0 -63px;
}

.pager-ctrls .selected span {
  color: #0079c8;
  line-height: 21px;
  cursor: default;
  font-weight: bold;
  text-decoration: none;
}

.pager-ctrls a {
  line-height: 21px;
  padding: 0;
  text-decoration: none;
  color: #9b9b9b;
}

.pager-ctrls a:hover {
  color: #0079c8;
}

.pfTablePageLimit {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 140;
}

.pfTablePageLimit label {
  float: left;
  width: 130px;
  text-align: right;
  margin: 2px 5px 0 0;
  padding: 0;
}

.pfTablePageLimit span {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.pfTablePageLimit .select_mac input {
  width: 54px;
  height: 16px;
}

.pfTablePageLimit .select_mac input,
.pfTablePageLimit .select_mac input:focus {
  border: 1px solid #ccc !important;
}

#pfTableHeadEigen.popin .pfTableHeaderMultiConfig,
#pfTableHead.popin .multiConfigList,
.popin #pfTableHeaderMultiConfig .multiConfigList {
  z-index: 333;
  width: 200px;
  padding-top: 30px;
}

#pfTableHeaderMultiConfig #changeSelect {
  position: relative;
}

#pfTableHeaderMultiConfig #changeSelect {
  width: 260px;
  font-size: 12px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  display: inline-block;
}

#pfTableHeaderMultiConfig .changeSelectLinks ul {
  margin: 0;
  padding: 0;
}

#pfTableHeaderMultiConfig .changeSelectLinks li {
  display: inline;
  margin-right: 10px;
}

#pfTableHeaderMultiConfig .changeSelectLink a:hover {
  text-decoration: underline;
}

/* DIE SUCHE UEBERHALB DER DOMAINLISTE */
#pfTableHead .pfTableSearch,
#pfTableHeadEigen .pfTableSearch {
  display: block;
  position: absolute;
  right: 10px;
  z-index: 5;
}

#pfTableSearchSub {
  top: -6px !important;
}

#pfTableSearchSub #pSearchrefresh {
  top: 6px !important;
}

#pfTableHeadEigen.popup .pfTableSearch {
  top: 215px;
}

#pfTableHeadEigen.popup .pfTableSearch.withDateSearch {
  top: 220px;
}

#pfTableHeadEigen.popin .pfTableSearch {
  top: 30px;
}

#pfTableHeadEigen.popin .pfTableSearch.withDateSearch {
  top: -10px;
}

#pfTableHead .pfTableSearch {
  top: -15px;
  width: 295px;
}

#pContent .wrap-input #pSearchInput {
  float: left;
  width: 265px;
  height: 26px;
  margin: 1px 0 0 0;
}

div.pfTableSearch input.search-date {
  float: left;
  width: 130px;
  height: 26px;
  margin: 1px 5px 5px 0;
}

#pContent .wrap-input #pSearchInput::-webkit-clear-button,
#pContent .wrap-input #pSearchInput::-ms-clear {
  display: none;
}

#pContent .wrap-input label {
  color: #003D86;
  font-weight: bold;
  font-size: 12px;
  padding: 0 0 0 4px;
}

/* kleines x zum loeschen */
/* auch definiert in .selectToEditItemDel und evomain: .x-loeschen */
#pSearchrefresh.on {
  background: url("/images/evolution/portfolio/multiConfigBoxClose.png") 0 1px no-repeat;
  width: 10px;
  height: 10px;
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 0 0;
  left: 250px;
  position: absolute;
  top: 8px;
}

#pSearchrefresh.on:hover {
  background: url("/images/evolution/portfolio/multiConfigBoxCloseHover.png") 0 1px no-repeat;
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: absolute;
}


/*      >> 1.32: TABLESORTER:
--------------------------------------------------------------------------------------- */


/*      >> 1.33: LOADER:
--------------------------------------------------------------------------------------- */
#ajaxBusy {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  height: 100%;
}

#ajaxBusy img {
  position: relative;
  top: 100px;
  left: 50%;
}

#ajaxLoader {
  display: none;
}

#ajaxLoader.show {
  display: block;
  text-align: center;
}

/*      >> 1.34: ONECLICK:
--------------------------------------------------------------------------------------- */

/*keine Anwendungen installiert*/
#oneclick_btn {
  float: right;
}

.noappsinstalledTitle {
  font-size: 18px;
}

#noappsinstalled_features p {
  width: 420px;
  margin-top: 25px;
  font-size: 13px;
}

#noappsinstalled_features ul {
  font-size: 14px;
  margin-top: 20px;
  font-weight: bold;
}

#noappsinstalled_features ul li {
  margin: 12px 0;
}


.badge_apps {
  position: absolute;
  top: 100px;
  left: 405px;
  text-align: right;
}

.frm_application label {
}

.frm_application input[type="text"], .frm_application textarea, .frm_application select, .frm_application input[type="password"] {
  width: 220px;
}

.frm_application textarea {
  height: 90px;
}

.frm_application .formerror {
  word-break: normal;
}

#licenceCheckBox {
  height: 30px;
}

#table_oneclick {
  width: 100%;
}

.aufklappBalken.installed-apps > span {
  display: inline-block;
  max-width: 470px;
  text-overflow: ellipsis;
  overflow: hidden;
}

#oneClick_licence .whiteBoxPadding10 {
  height: 115px;
  overflow: auto;
}

.wordpressLogo {
  float: left;
  margin: 0 20px 15px 0;
}

.popupPadding #summary {
  width: 98%;
  margin-bottom: 25px;
}

span.oneClickLoading {
  background-image: url(/images/load.gif) !important;
  background-repeat: no-repeat;
  display: block;
  margin: .5em .4em .5em 0;
  width: 89px;
  height: 23px;
  background-position: center center !important;
  text-decoration: none;
  text-indent: -9999px;
}

#oneclick_dialog h3.wildcard {
  font-size: 14px;
}

#application_step3_loading {
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 5px 10px;
  text-align: center;
  margin-top: 10px;
}


/*      >> 1.35: TRADEMARK-CLEARINGHOUSE:
--------------------------------------------------------------------------------------- */

.tmch_formREG {
  margin-top: 20px;
}

.tmch_formREG label {
  min-width: 230px;
  display: inline-block;
  font-size: 13px;
  color: #666;
  font-weight: bold;
  float: left;
}

.tmch_formREG #DatenbankAbfrage {
  float: left;
  margin: 0 0 15px 230px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}


.tmch_formREG input[type="text"] {
  width: 210px;
}

.tmch_formREG select {
  width: 210px;
}

.tmchDataDiv {
  width: 500px;
  float: left;
  margin-bottom: 30px;
}

.tmchDetails {
  margin-left: 230px;
}

#summaryTMCH {
  margin-bottom: 25px;
}

#tmchForm span.formerror {
  padding: 0 0 0 235px;
}

ul.errors {
  list-style-type: none !important;
  margin: 0 15px;
  color: #990000;
}

.tmch_formREG .searchResult {
  margin-bottom: 10px;
}

.tmch_formREG .fileinput-wrapper button.fileinput {
  margin-top: 5px;
}

.tmch_formREG hr {
  margin: 20px 0;
}


.stepsTMCH_img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.stepsTMCH {
  display: inline;
  font-size: 17px;
}

#moreMarkData {
  margin-left: 230px;
}

#declaration, #use_proof {
  width: 200px;
}

.tmchAGB {
  clear: both;
  display: inline-block;
  margin: 0 0 15px;
}

.tmchAGB_txt {
  float: left;
  width: 850px;
}

.tmchNachweise_ul {
  list-style: disc;
  padding-left: 28px;
}


/*      >> 1.36: UMFRAGEN:
--------------------------------------------------------------------------------------- */

/*      >> 1.37: AUTORESPONDER:
--------------------------------------------------------------------------------------- */