.wp-core-ui select.form-control {
    max-width: unset;
}

.nubevent-remove-link {
    color: red !important;
    padding: 0 !important;
    margin-bottom: 10px;
}

.nubevent-configuration-box, .nubevent-modal-configuration-box {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 20px 20px 20px;
	background-color:#f1f1f1;
}
.nubevent-modal-configuration-box {
	padding: 10px 20px;
}
.nubevent-configuration-box .nubevent-configuration-box {
	background-color:#f7f7f7;
}
.nubevent-product-image-preview {
    max-width: 300px;
    max-height: 150px;
    margin: 20px 0 10px 0;
}

.error-div {
    margin: 0 -3px;
    padding: 3px;
    border: 1px solid red !important;
}

.error-text {
    color: red;
    margin-bottom: 3px;
}

.response-message {
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
}

.align-right {
    text-align: right;
}

.no-width-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width:1536px) {
    .nubevent_coupon_condition_value_cell {
        width: 400px;
    }
}

@media (max-width:1535px) {
    .nubevent_coupon_condition_value_cell {
        width: 250px;
    }
}

@media (max-width:1024px) {
    .nubevent_coupon_condition_value_cell {
        width: 150px;
    }
}

@media (max-width:768px) {
    .nubevent_coupon_condition_value_cell {
        width: 75px;
    }
}

@media (max-width:767px) {
    .nubevent_coupon_condition_value_cell {
        width: 50px;
    }
}

input#title {
    padding: 3px 8px;
    font-size: 1.7em;
    line-height: 100%;
    height: 1.7em;
    width: 100%;
    outline: 0;
    margin: 0 0 3px;
    background-color: #fff;
}

#addQuestion svg {
    transition: transform .5s cubic-bezier(.17, .33, .26, .99);
}

#addQuestion:hover svg {
    transform: rotate(180deg);
}

#questionsCatalog {
    overflow-y: auto;
    padding-left: 0px;
    padding-top: 0px;
}

.nubevent-navbar.fixed-right {
    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #e6e6e6;
}

@media (min-width:768px) {
    .nubevent-navbar.fixed-right {
        bottom: 0;
        width: 40vw;
        flex-flow: column nowrap;
        align-items: flex-start;
        left: auto;
    }
    .nubevent-navbar.fixed-right .navbar-collapse {
        flex-grow: 0;
        flex-direction: column;
        width: 100%
    }
    .nubevent-navbar.fixed-right .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%
    }
    .nubevent-navbar.fixed-right .navbar-collapse .navbar-nav .nav-item {
        width: 100%
    }
    .nubevent-navbar.fixed-right .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        top: 0
    }
    .nubevent-navbar.fixed-right .navbar-nav .nav-item .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-left: none;
        border-bottom: .3em solid transparent;
        border-right: .3em solid;
        vertical-align: baseline
    }
    .nubevent-navbar.fixed-right .navbar-nav .nav-item .dropdown-menu {
        left: auto;
        right: 100%
    }

    .border-md-left {
        border-left: 1px solid #dee2e6;
    }
}

.nubevent-input-text {
    border: 1px solid #00000024 !important;
    background-color: #ffffff6e !important;
}

.nubevent-collapsed {
    width: auto !important;
    padding-right: 0px;
}

.nubevent-collapse-title {
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-right: 20px;
    font-size: 20px;
}

.nubevent-collapse-content {
    border: 1px solid #ddd;
    margin-right: 20px;
}

.no-margin {
	margin:0;
}

.responsive-table-div {
	overflow-x:auto;
	clear:both;
}
.nubevent-responsive-table {
	width:100%;
	min-width:400px;
}
.nubevent-responsive-table th:not(.nubevent-delete-line-row):not(.nubevent-dragable-column) {
	border:1px solid #ddd;
	padding:5px 15px;
	min-width:150px;
}
.nubevent-small-column {
	width:0;
	min-width:0 !important;
}
.nubevent-responsive-table td {
	border:1px solid #ddd;
	padding:5px 15px;
}

.nubevent-delete-line-row {
	width:30px;
}

.nubevent-two-parts-input-big {
	width:calc(100% - 75px);
	vertical-align:middle;
}
.nubevent-two-parts-input-small {
	width:70px;
}

.nubevent-indexed-item {
	margin-left:10px;
}

.nubevent-input-description {
	margin:20px 0 5px 0;
}

.nubevent-cell-first-line-align {
	vertical-align:top;
	padding-top:8px;
}

.form-control {
	height:calc(1.5em + .75rem + 2px) !important; /*Wordpress input styles interfers with bootstrap styles*/
}
textarea.form-control {
	height:auto !important; /*Wordpress input styles interfers with bootstrap styles*/
}

.nubevent-required {
	color:red;
}

a.disabled {
	pointer-events:none;
}

.nubevent-checkbox-input {
	display:none !important;
}
.nubevent-checkbox-label {
	width:100%;
	text-align:center;
	margin:0;
}
.nubevent-checkbox-input:disabled + label {
	cursor:default;
}
.nubevent-checkbox-input:not(:disabled) + label {
	border:1px solid #999;
	border-radius:5px;
	box-shadow:0 0 5px #999;
	background-color:#e6e6e6;
}
.nubevent-checkbox-input:not(:disabled) + label:hover {
	background-color:#ddd;
}
.nubevent-checkbox-input + label > :first-child {
	color:red;
}
.nubevent-checkbox-input + label > :last-child {
	display:none;
}
.nubevent-checkbox-input:checked + label > :first-child {
	display:none;
}
.nubevent-checkbox-input:checked + label > :last-child {
	color:green;
	display:inline;
}

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

.sortable .drag-handler {
	cursor: grab;
}

.nubevent-w-100 {
	width:100px;
}
.nubevent-w-content {
	width:max-content;
}
.nubevent-min-w-100 {
    min-width:100px;
}

.nubevent-configuration-box-button {
	float:right;
	padding:5px 10px;
	margin:0 0 10px 20px;
	color:#007bff;
	border:2px solid #ddd;
	border-radius:5px;
	background-color:lightblue;
}
.nubevent-add-line-button:hover, .nubevent-configuration-box-button:hover {
	color:#0056b3;
	text-decoration:underline;
}
.nubevent-configuration-box-button:hover {
	border-color:#0056b3;
}

.new-element-table {
	width:100%;
	margin-top:5px;
	border:none;
}
.new-element-table tr {
	border:1px solid #ddd;
	border-right:0;
	border-left:0;
}
.new-element-table td {
	padding:5px 2px;
}
.new-element-table td .row label {
	margin-bottom:0.4rem;
}

.nubevent-form-table {
	width: 100%;
}
.nubevent-form-table th {
	min-width: 120px;
	max-width: 150px;
}
.nubevent-form-table td {
	max-width: calc(100% - 120px);
	min-width: calc(100% - 150px);
}

.step-buttons-div {
    margin-top: 20px;
}
.step-buttons-div:after {
    clear: both;
    content: "";
    display: block;
    margin-bottom:5px;
}

.nubevent-clickable-rows tr {
	cursor:pointer;
}

.nubevent-bg-primary {
    background-color: var(--s-nubevent-primary-color) !important;
}
.nubevent-text-primary {
    color:var(--s-nubevent-primary-text-color) !important;
}

.nubevent-date {
    font-size: 12px;
    width:135px;
}

table.table-borderless {
    border:0;
}

#slotsSelect {
    height:auto !important;
    border-color:#00000024 !important;
}
#reservesForm .input-group .select2-container .select2-selection--single {
    height: 100%;
    border-color: #00000024 !important;
    border-radius: 0 3px 3px 0;
}
#reservesForm .input-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: unset;
    top: 50%;
}
#reservesForm .input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    position:relative;
    top:calc(50% - 14px);
}

#editWorkshopsCardBody table {
    width:100%;
    table-layout:fixed;
}
#editWorkshopsCardBody table th:not(.bg-dark) {
    padding:0 5px;
    width: 15%;
}