﻿body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    width: 100%;
    color: #354350;
}

a {
    text-decoration: none;
    color: #354350;
}

.__cf{
    clear: both;
    overflow: auto;
}



#__furniture-cms-menu-wrapper {
    width: 100%;
    background-color: #354350;
    height: 30px;
    line-height: 30px;
    color: #9aa1a7;
    font-size: 0.8em;
}

#__furniture-cms-menu-wrapper-left{
    float: left;
    padding-left: 10px;
}

#__furniture-cms-menu-wrapper-right {
    float: right;
    padding-right: 10px;
}

    #__furniture-cms-menu-wrapper-right a {
        color: #9aa1a7;
        padding-left: 10px;
    }
    #__furniture-cms-menu-wrapper-right i {
        padding-right: 3px;
    }

#__furniture-top {
    width: 100%;
    border-bottom: solid 3px #354350;
    height: 100px
}

#__furniture-top-left
{
    float: left;
}

#__furniture-top-left img {
    height: 99px;
    max-width: 75%;
}

#__furniture-top-right {
    float: right;
    padding-top: 72px;
    padding-right: 20px;
}

#__furniture-footer {
    width: 100%;
    background-color: #354350;
    color: #ffffff;
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}


@media only screen and (max-width: 500px) {
    #__furniture-top-left {
        float: none;
        text-align:center;
        width: 95%;
    }
    #__furniture-top-right {
        float: none;
        text-align: right;
        width: 95%;
        padding-top: 0;
    }

    #__furniture-top
    {
        height: 130px;
    }
}


    #__furniture-footer-copyright {
        text-align: center;
        font-size: 0.8em;
    }

    #__furniture-footer-powered-by {
        font-size: 0.7em;
        text-align: center;
    }

        #__furniture-footer-powered-by a {
            font-weight: 600;
            color: white;
        }


    #__furniture-full-width {
        width: 100%;
    }



    #__furniture-top-menu-list, #__furniture-bottom-menu-list, #__furniture-top-menu-list-mobile, #__furniture-top-menu-list-mobile-children {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #__furniture-top-menu-list li, #__furniture-bottom-menu-list li, #__furniture-top-menu-list-mobile li {
            display: inline;
        }

        #__furniture-top-menu-list li {
            margin-left: 15px;
        }

        #__furniture-top-menu-list-mobile-children li {
            display: block;
        }

    #__furniture-bottom-menu-list {
        text-align: center;
        margin-bottom: 40px;
    }

    .__furniture-bottom-menu-list-item {
        margin-left: 0;
        padding-left: 10px;
        margin-right: 10px;
        border-left: solid 1px #ffffff;
    }

        .__furniture-bottom-menu-list-item a {
            color: #ffffff;
            font-size: 0.8em;
        }

    .__furniture-bottom-menu-list-item-first {
        border-left: none;
    }

    #__furniture-bottom-menu-list li, #__furniture-bottom-menu-list a {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }



    .__furniture-top-menu-list-item {
        margin-left: 10px;
    }

        .__furniture-top-menu-list-item a {
            color: #354350;
        }

    .__furniture-top-menu-list-item-selected a {
        font-weight: 600;
    }


    #__furniture-footer-response-variables {
        padding: 20px;
        font-size: 0.7em;
        height: 300px;
        overflow-y: scroll;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        border: solid 1px #354350;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    #__furniture-top-menu-list-mobile {
        text-align: right;
    }

    .__furniture-top-menu-list-item-mobile-parent {
        cursor: pointer;
    }



    #__furniture-top-menu-list-mobile-children {
        background-color: #ffffff;
        min-width: 200px;
        text-align: left;
        border: solid 1px #354350;
        border-bottom: none;
        display: none;
    }

    #__furniture-top-menu-list-mobile li:hover ul {
        display: block;
        position: absolute;
        left: calc(100vw - 230px) !important;
    }

    .__furniture-top-menu-list-item-mobile-child {
        border-bottom: solid 1px #354350;
        padding: 5px;
    }

    #__furniture-top-menu-list-mobile-children li:hover {
        background-color: #354350;
    }


        #__furniture-top-menu-list-mobile-children li:hover a {
            color: #ffffff;
        }

    .__furniture-top-menu-list-item-mobile-child-last {
        border-bottom: none;
    }

    .__furniture-top-menu-list-item-mobile-parent {
        padding-left: 150px;
    }

    .__furniture-mobile {
        display: none;
    }

    .__furniture-desktop {
        display: block;
    }

    @media only screen and (max-width: 700px) {
        .__furniture-mobile {
            display: block;
        }

        .__furniture-desktop {
            display: none;
        }
    }




    #__disclaimer-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.9);
        z-index: 2000;
    }

    #__disclaimer-content-inner {
        width: 70%;
        max-height: 80%;
        overflow-y: auto;
        padding: 30px;
        margin-top: 5%;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        background-color: #ffffff;
        font-size: 0.85em;
        border-radius: 10px;
        color: #354350;
    }

    #__disclaimer-content-h1 {
        color: #354350;
    }

    #__disclaimer-content-inner p {
        color: #354350;
    }

    #__disclaimer-buttons-inner {
        text-align: center;
        cursor: pointer;
        font-size: 1.2em;
    }

    #__disclaimer-buttons-decline {
        margin-right: 20px;
    }

    #__disclaimer-buttons-inner a {
        color: #354350;
        text-decoration: none;
    }




    #__logon-wrapper {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
    }

    .__logon-input {
        border: none;
        background-color: #ffffff;
        border: solid 1px #354350;
        color: #354350;
        font-size: 1.1em;
        margin-bottom: 5px;
        padding: 5px;
        width: 360px;
        max-width: 100%;
        outline: none;
    }

    #__logon-wrapper-submit-button {
        float: right;
        width: 80px;
        height: 33px;
        border-radius: 5px;
        background-color: #354350;
        color: #ffffff;
        border: 0;
        padding: 5px;
        cursor: pointer;
    }


        #__logon-wrapper-submit-button:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f007";
        }

    #__logon_forgotten_password_wrapper {
        font-size: 0.7em;
        cursor: pointer;
    }



    #__my-user-content, #__events-content {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    #__settings-wrapper {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

        #__settings-wrapper h1 {
            font-size: 1.6em;
        }

        #__settings-wrapper h2 {
            font-size: 1em;
        }

    .__settings-button-small {
        float: right;
        width: 80px;
        height: 33px;
        border-radius: 5px;
        background-color: #354350;
        color: #ffffff;
        border: 0;
        padding: 5px;
        cursor: pointer;
    }

    .__settings_edit_config_row {
        clear: both;
        overflow: auto;
        margin-bottom: 10px;
        border-bottom: solid 1px #9aa1a7;
        padding-bottom: 5px;
    }



    .__settings_edit_configvalue {
        width: 600px;
        height: 80px;
        font-family: 'Open Sans', sans-serif;
        max-width: 95%;
        outline: none;
    }

    #__settings-wrapper-search {
        text-align: center;
    }

    #__settings-search-user {
        font-size: 0.8em;
        padding: 3px;
        width: 90%;
        border: solid 1px #354350;
        outline: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    #__settings_wrapper_search_results {
        font-size: 0.8em;
        width: 250px;
        height: 100px;
        overflow-x: hidden;
        overflow-y: scroll;
        border: solid 2px #6F6F6E;
        display: none;
        position: absolute;
        z-index: 1000;
        background-color: rgba(255,255,255,1);
        max-width: 100%;
        cursor: pointer;
    }

    #__settings-menu-list {
        margin-top: 20px;
        margin-bottom: 40px;
        width: 200px;
        margin-left: 10px;
        padding: 10px;
        background-color: #354350;
        border-radius: 4px;
    }


    #__settings-left {
        float: left;
        width: 250px;
    }

    #__settings-right {
        float: left;
        width: calc(100% - 270px);
        max-width: 800px;
    }

    .__settings-menu-list-item {
        color: #9aa1a7;
        margin-bottom: 10px;
    }



        .__settings-menu-list-item i {
            color: #9aa1a7;
            font-size: 0.85em;
            width: 20px;
            text-align: center;
            margin-right: 10px;
        }

        .__settings-menu-list-item a {
            color: #9aa1a7;
        }

            .__settings-menu-list-item a:hover, .__settings-menu-list-item a:hover i {
                color: #ffffff;
            }

    .__settings-menu-list-item-selected a, .__settings-menu-list-item-selected a i {
        color: #ffffff;
    }

        .__settings-menu-list-item-selected a:hover, .__settings-menu-list-item-selected a:hover i {
            color: #9aa1a7;
        }




    .__settings-float-right {
        float: right;
    }



    .__settings-button, .__site-button {
        height: 30px;
        border: none;
        border-radius: 15px;
        min-width: 100px;
        line-height: 28px;
        background-color: #354350;
        color: #ffffff;
        cursor: pointer;
        padding-left: 10px;
        padding-right: 10px;
        outline: none;
        margin-bottom: 3px;
    }


    .__settings-file-upload {
        outline: none;
        max-width: 95%;
        width: 400px;
        font-size: 1em;
        padding: 5px;
        border: solid 1px #354350;
    }

    .__settings-button:hover {
        background-color: #ffffff;
        border: solid 1px #354350;
        color: #354350;
    }

.__settings-button-float, .__site-button-float, .__site-button-center {
    float: left;
    margin-right: 10px;
    font-size: 0.8em;
    text-align: center;
}

    .__settings-button-float a, .__settings-button-float-right a, .__site-button-float a, .__site-button-center a {
        color: #ffffff;
    }

    .__site-button-center
    {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .__settings-button-float-right {
        float: right;
        margin-left: 10px;
        font-size: 0.8em;
        text-align: center;
    }




#__settings-button-reset-password::before, #__settings-button-activate::before, #__settings-button-suspend::before, #__settings-button-lock::before, #__settings-button-delete::before, #__settings-button-save::before, #__site-button-edit-event::before, #__site-button-run-show::before, #__site-button-edit-presenter::before, #__site-button-delete-presenter::before, #__site-button-cancel-delete::before, #__site-button-use-credit::before, #__site-button-run-show-event::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    padding-right: 5px;
}

#__site-button-edit-presenter::before {
    content: "\f044";
}

#__site-button-delete-presenter::before {
    content: "\f2ed";
}

#__site-button-delete-presenter {
    background-color: #fb2d41;
}

#__site-button-edit-event::before {
    content: "\f044";
}

#__site-button-run-show::before {
    content: "\f247";
}

#__site-button-run-show-event::before {
    content: "\f247";
}

    #__settings-button-reset-password::before {
        content: "\f058";
    }

    #__settings-button-activate::before {
        content: "\f118";
    }

    #__settings-button-suspend::before {
        content: "\f119";
    }

    #__settings-button-lock::before {
        content: "\f165";
    }

    #__settings-button-delete::before {
        content: "\f2ed";
    }

    #__settings-button-save::before {
        content: "\f0c7";
    }

#__site-button-cancel-delete::before {
    content: "\f359";
}

#__site-button-use-credit
{
    width: 200px;
    margin-bottom: 10px;
}

#__site-button-run-show-event {
    width: 110px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

    #__site-button-run-show-event a {
        color: #ffffff;
    }

#__site-button-use-credit::before {
    content: "\f09d";
}

.__settings-upload-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f151";
    padding-left: 10px;
}

    .__settings-next-button::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        content: "\f35a";
        padding-left: 10px;
    }

.__site-add-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0fe";
    padding-left: 10px;
}

.__site-next-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f35a";
    padding-left: 10px;
}

.__new-user-text-input, .__menuitem-text-input, .__site-text-input {
    outline: none;
    max-width: 95%;
    width: 400px;
    font-size: 1em;
    padding: 5px;
    border: solid 1px #354350;
}

    .__menuitem-select-input {
        font-size: 0.8em;
    }

    #__settings-IPAddress-form {
        padding-bottom: 20px;
        border-bottom: solid 1px #9aa1a7;
        border-top: solid 1px #9aa1a7;
        margin-bottom: 60px;
    }

    .__menuitem-url-inset {
        text-indent: 10px;
    }

    .__ipaddress-token-button-warning {
        background-color: red;
    }



    .__ipaddress-token-wrapper {
        border-bottom: solid 1px #9aa1a7;
        margin-bottom: 10px;
        min-height: 50px;
    }
    /* Generic error message */
    #__generic-error-box, #__generic-message-box {
        padding: 10px;
        /*max-width: 82%;*/
        font-size: 0.9em;
        margin-bottom: 20px;
    }

#__generic-message-box {
    font-size: 0.9em;
    background-color: #19c702;
    border-radius: 5px;
    color: #ffffff;
}

#__generic-error-box {
    font-size: 0.9em;
    background-color: #fb2d41;
    border-radius: 5px;
    color: #ffffff;
}

        #__generic-error-box h2, #__generic-message-box h2 {
            font-size: 0.9em;
            font-weight: bold;
            margin-top: 0;
        }

#__generic-message-box h2 {
    color: #ffffff;
}

    #__generic-error-box h2 {
        color: #ffffff;
    }

    #__generic-error-box ul, #__generic-message-box ul {
        list-style-type: none;
        margin-left: -25px;
    }

    #__generic-message-box li {
        font-size: 0.9em;
    }

    #__generic-error-box li {
        font-size: 0.9em;
        color: #ffffff;
    }


    /* Logging */

    .__person-logitem-row p {
        font-size: 0.8em;
    }

    .__person-logitem-row > span {
        font-size: 0.6em;
    }

    #__person-logitem-more-row {
        float: right;
    }

        #__person-logitem-more-row a {
            text-decoration: none;
            font-weight: 400;
            color: #354350;
            font-size: 0.8em;
        }

    #__person-logitem-wrapper {
        clear: both;
        padding-top: 20px;
    }


    /* Pagination*/

    #__pagination-logitem-pick-page {
        margin-bottom: 20px;
        margin-top: 20px;
        float: right;
    }

    .__person-logitem-row {
        border-bottom: solid 1px #9aa1a7;
    }
    /* General Search*/
    .__pagination-wrapper {
        clear: both;
        width: 100%;
        margin-bottom: 10px;
    }

    .__pagination-change-order {
        float: left;
    }

    .__pagination-pick-page {
        float: right;
    }

    .__pagination-pick-page-item {
        float: left;
        margin-left: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .__pagination-pick-page-item a {
            text-decoration: none;
            color: #6F6F6E;
        }

    .__pagination-pick-page-item-selected a {
        text-decoration: none;
        color: #ffffff;
    }

    .__pagination-pick-page-item-selected {
        background-color: #222222;
        border-radius: 5px 5px 5px 5px;
    }


    .__pagination-wrapper {
        clear: both;
        width: 100%;
        margin-bottom: 10px;
    }

    .__pagination-change-order {
        float: left;
    }

    #__pagination-pick-page {
        float: right;
    }


    .__settings-menus-menu {
        height: 35px;
        border-bottom: solid 1px #9aa1a7;
        margin-bottom: 10px;
    }

    .__settings-menus-menuitem, #__settings-menus-menuitem-form, .__documents-list-item, #__documents-document-form {
        border-bottom: solid 1px #9aa1a7;
        margin-bottom: 10px;
        min-height: 65px;
    }

    .__documents-list-item-head i {
        font-size: 0.8em;
    }

    #__documents-document-form {
        padding-bottom: 40px;
        margin-bottom: 30px;
    }

    .__documents-list-item-assetversion {
        padding-left: 20px;
        border-bottom: solid 1px #9aa1a7;
    }

    .__documents-list-item-assetversion-last {
        border-bottom: none;
    }

    .__documents-list-item-assetversions {
        font-size: 0.9em;
    }

    .__documents-list-item-title {
        padding-left: 10px;
    }

    .__documents-list-item-title-icon {
        margin-left: 10px;
    }

    .__documents-list-item-title {
        cursor: pointer;
    }

    .__documents-list-item-assetversion-details {
        font-size: 0.8em;
    }

    #__settings-menus-menuitems {
    }

    .__settings-menus-menuitem-url {
        font-size: 0.8em;
    }

    #main-content-inner {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }


    .__menuitem-text-input-hidden {
        display: none;
    }

    #__person-log-wrapper {
        margin-top: 30px;
    }

    #__logitem-pagination {
        float: left;
    }

    #__pagination-pick-page {
        float: right;
    }



#__register-page-wrapper {
    width: 850px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

#__register-content-wrapper {
    float: left;
    width: 490px;
}

#__register-wrapper {
    width: 320px;

    margin-bottom: 60px;
    font-size: 0.8em;
    float: right;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #ffe8da;
}

.__register-ok-to-email {
    margin-bottom: 20px;
    border: solid 1px #354350;
    padding: 20px;
    margin-top: 10px;
    background-color: #ffffff;

}
.__register-ok-to-email input{
   width: 15px;
   height: 15px;
}

#__register-page-wrapper h1
{
    margin-top: 0;
}

.__register-ok-to-email p {
    margin-bottom: 5px;
    margin-top: 0;
}

#__register-captcha
{
    margin-bottom: 10px;
    width: 305px;
    margin-left: auto;
    margin-right: auto;
}

.__register-input {
    border: none;
    background-color: #ffffff;
    border: solid 1px #354350;
    color: #354350;
    font-size: 1.1em;
    margin-bottom: 5px;
    padding: 5px;
    width: 305px;
    max-width: 100%;
    outline: none;
    margin-top: 5px;
}

.__register-input-short {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1050px) {
    #__register-content-wrapper, #__register-wrapper{
        float: none;
    }

    #__register-page-wrapper
    {
        width: 390px;
    }

    #__register-content-wrapper {
        width: 390px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #__register-wrapper {
        padding-bottom: 40px;
        width: 370px;
    }

    #__register-content-wrapper h1 {
        text-align: center;
    }

    .__register-input
    {
        width: 355px;
    }
}

@media only screen and (max-width: 400px) {


    #__register-page-wrapper {
        width: 95%;
    }

    #__register-content-wrapper {
        width: 95%;
    }

    #__register-wrapper {
        padding-bottom: 40px;
        width: 90%;
    }

    #__register-content-wrapper h1 {
        text-align: center;
    }

    .__register-input {
        width: 95%;
    }
}







.__events-event-item h2{
    margin-bottom: 5px;
}


.__events-event-item-test{
    padding-left: 5px;
    font-size: 0.8em;
}

.__events-event-item {
    border-bottom: dashed 1px #354350;
    margin-bottom: 5px;
}

.__event-presenter-item {
    border-bottom: dashed 1px #354350;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.__events-event-item-button-wrapper a {
    font-size: 1.1em;
}

.__event-presenter-item {
    font-size: 0.8em;
}
.__event-form-wrapper {
    border-bottom: solid 1px #354350;
}

.__event-credits-wrapper {
    border-bottom: solid 1px #354350;
    margin-bottom: 30px;
}

.errorstate {
    border: solid 1px red;
}

.__event-credits-wrapper-active p{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

    .__event-credits-wrapper-active p.__event-credits-length-of-credit {
        font-size: 0.9em;
        font-weight: normal;
    }

.__event-form-product-row{
    margin-bottom: 10px;
}

    .__event-form-product-row select {
        outline: none;
        width: 50px;
        font-size: 1em;
        padding: 5px;
        border: solid 1px #354350;
    }


.__events-run-event-link{
    font-size: 0.8em;
}

.__buy-credits-item-title-row th, .__buy-credits-item-title-content td {
    border-bottom: solid 1px #354350;
}

.__buy-credits-item-title{
    width: 90%;
    text-align: left;
}

.__buy-credits-item-cost{
    min-width: 100px;
    text-align: center;
}

.__buy-credits-item-title-content td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.__buy-credits-item-summary-title {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.__buy-credits-item-cost {
    text-align: center;
    font-weight: bold;
}


