/* LOGIN */

[class*="mulberry"] {
    font-family: inherit;
}

[class*="dxgv"] {
    font: inherit!Important
}

[id*="pnlbottom_0"] {
    text-align: center;
    margin: 10px;
}


/*img[class^="dx"] {
    max-height: 20px;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
}


/* .dxbButton_Mulberry:hover {
    background-color: var(--second-color)
} */

#content1 {
    max-width: 1200px;
    margin: 0 auto;
}


/* 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;
    color: var(--first-color);
    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 {
    content: "\f303";
}

a[data-args*="Delete"]::before {
    content: "\f2ed";
}

a[data-args*="StartEdit"]:hover::before,
a[data-args*="Delete"]:hover::before {
    color: var(--second-color);
}

a[data-args*="StartEdit"] img,
a[data-args*="StartEdit"] span,
a[data-args*="Delete"] img {
    display: none !important;
}


/* DXP Overrides - Button */

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;
    padding: 8px 16px;
    font-size: 16px;
    background-color: var(--fourth-color);
    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"] {
    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;
    background-color: #333;
}

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;
}

a.dxbButtonSys>span {
    background-color: transparent !important;
}


/* DXP Overrides - General */

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 0px 0;
    max-width: 300px;
    margin: 0 auto;
}

[id*="ASPxGridView"] {
    margin-bottom: 10px;
}

.dxgvDataRow_Mulberry .dxICheckBox_Mulberry,
.dxgvInlineEditRow_Mulberry .dxICheckBox_Mulberry,
.dxgvDataRow_Mulberry .dxeIRadioButton_Mulberry,
.dxgvInlineEditRow_Mulberry .dxeIRadioButton_Mulberry {
    margin: 0px;
}

.dxgvPagerBottomPanel_Mulberry,
.dxgvPagerTopPanel_Mulberry {
    text-align: center;
}

.dxpLite_Mulberry .dxp-current {
    background-color: var(--first-color);
}

.dxgvTable_Mulberry {
    overflow: inherit;
    margin: 10PX 0PX;
}

.dxhe-dialog-popup-static .dxhe-insertLinkDialog,
.dxhe-insertLinkDialog-popup>.dxhe-dialog-popup-static {
    max-width: unset;
}


/* 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] {
    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: 5px;
    clear: both;
}

.user-row table,
.user-row select {
    width: 100%;
    padding: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 40px;
    font-size: inherit;
}

.user-row select {
    padding-left: 10px;
}

.user-image {
    position: relative;
    border: solid 1px #808080;
    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;
}

.loginarea {
    padding: 3%;
    margin: 100px auto;
    width: 94%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.80);
    max-width: 800px;
    box-sizing: border-box;
}

.login-bg {
    background-attachment: fixed;
    background-image: url(/images/login-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.dxgvPopupEditForm_Mulberry {
    overflow-x: unset!Important;
}

.loginbanner {
    text-align: center;
    margin: -20px auto 0 auto;
    width: 73%;
}

.inputgroup {
    vertical-align: bottom;
    margin: 10px 0px 10px 0px;
}

.inputlabel {
    display: inline-block;
    width: 120px;
}

.inputlabelwide {
    display: inline-block;
    width: 180px;
}

.inputtextbox {
    display: inline-block;
    font-size: 10pt;
}

.loginbutton {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    margin: 10px 10px 0px 0px;
    font-size: 13px;
    float: right;
    color: #fff;
    border: 0px solid #666666;
    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;
}

.dxpcLite_iPortTheme1 .dxpc-header.dxpc-withBtn {
    background-color: #000;
}

.dxgvControl_Office2010Black,
.dxgvDisabled_Office2010Black {
    font-family: inherit;
    font-size: 12px;
}

.dxgvStatusBar_iPortTheme1 {
    border-top: none;
    height: 35px;
}

.dxpLite_Office2010Black .dxp-current {
    background: #fff none;
    border: 1px solid #b2b2b2;
}

.dxpc-contentWrapper {
    padding: 15px
}

.dxvsL_Mulberry {
    margin-left: 0px!Important;
}

.dxgvHeader_iPortTheme1 td {
    font: inherit;
}

.halfwide1 {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.halfwide2 {
    width: 48%;
    float: left;
}

.products-tab {
    max-width: 950px;
    margin: 0 auto;
}


/* Products Admin	*/

.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;
    padding: 0 10px;
    margin-right: -3px;
}

.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: -3px;
    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;
    max-width: 650px;
}

.labelinputrow input {
    max-width: 400px;
}

.labelinputrow select {
    width: 300px;
}

.labelinputrowfull {
    margin: 0px 0px 15px 0px;
    clear: both;
}

.floatcenter {
    margin: 0 auto 15px auto;
}

.shortdesctxt {
    width: 99%;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    padding: 0.5%;
}

.dxgvTable_Office2010Black {
    font-size: 13px;
}

.dxgvDataRow_Office2010Black {
    line-height: 28px;
    padding: 5px;
}

.dxgvDataRow_Office2010Black:nth-child(odd) {
    background-color: #efefef;
}

.dxgvHeader_Office2010Black,
.dxgvHeader_Office2010Black table {
    line-height: 28px;
    font-weight: bold;
    background: none;
    background-color: #000;
}


/* DX EDITFORM  */

.dxgvEditForm_iPortTheme1 {
    font-size: 15px;
}

.dxeditformhead {
    padding: 4px 3px 4px;
    margin-top: 5px;
    font-weight: bold!important
}

.dxeditformdiv {
    width: 100%;
    font: inherit!Important;
}

.dxeditformdiv hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #b2b2b2;
}

.dxeditformrow {
    width: 100%;
    margin-bottom: 10px;
}

.dxeditformlbl {
    width: 35%;
    min-width: 120px;
    display: inline-table;
    vertical-align: top;
}

.dxeditformcontrol,
.dxeditformtxb,
.dxeButtonEditSys.dxeButtonEdit_Mulberry {
    width: 60%;
    display: inline-table;
    font-family: inherit;
    font: inherit;
}

.invalidfield {
    border-color: red;
}


/* BUTTONS */

.rightbutton {
    font-weight: normal;
    font-size: 13px;
    float: right;
    color: #fff;
    border: 0px solid #666666;
    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;
}

.aspbutton {
    -webkit-appearance: none;
    color: #FFF!Important;
    -webkit-border-radius: 0;
    font-size: 13px;
    border: none;
    padding: 5px 10px 5px 10px;
    background-color: var(--fourth-color);
    margin-right: 15px;
    text-decoration: none
}

.aspbutton:hover {
    background-color: var(--second-color);
    color: White;
    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-size: 13px;
    float: right;
    color: #fff!Important;
    border: 0px solid #666;
    padding: 5px 10px 5px 10px;
    background-color: #666;
    margin-left: 15px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff!Important;
    border: none;
    padding: 5px 10px 5px 10px;
    position: absolute;
    right: 16px;
}

.asprightbutton:hover {
    background-image: none!important;
    background-color: #333;
    color: White!important;
    cursor: pointer;
    float: right;
    text-decoration: none
}

.smallbutton {
    float: left;
    font-size: 13px;
    color: #fff!Important;
    border: none;
    padding: 3px 5px 3px 5px;
    background-color: var(--fourth-color);
    margin-right: 15px;
    margin-top: 0px;
    text-decoration: none
}

.smallbutton:hover {
    float: left;
    font-size: 13px;
    color: #fff;
    border: none;
    padding: 3px 5px 3px 5px;
    background-color: var(--second-color);
    margin-right: 15px;
    margin-top: 0px;
    text-decoration: none
}

.loginbutton {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    margin: 10px 10px 0px 0px;
    font-size: 13px;
    float: right;
    color: #fff;
    border: none;
    padding: 5px 10px 5px 10px;
    background-color: var(--fourth-color);
    text-decoration: none
}

.loginbutton:hover {
    background-color: var(--fourth-color);
    color: White;
    cursor: pointer;
    float: right;
    text-decoration: none
}

.adminbutton {
    line-height: 20px;
    float: left;
    font-size: 13px;
    font-weight: normal;
    color: #fff!Important;
    border: none;
    padding: 6px 10px 6px 10px;
    background-color: var(--fourth-color);
    /*margin-right:15px;*/
    margin-right: 5px;
    margin-top: 0px;
    text-decoration: none
}

.adminbutton:hover {
    background-color: var(--second-color);
    color: White!Important;
    cursor: pointer;
    text-decoration: none
}

.adminbutton a {
    color: #fff!Important;
}

.save {
    background-color: forestgreen;
}

.delete {
    background-color: red;
}

.adminbuttonsetup {
    width: 20px;
    height: 20px;
    border: 0px;
    margin-right: 5px;
    background-image: url('/administration/images/buttonsetup.png');
    background-repeat: no-repeat;
    background-size: 19px;
    background-color: transparent;
    display: block;
    float: left;
}

.adminbuttonsetup:hover {
    background-image: url('/administration/images/buttonsetuphover.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.adminbuttonedit {
    width: 20px;
    height: 20px;
    border: 0px;
    margin-right: 5px;
    background-image: url('/administration/images/buttonedit.png');
    background-repeat: no-repeat;
    background-size: 19px;
    background-color: transparent;
    display: block;
    float: left;
}

.adminbuttonedit:hover {
    background-image: url('/administration/images/buttonedithover.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.adminbuttondelete {
    width: 20px;
    height: 20px;
    border: 0px;
    background-image: url('/administration/images/buttondelete.png');
    background-repeat: no-repeat;
    display: block;
    background-size: 19px;
    background-color: transparent;
    float: right;
}

.adminbuttondelete:hover {
    background-image: url('/administration/images/buttondeletehover.png');
    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;
}

.logoutadmin {
    float: right;
    margin-top: 3px;
    background-color: var(--first-color);
    display: inline-block;
    color: #ffffff!Important;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 15px;
    text-decoration: none;
    cursor: pointer;
}

.logoutadmin:hover {
    background-color: #b2b2b2;
}

.divtable {
    border: 1px solid #bcbcbc;
    display: block;
    border-collapse: collapse;
}

.headerrow {
    line-height: 28px;
    padding: 5px;
    background-color: var(--first-color);
    color: var(--text-color);
    font-weight: bold;
    border-collapse: collapse;
}

.divtablerow {
    line-height: 28px;
    background-color: #fff;
    display: block;
    padding: 8px 5px 5px 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;
    border-top: 1px solid #b2b2b2;
}

.row1 {
    line-height: 28px;
    background-color: #eee;
    display: block;
    padding: 8px 5px 5px 5px;
    border-top: 1px solid #b2b2b2;
}

.editarea {
    background-color: #b2b2b2;
    display: block;
    padding: 10px;
    margin: 10px 0px 0px 0px;
}

.editarea1 {
    background-color: #F8ABAB;
    display: block;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    text-align: right;
}

.editarea2 {
    background-color: #F9F6A8;
    display: block;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    text-align: right;
}

.editarea3 {
    background-color: #b2b2b2;
    display: block;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    text-align: right;
}

.editarea4 {
    background-color: #ADF0AD;
    display: block;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    text-align: right;
}

.editarea5 {
    background-color: #ABE5F8;
    display: block;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    text-align: right;
}

.editborder1 {
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
}

.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;
}

.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;
}

.editborder3:hover {
    border-right: 2px dashed #b2b2b2;
    border-bottom: 2px dashed #b2b2b2;
    border-left: 2px dashed #b2b2b2;
}

.editborder4 {
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
}

.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;
}

.editborder5:hover {
    border-right: 2px dashed #ABE5F8;
    border-bottom: 2px dashed #ABE5F8;
    border-left: 2px dashed #ABE5F8;
}

.editbutton1 {
    color: #F8ABAB;
    background-color: #666;
    border: 0;
    padding: 5px 10px;
}

.editbutton1:hover {
    cursor: pointer;
    background-color: #b2b2b2;
    color: Black;
}

.editbutton2 {
    color: #F9F6A8;
    background-color: #666;
    border: 0;
    padding: 5px 10px;
}

.editbutton2:hover {
    cursor: pointer;
    background-color: #b2b2b2;
    color: Black;
}

.editbutton3 {
    color: #EBEDED;
    background-color: #666;
    border: 0;
    padding: 5px 10px;
}

.editbutton3:hover {
    cursor: pointer;
    background-color: #b2b2b2;
    color: Black;
}

.editbutton4 {
    color: #ADF0AD;
    background-color: #666;
    border: 0;
    padding: 5px 10px;
}

.editbutton4:hover {
    cursor: pointer;
    background-color: #b2b2b2;
    color: Black;
}

.editbutton5 {
    color: #ABE5F8;
    background-color: #666;
    border: 0;
    padding: 5px 10px;
}

.editbutton5:hover {
    cursor: pointer;
    background-color: #b2b2b2;
    color: Black;
}

.newcontentbuttonholder1 {
    border: 2px dashed #F8ABAB;
    padding: 10px 3%;
    text-align: left;
    text-align: center;
}

.newcontentbuttonholder1:hover {
    border: 2px solid #b2b2b2;
    background-color: white;
    cursor: pointer;
}

.newcontentbuttonholder2 {
    border: 2px dashed #F9F6A8;
    padding: 10px 3%;
    text-align: left;
    text-align: center;
}

.newcontentbuttonholder2:hover {
    border: 2px solid #b2b2b2;
    background-color: white;
    cursor: pointer;
}

.newcontentbuttonholder3 {
    border: 2px dashed #b2b2b2;
    padding: 10px 3%;
    text-align: left;
    text-align: center;
}

.newcontentbuttonholder3:hover {
    border: 2px solid #b2b2b2;
    background-color: white;
    cursor: pointer;
}

.newcontentbuttonholder4 {
    border: 2px dashed #ADF0AD;
    padding: 10px 3%;
    text-align: left;
    text-align: center;
}

.newcontentbuttonholder4:hover {
    border: 2px solid #b2b2b2;
    background-color: white;
    cursor: pointer;
}

.newcontentbuttonholder5 {
    border: 2px dashed #ABE5F8;
    padding: 10px 3%;
    text-align: left;
    text-align: center;
}

.newcontentbuttonholder5:hover {
    border: 2px solid #b2b2b2;
    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: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.editbutton {
    color: #333333;
}

.editbutton:hover {
    cursor: pointer;
}

.textbox {
    float: right;
    width: 200px;
    margin: 5px 40px 0px 0px;
}

.hiddenstuff {
    display: none;
}

.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;
    width: 150px;
    float: left;
    font-size: 8pt;
    color: #666;
}


/* POPUP */

#popupbackground {
    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;
}

#popupwindow {
    position: absolute;
    width: 80%;
    float: left;
    top: 40;
    left: 50%;
    /*padding:50px 0px 0px 0px;*/
    background-color: White;
    padding: 2%;
    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,
#editImage,
#editYoutube,
#editFeed,
#editGallery,
#editDownloads,
#editMap,
#editSubMenu,
#editSearchResults,
#editFeaturedProducts,
#editSpecialOffers {
    padding: 20px;
    display: none;
}

#editGallery {
    padding: 20px 0px;
}


/* 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:#b2b2b2; */
    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;
}

#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;
}

.contentarea {}


/*.contentarea:hover > .editarea      {display:block;}
.editarea                           {display:none; width:100%; padding:35% 0 35% 0; margin: 0 0 -75% 0; float:left; position:relative; z-index:20000; background-image:url('/images/black40.png');}*/

.editarea {
    display: block;
    position: relative;
    /*z-index:20000;*/
    background-image: url('/images/black40.png');
    text-align: right;
}

#gallerypreviewarea {
    width: 100%;
    display: none;
    text-align: left;
}

.gallerypreview {
    width: 21%;
    height: 70px;
    padding: 10px 2% !important;
    float: left;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.gallerypreview:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}

#sliderpreviewarea {
    width: 100%;
    display: none;
    text-align: left;
}

.sliderpreview {
    width: 21%;
    padding: 10px 2% !important;
    float: left;
    display: inline-block;
}

.sliderpreview:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}

.addnewimage {
    background-color: #666;
    color: White;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 0px;
    float: left;
}

.browsebutton {
    float: right;
}

.clearbutton {
    float: right;
}

#addimages {}

.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;
    float: left;
}


/* FILE EXPLORER POPUP */

#explorerpopupbackground {
    position: fixed;
    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: 300;
}

#explorerpopup {
    position: fixed;
    width: 80%;
    float: left;
    top: 40;
    left: 50%;
    /*padding:50px 0px 0px 0px;*/
    background-color: White;
    padding: 2%;
    border-radius: 10px;
    z-index: 400;
    margin: -20px 0px 0px -42%;
}


/*.dxsplCC                {float:right;}*/

.dxsplLCC {
    /*height:270px !important;*/
}

.dxsplPane {
    /*float:right !important;*/
}

.dxfm-filePane {
    /*float:right !important;*/
}

.dxsplCC {
    /*height:350px !important;*/
    float: right;
}

.dxfmControl {
    height: 400px !important;
}

.dxfm-dst {}


/* ARE YOU SURE POPUP */

#areyousurebackground {
    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: 500;
}

#areyousurepopup {
    position: absolute;
    width: 38%;
    float: left;
    top: 100;
    left: 50%;
    /*padding:50px 0px 0px 0px;*/
    background-color: White;
    padding: 2%;
    border-radius: 10px;
    z-index: 600;
    margin: 50px 0px 0px -21%;
}


/* 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: #efefef;
    border-top: 1px solid #b2b2b2;
}

.tablerow1 {
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    border-top: 1px solid #b2b2b2;
}


/*.tablerow1:hover        {background-color:#FF6600; cursor:pointer;}
*/

.validator {
    font-size: 9pt !important;
    margin-left: 20px;
}

.admintable {
    width: 100%;
    border: 1px #000000 solid
}

.admintable td {
    vertical-align: middle;
}

.newcontentbutton {
    background-color: #666;
    color: white;
    padding: 5px 10px;
    border: 0;
}

.newcontentbutton:hover {
    background-color: #b2b2b2;
    color: black;
    cursor: pointer;
}


/* PROJECTS */

.ProjectClients {
    background-color: #b2b2b2;
    padding: 10px;
    margin-bottom: 10px;
}

.ProjectTypes {
    background-color: #b2b2b2;
    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 */


/*#contentholder        {padding:15px;}*/

.imglayout {
    width: 70px;
    border: 3px solid white;
    cursor: pointer;
}

.imglayoutselected {
    width: 70px;
    border: 3px solid #50A0DB;
    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: #FFFFFF !important;
    border: 1px solid white;
    display: inline-block;
    line-height: 25px;
    min-width: 80px;
    padding: 0 10px;
    text-align: center;
}

#pull {
    display: none;
}

.adminmenu {
    background-color: none;
    text-align: center;
    padding: 0px 0px;
}

.adminmenulist {
    float: none !important;
}


/* 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%;
    /*padding:50px 0px 0px 0px;*/
    background-color: White;
    padding: 2%;
    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%;
    /*padding:50px 0px 0px 0px;*/
    background-color: White;
    padding: 2%;
    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: #333333;
    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;
}


/*
.newgallerypreview {float:left; display:block; width:42%; margin:10px 2% 10px 0px; padding:10px 2%; border:1px dashed #b2b2b2; background-color:#EFEFEF;}
newgallerypreview {float:left; display:block; width:22%; margin:10px 1% 10px 0px; padding:10px 1%; border:1px dashed #b2b2b2; background-color:#EFEFEF;}
.*/


/* 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%;
    border-radius: 10px;
    z-index: 600;
    margin: 50px 0px 0px -21%;
}

.client-login-logo {
    float: right;
    margin: 0 0 10px 10px
}


/* Edit/Delete/New Buttons on Grids */

.dxgvPopupEditForm_iPortTheme1 {
    padding: 20px;
    box-sizing: border-box;
}

.dxeditbtn,
.dxdeletebtn,
.dxnewbtn {
    font-family: "FontAwesome";
    text-align: left;
    font-size: 120%!Important;
    margin-right: 3px
}

.dxeditbtn::before {
    content: "\f040";
}

.dxdeletebtn::before {
    content: "\f1f8";
}

.dxnewbtn::before {
    content: "\f067";
}

tbody {
    width: 100%
}

.divider {
    display: block;
    clear: both;
    height: 10px;
}

.dxeditformbuttonrow {
    text-align: right;
    padding: 2px;
    width: 100%;
}

.asprightaddnew {
    background-image: none !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    float: right;
    color: #fff;
    border: none;
    padding: 3px 8px;
    background-color: var(--main-bg-color);
    margin-left: 15px;
    text-decoration: none;
}

.asprightaddnew::before {
    content: "+";
    position: relative;
    right: -15px;
    top: 2px;
}

.asprightaddnew:hover {
    background-color: var(--second-bg-color);
}


/* END DX EDITFORM  */


/* theme has white for hover*/

.dxgvControl_iPortTheme1 a:hover {
    color: black;
}


/*Styles for screen 667px and lower*/


/*Styles for screen 667px and lower*/

@media only screen and (max-width: 667px) {
    .loginarea {
        padding: 1.5% 1.5% 4% 1.5%;
        width: 97%;
        margin-top: 20px;
    }
    .loginbanner {
        margin-top: 20px;
        width: 100%;
    }
    .client-login-logo {
        float: none;
    }
    .halfwide1 {
        width: 100%;
        margin-right: 0px
    }
    .halfwide2 {
        width: 100%;
    }
}