.hidden {display: none;}
input[type=text], input[type=email], input[type=password], textarea {width: 100%; max-width: 100%;}

::selection { background-color: hsl(var(--siteColor1)); color: hsl(var(--white)); }
a:hover { color: hsl(var(--siteColor2)); }
.btn { vertical-align: top; padding: 7px 10px; line-height: 1; }

.btn-primary { background-color: hsl(var(--siteColor1)) !important; border-color: hsl(var(--siteColor1)) !important; }
.btn-primary:hover,
.btn-primary:active { background-color: hsla(var(--siteColor1), 80%) !important; border-color: hsla(var(--siteColor1), 0) !important; }
.btn-secondary { background-color: hsl(var(--siteColor2)) !important; border-color: hsl(var(--siteColor1)) !important; }
.btn-secondary:hover,
.btn-secondary:active { background-color: hsla(var(--siteColor2), 80%) !important; border-color: hsla(var(--siteColor2), 0) !important; }

.alert-primary { background-color: hsla(var(--siteColor1), 75%) !important; border-color: hsl(var(--siteColor1)) !important; color: hsl(var(--white)) !important; }
.alert-secondary { background-color: hsla(var(--siteColor2), 75%) !important; border-color: hsl(var(--siteColor1)) !important; color: hsl(var(--white)) !important; }

.url-alert { margin-bottom: 20px; padding: 15px; background: #C40307; font-family: 'Helvetica Neue', helvetica, sans-serif; font-size: 16px; color: #fff; line-height: 1.35; font-weight: 500; text-align: center; }
.url-alert a { color: #fff; text-decoration: underline; }
.url-alert strong { display: block; margin-top: 10px; font-size: 175%; }
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
	40% { transform: translateY(-20px); }
	60% { transform: translateY(-10px); }
}
.url-alert .arrow { display: block; width: 30px; height: 18px; margin: 10px 0 0; position: relative; bottom: 0; left: 50%; transform: rotate(180deg); }
.url-alert .bounce { -moz-animation: bounce 2s infinite; -webkit-animation: bounce 2s infinite; animation: bounce 2s infinite; }

.treeview .app-menu__item-icnd[data-toggle='treeview'] {background: #fff; border-color: var(--primary); color: #333;}

.table-responsive { height: 100%; max-height: calc(100vh - 350px); overflow-y: auto; }
.table-responsive .table thead { background: #000; }
.table-responsive .table thead th { position: sticky; position: -webkit-sticky; top: -1px; z-index: 2; }

.table th, .table td { padding: 10px 5px; }

/* .app-content > .container { width: 100%; max-width: 800px; } */
.app-content > .container { max-width: 1360px; }
.app-content > .container > .row > .col { width: 100%; max-width: 1360px; margin: 0 auto; }
.app-content > .container > .row > .col p.d-flex { align-items: flex-start; }
.app-content > .container > .row > .col p .btn { margin-bottom: 5px; }

.card { width: 100%; }
.card-header:after {content: ''; display: table; clear: both;}

.form-group { margin-bottom: 20px; /* padding-bottom: 20px; border-bottom: 1px solid #f3f3f3; */ }
.form-group-half { display: inline-block; vertical-align: bottom; width: 46%; margin-right: -4px; }
.form-group-divider { display: inline-block; vertical-align: bottom; width: 8%; margin-right: -4px; padding: 0 2px; text-align: center; line-height: 2.75; }

.form-control-half { width: 50% !important; min-width: 200px; }
.form-control-third { width: 33.33333% !important; min-width: 200px; }
.form-control-quarter { width: 25% !important; min-width: 200px; }
.form-control-small { width: 70px !important; }
.form-control-medium { width: 200px !important; }

.click-to-copy { cursor: pointer; }

/* SORTABLE ELEMENTS */
#sort-list {padding: 0;}
#sort-list > li {list-style: none;}
#sort-list td {vertical-align: middle;}

/* FORMS */
.edit-form .datepicker {width: 200px; max-width: 100%;}
.edit-form textarea {min-height: 100px;}

/* TINY MCE */
.mce-tinymce {width: 100% !important;}

/* UPLOADED THUMBNAIL IMAGES */
.thumbnail-group {margin-bottom: 0; padding: 0;}
.thumbnail-group > li {list-style: none; min-width: 150px; margin-bottom: 15px;}
.thumbnail-group .thumbnail-wrap {padding: 5px; border: 1px solid rgba(255,255,255,0.75); border-radius: 3px;}
.thumbnail-group .thumbnail-img {display: block; width: 100%; height: auto;}
.thumbnail-group .btn {display: block; margin-top: 7px;}
#photosBox .thumbnail-group .thumbnail img { width: 100%; height: auto; }

/* MULTI UPLOAD GALLERY */
.multi-upload-form .template-upload.in, .multi-upload-form .template-download.in {opacity: 1;}
.form-multi-group .thumbnail-wrap hr {margin: 10px 30px; border-color: #fff;}

/* SWEET ALERT */
.swal-icon { margin: 15px auto !important; }
.swal-icon > img { width: calc(100% - 30px); }
.swal-footer { margin: 0 !important; padding: 15px 10px; }
.swal-button--confirm { background: var(--info); border-color: var(--info); }
.swal-button--confirm:hover { background: #277bc3 !important; border-color: #277bc3 !important; }

/* DATEPICKER INPUTS */
.datepicker-wrap {cursor: pointer; display: block; position: relative; background: #fff;}
.datepicker-wrap:after {content: "\f133"; display: block; position: absolute; top: 7px; right: 12px; z-index: 1; font-family: 'FontAwesome'; font-size: 18px; color: #ccc;}
.datepicker {cursor: pointer !important; padding-right: 30px; position: relative; z-index: 2; background: #fff !important;}

/* DATEPICKER CALENDAR */
#ui-datepicker-div { background-color: #fff !important; }
#ui-datepicker-div .ui-datepicker-current-day .ui-state-default,
#ui-datepicker-div .ui-state-default:hover { color: #fff !important; }

/* PAGINATION */
.paginationlink { margin: 15px 5px 5px 5px; padding: 8px 18px; background-color: #f9f9f9; border: 1px solid #CCCCCC; border-radius: 5px; font: 13px Lucida Grande, Helvetica, sans-serif; color: #313131; text-decoration: none; }
.paginationlink:hover { background-color: #AAAAAA; border-radius: 5px; color: #313131; }
.paginationselected { font: 13px Lucida Grande, Helvetica, sans-serif; border-radius: 5px; padding: 8px 18px; margin: 15px 5px 5px 5px; border: 1px solid #313131; background-color: #ccc; color: #313131; }
.paginationdisabled { font: 13px Lucida Grande, Helvetica, sans-serif; margin: 15px 5px 5px 5px; padding: 8px 18px; background-color: #f9f9f9; border: 1px solid #ccc; border-radius: 5px; color: #ccc; }
.error { color: #f00; }

.controls-info { margin-bottom: 10px; color: #555; }

/* CONTENT BUILDER PAGES */


/* LOGIN PAGE */
.logo-wrap { margin: 75px 0 25px; }
.login-wrap { width: 100%; max-width: 400px; margin: 0 auto; padding: 3px; border: 1px #ccc solid; background: #fff; box-shadow: 0 29px 147.5px 102.5px rgb(0 0 0 / 5%), 0 29px 95px 0 rgb(0 0 0 / 16%); }
.login-wrap .row { margin-left: -8px; margin-right: -8px; }
.login-wrap .row > .control-group { padding-left: 8px; padding-right: 8px; }
.login-wrap .alert { margin-bottom: 3px; }
.login-wrap .btn { border-radius: var(--borderRadiusCheckbox); font-weight: 600; }
.login-tabs { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.login-tabs .btn { width: calc(50% - 2px); background-color: hsl(var(--siteColor3)) !important; border: none; padding: 15px 0; font-weight: 600; }
.login-tabs .btn:active,
.login-tabs .btn:focus,
.login-tabs .btn:hover { transform: none !important; box-shadow: var(--focusShadow) !important; background-color: hsl(var(--siteColor2)) !important; }
.login-tabs .btn.active { background-color: hsl(var(--siteColor2)) !important; }
.login-form-item { padding: 35px; }
.login-form-item h3 { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; margin: 0 0 20px; padding: 0 0 20px; border-bottom: 1px #ddd solid; font-family: inherit; font-size: 1.53125rem; color: inherit; line-height: 1.2; font-weight: 700; text-transform: uppercase; }
.login-form-item .login-text { margin-bottom: 10px; }
.login-form-item .control-group { margin-bottom: 10px; }
@media (min-width: 768px) {
  .login-wrap[data-active-tab="createAnAccount"] { max-width: 700px; }
}

/* ORDER FORM */
#payment-form { position: relative; }
.order-form .form-row { margin-right: 0; margin-left: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.order-form .form-row.row { margin-left: -5px; margin-right: -5px; }
.order-form .form-row .field { width: 100%; height: 2.5rem; }
.order-form .form-row .clover-field:focus { border-color: var(--primary); }
.order-form .form-control,
.order-form input,
.order-form input::placeholder { font-size: 1rem; }
.order-form .form-control .error { color: #495057; }
.order-form .input-errors { font-size: 0.875rem; color: #f00; }
.order-form label.error { margin: 0; }
.order-form select.form-control:not([size]):not([multiple]) { height: auto; }
.order-form .alert-order-summary { background-color: hsla(var(--siteColor1), 10%); border-color: hsla(var(--siteColor1), 25%); font-size: 1rem; font-weight: var(--wBold); }
.loader-wrap { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; background: hsla(var(--white), 75%); pointer-events: none; }
.loader { width: 48px; height: 48px; border: 5px solid hsl(var(--siteColor1)); border-bottom-color: transparent; border-radius: 50%; display: inline-block; box-sizing: border-box; animation: rotation 1s linear infinite; }
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

/* Things To Do - Collapsible Module */
.cms-things-to-do-collapse-wrap { margin: 1.5625rem 0; }
.cms-things-to-do-collapse-wrap .category { margin: 0 0 1.875rem; }
.cms-things-to-do-collapse-wrap .category .h2 { margin-bottom: 0.625rem; }
.cms-things-to-do-collapse-wrap .card-title { font-size: 1.5rem; }

/* Bootstrap Card Overrides */
.card { border-radius: var(--borderRadiusCheckbox); }
.card + .card { margin-top: 0.625rem; }

/* Bootstrap Accordion Overrides */
.accordion > .card { border-bottom: 1px solid hsla(0,0%,0%,0.125) !important; border-radius: var(--borderRadiusCheckbox) !important; }
.accordion > .card + .card { margin-top: 0.625rem; }
.accordion > .card .card-header { margin-bottom: 0; padding: 0; border-radius: 1.875rem 1.875rem 0 0; border-bottom: none; }
.accordion > .card .card-header .card-title { font-size: 1.25rem; font-family: var(--bodyFont); font-weight: var(--wRegular); }
.accordion > .card .card-header button { display: block; width: 100%; padding: 0.9375rem 1.5rem; position: relative; background: #f7f7f7; border: none; border-radius: 0; outline: none; text-align: left; }
.accordion > .card .card-header button:hover,
.accordion > .card .card-header button:active,
.accordion > .card .card-header button:focus { color: hsl(var(--siteColor1)); text-decoration: none; background: #eee; }
.accordion > .card .card-header button:after { content: ""; width: 0.75rem; height: 1rem; position: absolute; top: 50%; right: 1.25rem; z-index: 2; transform: translate(0, -50%); }
.accordion > .card .card-header button[aria-expanded=true]:after { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="gray" d="M368 224H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>'); }
.accordion > .card .card-header button[aria-expanded=false]:after { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="gray" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>'); }
.accordion > .card .collapse { border-top: 0.0625rem hsl(0, 0%, 90%) solid; }
.accordion > .card .card-body p:last-child { margin-bottom: 0; }

/* LAYOUT STYLES */
.table.table-align-items-center td { vertical-align: middle; }
.table img { border-radius: var(--borderRadiusCheckbox); }
.accessibleModulesOption { width: 220px; float: left; padding: 5px; }



/* RESPONSIVE */
@media (max-width: 568px) {
  .form-control-third { width: 50% !important; min-width: 200px; }
}
@media (max-width: 480px) {
  .edit-form .datepicker { width: 100%; }
  .form-group-half, .form-group-divider { display: block; width: 100%; margin-right: 0; }
}

