/* LOGIN */
.login-register {
    background: url(/img/login-background-2.jpg) center center/cover no-repeat;
}

/*WIN CHECK */
#checker-to-details {
    padding-top: 7px;
}

.win-check-form button{
    margin-bottom: 10px;
}

.win-check-form input {
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 200px;
}

.win-check-icon {
    font-weight: bold;
    font-size: 13px;
    margin-right: 5px;
}

.win-check-cash button,
.win-check-force-cash button {
    margin-left: 15px;
}

.win-check-button button.btn {
    padding: 5px;
    width: 90px;
    height: 90px;
    font-size: 16px;
    border-radius: 55px;
}

.win-check-button button.smaller {
    padding: 5px;
    width: 70px;
    height: 70px;
    font-size: 13px;
    border-radius: 35px;
}

#win-checker-switch-campaign .modal-body button {
    margin-bottom: 10px;
}

/*QR-TOASTER MODAL */
#qr-toaster-modal .label-info {
    background-color: #FED000;
    color: #555;
}

#qr-toaster-modal .btn-info {
    background: #FED000;
    border: #FED000;
    color: #333;
}

/*ACTION BOX*/
.action-box .row {
    margin-bottom: 30px;
}

/* TABLE-IMAGE */

.table-image {
    width: 44px;
    height: 44px;
}

/* RESPONSIVE */
@media (min-width: 768px) {
    .sidebar {
        z-index: initial;
    }

    #win-checker-switch-campaign .modal-sm {
        width: 400px;
    }
}

/* UPLOADS */
#csv-upload {
    display: none;
}

#code-list {
    display: none;
}

.scrollable-list {
    margin-top: 10px;
    height: 450px;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

.image_upload {
    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.border-box {
    border-bottom: 1px solid #8b8b8b;
}

/* Image-upload for campaign-wizard-styling*/


.fileUpload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 1;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 18vw;
    height: 17vh;
    border: 2px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.imagePreview {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.imagePreviewSummary {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    height: 35%;
    object-fit: contain;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Campaign Wizard Styling */
.img-template {
    width: 400px;
    height: 250px;
    float: right;
    object-fit: contain;
}

.row-top-space {
    margin-top: 30px;
}

.borderless {
    border: none;
}

/* Radiobutton Toggleswitch */
/* The switch - the box around the slider */
.switch {
    position: relative;
    width: 55px;
    height: 25px;
}

.slim.switch {
    position: relative;
    width: 30px;
    height: 15px;
}
.slider-form {
    width: 100%;
}


/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.slim.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 3px;
    bottom: 2.5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .disabledslider {
    background-color: #00000075;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
input:checked + .slim.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Form field in campaign wizard options */
.form-field {
    display: inline-block;
    margin-left: 20px;
}

.form-switch {
    float: right;
    margin-right: 20px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.fixed-header {
    position: fixed;
    z-index: 4;
    background-color: #ffffff;
}

/* Style the header: fixed position (always stay at the top) */
.styling-header {
    position: fixed;
    top: 5.6%;
    z-index: 5;
    width: 100%;
    background-color: #ffffff;
}

/* The progress container (grey background) */
.styling-progress-container {
    width: 100%;
    height: 8px;
    background: #ffffff;
}

/* The progress bar (scroll indicator) */
.styling-progress-bar {
    height: 8px;
    background: #29d9c2;
    width: 0%;
}

/* form validation */
.error-text {
    color: #ff0000;
}

/* fixed navbar */
.navbar-configuration {
    background-color: #ffffff;
    padding-right: 50px;
    padding-left: 50px;
    border-bottom: 1px solid #cccccc;
}

/* Drag & Drop outline */

.white-container {
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    text-align: center;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 0 rgba(70, 70, 70, 0.5);
}

.drag-element {
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 0 rgba(70, 70, 70, 0.5);
}

.drop-item.over {
    border-bottom: 4px solid #666
}

/* create/edit lottype */
.description-text {
    font-weight: 400;
    font-size: 12px;
}

.disabled-input {
    background-color: #e9ecef;
    pointer-events: none;
    opacity: 0.65;
}

.disabled-label,
.disabled-description {
    color: #6c757d;
    opacity: 0.65;
}

.js-daily-switch, .js-weekly-switch {
    display: flex;
    flex-direction: row;
    margin: 10px;
}

.cap-switches {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .cap-switches {
        flex-direction: column;
        align-items: center;
    }

    .js-daily-switch,
    .js-weekly-switch {
        margin-left: 0;
        width: 100%;
        max-width: 275px;
    }

    .switch {
        width: 60px;
    }
}

.lottype-slider--title {
    font-weight: 400;
}

.js-daily-switch--content, .js-weekly-switch--content {
    display: flex;
    flex-direction: column;
    width: 220px;
}

.btn-group-toggle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
}

.btn-group-toggle .btn {
    -webkit-box-shadow: inset 0px 0px 0px 1px #979797;
    -moz-box-shadow: inset 0px 0px 0px 1px #979797;
    box-shadow: inset 0px 0px 0px 1px #979797;
    color: #979797;
    margin: 0;
    flex: 1;
}

.btn-group-toggle .btn.active {
    background-color: #41b3f9;
    border-color: #41b3f9;
    -webkit-box-shadow: inset 0px 0px 0px 1px #41b3f9;
    -moz-box-shadow: inset 0px 0px 0px 1px #41b3f9;
    box-shadow: inset 0px 0px 0px 1px #41b3f9;
    color: white;
}

.btn-group-toggle .btn:not(.active) {
    background-color: white;
    border-color: #979797;
    color: #979797;
}

@media (max-width: 768px) {
    .btn-group-toggle {
        flex-direction: row;
        width: 100%;
    }
}

.fallbackSwitch {
    display: flex;
    align-items: center;
    margin-left: -13px;
}

.lottype-switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 60px;
    min-width: 60px;
    height: 2em;
    transform: scale(0.6);
}

.lottype-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.lottype-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    transition: .4s;
    border-radius: 30px;
}

.lottype-slider:before {
    position: absolute;
    content: "";
    height: 1.4em;
    width: 1.4em;
    border-radius: 20px;
    left: 0.27em;
    bottom: 0.25em;
    background-color: #cbcbcb;
    transition: .4s;
}

input:checked+.lottype-slider {
    background-color: #41b3f9;
    border: 1px solid #41b3f9;
}

input:focus+.lottype-slider {
    box-shadow: 0 0 1px #41b3f9;
}

input:checked+.lottype-slider:before {
    transform: translateX(1.4em);
    background-color: #fff;
}

.lottype-type-win{
    flex: 1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.lottype-type-blank{
    flex: 1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.approval-participant-campaign-match {
    color: orange;
    font-weight: bold;
}

.approval-participant-global-match {
    color: steelblue;
    font-weight: bold;
}

.approval-action-global-match {
    color: rgb(208, 208, 208);
}

.form-horizontal .control-label {
    padding-top: 0px !important;
}

.masonry-item {
    width: 50% !important;
    padding: 15px;
    box-sizing: border-box;
}

@media (max-width: 1040px) {
    .masonry-item {
        width: 100% !important;
    }
}
@media (min-width: 1040px) {
    .masonry-item {
        width: 50% !important;
    }
}

.white-box {
    margin-bottom: 0px !important;
}

#approval-notes {
    resize: none;
}

#approval-action-ip-viewer {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items:center;
}




