@import "fonts.css";

.site_message {
    padding: 10px;
    text-align: center;
    background-color: #ff5454;
    width: 100%;
    margin: 0 !important;
    max-width: unset;
    font-weight: bold;
    color: white;
    font-size: 1.5em;
}

.alert-info,
.alert-info a {
    background-color: #e3f4fd;
    color: #006c97;
}

.zone-content *:not(i), .btn {
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.alert h4 {
    margin-top: 0 !important;
    color: inherit !important;
}

h1, h2, h3, h4 {
    font-size: 1em;
    font-weight: 800 !important;
    line-height: normal;
    margin-bottom: 10px;
    color: #0c5460;
}

ol, ul {
    margin: 10px 20px !important;
}

#page-title.title {
    text-align: left !important;
}

.col-sm-12 {
    padding: 0 20px 10px 20px;
}

.btn-sm {
    font-size: .9em !important;
}

.btn-xs {
    font-size: .7em !important;
}

.btn, a.btn {
    background-image: none !important;
    text-shadow: none !important;
    padding: 5px 20px !important;
    border-radius: 6px !important;
}

a.btn {
    text-decoration: none !important;
}

a.btn-info {
    color: #01324b !important;
    font-weight: bold;
}

.btn-primary, a.btn-primary {
    color: #01324b !important;
    background: none !important;
    background-color: #00bff3 !important;
    border-color: #00bff3 !important;
    text-shadow: none;
    cursor: pointer;
}

.btn-default, a.btn-default {
    color: #444444;
    background: none !important;
    background-color: #ffffff !important;
    border-color: #cccccc !important;
    text-shadow: none;
    cursor: pointer;
}

.btn-transparent-background {
    background: transparent !important;
    border-color: transparent !important;
}

select {
    min-width: 100px;
}

table button.btn {
    font-size: 1.2em;
    border-radius: 4px;
    padding: 1px 5px;
}

.inline-block {
    display: inline-block;
}

.screen-reader {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

img {
    max-width: 100%;
    border-radius: 4px;
}

/*accordian js*/
.accordion_section {
    border: thin dashed #aeaeae;
    position: relative;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
}

.accordion_content {
    display: none;
    margin-left: 27px;
}

.accordion_trigger {
    cursor: pointer;
    padding: 0;
}

.accordion_trigger i {
    width: 20px;
    text-align: center;
}

.slide-toggle {
    cursor: pointer;
}

.temp_notice {
    margin-bottom: 0 !important;
}

#modal {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    border-radius: 12px;
    border: thin solid #cccccc;
    padding: 20px;
    z-index: 5001;
    display: none;
    width: fit-content;
    transform: translate(-50%, -50%);
    max-width: 80vw;
    max-height: 102vh;
    overflow: auto;
}

#modal-content {
    overflow: auto;
    max-height: 100%;
    padding: 20px 20px 40px;
    display: block;
    border: none;
}

#modal-close {
    color: black;
    z-index: 5002;
    display: block;
    position: absolute;
    right: 15px;
    font-size: 32px;
    top: 10px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    padding-top: 3px;
}

#modal-screen {
    position: fixed;
    top: -5%;
    bottom: -5%;
    right: -5%;
    left: -5%;
    background-color: #0066cc;
    opacity: .4;
    z-index: 5000;
    display: none;
}

/*
.modal classes
same as above, but fits the content of modal
*/
.modal_set {
    z-index: 50000;
    position: fixed;
}

.modal {
    position: fixed;
    left: 50%;
    top: 50%;
    width: fit-content;
    height: fit-content;
    max-height: 90vh;
    max-width: 100vw;
    overflow: auto;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    border: thin solid #cccccc;
    padding: 20px;
    display: none;
    opacity: 1;
}

@media (max-width: 992px) {

    .modal {
        width: 100vw;
        height: 100vh;
    }
}

.modal-content {
    overflow: auto;
    max-height: 100%;
    padding: 20px;
    display: block;
    border: none;
}

.modal-close {
    color: white;
    z-index: 5002;
    display: block;
    position: absolute;
    right: -23px;
    font-size: 28px;
    top: -23px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: black;
    border-radius: 0 0 0 10px;
    padding: 3px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #0066cc;
    opacity: .4;
    display: block;
}

.js_view_modal {
    cursor: pointer;
}

.bottom-right {
    bottom: 0;
    right: 0;
    position: absolute;
}

.form_num {
    width: 50px !important;
}

#breadcrumb, .breadcrumb {
    padding: 12px !important;
}

#breadcrumb a:first-child, .breadcrumb a:first-child {
    padding-left: 0 !important;
}

.breadcrumb .logout-button {
    margin: -5px;
}

.admin-side-nav li {
    position: relative;
    padding: 0;
    border-bottom: thin dotted #cccccc;
    list-style: none;
}

.admin-side-nav li:last-child {
    border-bottom: none;
}

.admin-side-nav li a {
    display: block;
    padding: 10px 5px;
}

.admin-side-nav li a:hover {
    background-color: #f9f9f9;
}

.admin-side-nav ul,
.admin-side-nav ol {
    padding: 0;
    margin: 5px !important;
}

.notify-flag {
    display: inline-block;
    background-color: red;
    color: white;
    border-radius: 50% 50%;
    min-width: 27px;
    text-align: center;
    padding: 5px;
    font-size: .8em;
    margin-left: 5px;
}

.notify-flag.null {
    background-color: #CCCCCC;
}

button.button-looks-like-link {
    border: none;
    padding: 0;
    margin: 0;
    display: inline;
    background: none;
    color: #0a6ebd;
    text-decoration: underline;
    cursor: pointer;
    text-align: left;
}

.widget .header {
    padding: 5px 0;
    border-bottom: thin solid #0a0b0d;
    margin-bottom: 5px;
}

.widget {
    padding: 20px;
    border: thin solid #e0e0e0;
    border-radius: 2px;
}

label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
}

.spinner-container {
    display: block;
    margin: 10px 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e0e0e0;
    opacity: 1; /* Firefox */
}


/*
email template
*/
.email {
    font-size: 1.4em !important;
}

.email .checkout .alert h4 {
    font-size: 1.3em !important;
}

.email header {
    background-color: #4c7cc4;
    padding: 10px 10px 0;
}

ul.list li {
    list-style: none;
    padding: 10px 5px;
    border-bottom: thin dotted #cccccc;
    overflow: auto;
}

.list h4 {
    display: inline-block;
}

.notpublished {
    border: thin dashed #cccccc;
}

.html_element_post {
    cursor: pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #D4D4D4 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #D4D4D4 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #D4D4D4 !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.float-none {
    float: none !important;
}

/*
Tabs
*/

.tab-row {
    padding: 10px 2px 0;
    position: relative;
    display: block;
    border-bottom: 1px solid #CCCCCC;
}

.tab {
    padding: 10px;
    border-radius: 4px 10px 0 0;
    background-color: #CCCCCC;
    display: inline-block;
    margin: 0 0 -1px 2px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: white;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    cursor: pointer;
}

.tab:hover,
.tab-active {
    background-color: white;
    color: #0a6ebd;
}

/* tabset */
.tabset .tabset-content {
    display: none;
}

.tabset .tabset-content.tabset-visible {
    display: block;
}

/* loader */
.loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        --webkit-transform: rotate(0deg);
    }
    100% {
        --webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* end loader */

/* forms */

.select2-container {
    max-width: 100% !important;
}

.select2-container--focus {
    box-shadow: 0 0 10px #0756ff;
}

.img_uploader {
    margin: 10px 0;
}

.img_uploader .uploader_img {
    max-width: 400px;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.img_uploader .upload_btn {
    font-size: 1.3em;
    display: none;
}

.img_uploader .upload_btn:hover {
    color: white;
}

.img_uploader input {
    width: 400px;
}

/* pagination nav <ul><li> */
ul.pager {
    display: block;
    margin: 10px auto !important;
    padding: 0px;
    border: thin solid #CCCCCC;
    border-radius: 6px;
    width: fit-content;
    overflow: hidden;
}

ul.pager li {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    border-right: thin solid #CCCCCC;
    border-left: thin solid transparent;
    text-align: center;
    margin: 0 !important;
    min-width: 20px !important;
}

ul.pager:last-child {
    border-right: thin solid transparent;
}

ul.pager li.bold {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    background-color: #CCCCCC;
}

/* end pagination nav <ul><li> */

datalist {
    padding: 10px;
    border: thin solid #CCCCCC;
}

datalist option {
    padding: 5px 0;
    border-bottom: thin dotted #e0e0e0;
    cursor: pointer;
}

datalist:last-child {
    border-bottom: none !important;
}

datalist .selected_option {
    background-color: #e0e0e0;
}

/* draggables */
.draggable {
    cursor: grab;
}

.draggable:active {
    cursor: grabbing;
}

a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}