﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* font-faces*/
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('/fonts/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/fonts/Montserrat-Medium.ttf') format('truetype');
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-family: Montserrat-Regular, sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    background-color: rgb(252, 251, 250);
    padding-right: 0px !important;
}

.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

body > .container {
    padding-top: 0px;
}

/* Custom css
-------------------------------------------------- */
.offer-input {
    width: 90%;
    float: left;
    height: 40px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    font-size: 14px;
    font-family: Montserrat-Medium, sans-serif;
    font-weight: 500;
    margin: 5px 0px 5px 0px;
    padding-left: 12px;
}

    .offer-input.small {
        height: 30px;
        background: rgb(255, 255, 255);
        border: 1px solid rgb(204, 204, 204);
        border-radius: 5px;
        font-size: 12px;
        font-family: Montserrat-Medium, sans-serif;
        font-weight: 500;
        margin: 5px 0px 5px 0px;
        padding-left: 12px;
        top: -9px;
        position: relative;
    }

.control-label {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-family: Montserrat-SemiBold, sans-serif;
    font-weight: 600;
}

    .control-label.small {
        font-size: 12px;
    }

.filter-label {
    font-size: 12px;
}

.input-suffix {
    height: 50px;
    display: inline-flex;
    align-items: center;
    padding-left: 8px;
}

.offer-input-multiline {
    width: 90%;
    float: left;
    height: 78px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    font-size: 14px;
    font-family: Montserrat-Medium, sans-serif;
    font-weight: 500;
    margin: 5px 0px 5px 0px;
    padding-left: 12px;
}

.footer-sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    height: 64px;
}

.header-sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background: rgba(252, 251, 250, 1);
    z-index: 999;
}

.header-title {
    height: 55px;
    background: rgba(51, 51, 51, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    width: 100%;
    z-index: 999;
    padding-top: 3px;
}

.header-row img {
    float: left;
}

.header-row h1 {
    margin-left: 23px;
}

.ui-datepicker {
    z-index: 1000 !important;
}

.btn {
    width: 116px;
    height: 40px;
    border: 2px solid rgb(40, 121, 199);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    color: rgb(40, 121, 199);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.btn-primary {
    background: rgb(40, 121, 199);
    color: rgb(255, 255, 255);
}

.btn-link {
    width: 116px;
    height: 40px;
    color: rgb(40, 121, 199);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-color: white;
    border-style: none;
}

.btn-link:hover, .btn-link:after, .btn-link:active{
    text-decoration: none;
}

.btn.small {
    width: 90px;
    height: 30px;
    font-size: 12px;
}

.btn-link.small {
    width: 90px;
    height: 30px;
    font-size: 12px;
}

.btn-width-auto {
    width: auto;
    min-width: 116px;
}

h1 {
    height: 20px;
    color: rgb(51, 51, 51);
    font-size: 20px;
    font-family: Montserrat-Bold, sans-serif;
    letter-spacing: 0px;
    line-height: 20px;
    margin: 0px;
}

.search-field {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.offer-search {
    padding-top: 5px;
    height: 50px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    width: 100%;
}

.search-col-1 {
    padding-top: 10px;
    width: auto;
    max-width: 41.66666667%;
}

.search-col-2 {
    min-width: 240px;
}

    .search-col-2 .row .search-col-2-dropdown {
        max-width: 210px;
    }

.button-search {
    max-width: 80px;
    height: 32px;
    position: relative;
    padding-bottom: 26px;
}

.button-cancel {
    margin-left: 10px;
}

.event-table {
    border-collapse: separate;
    border-spacing: 0 7px;
}

.event-row {
    cursor: pointer;
    background: rgb(255, 255, 255);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    height: 48px;
}

    .event-row:hover {
        background: rgb(247, 247, 247);
    }

.clickable {
    cursor: pointer;
    width: 210px;
}

.offer-col-2 {
    background: rgb(247, 247, 247);
    padding: 15px !important;
    max-height: 50px;
}

    .offer-col-2 label {
        margin: 0px;
    }

.offer-col-3 {
    background: rgb(255, 255, 255);
    padding-left: 12px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    max-height: 50px;
}

/*spinner*/
.spinner {
    border: 4px solid #f3f3f3;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    border-left: 2px solid #000000;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 2s linear infinite;
    margin-top: 4px;
    float: right;
}

    .spinner.small {
        width: 16px;
        height: 16px;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-container {
    /*TODO: vertically middle aligned content*/
    width: 40px;
    height: 40px;
    display: inline-flex;
    padding: 0px;
}

    .spinner-container.small {
        width: 20px;
        height: 20px;
    }

.spinner-container-bottom {
    position: relative;
    top: 10px;
    left: 5px;
}
/*spinner end*/

.table-header {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-family: Montserrat-SemiBold, sans-serif;
    font-weight: 600;
}

.bookmark-links {
    color: rgb(40, 121, 199);
    font-size: 14px;
    font-family: Montserrat-SemiBold, sans-serif;
    font-weight: 600;
    position: absolute;
    right: -225px;
}

div.bookmark {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgb(40, 121, 199);
    text-align: center;
    height: 0px;
    line-height: 0px;
}

div.bookmark-hidden {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgb(40, 121, 199);
    text-align: center;
    height: 0px;
    line-height: 0px;
    display: none;
}

.bookmark-title {
    background: rgba(252, 251, 250, 1);
    padding: 0px 10px;
    color: rgb(40, 121, 199);
    font-size: 14px;
    font-family: Montserrat-Medium, sans-serif;
    font-weight: 500;
}

.bookmark-wrapper {
    min-width: 210px;
    min-height: 20px;
}

.delete-offer {
    color: rgb(207, 68, 68);
    font-size: 14px;
    font-family: Montserrat-SemiBold, sans-serif;
    font-weight: 600;
    padding-top: 10px;
}

.edit-link {
    color: rgb(40, 121, 199); /*#2879c7*/
    font-size: 14px;
    font-family: Montserrat-SemiBold, sans-serif;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.edit-link-img {
    margin-right: 5px;
}

.edit-link-padding {
    padding-top: 15px;
}

.no-padding {
    padding: 0px;
}

.image-uploader {
    width: 250px;
    height: 250px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    border-radius: 0px;
    position: relative;
}

.image-uploader-inner {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 218px;
    height: 218px;
    border: 2px solid rgb(217, 217, 217);
    border-radius: 8px;
    color: rgb(112, 112, 112);
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
}

    .image-uploader-inner.small {
        font-size: 12px;
        font-weight: normal;
    }

.align-text-center {
    text-align: center;
}

.d-inline-block {
    display: inline-block;
}

.modal-title {
    color: rgb(51, 51, 51);
    font-size: 20px;
    font-family: Montserrat-Bold, sans-serif;
    font-weight: bold;
}

.modal-body {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-family: Montserrat-Regular, sans-serif;
    font-weight: normal;
    line-height: 23px;
}

.modal-header {
    border: none;
}

.modal-footer {
    border: none;
}

.btn-red, .btn-red:hover {
    background: rgb(207, 68, 68);
    border: 2px solid rgb(207, 68, 68);
}

.hidden {
    visibility: hidden;
}

.table > thead > tr > th {
    border-bottom: none;
}


@media (min-width: 992px) {
    .col-md-3.small {
        width: 20%;
    }
}

button.user-info {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: Montserrat-Medium, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 32px;
    background: rgb(51, 51, 51);
    border: none;
}

.dropdown-toggle {
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    color: rgb(58, 58, 59);
    font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

::-webkit-input-placeholder {
    color: rgb(204, 204, 204);
}

/**************************************/
/*styling for glyphicons in input tags*/
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .custom-icon {
        position: absolute;
        padding: 12px;
        pointer-events: none;
        height: 14px;
        width: 14px;
    }

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 8px 10px 12px 10px;
        pointer-events: none;
        font-size: 14px;
    }

/* align icon */
.left-addon .glyphicon {
    left: 15px;
}

.right-addon .glyphicon {
    right: 15px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

/* inner image size*/
.left-addon .glyphicon img {
    height: 16px;
    width: 16px;
}

.right-addon .glyphicon img {
    height: 16px;
    width: 16px;
}

/**************************************/

.delete-icon {
    height: 18px;
}

.event-row td {
    vertical-align: middle !important;
    padding-left: 14px !important;
}

    .event-row td:first-child {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .event-row td:last-child {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

.event-table th {
    padding-left: 14px !important;
}

.bootstrap-select.show-tick.checkbox-custom-green .dropdown-menu .selected span.check-mark {
    position: relative;
}

.customCheckbox {
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    display: block !important;
    color: white;
    background-color: white;
    padding: 0px !important;
    padding-left: 25px !important;
    margin: 5px;
}

    .customCheckbox .glyphicon-ok:before {
        background-color: green;
        color: white;
        padding: 2px;
        height: 25px;
        width: 27px;
        font-size: 18px;
        position: absolute;
        left: -11px;
        top: -21px;
        border-color: #cccccc;
        border-style: solid;
        border-width: 1px;
        border-radius: 6px;
    }

.bootstrap-select.show-tick.checkbox-custom-green .dropdown-menu li a span.text {
    margin-left: 10px;
    margin-right: 15px !important;
}

.offer-row {
    margin-bottom: 20px;
}

.offer-description-section {
    padding: 15px 0px 15px 10px;
}

.number-of-offers {
    width: 108px;
}

.navbar {
    margin-bottom: 0px !important;
}

/* The container */
.customSingleCheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: -25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
    top: 15px;
}

    /* Hide the browser's default checkbox */
    .customSingleCheckbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
}

/* When the checkbox is checked, add a blue background */
.customSingleCheckbox input:checked ~ .checkmark {
    background-color: green;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customSingleCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customSingleCheckbox .checkmark:after {
    left: 7px;
    width: 9px;
    height: 17px;
    top: 1px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* The container */
.customSideCheckbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: -25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
    top: 1px;
}

    /* Hide the browser's default checkbox */
    .customSideCheckbox input {
        position: relative;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        /* When the checkbox is checked, add a blue background */
        .customSideCheckbox input:checked ~ .checkmark {
            background-color: green;
        }

            /* Show the checkmark when checked */
            .customSideCheckbox input:checked ~ .checkmark:after {
                display: block;
            }

    /* Style the checkmark/indicator */
    .customSideCheckbox .checkmark:after {
        left: 7px;
        width: 9px;
        height: 17px;
        top: 1px;
        border: solid white;
        border-width: 0 4px 4px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.sideBox {
    height: 30px;
}

.eye_icon {
    height: 14px;
    width: 18px;
    margin-right: 5px;
}

.eye_off_icon {
    height: 18px;
    width: 18px;
    margin-right: 5px;
}

.eye_replace_icon {
    height: 18px;
    width: 23px;
}

.editDate {
    width: 50px;
}

.editValidity {
    height: 100px;
}

.link-border {
    position: relative;
    top: -248px;
    left: 130px;
    padding: 5px;
    border-color: white;
    border-radius: 5px;
    border-style: solid;
    border-width: thin;
    background-color: white;
}

.remove-link {
    position: relative;
    top: -280px;
    left: 6px;
    width: 117px;
}

    .remove-link:hover {
        cursor: pointer;
    }

.edit-link:hover {
    cursor: pointer;
}

.rounded-buttons button {
    border-radius: 25px;
    border-color: #2879c7;
}

.bootstrap-select .dropdown-toggle .filter-option {
    padding-top: 3px;
}

.delete-logo {
    position: absolute;
    top: 0px;
    left: 77px;
    cursor: pointer;
}

.logo {
    position: relative;
    margin-top: 7px;
    height: 44px;
}

.edit-logo {
    position: absolute;
    top: 38px;
    left: 60px;
}

.logoPicture {
    height: 54px;
    padding-top: 10px;
}

#bookmarkSpinner {
    position: absolute;
    right: 22px;
    bottom: 28px;
}

.modal-dialog-bottom {
    position: fixed;
    top: auto;
    right: auto;
    left: 12px;
    bottom: -25px;
    overflow: auto;
    width: 250px;
}

#modalGeneralError {
    padding-right: 17px;   
}

#modalGeneralSuccess .modal-content {
    background-color: rgb(232, 248, 241);
}

.modal-content-higher {
    height: 206px;
}

.modal.fade .modal-dialog-bottom {
    transform: translate3d(0, 100vh, 0);
}

.modal.in .modal-dialog-bottom {
    transform: translate3d(0, 0, 0);
}

.modal-open  {
    overflow-y: auto !important;
    padding-right: 0px !important;
}

.modal-backdrop .modalGeneralSuccess {
    display: none;
}

.modal-open .modalGeneralSuccess {
    width: 0px !important;
    margin: 0 auto !important;
    height: 0px !important;
}

.editValidityIcons {
    position: absolute;
    left: 27px;
    top: 5px;
}


/* styling of dropdowns on offer page*/
.option-green {
    color: #333;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.option-green.selected {
    color: #333 !important;
    background-color: #e8f8f1 !important;
}

.option-green .check-mark {
    padding-top: 4px;
}

.error-header {
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-family: Montserrat-Bold, sans-serif;
    font-weight: bold;
    padding: 15px;
}

.error-message {
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-family: Montserrat-Regular, sans-serif;
    font-weight: normal;
    padding: 15px;
}

/*custom paddings for events search*/
.pad-right-12 {
    padding-right: 12px;
}

.pad-12 {
    padding-left:12px;
    padding-right:12px;
}

.pad-left-12 {
    padding-left: 12px;
}

.pad-right-8 {
    padding-right: 8px;
}

.pad-right-8.right-addon .glyphicon {
    right: 8px;
}

.pad-right-12.right-addon .glyphicon {
    right: 12px;
}

.pad-left-8 {
    padding-left: 8px;
}

.mar--12 {
    margin-right: -12px;
    margin-left: -12px;
}

#loadMoreStatusSpinner{
    position: relative;
    right: 50%;
    bottom: 20px;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    border-radius: 25px;
}

input[disabled] {
    background-color: #f3f3f3;
}

.btn-primary[disabled] {
    cursor: not-allowed !important;
    background-color: rgb(40, 121, 199);
    filter: alpha(opacity=65);
    opacity: .65;
}

textarea[disabled] {
    background-color: #f3f3f3 !important;
}

.customSingleCheckbox input[disabled]:checked ~ .checkmark {
    background-color: green !important;
    filter: alpha(opacity=65);
    opacity: .65;
    cursor: not-allowed !important;
}

.customSideCheckbox input[disabled]:checked ~ .checkmark {
    background-color: green;
    filter: alpha(opacity=65);
    opacity: .65;
    cursor: not-allowed !important;
}

.customSingleCheckbox input[disabled] ~ .checkmark {
    background-color: #f3f3f3;
    filter: alpha(opacity=65);
    opacity: .65;
    cursor: not-allowed !important;
}

.customSideCheckbox input[disabled] ~ .checkmark {
    background-color: #f3f3f3;
    filter: alpha(opacity=65);
    opacity: .65;
    cursor: not-allowed !important;
}