/* General Overrides*/

body {
    margin-bottom: 45px !important;
}

#content1,
#content2,
#content3,
#content4,
#content5 {
    padding: 0 !important;
}


/* Admin Menu*/

.adminmenu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 12px;
    background: var(--first-color);
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 49%);
    -moz-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.49);
    box-shadow: -1px -1px 5px 0px rgb(0 0 0 / 49%);
    z-index: 5;
}

.adminmenu::before {
    content: "\f013";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.adminmenu ul {
    margin: 0;
}

.adminmenu li {
    display: inline-block;
    padding: 0 0 0 12px;
    margin: 0;
}

.adminmenu li:first-child {
    padding: 0;
}

.adminmenu a {
    color: white !important;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.adminmenu a:hover {
    opacity: 0.7;
}

.adminmenu a i {
    margin-right: 8px;
}

@media only screen and (max-width: 677px) {
    .adminmenu::before {
        display: none;
    }
    .adminmenu ul {
        height: 32px;
    }
    .adminmenu a {
        overflow: hidden;
        width: 36px;
        height: 30px;
    }
    .adminmenu a i {
        font-size: 22px;
        margin-right: 0;
        padding-top: 5px;
    }
}

.divider {
    margin-bottom: 20px;
}

.admin-table {
    border: 1px solid #333;
    display: table;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}

.admin-table-small {
    max-width: 900px;
    margin: 0 auto;
}

.admin-table .table-header,
.admin-table .table-row {
    padding: 8px;
    border-collapse: collapse;
}

.admin-table .table-header {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.admin-table .table-row {
    background-color: #fff;
    overflow: auto;
}

.admin-table .table-row:nth-child(odd) {
    background-color: #efefef;
}

.admin-table .table-header .row-action,
.admin-table .table-row .row-action {
    width: 25%;
    float: right;
}

.admin-table .table-row .row-area {
    line-height: 28px;
    font-size: 16px;
}

.admin-table .table-header .row-action .action-button,
.admin-table .table-row .row-action .action-button {
    margin-right: 8px;
}

.admin-table .table-row .table-cell {
    padding: 5px;
}

.admin-table-icon {
    color: var(--first-color);
    width: 22px;
    text-align: center;
}


/* .admin-table .table-row .row-action .adminbutton {
display: inline-block;
font-size: 12px;
padding: 8px 12px;
background-color: #808080;
color: #fff;
cursor: pointer;
text-decoration: none !important;
border: 0;
-webkit-appearance: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
-o-transition: background-color 0.3s;
transition: background-color 0.3s;
}

.admin-table .table-row .row-action .adminbutton:hover {
background-color: #333 !Important;
color: #fff !Important;
} */


/* Admin Tabs */

.tabnav {
    display: inline-block;
    color: white;
    background-color: #666;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    line-height: 28px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    margin-right: 1px;
    padding: 0 10px;
}

.tabnav:hover {
    background-color: #000;
}

.tabnavselect {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    line-height: 28px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    margin-right: 1px;
    padding: 0 10px;
}

.tabheading {
    float: left;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    width: 100%;
}

.labelinputrow {
    margin: 0px 0px 15px 0px;
    clear: both;
    min-height: 35px;
}

.labelinputrowfull {
    margin: 0px 0px 15px 0px;
    clear: both;
}

.shortdesctxt {
    width: 99%;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    padding: 0.5%;
}


/* DXP Overrides */

.dxic input[type=text] {
    padding: unset !Important;
    font-size: unset !Important;
}

.dxmodalSys {
    height: fit-content;
}

@media (min-width: 576px) {
    .dxmodalSys>.dxpclW {
        max-width: unset;
        margin-top: 70px !Important;
    }
}

.dxpcLite_Mulberry .dxpc-content,
.dxdpLite_Mulberry .dxpc-content {
    padding: 14px;
}

.dxtcLite_Mulberry>.dxtc-content {
    padding: 5px !Important;
}


/* DXP Overrides - Table Header */

.dxgvHeader_Mulberry {
    background-color: var(--fourth-color);
    color: #fff;
    font-size: 16px;
    padding: 8px;
    border: 0;
}

.dxgvHeader_Mulberry td {
    text-align: left;
}

.dxgvHeader_Mulberry td {
    color: white;
}

.dxgvTable_Mulberry caption {
    background: var(--second-color);
    color: white;
}


/* DXP Overrides - Table Row */

.dxgvDataRow_Mulberry {
    line-height: 32px;
    font-size: 16px;
}


/* Sets alternate row color in DXP Gridviews */

tr.dxgvDataRow_Mulberry:nth-child(even) {
    background: #efefef;
}

.dxgvDataRow_Mulberry td.dxgv,
.dxgvEditFormDisplayRow_Mulberry td.dxgv {
    border-bottom: 0;
    border-right: 0;
    padding: 5px 6px;
    line-height: 1.3;
}

.dxgvCommandColumn_Mulberry {
    text-align: left;
}

.dxgvDataRow_Mulberry.dxgvDataRowAlt_Mulberry {
    color: #000 !important;
}


/* DXP Overrides - Pencil / Trash Icon */

a[data-args*="StartEdit"],
a[data-args*="Delete"] {
    text-decoration: none;
    margin: 4px !important;
}

a[data-args*="StartEdit"]::before,
a[data-args*="Delete"]::before {
    display: inline-block;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

a[data-args*="StartEdit"]::before {
    color: var(--pos-button);
}

a[data-args*="Delete"]::before {
    color: var(--neg-button);
}

a[data-args*="StartEdit"]::before {
    content: "\f303";
}

a[data-args*="Delete"]::before {
    content: "\f2ed";
}

a[data-args*="StartEdit"]:hover::before,
a[data-args*="Delete"]:hover::before {
    color: var(--sixth-color);
}

a[data-args*="StartEdit"] img,
a[data-args*="StartEdit"] span,
a[data-args*="Delete"] img,
a[data-args*="Delete"] span {
    display: none !important;
}


/* DXP Overrides - Button */

.dxpcLite_Mulberry .dxpc-header {
    background: var(--first-color);
    color: white;
}

a[data-args*="AddNew"],
div[data-args*="UpdateEdit"],
a[data-args*="UpdateEdit"],
div[data-args*="CancelEdit"],
a[data-args*="CancelEdit"] {
    display: inline-block;
    cursor: pointer;
    color: #fff!Important;
    background: var(--first-color);
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a[data-args*="AddNew"],
div[data-args*="UpdateEdit"],
a[data-args*="UpdateEdit"] {
    background-color: var(--pos-button);
    color: #fff !important;
}

a[data-args*="AddNew"] {
    padding: 4px 8px;
    font-size: 12px;
}

a[data-args*="AddNew"]:hover,
div[data-args*="UpdateEdit"]:hover,
a[data-args*="UpdateEdit"]:hover,
a[data-args*="CancelEdit"]:hover,
div[data-args*="CancelEdit"]:hover {
    color: #fff !important;
    background-color: #666;
}

a[data-args*="AddNew"] .dbx,
div[data-args*="UpdateEdit"] .dxb,
a[data-args*="UpdateEdit"] .dxb,
a[data-args*="CancelEdit"] .dxb,
div[data-args*="CancelEdit"] .dxb {
    padding: 0;
    background: none;
}


/* DXP Overrides - General */


/* .dxflGroupCell_Mulberry.dxflChildInFirstRowSys.dxflFirstChildInRowSys {
width: 100%;
} */

.dxflNestedControlCell_Mulberry.dxflCLLSys.dxflItemSys.dxflCustomItemSys.dxflItem_Mulberry.dxflCommandItemSys {
    margin: 0 auto;
    text-align: center;
}

a.dxbButton_Mulberry:visited {
    color: inherit;
}

a.dxbButton_Mulberry[class~="dxgvCommandColumnItem_Mulberry"],
a.dxbButton_Mulberry[class~="grdusers_DXCBtn0"] {
    margin: 0;
}

.dxgvSearchPanel_Mulberry {
    padding: 0px 0 14px 0;
    max-width: 300px;
    margin: 0 auto;
}

.dxgvEditForm_Mulberry {
    background-color: #f3f3f3;
    border: 1px solid grey;
}

.dxgvEditForm_Mulberry {
    background-color: #f3f3f3;
}


/* Admin Table End */


/* News Category Editor */

.category-editor {
    background-color: #efefef;
    display: block;
    text-align: right;
    padding: 8px;
    padding-right: 0;
    margin: 10px 0px 0px 0px;
}

.category-editor .aspbutton,
.category-editor input[type=text] {
    margin-right: 8px;
    margin-bottom: 0;
}

.category-editor input[type=text] {
    padding: 8.2px;
}


/* .category-editor input[type=button],
.category-editor input[type=submit] {
height: 33px;
border: 0;
-webkit-transition: color 0.3s, background-color 0.3s;
-moz-transition: color 0.3s, background-color 0.3s;
-o-transition: color 0.3s, background-color 0.3s;
transition: color 0.3s, background-color 0.3s;
cursor: pointer;
color: #fff;
background-color: #808080;
padding: 4px 8px;
font-size: 12px;
}

.category-editor input[type=button]:hover,
.category-editor input[type=submit]:hover {
background-color: #333 !Important;
color: #fff !Important;
} */


/* News Category Editor End */


/* Users */

.user-column {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-right: -3px;
}

.user-column:nth-child(4) {
    width: 50%;
}

.user-row {
    padding: 8px;
    clear: both;
}

.user-row table,
.user-row select {
    margin-left: 8px;
    float: right;
    width: 163px;
    font-size: 12px;
    padding: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.user-row select {
    height: 29px;
    padding: 8px;
}

.user-image {
    position: relative;
    padding: 2px;
    margin-bottom: 8px;
    width: 125px;
    height: 125px;
    background-color: #efefef;
}

.user-image::before {
    content: "\f03e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 48px;
    color: #808080;
    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%);
}

.user-image img {
    position: relative;
    z-index: 2;
}

.hidden {
    display: none;
}

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

.zonelabel {
    width: 120px
}

.editformhead {
    font-weight: bold !important
}


/* Users End*/


/* News */

.articlesetup-grey,
.articlesetup-white {
    padding: 32px;
}

.articlesetup-grey {
    background: #ddd;
}

.articlesetup-white {
    background: #fff;
}

.labelinputrow select {
    float: left;
    width: 300px;
}

.labelinputrow textarea {
    width: 300px;
    height: 80px;
    float: left;
    resize: none;
}

.labelinputrow .dxeButtonEditSys.dxeButtonEdit_Mulberry.dxDateEditSys {
    width: 300px;
    height: 33px;
    float: left;
}

.inputlabel {
    width: 150px;
    display: inline-block;
    float: left;
}

.inputtext {
    border: 1px solid #b5b5b5;
    padding: 8px;
    width: 300px;
}

.inputlabelwide {
    width: 200px;
    display: inline-block;
    float: left;
}

.inputdropdown {
    float: left;
    width: 315px;
    padding: 7.5px 8px;
}

i.help {
    font-size: 20px;
    margin-left: 8px;
    cursor: help;
    color: var(--first-color);
}

.smallbutton {
    float: left;
    margin-left: 8px;
    padding: 6px 8px;
}

.charcount {
    display: inline-block;
    margin-left: 8px;
    font-size: 90%;
}

.required {
    color: Red;
    font-size: 12px;
}


/* News End */


/* Modal */

.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: inherit;
    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-color: var(--pos-button);
}

.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
    }
    .inputlabel {
        margin-top: 10px;
    }
}


/* Modal End */


/* Buttons */

.asprightaddnew {
    float: right;
    line-height: 1;
    color: #fff !important;
    background: var(--pos-button);
    padding: 8px 12px;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    border: 0;
    text-decoration: none !important;
    border-radius: 0;
    transition: 0.3s;
    font-family: var(--first-font);
}

.asprightaddnew:hover {
    background: var(--sixth-color) !important;
}

button,
.adminbutton,
.aspbutton,
.asprightbutton,
.rightbutton,
.smallbutton,
.deleteButton {
    line-height: 1;
    color: var(--fourth-color) !important;
    background-color: var(--third-color);
    padding: 8px 12px;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    border: 0;
    text-decoration: none !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

button.pos,
.adminbutton.pos,
.aspbutton.pos,
.asprightbutton.pos,
.rightbutton.pos,
.smallcta.pos,
.smallbutton.pos {
    background-color: var(--pos-button);
}

button.delete,
.adminbutton.delete,
.aspbutton.delete,
.asprightbutton.delete,
.rightbutton.delete,
.smallcta.delete,
.smallbutton.delete {
    background-color: var(--neg-button);
}

.rightbutton,
.asprightbutton {
    float: right;
}

.smallbutton {
    font-size: 12px;
    padding: 4px 8px;
}

button:hover,
.adminbutton:hover,
.aspbutton:hover,
.asprightbutton:hover,
.rightbutton:hover,
.smallbutton:hover,
.deleteButton:hover {
    background-color: var(--sixth-color);
    color: #fff !important;
    text-decoration: none !important;
}

.admin-fa-icon {
    color: var(--first-color);
    cursor: pointer;
    font-size: 20px !important;
    margin-right: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

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

.adminbuttonedit,
.adminbuttondelete {
    width: 20px;
    height: 20px;
    border: 0px;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
}

.adminbuttonedit {
    background-image: url('/administration/images/buttonedit.png');
    margin-right: 5px;
    float: left;
}

.adminbuttondelete {
    background-image: url('/administration/images/buttondelete.png');
}

.adminbuttonedit:hover,
.adminbuttondelete:hover {
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.adminbuttonedit:hover {
    background-image: url('/administration/images/buttonedithover.png');
}

.adminbuttondelete:hover {
    background-image: url('/administration/images/buttondeletehover.png');
}

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

[data-tip] {
    position: relative;
    float: left;
}

[data-tip]:before {
    content: '';
    /* hides the tooltip when not hovered */
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a1a1a;
    position: absolute;
    top: 30px;
    left: 35px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 35px;
    left: 0px;
    padding: 5px 8px;
    background: #1a1a1a;
    color: #fff;
    z-index: 9;
    font-size: 0.8em;
    height: auto;
    line-height: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-width: 200px;
    max-width: 300px;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
    display: block;
}

.adminbutton-holder {
    display: table;
    margin: 10px auto;
}


/* Buttons End */

.dxbButton_Mulberry.asprightbutton.dxbButtonSys.dxbTSys {
    background: var(--third-color);
    font-size: unset;
    padding: 5px 3px;
}

.dxbButton_Mulberry.asprightbutton.dxbButtonSys.dxbTSys:hover {
    background: var(--sixth-color);
}

.dxpLite_Mulberry .dxp-current {
    background-color: var(--second-color);
}

/* Blog Menu/Project Admin Table */

.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
}


/* Blog Menu/Project Admin Table End */


/* Edit Area */

.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
}

[class*="editborder"] {
    min-height: 38px;
}

.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
}


/* Edit Area End */


/* Content Area */

#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
}

#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 {
    cursor: pointer
}

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

.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;
}

.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;
}


/* Content Area End */


/* Popup */

#popupbackground {
    position: fixed;
    z-index: 150;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: auto;
}

#popupbackground::-webkit-scrollbar {
    width: 10px;
}

#popupbackground::-webkit-scrollbar-thumb {
    background: #666;
}

#popupwindow {
    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%
}

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

.popupclose {
    float: right;
}

.popupclose:hover {
    color: var(--second-color);
}

.popupheading {
    float: left
}

#popupcontent {
    text-align: left
}


/* Popup - File Explorer */

#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
}


/* Popup - Are You Sure */

#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;
    padding: 16px;
}


/* Popup End */


/* Flagged Comments Table */

.tableheading {
    line-height: 28px;
    width: 24%;
    padding: 5px 1% 5px 1%;
    background-color: #000;
    text-align: left;
    color: White;
}

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

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

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

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

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

.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
}

.admintable {
    width: 100%;
    border: 1px #000 solid;
    text-align: left;
}

.admintabletd {
    vertical-align: middle
}


/* Flagged Comments Table End */


/* 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%
}


/* Projects End */


/* 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
}


/* Admin Pages End */


/* 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%
}


/* Gallery Products End */