/* Interface */

body,
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

h1 {
    color: #0f4b7d;
}

body {
    background-color: white;
}

hr {
    color: #7baccd;
    background-color: #7baccd;
}

#container {
    width: 100%;
}

/* <header> */

#header {
    color: #fff;
    text-align: right;
    background-color: #333;
    font-size: 20.5px;
    padding-top: 75px;
}

#logo {
    background: no-repeat left center url(../images/icons/fpc.png);
    background-size: 25%;/*contain*/
    margin: 10px 30px;
}

#title {
    color: #0f4b7d;
}

/* </header> */

/* <userbar> */

#userbar {
    color: white;
    background-color: #333;
    padding: 30px 30px 10px;
    font-size: 16px;
}

#username {
    font-weight: 700;
}

#userbar a {
    background-color: #4499bd;
    color: white;
    display: inline-block;
    padding: 8px;
    font-weight: 500;
    height: 30px;
    position: relative;
    top: -7px;
    border-radius: 30px;
}

#userbar a:hover {
    background-color: #4499bd;
}

/* </userbar> */

/* <body> */

/* <nav> */

#nav {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    width: 255px;
}

#nav a {
    color: #333;
    background-color: #f5f5f5;
    line-height: 26px;
    height: 26px;
}

#nav a:hover {
    background-color: #f5f5f5;
}

#nav li.on a {
    color: #fff;
    background-color: #000;
}

#nav li.on>ul>li>a {
    font-size: 14px;
    line-height: 30px;
    height: 28px;
    background-color: #eee;
    color: #333;
    padding-left: 15px;
}

#nav li.on a:hover {
    background-color: #000;
}

#nav li.on li.on a {
    color: #4499bd;
    background-color: #eee;
    font-weight: 500;
}

#nav li.on li.on a:hover,
#nav li.on li a:hover {
    background-color: #eee;
}

#nav .change-password a {
    color: white;
    background-color: #4499bd;
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    line-height: 32px;
    border-radius: 30px;
}

#nav .change-password a:hover {
    background-color: #4499bd;
}

#nav h4 {
    background-color: transparent;
    font-weight: 300;
    color: #333;
    font-size: 24px;
    padding: 0;
    margin-bottom: 5px;
    text-transform: none;
}

/* </nav> */

/* <content> */

#content {
    z-index: 5;
    width: calc(100% - 200px);
    margin-left: auto;
}

#breadcrumb {
    color: #000;
    height: 35px;
    font-size: 14px;
    font-weight: 700;
}

#breadcrumb a {
    color: #4499bd;
}

/* </content> */

#bottom-gradient,
#top-gradient {
    background-color: #cee0ec;
}

#footer {
    background-color: #333;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 95px;
}

/* </body> */

/* <page> */

.indexTable thead td,
.indexTable thead th {
    border: 1px solid #d8e6ef;
    background-color: #333;
    color: white;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;

}

.indexTable thead a {
    color: white;
    text-decoration: none;
}

.indexTable tfoot td,
.indexTable tfoot th,
.formFooter {
    border: 1px solid #d8e6ef;
    background-color: #333;
    color: white;
}

.indexTable tbody td,
.indexTable tbody th {
    border: 1px solid #d8e6ef;
    background-color: #fff8f5;
    color: black;
    font-size: 14px;
}

.indexTable table td,
.indexTable table th {
    border: none;
}

.indexTable tbody a {
    color: black;
    text-decoration: none;
}

.indexTable .hover td,
.indexTable .hover th {
    background-color: #eaf1f7;
}


#page a.button1,
#page a.button2,
#page a.button3 {

    color: white;
    font-size: 14px;
    line-height: 20px;
    height: 22px;
    border-radius: 30px;
    min-width: 22px;
}

#page a.button1,
#page a:hover.button1 {
    background-color: #177E89;
}

#page a.button2,
#page a:hover.button2 {
    background-color: #C42847;
}

#page a.button3,
#page a:hover.button3 {
    background-color: #DF9A57;
}

a.button3{
	display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 2px 6px;
}

.indexTable tfoot .button3, 
.formFooter .button3{
	float: right;
    margin-left: 8px;
    margin-top: 6px;
}

/* <controls> */

.checkbox,
.checkbox-on {
    background-color: #177E89;
    border-left: 1px solid #177E89;
    border-top: 1px solid #177E89;
    border-right: 1px solid #177E89;
    border-bottom: 1px solid #177E89;
    background-position: center;
    width: 15px;
    height: 15px;
    background-size: 14px auto;
}

#move-divider {
    background-color: #8e1504;
}

/* </controls> */

/* <fields> */

h6 {
    color: white;
    background-color: #333;
    font-size: 14px;
    line-height: 27px;
}

.field {
    background-color: #eeeeee;
    border: 1px solid #d8e6f1;
    margin-bottom: 15px;
    padding: 10px;
}

.textfield input,
.textfield textarea,
.selectfield select,
.datefield input {
    border: 1px solid #6488a8;
    background-color: #fff;
    height: 30px;
    padding: 8px 5px;
    font-size: 14px;
}

.textfield textarea{
    height: 100px;
    min-height: 100px;
    min-width: 100%;
    max-width: 100%;
}

.selectfield select{
    padding: 0px 5px;
}

.datefield div {
    background-color: white;
    border: 1px solid #6488a8;
}

.datefield td {
    border: 1px solid #e7e2da;
    color: #4f423f;
}

.datefield thead td {
    background-color: #e0e0e0;
    color: black;
}

.datefield thead a {
    color: #0F4B7D;
}

.datefield tbody a {
    color: #4f423f;
}

.datefield tbody a.on {
    background-color: #c3dae8;
}

.errorMessage,
.noticeMessage{
	font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.errorMessage {
    background-color: #C42847;
}

.noticeMessage {
    background-color: #4499bd;
}

/* </fields> */

#loginPage th,
#loginPage a,
#emailPage th,
#emailPage a,
#altloginPage th,
#altloginPage a {
    color: #0f4b7d;
}

/* </page> */

.cke {
    border: 1px solid #6488a8 !important;
    box-shadow: none !important;
}

#top-gradient-dots,
#bottom-gradient,
#top-gradient {
    display: none;
}

#container {
    min-height: 100vh;
    background-color: #d7d1cf;
    padding-bottom: 100px;
}

#nav .change-password img {
    display: none;
}

#footer img {
    border: 3px solid #fff;
    border-radius: 50%;
}

.checkboxfield label{
	font-size: 14px;
}

.staticfield .button1,.staticfield .button2{
    display: inline-block;
}

.checkboxfield label, input[type="checkbox"], input[type="radio"], select{
    cursor: pointer;
}

.staticfield img{
    display: block;
    margin-bottom: 15px;
    width: auto;
    height: auto;
    max-width: 500px;
    max-height: 500px;
}

.selectfield .select-list .listmode {
    font-family: "Open Sans", sans-serif;
    border: none;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #aaa;
    border-top: 1px solid #bbb;

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.selectfield .select-list .listmode {
    background-image: url(../images/select_input_arrow.png);
    background-position: right center;
    padding: 0px 10px;
    padding-right: 43px;
    background-repeat: no-repeat;
    color: #333;
}

.selectfield .select-list .listmode {
    padding-top: 7px;
    padding-bottom: 7px;
}

.selectfield .select-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    max-width: 100%;
}

.selectfield .select-list>.listmode {
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    cursor: pointer;
}

.selectfield .select-list>.listmode>.title,
.selectfield .select-list>.listmode>.value {
    font-weight: 500;
    font-size: 15px;
    display: block;
}

.selectfield .select-list>.listmode.selected>.title {
    display: none;
}

.selectfield .select-list>.listmode>.title:before {
    content: "Select ";
}

.selectfield .select-list>.listmode>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
}

.selectfield .select-list>.listmode>ul>li:hover {
    background-color: #d9e7f9;
}

.selectfield .select-list>.listmode>ul input[type=radio] {
    display: none;
}

.selectfield .select-list>.listmode>ul>li>label {
    display: block;
    padding: 7px 10px;
    line-height: 1.2em;
    cursor: pointer;
}

.selectfield .select-list>.listmode .preview {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 22px;
    margin-right: 8px;
    margin-top: -2px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .45);
}

.selectfield .select-list>.listmode .value .preview {
    margin-top: -4px;
}

.selectfield .select-list>.listmode.hover>ul {
    display: block;
    list-style-type: none;
    margin: 0 -1px;
    padding: 5px 0;
    background-color: #f1f1f1;
    min-width: 250px;
    width: calc(100% + 2px);
    box-sizing: border-box;
    box-shadow: 0px 2px 12px -8px rgb(0 0 0 / 75%);
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #bbb;
}

.dz-preview img{
    width: 100%;
    border-radius: 10px;
}

.dz-preview .dz-image{
    position: relative;
}

.dz-preview .dz-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.field{
    font-size: 14px;
}

#results{
    background-color: #eeeeee;
    border: 1px solid #d8e6f1;
    border-top: none;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #177E89;
}

.indexTable > tbody> tr.preview-unsaved-node th,
.indexTable > tbody> tr.preview-unsaved-node td {
    background-color: #eaf4ff;
}

#preview-settings-button {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url(../images/icons/gear-solid.svg) center center no-repeat;
    transition: none;
    border-radius: 50%;
    overflow: hidden;
    text-align: left;
    text-indent: -999px;
    position: relative;
    top: 4px;
}
#preview-settings-button:hover {
    transform: rotate(120deg);
    transition: transform .25s linear;
    
}
#preview-settings-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.75);
    z-index: 9999;
    overflow-y: auto;
}
#preview-settings-overlay.active {
    display: block;
}
    #preview-settings-overlay .padding-wrapper {
        position: relative;
        width: 100%;
        padding: 50px 20px;
        box-sizing: border-box
    }

#preview-settings-overlay .padding-wrapper .content-wrapper{
    background-color: #ffffff;
    border-radius:  4px;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    position: relative;
}
#preview-settings-overlay .padding-wrapper .content-wrapper #preview-settings-close-button {
    position: absolute;
    display: block;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 14px auto;
    border-radius: 50%;
    overflow: hidden;
    text-align: left;
    text-indent: -999px;
}
#preview-settings-overlay .padding-wrapper .content-wrapper #preview-settings-close-button:hover {
    background-color: #f1f1f1;
}
#preview-settings-overlay .padding-wrapper .content-wrapper .settings-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #4499bd;
    text-align: center;
    padding: 8px 20px;
    border-radius: 4px 4px 0px 0px;
    box-sizing: border-box;
}
#preview-settings-overlay .padding-wrapper .options-wrapper {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}
    #preview-settings-overlay .padding-wrapper .options-wrapper .option-group {
        text-align: center;
        margin-bottom: 20px;
    }
    #preview-settings-overlay .padding-wrapper .options-wrapper .option-group.button-wrapper {
        margin-top: 35px;
    }
    #preview-settings-overlay .padding-wrapper .options-wrapper .option-group:last-of-type {
        margin-bottom: 0px;
    }
    #preview-settings-overlay .padding-wrapper .options-wrapper .option-heading {
        font-weight: 700;
        font-size: 1.1em;
    }
    #preview-settings-overlay .padding-wrapper .options-wrapper .note {
        color: #777;
        font-style: italic;
    }
    #preview-settings-overlay .padding-wrapper .options-wrapper .option-group label > input[type=checkbox] {
        vertical-align: middle;
    }
    #preview-settings-overlay .padding-wrapper .options-wrapper .option-group label > span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 2px;
    }

@media (min-height: 350px){
    #preview-settings-overlay .padding-wrapper {
        top: 50%;
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

#page-preview-iframe {
    min-width: 320px;
    min-height: 500px;
    overflow: hidden;
    width: 100%;
    border: 2px dashed #4499bd;
    box-sizing: border-box;
}

.edit-page-wrapper:not(.has-preview-window) .page-preview-system .preview-window-wrapper {
    display: none;
}

@media (min-width: 1200px){
    .edit-page-wrapper.has-preview-window {
        display: flex;
        justify-content: space-between;
    }

    .edit-page-wrapper.has-preview-window #editForm {
        width: calc(35% - 10px);
    }

    .edit-page-wrapper.has-preview-window .page-preview-system {
        width: calc(65% - 20px);
        background-color: #f2f2f2;
        padding: 10px;
        border: 2px solid #4499bd;
        box-sizing: border-box;
    }

    .edit-page-wrapper.has-preview-window .page-preview-system .preview-button-wrapper {
        float: right;
    }

    .edit-page-wrapper.has-preview-window .page-preview-system .preview-window-wrapper {
        height: calc(100% - 45px);
    }

    #page-preview-iframe {
        min-width: 320px;
        min-height: 675px;
        height: calc(100% - 10px);
        overflow: auto;
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
    }
}
.cms-section-heading{
    padding: 8px 15px;
    margin: 0;
    text-align: center;
    color: #fff;
    background-color: #333;
    font-size: 18px;
    border: 1px solid #d8e6ef;
    border-bottom: none;
}

#ticket-container input{
    display: inline-block;
    width: calc(50% - 19px);
}

#exclude-container input{
    display: inline-block;
    width: calc(100% - 34px);
}

#ticket-container .remove, #exclude-container .remove{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #C42847;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
}

#add-ticket, #add-exclude{
    display: inline-block;
    margin-top: 10px;
}

#image-guide-accordion{
    display: block;
    background-color: #4499bd;
    margin-top: 30px;
    color: #fff8f5;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

#image-guide-accordion span{
    float: right;
}

#image-guide-accordion span:after{
    content: '+';
}

#image-guide-accordion span.on:after{
    content: '-';
}

#image-guide-container{
    background-color: #fff8f5;
    border: 1px solid #4499bd;
    padding: 15px;
    border-top: none;
    column-count: 3;
    font-size: 16px;
    column-gap: 15px;
}

@media (max-width: 1175px){
    #image-guide-container{
        column-count: 2;
    }
}

@media (max-width: 820px){
    #image-guide-container{
        column-count: 1;
    }
}

#image-guide-container p{
    break-inside: avoid;
    margin-top: 0;
}