* {
    margin:0px;
    padding:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

}

input[type="text"]:disabled, input[type="text"]:read-only,input[type="text"]:read-only:focus, [readonly]:focus {
    background-color: #818181;
    color:white;
    border: none !important;
    outline: none !important;
}

.flex_panel {
    z-index: 10000;
    position: absolute;
    top: 340px;
    left: 280px;
    background-color: #777;
    padding: 20px;
    border: 1px solid rgb(5, 182, 5);
    min-height: 150px;
    min-width: 200px;
    border-radius: 5px;
}

.flex_panel_element {
    margin-bottom: 10px;
}

.flex_panel_element h1 {
    padding: 3px;
    background-color: #0c54aa;
    margin-bottom: 3px;
    border-radius: 5px;
}

.flexStatusName {
    margin-bottom: 10px;
    
}

.autocomplete-suggestions {
    background-color: #888;
    padding: 4px;
}

.autocomplete-suggestion {
    padding: 4px;
    border-radius: 5px;
    background-color: #666;
    color: white;
    cursor: pointer;
    margin-bottom: 2px;
}

.autocomplete-suggestion.autocomplete-selected {
    background-color: #000;
}

    div.condDoc input, .flex_lessor_contact input, .flex_case_doc input {
        display:none;
    }

    div.condDoc label, .flex_lessor_contact label, .flex_case_doc label {
        display: block;
        padding: 3px;
        background-color: #3e3e3e;
        border-radius: 5px;
        font-weight: bold;
        color:white;
        margin-bottom: 2px;
        cursor:pointer;
    }

    div.condDoc input:checked + label, .flex_lessor_contact input:checked + label, .flex_case_doc input:checked + label {
        background-color: #74c50a;
    }

    #observer-list {
        padding: 20px;
        height: 478px;
        box-sizing: border-box;
        overflow: auto;

    }

    #observer-list table {
        width: 100%;
        border-collapse: collapse;
    }

    #observer-list tr.dealer_line {
        cursor: pointer;
    }

    #observer-list tr.dealer_line.chosen {
        background-color: #555;
    }

    #observer-list tr#upper_header th {
        font-size: 14px;
    }

    #observer-list tr.dealer_line:hover {
        background-color: #555;
    }

    #observer-list tr.dealer_line:hover td, #observer-list tr.dealer_line.chosen td {
        color:white;
    }

    #observer-list td, #observer-list th {
        padding: 8px 5px;
        border-bottom: 1px solid white;
        text-align:left;
    }

    #observer-list th {
        border-width: 2px;
    }


    #observer-list table table td {
        border: none;
    }

    #observer-list table table th {
        border-bottom: 1px dotted white;
        width: 25%;
    }


    #refiPanel header {
        display:flex;
        padding-top: 8px;
        padding-bottom: 12px;
    }

    #refiPanel header div {
        flex: 1 1 auto;
    }

    #refiPanel header div:last-child {
        text-align: right;
    }

    #refiPanel header div:first-child {
        padding-left: 0;
    }

    #refiPanel header img {
        width: 24px;
        height: auto;
        border-radius: 5px;
        cursor: pointer;
    }

    #refiPanel ul {
        height: 25px;
    }

    #refiPanel section > div {
        display: inline-block;
        padding-right: 10px;
        height: 339px;
        overflow: auto;
        box-sizing: border-box;
        width: 370px;
    }

    #refiPanel section > div:nth-child(2) {
        padding-left: 20px;
    }

    #refiPanel hr {
        margin: 5px 0;
    }

    #refiPanel table[data-rtable] span {
      display: inline-block;
      padding: 3px;
      background-color: white;
      color: #74c50a;
      border-radius: 5px;
      box-shadow: 1px 1px 2px #333;
    }


    #refiBox table.refiDetails {
      width: 90%;
      display:none;
  }

  
  #refiBox table.refiDetails td {
      text-align: left;
      padding-right: 20px;
  }

  .rTableImg {
      width: 30px;
      height:auto;
      cursor:pointer;
      border-radius: 5px;
      box-shadow: 1px 1px 2px #333;
  }

  .rTableImg:hover {
     box-shadow: 4px 4px 2px #000;
  }


  #refiBox td, #refiBox th {
    padding: 3px;
    text-align:left;
    font-size: 0.9rem;
  }

   #refiBox th:nth-last-child(-n+2), #refiBox td:nth-last-child(-n+2) {
       text-align: center;
   }

  #refiBox td:first-child, #refiBox th:first-child {
      padding-left: 0;
      font-weight:bold;
  }

  #refiBox p {
      margin: 3px 0;
      font-size: 0.9rem;
  }

  #refiBox p span {
      display: inline-blocK;
      width: 90px;
  }

  .refi_error {
      font-style: italic;
      font-weight:bold;
      letter-spacing: 1px;
      color: white;
      font-size: 0.9rem;
  }

  #refiApplyTo fieldset {
      padding: 10px;
      border-radius: 5px;
  }

  #refiApplyTo fieldset textarea {
      width: 100%;
      height: 24px;
  }

  #refiApplyTo fieldset legend {
      background-color: #3e3e3e;
      color:white;
      border-radius: 5px;
      padding: 2px 8px;
      font-size: 0.9rem;
  }

  #applyHistory {
      overflow: auto;
  }

  #applyHistory td {
    padding: 3px 3px 3px 0;
  }

  #applyHistory th {
      text-align: left;
  }


  .labelSelectsRadios input {
      display:none;
  }

  .labelSelectsRadios input:checked + label {
      background-color: #74c50a;
  }

  .labelSelectsRadios label {
      display: block;
      padding: 2px 5px;
      cursor:pointer;
      border-radius: 5px;
      margin-bottom: 1px;
      background-color: #888888;
      text-overflow: ellipsis;
      white-space: nowrap;
  }

  #refiApplyTo .labelSelectsRadios label {
      font-size: 10px;
  }

  span#loadedDoc {
     border-radius:5px;
     box-shadow: 1px 1px 2px #333;
     max-width: 170px;
     overflow:hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     margin-top: 3px;
  }

  span#loadedDoc:hover {
      box-shadow: 4px 4px 3px #000
  }

 .pseudoInfoClass.infoGif {
     border-radius: 3px;
     border: 1px dotted white;
     width: 16px;
     height:auto;
 }

 .module_container {
        color:white;
        box-sizing: border-box;
    }

    .module_container header {

    }

    .module_container header ul {
        display: flex;
        list-style: none;
    }

    .module_container header ul li {
        flex: 1 1 auto;
    }

    .module_container header ul li:first-child {
        flex-basis: 24%;
        width:24%;
        max-width:24%;
        overflow:hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right:10px;
    }

    .module_container header ul li:last-child {
        text-align: right;
    }

    .module_container header ul li:last-child img {
        width: 22px;
        height:auto;
        cursor:pointer;
        border-radius: 8px;
    }

    .module_section_container {
        display: flex;
        padding: 8px 0;
    }

    .module_section_container > div {
        flex: 1 1 auto;
    }

    .module_section_container > div:first-child {
         flex-basis: 25%;
         max-width: 25%;
         width: 25%;
    }

    .module_section_container > div:nth-child(2) {
        padding_left: 10px;
        flex-basis:75%;
        max-width: 75%;
        width:75%;
    }

    #mb_search_results {
        padding-top: 10px;
        height: 299px;
        overflow:auto;
    }

    .mail_search_result_item {
        padding: 3px;
        margin-bottom: 1px;
        margin-top: 1px;
        border-bottom: 1px  dotted #fff;
        width: 95%;
        cursor:pointer;
    }

    .mail_search_result_item:hover {
        background-color: #0c54aa;
        border-radius: 4px;
        border-bottom-color: transparent;
    }

    .mail_search_result_item p {
        overflow:hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    .email_body {
        padding: 10px 10px 10px 0;
        background-color: #fff;
        flex: 1 1 auto;
        height: 286px;
        max-height: 286px;
        overflow: auto;
        border-radius: 8px;
        color:#333;
        padding: 5px;
    }

    table#email_headers {
        table-layout:fixed;
    }

    #email_headers td {
        overflow:hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 3px;
    }


.white {
    color: white;
}



.inputError {
   background-color: red;
   color:white;
}

.lp_option_box {
  padding: 2px;
  background-color: #0c54aa;

  border-radius: 5px;
}

#trackDocsContainer {
    width: 350px;
    height: 130px;
    overflow: auto;
}

#crSearchGeneral {
    position: absolute;
    left:10px;
    top: 10px;
    z-index: 30000;
    background-color: #818181;
    width: 400px;
    padding: 20px 10px;
    border-radius: 8px;
    background-image: url(/dlb_repository/images/crefo_logo.svg);
    background-repeat: no-repeat;
    background-position: 10px 20px;
    background-size: 80px auto;
}

#crSearchGeneral img#crClose {
    height: 28px;
    width:auto;
    border-radius:8px;
    cursor:pointer;
}

#crSearchGeneral > div:first-child {
    border-bottom: 1px dotted white;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

#crSearchGeneral td, #crSearchGeneral h1 {
    color:white;
}

.crefo_search_unit input[type="text"] {
    padding: 8px;
    border-radius: 8px 0 0 8px;
    float: left;
}

.crefo_search_unit img {
    height: 32px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
}

.crResultContainer {
    overflow: auto;
}

.crResultContainer > div {
    padding: 3px;
    background-color: white;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 3px;
}

.crResultContainer > div label {
    cursor: pointer;
    padding: 0 3px;
    font-size: 11px;
    color: #666666;
}

.crResultContainer > div:nth-child(odd) {
    background-color: #ddd;
}

.crResultContainer div:hover {
    background-color: #74c50a;
}

.crResultContainer > div:hover label {
    color:white;
}

.crResultContainer > div label:first-child {
    font-weight: bold;
}

#customerForm {
    box-sizing: border-box;
}

#customerForm h1, #customer_details h1 {
    padding: 10px 0 0 0;
    border-bottom: 1px solid white;
    margin-bottom: 8px;
}

#customerForm label, #customer_details label {
    display: inline-block;
    width: 46%;
    padding-right: 10px;
    margin-bottom: 3px;
}

#customerForm input,#customerForm select,#customer_details input,#customer_details select {
    display: inline-block;
    width: 48%;
}

.lessee_offer_bg {
    background-color: #adadad;
}


        .opt2switch {
            display: -webkit-flex;
            display: flex;
        }

        .opt2switch label {
           padding: 1px 6px;
           background-color: #888;
           width: 50%;
           text-align: center;
           border-radius: 5px 0 0 5px;
           color:white;
           cursor: pointer;
        }


        .opt2switch label:last-child {

            border-radius: 0 5px 5px 0;
        }

        .opt2switch input {
            display:none;

        }

        .opt2switch input[type="radio"]:checked + label {
            background-color: #0c54aa;
        }

.lessee_products_sub_div {
    width: 220px;
    float: left;
    margin-right: 20px;
}

.lessee_products_sub_div label {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 2px;
    border-radius: 5px;
    padding: 3px 5px;
    cursor: pointer;
    background-color: #ccc;
    color: #333;
}

.lessee_products_sub_div input[type="checkbox"] {
    display:none;
}

.lessee_products_sub_div input[type="checkbox"]:checked + label {
    background-color: #0c54aa;
    color:white;
}

.lessee_products_sub_div label span:first-child {
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lessee_products_sub_div label span:last-child {
    width: 15%;
    text-align: right;
}

#existingParentDocs table a {
    color:white;
}

#existingParentDocs table a:visited {
    color:white;
}

#existingParentDocs table th {
    text-decoration: underline;
    text-align: center;
    padding: 2px 30px 2px 0;
}

#existingParentDocs table td {
    padding: 2px 30px 2px 0;
    text-align: center;
}

#existingParentDocs table td:first-child {
    text-align: left;
}

#lesseeConfigContent {
    max-height: 300px;
}

#lesseeProducts div#productsSelection {
    width: 200px;
    border-radius: 5px;
    border:  1px solid white;
    margin-top: 5px;
}

#lesseeProducts div#productsSelection label {
    display:block;
    background-color: #999;
    border-radius: 5px;
    padding: 3px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 1px;
    cursor: pointer;
}

#lesseeProducts div#productsSelection input[type="checkbox"] {
    display:none;
}

#lesseeProducts div#productsSelection input[type="checkbox"]:checked + label {
  background-color: #0c54aa;
}

#instantResult, #instantResult_u, #instantResult_l,#instantResultPDocs {
    position: absolute;
    left: 10px;
    top: 88px;
    padding: 2px;
    background-color: white;
    border-radius: 5px;
}

#instantResultPDocs {
    top: 68px;
    left: 12px;
    color: #333;
}

#instantResult_l {
    left: 10px;
    top: 125px;
}

#instantResult_u {
    left: 155px;
    top: 108px;
    background-color: #888;
}

#instantResult p, #instantResult_u p, #instantResult_l p, #instantResultPDocs p {
    border-bottom: 1px solid #818181;
    padding: 2px 2px 2px 5px;
    cursor: pointer;
}


#instantResult p.selected, #instantResult_u p.selected, #instantResult_l p.selected, #instantResultPDocs p.selected {
    background-color: #818181;
    color:white;
}

#instantResult_u p.selected {
    background-color: #333;
    color:white;
}

#instantResult p:last-child, #instantResult_u p:last-child, #instantResult_l p:last-child, #instantResultPDocs p:last-child {
    border:0;
}

.msgSuccess {
    background-color: green;
    color:white;
    border-radius: 5px;
    text-align: center;
    padding: 3px;
}

.msgFail {
    background-color: red;
    color:white;
    border-radius: 5px;
    text-align: center;
    padding: 3px;
}

.inputTable {
    width: 100%;
}

.inputTable tr td {
    padding: 0 5px 2px 5px;
}

.inputTable tr td input, .inputTable tr td select {
    width:100%;
}

.inputTable tr td:last-child {
    text-align: right;
}

#parentAdmin, #dealerAdmin {
    box-sizing: border-box;
}

#parentAdmin fieldset, #dealerAdmin fieldset {
    padding: 10px;
}

fieldset input.fs_new_dataset {
    position: relative;
    left: 130px;
    top: -27px;
}

#parentAdmin div#searchResult, #dealerAdmin div#searchResult {
    max-height: 370px;
    overflow: auto;
}

#parentAdmin div#searchResult table, #dealerAdmin div#searchResult table {
    width: 100%;
}

#parentAdmin div#searchResult td, #dealerAdmin div#searchResult td {
    width:30%;
    padding: 5px;
}

#parentAdmin div#searchResult td a:link, #parentAdmin div#searchResult td a:visited {
    color: white;
}

#dealerAdmin div#searchResult td a:link, #dealerAdmin div#searchResult td a:visited {
    color: white;
}

#confErrMsg {
    padding: 10px;
    border-radius: 5px;
    background-color: white;
}

#confErrMsg p {
    color:red;
}

#legalForDealers {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

#dataProtection, #currentAdvert,#termsOfUse_ls_webPortal {
    position: absolute;
    top: 105px;
    left: 155px;
    height: 480px;
    width: 830px;
    background-color: green;
    z-index: 10000;
    overflow: auto;
}

#termsOfUse_ls_webPortal {
    padding: 10px;
    width: 810px;
    height: 460px;
    background-color: green;
}

#termsOfUse_ls_webPortal p {
    font-weight: bold;
    color:white;
    font-size:  14px;
}

#termsOfUse_ls_webPortal td {
    color:white;
}


#currentAdvert {
    background: URL("../images/klick2go_advert.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

#currentAdvert.klick {
    background: URL("../images/klick2go_advert.jpg");
}


#currentAdvert.l2go {
    background: URL("../images/l2go_advert.jpg");
}

#currentAdvert div#closeAdv {
    text-align: center;
    position: absolute;
    left: 500px;
    top: 387px;
    width: 134px;
    background-color: #3E3E3E;
    padding: 17px 0;
    color:white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    border: 3px dotted white;

}

#currentAdvert div#closeAdv:hover {
    border-style: solid;
}

#currentAdvert div#closeMsg {
    text-align: center;
    position: absolute;
    left: 500px;
    top: 332px;
    width: 140px;
    color:white;
    font-size: 11px;
}

#dataProtection div {
    padding: 20px 40px 0 20px;
    color:white;
}

#dataProtection div a {
    color:white;
}

#dataProtection div:first-child {
    min-height: 200px;
    max-height: 370px;
    overflow: auto;
}

#myChart {
    background-color: white;
    margin: 10px 0 0 5px;
    border-radius: 5px;
}

#myChart.start {
    background-image: url('../images/charts_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#chartsTop {
    padding-top: 15px;
}

#chartsTop ul li {
    display: inline-block;
    padding: 5px;
}

#chartsTop ul li:nth-child(2) select {
    width: 70px;
}

#chartsTop ul li input[type="text"] {
    width: 90px;
    text-align: center;
}

@keyframes helpButtonAni {
    0%   {background-color: red;}
    25%  {background-color: #3E3E3E;}
    50%  {background-color: red;}
    100% {background-color: #3E3E3E;}
}

#helpBox {
    box-sizing: border-box;
    position: absolute;
    top: 105px;
    left:157px;
    max-width: 827px;
    max-height: 479px;
    background: black;
    display: none;
    color:white;
    padding:  15px;
    z-index: 100001;
    border-radius: 5px;
    background-image: url('../images/draggable.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 30px 30px;
    cursor: pointer;
}

#helpBox h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

#helpBox div:first-child {
    padding-bottom: 5px;
    text-align: right;
}

#helpButton {
    display: none;
    padding: 2px 5px;
    background-color:#3E3E3E;
    position:absolute;
    left: 630px;
    bottom: 0px;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    z-index: 10000;
    font-weight: bold;
    animation-name: helpButtonAni;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
}

#trackTextDisplay {
    background-color: white;
    color:  #333;
    border-radius: 5px;
    position: absolute;
    top: 60px;
    left: 150px;
    width: 400px;
    padding: 10px;
    display:none;

}

#prodLookUp input {
    padding:5px;
    margin-bottom: 5px;
    width: 370px;
}

#prod_classes_wrapper {
    padding: 10px;
}

#prod_classes_wrapper table.prodCats {
    float: left;
    margin-right:15px;
    width: 180px;
    table-layout: fixed;
}

#prod_classes_wrapper table input {
    cursor: pointer;
}

#prod_classes_wrapper table.prodCats tr td:first-child {
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 5px;
}

#exampleCatalogue {
    color: #3E3E3E;
    margin-top: 10px;
    display: inline-block;
}

#tr_del_bt {
    text-align: right;
}

#tr_del_bt input[type="submit"] {
    padding: 5px;
    border-radius: 5px;
    background: white;
    color:red;
    border: 1px solid red;
    cursor: pointer;
    margin: 15px 0 5px;
    text-decoration: underline;
    text-decoration-style: double;
}

#program_com_wrapper {
    padding: 10px;
}

#program_com_wrapper td {
    padding: 5px;
}

#program_com_wrapper td span {
    display: block;
    border-radius: 5px;
    padding: 5px;
    text-align:center;
}

#program_com_wrapper td input[type="text"] {
    min-width: 150px;
}

.header {
 font-weight: bold;
}

 #left_layer {
           position: absolute;
           left:  0;
           top: 105px;
           width: 150px;
           height: 480px;
           box-sizing: border-box;
           font-size: 11px;
           background: #3E3E3E;
           z-index: 10000;
       }

       #left_layer li#offer_for_link, #left_layer li#offer_for_link_l {
         padding: 8px 0 8px 10px;
         border-bottom: 1px solid white;
         box-sizing: border-box;
       }

       #left_layer li#offer_for_link input, #left_layer li#offer_for_link_l input {
            background-color: #818181;
            color: white;
            border: 0;
            padding: 2px 2px 2px 5px;
            width: 125px;
        }

        #left_layer li#offer_for_link input::placeholder, #left_layer li#offer_for_link_l input::placeholder {
            color:white;
        }

       #left_layer a:link {
        background: #3E3E3E;
        display: block;
        color:  white;
        padding: 8px 0 8px 10px;
        border-bottom: 1px solid white;
        cursor:pointer;
        text-decoration: none;
        font-size: 11px;
       }

       #left_layer a:visited {
        background: #3E3E3E;
        display: block;
        color:  white;
        padding: 8px 0 8px 10px;
        border-bottom: 1px solid white;
        cursor:pointer;
        text-decoration: none;
       }

       #left_layer a:hover {
        background: #818181;
       }

       #left_layer ul {
           list-style: none;
           margin: 0;
           padding: 0;
       }

       #left_layer ul li {
        width: 150px;

       }

       #left_layer ul li:hover {
        position: relative;

       }

       #left_layer ul li ul {
        width: 150px;
        position: absolute;
        left: 148px;
        top: 0px;
        display:none;
       }

       #left_layer ul li:hover ul {
        display: block;
       }

       #left_layer ul li:hover ul li ul {
        display: none;
       }

       #left_layer ul li ul li:hover ul {
        display: block;
       }


#catUploadWrapper {
    padding: 10px;
}



input[type="text"],input[type="number"], input[type="email"],input[type="password"],textarea, select {
    border-style: none;
    border-radius: 5px;
    text-indent: 3px;
}

input[type="text"]:focus,input[type="number"]:focus ,input[type="email"]:focus,input[type="password"]:focus,textarea:focus, select:focus {
    background: #74C50A;
    color:white;
}

#rightBoxLinks {
    margin-right: 20px; float: left;
}

#rightBoxLinks div {
    width:12px;
    height:12px;
    background: URL('../images/pfeil_r_s.gif');
    background-repeat:no-repeat;
    float:left;
    margin-right:2px;
}

.arrow_right {
    width:12px;
    height:12px;
    background: URL('../images/pfeil_r_s.gif');
    background-repeat:no-repeat;
}

#parentConfig div {
    float:left;
    border: 1px solid #aaa;
    background: #adadad;
    padding-right: 3px;
}

#start_advert {
    background-image: url("../images/bg_aktion_31.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height:145px;
}

#start_advert.klick.en {
    background-image: url("../images/bg_aktion_31_en.jpg");
}

#start_advert.l2go {
    background-image: url("../images/bg_aktion_5.jpg");
}

.smsOverride {
    border-radius: 8px;
    background: #777777;
    color: white;
    border-style: none;
}

.smsOverride:focus {
    background: #ffffff;
    color: black;
}

#tableResendQuote td {
    padding: 5px 0;
}

#trackingTable th {
    background: #3E3E3E;
    color:white;
    vertical-align: middle;
    padding: 5px 5px 1px 5px;
}

#trackingTable td {
    padding: 2px 5px;
}

#trackingTable tr:nth-child(even) td {
    background: #ADADAD;
    color: #3E3E3E;

}

#trackingTable tr:nth-child(odd) td {
    background: #F2F0F3;
    color:#3E3E3E;
}

#trackingPanel textarea {
    width: 380px;
    height: 220px;
    padding: 5px;
    border-radius: 5px;
}

#trackingPanel table tr:first-child {
    border-bottom: 1px solid white;
}

#trackingPanel th, #trackingPanel td {
    text-align: left;
    width: 120px;
    vertical-align: top;
}

#trackingPanel th {
    padding-bottom: 8px;
}

#trackingPanel td select {
    max-width: 110px;
}

#trackingPanel th:last-child, #trackingPanel td:last-child {
    text-align: right;
    width:90px;
}

#trackingPanel th:nth-child(2), #trackingPanel td:nth-child(2) {
    width: 400px;
}

#trackingPanel td:nth-child(2) div {
    display:inline-block;
}

.tabsWrapper li.tabActive {
  background: #74C50A;

}

.roundedTop {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}



.tabsWrapper ul {
    list-style: none;
}

.tabsWrapper li {
    float: left;
    padding: 5px;
    background: #3E3E3E;
    cursor:pointer;
    color:white;
}

.tabsWrapper > div {
    border-top: 1px solid black;
    padding-top:  10px;

}

#subMenu01 {
    border-radius: 5px;
    background: #777;
    padding: 5px;
    box-sizing: border-box;
    width: 120px;
    border: 2px solid white;
    position:absolute;
    top:28px;
    left:360px;
    z-index:80000;
}

#subMenu01 input[type="button"] {
    background: #3E3E3E;
    border-radius: 5px;
    padding: 3px;
    color:white;
    cursor: pointer;
    float: left;
    width: 100%;
    border-style: none;
    margin-bottom: 2px;
    text-align: left;
    font-size: 11px;
}

#msgHeader {
    background-color: #74C50A;
    color:white;
    letter-spacing:2px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.msgTpl {
    padding: 3px;
    background: white;
    border-radius: 5px;
    margin-top: 3px;
    cursor: pointer;
    color: #666;
}

.msgTpl:hover {
    background: #eee;
}

#containerFinalCalculation {
    background-color: #777;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

#containerFinalCalculation table {
    width: 100%;
}

#containerFinalCalculation p {

    font-weight: bold;
    margin-bottom: 5px;
}

#containerFinalCalculation td {

}

#containerFinalCalculation tr td:last-child {
    text-align: right;
}

.calcTable, .calcTableLine {
    width: 100%;

}


#finalCalc {
    box-sizing: border-box;
}

#finalCalc p.fc_header {
    border-bottom: 1px solid white;
    padding: 0 0 5px 0;
    font-weight: bold;
}

#fc_msg {
    border-radius: 5px;
    text-align: left;
    padding: 3px 5px;
}

#finalCalc option {
    padding: 2px;
}

#finalCalc table {
    float: left;
}

#finalCalc td {

    padding: 1px;
}

#finalCalc textarea {
    width: 300px;
    height: 100px;
    padding: 5px;
}

#finalCalc tr td:last-child {
    text-align: right;
    width: 240px;
}

#finalCalc tr td:first-child {
    font-weight: bold;
}

#finalCalc td input[type="text"], #finalCalc td select {
    padding: 2px 4px 3px 3px;
    border-radius: 5px;
    border-style: none;
    text-align: right;
}

#finalCalc td select {
    text-align: left;
}

#finalCalc td input[type="text"]:focus, #finalCalc td select:focus, #finalCalc textarea:focus {
    background: #FF8000;
    color:white;
}

#tx_fail_reason {
    width: 100%;
    margin: 10px 0;
    padding: 2px;
    box-sizing: border-box;
}

#docsForMail {
    padding: 10px 0;
    border-top: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
    margin-top: 10px;
    margin-bottom: 10px;
}

.attachWrapper h1 {
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
    background-color: #008000;
    color:white;
}

.mailDoc input,.trackDoc input,.attachWrapper input {
    display:none;
}

.mailDoc label{
    display: block;
    padding: 5px;
    border-radius: 5px;
    background: #3E3E3E;
    font-weight:  bold;
    margin-bottom: 2px;
    cursor: pointer;

}

.mailDoc label.selected {
    background: #74C50A;
}

.trackDoc label, .attachWrapper label {
    box-sizing: border-box;
    width: 100%;
    display: block;
    color:white;
    padding: 5px;
    border-radius: 5px;
    background: #3E3E3E;
    font-weight:  bold;
    margin-bottom: 2px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.trackDoc input[type="checkbox"]:checked + label {
    background-color: #FF8000;
}

.attachWrapper input[type="checkbox"]:checked + label {
    background-color: #74c50a;
}

#deposit_question {
    padding: 8px 5px 5px 5px;
}

@keyframes im_here {
    from {background-color: #008000;}
    to {background-color: #FF0000;}
}

#deposit_question legend {
    padding: 3px;
    background-color: #008000;
    color: #fff;
    border-radius: 3px;
}

#deposit_question legend.hello, .attachWrapper h1.hello, #docsForMail.hello, #pDocsToRequest.hello {
    animation-name: im_here;
    animation-duration: 0.3s;
    animation-iteration-count: 6;
    animation-fill-mode: backwards;
}

#deposit_question input {
    display:none;
}

#deposit_question label {
    display: inline-block;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #3E3E3E;
    color:white;
    cursor:pointer;
    flex: 1 1 47%;
    max-width: 47%;
    text-align:center;
}

#deposit_question label:first-child {
    margin-right: 3px;
}

#deposit_question input[type="radio"]:checked + label {
    background-color: #990033;
}

#loadedDocs th {
    text-decoration: underline;
}

#loadedDocs th, #loadedDocs td {
    padding: 4px;

}

#loadedDocs tr td:last-child {
    text-align: center;
}

#loadedDocs td input[type="text"] {
    border-radius: 5px;
    width: 150px;
}

#openDocFileSelection {
    display: inline-block;
    padding: 8px;
    background-color: #74C50A;
    color: white;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
}

#case_files,#parent_files {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

table.tablesorter thead tr th {
    background: #0C54AA ;
}

table.tablesorter tbody tr.normal-row td {
    background: #ADADAD;
    color: #3E3E3E;
}

table.tablesorter tbody tr.alt-row td {
    background: #ADADAD;
    color: #3E3E3E;
}

table.tablesorter tbody tr.normal-row:hover td,table.tablesorter tbody tr.alt-row:hover td {
    background: black;
    color:white;
}

#maxQuotesDiv {
    padding: 40px;
    border-radius: 5px;
    background-color: #3E3E3E;
    color:white;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 290px;

}

#maxQuotesDiv p {
    margin-bottom: 20px;
}

#dashboard {
    padding: 8px;
    position: absolute;
    width: 380px;
    height: 240px;
    top: 190px;
    left: 30px;
    color:#3E3E3E;
    background-color: transparent;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-shadow: -1px -1px 10px 2px rgba(50,50,50,0.75);
    -moz-box-shadow: -1px -1px 10px 2px rgba(50,50,50,0.75);
    box-shadow: -1px -1px 10px 2px rgba(50,50,50,0.75);

}

#dashboard img {
    height: 70px;
    width: auto;
}

#dashboard h1 {
    float: right;
    margin: 20px 35px 20px 20px;
    font-weight: bold;
    font-size: 16px;
}

#dashboard p#db_msg {
    color: #3E3E3E;
    margin-top: 30px;
    clear: both;
    text-align: center;
}

#dashboard p#db_msg > a {
   color: #3E3E3E;
   font-size: 13px;
}

.selectedItem {
    background-color: black;
    color:white;
}

#ePanel {
    background-color: #777777;
    border-radius:5px;
    border-top-left-radius: 0;
    display: inline-block;
    position: absolute;
    z-index: 100;
}

#ePanel input, select {
    box-sizing: border-box;
    border-radius: 5px;
    width: 180px;
}

#ePanel td {
    padding: 3px;
    color:white;
}

#portfolio_output tr:hover, #portfolio_output tr:nth-child(even):hover {
    background-color: black;
    color:white;
}

#portfolio_output {
    width: 800px;
    height: 365px;
    overflow: auto;
    position:relative;
    top: 5px;
}

#UploadReport,#genericUploadErrors,#dataUploadErrors {
    background-color: white;
    padding: 10px 10px;
}

#UploadReport {
    color: green;
}

#genericUploadErrors,#dataUploadErrors {

    color:red;

}

#dataUploadErrors td, #dataUploadErrors th {
    padding: 0 5px;
    text-align:center;
    color:red;
}

#settingsToggle {
    height: auto;
    width:32px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor:pointer;
    margin-top: 5px;
}

#settingsToggle.fullyRounded {
    border-radius: 5px;
}

#portfolio_wrapper {
    padding: 10px;

}

#portfolio_wrapper td > label {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background-color: #3E3E3E;
    color:white;
    float: right;
    width: 96%;
    max-width: 200px;
    cursor: pointer;
    font-size: 12px;

}

#portfolio_wrapper td > select, #portfolio_wrapper td > input[type="text"] {
    width: 96%;
    box-sizing: border-box;
    max-width: 160px;
    background-color: #818181;
    color:white;
    padding: 2px;
    border-radius: 5px;
}

#portfolio_wrapper td > label.active {
    background-color: #74C50A;
}

#portfolio_wrapper td > input[type="checkbox"] {
    display:none;
}

#portfolio_wrapper > div {
    padding: 10px 5px;
}

#portfolio_settings {
    background-color: #3e3e3e;
    border-radius:5px;
    display: inline-block;
    padding: 0px;
}

#portfolio_settings table {
    width: 795px;
}

#portfolio_settings td {
    padding: 3px;
}

#openUpload,#makeExcel,#makeScreen,#closeSettings {
    width: 32px;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
}

#openUpload {
    background: url('../images/upload.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    height: 32px;
}

#openUpload:hover, input[name="agl_load_contract"]:hover {
    box-shadow: 2px 2px 2px black;
    border-radius: 5px;
}

#makeScreen, #closeSettings {
    border: 1px solid white;
    box-sizing: border-box;
    width: 31px;
}

#closeSettings {
    float:right;
    margin-right: 5px;
}


div.archiveTop {
    box-sizing: border-box;
    background-color: #3E3E3E;
    color:white;
    font-weight: bold;
    width:770px;

}

#archiveCases label {
    display: block;
    padding: 5px 8px;
    float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    white-space: nowrap;
    cursor: pointer;
}

#archiveCases.vendor label.id {
    width: 60px;

}

#archiveCases.vendor label.cust {
    width: 240px;

}

#archiveCases.vendor label.obj {
    width: 230px;

}

#archiveCases.vendor label.phase {
    width: 140px;

}

#archiveCases.vendor label.price {
    float:right;
    width: 100px;

    text-align: right;
}

/* FUNDER */

#archiveCases.funder label.id {
    width: 60px;

}

#archiveCases.funder label.flag {
    width: 40px;

}

#archiveCases.funder label.cust {
    width: 160px;

}

#archiveCases.funder label.obj {
    width: 190px;

}

#archiveCases.funder label.phase {
    width: 130px;

}

#archiveCases.funder label.dealer {
    width: 90px;

}

#archiveCases.funder label.price {
    float:right;
    width: 100px;
    text-align: right;
}

/* FUNDER END */

.redbg {
    background-color: red;
    color:white;
}

#tableMailConfig td, #furtherParentConfig td, #furtherUserConfig td {
    padding: 5px;
}

#furtherUserConfig td {
    vertical-align: top;
}

#save_success, #save_failed, #save_success_pc, #save_failed_pc,.save_success {
    background-color: green;
    color: white;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    font-weight: bold;
}

#save_failed, #save_failed_pc {
    background-color: red;
}

.save_failed {
    background-color: red;
    color: white;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    display: inline-block;
}

#tableMailConfig input[type="text"] {
   width: 400px;
   padding: 2px;
}


#statistics_table, #portfolio_table {
    border-collapse: collapse;
    border:  1px solid #3E3E3E;
}

#statistics_table th, #portfolio_table th {
    background-color: #3E3E3E;
    color:white;
    font-weight: normal;
    cursor: pointer;

}

#statistics_table td, , #portfolio_table td {
    font-size:  11px;

}

#statistics_table tr:nth-child(even), #portfolio_table tr:nth-child(even) {
    background-color: #8A8A8A;
}

#statistics_table th, #statistics_table td, #portfolio_table th, #portfolio_table td {
    padding: 2px;
}


#rentalBasedLDB {
    width: 100%;
}

#rentalBasedLDB tr td {
    color:white;
}

#assignUser {
    background-color: #777777;
    color:white;
    border: 2px solid green;
    padding: 12px;
}

#tblDisplayCalcs {
    width:  100%;

}

#tblDisplayCalcs tr td, #tblDisplayCalcs tr th {
    padding: 3px;
    color:  white;
}

.tdcHeader {
    background-color: #74C50A;
    text-align: left;
}

#ownProdsTable td input {
    padding: 1px 2px;
    border:none;
}

#ownProdsTable td input:focus {
    background-color: #74C50A;
    color:white;
}

.hideEllipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#prodChoice div.prodWrap {
    padding: 3px 0;
    background-color: #74C50A;
    color:white;
    margin-bottom: 1.5px;

}

#prodChoice div.prodno {
    width:45px;
    padding: 5px;
    float:left;


}

#prodChoice div.descr {
    width:145px;
    padding: 5px;
    float:left;
    font-size: 10px;

}

#prodChoice div.price {
    width:70px;
    padding: 5px;

    text-align: right;
    float:left;
}

#prodChoice div.plus, #prodChoice div.minus {
    padding: 5px;
    width:20px;
    color:white;
    display: inline-block;
    text-align: center;
    cursor:pointer;
    float:right;
}

#prodChoice div.plus {
    background-color: green;
    margin-right: 5px;
}

#prodChoice div.minus {
    background-color: red;
    margin-right: 5px;
}

#prods_save_msg {
    font-weight: bold;
    padding:5px;

}

#messenger_msgs tr td{
    border-bottom: 1px dotted #777777;
    padding-bottom: 3px;

}

.red_field {
    background-color: red;
    color:white;
}

#table_sales_areas tr td {
    padding: 5px;
}

#table_sales_areas tr td a {
    color:white;
    cursor: pointer;

}

#table_ad_gebiet tr td  {
    padding: 5px;
}

#table_ad_gebiet tr td input[type="text"] {
    width: 150px;
}

#cust_table_new tr td {
    padding: 0 0 1px 0;
}

.std_bt, .navi_search_string_modifier, .bf_bt,#prods_save_msg,#prodChoice div.plus, #prodChoice div.minus, #prodChoice div.prodWrap, #prodChoice {
    border-radius: 5px;
}

#conditionPanel, #addDocPanel, #addFailReason {
    position:absolute;
    min-width: 240px;
    min-height: 340px;
    top: 100px;
    left: 280px;
    background-color: #777777;
    color:white;
    border: 2px solid green;
    z-index: 15100;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.addDocsPart {
    float:left;
    width: 240px;
    padding-right: 10px;
}

.addDocsPart:first-child {
    border-right: 1px solid #ADADAD;
    margin-right: 10px;
}


#conditionPanel p {
    font-weight:bold;
}

#conditionPanel textarea {
    width:100%;
    height: 100px;
}

#doc_box_inner {
    padding: 10px 30px 10px 10px;
    overflow: auto;
    width: 280px;
    height: 84px;
}

#doc_box_inner a {
    display: block;
    width: 230px;
    margin-bottom: 3px;
    padding: 3px;
    text-decoration: none;
    text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    white-space: nowrap;
    overflow:hidden;

}
.std_table tr th {
    padding: 3px;
}

.std_table tr td {
    padding:  3px;
}

#docTable {
    width: 500px;
}

#docTable tr td a {
    color: white;
    text-decoration: none;
}

#docTable tr th {
    text-decoration:  underline;
}

.panel_general,#uploadPanel,#specialCalcs,#mailConfigPanel,#finalCalc,#trackingPanel,#furtherParentConfig,#furtherUserConfig,#refiPanel,#assoc_panel {
    position: absolute;
    left: 10px;
    width: 772px;
    top: 33px;
    height: 420px;
    background-color: #666;
    color:white;
    border: 1px groove white;
    z-index: 15000;
    padding: 10px;
    overflow: auto;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #333;
}

.panel_general:hover,#uploadPanel:hover,#specialCalcs:hover,#mailConfigPanel:hover,#finalCalc:hover,#trackingPanel:hover,#furtherParentConfig:hover,#furtherUserConfig:hover,#refiPanel:hover {
    box-shadow: 6px 6px 8px #000;
}

#specialCalcs {
    left: -20px;
    width: 840px;
    top: 58px;
    height: 360px;
    padding: 20px 0 0 20px;
}

.bg_grey {
    background-color: #CCCCCC;
}

#tblSpecialCalcs tr td input {
    padding: 3px;
    text-align: center;
}

#uploadFacility {
    padding: 20px 0;
    border-bottom: 1px solid #3E3E3E;
}

#uploadDocs {
    padding: 20px 0;
    border-bottom: 1px solid #74C50A;
}

#uploadClose {
    padding: 20px 0 0 0;
}

#financeOffers {
    position:absolute;
    top:65px;
    height:370px;
    width:770px;
    padding: 0 30px;
}

.termBox {
   width: 130px;
   float:left;
   margin-right:  10px;
   padding: 5px;
   border-radius: 5px;
   background-color: #8E8E8E;
   margin-top: 3px;
   margin-bottom: 3px;
}

.termBox.blue {
    background-color: #0c54aa;
}

.tableTermBox tr td {
    color:white;
}

table tr.lpTopRow {
    background-color: #74C50A;
    color:white;

}

table tr.lpTopRow td {
    padding: 5px 10px 5px 5px;
}

.tdLR {
    font-weight:bold;
}

.tdLpName {
    font-size: 14px;
    font-weight: bold;
}

.tdTerm {
    width: 20px;
    text-align: right;
}
.indCost {
    width: 40px;
    text-align: center;
    margin-left: 15px;
    }

#fleet_summary_table_small {
    position:absolute;
    top:10px;
    table-layout: auto;
    width: 100%;
}

#fleet_summary_table_small td {
    text-align: left;
    font-weight: normal;
    font-size:11px;
    color:#666;
    padding: 0 3px;
}

.fleet_summary_header {
    background-color: #ccc;
    height:12px;
    line-height: 16px;
}

.question_mark {
    padding: 0 5px;
    margin: 0 5px;
    height: 12px;
    line-height: 12px;
    background-color: #003F85;
    color:white;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid white;
}


.infoBox {
    display: none;
    position: absolute;
    padding:15px;
    border: 2px outset #003F85;
    max-width: 250px;
    font-size:12px;
    font-family: Verdana;
    color: #003F85;
    background-color: white;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-box-shadow:3px 2px 5px #999;
    -moz-box-shadow:3px 2px 5px #999;
    box-shadow: 3px 2px 5px #999;
    z-index: 5000;
}

.settingsTable {
    width:100%;
    font-size:10px;
}

.equipTop {
    line-height: 26px;
    background-color: #C26700;
    color: white;

}

.equipTop th {

    text-indent: 10px;
}

.equipSecTop {
    line-height: 20px;
    background-color: #005AC2;
    }
.equipSecTop td {
    color:white;

    padding: 0 5px;
    font-size: 11px;

}

.equipDetail {
    background-color: #888;
    line-height: 20px;
    }
 .equipDetail:hover {
    background-color: #333;
    }
.equipDetail td {
    color:white;
    font-weight: normal;
    text-align: center;
    padding: 0 5px;
    font-size: 11px;
}

.equipTotals td {
    line-height: 26px;
    background-color: #C26700;
    color: white;
    padding: 0 5px;
    }

#generalFleetOptions,#uploadMainDiv {
    padding:10px 0 15px 15px;

}

#uploadMainDiv {
    padding:10px 10px 15px 15px;
   }

.std_font.marg_left {
    margin-left:25px;
}

#fleetSettingsDiv{
    position: absolute;
    left: 10px;
    top:40px;
    width:805px;
    height: 415px;
    border: 0px solid #ccc;
    overflow: auto;
}

.vendor_td {
    padding: 3px 10px;
    color:white;
    font-weight: bold;
    background-color: #003F85;
    border: 1px inset white;
    letter-spacing: 2px;
    line-height: 30px;
    text-align: left;
    text-indent: 15px;

}

.crs_header {
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    color:white;
    width: 100%;
    background-image: url('style_images/bg_crs.jpg');
    background-repeat: repeat-x;
    text-indent: 10px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: white;
    cursor: pointer;
}

.credit_hint {
    background-color: #C0C0C0;
    color:#003F85;
    font-family: Arial;
    font-size:12px;
    font-weight: bold;
    line-height:26px;
    text-indent: 10px;
    border: 1px solid #aaa;
}

.credit_hint_2 {
    background-color: #EFEFEF;
    color:#003F85;
    font-family: Arial;
    font-size:12px;
    font-weight: bold;
    line-height:26px;
    padding: 0 0 0 10px;
    border: 1px solid #aaa;
}

#credit_info_div {
    position:absolute;
    left:10px;
    top: 10px;
    width:768px;
    height: 420px;
    border: 1px solid #ccc;
    padding: 40px 0 0 40px;
}

#total_fleet_div {
    position:absolute;
    left:10px;
    top: 10px;
    width:768px;
    height: 390px;
    border: 1px solid #ccc;
    padding: 20px 30px 0 10px;
    overflow: auto;
}

#credit_info_div a:link, #credit_info_div a:visited, #uploadMainDiv a:link, #uploadMainDiv a:visited,#total_fleet_div a:link, #backLink a:link,#backLink a:visited {
    border: 2px solid #666;
    text-decoration: none;
    padding: 5px 10px;
    display:block;
    width: 80px;
    text-align: center;
    color:#666;
    font-weight: bold;

}

#credit_info_div a:hover, #uploadMainDiv a:hover,#backLink a:hover {
    border: 2px solid #003F85;
    display:block;
    text-decoration: none;
    padding: 5px 10px;
    color:#003F85;
}

#credit_button {
    position:absolute; left:18px;top:20px;

}

#credit_button a {border-style:none;border-width:0;}



#credit_cancel_button {


    float: left;
    margin-left:20px;
    padding:1px;
    width:120px;

}

#credit_error_box {
    margin-left: 400px;
    margin-top: -60px;
    width: 300px;
    min-height: 20px;
    padding: 10px;
    background-color: red;
    color:white;

}

.credit_table {
    height: 190px;
    width:550px;

}



.credit_table, #cre_add_from_current,#cre_approve_new,#cre_approve_without_line {
    margin-left:20px;
    width:90%;
    margin-top: 15px;
    height:30px;
    overflow: hidden;


    }

.credit_table th, .credit_table td {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color:#666666;
    border-width: 0 0 1px 0;
    border-color:#808080;
    padding:0 10px 0 10px;
    text-align: right;
}

.credit_table th {
    background-color: #003F85;
    color: #E0E0E0;
    text-align: center;
}

.credit_table td {
    background-color: #CCCCCC;
    }

.credit_table_bigger {
    height: 350px;
    width:750px;
    overflow: scroll;
}

.credit_table_bigger tr {
    height:30px;
    background-color: #ccc;
}

.credit_table_bigger tr:hover {
    background-color: #ddd;
}

.credit_table_bigger th, .credit_table_bigger td {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#666666;
    border-width: 0 0 1px 0;
    border-color:#808080;
    padding:0 20px;
    text-align: right;
}

.credit_table_bigger th {
    background-color: #003F85;
    color: #E0E0E0;
    text-align: center;
}

.yes {
    font-weight: bold;
    color: green;
}

.no {
    font-weight: bold;
    color: red;
}

.hr_credit {margin-top: 15px;}




.outdoor_table {
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:11px;
    color: #333333;
    border-style: solid;
    border-width:1px;
    text-align: center;
}

.contentCopy {
    margin-left: 10px ;
    margin-right:  50px;
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    color: #112562;
    text-decoration: none;
}



.hidden_load {
    visibility: hidden;
}

.special_confirm {
    color:#FFFFFF;font-size:12px;font-family:Arial;
    text-align: center;
}

.stat_control {
font-family:Arial,Helvetica,Sans-Serif;
font-size:11px;
color: #333333;
background-color: #AAAAAA;
}

table.stats {
    font-family:Arial,Helvetica,Sans-Serif;
    color: #666666;
    text-align: center;
    border-spacing: 5px;
    padding:10px;

}

th.stats {
    font-size: 11px;
    font-weight: bold;
    border-color: #888888;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-bottom-width: 2px;
    border-right-width: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}

td.stats {
    font-size:11px;
    border-color: #888888;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-right-width: 1px;
    padding:10px;
}

a:link.archive {
    
    font-size: 12px;
    font-weight: normal;
    background-color: #E0E0E0;
    color: #003F85;
    cursor: pointer;
    text-decoration: none;

}

a:visited.archive {
    
    font-size: 12px;
    font-weight: normal;
    background-color: #E0E0E0;
    color: #003F85;
    cursor: pointer;
    text-decoration: none;

}
a:hover.archive {
    border: 1px solid #FFFFFF;
    
    font-size: 12px;
    font-weight: normal;
    background-color: #003F85;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;

}

.warn_span {
font-family: Arial,Tahoma;
font-size: 12px;
font-weight: bold;
background-color:#FF0000;
color:#FFFFFF;
padding: 3px;
}

#prodExplain {
    width: 570px;
    top: 180px;
    left:140px;
    position:absolute;
    border:1px solid #3E3E3E;
    color: #333;
}

#prodExplain p {
    background-color: #3E3E3E;
    color:white;
    font-size:14px;
    font-weight: bold;
    padding: 6px 10px 6px 10px;
}

#prodExplain div {
    padding: 10px;
    background-color: white;
    min-height: 100px;
}

.info_box {
    font-family: Arial,Tahoma;
    font-size: 11px;
    color:#333333;
    background-color: #FFFFFF;
    width: 500px;
    height:0px;
    border-style: solid;
    border-width: 1px;
    border-color: #003F85;
    text-align: justify;
    display: none;
    background-image: url('style_images/info_bg.jpg');
    background-repeat: no-repeat;
    z-index: 9999;
}

.l_prod {
    font-family: Arial, Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #003F85;
    border-width: 1px;
    border-color: #FFFFFF;
    text-indent: 5px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

legend {
    font-family: Arial, Tahoma;
    font-size: 12px;
    font-weight: bold;
    color:white;
    margin-left:20px;
}

.std_font {
    
    font-size: 12px;
    font-weight: bold;

    }

.w {
   /* neutralised as not wise to use */
}

.std_font.underline {
    text-decoration: underline;
}

.status_box {
    
    font-size: 11px;
    font-weight: bold;

    border-width: 0px;
    border-style:dotted;
}

.std_font_red {
    
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    }

.font_centered {
    
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    }

.font_centered.white {
    color:white;
}

.list_items {
    font-size: 12px;
    font-weight: normal;

    }

.list_items.nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

 .list_items.higher {
    line-height: 20px;
    }

.list_items_red {
    color: #FF0000;
}

.list_items_green {
    color:#30ff05;
}

.list_items_s {
    font-size: 10px;
    font-weight: normal;

    }

.list_items_underline {
    font-size: 12px;
    font-weight: normal;

    text-decoration: underline;
    }

.list_items_right {
    font-size: 12px;
    font-weight: normal;

    text-align: right;
    }

.rv_small {
    
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    }

.lr_price {
    
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    }

.select_bt {
    
    font-size: 12px;
    font-weight: normal;
    border-style: none;
    border-width: 0px;
    text-decoration: underline;
    background-color: transparent;
    cursor:pointer;
}

.prompt {
    
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-decoration: underline;
    }

.firm_label {
    
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #666666;
    }

 .firm_label.white {
    color:white;
 }

.page_header {
   
    font-size: 12px;
    font-weight: bold;
    color: #3E3E3E;
    text-decoration: none;
}

div#logon {
    font-size: 12px;
    font-weight: bold;

    border: 0px outset #C0C0C0;
    position: absolute;
    width: 500px;
    height: 300px;
    top: 80px;
    left: 70px;
}
.shop_text_box {
    
    font-size: 11px;
    color: #333333;
    text-indent: 3px;
    border-width: 1px;
    text-align: right;
    background-color: #FFFFFF;
}

.input_text {
    
    font-size: 11px;
    text-indent: 3px;
}
.error_input_text {
    
    font-size: 11px;
    color: #FFFFFF;
    text-indent: 3px;
    background-color: #FF0000;
}
.std_bt {
    
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
    border: 1px solid #808080;
    width: 120px;

    cursor:pointer;
    background-color: #3E3E3E;
    box-shadow: 1px 1px 1px #666;

}

.std_bt.status_only, .std_bt.status_send {
    width: 100%;
    margin-top: 10px ;
}

.std_bt.status_only {
    background-color: #FF8000;
}

.std_bt:hover {
    box-shadow: 2px 2px 2px black;
}

.bf_bt {
   
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #808080;
    padding: 2px 10px;
    cursor:pointer;
    background-color: #3E3E3E;
    color: #FFFFFF;

    width: 90px;
    box-shadow: 1px 1px 1px #666;
}

.bf_bt:hover {
    box-shadow: 2px 2px 2px black;
}


#start_stats table td {
    padding: 4px;
    border-bottom: 1px dotted #adadad;
    border-right: 1px dotted #adadad;
    width:220px;
}

#start_stats table td:last-child {
    width: 70px;
    text-align: center;
}

#start_stats div {
    display: -webkit-flex;
    display:flex;
}

#start_stats div p {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    cursor: pointer;
}

#start_stats div p.selected {
    font-style: italic;
}

#start_stats div p.selected:after {
    content: " !!!";
    color:#FF8000;
    font-size: 13px;
    font-weight: bolder;
}

#start_stats a {
    color:white;
    text-decoration: none;
}

#start_stats p {
    font-size: 14px;
    font-weight: bold;
}

div#upper_layer.klick {
    background-color: #F2F0F3;
    border-bottom: 3px solid #ADADAD;
    background-image: url('style_images/dlb_upper_bg.png');
    background-repeat: no-repeat ;
}

div#upper_layer.l2go {
    background-color: #0c54aa;
    border-bottom: 3px solid #0a4499;
    color:white;
}

div#upper_layer.l2go div#logoWrapper {
    height: 68px;
    position: absolute;
    left: 40px;
    top: 12px;
    border-radius: 5px;
    background-color: white;
    border: 5px solid white;
}

div#upper_layer.l2go div#logoWrapper img {
    height: 100%;
}

div#upper_layer.l2go p {
    font-weight: bold;
    position: absolute;
    left: 120px;
    top: 68px;
    font-size: 22px;
}

div#middle_layer {
    background-color: #818181;
    color:white;
}

div#lower_layer {
   background-color: #3E3E3E;
}

div#dev_content {
    background-color: #3E3E3E;
    color:white;
}

.navi_letter {
    font-family:Aial,Helvetica;
    font-size: 14px;
    font-weight: bold;
    margin-left: 2px;
    cursor: pointer;
    width:16px;
    height: 16px;
    border-width: 0px;
    background-color: transparent;
}

.navi_letter_space {
    font-family:Aial,Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #003F85;
    margin-left: 2px;
    cursor: pointer;
    width:16px;
    height: 16px;
    border-width: 0px;
    background-color: transparent;
    background-image: url('style_images/space.gif');
    background-repeat: no-repeat;
    background-position: bottom;
}
.navi_search_string {
    font-family:Aial,Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    }

.navi_search_string_modifier {
    font-family:Aial,Helvetica;
    font-size: 15px;
    font-weight: bolder;
    color: #FFFFFF;
    border-width: 0px;
    cursor: pointer;
    padding: 3px;
    background-color: #3E3E3E;
    }

.quick_search_list {
    font-family:Tahoma,Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #003F85;
    border-width: 0px;
    border-style: none;
    border-color: #AAAAAA;
    cursor: pointer;
    background-color: #FFFFFF;
    }
.navi_header {
    font-family:Tahoma,Helvetica;
    font-size: 10px;
    font-weight:bold;
    color: #ffffff;
    text-decoration: underline;

}
.full_search_item {
    font-family:Tahoma,Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    width:  200px;
    height: 16px;
    background-color: #FFFFFF;
    text-indent: 4px;
    }

.search_button {
font-family:Tahoma,Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    border-width: 1px;
    border-style: outset;
    border-color: #CCCCCC;
    cursor: pointer;
    background-color: #888888;
    width: 110px;
    line-height: 14px;
}

.shop_button {
font-family:Tahoma,Helvetica;
    font-size: 10px;
    color: #FFFFFF;
    border-width: 1px;
    border-style: outset;
    border-color: #CCCCCC;
    cursor: pointer;
    background-color: #888888;
    line-height: 8px;
}



#statistics_set select {
 background-color: #666666;
 color:white;
 border: 0;
 padding: 2px 0;
}

#statistics_set td {
    padding: 3px 5px;
}

#statistics_set select {
    width: 60px;
    border: 1px solid white;
    box-shadow: 1px 1px 1px black;
}

#statistics_set td:first-child select {
    width: 180px;
}

a:hover.navi {
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    width:150px;

    background-color: #818181;
    border-style: solid;
    border-top-width: 0px;
    border-left-width:  0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color:  #E3E3E3;
    text-decoration:none;

    padding: 8px 0;
    display:block;
    text-indent:10px;
    background-image: none;
}


a:link.maf, a:visited.maf {

    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration:none;
    }

a:hover.maf {

    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration:none;
    }

a:link.maf_stat, a:visited.maf_stat {

    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration:none;
    }

a:hover.maf_stat {

    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration:none;
    }

a:link.i_link       { border-style: none; border-width: 0px;}
a:visited.i_link      { border-style: none; border-width: 0px; }

a:hover.i_link       { border-style: none; border-width: 0px; }
