/*!
* rocketixx CSS
* farbCode GmbH 2017
*/

/*
*
*  L A Y O U T
*
***********************************************************************************************************************/

body {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    background: #ecedee;
}

p {
    font-size: 1rem;
}

h1 {
    font-size: 28px;
    font-weight: 500;
    color: #555;
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #555;
    margin-top: 10px;
    margin-bottom: 30px;
}


.main-logo {
    margin: 52px auto 44px;
    text-align: center;
}

.main-logo img {
    width: 60%;
}


a {
    color: #ff504f;
}

a:hover {
    color: #c23c3c;
}

a.anchor {
    display: block;
    position: relative;
    top: -170px;
    visibility: hidden;
}


/*
*  F R O N T E N D
*
***********************************************************************************************************************/








/*
* F O R M S
*
************************************************************************************************************************/
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: none;

}

.form-control:focus {
    border-color: #aaa;
}



/*
* B U T T O N S
*
************************************************************************************************************************/
.btn-secondary {
    color: #111;
    background-color: #dddddd;
    border-color: #dddddd;
}



.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #111;
    background-color: #cccccc;
    border-color: #dddddd;
}

.btn-primary {
    background-color: #e84249;
    border-color: #e84249;
}

.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle , .btn-primary:hover {
    background-color: #cf2040;
    border-color: #cf2040;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(239, 66, 73, 0.51);
}



/*
* S W I T C H E R
*
************************************************************************************************************************/
.container-switcher {
    font-size:1.25rem;
    font-weight:300;
    color:#555;
    margin-top:15px;
}

.container-switcher i {
    margin:0 20px;
    font-size:1rem;
}

.container-switcher .form-inline {
    float:right;
    margin-bottom:1rem;
}

.container-switcher .form-group {
    margin-bottom: 0;
}

.container-switcher .form-control {
    border:none;
    background:transparent !important;
    font-weight:300;
    color:#555;
    padding:0 !important;
}


@media (max-width: 991px) {
    .container-switcher .form-inline {
        float:none
    }
}


/*
* C A R D S
*
************************************************************************************************************************/
.card {border:none}
.card-header {border:none;background:#f7f7f7;}
.card-header h1 {margin:20px 0}


/*
* S I D E B A R
*
************************************************************************************************************************/

/* 1. Ebene  */
.sidebar .nav > .nav-item > .nav-link {
    padding: 20px 0;
}

/* 1. Ebene  */
.sidebar .nav > .nav-item > .nav-link i {
    width: auto;
    margin: 0.5rem auto;
    font-size: 30px;
    color: #eee;
    display: block !important;
}

/* Alle weiteren Ebenen  */
.sidebar .nav .nav-item .nav-link i {
    color: #eee;
}

.sidebar .nav .nav-item {
    text-align: center;
}

.sidebar .nav .nav-item.nav-dropdown .nav-item {
    text-align: left;
}

.sidebar .nav .nav-item .nav-link.nav-dropdown-toggle::before,
.sidebar .nav .nav-item .navbar .nav-dropdown-toggle.dropdown-toggle::before,
.navbar .sidebar .nav .nav-item .nav-dropdown-toggle.dropdown-toggle::before {
    font-size: 2rem;
}

.sidebar-usermenu hr {
    border-color: #ffffff;
    width: 80%;
}

.sidebar-usermenu ul {
    list-style: none;
}

.sidebar-usermenu li {
    float: left;
}

.sidebar-usermenu a {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none !important;
}

.sidebar .nav .nav-item .nav-link.active {
    color: #ffffff;
    background: #e84249;
}

.sidebar .nav .nav-item .nav-link.active i {
    color: #ffffff;
}

.sidebar .nav .nav-item .nav-link:hover,
.sidebar .nav .nav-item .navbar .dropdown-toggle:hover,
.navbar .sidebar .nav .nav-item .dropdown-toggle:hover {
    background:#e84249 !important;
}


.navbar-toggler {
    position:absolute;
    border:none;
    color:#ffffff !important;
    padding:0.55rem 0.75rem;
    left:0;
}

.navbar-toggler:focus {
    outline:none !important;
}


.sidebar-minimized .sidebar .nav .nav-item:hover {
   background: #e84249;
   color:#fff !important;
}



.sidebar-minimized .sidebar .nav .nav-item.nav-dropdown.open > .nav-link i,
.sidebar-minimized .sidebar .nav .navbar .nav-item.nav-dropdown.open > .dropdown-toggle i,
.navbar .sidebar-minimized .sidebar .nav .nav-item.nav-dropdown.open > .dropdown-toggle i {
   color: #e84249;
}



/*
* H E A D E R
*
************************************************************************************************************************/


.app-header.navbar {
    border:none;
    background: #cf2040;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.navbar>.container {
    display:block;
}

.navbar>.container .app-header-highlight {
    background: #e84249;
}


.app-header.navbar .navbar-brand {
    background:none;
    border:none;
    width:auto;

}

.navbar-brand {
    font-size: 24px;
    color: #fff !important;
    font-weight: 800;
}

.navbar-brand img {
    height:60%;
}


.sidebar-minimized.sidebar-fixed .app-header {padding-left:50px;}

.mobile-sidebar-toggler {  padding: 1.05rem 1.75rem;  }

@media (min-width: 992px) {
    .sidebar-fixed .app-header {}

}

@media (min-width: 768px) {
    .navbar-brand img {height:70%}
}


@media (max-width: 575px) {

    .container-switcher {margin-top:0}

    .container-switcher .form-control-lg {
        font-size:14px;
        padding:0;
    }

    .container-switcher i {
        display:none;
    }

}


@media (max-width: 991px) {
    .app-header .navbar-brand {
        position: relative;
        left:0;
        margin-left:0;
    }
}




/*
* I N D E X
*
************************************************************************************************************************/
.table {
    margin-top:20px;
}

.table.table-tight th, .table.table-tight td {
    padding: 0.5rem;
}


.nav-pagination {
    margin-bottom:30px;

}

.link-copy {
    cursor: pointer;
}




/*
* T A B L E
*
************************************************************************************************************************/
.table .table-header,
.table .table-body {
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left:0;
    margin-right:0;
}

.table .table-header {
    padding-bottom:0;
}

.table .table-header > div {
    font-weight:bold;
    border-top:1px solid #cccccc;
    border-bottom:2px solid #cccccc;
    vertical-align: top;
    font-size:12px;
    padding:0.75rem 2px;
}

.table .table-body > div {
    padding: 0 2px;
}

.table .table-body:nth-child(even) {background: #ffffff}
.table .table-body:nth-child(odd) {background: #f3f3f3}

.table .table-body > div:first-child, .table .table-header > div:first-child {padding-left:0;}
.table .table-body > div:last-child, .table .table-header > div:last-child {padding-right:0;}



@media (max-width: 991px) {
    .table .table-body > div {
        font-size:12px;
    }
}

/*
* M O D A L
*
************************************************************************************************************************/
.modal-content {
    border:none;
}

.modal-header,.modal-footer {
    border:none;
    background:#f7f7f7;
}

.modal-shadow {
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}


/*
* S T A T U S B O X
*
************************************************************************************************************************/

.statusbox {
    border-radius: 0;
    font-size: 10px;
    font-weight:bold;
    padding: 0 5px;
    vertical-align: middle;
    background:#DDDDDD;
    text-transform:uppercase;
    display:inline-block;
    border-width:1px;
    border-color:#DDDDDD;
    white-space: normal;
    line-height: 19px
}
.statusbox-xs {
    line-height: 16px;
    padding: 0 5px;
}

.statusbox-mini {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:14px;
    height:14px;
    background:#DDDDDD;
    display:inline-block;
    border-width:0;
}

.statusbox-micro {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width:7px;
    height:10px;
    background:#DDDDDD;
    display:inline-block;
    border-width:0;
    cursor: default;
    margin-right:2px;
}
.statusbox-micro-dots {
    width:15px;
    height:8px;
    display:inline-block;
    border-width:0;
    line-height:7px;
    vertical-align: top;
}

.statusbox-guest {
    border-radius: 0;
    font-size: 10px;
    font-weight:bold;
    padding: 6px 5px;
    vertical-align: middle;
    background:#DDDDDD;
    text-transform:uppercase;
    display:inline-block;
    border-width:1px;
    border-color:#DDDDDD;
    white-space: normal;
    line-height: 19px
}




.status-orderPayment-open           {background-color:#ffc107;border-color:#ffc107;color:rgba(255,255,255, 0.9)}
.status-orderPayment-import     {background-color:#20a8d8;border-color:#20a8d8;color:rgba(255,255,255, 0.9)}
.status-orderPayment-ready           {background-color:#4dbd74;border-color:#4dbd74;color:rgba(255,255,255, 0.9)}
.status-orderPayment-cancel         {background-color:#f86c6b;border-color:#f86c6b;color:rgba(255,255,255, 0.9)}
.status-orderPayment-error          {background-color:#f86c6b;border-color:#f86c6b;color:rgba(255,255,255, 0.9)}

.status-orderShipping-open          {background-color:#ffc107;border-color:#ffc107;color:rgba(255,255,255, 0.9)}
.status-orderShipping-sent          {background-color:#4dbd74;border-color:#4dbd74;color:rgba(255,255,255, 0.9)}

.status-ticket-inactive             {background-color:#ffc107;border-color:#ffc107;color:rgba(255,255,255, 0.9)}
.status-ticket-valid                {background-color:#4dbd74;border-color:#4dbd74;color:rgba(255,255,255, 0.9)}
.status-ticket-usedScan             {background-color:#20a8d8;border-color:#20a8d8;color:rgba(255,255,255, 0.9)}
.status-ticket-usedManual           {background-color:#20a8d8;border-color:#20a8d8;color:rgba(255,255,255, 0.9)}
.status-ticket-cancel          {background-color:#f86c6b;border-color:#f86c6b;color:rgba(255,255,255, 0.9)}

.status-ticketFile-warn             {background-color:#ffc107;border-color:#ffc107;color:rgba(255,255,255, 0.9)}
.status-ticketFile-ok               {background-color:#4dbd74;border-color:#4dbd74;color:rgba(255,255,255, 0.9)}
.status-ticketFile-na               {background-color:#f86c6b;border-color:#f86c6b;color:rgba(255,255,255, 0.9)}

.status-guest-entered                 {background-color:#20a8d8;border-color:#20a8d8;color:rgba(255,255,255, 0.9)}
.status-guest-ready               {background-color:#4dbd74;border-color:#4dbd74;color:rgba(255,255,255, 0.9)}


/*
*
* G U E S T   F R O N T E N D
****************************************************************/

.guest-circle {
    display:inline-block;
    vertical-align: middle;
    border-radius: 100%;
    text-align: center;
    margin-right:5px;
}

.guest-circle-sm {width:30px;height:30px;padding:5px;font-size:14px;font-weight:800;}

.guest-circle-md.guest-circle-idle{padding:8px;}
.guest-circle-md {width:40px;height:40px;padding:3px 0 0 0;font-size:16px;  font-weight:800;margin-bottom:5px;}
.guest-circle-md > i {display:block;font-size:12px;line-height:1;}
.guest-circle-md > div {font-size:10px;line-height:1;margin-top:2px;}

.guest-circle-idle {background-color:#cccccc;}
.guest-circle-entered             {background-color:#20a8d8;color:#ffffff}
.guest-circle-ready               {background-color:#4dbd74;color:#ffffff}

.guest-circle-link {color:#151b1e !important;text-decoration: none!important;}

.guest-top-row {
    background:#dddddd;
    margin:-20px -20px 30px -20px;
    padding:10px 5px 5px 5px;
}

.guest-form-row {
    margin-left:0;
    margin-right:0;
    background-color:#f7f7f7;
    margin-bottom: 10px;
}

.guest-form-row .form-control-plaintext {
    background:transparent;
    display: block;
    width: 100%;
}

.guest-form-row .col-dot {
    padding:20px 0 0 5px;
}
.guest-form-row .col-type {
    font-size:12px;
    padding-top:20px;
}
.guest-form-row .col-status {
    padding:21px 5px 0 0;
}

.guest-form-row label {
    font-size:10px;
    margin-bottom:1px;
}

.guest-form-row .child-guest {
    border-left:20px solid white;
}

.form-control-padding-0 {
    padding:0.25rem 0;
}


.btn-guest-active {
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
}
.btn-guest-active:hover {
    color: #fff;
    background-color: #1f8bba;
    border-color: #1f8bba;
}



@media (max-width: 575px) {

    .card {
        position:relative;
    }

    .card-header {
        padding-top:100px;
    }

    .guest-top-row {
        margin:0 15px;
        position:fixed;
        left:0;
        top:55px;
        z-index:10;
    }

    .guest-form-row .col-dot {
        padding:5px;
    }

    .guest-form-row .col-status {
        padding:5px;
    }

    .form-group {
        margin-bottom: 2px;
    }
}










/*
*
* O R D E R   B A C K E N D
****************************************************************/

.table.table-order {}
.table.table-order td {font-size:14px;border:none;padding:5px;}
.table.table-order td:last-child {padding-right:0}
.table.table-order td:first-child, .table.table-order th:first-child {padding-left:0}
.table.table-order th {font-size:12px;padding-left:5px;padding-right:5px;}
.table.table-order tr.odd {background-color:#f3f3f3;}

.table.table-order .status-view {display:inline}
.table.table-order .status-edit {display:none;}

.table.table-order .btn-group {margin:1px 1px}

.table.table-order .btn-xxs {
    border-radius: 3px;
    font-size: 10px;
    line-height: 1.3;
    padding: 1px 2px;
    vertical-align: top;
}

.table.table-order .ticketdots {height:4px;}
.table.table-order .rowTickets {display:none;}

.btn-order-save {
    width:100%;
    margin-top:5px;
    white-space: normal;
}
#td-allRowTicketList{
    text-align: left;
    padding: 10px;
    font-size: 11px;
    padding-bottom: 1px;
    padding-top: 1px;
}
.td-allRowTicketList-borderless{
    border-style: hidden;
    text-align: left;
}
.td-allRowTicketList-botBorder{
    border-top-style: hidden;
    text-align: left;
}
.allTicketTable-borderless{
    text-align: left;
    border-top-style: hidden;
    padding: 10px;
    font-size: 11px;
}


/*
*
* T I C K E T    B A C K E N D
****************************************************************/
.table.table-ticket {}
.table.table-ticket td {font-size:14px;}
.table.table-ticket th {font-size:12px;}

.table.table-ticket .status-view {}
.table.table-ticket .status-edit {display:none;}

.table.table-ticket .btn-group {margin:1px 1px}

.table.table-ticket .btn-xxs {
    border-radius: 3px;
    font-size: 10px;
    line-height: 1.3;
    padding: 1px 2px;
    vertical-align: top;
}
.table.table-ticket .ticketdots {
    height:4px;
}


/*
*
* T I C K E T    F R O N T E N D
****************************************************************/
.table.table-ticket {}
.table.table-ticket td {font-size:14px;}
.table.table-ticket th {font-size:12px;}

.table.table-ticket .status-view {}
.table.table-ticket .status-edit {display:none;}

.table.table-ticket .btn-group {margin:1px 1px}

.table.table-ticket .btn-xxs {
    border-radius: 3px;
    font-size: 10px;
    line-height: 1.3;
    padding: 1px 2px;
    vertical-align: top;
}
.table.table-ticket .ticketdots {
    height:4px;
}


/*
*
* A D M I S S I O N   B A C K E N D
****************************************************************/

.table.table-admission {}

.table.table-admission .row-ticket.odd {background:#f3f3f3}
.table.table-admission .row-ticket.even {background:#ffffff}
.table.table-admission .row-guest.odd {background:#ffe485}
.table.table-admission .row-guest.even {background:#FFF3C7}

.table.table-admission .status-view {display:inline}
.table.table-admission .status-edit {display:none;}

.table.table-admission .btn-group {margin:1px 1px}

.table.table-admission .admission-name {line-height:1.1}

.table.table-admission .btn-xxs {
    border-radius: 3px;
    font-size: 10px;
    line-height: 1.3;
    padding: 1px 2px;
    vertical-align: top;
}

.table.table-admission .rowTickets {display:none;}

.btn-admission-save {
    width:100%;
    margin-top:5px;
    white-space: normal;
}



.talkbubble {
    display: inline-block;
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    padding:15px;
    margin:0 0 20px 20px;
}

.talkbubble-color1 {
    background-color: #ffe485;
}
.talkbubble-color2 {
    background-color: #FFF3C7;
}

.tri-right.left-in:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0;
    bottom: auto;
    border: 12px solid;
    border-color: lightyellow lightyellow transparent transparent;
}
.talkbubble-color1.tri-right.left-in:after {
    border-color: #ffe485 #ffe485 transparent transparent ;
}
.talkbubble-color2.tri-right.left-in:after {
    border-color: #FFF3C7 #FFF3C7 transparent transparent ;
}

.tri-right.right-in:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 0;
    bottom: auto;
    border: 12px solid;
    border-color: lightyellow transparent transparent lightyellow;
}
.talkbubble-color1.tri-right.right-in:after {
    border-color: #ffe485 transparent transparent #ffe485 ;
}
.talkbubble-color2.tri-right.right-in:after {
    border-color: #FFF3C7 transparent transparent #FFF3C7;
}







/*
* R E P O R T
*
************************************************************************************************************************/
.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
}
.ratings-text {
    font-size:12px;
    line-height:1;
}

.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ffd024;
}
.empty-stars:before, .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 1.5rem;
}

.ratings-lg .ratings-text {
    font-size:1rem;
    line-height:1;
}
.ratings-lg .empty-stars:before, .ratings-lg  .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 3.5rem;
    line-height:1;
}


.feedback-list {
    list-style: none;
    font-size:11px;
    padding:0;
    margin:0;
}

.card-shadow {
    box-shadow: 0 1px 4px 0 #d4d4d5;
}


.speech-bubble {
    position: relative;
    background: #eee;
    border-radius: .4em;
    padding: 15px;
    margin-bottom: 40px;
    margin-top:15px;
    display: inline-block;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 0;
    height: 0;
    border: 24px solid transparent;
    border-top-color: #eee;
    border-bottom: 0;
    border-left: 0;
    margin-left: -12px;
    margin-bottom: -24px;
}


/*
* R E P O R T
***********************************************************/
.report-log {
    margin-top:30px;
}

.report-log td {
    padding:1px !important;
    font-size:10px
}
.report-log th {
    padding:1px !important;
    font-size:12px
}
.report-log td p {
    padding-left:20px !important;
    margin:0;
    font-size:10px
}

/*
* C H A R T I S T
*
************************************************************************************************************************/
.chart-distribution  {height:100px}
.chart-main  {height:200px;margin-top:80px;}
.chart-default  {height:150px}

/*VERTICAL DIV */
.chart-distribution .ct-grid.ct-horizontal,
.chart-main .ct-grid.ct-horizontal,
.chart-default .ct-grid.ct-horizontal {
    stroke-width:1px;
    stroke:#cccccc !important;
    stroke-dasharray:none;
}

.chart-distribution .ct-grid.ct-vertical  ,
.chart-main .ct-grid.ct-vertical  ,
.chart-default .ct-grid.ct-vertical   {
    stroke:#888 !important;
    stroke-dasharray:none;
    stroke-width: 1px;
}

/* AXIS */
.chart-distribution .ct-label.ct-horizontal,
.chart-main .ct-label.ct-horizontal,
.chart-default .ct-label.ct-horizontal {
    color:#888 !important;
    fill:#888 !important;
    font-weight:400 !important;
    font-size:11px !important;
    text-anchor: middle !important;
    text-align: center !important;
}
.chart-distribution .ct-label.ct-vertical,
.chart-main .ct-label.ct-vertical,
.chart-default .ct-label.ct-vertical {
    color:#888 !important;
    fill:#888 !important;
    font-weight:400 !important;
    font-size:11px !important;
}


/*
* F O O T E R
*
************************************************************************************************************************/
.app-footer {
    min-height: 70px;
    background: none;
    border: none;
}

.app-footer .footer-logo {
    -webkit-filter: grayscale(100%) opacity(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) opacity(50%);
}

.app-footer-main {
    min-height: 200px;
    background-color: #074a64;
    color:#ffffff;
    padding-top:35px;
}

.app-footer-sub {
    min-height: 50px;
    background-color: #013240;
    color:#ffffff;
    padding-top:11px;
}

.app-footer img {
    width:100px;
}
.app-footer .col-content {padding-left:30px;}

.app-footer .col-content a {color:#ffffff;}
.app-footer .col-content a:hover, .subfooter a:focus {text-decoration:none;border-bottom:1px solid #ffffff;}

.app-footer-sub a {color:#ffffff;margin-left:20px;}
.app-footer-sub a:hover, .app-footer-sub a:focus {text-decoration:none;border-bottom:1px solid #ffffff;}

.app-footer .legalNotice {
    font-weight:300;
    font-size:9px;
    text-align:left;
    margin-top:40px;
    line-height:1.4;
}

.subfooter-link {float:right}


@media (max-width: 767px) {
    .footer {padding-top:15px;bottom:180px;}
    .footer .legalNotice {margin-top:10px}
    .subfooter-link {display:block;text-align: center;float:none;font-size:16px;line-height:2}
    .subfooter {height: 180px;}
    body {margin-bottom: 400px;}
}

@media (max-width: 991px) {
    .footer .legalNotice {margin-top:30px}
    .subfooter-link {font-size:14px;}
}





/*
* B O O T S T R A P   E R W E I T E R U N G E N
*
************************************************************************************************************************/

@media (min-width: 576px) {
    .col-sm-2x {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*
* J Q U E R Y   F I L E U P L O A D E R
*
************************************************************************************************************************/
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}
