.content-wrapper {
    margin-left: 0;
}

.skin-zonnebeke-l .main-header .navbar .nav > li.user-name > a,
.skin-zonnebeke-l .main-header .navbar .nav > li.user-name > a:hover,
.skin-zonnebeke-l .main-header .navbar .nav > li.user-name > a:active,
.skin-zonnebeke-l .main-header .navbar .nav > li.user-name > a:focus {
    background-color: #EEE;
    color: #000;
    cursor: default;
}

.cash-register-nav-button {
    border-radius: 0;
    position: relative;
    display: block;
    height: 85px;
    margin-bottom: 5px;
}

.cash-register-nav-button.sm {
    height: 40px;
}

.cash-register-nav-button.sm h3 {
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
}

.cash-register-nav-button.sm .icon {
    font-size: 20px;
    display: inline-block;
    margin-left: 5px;
    padding-bottom: 10px;
}

.cash-register-nav-button h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    padding: 0;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.cash-register-nav-button .icon {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 1;
    text-align: center;
    color: rgba(0, 0, 0, 0.15)
}

.cash-register-nav-button:hover {
    text-decoration: none;
    color: #f9f9f9
}

.cash-register-nav-button:hover .icon.dark-hover {
    color: #090808 !important;
}

.cash-register-nav-button:hover .icon {
    color: #fff;
}

.cash-register-select-box {
    width: 768px;
}

.main-header .navbar {
    margin-left: 0;
}


.up-down {
    animation: MoveUpDown 1.2s linear infinite;
    position: absolute;
    left: 0;
    bottom: 0;
}

@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }
    50% {
        bottom: 100px;
    }
}


.ticket-scan-container {
    position: relative;
}
.ticket-scan-container .ticket-scan-info {
    width: calc(100% - 310px);
    margin-left: 310px;
}

.ticket-scan-container .ticket-scan-barcode {
    width: 300px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.ticketscan{
    position: relative;
    min-height: 350px;
    border: 4px solid;
}

.ticketscan .center-block{
    position:absolute;
    top: 50%;
    left: 0;
    height: 200px;
    width: 100%;
    margin-top: -100px;
    text-align: center;
}

.ticketscan .center-spinner{
    position:absolute;
    top: 50%;
    left: 0;
    height: 120px;
    width: 100%;
    margin-top: -60px;
    text-align: center;
}

.ticketscan .center-icon{
    position:absolute;
    top: 50%;
    left: 0;
    height: 224px;
    width: 100%;
    margin-top: -112px;
    text-align: center;
}

.ticketscan .center-block h3{
    font-size: 30px;
}

.table>tbody>tr.warning-darker>td, .table>tbody>tr.warning-darker>th, .table>tbody>tr>td.warning-darker, .table>tbody>tr>th.warning-darker, .table>tfoot>tr.warning-darker>td, .table>tfoot>tr.warning-darker>th, .table>tfoot>tr>td.warning-darker, .table>tfoot>tr>th.warning-darker, .table>thead>tr.warning-darker>td, .table>thead>tr.warning-darker>th, .table>thead>tr>td.warning-darker, .table>thead>tr>th.danger
{
    background-color: #fbe9e7;
}

.table-hover>tbody>tr.warning-darker:hover>td, .table-hover>tbody>tr.warning-darker:hover>th, .table-hover>tbody>tr:hover>.warning-darker, .table-hover>tbody>tr>td.warning-darker:hover, .table-hover>tbody>tr>th.warning-darker:hover {
    background-color: #ffccbc;
}

.table>tbody>tr.pink>td, .table>tbody>tr.pink>th, .table>tbody>tr>td.pink, .table>tbody>tr>th.pink, .table>tfoot>tr.pink>td, .table>tfoot>tr.pink>th, .table>tfoot>tr>td.pink, .table>tfoot>tr>th.pink, .table>thead>tr.pink>td, .table>thead>tr.pink>th, .table>thead>tr>td.pink, .table>thead>tr>th.danger
{
    background-color: #fce4ec;
}

.table-hover>tbody>tr.pink:hover>td, .table-hover>tbody>tr.pink:hover>th, .table-hover>tbody>tr:hover>.pink, .table-hover>tbody>tr>td.pink:hover, .table-hover>tbody>tr>th.pink:hover {
    background-color: #f8bbd0;
}

.btn-bc,.btn-bc:hover,.btn-bc:active {
    background-image: linear-gradient(225deg,#1e3764,#005ab9);
    color: #FFF;
}

.table-info tr th:first-child {
    width: 20%;
}

.modal-responsive {
    width: 95%;
}

.icon-box {
    display: inline-block;
    min-width: 150px;
    text-align: center;
    padding: 10px 5px;
}
.icon-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.keypad {
    width: 200px;
    margin: 0 auto;
}
.keypad button {
    width: 60px;
}
.keypad button.btn-block {
    width: 185px;
}

.btn-group-xl>.btn, .btn-xl {
    padding: 20px;
    font-size: 20px;
}
.btn-xl {
    padding: 20px;
    font-size: 20px;
}

.cash-register-dashboard {

}
.cash-register-dashboard:after {
    content: "";
    clear: both;
    display: table;
}

.main-header .navbar-brand {
    color: #232323;
}

.cash-register-dashboard .buttons {
    float: left;
    width: calc(100% - 550px);
}
.cash-register-dashboard .selected-for-sale {
    width: 550px;
    float: left;
    background: #f5f5f5;
    color: #232323;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    padding: 60px 10px 0;
    border-left: 1px solid #CCC;
}
.cash-register-dashboard .selected-for-sale .table{
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
.cash-register-dashboard .selected-for-sale .table>tbody>tr>td {
    border-top: 1px solid #CCC;
}
.cash-register-dashboard .selected-for-sale .table>tbody>tr:last-of-type>td {
    border-bottom: 1px solid #CCC;

}

.cash-register-dashboard .grid {
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 50px;
    height: calc(100vh - 50px);
    margin-right: 550px;
    overflow: auto;
}

.cash-register-dashboard .grid .table > tbody > tr > td {
    border-top: 0;
    border-right: 0;
}

.cash-register-dashboard .grid .table > tbody > tr > td:last-child {
    border-right: 0;
}

table.table-grid {
    table-layout: fixed;
}
.table-grid .divider {
    min-height: 30px;
}
.table-grid .title {
    padding: 5px;
    min-height: 30px;
}
.table-grid .title h3 {
    margin: 0;
}

.cr-buttons-row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 5px;
}
.cr-buttons-row:after {
    content: "";
    clear: both;
    display: table;
}

.cr-buttons-row .cr-buttons-item {
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.cr-button {
    border-radius: 2px;
    position: relative;
    display: block;
    min-height: 60px;
    margin-bottom: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    overflow: hidden;
    word-break: break-word;
}

.cr-button h3 {
    margin: 0 0 0 60px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    color: #FFFFFF;
    z-index: 5;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}

.cr-button .icon {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 0;
    font-size: 50px;
    padding-top: 5px;
    line-height: 1;
    /*position: absolute;*/
    /*left: 5px;*/
    /*top: 0px;*/
    display: table-cell;
    color: rgba(0, 0, 0, 0.15);
    width: 70px;
    height: 60px;
}

.cr-button:hover {
    text-decoration: none;
    color: #f9f9f9
}

.cr-button:hover .icon.dark-hover {
    color: #090808 !important;
}

.cr-button:hover .icon {
    color: #fff;
}

.items-modal {
    top: 50px;
    margin-right: 550px;
    background: rgba(0,0,0,0.5);
}
.modal-backdrop {
    background: none;
}

.payment-methods {
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    background: #CCC;
    position: sticky;
    left: 0;
    bottom: 0;
}

.event-card {
    color: #232323;
}

.event-card .panel-footer {
    padding: 5px 15px;
}
.event-card .panel-footer i {
    margin-top: 2px;
}
.event-card .list-group {
    margin-bottom: 0;
}
.event-card .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.event-card .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.event-card .list-group-item {
    padding: 7px 15px;
}

.m-5 {
    margin: 5px;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-absolute {
    position: absolute;
}

.actions-menu.right-actions li > a {
    font-size: 16px;
}

.modal-close-btn {
    position: absolute;
    right: 1px;
    top: 1px;
}