@charset 'utf-8';

/*
Version:        1.0
Template:       SPS
*
* Table of Contents
****************************************
* Imported Web Fonts (woff)
* Body (Resets)
* Table
* Sidebar - (Menus / Navigation
* Main
* Content - Most css should go here
* Headlines
* Fonts
* Forms
* Buttons
* CSS Defaults and Overrides
*/

/* Body (Resets)
------------------------------------------------------------ */

body {
    background:url('images/backend/css/headerwhitebackground.gif') repeat-x 0 0;
    margin:0;
    color:#000;
    font-size:13px;
    font-family: 'Lato', Arial, Helvetica, sans-serif ;
}

body.modal {
    background-image:none;
    margin:0;
    color:#000;
    font-size:13px;
    font-family: 'Lato', Arial, Helvetica, sans-serif ;
}

body#popup {
    background-image:none;
    font-size:13px;
}

p {
    line-height: 1.35em;
    margin-top: 5px;
}


/* Table
------------------------------------------------------------ */


table {
    border-spacing:0;
    border-style:none;
}
table.table-center {
    margin-left: auto;
    margin-right: auto;
}

thead.black {
        padding-top: 20px;
        background-color: black;
        color: white;
        text-align:left;
}

table.form {
    border:none;
}

table.cart {
    background-color:#E8F1D4;
    font-size:11px;
    border:none;
}

th.form {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight: 400;
    text-align:left;
    border-bottom:1px solid #666666;
    padding:8px 0 3px;
    color:#000000;
}

td.form {
    color:#000;
}

td.req {
    color:#F74542;
}

td.medium {
    font-size:11px;
}

td.step {
    color:#000;
    font-size:14px;
    background-color:#f3f3f3;
    border:none;
}

/* set th or td widths */
.w5pc  { width: 5%;}
.w10pc { width: 10%;}
.w15pc { width: 15%;}
.w20pc { width: 20%;}
.w25pc { width: 25%;}
.w30pc { width: 30%;}
.w35pc { width: 35%;}
.w40pc { width: 40%;}
.w45pc { width: 45%;}
.w50pc { width: 50%;}
.w55pc { width: 55%;}
.w60pc { width: 60%;}
.w65pc { width: 65%;}
.w70pc { width: 70%;}
.w75pc { width: 75%;}
.w80pc { width: 80%;}
.w85pc { width: 85%;}
.w90pc { width: 90%;}
.w95pc { width: 95%;}
.w100pc { width: 100%;}

/*********************************************/
/*      MY SITES ELEMENTS                    */
/*********************************************/

table.sites {
    border:none;
    width:100%;
    padding:0;
    margin:0;
    box-sizing:border-box;
    color: #444;
}
table.striped {
    background: #fff;
}
.striped tbody tr:nth-child(even) {
    background: #f6f6f6;
}
.verticaltop td {
    padding: 10px 0 0 0;
    vertical-align: top;
}
table.sites thead th {
    height: 2em;
    padding:5px 2px;
}
table.sites td {
    height:30px;
    border-bottom:1px solid #DDE;
}
table.sites tr.darkRow td {
    background-color:#FCFCFC;
}
table.sites tr.lightRow td {
    background-color:#ffffff;
}
th.selector {
    width: 20px;
    text-align:center;
}
th.row_num {
    width: 20px;
    text-align:center;
}
th.status {
    width: 80px;
}
th.mls {
    width: 45px;
}
th.address {
    width: 175px;
}
th.domain {
    /* width:175px; */
}
th.profile {
    width:100px;
}
th.marketing {
    width: 205px;
}
th.actions {
    width:90px;
}
td.row_num {
    text-align:center;
}
td.status {
    width:100px;
    padding-left:2px;
    text-align:left;
    font-size:11px;
}
td.mls {
    text-align:left;
    font-size:9px;
}
td.address {
    text-align:left;
    font-size:11px;
    font-weight:700;
}
td.domain {
    text-align:left;
    font-size:11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
td.profile {
    font-size:9px;
    text-align:left;
}
td.marketing {

}
td.actions {
    text-align:right;
    font-size:12px;
}
table.sites.form {
    background-color:#E8F1D4;
    font-size:11px;
    font-weight:700;
    border:none;
}
table.sites.cart {
    background-color:#E8F1D4;
    font-size:11px;
    border:none;
}
table.sites th.form {
    color:#FFF;
    background-color:#9EC244;
    vertical-align:middle;
    height:30px;
    font-size:15px;
    text-transform:uppercase;
    font-weight:700;
}
table.sites td.form {
    color:#000033;
}
table.sites td.req {
    color:#F74542;
}
table.sites td.medium {
    font-size:11px;
}
table.sites td.step {
    color:#000033;
    font-size:14px;
    background-color:#f3f3f3;
    border:none;
}
#sites {
    table-layout:fixed;
}

/************************************************/
/*      SPREADSHEET (for input) TABLE ELEMENTS  */
/************************************************/


table.spreadsheet {
    border:none;
    padding:0;
    margin:0;
}
table.spreadsheet td {
    height:20px;
    border:none;
}
table.spreadsheet td input {
    font-size:12px;
    margin:0;
}


/*****************************/
/*      MISC  ELEMENTS       */
/*****************************/

table.compare {
    width:720px;
    margin:0 auto 20px;
}

table.compare td.feature {
    height:50px;
    width:345px;
    padding-right:15px;
}

table.compare td.ok {
    background:url('backend/images/icons/icon-ok31.gif') 10px 10px no-repeat;
    height:50px;
    padding-left:50px;
    width:170px;
}

table.compare td.no {
    height:50px;
    width:170px;
}



table.tinycart,
td.small {
    font-size:10px;
}

td.normal,
td.smallbox {
    font-size:13px;
    background-color:#FFF;
    vertical-align:top;
}


/* Content
------------------------------------------------------------ */


#newPage {
    position:relative;
    width:900px;
    margin:0 auto;
}
#newPage.sect::before {
    display:block;  /* use this to show or hide this marker */
    position:absolute;
    top:85px;
    right:15px;
    color: #888;
}

#newPage.sect.one::before {
    content: "-1-";
}
#newPage.sect.two::before {
    content: "-2-";
}
#newPage.sect.three::before {
    content: "-3-";
}
#newPage.sect.four::before {
    content: "-4-";
}
#newPage.sect.five::before {
    content: "-5-";
}
#newPage.sect.six::before {
    content: "-6-";
}
#newPage.sect.seven::before {
    content: "-7-";
}
#newPage.sect.eight::before {
    content: "-8-";
}
#newPage.sect.nine::before {
    content: "-9-";
}
#newPage.sect.ten::before {
    content: "-10-";
}
#newPage.sect.eleven::before {
    content: "-11-";
}

#content {
    background-color:#FFF;
    padding:10px;
}

#header {
    height:115px;
    position:relative;
}

#serviceLogo {
    background:url('display/resizeimage.php?filename=/home/single/public_html/images/whitelabels/560/1380917833_5182640.jpg&mh=100') no-repeat 0 0;
    height:115px;
}

#topMenu {
    position:absolute;
    top:75px;
    left:200px;
}

#topMenu ul {
    margin:0;
    padding:0;
}

#topMenu ul li {
    display:block;
    float:left;
    text-align:center;
    margin:0;
    padding:0;
}

#topMenu ul li a {
    font-family: 'Roboto', Arial, Helvetica, sans-serif ;
    font-size:16px;
    font-weight:400;
    height:20px;
    width:131px;
    display:block;
    text-decoration:none;
    color: #000000;
    letter-spacing:0.1em;
    margin:0 10px 0 0;
    padding:4px 0;
}

#topMenu ul li a:hover {
    color:#000000;
    background-color:#DDDDDD ;
}

#hello {
    position:absolute;
    top:5px;
    right:100px;
    width:200px;
    text-align:right;
    color:#000000 ;
}

#logoffLink {
    position:absolute;
    top:5px;
    right:30px ;
}

#cartLink {
    position:absolute;
    top:40px;
    right:30px;
    height:35px;
    text-align:right;
    color:#000000;
}

a.whiteLinks:link,
a.whiteLinks:visited,
a.whiteLinks:hover,
a.whiteLinks:active {
    font-size:13px;
    color:#0000FF;
    font-weight:700;
    text-decoration:underline;
}

a.whiteLinks:hover {
    text-decoration:none;
}

a.menulink,
a.menulink:link,
a.menulink:visited,
a.menulink:active {
    color:#0033CC;
    text-decoration:underline;
}

a.menulink:hover {
    color:#0033CC;
    text-decoration:none;
}

a.menulinkSmall,
a.menulinkSmall:link,
a.menulinkSmall:visited,
a.menulinkSmall:active {
    color:#0033CC;
    text-decoration:underline;
    font-size:0.85em;
}

a.menulinkSmall:hover {
    color:#0033CC;
    text-decoration:none;
}

a.nolink,
a.nolink:link,
a.nolink:visited,
a.nolink:hover,
a.nolink:active {
    color: #aaaaaa !important;
    text-decoration:none;
}


div#managesitestabs {
    background-color:#F6F6F6;
}

.block {
    display: block;
}
.iblock {
    display: inline-block;
}

/*******************************************/
/*  BREADCRUMBS                            */
/*******************************************/

div.breadcrumbs 	{ float: left; display: block; width:870px; }
div.breadcrumbs ul 	{ list-style: none; padding-left:20px; }

ul#crumbs 			{ display: block; margin-top:0; }
ul#crumbs li 			{ display: inline; }
ul#crumbs li.first 	{ padding-left: 0; }
ul#crumbs li a,
ul#crumbs li a:link,
ul#crumbs li a:visited {
    display: block;
    float: left;
    font-size: 12px;
    margin-left: -20px;
    padding: 6px 17px 11px 25px;
    position: relative;
}
ul#crumbs li a {
    background-image: url('images/backend/css/bg-crumbs.png');
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: relative;
}
ul#crumbs li.first a { padding-left: 10px; }
ul#crumbs li.current a { color: #000;	text-decoration: none;  }

ul#crumbs li a:hover {
    color: #324F5F;
    background-position: 100% -48px;
    cursor: pointer;
}
ul#crumbs li a:active {
    color: #324F5F;
    background-position: 100% -96px;
}
ul#crumbs li.first a span {
    height: 29px;
    width: 3px;
    border-left: 1px solid #d9d9d9;
    position: absolute;
    top: 0px;
    left: 0px;
}



/*******************************************/
/*  NEW FORM ELEMENTS                      */
/*******************************************/

input[type=checkbox] {
    background:none;
    padding-left:5px;
    border:none;
}

input[type=radio] {
    background:none;
    padding-left:5px;
    border:none;
}





/*******************************************/
/*      FORM ELEMENTS                      */
/*      (not sure if this is used)         */
/*******************************************/


label {
    width:150px;
    display:inline-table;
    padding-right:10px;
}

.input-row {
    padding-top:1px;
    padding-bottom:1px;
    border-bottom:none;
}

.input-row input {
    width:200px;
}

.input-row select {
    width:209px;
    margin:3px 3px 3px 4px;
}

.input-row textarea {
    width:350px;
    margin:3px 3px 3px 4px;
}

.input-row textarea.fullwidth {
    width:530px;
}


input.txtbox {
    margin:3px 3px 3px 4px;
}

input.longtxtbox {
    margin:3px 3px 3px 4px;
    width:390px;
}

input.readonlytxtbox {
    margin: 3px 3px 3px 4px;
    color: #505050;
    border: white;
    border: solid transparent;
}

input.longtxtbox {
    margin: 3px 3px 3px 4px;
    width: 390px;
}

.button-row {
    margin:3px 3px 3px 4px;
}

.button-row input {
    margin:0;
}



/*******************************************/
/*      NEW LEFT SIDE INPUT FORM ELEMENTS  */
/*******************************************/


form.form425 {
    margin: 0;
    padding: 0;
}

.form425 fieldset {
    margin:0;
    padding:0;
    border:none;
}

.form425 legend {
    font-weight:700;
    color:#333333;
    padding:2px 4px;
    border:1px solid #DCDCDC;
    background:#F0F0F0;
}

.form425 .input-row {
    margin:10px 0;
    padding:1px 0;
    border-bottom:none;
}

.form425 form input {
    height:1.4em;
    padding:0 0 0 0.2em;
    margin:0 0 0 0.5em;

}

.form425 input.long {
    width:200px;
}

.form425 select {
    margin:0 0 0 .5em;
}

.form425 textarea {
    padding:0 0 0 0.2em;
    margin:0 0 0 .5em;
}

.form425 textarea:focus,
input[type='text']:focus,
textarea:focus {
    background-color:#FFFDE5;
}

/* .form425 fieldset br {
    display:none;
}
*/

.form425 fieldset div {
    clear:both;
    position:relative;
}
.form425 fieldset div.leftHalf, .form425 fieldset div.rightHalf {
    clear:none;
}


.form425 label {
    margin: 5px 0 0 0;
    display:block;
    width:120px;
    text-align:right;
    float:left;
}
.form425 fieldset div.cr p {
    margin:3px 0 0 0;
    display:block;
    width:120px;
    text-align:right;
    float:left;
}
.form425 label.left {
    width:90%;
    padding-left:10px;
    text-align:left;
    float:left;
}
.form425 fieldset div.cr label {
    text-align:left;
    margin:0 0 0.9em 120px;
    height:1.2em;
    width:auto;
    float:none;
}

.form425 fieldset div.cr label input {
    float:left;
}

.form425 fieldset hr {
    width:80%;
    color:#dcdcdc;
    background-color:#dcdcdc;
    height:1px;
    border:none;
}

.form425 .mandat {
    color:#B50104;
    font-weight:700;
}

.form425 .buttons {
    text-align:center;
}

/* this helps with formatting on the fast start pages */

.form425 fieldset div.noclear,
.form425 fieldset div.noclear div {
    clear:none;
}

div.faststartimport {
    text-align:center;
}

div.faststartimport .heading {
    font-family: 'Roboto', Arial, Helvetica, sans-serif ;
    font-size:25px;
    font-weight:400;
    margin:15px 0;
    text-align:center;
    border:none;
}

div.heading:nth-of-type(1) {
    margin-top:0;
}
div.faststartimport .subHeading {
    font-family: 'Roboto', Arial, Helvetica, sans-serif ;
    font-size:20px;
    font-weight:400;
    margin:15px 0;
    border:none;
}

div.faststartimport p{
    font-family: 'Roboto', Arial, Helvetica, sans-serif ;
    font-size:16px;
    font-weight:400;
    margin:10px 0;
    border:none;
}


div.faststartimport .formcontainer {
    width:700px;
    height:130px;
    text-align:left;
    position: relative;
    margin: 0 auto;
}
.formcontainer .row {
    width:700px;
    float:left;
    position: relative;
    margin: 5px auto;
}
div.faststartimport .formcontainer .label {
    width: 260px;
    float:left;
    clear:none;
    font-size:16px;
}
div.faststartimport .formcontainer .inputfield {
    width: 190px;
    float:left;
    clear:none;
}
div.faststartimport .formcontainer .button {
    width: 100px;
    float:left;
    clear:none;
}

table.faststartListhubTable {
    width:580px;
    margin: 20px auto;
    border:1px solid #cccccc;
    padding:10px;
}

/*******************************************/
/*      COPY TO CLIPBOARD ELEMENTS         */
/*******************************************/


label.copy {
  clear: both;
  display: block;
  font-size: 0.85em;
  font-weight: bold;
  padding: 0.8em 0 0.2em 0;
  user-select: none;
}
input.copy, .btn.copy {
  float: left;
  font-size: 1em;
  padding: 3px 6px;
  margin: 0;
  line-height: normal;
  outline: 0;
  box-shadow: none;
}
input.copy {
  width: 400px;
  background-color: #fbfbde;
  border-right: 0 none;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #3A87AD;
  font-family: Courier New;
}
.btn.copy {
  color: #fff;
  position: relative;
  background-color: #2FADE7;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #2FADE7;
}
.copied::after {
  position: absolute;
  top: 12%;
  right: 110%;
  display: block;
  content: 'copied';
  font-size: 0.85em;
  padding: 2px 3px;
  color: #333;
  background-color: #8BD12E;
  border-radius: 1px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}


/*******************************************/
/*      TOOL TIP ELEMENTS                  */
/*******************************************/


.wtooltip {
    visibility:hidden;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    font-size:12px;
    color:#FFF;
    line-height:14px;
    border:2px solid #999;
    background-color:#666666;
    width:200px;
    padding:5px 10px;
}

.tip {
    border-bottom:1px dashed blue;
}

thead .tip {
    border-bottom:1px dashed white;
}

.tipOff {
    border-bottom:1px dashed blue;
    color:#666666;
}





/*******************************************/
/*      NEW GENERAL DESIGN ELEMENTS        */
/*******************************************/

span.info {
    width: 12px;
    height: 12px;
    background: url('backend/images/icons/icon-howto10.png') no-repeat bottom;
    display:inline-block;
    vertical-align: center;
}
img {
    border:none;
}

.title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size:30px;
    font-weight: 300;
    padding:0;
    margin:0 0 10px 0;
    letter-spacing:0.03em;
    color:#000000;
}

img.title {
    float:left;
    margin:2px 12px 0 0;
    padding:0;
    border:none;
}

.heading {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight: 400;
    border-bottom:1px solid #666666;
    padding:8px 0 3px;
    color:#000000;
}
.headingBox {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight: 400;
    background-color: #fafafa;
    border:1px solid #d4d4d4;
    padding: 5px 10px;
    color:#000000;
}
.subHeading {
    font-size:17px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    border-bottom:1px solid #666666;
    padding-bottom:3px;
    margin: 20px 0 10px;
    color:#000000;
}

.heading2 {
    font-size:13px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight:700;
    margin:7px 0 0;
    color:#000000;
}

p.newSection {
    margin-top:10px;
}

.primaryProfile {
    color:#FF0000;
    font-style:italic;
}

.midPageTitle {
    font-size:28px;
    padding:5px 0 0 0;
    margin:10px 0 0 0;
    letter-spacing:0.03em;
    border-top:1px solid #adde22;
}

.highlightBox {
    border:1px dashed #adde22;
    padding:10px;
}

.headingNoUnderline {
    font-size:18px;
    padding-bottom:3px;
}

#newStyle {
    width:870px;
    padding:0;
    position:relative;
    font-size:13px;
}

div#newStyle a,
div#newStyle a:link,
div#newStyle a:visited,
div#newStyle a:active {
    color:#0000CC;
    text-decoration:underline;
}

div#newStyle a:hover {
    color:#0000CC;
    text-decoration:none;
}

.tblNewStyle {
    font-size:13px;
}

.red {
    color: #ff0000;
}

.httpsgreenlock {
    color: green;
    font-size: 15px;
    margin-left: 7px;
}

.httpsredlock {
    color: red;
    font-size: 15px;
    margin-left: 7px;
}

.success {
    color:#339933;
}
.warning {
    color:#FF0000;
}

.centerwarning {
    color: #ff0000;
    text-align: center;
}

/*******************************************/
/*      PAGE FOOTER                        */
/*******************************************/



div#footerBar {
    position:relative;
    width:900px;
    height:30px;
    margin-top:20px;
    padding-top:10px;
    background:url('images/backend/css/page_footer.gif') top left repeat-x;
    border:none;
}

#footerSupport {
    float:left;
    width:900px;
    height:100px;
    position:relative;
}

#callSupport {
    float:left;
    width:900px;
    height:100px;
    position:relative;
}

#socials {
    float:left;
    width:900px;
    height:100px;
    position:relative;
}

#facebookWrapper {
    float:left;
    clear:both;
    width:900px;
    margin-top:10px;
    height:100px;
}

/*******************************************/
/*      LIST MENU ENTITIES                 */
/*******************************************/



img.smallMenuIcon {
    float: left;
    margin: 0 8px 0 0;
    padding: 0;
    border: none;
}

ul.menuListHor {
    padding: 0;
    margin: 5px 0;
    display: inline;
}

ul.menuListHor li {
    list-style-type:none;
    padding:0 0 0 30px;
    margin:8px 20px 0 0;
    background-image:url('backend/images/icon-small-sprite.gif');
    background-repeat:no-repeat;
    height:18px;
    display:inline;
    float:left;
}

dl.menuList {
    padding: 0;
    margin: 5px 0;
}

dl.menuList dt {
    list-style-type:none;
    padding: 0 0 0 30px;
    margin: 8px 0 0 0;
    background-image: url('backend/images/icon-small-sprite.gif');
    background-repeat: no-repeat;
    height: 18px;
}

dl.menuList dd {
    padding:0 0 0 30px;
    margin:0;
}

ul.menuList {
    padding:0;
    margin:5px 0;
    display:block;
}

ul.menuList li {
    list-style-type: none;
    padding: 0 0 0 30px;
    margin: 8px 0 0 0;
    background-image: url('backend/images/icon-small-sprite.gif');
    background-repeat: no-repeat;
    min-height: 18px;
    display: block;
}

div.menuList {
    padding: 0 0 0 30px;
    margin: 8px 0 0 0;
    background-image: url('backend/images/icon-small-sprite.gif');
    background-repeat: no-repeat;
    height: 18px;
    display: block;
}



/*****************  NEW MENU CSS ********************/

/* ICON menu */

ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    line-height: 1.5;
}
ul.menu li {
    position: relative;
    display: block;
    margin: 8px 0 0 0;
    padding: 0 0 0 32px;
    min-height: 18px;
}


/* Font Awesome Icons in Menu Lists */

ul.menu li .fa-li {
    left: 0;
    text-align:left;
}
.icon::before {
      font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

li.icon::before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.25em;
    font-weight: 400;
}


ul li.blank {
    position:relative;
}
ul li.blank i { /* normal position for icon */

}
ul li i {       /* Normal icon size in menu lists lists */
    font-size: 1.4em;
}
/* Helper to help migrate old menu icons to new menu icons
    2/1/21 */

li.fa-migrate {
    margin-left:-30px !important;
}
li.fa-migrate i {
    width: 1.25em;
}

/* Additional helpers for stacking icons in Lists  */
/* Helps migrate old list backgrounds to new icons */

ul li.blank span.icon-stack i { /* normal position for smaller icons */
    top: -2px;
}


/********************************************/
/*      ICONS               				*/
/*		Need to \ escape twice in PHP		*/
/*		Font-family DEFAULT is 'Pro'		*/
/* 		Font weight 400 is default			*/
/********************************************/


.overlayicon {
    position: absolute;
    font-size: 10px;
    font-weight: 500;
    line-height: 1em;
    width: 1.25em;
    text-align: center;
    top: -3px;
    left: 13px;
    background-color:  #2FADE7;
    color: #fff;
    padding: 1px 2px 2px;
    border-radius:4px;
}
.overlayicon.disabled {
    background-color:  #c0c0c0;
    color: #333;
}

/* Helpers for stacking icons on their own */



span.icon-stack {
    display: inline-block;
    position: relative;
}
span.stack-tr { /* top right */
    width: 2em;
}
i + i.stacked {
    left: 0.9em;
    top: -2px;
    position: absolute;
    width: auto;
}







ul li.blank span.icon-stack i {				/* Small icon size with overlay */
    font-size: 1.3em;
}
ul li.blank span.icon-stack i.stacked {		/* Small icon size with overlay */
    position: absolute;
    width: auto;
    font-size: 1em;
}
ul span.icon-stack {
    position: static;
}
ul span.stack-tr { 							/* position top right */
    width: auto;
}
ul span.stack-tr i + i.stacked { 			/* position top right */
    left: 0.9em;
    top: -3px;
}
ul li.blank i.aftertext { /* show after text label */
    position: relative;
    top: 0;
    padding-left: 5px;
    font-size: 1em;

}



/* Font Awesome Icons */
.iconlink {
    text-decoration: none !important;
}
.completed,
.images-uploaded {
    color: #27ae61 !important;
}

.menu-icon {
    color: #2fade7 !important;
}



.freeview-active {
    color: #27ae61 !important;
}

.phone-active {
    color: #27ae61 !important;
}
.video-created {
    color: #27ae61 !important;
}
.fa-peace {
    color: purple;
}
.fa-peace.yes {
    color: green;
}







.delete::before {
  content: '\f2ed';
}
.download::before {
  content: '\f019';
  font-weight: 900;
}
.home-heart::before {
  content: '\f4c9';
  font-weight: 900;
  color: #cccccc;
}
    .home-heart.yes::before {
      color: #B50909;
    }
.megaphone::before {
  content: '\f675';
  font-weight: 900;
  color: #cccccc;
}
    .megaphone.yes::before {
      color: green;
    }
/*
.phone-square::before {
  content: '\f098';
  font-weight: 900;
  color: #cccccc;
}
    .phone-square.active::before {
      color: #2FADE7;
    }
*/
.qrcode::before {
  content: '\f029';
}
.redo::before {
  content: '\f2f9';
  font-weight: 900;
  color: blue;
}
.vid::before {
  content: '\f008';
  font-weight: 900;
  color: #cccccc;
}
    .vid.yes::before {
      content: '\f008';
      font-weight: 900;
      color: #3700b3;
    }
.warn::before {
  content: '\f071';
  color: orange;
}
.yout::before {
  font-family: 'Font Awesome 5 Brands';
  content: '\f167';
  color: red;
}
    .yout.none::before {
      color: #cccccc;
    }
.clock::before {
  content: '\f017';
  font-weight: 900;
  color: red !important;
}


/********************************************/
/*      MENU LIST ITEMS	      				*/
/********************************************/


ul.menuListShort {
    padding:0;
    margin:5px 0;
}

ul.menuListShort li {
    list-style-type:none;
    padding:2px 0 0 30px;
    margin:0 8px 0 0;
    background-image:url('backend/images/icon-small-sprite.gif');
    background-repeat:no-repeat;
    height:18px;
    display:block;
}


li.wizard {
    background-position:0 0;
}

li.address {
    background-position:0 -20px;
}

li.design {
    background-position:0 -40px;
}

li.designOptions {
    background-position:0 -60px;
}

li.documents {
    background-position:0 -80px;
}

li.linksMap {
    background-position:0 -100px;
}

li.tagline {
    background-position:0 -120px;
}

li.summary {
    background-position:0 -140px;
}

li.details {
    background-position:0 -160px;
}

li.highlights {
    background-position:0 -180px;
}

li.photos {
    background-position:0 -200px;
}

li.video {
    background-position:0 -220px;
}

li.seo {
    background-position:0 -240px;
}

li.openHouse {
    background-position:0 -280px;
}

li.fsbo {
    background-position:0 -300px;
}

li.shareView {
    background-position:0 -680px;
}

li.freeView {
    background-position:0 -820px;
}

li.inquiries {
    background-position:0 -420px;
}

li.tickets {
    background-position:0 -720px;
}

li.widgets {
    background-position:0 -740px;
}

li.stats {
    background-position:0 -260px;
}

li.userProfile {
    background-position:0 -520px;
}

li.movie,
dt.movie {
    background-position:0 -460px;
}

li.domains {
    background-position:0 -380px;
}

li.craigslist {
    background-position:0 -340px;
}

li.officeProfile {
    background-position:0 -480px;
}

li.shipping {
    background-position:0 -540px;
}

li.password {
    background-position:0 -500px;
}

li.accountAccess {
    background-position:0 -440px;
}

li.subscription {
    background-position:0 -700px;
}

li.creditcard {
    background-position:0 -360px;
}

li.orderHistory {
    background-position:0 -400px;
}

li.banners {
    background-position:0 -320px;
}

li.sponsors {
    background-position:0 -560px;
}

li.var {
    background-position:0 -800px;
}

li.promote {
    background-position:0 -780px;
}

li.freeview {
    background-position:0 -820px;
}

li.signrider {
    background-position:0 -840px;
}

li.calendar {
    background-position:0 -860px;
}

li.picturePath {
    background-position:0 -880px;
}

li.guide,
dt.guide {
    background-position:0 -900px;
}

li.OK {
    background-position:0 -920px;
}

li.unknown {
    background-position:0 -940px;
}

li.warning {
    background-position:0 -960px;
}

li.ended {
    background-position:0 -980px;
}

li.coLister {
    background-position:0 -1000px;
}

li.brochure {
    background-position:0 -1020px;
}

li.info {
    background-position:0 -1040px;
}

li.freeviewOff {
    background-position:0 -1060px;
}

li.freeviewOn {
    background-position:0 -1080px;
}

li.clicktocall {
    background-position:0 -1100px;
}

li.activerain {
    background-position:0 -1120px;
}

li.sponsor {
    background-position:0 -1140px;
}

li.panorama {
    background-position:0 -1160px;
}

li.editmenus {
    background-position:0 -1180px;
}

li.pages {
    background-position:0 -1200px;
}

li.financing {
    background-position:0 -1220px;
}

li.defaults {
    background-position:0 -1240px;
}

li.mobilemarketer {
    background-position:0 -1260px;
}

li.codeon {
    background-position:0 -1280px;
}

li.codeoff {
    background-position:0 -1300px;
}

li.qrcode {
    background-position:0 -1320px;
}

li.ppt,
dt.ppt {
    background-position:0 -1340px;
}

li.pdf,
dt.pdf {
    background-position:0 -1360px;
}

li.pub,
dt.pub {
    background-position:0 -1380px;
}

li.word,
dt.word {
    background-position:0 -1400px;
}

li.greenbullet,
dt.greenbullet {
    background-position:0 -1420px;
}

li.blackbullet,
dt.blackbullet {
    background-position:0 -1440px;
}

li.bluebullet,
dt.bluebullet {
    background-position:0 -1460px;
}

li.gobullet,
dt.gobullet {
    background-position:0 -1480px;
}

li.wrench,
dt.wrench {
    background-position:0 -1500px;
}

li.star,
dt.star {
    background-position:0 -1520px;
}

li.paypal,
dt.paypal {
    background-position:0 -1540px;
}

li.balance,
dt.balance {
    background-position:0 -1560px;
}

li.noextension,
dt.noextension {
    background-position:0 -1580px;
}

li.copy,
dt.copy {
    background-position:0 -1600px;
}

li.delete,
dt.delete {
    background-position:0 -1620px;
}

li.sticker,
dt.sticker {
    background-position:0 -1640px;
}

li.youtube,
dt.youtube {
    background-position:0 -1660px;
}
li.youtube2::before,
dt.youtube2::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: '008';
}
li.htmlflyer,
dt.htmlflyer {
    background-position:0 -1680px;
}

div.spokesman,
li.spokesman,
dt.spokesman {
    background-position:0 -1700px;
}

li.sync,
dt.sync {
    background-position:0 -1720px;
}

li.share,
dt.share {
    background-position:0 -1740px;
}

li.unknown-1,
dt.unknown-1 {
    background-position:0 -1760px;
}

li.showcase,
dt.showcase {
    background-position:0 -1780px;
}

li.blank {
    background-position:0 20px;
}

li.hanging {
    background-position:0 20px;
}


ul.menuList ul {
    margin-left: 0;
    padding-left: 0;
}

/*******************************************/
/*      TOOLTIP SPRITES                    */
/*******************************************/


ul.tipHelp {
    padding:0;
    margin:0;
}

ul.tipHelp li {
    list-style-type:none;
    padding:0 0 0 110px;
    margin:0;
    background-image:url('backend/helpimages/tip-edit-helps.jpg');
    background-repeat:no-repeat;
    height:154px;
}

li.addressTip {
    background-position:0 0;
}

li.designTip {
    background-position:0 -155px;
}

li.optionsTip {
    background-position:0 -310px;
}

li.taglineTip {
    background-position:0 -465px;
}

li.summaryTip {
    background-position:0 -620px;
}

li.detailsTip {
    background-position:0 -775px;
}

li.highlightsTip {
    background-position:0 -930px;
}

a.social_share {
    display:inline-block;
    padding: 0 ;
    margin:0 2px 0 0;
    background: url('backend/images/icon-social-share-sprite.png') 0 0 no-repeat;
    height:20px;
}

a.social_share.facebook{
    background-position:0 0;
    width: 53px;
}
a.social_share.facebook:hover {
    background-position:0 -20px;
}

a.social_share.pintrest{
    background-position:-53px 0;
    width:43px;
}
a.social_share.pintrest:hover {
    background-position:-53px -20px;
}
a.social_share.linkedin{
    background-position:-96px 0;
    width:54px;
}
a.social_share.linkedin:hover {
    background-position:-96px -20px;
}

a.social_share.googleplus {
    background-position:-150px 0;
    width:50px;
}
a.social_share.googleplus:hover {
    background-position:-150px -20px;
}








/*******************************************/
/*      SPECIAL ELEMENTS FOR               */
/*      HELP AND INSTRUCTION AREAS         */
/*******************************************/

.helpArea p {
    font-size:13px;
    margin:3px 0;
}

ul.flush {
    margin:0;
    padding:0 0 20px 0;
}

ul.flush li {
    list-style-type:none;
    background:url('/cssimages/greenBullet.gif') no-repeat 0 12px;
    padding-top:5px;
    padding-left:1.2em;
}

ol.flush {
    list-style-position:outside;
    margin:1.5em;
    padding:0;
}

ol.flush li {
    padding-top:5px;
}

.guidedtour {
    position:absolute;
    top:0;
    right:0;
}


/*******************************************/
/*      NEW ANNOTATION ELEMENTS            */
/*******************************************/

img.smallIcon {
    float:left;
    margin:0 10px 0 0;
    padding:0;
    border:none;
}

img.largeIcon {
    float:left;
    margin:-6px 10px 0 0;
    padding:0;
    border:none;
}

img.mySitesIcon {
    margin:0;
    padding:0;
    border:none;
    cursor:help;
}

img.inlineIcon {
    display:inline;
    vertical-align:-3px;
    margin:0 5px 0 0;
    padding:0 0 0 0;
    border:none;
}

/*******************************************/
/*      PAGE LAYOUTS and STRUCTURES        */
/*******************************************/

#newContent {
    width:870px;
    position:relative;
}

#leftHalf, .leftHalf {
    float:left;
    width:425px;
    margin-right:10px;
}

#rightHalf, .rightHalf {
    float:left;
    width:425px;
    margin-left:10px;
}

/* used for two equal columns */

div.left435 {
    float:left;
    width:420px;
    padding:0 15px 15px 0;
}

div.right435 {
    float:left;
    width:420px;
    padding:0 0 15px 15px;
}

div.lefthalf {
    float:left;
    width:400px;
    margin-right:0;
}

div.righthalf {
    float:left;
    width:400px;
}



/* used for left side wide and right for help */

div.left565 {
    float:left;
    width:550px;
    padding:0 15px 15px 0
}

div.right305 {
    float:left;
    width:290px;
    padding:0 0 15px 15px;
    margin:0;
}

/*******************************************/
/*      MANAGE SITES                       */
/*******************************************/

.statusicon {
    width: 18px;
    height: auto;
    border: none;
    margin: 0 3px 0 0 ;
    cursor: help;
    float: left;
}

div.quarter1 {
    float:left;
    width:200px;
    margin:10px 23px 10px 0;
}

div.quarter2 {
    float:left;
    width:200px;
    margin:10px 23px 10px 0;
}

div.quarter3 {
    float:left;
    width:200px;
    margin:10px 23px 10px 0;
}

div.quarter4 {
    float:left;
    width:200px;
    margin:10px 0 10px;
}

div.left423 {
    float:left;
    width:423px;
    margin:10px 23px 10px 0;
}
div.right423 {
    float:left;
    width:423px;
    margin:10px 0 10px 0;
}
/* for left 2 innerQs */

div.innerQ1,
div.innerQ3 {
    float:left;
    width:200px;
    margin:0 23px 0 0;
}

div.innerQ2,
div.innerQ4 {
    float:left;
    width:200px;
    margin:0;
}

div.borderBox {
    float:left;
    position:relative;
    border:1px solid #adde22;
    padding:10px;
}

#bulk_edit_instructions {
    clear:both;
    width:800px;
    padding:15px 35px;
    margin:0 auto;
}

.panel {
    border: 1px #cccccc solid;
    padding:10px;
}



/*******************************************/
/*      NEW backend PageTop Elements       */
/*      for working with specific entities */
/*******************************************/

/* sits on top of Page Top */

#edit_header_quick_links {
    width:870px;
    position:relative;
    height:18px;
}

#pgTop {
    width:870px;
    position:relative;
    height:75px;
    padding:5px 0;
    margin:5px 0;
    background-color: #fafafa;
    border:1px solid #d4d4d4;
}
#pgTop.altbg {
    height: 40px;
}

#pgTop #status {
    float:left;
    width:60px;
    height:75px;
    margin:0 10px 0 0;
}

#status img {
    margin:8px 0 5px 7px;
    font-size:0.8em;
}

#pgTop #left {
    float:left;
    width:370px;
    position:relative;
    margin-top:5px;
    padding:0;
}

#pgTop #newleft1 {
    float:left;
    width:370px;
    position:relative;
    padding:0;
}

#pgTop #address {
    float:left;
    width:370px;
    padding-top:5px;
}

#pgTop #newaddress2 {
    float:left;
    width:370px;
    padding-top:0;
}

#pgTop #url {
    float:left;
    width:370px;
    font-size:0.9em;
    margin-top:3px;
}

#pgTop #newurl2 {
    float:left;
    width:370px;
    font-size:0.9em;
    margin-top:1px;
    margin-bottom:0;
}

#pgTop #preview {
    float:left;
    width:30px;
    padding-top:2px;
}

#pgTop #middle {
    float:left;
    width:200px;
    height:55px;
    position:relative;
    margin-top:5px;
    padding:0;
}

#pgTop #newmiddle1 {
    float:left;
    width:250px;
    height:55px;
    position:relative;
    margin-top:5px;
    padding:0;
}

#pgTop #newmiddle2 {
    float:left;
    width:165px;
    height:55px;
    position:relative;
    margin-top:5px;
    padding:0;
    font-size:0.9em;
}

#pgTop #newright {
    float:left;
    width:120px;
    height:55px;
    position:relative;
    margin-top:5px;
    padding:0;
    font-size:0.8em;
}

#newmiddle1 #assigned {
    float:left;
    width:250px;
    font-weight:bold;
    height:1.3em;
    overflow:hidden;
}

#newmiddle1 #officeName {
    float:left;
    width:200px;
    height:1.3em;
    overflow:hidden;
}

#newmiddle2 #assigned {
    float:left;
    width:165px;
    height:1.3em;
    overflow:hidden;
}

#newmiddle2 #officeName {
    float:left;
    width:165px;
    height:1.3em;
    overflow:hidden;
}

#newleft1 #preview {
    float:left;
    width:120px;
    margin-right:50px
}

#newleft1 #qrcode {
    float:right;
    margin-right:5px
}

#middle #assigned {
    float:left;
    width:200px;
    font-weight:bold;
    height:1.3em;
    overflow:hidden;
}

#middle #officeName {
    float:left;
    width:200px;
    height:1.3em;
    overflow:hidden;
}

#pgTop #right {
    float:left;
    width:195px;
    height:55px;
    position:relative;
    margin:0 0 0 25px;
    padding:0;
}

div.edit_section {
    height: 1.5em;
    margin: 20px 0 5px 0;
    border-top: 1px #ccc solid;
}


/*******************************************/
/*      NEW Wizard heading elements        */
/*******************************************/


#multiStep {
    width:870px;
    position:relative;
    height:30px;
    padding-top:10px;
    border:1px dashed blue;
    margin:20px 0;
    font-size:18px;
    font-weight:700;
}

#multiStep #label {
    float:left;
    margin:0 5px;
}

#multiStep .step {
    float:left;
    margin:0 5px;
    color:#333333;
    font-weight:500;
}

#multiStep #thisStep {
    float:left;
    margin:0 5px;
    color:#FF0000;
}

#multiStep #description {
    float:left;
    margin:0 0 0 25px;
}

.wizNavButtons {
    clear:left;
    margin:10px;
}

/*********************************************/
/*      NEW ELEMENTS TO REPLACE FORM-Tables  */
/*********************************************/


div.form {
    background-color:#E8F1D4;
    font-size:11px;
    font-weight:700;
    border:none;
}

div.formHdr {
    color:#FFF;
    background-color:#9EC244;
    height:30px;
    font-size:15px;
    text-transform:uppercase;
    font-weight:700;
}

div.formFtr {

}

a.txtLink,
a.txtLink:link,
a.txtLink:visited,
a.txtLink:active {
    color:#0033CC;
    text-decoration:underline;
}

a.txtLink:hover {
    color:#0033CC;
    text-decoration:none;
}









ul#twitterfeed {
    list-style: none;
    background: url('backend/images/icons/icon-twitter.png') top left no-repeat;
    height:45px;
    padding: 3px 0 0 60px;
}

ul#twitterfeed li {
    vertical-align:middle;
    padding: 3px 0 0 26px;
    height:24px;
}

/*********** JQUERY ********************************/
/* Add JQUERY CSS here */


/* ========== O L D C S S =================================================================== */
/* used in the old builder wizard structures */

/***************************************************/
/*      OLD Whitebox tables with rounded corners   */
/***************************************************/
table.whitebox {
    border:none;
}

table.oldtablelayout {
    width:870px;
    margin:0 15px;
}

td.helpcolumn {
    width: 380px;
    padding-left:55px;
}




div.emph {
    font-size:15px;
    color:#9EC244;
    font-weight:700;
    background:#FFF;
    border:1px solid #9EC244;
    width:700px;
    padding:0.5em;
}

div.signup {
    font-size:24px;
    color:red;
    font-weight:700;
    background:#FFF;
    border:1px solid #9EC244;
    width:750px;
    text-align:center;
    margin:6px;
    padding:5px;
}

div.signup2 {
    font-size:24px;
    color:navy;
    font-weight:700;
    background:#FFF;
    width:600px;
    text-align:center;
    border:1px solid #9EC244;
    margin:6px;
    padding:5px;
}

div.street {
    font-size:18px;
    border-bottom:1px solid #adde22;
    padding:8px 0 3px;
}

h1 {
    font-size:30px;
    padding:0;
    margin:0;
    letter-spacing:0.03em;
    font-weight:normal;
}

h2 {
    color:#677C2A;
    font-size:20px;
}

h1.paul {
    font-size:18px;
    font-weight:700;
    font-variant:small-caps;
    color:#F24747;
    text-transform:capitalize;
}

h2.paul {
    font-size:14px;
    font-weight:700;
    font-variant:small-caps;
    color:#F24747;
}

h3.paul {
    font-size:13px;
    font-weight:700;
    font-variant:small-caps;
    color:#F24747;
}

h4 {
    margin:0;
}



/*****************************/
/*      FORM AND INPUT       */
/*****************************/


select.form {
    background:#EEEEEE;
    padding-left:5px;
    border:1px solid #CC0000;
}

input.notgray {
    background-color:#E8F1D4;
    border:none;
}

input,
textarea,
file {
    background:#FCFCFC;
    padding-left:5px;
    border:1px solid #E2EDC2
}

input.inputtextreadonly {
    color: #A0A0A0;
}

label.labelreadonly {
    color: #A0A0A0;
}

span.spanreadonly {
    color: #A0A0A0;
}

.faq {
    color:#F74542;
    text-decoration:underline;
    font-weight:700
}

.graytext {
    color:#333333;
    font-size:11px
}

.whiteback {
    background:#FFF;
    width:auto
}

.redback {
    background:#FFC0C0
}

.buttonprocess {
    background:navy;
    color:#FFF;
    font-size:11px;
    font-weight:700;
    font-family:arial,helvetica ;
}

error {
    font-size:11px;
    color:#9EC244;
    font-weight:700;
    background:#FFC;
    width:100%;
    border:1px solid;
    padding:0.5em;
}

/*****************************/
/*      LINKS                */
/*****************************/

a,
a:link,
a:visited,
a:active {
    color:#0033CC;
    text-decoration:underline;
}

a:hover {
    color:#0033CC;
    text-decoration:none;
}

li.paul {
    font-size:12px;
    color:#575c62;
    list-style-type:square;
    list-style-image:url('images/bullet-red.gif');
    list-style-position:outside;
    text-align:left;
    text-indent:0;
    white-space:normal;
    padding:0 5px;
}

.box {
    font-size:12px;
    color:#575c62;
}

#dhtmltooltip {
    position:absolute;
    width:150px;
    border:2px solid #000;
    background-color:#FFFFE0;
    visibility:hidden;
    z-index:100;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
    padding:2px;
}

#mainContainer {
    width:600px;
    text-align:left;
    background-color:#FFF;
    margin:0 auto;
}

#dragableElementsParentBox {
    padding:10px;
}

.smallArticle,
.bigArticle {
    float:left;
    border:1px solid #000;
    background-color:#DDD;
    margin-right:10px;
    margin-bottom:5px;
    padding:2px;
}

.smallArticle img,
.bigArticle img {
    float:left;
    padding:5px;
}

.smallArticle .rightImage,
.bigArticle .rightImage {
    float:right;
}

.smallArticle {
    width:274px;
}

.bigArticle {
    width:564px;
}

.clear {
    clear:both;
}

#rectangle {
    float:left;
    border:1px dotted red;
    background-color:#FFF;
}

#insertionMarker {
    width:6px;
    position:absolute;
    display:none;
}

#insertionMarker img {
    float:left
}

#dragDropMoveLayer {
    position:absolute;
    display:none;
    border:1px solid #000;
    filter:alpha(opacity=50);
    opacity:0.5;
}

.CopyRight2 {
    color:green;
    font-family:Arial, Helvetica;
    font-size:11px;
    font-weight:400;
    text-decoration:none;
}

span.ongoing {
    font-size:10px;
    color:#006000;
}

span.discount {
    font-size:10px;
    color:#C00000;
}

span.chargedto {
    font-size:9px;
}

td.invoice {
    background-color:#f8f8f8;
}

#orderdetails td {
    font-size:0.75em;
}

#coupon {
    position:relative;
    background:url('/images/sps_coupon.png') #FFF;
    width:360px;
    height:190px;
    margin:0;
    padding:0;
}

#couponcode {
    float:left;
    width:280px;
    margin-top:10px;
    margin-left:10px;
    font-weight:700;
}

#couponname {
    clear:left;
    width:280px;
    margin-top:10px;
    margin-left:20px;
    font-style:italic;
    text-decoration:underline;
}

#coupondescription {
    clear:left;
    width:280px;
    margin-top:40px;
    margin-left:30px;
}

input.domain,
select.domain {
    background:#ceF;
    color:#00a;
}

.spellcheck {
    font-size:11px;
    text-decoration:underline;
    color:#0033CC;
    ;
    padding:5px;
    cursor:pointer;
}

.spellcheckover {
    font-size:11px;
    text-decoration:none;
    color:#0033CC;
    padding:5px;
    cursor:pointer;
}

span.categoryjump {
    font-size:13px;
}

a.categoryheader {
    text-decoration:none;
    color:black;
    font-size:20px;
}

.steptab {
    padding:3px 0;
    margin-left:0;
    margin-top:1px;
    margin-bottom:0;
    font-weight:700;
    font-size:1.1em;
    list-style-type:none;
    text-align:left;
}

.steptab li {
    display:inline;
    margin:0;
}

.steptab li a {
    text-decoration:none;
    padding:3px 10px;
    margin-right:3px;
    margin-bottom:1px;
    border:1px solid #155e73;
    background:#E1EFF4;
}

.steptab li a:visited,
.steptab li a:hover {
    text-decoration:none;
}

.steptab li.selected {
    position:relative;
    top:0px;
}

.steptab li.notselected {
    position:relative;
    top:0px;
    background:#FFFFFF;
}

.steptab li.selected a {
    border-bottom:none;
    background-color:#006699;
    color:#FFFFFF;
}

.steptab_holder {
    border:1px solid #155e73;
    width:732px;
    padding:10px;
}

div.indentation1 {
    color:#009933;
    padding-left:16px;
    background:url('backend/images/icons/working-with-arrow.png') 0 0 no-repeat;

}

div.indentation2 {
    color:#ff3300;
    margin-left: 16px;
    padding-left: 16px;
    background:url('backend/images/icons/working-with-arrow.png') 0 0 no-repeat;
}

div.indentation3 {
    padding-left:90px;
}

div.indentation4 {
    padding-left:120px;
}

div.financeoptions {
    border-style:solid;
    border-width:2px;
}

div.financeoptionlist {
    border-style:solid;
    border-width:2px;
}

div.financeoption1 {
    border-style:solid;
    border-width:2px;
}

div.financeoption2 {
    border-style:solid;
    border-width:2px;
}

div.financeoption3 {
    border-style:solid;
    border-width:2px;
}

.createpropertylink {
    margin-top: 16px;
}


.layout-view {
    list-style: none outside none;
    padding-left: 0;
}
.layout-row {
    height:	100px;
    width:	770px;
    padding:5px;
    position:relative;
}
.layout-thumbnail {
    height:100px;
    width:120px;
    position:absolute;
    top:5px;
    left:5px;
}
.layout-details {
    height:100px;
    width:480px;
    position:absolute;
    top:5px;
    left:160px;
    padding-left:5px;
}
.layout-action {
    height:100px;
    width:100px;
    position:absolute;
    top:5px;
    right:5px;
}


.alert-info {
    font-weight:bold;
    font-size:15px;
    padding-left:5px;
}

.content_list, .style_list {
    list-style: none outside none;
    padding-left:0px;
    margin-top:5px;
    margin-left:0px;
}

.content_list li > span.ui-icon, .style_list li > span.ui-icon{
    margin-right:3px;
    width: 16px;
    height: 16px;
    display:block;
    position:relative;
    float:left;
}

.content_list li, .style_list li {
    margin-left:0px;
    /** float:left; **/
    width:165px;
    /** clear:both; **/
    height:16px;
}

.ui-accordion .ui-accordion-content {
    padding-top:5px;
    padding-left:14px;
}

.editable-content {
    color:#0000CC;
    cursor:pointer;
    text-decoration:underline;
}

.inline-title {
    font-size:18px;
    margin:10px;
    position:relative;
    top:10px;
}

.ui-accordion-content-active {
    padding-bottom:2px;
}
.ui-draggable-element {
    margin-bottom:2px;
    font-size:12px;
    clear:both;
    display:block;
}
.ui-draggable-element > .title{
    padding-left:5px;
    padding-top:3px;
    padding-bottom:3px;
    width:189px;
    display:block;
    position:relative;
    margin-left:16px;
    clear:right;
    font-size:12px;
}

.ui-draggable-element > .text {
    border: 1px dashed #ABCC4E;
    padding-left:5px;
    padding-top:2px;
    padding-bottom:2px;
    width:189px;
    display:block;
    position:relative;
    margin-left:16px;
    min-height:15.6px;
}

.ui-draggable-element > textarea.text
{
    width:205px;
    margin-left:0;
    clear:both;
}

.ui-draggable-element > .pair {
    border: 1px dashed #ABCC4E;
    padding-left:5px;
    padding-top:2px;
    padding-bottom:2px;
    width:189px;
    display:block;
    position:relative;
    margin-left:16px;
    height:16px;
    padding-right:5px;
}
.ui-draggable-element > .pair > .label {
    float:left;
    width:49%;
}
.ui-draggable-element > .pair > .value {
    float:right;
    width:49%;
}

.ui-draggable-element > span.icon{
    margin-top:3px;
    margin-bottom:3px;
    width: 16px;
    height: 16px;
    display:block;
    position:relative;
    float:left;
    background: 0 -80px url('https://spscdn.s3.amazonaws.com/backend/javascript/jquery/themes/sps_green/images/ui-icons_adde22_256x240.png') no-repeat;
}

h4 {
    margin-left:5px;
    margin-top:5px;
}

.colorpicker_hue div {
    border:1px solid white;
}

.colorpicker input {
    font-size: 11px;
    color: #FFFFFF;
}
a.editable-content		 { color:#0000CC !important; }
a.editable-content:hover { text-decoration:underline !important; }

/* new HTML flyers */

.htmlflyer-view {
    list-style: none outside none;
    padding-left: 0;
}
.htmlflyer-row {
    height:	150px;
    width:	770px;
    padding:5px;
    position:relative;
}
.htmlflyer-thumbnail {
    height:100px;
    width:150px;
    position:absolute;
    top:5px;
    left:5px;
}
.htmlflyer-details {
    height:150px;
    width:275px;
    position:absolute;
    top:5px;
    left:190px;
    padding-left:5px;
}
.htmlflyer-action {
    height:150px;
    width:275px;
    position:absolute;
    top:5px;
    right:5px;
}

/* ************************************************** */
/*   ORDER HISTORY UI                                 */
/* ************************************************** */

table#orderHistory {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
    background-color: #ffffff;
}

table#orderHistory td, table#orderHistory th{
    border: 1px solid #ddd;
}
table#orderHistory th{
    background-color: #ccc;
}

table#orderHistory .oh_date 	{ width: 72px; }
table#orderHistory .oh_invoice 	{ width: 80px; }
table#orderHistory .oh_item 	{ width: 156px; }
table#orderHistory .oh_desc 	{ width: 345px; }
table#orderHistory .oh_qty 		{ width: 28px; }
table#orderHistory .oh_cost 	{ width: 54px; }
table#orderHistory .oh_total 	{ width: 58px; }
table#orderHistory .oh_balance 	{ width: 60px; }

table#orderHistory td.invoice 	{ background-color: #fff; }
table#orderHistory td.transaction	{ background-color: #E8F1D4; }
table#orderHistory td.trannumber	{ text-align: left; }

span.ipaddress { font-size:10px; color: #999999;}

span.bluepayblue { color: #0000FF;}
span.errormsg { color: #FF0000;}



/* ************************************************** */
/*   new class for ListHub import sync                */
/* ************************************************** */

table.apm_table {
        width: 100%;
        text-align:left;
}
table.apm_table thead {
        background-color: black;
        color: white;
}

table.apm_table > td, table.apm_table th {
        padding:10px 4px;
}
table.apm_table td {
        padding:4px;
}

div.apm_scroll_region {
    width: 710px;
    height: 298px;
    overflow-y: scroll;
    border:1px #cccccc solid;
}

div.selectionrow {
    width:100%;
    position: relative;
    height: 15px;
}


div.mlsname {
    float: left;
    width: 75%;
    height:15px;
    overflow: hidden;

}

div.addremove {
    float: left;
    width: 25%;
    text-align:right;
}

/*  feed status tables - display sprite */

div.sync-status {
    background: url('backend/images/apm-feed-status-sprite.png') no-repeat;
    display:inline-block;
    height:12px;
    width:12px;
    padding:0;
    margin:0 10px 0 0;
}
div.sync-status.autopilot {
    background-position:0 0;
}
div.sync-status.some {
    background-position:0 -12px;
}
div.sync-status.none {
    background-position:0 -24px;
}
div.chosenMlses {
    float:left;
    overflow-y:scroll;
    width:400px;
    height:200px;
    background-color:#CAF2BD;
    border: 1px solid #d3d3d3;
    padding:5px;
}

div.availableMlses {
    float:left;
    width:400px;
    height:200px;
    background-color:#FFF;
    border: 1px solid #d3d3d3;
    padding:5px;
    overflow-y:scroll;
}

table#mlsList .chooseMLS 	{ width: 38px; text-align: right; }
table#changePlan .headerCurrentPlan 	{ text-align: right;}
table#changePlan .headerCurrentFee 	{ text-align: right;}
table#changePlan .headerNewPlan 	{ text-align: right; }
table#changePlan .headerNewFee 	{ text-align: right; }
table#changePlan .headerSamePlan 	{ text-align: right; }
table#changePlan .headerSameFee 	{ text-align: right; }
table#changePlan .currentPlan 	{ text-align: right;}
table#changePlan .currentFee 	{ text-align: right;}
table#changePlan .newPlan 	{ color: red; text-align: right; }
table#changePlan .newFee 	{ color: red; text-align: right; }
table#changePlan .samePlan 	{ color: green; text-align: right; }
table#changePlan .sameFee 	{ color: green; text-align: right; }

.addService	{ color: green; }
.removeService	{ color: red; }

.listhubNotSync { color: red; }



table#membership .current { width:80px; text-align:right; color:#ff0000; vertical-align:top;}
table#membership .selector { width:20px; text-align:center;  vertical-align:top;}
table#membership .levels { width: 90px; text-align:center;vertical-align:top; }
table#membership .fee { text-align:center; vertical-align:top;}
table#membership .padding { width: 10px; vertical-align:top; }
table#membership .priceper { position:relative; width: 335px;  vertical-align:top;}

table#membership .priceper div.showprice { float:left; display:block; width:80px; }
table#membership .priceper div.pricenotes { float:left; width:180px; display: block; padding-left:5px;color:#CC3300; }


/*
    Inquiry Tables
*/


table#inqileads 		{ border: 1px solid #D0D0D0; font-size: 12px; }
#inqileads td 			{ border: 1px solid #D0D0D0; padding: 4px 4px; }
#inqileads th 			{ border: 1px solid #D0D0D0; padding: 2px 4px; }
#inqileads th.date		{ width:80px; }


table#inqidetails 		{ border:none; font-size: 12px; }
#inqidetails td 		{ border:none; padding: 4px 4px; }
#inqidetails th 		{ border:none; padding: 2px 4px; }

#inqidetails td.label	{ width:130px; text-align:right; valign:top; }

#assignees { border-bottom: 1px solid #ccc; }
#assignees p { margin-bottom:0; }

/*
    PLAIN Tables with borders
*/

table.plain {border-spacing: 0; border-collapse: collapse;}
table.plain th, table.plain td { border: 1px solid #ccc; padding: 0.25rem;}

/* red box on domain SSL/HTTPS setup */

.domainsslredbox {
    width: 870px;
    padding: 5px 0;
    margin: 5px 0;
    border: 1px solid #d4d4d4;
    background-color: #cf0000;
    color: #ffffff;
    text-align: center;
}

.domainsslyellowbox {
    width: 870px;
    padding: 5px 0;
    margin: 5px 0;
    border: 1px solid #d4d4d4;
    background-color: #ffff7f;
    color: #000000;
    text-align: center;
}


/* ------------------------------------------------ */
/* -------------   New Dashboard 	--------------- */
/* ------------------------------------------------ */


/* border box fix so padding and borders get ignored on size */


.dashboard {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    padding-top: 20px;
    height: auto;
    max-width: 870px;
    margin: 0 auto;
    padding-left: 25px;
    font-family: 'Roboto', sans-serif;
}

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

.dashboard a {
    display:block;
    cursor:pointer;
    color: inherit;
    text-decoration: none;
}
.dashboard a:hover {
    background-color: rgba(0,0,0,0.2);
}

/* -------  Dashboard Box1 ------------------- */


.dashboard .dashboard_widget1 {
    float: left;
    width: 250px;
    height: 160px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.dashboard_widget1 .datacontainer {
}
.dashboard_widget1 .datarow {
    float:left;
    padding: 0 10px;
    width: 100%;
    clear: both;
    margin-top: 10px;
}
.dashboard_widget1 .status {
    font-size: 1.5em;
    font-weight: 700;
}
.dashboard_widget1 .cell {
    width: 50%;
    float: left;
}
.dashboard_widget1 .datarow.top {
    height: 70px;
}
.datarow.top a.cell.left {
    font-size: 50px;
    width: 90px;
    line-height: 60px;
}
.datarow.top .cell.right {
    font-size: 14px;
    width: 140px;
    padding-top:5px;
}
.dashboard_widget1 .datarow.middle {
    height: 15px;
    line-height: 15px;
    font-size: 14px;
}
.dashboard_widget1 .datarow.bottom {
    height:50px;
    font-size: 30px;
    line-height: 30px;
}

/* -------  Dashboard Box2 ------------------- */

.dashboard .dashboard_widget2 {
    float: left;
    width: 168px;
    height: 160px;
    margin-right: 20px;
    margin-bottom: 30px;
    background-color: #fff;
}
.dashboard .dashboard_widget2 .header {
    height: 30px;
    width: 100%;
    padding: 3px 10px;
    vertical-align: baseline;
    font-size: 15px;
    line-height:24px;
}
.dashboard_widget2 .datacontainer {
    width: 100%;
    height: 130px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.dashboard_widget2 .datarow, .box2 .a {
    float:left;
    padding: 0 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    clear: both;
    margin-bottom: 5px ;
}
.dashboard_widget2 .datacontainer > .datarow:first-child {
    height: 15px;
    line-height: 15px;
    margin: 5px 0 0;
}
.dashboard_widget2 .datacontainer > .datarow:last-child {
    margin-bottom: 0;
}
.dashboard_widget2 .datarow .cell {
    float:left;
}
.cell.data {
    width: 53px;
    text-align: center;
    font-size: 24px;
}
.dashboard_widget2 .datacontainer > .datarow:first-child .cell.data {
    font-size: 10px;
}
.cell.movement {
    width: 25px;
    font-size: 14px;
}
.cell.item {
    width: 68px;
    font-size: 16px;
}
.dashboard .color1 {			/* green */
    background-color: #DFF0D8;
    color: #468847;
}
.dashboard .color2 {			/* red */
    background-color: #F2DEDE;
    color: #B94A48;
}
.dashboard .color3 {			/* orange */
    background-color: #FCF8E3;
    color: #C09853;
}
.dashboard .color4 {			/* blue */
    background-color:  #D9EDF7;
    color: #3A87AD;
}

/* donut CSS */
.donut-chart {
      position: relative;
    width: 200px;
      height: 200px;
    margin: 0 auto 2rem;
    border-radius: 100%
}
.donut-chart p.center {
      background: #394264;
      position: absolute;
      text-align: center;
    font-size: 28px;
    top:0;left:0;bottom:0;right:0;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    line-height: 35px;
    padding: 15% 0 0;
}
.portion-block {
    border-radius: 50%;
    clip: rect(0px, 200px, 200px, 100px);
    height: 100%;
    position: absolute;
    width: 100%;
}
.donut-chart .circle {
    border-radius: 50%;
    clip: rect(0px, 100px, 200px, 0px);
    height: 100%;
    position: absolute;
    width: 100%;
    font-family: monospace;
    font-size: 1.5rem;
}
.donut-chart #part1 {
    transform: rotate(0deg);
}

.donut-chart #part1 .circle {
     background-color: #E64C65;
     /*transform: rotate(76deg);*/
     animation: first 1s 1 forwards;
}
.donut-chart #part2 {
    transform: rotate(100deg);
}
.donut-chart #part2 .circle {
    background-color: #11A8AB;
    animation: second 1s 1 forwards 1s;
}
.donut-chart #part3 {
    transform: rotate(250deg);
}
.donut-chart #part3 .circle {
    background-color: #4FC4F6;
    animation: third 0.5s 1 forwards 2s;
}


/* Animation */
@keyframes first {
    from {transform: rotate(0deg);}
    to {transform: rotate(100deg);}
}

@keyframes second {
    from {transform: rotate(0deg);}
    to {transform: rotate(150deg);}
}

@keyframes third {
    from {transform: rotate(0deg);}
    to {transform: rotate(111deg);}
}

/* -------------- end of dashboard ------------------- */

.dialogAtTop {
    position: absolute;
    top: 0px;
}

.ui-dialog {
    position: absolute;
    top: 0px;
}

/* ---------------------------------------------------- */
/* -----------  BOOTSTRAP CUSTOM ---------------------- */
/* ---------------------------------------------------- */

/* FIXES TO HELP REMOVE INLINE CSS
   The goal is to remove all these when we go to Bootstrap
*/

.t_footer_buttons {
 float:left;
 width:240px;
 height:90px;
}

.t_footer_copyright {
 height:20px;
 text-align:center;
}
.width_870 {
    width: 870px;
}
table.formtable td {
    padding:5px;
}

/* ------------ custom mods bootstrap --- */



ul.menulist li.tickets {
    display: block;
    font-family: 'sps-icons';
    float: left;
    margin-top: 0;
    margin-left: -30px;
}

ul.menulist li.tickets {
    background-position:0 -9000px;
}

ul.menulist li.tickets:before {
    content: '048';
    color: #18Bc9c;
}


/* ------------ media showcase --- */

div.optionsForDesign {
    padding:10px;
    background: #F2FDE8;
}


/* Buttons
------------------------------------------------------------ */


input[type=button] {
/*	margin:0;
    border-width: 1px;
    border-color:#C4E55A #6E8F16 #6E8F16 #C4E55A;
    background:#70BB2E;
    cursor:pointer;
*/
}

input:hover[type=button] {
/*
    margin:0;
    border-width: 1px;
    border-color:#ADDE22 #C4E55A #C4E55A #ADDE22;
    cursor:pointer;
*/
}

input[type=submit] {
/*
    margin:0;
    border-width: 1px;
    border-color:#C4E55A #6E8F16 #6E8F16 #C4E55A;
    background:#70BB2E;
    cursor:pointer;
*/
}

input.buttonover[type=submit] {
/*
    margin:0;
    border-width: 1px;
    border-color:#ADDE22 #C4E55A #C4E55A #ADDE22;
    background:#CDEC7B;
    cursor:pointer;
*/
}

input.buttonTable[type=button] {
/*
    font-size:9px;
    padding:0 1px;
    margin:0;
    height:17px;
    border-width: 1px;
    border-color:#C4E55A #6E8F16 #6E8F16 #C4E55A;
    background:#70BB2E;
    cursor:pointer;
    width:0;
    overflow:visible;
*/

    /* these 2 statements for hack on IE width problems */
}

input.buttonTable[class] {
    /* IE ignores [class] */ width:auto;
    /* cancel margin fix for other browsers */
}

input.buttonoverTable[type=button] {
/*
    font-size:9px;
    padding:0 1px;
    margin:0;
    border-width: 1px;
    height:17px;
    border-color:#ADDE22 #C4E55A #C4E55A #ADDE22;
    background:#CDEC7B;
    cursor:pointer;
    width:0;
    overflow:visible;
*/
    /* these 2 statements for hack on IE width problems */
}

input.buttonoverTable[class] {
    /* IE ignores [class] */
    width:auto;
    /* cancel margin fix for other browsers */
}

.ui-pop-up-button-dm {
    font-size:13px;
    text-decoration:none;
    color:#000;
    padding:0 3px;
    margin:0;
    border-width: 1px;
    border-color:#C4E55A #6E8F16 #6E8F16 #C4E55A;
    background:#70BB2E;
    cursor:pointer;
}

.btn,
.ui-widget-content .btn {
    color: #fff;
    font-family: Helvetica, arial;
    font-weight: 400;
    font-size: 1em;
    line-height: 20px;
    vertical-align: middle;
    padding: 4px 15px;
    border-width: 1px;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    white-space: nowrap;
    cursor: pointer;
    background: #2FADE7; /* default color */
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    -webkit-appearance: none;
      -webkit-border-radius: 0;
}
.btn:hover {
    color: #fff;
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
    text-decoration: none;
}
.btn-primary {
    background: #70BB2E;
}
.btn-bg2 {
    background: #333333;
}
.btn-tour {
    background: #DE110A;
}
.btn-cancel {
    color: #333;
    background: #E8E8E8;
    margin-right: 10px;
}
.btn-small {
    font-family: Helvetica, arial;
    font-size: .9em;
    padding: 1px 6px;
}
.btn-mini {
    font-family: Helvetica, arial;
    font-size: .6rem;
    line-height: 1rem;
    padding: 0 2px 0 2px;
    text-shadow: none;
}
.btn-big {
    font-size:1.2em;
    padding: 8px 20px;
}
.btn-xlarge {

}



/* CSS Defaults and Overrides
 * Do not add site specific css here - add it to the content section
------------------------------------------------------------ */
.disabled {
    color: #c0c0c0;
}
.normal {
    font-weight: 500;
}
.strong {
    font-weight: 700;
}
.small {
    font-size: .73em;
    font-weight: normal;
}
.smaller {
    font-size: .85em;
}
.large {
    font-size: 1.1em;
}
.larger {
    font-size: 1.3em;
}
.xlarge {
    font-size: 1.6em;
}
.hidden {
    display: none;
}
.block {
    display: block;
}
.iblock {
    display: inline-block;
}
.relative {
    position: relative;
}
.inline {
    display: inline;
}
.nowrap {
    white-space: nowrap;
}
.pointer {
    cursor: pointer;
}
.round {
    border-radius: 3px;
}
.round-alt {
    border-radius: 3px;
}
.img-round {
    border: 10px solid #ccc;
    border-radius: 100%;
}
.m0 {
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb8 {
    margin-bottom: 8px;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.ml0 {
    margin-left: 0 !important;
}
.mr0 {
    margin-right:0;
}
.mr3 {
    margin-right: 3px;
}
.mr4 {
    margin-right: 4px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.p5 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.p15 {
    padding: 15px;
}
.pt0 {
    padding-top:0;
}
.pt5 {
    padding-top:5px;
}
.pt10 {
    padding-top:10px;
}
.pt15 {
    padding-top: 15px;
}
.pb10 {
    padding-bottom: 10px;
}
.pr0 {
    padding-right: 0 !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right:10px;
}
.pr30 {
    padding-right:30px;
}
.pl0 {
    padding-left: 0 !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left:10px !important;
}
.w15 {
    width: 15px !important;
}
.w100 {
    width:100px !important;
}
.w200 {
    width:200px !important;
}
.w300 {
    width:300px !important;
}
.w400 {
    width:400px !important;
}
.w500 {
    width:500px !important;
}
.underline {
    text-decoration: underline;
}
.indent {
    margin-left: 30px !important;
}
.indent10 {
    margin-left: 10px;
}
.indent20 {
    margin-left: 20px;
}
.indent30 {
    margin-left: 30px !important;
}
.indent35 {
    margin-left: 35px !important;
}
.indent60 {
    margin-left: 60px;
}
.spacerh {
    padding: 0 10px;
}
.border {
    border: none;
    -webkit-box-shadow: 0 0px 5px #ddd;
    -moz-box-shadow: 0 0px 5px #ddd;
    box-shadow: 0 0px 5px #ddd;
}
.borderr {
    border-right: 1px solid #e4e2e6;
}
.borderl {
    border-left: 1px solid #e4e2e6;
}
.borderr-dashed {
    border-right: 1px dashed #ccc;
}
.borderb {
    border-bottom: 1px solid #e4e2e6;
}
.bordert {
    border-top: 1px solid #e4e2e6;
}
.border-alt {
    border: 1px solid #34557F;
}
.borderb-alt {
    border-bottom: 1px solid #34557F;
}
.bordert-alt {
    border-top: 1px solid #34557F;
}
.vert-middle {
    vertical-align:middle;
}
.center,
.text-center {
    text-align: center;
}
.italic {
    font-style: italic;
}
.align-left, .left {
    text-align: left;
}
.align-right, .right {
    text-align: right;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: ' ';
     clear: both;
     height: 0;
     }
.clearfix {
     display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.floatl, .alignleft {
    float: left;
}
.floatr, .alignright {
    float: right;
}

/* CSS for the TOGGLE switch */
/* -- waynerad 2022-06-13 */

.read-only-sync-box {
  border: 2px solid purple;
  padding: 16px;
  margin: 16px;
}

.read-only-disabled {
  background-color: #E8E8E8;
}

.read-only-label {
  color: #C0C0C0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 19px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The interior of the slider */
/* background-color is OFF color */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D0D0D0;
  -webkit-transition: .4s;
  transition: .4s;
}

/* slider inside the background area */
/* background-color is slider color */
.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 2px;
  background-color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
}

/* color to change to when the user toggles the slider ON */
/* background-color is ON color */
input:checked + .slider {
  background-color: #70BB2E;
}

/* add a shadow under the slider when it is turned ON */
input:focus + .slider {
  box-shadow: 0 0 2px #FFFF00;
}

/* actually MOVE the slider */
input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders -- round the background */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

