@charset "utf-8";

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

body {
    text-align: center;
}

#wrapper {
    width: 960px;
    height: 100%;
    margin: auto;
    text-align: left;
}

a {
    color: #666;
    text-decoration: underline;
}

/* ############ HEAD & HELP (multilingual) ########### */

#header {
    position: relative;
    width: 820px;
    height: 106px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}

#header-logo-elina-de,
#header-logo-elina-de-de,
#header-logo-elina-de-at {
    width: 800px;
    height: 95px;
    background: url(../img/head/de/header-elina-alcon.jpg) no-repeat;
    float: left;
}

#header-logo-elina-en,
#header-logo-elina-en-gb {
    width: 800px;
    height: 95px;
    background: url(../img/head/en/header-elina-alcon.png) no-repeat;
    float: left;
}

#header-logo-elina-fr,
#header-logo-elina-fr-fr {
    width: 800px;
    height: 95px;
    background: url(../img/head/fr/header-elina-alcon.png) no-repeat;
    float: left;
}

#header-logo-elina-es,
#header-logo-elina-es-es {
    width: 800px;
    height: 95px;
    background: url(../img/head/es/header-elina-alcon.jpg) no-repeat;
    float: left;
}

#header-logo-elina-pt,
#header-logo-elina-pt-pt {
    width: 800px;
    height: 95px;
    background: url(../img/head/pt/header-elina-alcon.jpg) no-repeat;
    float: left;
}

.elina-help-de,
.elina-help-de-de {
    background: url(../img/buttons_and_boxes/de/elina-help-alcon.png) no-repeat;
    height: 157px;
}

.elina-help-en,
.elina-help-en-gb {
    background: url(../img/buttons_and_boxes/en/elina-help-alcon.png) no-repeat;
    height: 157px;
}

.elina-help-fr,
.elina-help-fr-fr {
    background: url(../img/buttons_and_boxes/fr/elina-help-alcon.png) no-repeat;
    height: 157px;
}

.elina-help-es,
.elina-help-es-es {
    background: url(../img/buttons_and_boxes/es/elina-help-alcon.png) no-repeat;
    height: 157px;
}

.elina-help-pt,
.elina-help-pt-pt {
    background: url(../img/buttons_and_boxes/pt/elina-help-alcon.png) no-repeat;
    height: 157px;
}

/* ############ END (HEAD & HELP (multilingual)) ########### */

#spectrum-line {
    margin-top: 0px;
    width: 800px;
    height: 20px;
    background: #000 url(../img/head/spectrum-line-alcon.png) no-repeat;
    float: left;
}

#top-navigation {
    position: relative;
    width: 800px;
    height: 25px;
    background: url(../img/top-navi/top-navi-bg-no.png) repeat-x;
    font: normal 12px arial, sans-serif;
}

#top-navigation li.menu {
    display: block;
    float: left;
    height: 25px;
    text-transform: uppercase;
    list-style: none;
    border-right: 1px solid #9a9a9a;
    position: relative;
}

#top-navigation li.menu:nth-child(7) {
    visibility: hidden;
}

#top-navigation li.menu > a {
    padding: 5px 15px 0;
    display: inline-block;
    height: 20px;
    color: #333;
    text-decoration: none;
}

#top-navigation li.menu > a:hover, #top-navigation li.menu > a.act {
    background: url(../img/top-navi/link-act.png) repeat-x;
}

#top-navigation li.menu.first > a {
    background: url(../img/top-navi/first-link-no.png) no-repeat;
}

#top-navigation li.menu.first > a:hover, #top-navigation li.menu.first > a.act {
    background: url(../img/top-navi/first-link-act.png) no-repeat;
}

#top-navigation-right-border {
    position: absolute;
    width: 19px;
    height: 25px;
    right: 0;
    background: url(../img/top-navi/top-navi-right-border.png);
}

#top-navigation ul.sub_menu {
    display: none;
    list-style: none;
    padding: 0.25em 0.6667em 0.6667em;
    position: absolute;
    top: 25px;
    left: 0;
    border: 1px solid #a0a0a0;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    width: 11em;
    background-color: #f0f0f0;
    z-index: 10;
}

#top-navigation li.menu:hover ul.sub_menu {
    display: block;
    background-color: #f0f0f0;
}

#top-navigation ul.sub_menu li {
    padding: 0.75em 0 0;
    margin: 0 0 0;
    height: inherit;
}

#top-navigation ul.sub_menu li.first {
    background: none;
    padding: 0.5em 0 0;
}

#top-navigation ul.sub_menu a:link, #top-navigation ul.sub_menu a:visited {
    background: none;
    color: #333;
    display: block;
    font-weight: normal;
    padding: 0;
}

#top-navigation ul.sub_menu a:hover, #top-navigation ul.sub_menu a:active {
    color: #c5edfc;
}

#top-navigation ul.sub_menu li a.selected {
    background-position: 0 100% !important;
}

#logout {
    position: absolute;
    right: 20px;
    top: 7px;
    font-size: 10px;
    text-transform: uppercase;
}

#logout a {
    color: #333;
    text-decoration: none;
}

#logout a:hover {
    color: #000;
}

/* ############ CONTENT ########### */

#wrapper-content {
    position: relative;
    width: 960px;
    margin-top: 30px;
    padding-top: 20px;
}

.titlebox {
    position: absolute;
    left: 10px;
    top: 0;
    overflow: hidden;
    zoom: 1;
    z-index: 10;
}

.inside {
    top: -21px;
}

.copy {
    clear: left;
    margin-bottom: 40px;
    width: 600px;
}

.content-padding {
    padding-left: 20px;
}

h1 {
    font: normal 15px arial, sans-serif;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

h2 {
    font: bold 13px arial, sans-serif;
    color: #333;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.copy p, p {
    font: normal 12px arial, sans-serif;
    color: #666;
    margin-bottom: 10px;
}

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

.pageicon, .pagetitle {
    float: left;
    width: auto;
    height: auto;
    text-transform: uppercase;
    font: normal 15px arial, sans-serif;
    color: #999;
    margin-right: 5px;
}

.inner-pageicon {
    float: left;
    width: auto;
    height: auto;
    text-transform: uppercase;
    font: normal 15px arial, sans-serif;
    color: #999;
    margin-right: 5px;
    margin-top: -10px;
}

.pagetitle {
    padding-top: 3px;
}

#searchbox {
    position: absolute;
    left: 555px;
    top: 5px;
    overflow: hidden;
    zoom: 1;
    z-index: 10;
    width: 226px;
    height: 17px;
    border: 1px solid #999;
    padding: 5px 5px 5px;
    background: url(../img/buttons_and_boxes/searchbox-bg.png) repeat-x;
}

.searchbox-input {
    float: left;
    margin-right: 5px;
}

.searchbox-submit {
    float: left;
}

input.search-customer {
    width: 110px;
    height: 13px;
    border: 1px solid #999;
    font: normal 12px arial, sans-serif;
    color: #333333;
    padding: 1px;
}

input.submit, a.submit {
    background: url(../img/buttons_and_boxes/submit-bg.png) #FFCC00 repeat-x;
    width: 100px;
    /*height:17px;*/
    border: 1px solid #999;
    font: bold 11px arial, sans-serif;
    color: #fff;
    cursor: pointer;
}

a.submit {
    width: auto;
    padding: 1px 5px;
    text-decoration: none;
}

button.submit-small {
    background: #fff;
    width: auto;
    padding: 0 5px;
    height: 17px;
    border: 1px solid #999;
    font: bold 11px arial, sans-serif;
    color: #999;
    cursor: pointer;
}

a.ask-elina {
    display: inline-block;
    height: 30px;
    background: url(../img/buttons_and_boxes/askelina-bg.png) repeat-x;
    padding: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    width: auto;
    margin-top: 0;
    border: 1px solid #999;
    text-align: center;
}

#content-left {
    width: 768px;
    height: auto;
    float: left;
    border: 1px solid #ccc;
    padding: 40px 15px 30px;
    background: url(../img/buttons_and_boxes/grad-bottom.png) repeat-x bottom left;
    margin-right: 10px;
    min-height: 332px;
    position: relative;
    margin-bottom: 30px;
}

#content-left-wide {
    width: auto;
    height: auto;
    float: left;
    border: 1px solid #ccc;
    padding: 40px 15px 30px;
    background: url(../img/buttons_and_boxes/grad-bottom.png) repeat-x bottom left;
    margin-right: 10px;
    min-height: 332px;
    position: relative;
    margin-bottom: 30px;
}

#content-left .box-inside {
    position: relative;
    border: 1px solid #ccc;
    padding-top: 25px;
    height: auto;
    width: 600px;
}

#footer {
    position: absolute;
    bottom: -20px;
    right: 10px;
    font: normal 10px arial, sans-serif;
    color: #666;
}

#footer a {
    text-decoration: none;
    color: #666;
}

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

#elina-big {
    position: absolute;
    bottom: 0;
    right: 15%;
    z-index: 100;
    display: none;
}

.home-menu {
    clear: left;
    width: auto;
    padding-left: 45px;
}

.home-menu a {
    display: block;
    height: 28px;
    width: auto;
    padding: 10px 0 0 50px;
    margin-bottom: 20px;
    font: bold 12px arial, sans-serif;
    color: #666;
    text-decoration: none;
}

.home-menu a.home-new-customer {
    background: url(../img/buttons_and_boxes/new-customer-bg.png) no-repeat;
}

.home-menu a.home-edit-contract {
    background: url(../img/buttons_and_boxes/customer-edit-bg.png) no-repeat;
}

.home-menu a.home-change-settings {
    background: url(../img/buttons_and_boxes/change-settings-bg.png) no-repeat;
}

.home-menu a.home-change-resend-mail {
    background: url(../img/icons/icon-setup-emailedit.png) no-repeat;
}

#content-right {
    float: left;
    padding-top: 200px;
}

#elinabox, #infobox, #hotlinebox, #newsbox, #statisticbox {
    position: relative;
    width: 148px;
    height: auto;
    border: 1px solid #ccc;
    background: url(../img/buttons_and_boxes/grad-bottom.png) repeat-x bottom left;
    margin-bottom: 10px;
}

#elinabox {
    height: 182px;
}

.infocenter-content, .hotline-content, .elina-content, .newsbox-content {
    padding: 2px 0 0 3px;
}

.elina-content {
    padding-top: 10px;
}

.infocenter-content-table {
    font: normal 10px arial, sans-serif;
    color: #666;
}

.infocenter-content-table td.first {
    padding-right: 10px;
}

.elina-small a {
    width: 105px;
    height: 118px;
    background: url(../img/buttons_and_boxes/elina-small.png) no-repeat;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
}

.ask-elina {
    width: 100px;
    font: bold 10px arial, sans-serif;
    color: #666;
    margin-top: 15px;
    padding-left: 1px;
}

.ask-elina a {
    display: block;
    float: left;
    width: auto;
    height: 13px;
    padding: 0 2px 2px;
    margin-top: 5px;
    border: 1px solid #ccc;
    background: url(../img/buttons_and_boxes/submit-bg.png) repeat-x;
    font: bold 11px arial, sans-serif;
    color: #fff;
    text-decoration: none;

}

.hotline-content h1 {
    font: normal 14px arial, sans-serif;
    color: #666;
    margin: 10px 0;
    text-transform: none;
    letter-spacing: 0;
}

.hotline-content p {
    font: normal 10px arial, sans-serif;
    color: #666;
    margin-bottom: 15px;
}

.hotline-content p.mailto {
    margin-bottom: 5px;
}

.hotline-content p.imprint {
    text-align: right;
    padding: 5px 5px 0 0;
    border-top: 1px solid #ccc;
    width: 135px;
    margin-bottom: 5px;
}

.hotline-content a {
    font: normal 10px arial, sans-serif;
    color: #666;
    text-decoration: none;
}

.header {
    width: 100%;
    min-height: 20px;
    background: url(../img/buttons_and_boxes/searchbox-bg.png) repeat-x;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font: normal 12px arial, sans-serif;
    padding-top: 5px;
    color: #666;
}

#infobox-icon {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 16px;
    height: 16px;
    background: url(../img/icons/right-box-info-icon.png) no-repeat;
}

#newsbox-icon {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 16px;
    height: 16px;
}

/* ************** CUSTOMERS-PAGE ************************/

#customers-list-wrapper {
    position: relative;
    padding-top: 60px;
}

.button-new-customer {
    position: absolute;
    height: 24px;
    width: 100px;
    padding: 12px 0 0 42px;
    top: 0px;
    left: 370px;
    background: url(../img/buttons_and_boxes/new-customer-big-bg.png) no-repeat;
    font: bold 13px arial, sans-serif;
    text-decoration: none;
    color: #fff;
}

.customer-list {
    margin-left: 20px;
    /*width:540px;*/
    width: 490px;
    overflow: hidden;
    margin-bottom: 20px;
    zoom: 1;
}

.customer-list-big {
    margin-left: 10px;
    margin-right: 10px;
    width: 750px;
    overflow: hidden;
    margin-bottom: 50px;
    zoom: 1;
}

.customer-list-row {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
    zoom: 1;
}

.customer-list-data {
    display: inline-block;
    float: left;
}

.optician-list-data {
    display: inline-block;
    text-align: left;
    float: right;
    width: 170px;
}

.left-column {
    width: 170px;
}

.left-column_small {
    width: 100px;
}

.center-column {
    width: 190px;
}

.center-column-small {
    width: 100px;
}

.right-column {
    float: right;
}

.first-column {
    width: 145px;
}

.second-column {
    width: 145px;
}

.third-column {
    width: 120px;
}

.fourth-column {
    float: right;
}

.fourth-column img {
    width: 45px;
}

.first-column,
.second-column,
.third-column {
    margin-right: 10px;
}

/*
 .customer-list-head .sort-customer {
     margin-left:27px;
     margin-right:15px;
 }
*/

.customer-list-head .enduser-type {
    margin-left: 15px;
    margin-right: 15px;
}

.icon-customer-export-small {

}

a.customer-list-button {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0 0 0 10px;
}

div.customer-list-button {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0 0 0 10px;
}

a.customer-list-add-contract {
    background: url(../icon/32x32/icon-customers-add.png) no-repeat;
}

a.customer-list-delete {
    background: url(../icon/32x32/icon-customers-delete.png) no-repeat;
}

.customer-list h1 {
    font: bold 12px arial, sans-serif;
    color: #666;
    margin-bottom: 5px;
}

.customer-list p {
    font: normal 11px arial, sans-serif;
    color: #666;
}

#caption {
    padding-left: 20px;
    font: normal 10px arial, sans-serif;
    color: #666;
    margin-top: 10px;
}

#caption span {
    margin-left: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

#customers-list-controls {
    text-align: center;
    width: 250px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

#customers-list-controls-endusers {
    float: left;
    text-align: right;
    width: 100%;
    /*position: absolute;
    right: 15px;*/
    margin-bottom: 5px;
}

#customers-list-controls-right {
    text-align: center;
    right: 15px;
    bottom: 15px;
    float: right;
    margin-bottom: 5px;
}

.controls-to-center {
    overflow: hidden;
    zoom: 1;
    width: 80px;
    margin: auto;
    margin-bottom: 10px;
}

.inner-centered {
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
}

.inner-centered-text {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.controls-to-right {
    float: right;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    width: 160px;
    margin: auto;
    margin-bottom: 10px;
}

.controls-text {
    font: normal 10px arial, sans-serif;
    color: #666;
}

#customers-list-controls a {
    display: block;
    float: left;
    width: 20px;
    height: 16px;
}

#customers-list-controls-endusers a {
    display: block;
    float: left;
    width: 20px;
    height: 16px;
}

#customers-list-controls-right a {
    display: block;
    float: left;
    width: 20px;
    height: 16px;
}

.fast-back {
    background: url(../img/buttons_and_boxes/fast-back.png) no-repeat;
}

.back {
    background: url(../img/buttons_and_boxes/back.png) no-repeat;
}

.next {
    background: url(../img/buttons_and_boxes/next.png) no-repeat;
}

.fast-next {
    background: url(../img/buttons_and_boxes/fast-next.png) no-repeat;
}

/* ### Customers Form ### */

.progress {
    margin: 10px 0 38px;
    overflow: hidden;
    zoom: 1;
}

.progress .steps {
    width: 130px;
    height: 30px;
    padding-top: 16px;
    padding-left: 50px;
    float: left;
    font: normal 12px arial, sans-serif;
    color: #666;
}

.progress .step1 {
    background: url(../img/icons/icon-customers-step01_inactive.jpg) left no-repeat;
    width: 140px;
    color: #ccc;
}

.progress .step1active {
    background: url(../img/icons/icon-customers-step01_active.jpg) left no-repeat;
    width: 140px;
}

.progress .step2 {
    background: url(../img/icons/icon-customers-step02_inactive.jpg) left no-repeat;
    color: #ccc;
}

.progress .step2active {
    background: url(../img/icons/icon-customers-step02_active.jpg) left no-repeat;
}

.progress .step3 {
    background: url(../img/icons/icon-customers-step03_inactive.jpg) left no-repeat;
    color: #ccc;
}

.progress .step3active {
    background: url(../img/icons/icon-customers-step03_active.jpg) left no-repeat;
}

.progress .step4 {
    background: url(../img/icons/icon-customers-step04_inactive.jpg) left no-repeat;
    color: #ccc;
}

.progress .step4active {
    background: url(../img/icons/icon-customers-step04_active.jpg) left no-repeat;
}

.error-message {
    display: inline-block;
    height: auto;
    padding: 15px 30px 15px 70px;
    border: 1px solid #900;
    font: bold 12px arial, sans-serif;
    color: #333;
    margin-bottom: 38px;
    background: url(../img/icons/error-message.gif) no-repeat 10px center #f99;
}

/* INPUT VALIDATION & HTTP ERROR */
#error {
    margin: 0 auto;
    width: 96%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 17% !important;
}

#error .message {
    text-align: center;
    color: #111;
    font-size: 1em;
    font-weight: 500;
    padding: 20px;
    border: 2px solid red;
}

.error-width {
    max-width: 95% !important;
    position: relative !important;
}

.success-message {
    display: inline-block;
    height: auto;
    padding: 15px 30px 15px 70px;
    border: 1px solid #00AEFF;
    font: bold 12px arial, sans-serif;
    color: white;
    margin-bottom: 38px;
    background: url(../img/icons/success-message.gif) no-repeat 10px center #00AEEF;
}

.form-left {
    float: left;
    width: 240px;
    margin-bottom: 15px;
}

.form-left button {
    position: absolute;
    bottom: 40px;
    left: 275px;
}

.form-center {
    float: left;
    width: 250px;
}

.form-right {
    float: left;
    width: 250px;
    padding-top: 15px;
}

.customer-form {
    clear: left;
    margin-bottom: 10px;
}

.customer-form label {
    font: normal 12px arial, sans-serif;
    color: #666;
    padding-left: 2px;
    display: block;
}

.form-right label {
    display: inline;
}

.customer-form input {
    font: normal 12px arial, sans-serif;
    color: #666;
    border: 1px solid #ccc;
    display: block;
    width: 206px;
    margin-top: 2px;
}

input.form-error {
    border-color: #900;
}

.form-control {
    position: absolute;
    bottom: 10px;
    width: 695px;
}

.float-right {
    float: right;
}

.customer-form-altshipping input {
    display: inline;
    width: auto;
    border: none;
}

.customer-form-altshipping img {
    margin-left: 7px;
}

.customer-form select {
    font: normal 12px arial, sans-serif;
    color: #666;
    border: 1px solid #ccc;
    display: block;
    width: 100px;
    margin-top: 2px;
}

.customer-form-anrede, .customer-form-titel {
    clear: none;
    float: left;
    margin-right: 10px;
}

.customer-form-PLZ input {
    width: 70px;
}

.customer-form-Ort input {
    width: 124px;
}

.customer-form-PLZ, .customer-form-Ort {
    clear: none;
    float: left;
    margin-right: 10px;
}

.customer-form-Birthday input {
    float: left;
    width: 177px;
    margin-right: 10px;
}

.customer-form-Birthday a img {
    margin-top: 2px;
}

.customer-form-Bank input {
    background-color: #f5f5f5;
}

.customer-form-Bank a img {
    margin-top: 2px;
}

#altshipping-wrapper {
    display: none;
}

#altnormalshipping-wrapper {
    display: none;
}

#altpackstationshipping-wrapper {
    display: none;
}

/* #### Customers Form Step 2 ### */

table.customer-form-table, table.customer-invoice-table, table.customer-invoice-table-total, table.setup-service-table, table.customer-delivery-table, table.employee-management-table {
    font: normal 12px arial, sans-serif;
    color: #666;
    border: 1px solid #ccc;
    width: 720px;
    margin-top: 10px;
    margin-bottom: 10px;
}

table.wide-table {
    width: 870px;
}

table.customer-form-table * {
    font: normal 12px arial, sans-serif;
    color: #666;
}

thead.customer-form-table-head, .table-head {
    background: url(../img/forms-tables/table-head-grad.png) repeat-x;
    height: 24px;
    background-size: contain;
}

table.customer-form-table td {
    padding: 0 5px;
    text-align: left;
}

table.customer-form-table td input, table.customer-form-table td select, select, input, textarea {
    border: 1px solid #ccc;
}

tbody.customer-form-table-body td {
    height: auto;
}

td.eye * {
    min-width: 50px;
}

table.customer-form-table td.bc * {
    width: 30px;
}

table.customer-form-table td.Lidu * {
    width: 30px;
}

span.product, select.product {
    min-width: 296px;
}

table.customer-form-table td.frequency * {
    width: 100px;
}

table.customer-form-table td.diopt * {
    width: 60px;
}

table.customer-form-table td.diopt * {
    width: 60px;
}

table.customer-form-table td.price * {
    width: 35px;
}

table.customer-form-table td.addon * {
    width: 50px;
}

table.customer-form-table td.color * {
    width: 50px;
}

table.customer-form-table td.cylinder * {
    width: 60px;
}

table.customer-form-table td.axis * {
    width: 60px;
}

table.customer-form-table td.interval * {
    width: 100px;
}

td.category {
    width: 79px;
}

/* #### Customers Form Step 3 ### */

.summary-left {
    float: left;
    border: 1px solid #ccc;
    font: normal 12px arial, sans-serif;
    color: #666;
    padding: 5px;
    width: 340px;
    margin: 10px 0;
}

.summary-left-custom {
    width: auto !important;
}

.summary-right {
    float: left;
    border: 1px solid #ccc;
    font: normal 12px arial, sans-serif;
    color: #666;
    padding: 5px;
    width: 340px;
    margin-left: 15px;
    margin: 10px 0 15px 15px;
}

td.left-data {
    width: 180px;
}

.summary-left td, .summary-right td {
    padding: 0 0 0 5px;
    height: 30px;
}

.attention {
    clear: left;
    line-height: 20px;
    margin-bottom: 15px;
}

.attention p {
    font: normal 16px arial, sans-serif;
    color: #666;
}

.attention-buttons, .further-buttons {
    margin: 25px 0 40px;
}

.attention-buttons a, .further-buttons a {
    margin-right: 10px;
}

a.activate-contract {
    background: url(../img/buttons_and_boxes/submit-grey-bg.png) #bbb repeat-x;
}

a.activate-contract:hover {
    background: url(../img/buttons_and_boxes/submit-bg.png) #FFCC00 repeat-x;
}

/* ########### Login #############*/

#header-login {
    position: relative;
    width: 820px;
    height: 118px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 0;
}

.login {
    width: 400px;
    height: auto;
    margin: auto;
}

.login label {
    font: bold 12px arial, sans-serif;
    color: #666;
    width: 110px;
    display: inline-block;
}

.login input {
    font: normal 12px arial, sans-serif;
    color: #666;
    border: 1px solid #ccc;
    width: 200px;
    margin-top: 15px;
}

.login select {
    font: normal 12px arial, sans-serif;
    color: #666;
    border: 1px solid #ccc;
    width: 210px;
    margin-top: 15px;
}

.login input.submit {
    margin-left: 115px;
    font: bold 12px arial, sans-serif;
    color: #fff;
}

.login-form {
    padding: 5px 0 25px 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.lost-pass {
    margin: 5px;
    font: normal 10px arial, sans-serif;
    color: #666;
    text-decoration: none;
}

.lost-pass:hover {
    text-decoration: underline;
}

.imprint-line {
    font: normal 11px arial, sans-serif;
    color: #666;
    width: 798px;
    text-align: center;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* ########### Customers Details ######### */

.customers-data {
    position: relative;
    height: auto;
    overflow: hidden;
    zoom: 1;
    padding-bottom: 25px;
    background: url(../img/buttons_and_boxes/1px-ccc.png) repeat-y 510px;
}

.customers-data p {
    margin-bottom: 2px;
}

.customers-data .data {
    width: 480px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.edit {
    width: 180px;
    position: absolute;
    bottom: 25px;
    left: 540px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.customers-data .edit a {
    margin: 5px;
}

.customers-data .edit a.button-edit {
    margin-right: 50px;
}

.customers-data .tablewrap {
    background: url(../img/buttons_and_boxes/grad-bottom.png) repeat-x bottom left;
    border: 1px solid #ccc;
    padding: 5px;
}

#caption.customer-details-caption {
    padding-left: 0px;
    width: 500px;
    margin-top: -15px;
}

.functions {
    margin-top: 70px
}

.functions .function-wrap {
    margin-bottom: 50px;
}

.functions h1 {
    text-transform: none;
}

.functions p {
    margin: 0;
}

.functions table {
    margin-bottom: 15px;
}

.functions td.pic {
    width: 60px;
}

/* ########## Customers Invoice #############*/

table.customer-invoice-table {
    margin-bottom: 10px;
}

table.customer-invoice-table td {
    padding: 5px;
}

table.customer-invoice-table tbody td {
    padding: 10px 5px;
}

table.customer-invoice-table a {
    font: normal 12px arial, sans-serif;
    color: #666;
    text-decoration: underline;
}

table.customer-invoice-table td.invoice-no {
    font-weight: bold;
}

/* ############ Customers Billing ##################*/
.customer-invoice-table-total thead td {
    padding: 0 0 0 20px;
    height: 15px;
}

.customer-invoice-table-total td.left {
    width: auto;
}

.customer-invoice-table-total td {
    padding-top: 5px;
}

.no-padding {
    padding: 0;
}

.billing-information thead td {
    padding: 0 0 0 20px;
    height: 15px;
}

.billing-information td {
    padding: 5px 0 5px 10px;
}

.red {
    color: #900;
}

.green {
    color: #390;
}

/* ############ Setup ##################*/

table.setup td.left {
    width: auto;
}

table.custom-setup td.left {
    width: 100px !important;
}

table.setup thead td {
    padding: 0 0 0 17px;
    height: 15px;
}

.form-setup {
    width: 100%;
    display: block;
    position: relative;
}

input.upload {
    border: 1px solid #666;
    background-color: #ccc;
    font-size: 11px;
    position: absolute;
    right: 25px;
}

input.porto, input.price-pa {
    width: 70px;
    margin-right: 7px;
}

input.porto-small {
    margin-left: 15px;
}

select.shipping {
    width: 150px;
}

textarea.description, input.service-name {
    width: 200px;
    margin-right: 5px;
}

textarea.description {
    height: 200px;
}

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

table.setup-service-table {
    margin-bottom: 10px;
}

table.setup-service-table td {
    padding-left: 5px;
}

table.setup-service-table tbody td {
    padding: 5px;
    height: 30px;
}

table.setup-service-table thead td.setup-service-edit {
    width: 70px;
}

table.setup-service-table thead td.setup-service-name {
    width: 120px;
}

table.setup-service-table thead td.setup-service-description {
    width: 410px;
}

/* ############ Delivery ##################*/

table.customer-delivery-table {
    margin-bottom: 10px;
}

table.customer-delivery-table td {
    padding: 0px 2px 0px 5px;
}

table.customer-delivery-table tbody td {
    padding: 5px;
    height: 30px;
    vertical-align: top;
}

table.customer-delivery-table thead td.setup-service-edit {
    width: 60px;
}

table.customer-delivery-table thead td.setup-service-name {
    width: 120px;
}

table.customer-delivery-table thead td.setup-service-description {
    width: 420px;
}

table.customer-delivery-table a {
    text-decoration: underline;
}

table.customer-delivery-table a {
    font: normal 12px arial, sans-serif;
    color: #666;
    text-decoration: underline;
}

table.employee-management-table {
    margin-bottom: 10px;
}

table.employee-management-table td {
    padding-left: 5px;
}

table.employee-management-table tbody td {
    padding: 5px;
    height: 30px;
}

table.employee-management-table thead td.employee-management-edit {
    width: 70px;
}

table.employee-management-table thead td.employee-management-firstname {
    width: 300px;
}

/*table.customer-delivery-table tbody tr.first-line td{ padding-top:20px;}*/
.clearer {
    clear: left;
}

.filter-deliverys {
    font: normal 12px arial, sans-serif;
    color: #666;
    border: 1px solid #ccc;
    width: 708px;
    margin-top: 10px;
    background: url(../img/buttons_and_boxes/grad-bottom.png) repeat-x bottom left;
    height: auto;
    padding: 10px 5px;
}

table.filter-deliverys-table {
    width: 100%;
}

#delivery-filter-options {
    margin-right: 10px;
}

#timeselect {
    width: 43px;
    margin-right: 5px;
}

input#customers-id {
    width: 70px;
    margin-right: 10px;
}

input#packing-slip {
    width: 70px;
    margin-right: 10px;
}

.paging {
    font: normal 12px arial, sans-serif;
    color: #666;
    text-align: center;
}

.paging .link {
    text-decoration: none;
    padding: 0 5px;
}

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

.paging .active {
    font-weight: bold;
    text-decoration: underline;
}

/* ############ Multi-Table Classes ##################*/

td.left {
    text-align: left;
    width: 120px;
    padding-left: 18px;
}

td.right {
    text-align: right;
    padding-right: 30px
}

tbody.customer-form-table-body td.total {
    height: 30px;
}

td.total {
    height: 30px;
}

td.top_old {
    height: 45px;
    vertical-align: top;
    padding-top: 10px;
}

td.top {
    vertical-align: top;
}

.width350 {
    width: 350px;
}

.width450 {
    width: 450px;
}

/* ############# Bank Selection ############*/

.banking {
    font: normal 12px arial, sans-serif;
    color: #666;
    text-align: center;
    padding: 15px;
    background: #fff;
}

.banking-wrapper {
    width: 535px;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    text-align: left;
}

.banking-header {
    width: 535px;
    height: 40px;
    background: url(../img/buttons_and_boxes/banking-header.png) no-repeat;
    padding-top: 43px;
}

.banking-search {
    width: 33%;
    text-align: center;
    float: left;
    font: normal 15px arial, sans-serif;
    text-transform: uppercase;
}

.banking-search input {
    width: 100%;
}

.banking-search input.submit {
    width: 100px;
}

.bank-listing {
    margin-top: 25px;
    width: 493px;
    border: 1px solid #ccc;
    height: 440px;
    background: url(../img/buttons_and_boxes/right-boxes-header-bg.png) repeat-x;
    padding: 2px 20px;
    margin-bottom: 10px;
}

.bank-listing table td {
    padding: 5px 0;
}

.bank-listing table thead td {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 0;
}

.banking .paging {
    text-align: left;
    float: left;
    width: 50%
}

.bank-counts {
    text-align: right;
    width: 50%;
    float: left;
}

/********* NEWS ************/
.news {
    font: normal 12px arial, sans-serif;
    color: #666;
}

.news-header {
    padding: 5px;
}

.news-entry {
    padding: 5px;
    margin: 5px;
}

.news table tbody tr td, table tbody tr th {
    padding: 5px;
}

.dlg-permissiontext {
    font: normal 12px arial, sans-serif;
    margin-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}

div.dlg-permissiontext table {
    margin-left: 40px;
}

.group-edit-table .dlg-welcomemailpermission {
    font: normal 12px arial, sans-serif;
    margin: 0 auto;
}

table.group-edit-table td {
    margin: 12px;
    padding: 12px;
    font: normal 12px arial, sans-serif;
}

table.group-edit-table th {
    font: bold 14px arial, sans-serif;
}

table.group-edit-table td {
    font: normal 12px arial, sans-serif;
    border-collapse: separate;
    border-spacing: 10px;
}

/* for dynamic size div customerList table */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;

}

.divTableCell, .divTableHead {
    display: table-cell;
    vertical-align: top;
    max-width: 120px;
}

.divTableCell {
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
}

.divTableHead {
    padding-bottom: 10px;
}

.divTableCellPadding10 {
    padding-left: 10px;
}

.divTableHeading {
    display: table-header-group;
}

.divTableFoot {
    display: table-footer-group;
}

.divTableBody {
    display: table-row-group;
}

.noLeftMargin {
    margin-left: 0px;
}

/* Hide the eye from a password input in MS Edge and IE */
input[type='password']::-ms-reveal,
input[type='password']::-ms-clear {
    display: none;
}

.fa-eye-icon2 {
    font-size: 15px;
    color: black;
    vertical-align: bottom;
    margin-left: -29px;
    margin-bottom: 2px;
    cursor: pointer;
}

.fa-eye-icon3 {
    font-size: 15px;
    color: black;
    vertical-align: bottom;
    margin-left: -30px;
    margin-bottom: 2px;
    cursor: pointer;
}

table.dynamicReportList {
    width: 720px;
    border-spacing: 0;
    padding: 0;
}

table.dynamicReport {
    width: 720px;
    border-spacing: 0;
    padding: 0;
    position: relative;
    z-index: 100;
}

/* for dynamic reports */

#report-wrapper {
    height: 100%;
    text-align: left;
}

#report-wrapper #wrapper-content {
    margin: auto;
    width: auto;
}

#report-wrapper #header {
    margin: auto;
}

#report-wrapper #top-navigation {
    margin: auto;
}

#report-wrapper #content-left-wide {
    width: 100%;
    margin: auto;
}

#report-wrapper .function-wrap {
    width: fit-content;
    margin: auto;
}

#report-wrapper .content-padding {
    padding-left: 0;
}

.headerSelector {
    line-height: 23px;
}

.overlay {
    background: #a0a0a0;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner,
.spinner:before {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

.spinner:before {
    content: '';
    display: block;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

.spinner-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

/* Animations */

.spinner-add,
.spinner-remove {
    animation-fill-mode: both;
    animation-duration: .4s;
}

.spinner-add {
    animation-name: spinner-add;
}

@keyframes spinner-add {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.spinner-remove {
    animation-name: spinner-remove;
}

@keyframes spinner-remove {
    to {
        transform: scale(0);
    }
}

/** email campaign **/
#email-campaign .space-after {
    padding-bottom: 10px;
}

.emailCampaignRow {
    display: flex;
    gap: 10px;
}

.emailCampaignColumn {
    display: flex;
    flex-direction: column;
}

#emailPreview {
    width: auto;
    border: black 1px solid;
    padding: 8px;
}

.emailCampaignBody {
    width: 100%;
    padding: 8px;
}

.emailCampaignGrid {
    display: table;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.emailCampaignGrid .row {
    display: table-row;
}

.emailCampaignGrid .row .cell {
    display: table-cell;
}

#email-campaign .center-save {
    text-align: center;
    padding-top: 20px;
}

#field-list {
    display: inline;
    list-style: none;
}

#field-list li {
    display: inline;
}

#field-list li:after {
    content: ", ";
}

#field-list li:last-child:after {
    content: "";
}

li:last-child:after {
    content: "";
}