body {
    font-family: 'Open Sans';
}

/* Toastr custom styles*/
#toast-container {
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    margin: 10px auto 0;
}

#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-success{
    background-image: none;
}

#toast-container > div {
    background: #fff;
    padding: 20px;
    color: #6a6c6f;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 1;
}


#toast-container > div:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toast-close-button {
    color: #000;
    opacity: 0.2;
}

.toast-info {
    background: #fff;
    border-left: 6px solid #3498db;
}
.toast-success {
    background: #fff;
    border-left: 6px solid #62cb31;
}
.toast-warning {
    background: #fff;
    border-left: 6px solid #ffb606;
}
.toast-error {
    background: #fff;
    border-left: 6px solid #e74c3c;
}

.toast-progress {
    opacity: 0.6;
}

.toast-info .toast-progress {
    background-color: #3498db;
}
.toast-success .toast-progress {
    background-color: #62cb31;
}
.toast-warning .toast-progress {
    background-color: #ffb606;
}
.toast-error .toast-progress {
    background-color: #e74c3c;
}

/* Nestable list */

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #e4e5e7;
    background: #f7f9fa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-handle span {
    font-weight: bold;
}

.dd-handle:hover {
    background: #f0f0f0;
    cursor: pointer;
    font-weight: bold;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
    content: '-';
}

#nestable2 .dd-item > button {
    font-family: FontAwesome;
    height: 34px;
    width: 33px;
    color: #c1c1c1;

}

#nestable2 .dd-item > button:before {
    content: "\f067";
}

#nestable2 .dd-item > button[data-action="collapse"]:before {
    content: "\f068";
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #e4e5e7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    z-index: 9999;
    pointer-events: none;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

.dl-horizontal dd > .dl-horizontal {
    display: inline-block;
}
 
/**
* Nestable Extras
*/
.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #e4e5e7;
    border-bottom: 2px solid #e4e5e7;
}

#nestable-menu {
    padding: 0;
    margin: 10px 0 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: inherit;
    border: 1px dashed #e4e5e7;
    background: #f7f9fa;
    padding: 10px;
}

#nestable2 .dd-handle:hover {
    /*background: #bbb;*/
}


#nestable2  span.label {
    margin-right: 10px;
}

#nestable-output,
#nestable2-output {
    font-size: 12px;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#terms_acceptance-error {
    display: none !important;
}

#profile-photo-list img {
    cursor: pointer;
}
#profile-photo-list > div.text-center > div {
    position: relative
}
#profile-photo-list > div.text-center > div > div.text-right {
    position: absolute; 
    top: 0px; 
    right: 0px;
}

#aside-logo {
    width: 90%;
    height: auto;
    margin: 0px auto;
    display: block;
}
#aside-logo-wrapper {
    position: fixed;
    width: 180px;
    height: 120px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

#nexus-logo-wrapper {
    display: block;
    margin: 0px auto 50px auto;
    max-width: 200px;
}
#nexus-logo-wrapper > div {

}
#nexus-logo-wrapper p {
    margin-top: 15px;
    font-size: 10px;
    opacity: 0.7 !important;
    margin-bottom: 1px;
    text-transform: uppercase;
    text-align: center;
}
#nexus-logo-wrapper > div > a {
    width: 200px;
    height: 49px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
#nexus-logo-wrapper.nexus-logo-light > div > a {
    background-image: url('/images/nexus-logo-light-350x85.png');
}
#nexus-logo-wrapper.nexus-logo-dark > div > a {
    background-image: url('/images/nexus-logo-dark-350x85.png');
}
#nexus-logo-wrapper img {
    width: 200px;
    height: auto;
    margin: 0px auto;
    display: block;
}

#nexus-raffle-logo-wrapper {
    display: block;
    margin: 0px auto 50px auto;
    max-width: 350px;
width: 100%;}
#nexus-raffle-logo-wrapper > div {

}
#nexus-raffle-logo-wrapper ul {
    padding: 0px;
    margin: 15px 0px 0px 0px;
    text-align: center;
    list-style: none;
}
#nexus-raffle-logo-wrapper ul li {
    display: inline-block;
    margin: 0px 12px;
    padding: 0px 1px;
    font-size: 0.8em;
}
#nexus-raffle-logo-wrapper ul li:before {
    display: none;
}
#nexus-raffle-logo-wrapper ul li:last-child {
    border-left: none;
}
#nexus-raffle-logo-wrapper p {
    margin-top: 15px;
    font-size: 13px;
    opacity: 0.7 !important;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center;
padding-bottom: 0px;}
#nexus-raffle-logo-wrapper > div > a {
    max-width: 350px;
    height: 85px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
width: 100%;}
#nexus-raffle-logo-wrapper.nexus-logo-light > div > a {
    background-image: url('/images/raffle-logo-light-350x85.png');
}
#nexus-raffle-logo-wrapper.nexus-logo-dark > div > a {
    background-image: url('/images/raffle-logo-dark-350x85.png');
}
#nexus-raffle-logo-wrapper img {
    width: 200px;
    height: auto;
    margin: 0px auto;
    display: block;
}

#language-selector #current-language {
    font-size: 1.0em;
}
#language-selector img {
    position: relative;
    top: -1px;
    margin-right: 10px;
}
.form-language-control {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 10px 11px;
    margin-bottom: -1px;
}

#timezone-selector > span {
    cursor: pointer;
}

#timezone-selector #zonepicker img {
  max-width: none;
}

label {
    font-weight: normal;
}
.required label {
    font-weight: bold;
}
.notification-badge {
    font-size: 11px !important;
    position: absolute !important;
    right: 7px !important;
    /* bottom: 10px; */
    padding: 3px !important;
    border-radius: 50px;
    z-index: 1;
    height: 19px;
    top: 7px !important;
    min-width: 19px;
    font-weight: normal;
}
.notifications {
    max-height: 350px;
    overflow-y: scroll;
}
.notifications::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.notifications::-webkit-scrollbar {
    width: 6px;
    background-color: #f1f1f1;
}
.notifications::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

.notifications .notification-item {
    padding: 0px;
    border-top: 1px solid #f0f0f0;
    min-width: 310px;
    position: relative;
}
.notifications .notification-item-wrapper {
    display: table;
    width: 100%;
}
.notifications .notification-dismiss {
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 20px;
}
.notifications .notification-icon {
    display: table-cell;
    vertical-align: top;
    font-size: 21px;
    padding: 5px 15px 15px 15px;
    width: 51px;
    text-align: center;
    background: #fbfbfb;
}
.notifications .notification-text {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px 10px 10px;
}
.notifications .notification-item .btn {
    margin-top: 10px;
}
.notification-buttons {
    border-top: 1px solid #ddd;
}
.notification-buttons a {
    padding: 10px 8.5px;
    display: inline-block;
    color: #6a6c6f !important;
}
.notification-buttons a+a {
    border-left: 1px solid #ddd;
}
.notification-buttons a:hover {
    background: #f5f5f5;
}
.notification-buttons i {
    margin: 0px 4px;
}

#sidebar > i.fa-bolt {
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 10;
    font-size: 1.5em;
}
#posterminal_status > i.fa-circle {
    position: absolute;
    top: 26px;
    right: 18px;
    z-index: 10;
    font-size: 0.66em;
}
@keyframes fa-blink {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
.fa-blink {
    -webkit-animation: fa-blink 1s infinite cubic-bezier(1, 0, 0, 1);
    animation: fa-blink 1s infinite cubic-bezier(1, 0, 0, 1);
}
.fa-blink-fast {
    -webkit-animation: fa-blink 0.33s infinite cubic-bezier(0.83, 0.06, 0.26, 0.99);
    animation: fa-blink 0.33s infinite cubic-bezier(0.83, 0.06, 0.26, 0.99);
}

#data-table td {
    transition: all 0.5s;
}

.table-hide-last-row tbody tr:last-of-type{
    display: none;
}
        
.pagination-per-page {
    display: inline-block;
    width: auto;
    margin: 20px 10px 20px 0px;
    float: left;
    border: 1px solid #ddd;
    height: 32px;
    border-radius: 4px;
}

.top-up-icon {
    position: relative;
    top: 3px;
    font-size: 30px;
    color: #34495e;
}

.prize-placeholder {
    background: rgb(252,254,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(252,254,255,1) 0%, rgba(229,220,222,1) 37%, rgba(132,142,145,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(252,254,255,1) 0%,rgba(229,220,222,1) 37%,rgba(132,142,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(252,254,255,1) 0%,rgba(229,220,222,1) 37%,rgba(132,142,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfeff', endColorstr='#848e91',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.prize-listing-list .prize-placeholder {
    min-height: 150px;
}
.prize-listing-grid .prize-placeholder {
    min-height: 200px;
}
.prize-listing-list .prize-placeholder i.fa {
    font-size: 5em;
    color: rgba(102, 102, 102, 0.5);
}
.prize-listing-grid .prize-placeholder i.fa {
    font-size: 7em;
    color: rgba(102, 102, 102, 0.5);
}

.prize-image-wrapper {
    transition: all 0.3s;
}
.prize-listing-list .prize-image-wrapper {
    position: relative;
    min-height: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
}
.prize-listing-grid .prize-image-wrapper {
    min-height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
}
.prize-image-wrapper:hover {
    /*background-size: 120%;*/
}
.prize-image-slider-html {
    position: absolute;
    overflow: hidden;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    margin: 0% 0 0 0%;
}
.prize-image-lightbox {
    display: none;
    opacity: 0.0;
    transition: all 0.6s;
    position: absolute;
    z-index: 10001;
}
.prize-image-lightbox-html,
.prize-image-lightbox-full {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%;
    max-height: 75%;
    box-shadow: 0px 2px 30px rgba(0,0,0,0.3);
    border-radius: 5px;
    transition: all 0.3s;
}
.prize-image-lightbox-loader {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    max-width: 100px;
    filter: drop-shadow(0px 0px 20px rgba(0,0,0,1));
}
.prize-image-lightbox.prize-image-lightbox-loaded .prize-image-lightbox-loader {
    display: none;
}
.prize-image-lightbox:not(.prize-image-lightbox-loaded) .prize-image-lightbox-full{
    filter: blur(5px);    
}
.prize-image-lightbox-overlap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.95;
    z-index: 10000;
    transition: all 0.3s;
}
.prize-image-lightbox-close,
.prize-image-lightbox-next,
.prize-image-lightbox-prev {
    display: block;
    position: fixed;
    z-index: 10002;
    background: rgba(0,0,0,0.8);
    font-size: 4em;
    color: #fff;
    cursor: pointer;
}
.prize-image-lightbox-close:hover,
.prize-image-lightbox-next:hover,
.prize-image-lightbox-prev:hover {
    color: #ededed;
}
.prize-image-lightbox-close {
    top: 50px;
    right: 0px;
    padding: 10px 30px 10px 10px;
    border-radius: 20px 0px 0px 20px;
}
.prize-image-lightbox-next {
    top: calc(50% - 75px / 2);
    right: 0px;
    padding: 13px 30px 10px 30px;
    border-radius: 20px 0px 0px 20px;
}
.prize-image-lightbox-prev {
    top: calc(50% - 75px / 2);
    left: 0px;
    padding: 13px 30px 10px 30px;
    border-radius: 0px 20px 20px 0px;
}
    


/* checkout test mode */
.lottery-test-mode {
    display: none;
    position: fixed;
    z-index: 3000;
    width: 100%;
    bottom: calc(100%);
    left: 0px;
    background: #fff;
    color: #444;
    border-bottom: 1px solid #ddd;
    opacity: 0.75;
    transition: all 0.2s;
}
.lottery-test-mode:hover {
    opacity: 1;
}
.lottery-test-mode > div {
    padding: 10px 50px 10px 50px;
}
.lottery-test-mode-bookmark {
    position: relative;
    bottom: -59px;
    background: #fff;
    border: 1px solid #ddd;
    border-top-color: #fff;
    font-size: 1.2em;
    padding: 5px 15px 5px 15px;
    float: right;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    margin-top: -49px;
    margin-right: -10px;
    transition: all 0.2s;
}
.lottery-test-mode:hover .lottery-test-mode-bookmark {
    padding: 0px 15px 5px 15px;
}

.range-search-field-marker {
    position: absolute;
    right: -5px;
    top: 10px;
}

.customer-lookup {
    position: relative;
    z-index: 1;
    height: 0px;
    top: 6px;
    right: 10px;
    padding: 0px 15px;
    color: #aaa;
    text-align: right;
}
.page-small .customer-lookup {
    position: relative;
    padding: 0px 15px;
    top: 3px;
    width: 100%;
    text-align: right;
    height: 5px;
}
.customer-lookup-list {
    position: relative;
    top: 0px;
    color: #aaa;
    text-align: right;
    height: 0px;
    z-index: 100;
}
.page-small .customer-lookup-list {
    height: 0px;
    top: -18px;
}

.address-autocomplete-wrapper {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding-top: 20px;
    margin-bottom: 20px;
}
.address-autocomplete-fields-wrapper {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.address-autocomplete {
/*    font-size: 2em;
    height: 2em;*/
}
#address-autocomplete-preview {
/*    font-size: 1.5em;*/
    margin-bottom: 15px;
    font-weight: bold;
}
.address-autocomplete-error {
    background: repeating-linear-gradient(-45deg, rgba(255, 0, 0, 0.15), rgba(255, 0, 0, 0.15) 10px, #ffffff 10px, #ffffff 20px);
}

.pac-container {
    background-color: #fff;
    position: absolute!important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    /*font-family: Arial,sans-serif;*/
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 200px;
    overflow-y: auto;
}

.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #999;
}
.pac-item:hover {
    background-color: #f7f9fa;
}
.pac-item-selected, .pac-item-selected:hover {
    background-color: rgba(102, 175, 233, 0.2);
}

.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    background-size: 34px;
}
.pac-item-selected i {
    color: #ff565d;
}


.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: #000;
}

.pac-matched {
    font-weight: 700;
}

.pac-container {
    margin: -3px 0px 0px 1px;
    border: 1px solid #ccc;
}
.pac-item {
    font-size: 1em;
}

.ticket-edition-disabled .better-option {
    display: none !important;
}
.ticket-pack-sold-out {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.7);
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
.report-header-wrapper table.signature-box td {
    border-top: none !important;
}

.report-header-wrapper {
    background: #fbfbfb;
    border: 1px solid #ddd;
    padding: 20px;
}
.report-header-wrapper .reports-header {
    border: 1px solid #ddd !important;
    background: #fff;
    padding: 5px;
}  
    
@media print {
    .report-header-wrapper table.signature-box {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 45%;
        background: transparent;
        margin-bottom: 0px;
    }
    .report-header-wrapper table.signature-box td {
        padding: 0px 10px !important;
    }
    .report-header-wrapper table.signature-box td.signature-box-initials {
        border-bottom: 1px solid #ddd !important;
    }
    
    .report-header-wrapper {
        background: transparent;
        border: none;
        padding: 0px;
    }
    .report-header-wrapper .reports-header {
        padding: 0px;
        border: none !important;
    }
    .report-header-wrapper .report-header-save-button {
        display: none;
    }
}


.has-margin-bottom {
    margin-bottom: 50px;
    min-height: 50px;
}

.has-low-margin-bottom {
    margin-bottom: 20px;
    min-height: 50px;
}

.CodeMirror {
  height: auto !important;
  max-height: 600px;
}

.CodeMirror-scroll {
    max-height: 600px;
}

.flowchart-operator {
    width: 250px;
}

.flowchart-operator .flowchart-operator-inputs-outputs {
    min-height: 30px;
}

.table-overflow-visible {
    overflow: visible;
}

#phone-script-chart {

}
#phone-script-chart svg {
    background: #fff;
    background-size: 40px 40px;
    background-image: linear-gradient(to right, rgba(0,0,0,0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,0,0,0.1) 1px, transparent 1px);
}

#test-dragging {
    position: relative;
    border: 1px solid #ddd;
    display: inline-block;
    background: #666;
    overflow: scroll;
    width: 100%;
    max-height: 700px;
    margin-top: 10px;
}



#paper-html-elements svg {
    background: transparent;
}

#paper-html-elements svg .link {
    z-index: 2;
}

.html-element {
    position: absolute;
    background: #fff;
    pointer-events: none;
    -webkit-user-select: none;
    border-radius: 2px;
    /* border: 2px solid #2980B9; */
    box-shadow: 0px 2px 10px rgb(0,0,0);
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.html-element select,
.html-element input,
.html-element button {
    /* Enable interacting with inputs only. */
    pointer-events: auto;
}

.html-element button.delete {
    color: white;
    border: none;
    background-color: #C0392B;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: middle;
    position: absolute;
    top: -15px;
    left: -15px;
    padding: 0;
    margin: 0;
    font-weight: bold;
    cursor: pointer;
}

.html-element button.delete:hover {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.html-element select {
    position: absolute;
    right: 2px;
    bottom: 28px;
}

.html-element label {
    color: #333;
    /*text-shadow: 1px 0 0 lightgray;
    font-weight: bold;*/
}

.html-element span {
    position: absolute;
    top: 2px;
    right: 9px;
    color: white;
    font-size: 10px;
}

.html-input {
    height: 16px;
}

.html-element .form-group {
    margin-top: 20px;
}

.image-upload {
    border: 1px solid #ddd;
    padding: 10px;
    min-width: 250px;
}
.image-upload + .image-upload {
    border-top: none;
}
.image-upload input[type='file'] {
    display: none;
}
image-upload img[src=''] {
    display: none;
}
.image-upload img {
    display: block;
    margin: 0px auto 10px auto;
    max-width: 100%;
}
.image-upload .form-control {
    margin-bottom: 10px;
}

.element-header-wrapper {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

.element-header {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

.script-buttons {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 63px;
    z-index: 999;
    background: #f1f3f6;
    padding: 0px 10px 10px 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.script-buttons button {
    width: 40px;
    height: 40px;
}

.page-order #ticket-packs .input-group-addon,
.page-order-copy #ticket-packs .input-group-addon,{
    font-size: 1.8em;
}
.page-order #ticket-packs .qty.input-group-button-input,
.page-order-copy #ticket-packs .qty.input-group-button-input {
    font-size: 1.8em;
    font-weight: bold;
    padding: 1px 3px;
    text-align: center;
    height: auto;
}
.page-order #ticket-packs .input-group-addon-button-currency-symbol,
.page-order-copy #ticket-packs .input-group-addon-button-currency-symbol {
    position: absolute;
    z-index: 10;
    font-size: 2em;
    left: calc(50% - 30px);
}

.has-comment:hover {
    cursor: pointer;
}

.popover {
    max-width: 75%;
}

.popover-title {
    text-align: center;
}

.cvv-info-icon {
    font-size: 0.75em;
    cursor: pointer;
}

#data-type-options {
    height: 270px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#data-type-options label {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select: none;
}

.sort-orders {
    display: inline-block;
    width: auto;
    margin: 20px 10px 20px 0px;
    float: left;
    border: 1px solid #ddd;
    height: 32px;
    border-radius: 4px;
}

.fat-popup {
    width: 750px;
}

.fat-popup .content {
    padding-bottom: 25px;
}

#recent-activity-table th:last-child {
    white-space: nowrap;
    width: 1%;
}

#pre-selection-wrapper, #pre-selection-edit {
    display: none;
}

.fit-content {
    white-space: nowrap;
    width: 1%;
}

.header-modest {
    display: table;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.header-modest-inner {
    display: table-row;
}
.header-modest-logo {
    display: table-cell;
    vertical-align: top;
    width: 34%;
}
.header-modest-logo img {
    max-height: 115px;
    display: inline;
}
.header-modest-name {
    display: table-cell;
    vertical-align: middle;
}

.footer-modest hr {
    border-top: 1px solid #cccccc;
    margin: 20px 0px 20px 0px;
}

.footer-modest #nexus-raffle-logo-wrapper {
    margin: 0px auto 30px auto;
}

/*
3498db
62cb31
e74c3c
ffb606
e67e22
c0392b
*/
.order-type-row td:first-child {
    border-left: 10px solid transparent;
}
.order-type-row.order-type-web td:first-child {
    border-left-color: #62cb31bf;
}
.order-type-row.order-type-agent td:first-child {
    border-left-color: #3498dbbf;
}
.order-type-row.order-type-phone td:first-child {
    border-left-color: #e74c3cbf;
}
.order-type-row.order-type-fax td:first-child {
    border-left-color: #ffb606bf;
}
.order-type-row.order-type-mail td:first-child {
    border-left-color: #e67e22bf;
}
.order-type-row.order-type-directinput td:first-child {
    border-left-color: #c0392bbf;
}
.order-type-row.order-type-import td:first-child {
    border-left-color: #e67e22bf;
}
.order-type-row.order-type-other td:first-child {
    border-left-color: #c0392bbf;
}

.paper-ticket-group-id {
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    text-transform: uppercase;
}

.terms-of-use-acceptance-form-group .checkbox a {
    color: inherit;
    text-decoration: underline;
}

.modal-open .freshwidget-button {
    z-index: 1000;
}
 
.table-responsive-vertically table {
    
}

@media screen and (max-width: 920px){
    
    .table-responsive-vertically .table,
    .table-responsive-vertically .table tbody,
    .table-responsive-vertically .table thead,
    .table-responsive-vertically .table tr,
    .table-responsive-vertically .table th,
    .table-responsive-vertically .table td {
        display: block;
    }
    .table-responsive-vertically .table thead {
        display: none;
    }
    
    .table-responsive-vertically .table td, 
    .table-responsive-vertically .table tfoot th { 
        /* Behave  like a "row" */
        min-height: 30px;
        border: none;

        /*border-bottom: 1px solid #eee; */
        position: relative;
        white-space: normal;
        text-align: left;
    }
    .table-responsive-vertically .table td[data-title], 
    .table-responsive-vertically .table tfoot th[data-title] { 
        width: 65% !important;
        margin-left: 35%;
    }
    
    .table-responsive-vertically .table td[data-title]:before, 
    .table-responsive-vertically .table tfoot th[data-title]:before{ 
        position: absolute;
        left: -50%;
        width: calc(100% - 70px);
        white-space: normal;
        text-align: left;
        font-weight: bold;
    }
    

    /*
    Label the data
    */
    .table-responsive-vertically .table td:before,
    .table-responsive-vertically .table tfoot th:before { 
        content: attr(data-title); 
        text-align: right;
    }
    
    .table-responsive-vertically .table tr:nth-child(odd){
        background-color: #f9f9f9;
        border-bottom: 1px solid #f0f0f0;
        border-top: 1px solid #f0f0f0;
    }
    
    .table-responsive.table-responsive-vertically > .table > thead > tr > th, 
    .table-responsive.table-responsive-vertically > .table > tbody > tr > th, 
    .table-responsive.table-responsive-vertically > .table > tfoot > tr > th, 
    .table-responsive.table-responsive-vertically > .table > thead > tr > td, 
    .table-responsive.table-responsive-vertically > .table > tbody > tr > td, 
    .table-responsive.table-responsive-vertically > .table > tfoot > tr > td {
        white-space: normal;
    }
}

.file-select video {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0px auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.file-select .camera-wrapper {
    display: block;
    position: relative;
}
.file-select .capture-photo-button {
    position: fixed;
    /*top: calc(80% - 20px);*/
    left: calc(50% - 37.5px);
    height: 75px;
    border-radius: 100px;
    background-color: rgba(52,152,219,0.5);
    color: #fff;
}
.file-select .capture-photo-button:hover {
    background-color: rgba(52,152,219,1);
}

.file-select .file-upload {
    width: 100%;
    border: 2px dashed #ddd;
    padding: 15vh 25px;
    text-align: center;
    font-size: 1.5em;
    font-weight: 100;
    transition: 0.2s all;
}
.file-select .file-upload.is-dragover {
    background: #f7f9fa;
}
.file-select #file-upload-field {
    display: none;
}
.modal-footer .file-list {
    max-height: 105px;
    overflow-x: auto;
    margin: 0px 0px 10px 0px;
    text-align: left;
}
.modal-footer .file-list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.modal-footer .file-list::-webkit-scrollbar {
    height: 6px;
    background-color: #f1f1f1;
}
.modal-footer .file-list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}
.file-list-wrapper {
    padding-top: 5px;
}
.modal-footer .file-list .file-list-wrapper {
    width: auto;
    padding-top: 0px;
}
.file-list-wrapper .file {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 0px 5px 0px 0px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    padding: 5px;
}
.file-list-wrapper-lg .file {
    width: 183px;
    height: 183px;
}
.modal-footer .file-list-wrapper .file {
    margin: 0px 0px 0px 5px;
}
.file-list-wrapper .file:first-of-type {
    margin-left: 0px;
}
.file-list-wrapper .file .file-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-image: linear-gradient(45deg, #f7f9fa 25%, transparent 25%), linear-gradient(-45deg, #f7f9fa 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f7f9fa 75%), linear-gradient(-45deg, transparent 75%, #f7f9fa 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
.file-list-wrapper-lg .file .file-inner {
    width: 171px;
    height: 171px;
}
.modal-footer .file-list-wrapper .file .file-inner {
    width: 78px;
    height: 78px;
}
.file-list-wrapper .file .file-icons {
    position: absolute;
    top: 1px;
    width: 100%;
    text-align: right;
    left: -1px;
    z-index: 200;
}
.file-list-wrapper .file .file-icons i {
    font-size: 25px;
    background: #fff;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 0px 5px 0px 10px;
    cursor: pointer;
}
.file-list-wrapper .file .file-icons i:hover {
    color: #3498db;
}
.file-list-wrapper .file img {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    max-width: 78px;
    border: none;
    padding: 0px;
    display: block;
    border-radius: 0px;
}
.file-list-wrapper-lg .file img {
    max-width: 171px;
}
.file-list-wrapper .file:after,
.file-list-wrapper .file:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background: #fff;
    z-index: 200;
}
.file-list-wrapper .file:before {
    top: 83px;
}
.file-list-wrapper .file:after {
    top: 0px;
}
.file-list-wrapper-lg .file:before {
    top: 176px;
}

.file-list-wrapper > img {
    width: 90px;
    height: 90px;
    margin: 5px 5px 0px 0px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: auto;
}
.file-list-wrapper > img {
    width: 290px;
    height: 290px;
}
.file-list-wrapper .file .file-type-icon {
    background: #fff;
    padding: 22px;
    font-size: 40px;
}
.file-list-wrapper-lg .file .file-type-icon {
    padding: 57px 60px;
}
/*.file-list-wrapper .file .file-type-icon.fa-2x {
    font-size: 3em;
}*/
.file-list-wrapper-lg .file .file-type-icon {
    font-size: 60px;
}
.modal-footer .file-list-wrapper .file .file-type-icon.fa-2x {
    font-size: 2em;
}
.file-list-wrapper-zoomable .file {
    cursor: pointer;
}
.file-list-wrapper .file-preview-option,
.file-list-wrapper .file-download-option {
    position: absolute;
    z-index: 100;
    color: #6a6c6f;
    font-size: 3em;
    left: calc(50% - 31px);
    top: calc(50% - 31px);
    background: #fff;
    padding: 4px 14px;
    border-radius: 60px;
}

@media screen and (max-width: 420px){
    .modal-body {
        padding: 20px 10px !important;
    }
    .modal-body .nav-tabs > li > a {
        padding: 10px 10px;
        font-size: 0.8em;
    }
}

#iv-container {
    position: fixed;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
}
.iv-container {
    overflow: hidden;
}
.iv-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    text-shadow: 0px 0px 3px #6d6d6d;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
    background: #fff;
    border-radius: 35px;
}
.iv-close:after,
.iv-close:before {
    content: "";
    height: 5px;
    width: 26px;
    background: #000;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -2px;
    border-radius: 2px;
}
.iv-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.iv-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.iv-close:hover:before,
.iv-close:hover:after{
    background: #3498db;
}
.iv-image-view {
    position: absolute;
    height: 100%;
    width: 100%;
}
.iv-image-wrap {
    display: inline-block;
}
.iv-image-wrap:active {
    cursor: move;
}
.iv-large-image {
    cursor: move;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    background-color: #ececec;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.iv-loader {
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    z-index: 100;
    margin-top: -16px;
    margin-left: -16px;
    font-size: 5px;
    position: absolute;
    text-indent: -9999em;
    border-top: 1em solid rgba(255, 255, 255, 0.2);
    border-right: 1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1em solid rgba(255, 255, 255, 0.2);
    border-left: 1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.iv-loader:after {
    width: 10em;
    height: 10em;
    border-radius: 50%;
}

.winners-nav-tabs-draws {
    border: 1px solid #e4e5e7;
    border-bottom-color: transparent;
}
.page-winners .nav-tabs a {
    text-transform: capitalize;
}
#winners-table-wrapper .btn {
    text-transform: capitalize;
}
@media screen and (max-width: 768px){
    .winners-table,
    .winners-table tbody,
    .winners-table thead,
    .winners-table tr,
    .winners-table th,
    .winners-table td {
        display: block;
    }
    .winners-table thead {
        display: none;
    }

    table.winners-table td, 
    table.winners-table tfoot th { 
        /* Behave  like a "row" */
        /*min-height: 29px;*/
        border: none;
        width: 100% !important;
        /*border-bottom: 1px solid #eee; */
        position: relative;
        padding: 3px 0px 3px 35% !important;
        white-space: normal;
        text-align: left;
    }

    table.winners-table td:before, 
    table.winners-table tfoot th:before{ 
        position: absolute;
        top: 3px;
        left: 3px;
        width: 30%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    table.winners-table td:before,
    table.winners-table tfoot th:before { 
        content: attr(data-title); 
        text-align: right;
        text-transform: none;
    }

    table.winners-table tr:nth-child(odd){
        background-color: #f9f9f9;
        border-bottom: 1px solid #f0f0f0;
        border-top: 1px solid #f0f0f0;
    }
}

.winners-calendar-wrapper + .winners-calendar-wrapper {
    border-top: 1px solid #e4e5e7;
}
.not-day-of-month {
    color: #bbb;
    background: #fdfdfd !important;
}
.winners-calendar tbody td {
    height: 100px;
    background: #f7f7f7;
    border: 5px solid #FFF !important;
    padding: 5px !important;
    text-align: center;
}
.winners-calendar thead th {
    /*color: #fff;
    background-color: #62cb31;
    border: none !important;*/
}
.winners-calendar h5 {
    padding-left: 8px;
    text-align: left;
}

.winners-calendar-prize-name {
    font-weight: 900;
    margin-bottom: 0px;
}

.winners-calendar-list td:nth-child(1) {
    font-size: 1.2em;
    font-weight: bold;
    width: 100px;
    text-align: center;
    color: #999;
    line-height: 1.5em;
    vertical-align: middle;
}
.winners-calendar-prize-name {
    font-weight: 900;
    font-size: 1.2em;
    margin-bottom: 0px;
}
    
@media screen and (max-width: 768px){
    .winners-calendar,
    .winners-calendar tbody,
    .winners-calendar tr,
    .winners-calendar td {
        display: block;
    }
   .winners-calendar thead {
        display: none;
    }
    .winners-calendar tbody td {
        width: 100%;
        height: auto !important;
        border-left: none !important;
        border-right: none !important;
        border-top: 1px solid #ddd;
        clear: both;
    }
    .winners-calendar tbody td {
        min-height: 45px;
    }
    .winners-calendar tr:after {
        content: " ";
        clear: both;
        display: block;
    }
    .winners-calendar tbody td.not-day-of-month  {
        display: none;
    }
    .winners-calendar tbody tr:first-of-type td {
        border-top: none;
    }
    .winners-calendar tbody tr:last-of-type td {
        border-bottom: none;
    }

    .winners-calendar h5 {
        display: inline;
        float: left;
        clear: both;
    }
}

.jackpot-value-init,
.jackpot-payout-init {
    animation: 1.5s loading linear infinite;
}
@keyframes loading {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        opacity: 0.1;
    }
}

.header-lottery-list {
    width: 310px;
}
.header-lottery-list-selected {
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding: 11px 5px;
    margin-bottom: 0px;
}
.header-lottery-list-other {
    margin: 0px;
    text-align: center;
    background: #f7f9fa;
    padding: 5px 10px;
}
.header-lottery-list-dropdown {
    padding: 0px 15px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    border-top: 2px solid #e4e5e7;
}
.header-lottery-list-dropdown > .row {
    padding: 5px 0px;
}

.header-lottery-list-dropdown::-webkit-scrollbar {
    width: 6px;
    background-color: #f1f1f1;
}
.header-lottery-list-dropdown::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}
.header-lottery-list-dropdown::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
#posterminal_popup .modal-header {
    padding-bottom: 50px;
}
#posterminal_popup .modal-body {
    position: relative;
    top: -40px;
    padding: 0px 5px !important;
}
#posterminal_popup .modal-body .nav-tabs > li > a {
    font-size: 1em;
}
.posterminal_refund_button_group {
    max-width: 250px;
    margin: 0px auto;
}
.posterminal_refund_button_group input {
    letter-spacing: 10px;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
