/*
 Theme Name: Terminic
 Theme URI: https://www.lindbaum.de/
 Description:
 Version: 0.1
 Author: Lindbaum
 Author URI: https://lindbaum.de

 The CSS and HTML are released under the GPL:
 http://www.opensource.org/licenses/gpl-3.0.html
 */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.clear {
    clear: both;
}

/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f3f3f3;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

h1 {
    color: #9c9d9f;
    font-size: 14px;
    font-weight: 900;
    margin: 5px 0 10px;
}

h1.product-name {
    color: #000;
    margin: 10px 0;
    max-width: 320px;
}

.home h1, h2 {
    color: #9c9d9f;
    font-size: 12px;
    font-weight: 900;
    margin: 5px 0 10px;
}

.content h3 {
    margin: 30px 0 10px
}

.address h3 {
    margin-top: 0;
}

body {
    background-color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    color: #141414;
}

.alignleft {
    float: left;
}

img.alignleft {
    margin: 10px 15px 10px 0;
}

p {
    margin: 2px 0;
}

table {
    border-spacing: 0;
}

td {
    vertical-align: top;
    padding: 0 10px;
}

thead th, thead td {
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

table.entity-list tfoot td {
    border: 0;
    background: #ddd;
    border-top: 1px solid #000;
}

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

a:hover {
    text-decoration: none;
}

strong a, a strong {
    color: #000;
    text-decoration: none !important;
}

#container {
    width: 990px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.header {
    width: 100%;
    height: 150px;
    position: relative;
}

.branding {
    background-image: url("images/header-object.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 100%;
    width: 214px;
    float: left;
}

.content {
    width: 100%;
    min-height: 400px;
    float: left;
    padding: 20px 0 0;
    position: relative;
}

.left-side {
    float: left;
    min-height: 300px;
    width: 214px;
}

.right-side {
    float: left;
    margin: 0 32px;
    width: 640px;
}

.footer {
    text-align: center;
    margin: 30px 0 15px;
    height: 50px;
    float: left;
    width: 100%;
}

.text-field {
    text-align: center;
    float: left;
    margin: 0 27px 50px 22px;
    width: 279px;
    height: 200px;
}

ul.pages  {
    list-style-type: none;
}

ul.pages li {
    list-style-type: none;
}

ul.pages li a {
    text-decoration: none;
    color: #545454;
}

ul.pages li a:hover, ul.pages li.current_page_item a {
    color: #de0027;
    font-weight: bold;
}

.menu {
    float: left;
    height: 100%;
}

.menu li {
    float: left;
    list-style-type: none;
}

.menu li a {
    background-image: url("images/nav_bg_v2.png");
    background-repeat: no-repeat;
    box-sizing: content-box;
    background-position: 14px 0;
    color: #2e2e2e;
    display: block;
    font-size: 11px;
    margin: 40px 2px;
    padding: 58px 15px 10px;
    text-align: center;
    text-decoration: none;
    width: 75px;
}

.menu li:nth-child(2) a {
    background-position: -72px 0;
}

.menu li:nth-child(3) a {
    background-position: -158px 0;
}

.menu li:nth-child(4) a {
    background-position: -239px 0;
}

.menu li:nth-child(5) a {
    background-position: -315px 0;
}

.menu li:nth-child(6) a {
    background-position: -397px 0;
}

.menu li:nth-child(7) a {
    background-position: -480px 0;
}

.menu li:hover, .menu li.current-page-ancestor, .menu li.current_page_item
    {
    background-image: url("images/hover.png");
    background-position: center 43px;
    background-repeat: no-repeat;
}

.entity-list {
    margin: 10px auto;
    width: 100%;
}

.entity-list tr td {
    border: 1px solid #aaa;
    border-width: 1px 0 0;
    padding-left: 16px;
    padding-right: 16px;
}

.entity-list>tbody>tr:nth-of-type(even) td {
    background: #efefef;
}

.entity-list>tbody>tr:nth-of-type(odd) td {
    background: #fff;
}

.company-product-list>tbody>tr:nth-of-type(even) td {
    background: #ddd;
}

.company-product-list>tbody>tr:nth-of-type(odd) td {
    background: #fafafa;
}

.entity-list td {
    padding: 2px 5px;
}

.company-product-list>tbody>tr>td {
    padding-bottom: 25px;
}

.company-product-list a.name {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 0 5px;
    display: inline-block;
}

.entity-list h3 {
    margin-top: 0;
}

.button, input[type="submit"] {
    display: inline-block;
    background: url("images/button.png") 0 0 no-repeat;
    padding: 2px 5px 7px 35px;
    border: 0;
    line-height: 19px;
    cursor: pointer;
    text-decoration: none;
    margin: 5px 0;
    font-weight: bold;
    font-size: 1em;
    color: #000;
}

input[type="text"], input[type="password"], input[type="number"] {
    padding: 3px 5px
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.inner-login-area {
    border: 1px solid #ddd;
    margin: 0 auto;
    padding: 10px;
    width: 600px;
}

#loginform label {
    display: inline-block;
    width: 100px;
}

.right {
    float: right;
}

.left {
    float: left;
}

tr.spacer td {
    border-top: 1px solid #aaa;
    padding-top: 10px;
}
/*
 * messages
 */
.success {
    background: none repeat scroll 0 0 #EFF5EA;
    border: 1px solid #95A486;
    color: #3D6611;
    padding: 10px;
    margin: 10px 0;
}

.hint {
    background: none repeat scroll 0 0 #fffbf0;
    border: 1px solid #ffd967;
    color: #3d6611;
    padding: 10px;
    margin: 10px 0;
}

.error {
    background: none repeat scroll 0 0 #faebe7;
    border: 1px solid #f16048;
    color: #df280a;
    padding: 10px;
    margin: 10px 0;
}

.hint h3, .success h3, .error h3 {
    color: #333333;
    margin: 0 0 5px;
}

.products {
    height: 215px;
}

.products .item {
    height: 100%;
    list-style: none;
    float: left;
    width: 200px;
    text-align: center;
    padding: 10px;
    border: 0px solid #AA9;
    margin: 5px 10px;
    background: #f3f3f3;
    position: relative;
    line-height: 1.3em;
}

.products .item img {
    display: block;
    margin: 0 auto 10px;
}

.products .item>a {
    position: absolute;
    right: 10px;
    bottom: 0;
}

.description {
    width: 320px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.calendarium-image {
    position: absolute;
    background: #fff;
    z-index: 99;
    padding: 5px 5px 0;
    top: 0;
    right: -75px;
    border: 1px solid #ccc;
}

#order_product .calendarium-image {
    right: -200px;
}

#add-to-cart-wrap {
    width: 460px;
}

.add-to-cart {
    margin: 10px 0;
    padding: 5px 9px 15px;
    background: #f3f3f3;
    width: 460px;
}

.add-to-cart label {
    padding-right: 20px;
    width: 260px;
    display: inline-block;
}

.add-to-cart h3 {
    margin-top: 10px;
}

.select-inprints {
    min-width: 200px;
    margin: 5px 0;
}

.text-inprints {
    min-width: 200px;
}

#product-total {
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 8px;
    text-align: right;
}

table#cart {
    border-spacing: 0;
    width: 100%;
    line-height: 1.4em;
}

#cart td {
    padding-top: 5px;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
}

#cart td:first-child {
    border-left: 1px solid #ccc;
}

#cart thead td {
    border-top: 1px solid #ccc;
    text-align: center;
    padding-bottom: 5px;
}

#cart tbody tr:nth-child(even) td {
    background: #f3f3f3;
}

#cart td .button {
    margin: -3px 8px 3px 0;
}

.row-price {
    font-size: 1.3em;
    font-weight: normal;
    padding-top: 2px;
}

.cart-totals {
    background: #f3f3f3;
    float: right;
    width: 270px;
    margin: 10px 0;
    padding: 15px 15px 10px 15px;
    border: 1px solid #ccc;
}

.cart-hint {
    margin: 5px 0;
    color: Gray;
    padding: 0 0 10px 0;
}

#order_product .cart-hint {
    width: 460px;
    margin: 0;
}

.address {
    margin-right: 10px;
    width: 320px;
    height: 450px;
    overflow: scroll;
    border: 1px dotted #ccc;
    padding: 10px;
}

.reorder-form .address {
    height: 325px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.address #loader {
    display: block;
    margin: 20px auto;
    width: 32px;
}

.address tr:nth-of-type(2n) td {
    background: #eee;
}

#shipping-address, #company-address {
    margin-top: 15px;
}

table#company-address {
    width: 250px;
}

table#company-address td {
    padding: 0 4px;
}

select#company-address-dropdown {
    max-width: 250px;
    margin: 10px 0;
}

#billing-address-container {
    margin-bottom: 10px;
}

.added-foreign-user {
    padding: 5px;
}

.added-foreign-user:nth-of-type(2n) {
    background: #eee;
}

.added-foreign-user .action-span {
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9em;
    margin-left: 10px;
}

.added-foreign-user .action-span:hover {
    text-decoration: none;
}

#foreign-order-content .address {
    width: 280px;
}

#foreign-order-content #foreign-order-address-list {
    width: 400px;
}

#special_requirements {
    margin: 5px 0;
}

#order-address td, #shipping-address.noform td {
    padding-top: 3px;
    padding-bottom: 2px;
}

#order-address td, #shipping-address td {
    padding-left: 0;
}

#foreign-order-address td {
    padding: 5px;
}

.more-wrapper {
    cursor: pointer;
    position: relative;
}

.more {
    width: 350px;
    background: #fff;
    position: absolute;
    padding: 10px;
    z-index: 10;
    left: 120px;
    top: -1.3em;
    border: 1px solid #aaa;
    box-shadow: 0 0 3px #aaa;
}

.more-wrapper:hover .more {
    display: block !important;
}

.ui-widget-content {
    border: 0 none !important;
}

.lightbox {
    cursor: pointer;
}

.product-list-image {
    width: 220px;
}

.product-list-image img {
    width: 150px;
    height: auto;
}

#cart .product-list-image img {
    width: auto;
    max-height: 150px;
}

.product-list-image.wide img {
    width: 220px;
}

.company-product-list tbody td.text {
    padding-top: 12px;
}

.company-product-list tbody td .button {
    margin: 7px 0;
}

#lightbox-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000; /* old browsers */
    background: rgba(0, 0, 0, 0.7);
}

#lightbox-content {
    padding: 10px;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 0 3px #aaa;
    cursor: pointer;
    position: absolute;
    top: 40px;
    left: 50%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.filter-found td.contains {
    background-color: #FFF9CC !important;
}

.entity-list.not-admin {
    width: 850px;
}

.itemprop {
    margin: 10px 0 0;
    clear: both;
    padding: 0 10px 10px;
    border-top: 1px solid #ccc;
}

.itemprop h3 .right {
    font-size: 11px;
    font-weight: normal;
}

.report-col {
    float: left;
    width: 33%;
}

.report-col-wide {
    float: left;
    width: 66%;
}

.report-col-full {
    width: 100%;
    clear: both;
}

.report-box {
    min-height: 100px;
    margin: 10px;
    border: 1px solid #ededed;
    padding: 10px 20px 20px;
}

.report-box img {
    margin: 0 auto;
    display: block;
}

.report-box h2 {
    margin: 0 0 10px;
}

.report-box .legend {
    width: 120px;
    display: inline-block;
    line-height: 1em;
    float: left;
    padding: 0 10px 0 0;
    margin: 5px 0;
    height: 20px;
}

.report-box .bar-wrapper {
    position: relative;
}

.report-box .bar {
    height: 20px;
    float: left;
    opacity: 0.8;
    margin: 5px 0;
}

.report-box .right {
    margin: 2px 0 7px;
    width: 50px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    float: right;
    font-weight: bold;
    text-shadow: 0 0 1px #fff;
}

.doughnut-legend, .bar-legend {
    list-style: none;
    width: 170px;
}

.bar-legend, #lightbox-content .doughnut-legend {
    float: right;
}

.doughnut-legend li span, .bar-legend li span {
    width: 1em;
    height: 1em;
    display: block;
    float: left;
    margin: 4px 4px 0;
}

.content .ui-widget-header {
    background: 0 none;
    border-width: 0 0 1px 0;
    border-radius: 0;
}

.content .ui-tabs .ui-tabs-nav li {
    border-radius: 0;
    background: #eee;
}

.content .ui-tabs .ui-tabs-nav li.ui-state-active {
    background: #fff;
}

.content .ui-tabs .ui-tabs-nav li a {
    outline: none;
}

.content .tablesorter-default .tablesorter-filter {
    border-radius: 0;
}

.bar-legend li .productname {
    line-height: 1.2em;
    width: 120px;
    float: left;
    margin: 0;
    padding: 5px 0;
}

.bar-legend .product-data-first {
    border-top: 1px solid #ddd;
    margin-top: 5px;
    /*padding-top: 5px;*/
}

ul.bar-legend li.clear {
    border-bottom: 1px solid #ddd;
}

.permission-block {
    position: relative;
    padding-right: 20px;
    background-image: url('images/mehr_details.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    cursor: pointer;
}

.permission-block>div {
    position: absolute;
    top: 1.4em;
    left: -3px;
    padding: 3px;
    width: 100px;
    height: auto;
    display: none;
    z-index: 999;
    border-color: #aaa;
    border-style: solid;
    border-width: 0 1px 1px;
}

.permission-block>div.permission-visible {
    display: block;
}

.form-row {
    margin-top: 10px;
}

.content-col {
    width: 500px;
    position: relative;
}

.price-col {
    width: 85px;
}

.buttonset .button.right {
    margin-left: 15px;
}

.buttonset .button.left {
    margin-right: 15px;
}

.wp-editor-container {
    border: 1px solid #ddd;
}

#circular table {
    margin: 10px 0;
}

#circular td {
    padding-top: 7px;
    padding-bottom: 7px;
}

#circular input[type="text"] {
    width: 300px;
    padding: 2px;
    margin: 2px 0;
}

.address .clear {
    margin: 0 0 20px;
}

#header-login-info {
    width: 200px;
    white-space: nowrap;
    position: absolute;
    top: 10px;
    right: 0;
}

#order_product {
    clear: both;
    border-top: 1px solid #ddd;
}

#order_product .left {
    min-height: 265px;
}

dl.calculations {
    width: 230px;
}

.calculations dt {
    width: 130px;
    float: left;
}

.calculations dd {
    text-indent: 30px;
    text-align: right;
}
/* generally a hidden div, e.g. useful for font width measuring */
#hidden {
    position: absolute;
    visibility: hidden;
    height: auto;
    width: auto;
    white-space: nowrap;
}

p.agreement {
    float: right;
    width: 33%;
    text-align: justify;
    color: red;
}

.language {
    position: absolute;
    top: 12px;
    right: 210px;
    width: auto;
}

.language a {
    display: inline-block;
    opacity: 0.3;
}

.language a:hover {
    opacity: 1;
}

.language img {
    margin: 0 5px;
}

#cardboard-reference {
    float: left;
    width: 250px;
    line-height: 1.3em;
    font-size: 0.9em;
}

.bag-description {
    float: left;
    margin: 0 0 10px;
    line-height: 1.3em;
    max-width: 270px;
}

.menu li:hover, .menu li.current-page-ancestor, .menu li.current_page_item
    {
    background: none;
}

.menu li:hover a, .menu li.current-page-ancestor a, .menu li.current_page_item a
    {
    color: #fff;
}

.menu li a {
    background-image: none;
    margin: 63px 0 0;
    padding: 5px 15px;
    border-width: 0 1px 0 0;
    border-style: solid;
    font-size: 12px;
    width: auto;
}

.menu li:first-child a {
    margin-left: 30px;
}

#foreign-order-content .address .border-clear {
    margin-bottom: 5px;
}

#foreign-order-content textarea[name="special_requirements"] {
    resize: none;
    border: 1px solid #ccc;
}

#foreign-order-content #order-button {
    margin: -3px 0 10px;
}

#foreign-order-content #add-foreign-user-button {
    margin-top: -2px;
}

.border-clear {
    border-bottom: 1px solid #ccc;
}

.invalid {
    border-color: red;
}

.text-red {
    color: red;
}

.text-green {
    color: #95A486;
}

.accordion-open {
    cursor: pointer;
    text-decoration: underline;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    background: #eee;
    padding: 2px 5px;
    border: 1px solid #ddd;
    font-weight: normal;
    text-decoration: none;
}

.accordion-open:hover {
    background: #ddd;
}

.accordion-content {
    padding: 5px;
}

.action-span {
    cursor: pointer;
    margin-right: 5px;
    text-decoration: underline;
}

.action-span:hover {
    text-decoration: none;
}

.remove-icon {
    margin-top: -4px;
    margin-right: 2px;
    cursor: pointer;
    border: 1px solid transparent;
}

.remove-icon:hover {
    border-color: #F4453B;
}

#edit-reorder-form #loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    z-index: 10;
}

#edit-reorder-form #loader img {
    position: fixed;
}

.plusminus {
    margin-top: 5px;
}

.plusminus select {
    float: left;
    margin-right: 10px;
}

img.plus, img.minus {
    cursor: pointer;
    position: relative;
}

img.plus:active, img.minus:active {
    top: 1px;
}

img.arrow {
    vertical-align: middle;
    margin-right: 5px;
    height: 12px;
}