@charset "UTF-8";

@import url("../multi-purpose.css");

/*
 * account/orders-accounting
 */

.accounting tr {
    height: 25px;
}

.accounting th {
    background: #228fb6;
    background: -moz-linear-gradient(top, #228fb6 0%, #175369 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #3e698c),
        color-stop(100%, #30576e)
    );
    background: -webkit-linear-gradient(top, #228fb6 0%, #175369 100%);
    background: -o-linear-gradient(top, #228fb6 0%, #175369 100%);
    background: -ms-linear-gradient(top, #228fb6 0%, #175369 100%);
    color: #fff;
    font: bold 12px/100% Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
}

.accounting td,
.accounting th {
    padding: 0px 5px 0px 20px;
}

.accounting td:first-child,
.accounting th:first-child {
    padding: 0px 5px 0px 5px;
}

.accounting td,
.accounting th {
    vertical-align: middle;
}

.accounting-value,
.accounting .accounting-value {
    text-align: right;
}

.accounting-head {
    background-color: #eee;
}

.accounting-total {
    font-weight: bold;
}

.accounting-total td {
    border-top: 3px solid #eee;
}

.accounting h4 {
    background: none !important;
}

.accounting-open {
    color: #999;
}

.waive,
.waive td,
table.tablesorter tbody tr.waive td {
    color: green;
    text-decoration: line-through;
}

.coupons_voided {
    text-decoration: line-through;
}

.series_configs {
    list-style-type: none;
}

.series_configs_entry {
    margin: 5px;
    /*	padding: 5px; */
    font-size: 12px;
}

.series_configs_entry div.series_info {
    margin: 8px;
}

/* ### Ticket Codes ### */

.editmode {
    padding: 5px;
    text-align: right;
    width: 110px;
    z-index: 100;
}

.editmode li {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-top: 2px;
}

#ticket_ident_codes_list.editmode li:after {
    content: "";
    background: url("../images/icons/bs_arrow_right.png") no-repeat !important;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 3px;
    background-size: contain !important;
    cursor: pointer;
}

#ticket_ident_codes_list {
    list-style-type: none;
}

#ticket_ident_codes_list li {
}

#ticket_ident_codes_list.editmode li:hover {
    background: #eee;
}

#ticket_ident_codes_list.editmode:before {
    content: "Ticket Scanner-Codes";
    display: block;
    font-size: 7px;
    background: #fff;
    border: 1px solid #000;
    width: 100px;
    padding: 2px;
    text-align: left;
    font-weight: bold;
}

#save_request_code_button {
    margin-left: 5px;
    margin-top: 5px;
}

#tic_dropdown.editmode:before {
    content: "Kunden Scanner-Codes";
    display: block;
    font-size: 7px;
    background: #fff;
    border: 1px solid #000;
    width: 100px;
    padding: 2px;
    text-aling: left;
    font-weight: bold;
}

#tic_dropdown.editmode {
    display: inline-block;
}

#tic_dropdown li {
    width: 100px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 2px;
}

#tic_dropdown li:hover {
    background: #f5f5f5;
}

#tic_dropdown.editmode li:before {
    content: "";
    background: url("../../images/icons/bs_arrow_left.png") no-repeat !important;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    background-size: contain !important;
    cursor: pointer;
}

#edit_request_code_button {
    margin-left: 6px;
}

#dynamic_input_request_code,
#dynamic_input_request_code2 {
    position: relative;
    width: 100px;
    z-index: 2;
}

#cancel_request_code_button,
#save_request_code_button {
    position: relative;
    z-index: 2;
}

#dynamic_input_request_code[disabled] {
    background: transparent;
}

#tic_dropdown {
    list-style-type: none;
    margin-left: 0px;
    padding: 5px;
    text-align: left;
    width: 100px;
    z-index: 100;
    display: none;
}

#add_request_code {
}

#add_request_code_behind {
    display: none;
    position: absolute;
}

#add_request_code_behind.editmode {
    display: inline-block;
    background: #efefef;
    border-radius: 10px;
    padding: 5px;
    width: 290px;
    z-index: 1;
    border: 1px solid #888;
    box-shadow: 0px 0px 10px #888;
}

.editable input {
    width: 190px;
    height: 16px;
    padding: 1px 5px;
    margin-top: -5px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    border: 1px solid #888;
}

#rc_type {
    width: 90px;
    height: 20px;
    border: 1px solid #888;
    z-index: 2;
}

#staff_code_result {
    display: inline-block;
    position: relative;
    padding-top: 15px !important;
    color: #f00;
}

.hidden {
    display: none;
}

.visible {
    display: inline-block;
}

.saved {
    border: 1px solid transparent !important;
    color: #000;
    background-color: #fff;
    padding: 0px;
    margin-top: -5px;
}

.clickable {
    cursor: pointer;
}

.ident_code_survey {
    background: #f5f5f5;
    border: 1px solid #efefef;
    padding: 5px;
    margin-top: 10px;
    display: none;
}

.ident_code_survey h4 {
    background: transparent;
    color: #000;
}

.ident_code_survey textarea {
    width: 95%;
    height: 30px;
    padding: 5px;
    min-width: 95%;
    max-width: 95%;
}

.ident_code_survey select {
    width: 200px;
}

.ident_code_survey label {
    display: block;
    padding-top: 5px;
    padding-bottom: 2px;
}

#old_media_usage {
    margin-bottom: 5px;
}

#old_media_usage h4 {
    margin-top: 10px;
}

#rc_overlapped {
    display: none;
}

/* ### END Ticket Codes ### */

.iconspace16x16 {
    width: 16px;
    height: 16px;
    float: left;
}

.coupons_address_info {
    line-height: 1.5;
    font-size: 11px;
}

.coupons_address_info p {
    font-size: 12px;
    font-weight: bold;
}

.coupons_address_info label {
    font-weight: bold;
}

.frontend_booking {
    background: url("/images/schraffur.png") repeat;
}

.ticket_create_redeem_coupon {
    border: 1px solid #bbb;
    height: 20px;
    margin: 2px;
    padding: 3px;
    margin-left: 2px !important;
}

/* WEBCAM OPTIONS */

#webcam {
    width: 320px;
    height: 240px;
    border: 1px solid #66cc99;
    border-radius: 10px;
    display: none;
}

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

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#overlay {
    position: relative !important;
    z-index: 5;
    width: 400px !important;
    height: 500px !important;
    border-radius: 10px !important;
    border: 1px solid #66cc99 !important;
    background: url("../images/overlay.png");
}

#snap {
    margin-top: 20px;
    margin-bottom: 20px;
}

#snap-img {
    width: 240px;
    height: 320px;
    display: none;
}

#Reset {
    display: none;
}

.event-capacity {
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-weight: 700;
}

.accounted_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../images/icons/bs_invoiced.png) no-repeat transparent;
    background-size: contain;
    background-color: #bbb;
    margin-top: 0px;
}

/**
 * COUPON TEMPLATE
 */

.coupon-template-preview {
    max-width: 100px;
}

.calendar-info-data img {
    top: 1px;
    position: absolute;
}

.img-ci-comment {
    right: 1px;
}

.img-oc-comment {
    right: 18px;
}

.img-oi-comment {
    right: 36px;
}

.img-tc-comment {
    right: 54px;
}

.img-ti-comment {
    right: 70px;
}

/* modal */

.ui-dialog.ui-widget {
    z-index: 5011;
}
.ui-widget-overlay.ui-front {
    z-index: 5010 !important;
}

/*backend customer debit infos*/

.ticket-debit-btns {
    position: absolute;
    top: 170px;
}

.btn-dikas {
    border: 1px solid #bbb;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin-left: 3px;
    padding: 2px;
}

.btn-dikas.group-left {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0px;
}

.btn-dikas.group-left.search-bar {
    background: #fff;
    border: #175369 1px solid;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08),
        0 1px 3px 1px rgba(60, 64, 67, 0.16);
    color: #175369;
    float: left;
    font-size: 1.3em;
    margin: 0px 5px 0px 0px;
    padding: 6px;
}

.btn-dikas.group-left.search-bar:hover {
    box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.2),
        0 2px 8px 4px rgba(60, 64, 67, 0.1);
}

#cancel_button .fas,
#edit_button .fas,
#save_button .fas,
#edit_request_code_button .fas,
#save_request_code_button .fas,
#cancel_request_code_button .fas,
.ticket-id-card {
    font-size: 1.3em;
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.pull-none {
    float: none;
}

.go-back {
    font-size: 1.5em;
    margin-left: 12px;
}

#defaultForm dl.zend_form iframe.cke_wysiwyg_frame.cke_reset {
    width: 400px !important;
    height: 100% !important;
}

#defaultForm dl.zend_form textarea.cke_source.cke_reset.cke_editable {
    width: 400px !important;
    height: calc(100% - 10px) !important; /* -10px is to account for top and bottom padding, which otherwise would conflict with scrolling */
}