body {
    margin: 0;
    padding: 0 !important;
}

/* LOGIN */
.loginarea {
    text-align: center;
    display: block
}

.inputgroup {
    vertical-align: bottom;
    margin: 10px 0px 10px 0px
}

.inputlabel {
    display: inline-block;
    width: 120px
}

.blogpublishedon {
    color: #666
}

.inputtextbox {
    display: inline-block;
    margin-bottom: 10px
}

.loginbutton {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'Verdana', sans-serif;
    margin: 10px 10px 0px 0px;
    font-size: 11px;
    float: right;
    color: #fff;
    border: 0px solid #666;
    padding: 5px 10px 5px 10px;
    background-color: #666;
    text-decoration: none
}

.loginbutton:hover {
    background-color: #333;
    color: White;
    cursor: pointer;
    float: right;
    text-decoration: none
}

.loginerror {
    color: Red;
    font-size: 10pt;
    font-family: 'Verdana', sans_serif
}

.divblogdraft {
    width: 100%;
    padding: 5px;
    background-color: #f00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    color: #fff !important;
    vertical-align: baseline
}

.dxgvControl_Office2010Black,
.dxgvDisabled_Office2010Black {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

/*header in DevExpress edit popup*/
.dxpcLite_iPortTheme1 .dxpc-header,
.dxdpLite_iPortTheme1 .dxpc-header {
    background: #000 none repeat scroll 0 0;
    border-bottom: 1px solid #484848;
    color: #fff;
    font-weight: bold;
    padding: 5px 0 6px 12px
}

.dxgvEditFormDisplayRow_iPortTheme1 td.dxgv,
.dxgvDataRow_iPortTheme1 td.dxgv,
.dxgvDataRowAlt_iPortTheme1 td.dxgv,
.dxgvSelectedRow_iPortTheme1 td.dxgv,
.dxgvFocusedRow_iPortTheme1 td.dxgv {
    font-family: Arial, Helvetica, sans-serif;
}

.eventleftcol {
    float: left;
    width: 50%
}

.rightcol {
    width: 50%
}

.eventlabeladmin {
    width: 100%;
    padding: 5px 0px;
    color: #008bd2
}

.eventtxbadmin {
    padding: 5px 0;
    font-size: 10pt
}

.styledrop {
    display: none;
    clear: both;
    width: 96%;
    padding: 2%;
    background-color: #efefef
}

body.dxheDesignViewArea {
    background-color: transparent;
}

body.dxhePreviewArea {
    background-color: transparent;
}

/* Martin Tabs */

.animate-top {
    -webkit-animation: animatetop 0.4s;
    -moz-animation: animatetop 0.4s;
    -o-animation: animatetop 0.4s;
    animation: animatetop 0.4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 50%;
        opacity: 1
    }
}

@-moz-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 50%;
        opacity: 1
    }
}

@-o-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 50%;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 50%;
        opacity: 1
    }
}

.tabs {
    width: 100%;
    height: 10%;
}

.tabs input[type="button"] {
    width: 33.33%;
    float: left;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    color: white;
    background: #000047;
    font-size: 16px;
    font-weight: bold;
}

.tabs input[type="button"]:hover {
    background-color: lightgray;
}

.tabs input[type="button"].active {
    background-color: var(--first-color);
}

.tabcontent {
    display: none;
    height: 80%;
}

.modal-body {
    position: absolute;
    top: 10%;
    height: 80%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
}

.modal-body h3 {
    margin: 5px 20px;
}

.modal-body .section {
    padding: 5px 20px;
}

.modal-body .section .section {
    padding: 0;
}

.modal-body .promptlabelwide {
    font-size: 1em;
}

.modal-body input[type=text],
.modal-body select,
.modal-body textarea {
    padding: 8px;
    border: 1px solid grey;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
    font-size: inherit;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    max-width: 250px;
    resize: none;
}

.modal-body input[type=text]:focus,
.modal-body select:focus,
.modal-body textarea:focus {
    border: 1px solid #333;
    outline: none;
}

.modal-footer {
    height: 10%;
    width: 100%;
    position: absolute;
    top: 90%;
}

.modal-footer #actionButtons {
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.modal-footer #actionButtons input[type="button"],
.modal-footer #actionButtons input[type="submit"] {
    float: left;
    width: 50%;
    position: relative;
    padding: 0;
    margin: 0;
    height: 100%;
    font-size: 1em;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    font-weight: bold;
}

.modal-footer #actionButtons input[type="button"] {
    background: var(--first-color);
}

.modal-footer #actionButtons input[type="submit"] {
    background: #02961A;
}

.modal-footer #actionButtons input[type="button"]:hover,
.modal-footer #actionButtons input[type="submit"]:hover {
    background-color: lightgray;
}

#details {
    display: block;
}

.modal-body select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/icons/down-arrow.png) 96% / 16px no-repeat white;
}

@media only screen and (max-width : 667px) {
    .modal-body select {
        width: 100%;
    }

    [class*="input-area-"] {
        height: 190px;
    }

    [class*="layout-area-"] {
        height: 75px;
    }

    .display {
        width: 100%;
    }

    .select {
        padding: 0;
    }

    .imglayout {
        margin: 8px;
    }

    .imglayoutselected {
        margin: 8px
    }
}

.layout {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    height: 75%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    overflow: hidden;
}

.side {
    width: 33.33%;
    position: absolute;
    top: 0;
    left: 66.66%;
    height: 500px;
    overflow: hidden;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.select {
    width: 100%;
    overflow: auto;
    float: left;
    position: relative;
    height: 500px;
}

.select-col {
    float: left;
    width: 33.33%;
    margin: 16px 0;
}

.select img {
    width: 150px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    margin: auto;
}

#select-title {
    z-index: 2;
}

#layout1 {
    top: 25%;
    left: 16.66%;
}

#layout2 {
    top: 25%;
    left: 50%;
}

#layout3 {
    top: 25%;
    left: 83.33%;
}

#layout4 {
    top: 75%;
    left: 16.66%;
}

#layout5 {
    top: 75%;
    left: 50%;
}

#layout6 {
    top: 75%;
    left: 83.33%;
}

.select img:hover {
    border: 3px solid var(--first-color);
}

.display {
    width: 66.66%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 20px;
    overflow: auto;
    background: white;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.display h3 {
    display: inline-block;
}

.modal {
    height: 75%;
    max-height: 500px;
    width: 75%;
    max-width: 850px;
    position: absolute;
    overflow: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.area-1 {
    float: left;
    max-width: 100%;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    text-align: center;
    position: relative;
    background-color: #F8ABAB;
    width: 100%;
}

.area-2 {
    float: left;
    max-width: 100%;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    text-align: center;
    position: relative;
    background-color: #F9F6A8;
    width: 33%;
}

.area-3 {
    float: left;
    max-width: 100%;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    text-align: center;
    position: relative;
    background-color: #EBEDED;
    width: 34%;
}

.area-4 {
    float: left;
    max-width: 100%;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    text-align: center;
    position: relative;
    background-color: #ADF0AD;
    width: 33%;
}

.area-5 {
    float: left;
    max-width: 100%;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    text-align: center;
    position: relative;
    background-color: #ABE5F8;
    width: 100%;
}

[class*="area-"] div {
    background: white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 8px;
    width: 19px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#displayClose {
    cursor: pointer;
    float: right;
    font-size: 1.5em;
    color: #ccc;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#displayClose:hover {
    color: #666;
}

[class*="input-area"] {
    height: 20%;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.input-area1 {
    background: lightcoral;
}

.input-area2 {
    background: lightgoldenrodyellow;
}

.input-area3 {
    background: lightgray;
}

.input-area4 {
    background: lightgreen;
}

.input-area5 {
    background: lightblue;
}

[class*="input-area"]:last-child {
    border-bottom-right-radius: 4px;
}

[class*="input-area"] .input {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
    font-size: 18px;
    text-align: center;
}

.modal-body [class*="input-area"] input[type=text] {
    max-width: 75px;
}

.input p {
    display: inline-block;
    font-size: 18px;
    margin: 0;
}

.input .circle-num {
    display: inline-block;
    background: white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 8px;
    margin: 0 8px 0 0;
    width: 20px;
    height: 20px;
}

.layout-percent {
    font-size: 16px;
    padding: 8px 24px 8px 8px;
    margin: 0 8px;
    width: 80px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
    position: relative;
    background-image: url('../images/icons/percent.png');
    background-position: 50px 6px;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
}

.input .checkbox-container {
    top: -10px;
}

@media only screen and (max-width: 768px) {
    [class*="col-"] {
        width: 100%;
    }

    .modal {
        height: 90%;
        max-height: 90%;
        width: 90%;
    }

    .side {
        width: 100%;
        height: 33.33%;
        position: absolute;
        left: 0;
        top: 66.66%;
    }

    .select {
        width: 100%;
        height: 650px;
    }

    .select-col {
        width: 50%;
    }

    .select-col img {
        width: 100px;
    }

    #layout1 {
        top: 25%;
        left: 16.66%;
    }

    #layout2 {
        top: 25%;
        left: 50%;
    }

    #layout3 {
        top: 25%;
        left: 83.33%;
    }

    #layout4 {
        top: 75%;
        left: 16.66%;
    }

    #layout5 {
        top: 75%;
        left: 50%;
    }

    #layout6 {
        top: 75%;
        left: 83.33%;
    }

    [class*="input-area"] {
        height: 20%;
        position: relative;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .display {
        height: 66.66%;
        width: 100%;
    }

    [class*="input-area"]:first-child {
        border-top-right-radius: 0;
    }

    [class*="input-area"]:last-child {
        border-bottom-right-radius: 0;
    }
}

/* Martin Tabs End*/

/* BUTTONS */
.rightbutton {
    font-family: 'Verdana', sans-serif;
    font-weight: normal;
    font-size: 11px;
    float: right;
    color: #fff;
    border: 0px solid #666;
    padding: 7px 10px 6px 10px;
    background-color: #666;
    margin-top: 0px;
    text-decoration: none
}

.rightbutton:hover {
    background-color: #333;
    color: White;
    cursor: pointer;
    float: right;
    text-decoration: none
}

.rightbutton a {
    color: #fff !Important
}

button {
    line-height: 20px;
    font-family: 'Verdana', sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #fff !Important;
    border: 0px solid #666;
    padding: 6px 10px 6px 10px;
    background-color: #666;
    /*margin-right:15px;*/
    margin-right: 5px;
    margin-top: 0px;
    text-decoration: none
}

button:hover {
    background-color: #333;
    color: White !Important;
    cursor: pointer;
    text-decoration: none
}

.aspbutton {
    -webkit-appearance: none;
    color: #FFF !Important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'Verdana', sans-serif;
    font-size: 11px;
    border: 0px solid #666;
    padding: 5px 10px 5px 10px;
    background-color: #666;
    margin-right: 15px;
    text-decoration: none
}

.aspbutton:hover {
    background-color: #333;
    color: #FFF !Important;
    cursor: pointer;
    text-decoration: none
}

.asprightbutton {
    background-image: none !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'Verdana', sans-serif;
    font-size: 11px;
    float: right;
    color: #fff;
    border: 0px solid #666;
    padding: 5px 10px 5px 10px;
    background-color: #666;
    margin-left: 15px;
    text-decoration: none
}

.asprightbutton:hover {
    background-image: none !important;
    background-color: #333;
    color: White;
    cursor: pointer;
    float: right;
    text-decoration: none
}

.smallbutton {
    font-family: 'Verdana', sans-serif;
    float: left;
    font-size: 11px;
    color: #000 !Important;
    border: 0px solid #666;
    padding: 3px 5px 3px 5px;
    background-color: #ccc;
    margin-right: 15px;
    margin-top: 0px;
    text-decoration: none
}

.smallbutton:hover {
    font-family: 'Verdana', sans-serif;
    float: left;
    font-size: 11px;
    color: #fff !Important;
    border: 0px solid #666;
    padding: 3px 5px 3px 5px;
    background-color: #666;
    margin-right: 15px;
    margin-top: 0px;
    text-decoration: none
}

.loginbutton {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'Verdana', sans-serif;
    margin: 10px 10px 0px 0px;
    font-size: 11px;
    float: right;
    color: #fff;
    border: 0px solid #666;
    padding: 5px 10px 5px 10px;
    background-color: #666;
    text-decoration: none
}

.loginbutton:hover {
    background-color: #333;
    color: White;
    cursor: pointer;
    float: right;
    text-decoration: none
}

.adminbutton {
    line-height: 20px;
    float: left;
    font-size: 11px;
    font-weight: normal;
    color: #fff !Important;
    border: none;
    padding: 6px 10px 6px 10px;
    background-color: #696D71;
    /*margin-right:15px;*/
    margin-right: 5px;
    margin-top: 0px;
    text-decoration: none;
    font-weight: none;
}

.adminbutton:hover {
    color: White !Important;
    cursor: pointer;
    text-decoration: none
}

.adminbutton a {
    color: #fff !Important
}

.admin-fa-icon {
    color: var(--first-color);
    cursor: pointer;
    font-size: 20px !Important;
    margin-right: 3px
}

.admin-fa-icon:hover {
    color: var(--second-color);
}

.adminbuttonsetup {
    width: 20px;
    height: 20px;
    border: 0px;
    margin-right: 5px;
    background-image: url('/administration/images/buttonsetup.png');
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    float: left
}

.adminbuttonsetup:hover {
    background-image: url('/administration/images/buttonsetuphover.png');
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer
}

.adminbuttonedit {
    width: 20px;
    height: 20px;
    border: 0px;
    margin-right: 5px;
    background-image: url('/administration/images/buttonedit.png');
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    float: left
}

.adminbuttonedit:hover {
    background-image: url('/administration/images/buttonedithover.png');
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer
}

.adminbuttondelete {
    width: 20px;
    height: 20px;
    border: 0px;
    background-image: url('/administration/images/buttondelete.png');
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    display: block;
    background-color: transparent;
}

.adminbuttondelete:hover {
    background-image: url('/administration/images/buttondeletehover.png');
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer
}

.expandbutton {
    display: block;
    font-size: 10pt;
    text-decoration: none;
    float: left;
    clear: both
}

.expandbutton:hover {
    text-decoration: underline;
    cursor: pointer
}

.iphelp {
    margin-left: 5px;
    cursor: pointer
}

.adminmenu ul {
    padding: 0;
    margin: 0px auto;
    text-align: center;
    /* floats buttons within nav */
    height: auto
}

.adminmenu li {
    display: inline-block;
    text-align: right;
    text-decoration: none
}

.adminmenu a {
    display: inline-block;
    font-weight: lighter;
    padding: 0 0px 0 10px;
    text-decoration: none
}

.adminmenu a:hover {
    text-decoration: none
}

.logoutadmin {
    margin-top: 3px;
    background-color: var(--first-color);
    display: inline-block;
    color: #fff !Important;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 15px;
    text-decoration: none;
    cursor: pointer
}

.logoutadmin:hover {
    background-color: #ccc;
    text-decoration: none
}

.editformhead {
    font-weight: bold !important
}

.divtable {
    border: 1px solid #000;
    display: table;
    border-collapse: collapse;
    width: 100%
}

.headerrow {
    line-height: 35px;
    padding: 5px;
    display: block;
    background-color: #000;
    color: White;
    font-weight: bold;
    border-collapse: collapse
}

.divtablerow {
    line-height: 35px;
    background-color: #fff;
    display: block;
    padding: 5px;
    border-collapse: collapse
}

.divtablerow:nth-child(odd) {
    background-color: #efefef
}

.row0 {
    line-height: 28px;
    background-color: #fff;
    display: block;
    padding: 8px 5px 5px 5px
}

.row1 {
    line-height: 28px;
    background-color: #eee;
    display: block;
    padding: 8px 5px 5px 5px
}

.editarea {
    background-color: rgba(204, 204, 204, 0.565);
    display: block;
    padding: 5px;
    margin: 10px 0px 0px 0px;
}

.editarea1 {
    background-color: rgba(248, 171, 171, 0.565);
    display: block;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    z-index: 4;
}

.editarea2 {
    background-color: rgba(249, 246, 168, 0.565);
    display: block;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    z-index: 4;
}

.editarea3 {
    background-color: rgba(204, 204, 204, 0.565);
    display: block;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    z-index: 4;
}

.editarea4 {
    background-color: rgba(173, 240, 173, 0.565);
    display: block;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    z-index: 4;
}

.editarea5 {
    background-color: rgba(171, 229, 248, 0.565);
    display: block;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    z-index: 4;
}

.editborder1 {
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    position: relative;
}

.editborder1:hover {
    border-right: 2px dashed #F8ABAB;
    border-bottom: 2px dashed #F8ABAB;
    border-left: 2px dashed #F8ABAB
}

.editborder2 {
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    position: relative;
}

.editborder2:hover {
    border-right: 2px dashed #F9F6A8;
    border-bottom: 2px dashed #F9F6A8;
    border-left: 2px dashed #F9F6A8
}

.editborder3 {
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    position: relative;
}

.editborder3:hover {
    border-right: 2px dashed #CCC;
    border-bottom: 2px dashed #CCC;
    border-left: 2px dashed #CCC
}

.editborder4 {
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    position: relative;
}

.editborder4:hover {
    border-right: 2px dashed #ADF0AD;
    border-bottom: 2px dashed #ADF0AD;
    border-left: 2px dashed #ADF0AD
}

.editborder5 {
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    position: relative;
}

.editborder5:hover {
    border-right: 2px dashed #ABE5F8;
    border-bottom: 2px dashed #ABE5F8;
    border-left: 2px dashed #ABE5F8
}

.editbutton1 {
    color: #fff;
    background-color: #666;
    border: 0;
    padding: 5px 10px
}

.editbutton1:hover {
    cursor: pointer;
    background-color: #CCC;
    color: Black
}

.editbutton2 {
    color: #fff;
    background-color: #666;
    border: 0;
    padding: 5px 10px
}

.editbutton2:hover {
    cursor: pointer;
    background-color: #CCC;
    color: Black
}

.editbutton3 {
    color: #fff;
    background-color: #666;
    border: 0;
    padding: 5px 10px
}

.editbutton3:hover {
    cursor: pointer;
    background-color: #CCC;
    color: Black
}

.editbutton4 {
    color: #fff;
    background-color: #666;
    border: 0;
    padding: 5px 10px
}

.editbutton4:hover {
    cursor: pointer;
    background-color: #CCC;
    color: Black
}

.editbutton5 {
    color: #fff;
    background-color: #666;
    border: 0;
    padding: 5px 10px
}

.editbutton5:hover {
    cursor: pointer;
    background-color: #CCC;
    color: Black
}

.newcontentbuttonholder1 {
    border: 2px dashed #F8ABAB;
    padding: 5px 3%;
    text-align: left;
    text-align: center;
    margin-top: 5px
}

.newcontentbuttonholder1:hover {
    border: 2px solid #CCC;
    background-color: white;
    cursor: pointer
}

.newcontentbuttonholder2 {
    border: 2px dashed #F9F6A8;
    padding: 5px 3%;
    text-align: left;
    text-align: center;
    margin-top: 5px
}

.newcontentbuttonholder2:hover {
    border: 2px solid #CCC;
    background-color: white;
    cursor: pointer
}

.newcontentbuttonholder3 {
    border: 2px dashed #CCC;
    padding: 5px 3%;
    text-align: left;
    text-align: center;
    margin-top: 5px
}

.newcontentbuttonholder3:hover {
    border: 2px solid #CCC;
    background-color: white;
    cursor: pointer
}

.newcontentbuttonholder4 {
    border: 2px dashed #ADF0AD;
    padding: 5px 3%;
    text-align: left;
    text-align: center;
    margin-top: 5px
}

.newcontentbuttonholder4:hover {
    border: 2px solid #CCC;
    background-color: white;
    cursor: pointer
}

.newcontentbuttonholder5 {
    border: 2px dashed #ABE5F8;
    padding: 5px 3%;
    text-align: left;
    text-align: center;
    margin-top: 5px
}

.newcontentbuttonholder5:hover {
    border: 2px solid #CCC;
    background-color: white;
    cursor: pointer
}

.newbutton {
    width: 695px;
    height: 20px;
    display: block;
    padding: 7px 0px 0px 5px;
    color: White;
    font-weight: bold
}

.newbutton:hover {
    color: #FFF;
    cursor: pointer;
    text-decoration: none
}

.editbutton {
    color: #333
}

.editbutton:hover {
    cursor: pointer
}

.textbox {
    float: right;
    width: 200px;
    margin: 5px 40px 0px 0px
}

.errortext {
    color: Red;
    font-size: 8pt
}

.listdel {
    float: right;
    color: Red
}

.promptlabelshort {
    font-weight: bold;
    width: 75px;
    float: left;
    font-size: 8pt;
    color: #666
}

.promptlabelshort2 {
    font-weight: bold;
    width: 50px;
    float: left;
    font-size: 8pt;
    color: #666;
    margin-left: 40px
}

.promptlabel {
    font-weight: bold;
    width: 100px;
    float: left;
    font-size: 8pt;
    color: #666
}

.promptlabelwide {
    font-weight: bold;
    max-width: 150px;
    float: left;
    font-size: 8pt;
    color: #666
}

/* POPUP */
#popupwindow {
    position: absolute;
    width: 80%;
    float: left;
    top: 40;
    left: 50%;
    /*padding:50px 0px 0px 0px;*/
    background-color: White;
    padding: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 200;
    margin: -20px 0px 0px -42%
}

.popupheadingholder {
    height: 20px;
    padding: 0px 0px 20px 0px;
    display: block;
    width: 100%
}

.popupclose {
    float: right;
    /*margin-top:-40px;*/
}

.popupheading {
    float: left
}

#popupcontent {
    text-align: left
}

#editText {
    padding: 20px;
    margin-bottom: 20px;
    display: none
}

#editImage {
    padding: 20px;
    margin-bottom: 20px;
    display: none
}

#editYoutube {
    padding: 20px;
    margin-bottom: 20px;
    display: none
}

#editFeed {
    padding: 20px;
    margin-bottom: 20px;
    display: none
}

#editGallery {
    padding: 20px 0px;
    display: none
}

#editDownloads {
    padding: 20px;
    margin-bottom: 20px;
    display: none
}

#editMap {
    padding: 20px;
    margin-bottom: 20px;
    display: none
}

#editSubMenu {
    padding: 20px;
    margin-bottom: 20px;
    display: none
}

#editSearchResults {
    padding: 20px;
    margin-bottom: 20px;
    display: none
}

#editFeaturedProducts {
    padding: 20px;
    margin-bottom: 20px;
    display: none
}

#editSpecialOffers {
    padding: 20px;
    margin-bottom: 20px;
    display: none
}

/* EDIT BUTTONS */
#newbuttonholder {
    width: 100%;
    height: 170px;
    padding: 20px 0px;
    margin-bottom: 20px;
    display: none
}

.newbutton {
    width: 100px;
    height: 130px;
    float: left;
    padding: 10px;
    margin: 0px 5px 0px 0px
}

.newbutton:hover {
    /*background-color:#CCC;*/
    cursor: pointer
}

.newbuttonname {
    width: 100%;
    text-align: center;
    color: #666;
    margin-top: 10px;
    font-size: 8pt
}

#newbuttontext {
    width: 100px;
    height: 100px;
    display: block;
    background: url('/Administration/images/cms-icons2.png') bottom;
    background-position: -100px -200px
}

.newbutton:hover>#newbuttontext {
    background-position: -100px -100px
}

#newbuttonimage {
    width: 100px;
    height: 100px;
    display: block;
    background: url('/Administration/images/cms-icons2.png') bottom;
    background-position: -200px -200px
}

.newbutton:hover>#newbuttonimage {
    background-position: -200px -100px
}

#newbuttonyoutube {
    width: 100px;
    height: 100px;
    display: block;
    background: url('/Administration/images/cms-icons2.png') bottom;
    background-position: -300px -200px
}

.newbutton:hover>#newbuttonyoutube {
    background-position: -300px -100px
}

#newbuttonfeed {
    width: 100px;
    height: 100px;
    display: block;
    background: url('/Administration/images/cms-icons2.png') bottom;
    background-position: 0 0
}

.newbutton:hover>#newbuttonfeed {
    background-position: 0px -100px
}

#newbuttongallery {
    width: 100px;
    height: 100px;
    display: block;
    background: url('/Administration/images/cms-icons2.png') bottom;
    background-position: -400px -200px
}

.newbutton:hover>#newbuttongallery {
    background-position: -400px -100px
}

#newbuttonslider {
    width: 100px;
    height: 100px;
    display: block;
    background: url('/Administration/images/cms-icons2.png') bottom;
    background-position: -500px -200px
}

.newbutton:hover>#newbuttonslider {
    background-position: -500px -100px
}

#newbuttondxslider {
    width: 100px;
    height: 100px;
    display: block;
    background: url('/Administration/images/cms-icons2.png') bottom;
    background-position: -500px -200px
}

.newbutton:hover>#newbuttondxslider {
    background-position: -500px -100px
}

#newbuttondownloads {
    width: 100px;
    height: 100px;
    display: block;
    background: url('/Administration/images/cms-icons2.png') bottom;
    background-position: -600px -200px
}

.newbutton:hover>#newbuttondownloads {
    background-position: -600px -100px
}

#newbuttonmap {
    width: 100px;
    height: 100px;
    display: block;
    background: url('/Administration/images/cms-icons2.png') bottom;
    background-position: -700px -200px
}

.newbutton:hover>#newbuttonmap {
    background-position: -700px -100px
}

#newbuttonsubmenu {
    width: 100px;
    height: 100px;
    display: block;
    background: url('/Administration/images/cms-icons3.png') bottom;
    background-position: -700px -200px
}

.newbutton:hover>#newbuttonsubmenu {
    background-position: -700px -100px
}

#newbuttonsearchresults {
    width: 100px;
    height: 100px;
    display: block;
    background: url('/Administration/images/cms-icons3.png') bottom;
    background-position: -800px -200px
}

.newbutton:hover>#newbuttonsearchresults {
    background-position: -800px -100px
}

#newbuttonspecialoffers {
    width: 100px;
    height: 100px;
    display: block;
    background: url('/Administration/images/cms-icons4.png') bottom;
    background-position: -1000px -200px
}

.newbutton:hover>#newbuttonspecialoffers {
    background-position: -1000px -100px
}

#newbuttonfeaturedproducts {
    width: 100px;
    height: 100px;
    display: block;
    background: url('/Administration/images/cms-icons4.png') bottom;
    background-position: -900px -200px
}

.newbutton:hover>#newbuttonfeaturedproducts {
    background-position: -900px -100px
}

.editarea {
    display: block;
    position: relative;
    /*z-index:20000;*/
    background-image: url('/images/black20.png');
    text-align: right
}

#gallerypreviewarea {
    width: 100%;
    display: none;
    text-align: left
}

.gallerypreview {
    width: 21%;
    height: 70px;
    padding: 10px 2% !important;
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

.gallerypreview:hover {
    cursor: pointer;
    background-color: #CCC
}

#gallerysliderinfo {
    vertical-align: top;
    display: inline-block;
    margin-left: 1%
}

#sliderpreviewarea {
    width: 100%;
    display: none;
    text-align: left
}

.sliderpreview {
    width: 21%;
    padding: 10px 2% !important;
    display: inline-block
}

.sliderpreview:hover {
    cursor: pointer;
    background-color: #CCC
}

#dxsliderpreviewarea {
    width: 100%;
    display: none;
    text-align: left
}

.dxsliderpreview {
    width: 75px;
    height: 60px;
    padding: 10px 5px !important;
    display: inline-block
}

.dxsliderpreview:hover {
    cursor: pointer;
    background-color: #CCC
}

.addnewimage {
    background-color: #666;
    color: White;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.browsebutton {
    float: right
}

.clearbutton {
    float: right
}

#previewimages {
    background-color: #EAEAEA;
    /*padding:0px 0px 0px 1%;*/
}

.divupload {
    margin-bottom: 20px
}

.uploadlabel {
    width: 80px;
    padding: 0px 0px 0px 10px;
    float: left;
    font-size: 10pt
}

#actionButtons {
    display: block;
    width: 100%;
    padding-top: 20px;
    margin: 0;
    float: left
}

#actionButtons input {
    display: inline-block;
    width: 33.33%;
    margin: 0;
}

/* FILE EXPLORER POPUP */
#explorerpopupbackground {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    padding: 32px 0px 0px 0px;
    margin: 0px auto 0px auto;
    background-image: url('/images/black80.png');
    z-index: 300
}

#explorerpopup {
    position: absolute;
    width: 80%;
    float: left;
    top: 40;
    left: 50%;
    background-color: White;
    padding: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 400;
    margin: -20px 0px 0px -42%
}

.dxsplCC {
    float: right
}

.dxfmControl {
    height: 400px !important
}

/* ARE YOU SURE POPUP */
#areyousurebackground {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    z-index: 4000;
}

#areyousurepopup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: White;
    text-align: center;
}

/* EDIT PAGES */
.tableheading {
    line-height: 28px;
    width: 24%;
    padding: 5px 1% 5px 1%;
    background-color: #000;
    text-align: left;
    color: White;
    font-weight: bold
}

.tableheading2 {
    width: 35%;
    padding: 5px 1% 5px 1%;
    background-color: #000;
    text-align: left;
    color: White;
    font-weight: bold
}

.tableheading3 {
    width: 10%;
    padding: 5px 1% 5px 1%;
    background-color: #000;
    text-align: left;
    color: White;
    font-weight: bold
}

.tableheadingshort {
    width: 5%;
    padding: 5px 1% 5px 1%;
    background-color: #000;
    text-align: left;
    color: White;
    font-weight: bold
}

.tableheadingaction {
    width: 145px;
    padding: 5px 1% 5px 1%;
    background-color: #000;
    text-align: left;
    color: White;
    font-weight: bold
}

.tableheadingexpand {
    padding: 5px 1% 5px 1%;
    background-color: #000;
    text-align: left;
    color: White;
    font-weight: bold
}

.tablecell {
    padding: 3px 1% 3px 1%;
    vertical-align: middle
}

.tablerow0 {
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ccc
}

.tablerow1 {
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white
}

.validator {
    font-size: 9pt !important;
    margin-left: 20px
}

.admintable {
    width: 100%;
    border: 1px #000 solid
}

.admintabletd {
    vertical-align: middle
}

.newcontentbutton {
    background-color: #666;
    color: white;
    padding: 5px 10px;
    border: 0
}

.newcontentbutton:hover {
    background-color: #CCC;
    color: black;
    cursor: pointer
}

.dxsliderlabel {
    line-height: 20px
}

/* PROJECTS */
.ProjectClients {
    background-color: #CCC;
    padding: 10px;
    margin-bottom: 10px
}

.ProjectTypes {
    background-color: #CCC;
    padding: 10px
}

#projectsleftside {
    width: 50%;
    display: block
}

.imagepreview {
    height: 100px;
    float: right;
    vertical-align: bottom
}

#projectdetailsright {
    float: right;
    display: block;
    width: 48%;
    padding-left: 2%
}

.projecttablewidth {
    width: 100%
}

/* NEW PAGE MENU LIST */
#pagelist {
    border: 1px solid purple;
    padding: 20px
}

#pagelist ul {
    list-style-type: circle;
    text-align: left;
    margin: 20px
}

#pagelist ul li {
    color: Red
}

#pagelist ul li ul {
    list-style-type: square;
    text-align: left;
    margin: 0px 0px 0px 20px
}

#pagelist ul li ul li {
    color: Lime
}

/* NEW ADDITIONS */
.imglayout {
    width: 70px;
    border: 3px solid white;
    cursor: pointer
}

.imglayoutselected {
    width: 70px;
    border: 3px solid var(--first-color);
    cursor: pointer
}

.colourkey1 {
    width: 10px;
    height: 10px;
    border: 1px solid black;
    display: block;
    float: right;
    margin-right: 35px;
    background-color: #F8ABAB
}

.colourkey2 {
    width: 10px;
    height: 10px;
    border: 1px solid black;
    display: block;
    float: right;
    margin-right: 35px;
    background-color: #F9F6A8
}

.colourkey3 {
    width: 10px;
    height: 10px;
    border: 1px solid black;
    display: block;
    float: right;
    margin-right: 35px;
    background-color: #EBEDED
}

.colourkey4 {
    width: 10px;
    height: 10px;
    border: 1px solid black;
    display: block;
    float: right;
    margin-right: 35px;
    background-color: #ADF0AD
}

.colourkey5 {
    width: 10px;
    height: 10px;
    border: 1px solid black;
    display: block;
    float: right;
    margin-right: 35px;
    background-color: #ABE5F8
}

/* ADMIN PAGES */
#adminpages {
    float: left;
    width: 100%;
    background-color: Black;
    padding: 5px 0px;
    display: block;
    text-align: center
}

#adminpages li {
    display: inline-block
}

#adminpages li a {
    color: #FFF !important;
    border: 1px solid white;
    display: inline-block;
    line-height: 25px;
    min-width: 80px;
    padding: 0 10px;
    text-align: center
}

.adminmenu {
    text-align: right;
    padding: 0px 0px;
}

.adminmenulist {
    float: none !important
}

#content1,
#content2,
#content3,
#content4,
#content5 {
    padding: 20px 1% 10px 1%;
}

/* EDIT HOME PAGE */
#popupeditbackground {
    position: absolute;
    height: 1180px;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    padding: 50px 0px 0px 0px;
    margin: 0px auto 0px auto;
    background-image: url('/images/black80.png');
    z-index: 100
}

#popupeditwindow {
    position: absolute;
    width: 80%;
    float: left;
    top: 40;
    left: 50%;
    background-color: White;
    padding: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 200;
    margin: -20px 0px 0px -42%
}

#popuparticlesbackground {
    position: absolute;
    height: 1180px;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    padding: 50px 0px 0px 0px;
    margin: 0px auto 0px auto;
    background-image: url('/images/black80.png');
    z-index: 100
}

#popuparticleswindow {
    position: absolute;
    width: 80%;
    float: left;
    top: 40;
    left: 50%;
    background-color: White;
    padding: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 200;
    margin: -20px 0px 0px -42%
}

.featuredimgholder {
    width: 96%;
    height: 100px;
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 5px 2%;
    background-color: White !important
}

.featuredimg {
    max-height: 100%;
    max-width: 100%
}

.contentslidertext {
    color: #333;
    font-size: 9pt;
    text-align: left
}

.contentsliderheader {
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    color: #93B7C9;
    text-decoration: none
}

.contentsliderlabel {
    float: left;
    width: 74%;
    display: block;
    text-align: left
}

.articlelistlabel {
    font-weight: bold;
    text-align: left;
    width: 100%;
    display: block
}

/* NEW GALLERY (PRODUCTS) */
#gallerypopupbackground {
    position: absolute;
    height: 1180px;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    padding: 50px 0px 0px 0px;
    margin: 0px auto 0px auto;
    background-image: url('/images/black80.png');
    z-index: 250
}

#gallerypopup {
    position: absolute;
    width: 68%;
    float: left;
    top: 100;
    left: 35%;
    background-color: White;
    padding: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 600;
    margin: 50px 0px 0px -21%
}

/* USER ADMIN */
.zonepermissionrow {
    padding: 3px;
    display: inline-flex;
    width: 100%
}

.zonelabel {
    width: 120px
}

/*Styles for screen 667px and lower*/
@media only screen and (max-width : 667px) {
    .adminmenu {
        float: none;
    }
}