.main {
    padding: 50px 0;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.ocl1 {
    color: #abafb5;
}

.ocl2 {
    color: #ffe25d;
}

.ocl3 {
    color: #3c9aff;
}

.ocl4 {
    color: #00da00;
}

#calendar-business_hours td.fc-today {
    background-color:inherit !important;
}

.fc-day-grid .fc-time {
    display: none;
}
.cursor-pointer{
    cursor: pointer;
}
.answer-list{
    display:none;
}

.type-tags .tag {
    color: #3f90ff;
    font-weight: 300;
    display: inline-block;
    margin: 10px 15px;
    line-height: 1;
    vertical-align: bottom;
}

.type-tags .tag .count {
    font-size: 12px;
    display: inline-block;
    background: #3f90ff;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    position: relative;
    top: -2px;
    padding: 0 5px;
}

a.btn {
    color: #fff !important;
}

table.tickets tr.new td {
    background: lightyellow;
}

table.tickets tr.new:hover td {
    background: #ebebcc;
}

table.tickets tr.filled td {
    background: lightblue;
}

table.tickets tr.filled:hover td {
    background: #9ac4d2;
}

table.tickets tr.payed td {
    background: lightgreen;
}

table.tickets tr.payed:hover td {
    background: #7cda7c;
}

table.tickets tr td h4 {
    margin: 0;
}

.table-valign-middle tr td {
    vertical-align: middle;
}

.ticket {
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 4px solid transparent;
    position: relative;
}

.ticket h3 {
    text-align: center;
    margin: 0 0 20px;
    font-weight: 700;
}

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

.ticket.new {
    background: lightyellow;
}

.ticket.filled {
    background: lightblue;
}

.ticket.payed {
    background: lightgreen;
}

.ticket.type-short {
    border-color: blue;
}

.ticket.type-normal {
    border-color: green;
}

.ticket.type-long {
    border-color: red;
}

.ticket .winner {
    padding: 2px 6px;
    background: red;
    color: #fff;
    top: 0;
    right: 0;
    position: absolute;
    transform: rotateZ(45deg);
    font-size: 12px;
    margin-right: -17px;
}

.question-box {
    border: 1px solid #efefef;
    height: 100%;
    padding: 20px 10px;
}

.table tr.today td {
    background: lightyellow;
}

.dataTables_filter {
    float: left;
}

.dataTables_length {
    float: right;
}

#promo-donor-barcode,
#promo-donor-ean-pair {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .9);
}

#promo-donor-barcode .panel,
#promo-donor-ean-pair .panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#promo-donor-barcode .panel h2,
#promo-donor-barcode .panel h3,
#promo-donor-ean-pair h3 {
    font-weight: bold;
}

#promo-donor-barcode .panel .grid {
    display: flex;
}

#promo-donor-barcode .panel .grid button {
    width: 250px;
    height: 250px;
    font-size: 26px;
    text-align: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

#promo-donor-barcode .panel .grid button.point-add {
    background: #6cc466;
}

#promo-donor-barcode .panel .grid button.point-redeem {
    background: #476bc4;
}

table#vouchers span.used {
    font-size: 12px;
    color: green;
    display: block;
    margin-top: 10px;
}
#sortableList .sortableItem:nth-child(odd){
    background-color: rgba(0,0,0,.05);
}