@import url(https://fonts.googleapis.com/css?family=PT+Sans:300|PT+Sans:400|PT+Sans:700);
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
/************************************************\
Very general Reset
\************************************************/

.wpdreams,
.wpdreams * {
  font:normal 13px/100% manrope, Verdana,Tahoma,sans-serif;
  padding: auto;
  margin: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  line-height: 18px;
}


/************************************************\
Generic selectors
\************************************************/
div#wpdreams {
  min-width: 1280px;
}

#wpdreams ul,
#wpdreams ul li {
  list-style-type: none;
}

#wpdreams dd {
  margin: 10px 10px 24px 0px;
}
#wpdreams dt {
  font-size: 14px;
  color: rgb(199, 0, 0);
}

/************************************************\
Generic classes
\************************************************/

#wpdreams .floatLeft {
  float: left;
}

#wpdreams .floatRight {
  float: right;
}

#wpdreams .clearFix:after {
  content: " ";
  display: block;
  clear: both;
}

#wpdreams .disabled {
  opacity: .5;
  position: relative;
}

#wpdreams .disabled::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
}

.wpdreams b,
.wpdreams strong {
  font-weight: 700;
}

.wpdreams select {
  background: #FFF;
}

.wpdreams script {
  display: none !important;
}

#wpdreams .block {
  display: block;
}

#wpdreams .wpdreamsText {
  display: inline-block;
}

#wpdreams .hidden {
  display: none;
}

#wpdreams .hiddend {
  display: none !important;
}

.wpd-text-right {
  text-align: right;
}

#wpdreams a:focus {
  outline: none;
  box-shadow: none;
}

#wpdreams .loading-small {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: transparent url("icons/load24x24.gif") no-repeat center center;
  vertical-align: middle;
  display: inline-block;
}

.wd_col_20,
.wd_col_30,
.wd_col_40,
.wd_col_50,
.wd_col_60,
.wd_col_70,
.wd_col_80,
.wd_col_third {
  width: 32%;
  min-height: 1px;
  margin: 0 !important;
  padding: 1%;
  display: inline-block;
  box-sizing: border-box !important;
}

.wd_col_80 {
  width: 69%;
}

.wd_col_70 {
  width: 69%;
}

.wd_col_60 {
  width: 59%;
}

.wd_col_50 {
  width: 49%;
}

.wd_col_40 {
  width: 39%;
}

.wd_col_30 {
  width: 69%;
}

.wd_col_20 {
  width: 19%;
}


/************************************************\
    Columns
\************************************************/

.wpd-60-pc,
.wpd-40-pc,
.wpd-one-half,
.wpd-one-half-last {
  width: 50%;
  min-height: 40px;
  padding: 4% 4% 4% 0;
  float: left;
  box-sizing: border-box;
}

.wpd-60-pc {
  width: 60%;
}

.wpd-40-pc {
  width: 40%;
}

#wpdreams .wpd-40-pc .sortablecontainer {
  margin: 15px 0 0 0;
  width: 100%;
}

.wpd-one-half-last:before,
.wpd-one-half-last:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.wpd-one-half-last:after {
  clear: both;
}


.wpd-half,
.wpd-half-last {
  width: 50%;
  min-height: 40px;
  padding: 2%;
  float: left;
  box-sizing: border-box;
}

.wpd-half-last:before,
.wpd-half-last:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.wpd-half-last:after {
  clear: both;
}

/************************************************\
    ETC
\************************************************/

#wpdreams div.triggerer {
  display:none;
}
#wpdreams legend {
    font-size:1.22em;
    color:#444;
    font-weight: 700;
    margin: 0;
    position: relative;
}
#wpdreams hr {
  color:#eee;
  background-color:#eee;
  margin:10px 40px;
  border:none;
}
#wpdreams .wpdreams-container {
  overflow:hidden;
}

#wpdreams input,
#wpdreams textarea,
#wpdreams select {
    border: 1px solid #E5E5E5;
    box-shadow: none;
    height: auto;
    margin: 0 5px;
    outline: 0 none;
    padding: 3px;
    width: 200px;
    line-height: initial;
    border-radius: unset;
    min-height: auto;
}

#wpdreams select:not([multiple]) {
    width: auto;
    max-width: 200px;
    -webkit-appearance: menulist;
    padding: 2px;
}

#wpdreams input[type=checkbox],
#wpdreams input[type=radio] {
  width: auto;
  height: 16px;
}

#wpdreams .wpdreamsTextSmall .wpd-txt-small-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
}

#wpdreams .wpdreamsTextSmall .wpd-txt-small-icon.wpd-txt-small-icon-desktop {
    background: url(icons/icon-desktop.png) no-repeat center;
}
#wpdreams .wpdreamsTextSmall .wpd-txt-small-icon.wpd-txt-small-icon-tablet {
   background: url(icons/icon-tablet.png) no-repeat 3px 0;
}
#wpdreams .wpdreamsTextSmall .wpd-txt-small-icon.wpd-txt-small-icon-phone {
    background: url(icons/icon-phone.png) no-repeat 5px 0;
}

#wpdreams .wpdreamsTextSmall input,
#wpdreams input.threedigit {
  width: 45px;
}

#wpdreams .wd-primary-order input,
#wpdreams .wd-secondary-order input {
    width: 120px !important;
}

#wpdreams select {
  padding:2px;
}
#wpdreams input[type=radio] {
  width: 5px;
  height: 16px;
}

#preview {
  padding:10px;
  position:fixed;
  z-index:1000;
  background:#FFF;
  bottom:-365px;
  right:20px !important;
  border:1px solid #ccc;
  width:500px;
  height:400px;
  box-shadow: 0 0 16px -12px #000000;
  -webkit-box-shadow: 0 0 16px -8px #000000;
}

#preview .data {
  margin: 15px 0px;
}

.wpdreams-btn-settings,
.wpdreams-btn-delete {
  border-radius: 3px;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline;
  vertical-align: middle;
  float: none;
  margin: 6px 10px;
  padding: 6px 16px 6px 35px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  background: url("icons/gear.png") no-repeat scroll 8px center #40A8B6;
  box-shadow: 0px 10px 14px -13px #000000;
  -webkit-box-shadow: 0px 10px 12px -13px #000000;
}

.wpdreams-btn-delete {
  background: url("icons/cross.png") no-repeat scroll 8px center #B64540;
}

.wpdreams-btn-settings:hover,
.wpdreams-btn-delete:hover {
  color: #EEEEEE;
}

#preview a.maximise,
#wpdreams a.maximise,
#preview a.refresh,
#wpdreams a.refresh,
#wpdreams a.general,
#wpdreams a.multisite,
#wpdreams a.frontend,
#wpdreams a.layout,
#wpdreams a.autocomplete,
#wpdreams a.theme,
#wpdreams a.subtheme,
#wpdreams a.advanced {
  border-bottom-color: #3D3D3D;
  border-radius: 3px;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  float: none;
  margin: 6px 10px;
  padding: 6px 16px 6px 35px;
  position: relative;
  text-decoration: none;
  transition: all 0.1s linear 0s;
}

#wpdreams a.cache,
#wpdreams a.error,
#wpdreams a.back,
#wpdreams a.statistics {
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  color: #3a424c;
  margin: 6px 10px;
  padding: 6px 16px 6px 35px;
}

#preview a.maximise,
#wpdreams a.maximise {
  background: url("icons/b-maximise.png") no-repeat scroll 5px 5px #63A69F;
}

#preview a.refresh,
#wpdreams a.refresh {
  background: url("icons/b-refresh.png") no-repeat scroll 5px 5px #7289A7;
}

#wpdreams a.back {
  background: url("icons/b-back.png") no-repeat scroll 5px 5px transparent;
}

#wpdreams a.general::before {
  background: url("icons/b-settings.png") no-repeat scroll 5px 5px transparent;
}

#wpdreams a.multisite::before {
  background: url("icons/b-multisite.png") no-repeat scroll 5px 5px transparent;
}

#wpdreams a.frontend::before {
  background: url("icons/b-frontend.png") no-repeat scroll 5px 5px transparent;
}

#wpdreams a.layout::before {
  background: url("icons/b-layout.png") no-repeat scroll 5px 5px transparent;
}

#wpdreams a.autocomplete::before {
  background: url("icons/b-bulb.png") no-repeat scroll 5px 5px transparent;
}

#wpdreams a.theme::before {
  background: url("icons/b-eye.png") no-repeat scroll 5px 5px transparent;
}

#wpdreams a.advanced:before {
  background: url("icons/b-asettings.png") no-repeat scroll 5px 5px transparent;
}

#tabs a {
    position: relative;
    background-color: #b2d4e1;
}

#tabs a::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    position: absolute;
}

#tabs a:hover,
#tabs a.current {
    background-color: #4095B6;
}

#tabs a:hover::before,
#tabs a.current::before {
    opacity: 1;
}

#wpdreams a.subtheme {
  background: none repeat scroll 0 0 #b2b7b8;
  font-size: 13px;
  margin: 5px 7px 0 0;
  padding: 4px 8px;
    text-shadow: 1px 1px 0 #939393;
}

#wpdreams a.subtheme:hover,
#wpdreams a.subtheme.current {
  box-shadow: none;
    background: none repeat scroll 0 0 #414D50;
    text-shadow: 1px 1px 0 black;
}

#wpdreams a.subtheme span {
    color: #dd125d;
    margin-left: 6px;
    text-shadow: none;
    font-weight: 400;
    background: white;
    padding: 0 9px;
    display: inline-block;
    font-size: 11px;
    border-radius: 30px;
}

#wpdreams a.cache {
  background: url("icons/b-tray.png") no-repeat scroll 5px 5px transparent;
}

#wpdreams a.error {
  background: url("icons/b-warning.png") no-repeat scroll 5px 5px transparent;
}

#wpdreams a.statistics {
  background: url("icons/b-stat.png") no-repeat scroll 5px 5px transparent;
}

#wpdreams .sortablecontainer .ui-left,
#wpdreams .draggablecontainer .ui-left {
  text-align: left;
  background: none repeat scroll 0 0 #FFFFFF !important;
  border: 1px dotted #D3D3D3 !important;
}

#wpdreams .sortablecontainer input[type="text"]:not(.wd_tts_all_text),
#wpdreams .draggablecontainer input[type="text"] {
  background: url("icons/pen.png") no-repeat scroll 7px 7px #FCFCFC;
  border: 1px solid #EAEAEA;
  border-radius: 0 3px 3px 3px;
  box-shadow: none;
  clear: both;
  color: #666666;
  font-family: 'Droid Sans',Helvetica,'Helvetica Neue',Arial,sans-serif;
  height: 30px;
  line-height: 22px;
  margin-top: 0;
  padding: 0 25px;
  text-align: left;
  transition: background-color 0.3s ease 0s;
  width: auto;
}

#wpdreams .sortablecontainer label,
#wpdreams .draggablecontainer label {
  background: none repeat scroll 0 0 #EAEAEA;
  border-radius: 3px 3px 0 0;
  border-top: 1px solid #EAEAEA;
  box-shadow: 0 1px 0 #F4F4F4 inset;
  color: #666666;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 21px;
  margin-bottom: 0;
  margin-left: 5px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-shadow: 1px 1px 0 #FFFFFF;
}

#wpdreams input.color {
  background:0;
  width:92px;
}
#wpdreams textarea {
  width:334px;
  height:150px;
  line-height:100%;
}

#wpdreams textarea.wd_textarea_expandable {
    height: auto;
    overflow-: hidden;
    padding: 6px 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 16px;
    max-height: 120px; /* optional, but recommended */
    min-height: 31px;
}

#wpdreams label.wd_textarea_expandable {
    vertical-align: top;
    padding: 6px 0;
    display: inline-block;
}

#wpdreams input:hover,#wpdreams textarea:hover,#wpdreams input:focus,#wpdreams textarea:focus {
  border-color:#C9C9C9;
  -webkit-box-shadow:rgba(0,0,0,0.15) 0px 0px 8px;
}
#wpdreams form label {
  margin:0 10px;
  color:#6F6F6F;
}

#wpdreams input[type=button] {
  -moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
  -webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
  box-shadow:inset 0px 1px 0px 0px #cf866c;

  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
  background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);

  background-color:#d0451b;

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;

  border:1px solid #942911;

  display:inline-block;
  color:#ffffff;
  font-size:13px;
  font-weight:normal;
  padding:6px 24px;
  text-decoration:none;

  text-shadow:0px 1px 0px #854629;
  margin-right: 0;
  cursor: pointer;
  width: auto;
}


input[type=button].wd_button,
#wpdreams input[type=submit],
#wpdreams input[type=button].submit,
#wpdreams input[type=button].asl_submit {
    margin: 7px 5px 0;
    line-height: 12px;
    padding: 8px 14px;
    box-shadow: 0px 1px 0px 0px #92391D, 0px 1px 0px 0px #C24822 inset;
    background: linear-gradient(to bottom, #D03F1B 5%, #BC3615 100%);
    border: 0;
    border-radius: 2px;
    text-shadow: 1px 1px 0px #9B4C3D;
    font-size: 13px;
    color: #FFF;
    position: relative;
    cursor: pointer;
    width: auto;
}

#wpdreams input[type=button].asl_submit.asl_submit_transparent,
#wpdreams input[type=submit].asl_submit.asl_submit_transparent {
    color: #555;
    border: 1px solid #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #eaeaea;
    border-radius: 2px;
    text-shadow: none;
}

input[type=button].wd_button:active,
#wpdreams input[type=submit]:active,
#wpdreams input[type=button].submit:active,
#wpdreams input[type=button].asl_submit:not(.asl_submit_transparent):active {
    box-shadow: 0px 1px 0px 0px #92391D, 0px 1px 0px 0px #C24822 inset;
    background: #92391D;
    outline-width: 0;
}

#wpdreams input[type=submit]:focus,
#wpdreams input[type=button].submit:focus {
  outline-width: 0;
}

#wpdreams input[type=button].submit[disabled] {
  opacity: 0.7;
}

#wpdreams .one-item button[name='add']::before,
#wpdreams .wpdreamsCustomContent .customContent button[name='add']::before {
  background: url('icons/add-before.png') no-repeat scroll center center #228EC2;
}

#wpdreams input[type=button]:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
  background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);

  background-color:#bc3315;
}

#wpdreams input[type=button]:active,
#wpdreams input[type=submit]:active {
  position:relative;
  top:1px;
}

#wpdreams input[type=submit].red {
  background:#ad3939;
}

#wpdreams input[type=submit].green {
  background:#39ad41;
  border: 1px solid #0a5f10;
  box-shadow: none;
}

#wpdreams input[type=button].submit.wd_button_green {
  box-shadow: 0px 1px 0px 0px #116227, 0px 1px 0px 0px #35B548 inset;
  background: linear-gradient(to bottom, #35B055 5%, #339B4F 100%);
  text-shadow: 1px 1px 0px #2a9b42;
}

#wpdreams input[type=button].submit.wd_button_blue {
  box-shadow: 0px 1px 0px 0px #153b62, 0px 1px 0px 0px #1b74b5 inset;
  background: linear-gradient(to bottom, #1d82b0 5%, #17769b 100%);
  text-shadow: 1px 1px 0px #177e9b;
}

#wpdreams .sortable .wpdreams-box {
  background:transparent url(icons/drag.png) no-repeat;
  position:relative;
  cursor:move;
}
#wpdreams .sortable .wpdreams-box .drag {
  cursor:pointer;
  height:46px;
  position:absolute;
  top:0;
  left:0;
  width:30px;
}
#wpdreams label {
  vertical-align:baseline;
  margin:0 10px;
  color:#999999;
}
#wpdreams input.quick_shortcode,
#wpdreams input.shortcode {
  padding:1px 1px 1px 5px;
  border:solid 1px #E5E5E5;
  outline:0;
  width:200px;
  height: 30px;
  cursor: text;
  font-size:12px;
}

#wpdreams input.shortcode:hover,
#wpdreams input.shortcode:focus {
  width: 500px;
  position: absolute;
  border: 1px solid #999;
  box-shadow: none;
}
/*
#wpdreams input.shortcode:hover + label.shortcode:after {
	content: "";
	display: inline-block;
	width: 213px;
}
*/

#wpdreams img.infoimage {
  cursor:pointer;
  margin-left:8px;
  margin-top:-2px;
  vertical-align:middle;
}
#wpdreams .item {
  width: auto;
  text-align: right;
  padding: 16px 0 8px;
  /* margin: 12px 0 1px; */
  border: 0;
}

.item-flex,
.item-flex-nogrow,
#wpdreams .item.item-flex,
#wpdreams .item.item-flex-nogrow {
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
}

#wpdreams .item-flex-two-column > *,
.item-flex-two-column * {
    flex-basis: 50%;
}

#wpdreams .item.item-flex-nogrow > div {
    flex-grow: 0;
}

#wpdreams .item.item-flex-nogrow > div:first-child {
    flex-grow: 1;
}

#wpdreams .item.item-flex-wrap {
    flex-wrap: wrap;
}

#wpdreams .item .item-flex-100 {
    min-width: 100%;
    flex-wrap: wrap;
    flex-basis: auto;
    flex-grow: 1 !important;
    box-sizing: border-box;
}


#wpdreams .item:nth-child(2n) {
  /* background: #EFEFEF; */
}

#wpdreams fieldset fieldset .item {
  border-bottom: 1px dashed #e7e7e7;
  background: transparent !important;
}

#wpdreams fieldset fieldset .item:last-child {
  border-bottom: 0;
}

#wpdreams .wpdreams-box {
  overflow:hidden;
  background: #FEFEFE;
  border:solid 1px #DDDDDD;
  outline:0;
  font:normal 13px/100% Verdana,Tahoma,sans-serif;
  box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
  -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
  -webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 8px;
  padding:10px;
  margin:10px;
  width: 790px;
}
#wpdreams .wpdreams-box .slider-info {
  height:26px;
  margin:4px 0 0 0;
  font-size:1.1em;
  padding:0 0 0 20px;
  line-height: 24px;
}
#wpdreams .wpdreams-box .slider-info span {
  margin-left:20px;
}
#wpdreams .wpdreams-box .slider-info img {
  margin-left:8px;
  margin-top:-2px;
  vertical-align:middle;
  cursor:pointer;
}
#wpdreams .preview {
  height:28px;
  vertical-align:middle;
  border-radius:2px;
  float:none;
  cursor:pointer;
}
#wpdreams fieldset {
  border:1px solid #EEEEEE;
  margin:20px 5px 5px 5px;
  padding:11px;
}

#wpdreams fieldset:first-child {
  margin: 6px 5px 5px 5px;
}

#wpdreams form fieldset {
  border:1px solid #EEEEEE;
  margin:20px 5px 30px;
  padding:11px;
}

#wpdreams fieldset fieldset {
  background: none repeat scroll 0 0 #FEFEFE;
  border: 1px dotted #DDDDDD;
  font-size: 0.9em;
  line-height: 45px;
  margin: 5px 0 20px;
  padding: 11px;
}

#wpdreams fieldset fieldset fieldset {
  line-height: 25px;
  border: 0;
}

#wpdreams fieldset fieldset legend {
    color: #333;
}

#wpdreams fieldset fieldset fieldset legend {
  color: #666;
}

#wpdreams .asl_legend_docs {
    display: flex;
    position: absolute;
    top: 2px;
    left: 2px;
    opacity: 0;
    transition: opacity .2s;
    background: white;
}

#wpdreams fieldset legend .asl_legend_docs {
    top: 2px;
    left: 100%;
}

#wpdreams .asl_legend_docs a {
    margin: 0 0 0 8px;
    white-space: nowrap;
}

#wpdreams div[tabid] {
    position: relative;
}

#wpdreams div[tabid]:hover .asl_legend_docs,
#wpdreams fieldset fieldset:hover legend .asl_legend_docs {
    opacity: 1;
}

#wpdreams .asl_legend_docs span.fa {
    color: #8143b9;
    outline: none;
    margin: 0 6px 0 0;
    font-size: 14px;
}

#wpdreams .wpdreamsanimationselect + span {
  padding: 4px 11px;
  display: inline-block;
  background: #eee;
  margin: 3px;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  backface-visibility: hidden;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -webkit-backface-visibility: hidden;
}


#wpdreams .successMsg {
  color:#1a772c;
  padding:7px;
  margin:5px;
  border:1px solid #eee;
  background:#f1fff1;
  border-radius:3px;
}
/*#wpdreams .infoMsg {
  background: #FFFDF1;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  color: #776D1A;
  margin: 6px 0 12px;
  padding: 7px;
  text-align: left;
}*/
#wpdreams .infoMsg,
#wpdreams .infoMsgBox,
#wpdreams .errorMsg,
#wpdreams .errorMsgBox,
#wpdreams .noticeMsg,
#wpdreams .noticeMsgBox {
  margin: 5px 6px 15px;
  border-left: 4px solid #43DD36;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  padding: 6px 13px;
}

#wpdreams .errorMsg,
#wpdreams .errorMsgBox {
  border-left: 4px solid #DD3636;
}

#wpdreams .noticeMsg,
#wpdreams .noticeMsgBox {
  border-left: 4px solid #DD8B36;
}

#wpdreams .infoMsgBox,
#wpdreams .errorMsgBox,
#wpdreams .noticeMsgBox{
  padding: 10px;
  margin: 10px;
  width: 790px;
}

#wpdreams .descMsg {
  border-radius: 3px;
  color: #979797;
  margin: -3px 0 0px;
  padding: 7px;
  text-align: right;
  font-size: 12px;
}

#wpdreams .biggerDescMsg {
  border-radius: 3px;
  color: #979797;
  margin: -3px 0 0px;
  padding: 7px;
  text-align: left;
  font-size: 14px;
}

.tooltip {
  display:none;
  background:transparent url(icons/black_arrow.png);
  font-size:12px;
  height:70px;
  width:160px;
  padding:25px;
  color:#eee;
}
#wpdreams .overlay {
  display:none;
  z-index:10000;
  background-color:#333;
  min-width:10px;
  min-height:10px;
  border:1px solid #666;
  -moz-box-shadow:0 0 90px 5px #000;
  -webkit-box-shadow:0 0 90px #000;
}
#wpdreams .overlay .close {
  background-image:url(icons/close.png);
  position:absolute;
  right:-15px;
  top:-15px;
  cursor:pointer;
  height:35px;
  width:35px;
}
#wpdreams .labeldrag {
  background:#eee;
  position:relative;
  border:1px solid #ddd;
  width:410px;
  float:right;
}
#wpdreams .labeldrag .inner {
  background:#FFF;
  position:absolute;
  top:5px;
  left:5px;
  border:1px solid #ddd;
  background:url(icons/labelposition.png) no-repeat #fff;
}
#wpdreams .labeldrag .inner .dragme {
  width:10px;
  height:10px;
  background-image:url(icons/point.png);
  cursor: pointer;
}

#wpdreams span.radioimage {
  vertical-align:middle;
  margin:0 10px;
  color:#999999;
}

#wpdreams img.radioimage {
  border: 2px solid #eee;
  border-radius: 4px;
  margin: 5px;
  cursor: pointer;
  vertical-align:middle;
  padding: 5px;
  background: #fefefe;
  max-height: 24px;
}

#wpdreams img.radioimage:hover {
  border: 2px solid #ddd;
}

#wpdreams img.radioimage.selected {
  background: none repeat scroll 0 0 #fefefe;
  border: 2px solid #4897bc;
}

#wpdreams span.loaderselect {
  vertical-align:middle;
  margin:0 10px;
  color:#999999;
}

#wpdreams .wpdreamsSelectTags {
  border-bottom: 1px dashed #E5E5E5;
  padding-bottom: 16px;
}

#wpdreams .wd_tagSelSearch,
#wpdreams div.wd_tagAllStatus {
  margin: 15px 0px 0px;
}

#wpdreams .wd_tagSelSearch .hiddend {
  display: none !important;
}

#wpdreams .wd_ts_close {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

#wpdreams .wd_tagSearchResults {
  text-align: right;
  margin: 10px;
}

#wpdreams .wd_tagSearchResults p {
  color: #777;
}

#wpdreams .wd_tagSearchResults p span {
  /* text-decoration: underline; */
  border: 1px solid #717171;
  display: inline-block;
  margin: 2px 0 2px 10px;
  border-radius: 3px;
  padding: 1px 6px;
  opacity: 0.3;
}

#wpdreams .wd_tagSearchResults p span.not_listed_yo {
  opacity: 1;
  cursor: pointer;
}

#wpdreams .wd_tagSelSearch .loading-small {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: transparent url("icons/load24x24.gif") no-repeat center center;
  vertical-align: middle;
  display: inline-block;
}

#wpdreams .wd_tagSelectContent span {
  padding: 3px 5px;
  color: #777;
  /* background: #efefef; */
  margin: 5px;
  display: inline-block;
  cursor: move;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#wpdreams .wd_tagSelectContent span a {
  width: 20px;
  cursor: pointer;
}

#wpdreams .wd_tagSelectContent span a.wd_tag_remove:before,
#wpdreams .wd_tagSelectContent span a.wd_tag_checked:before,
#wpdreams .wd_tagSelectContent span a.wd_tag_unchecked:before {
  background: 0 0;
  color: #b4b9be;
  content: "\f153";
  display: inline-block;
  vertical-align: bottom;
  font: 400 16px/20px dashicons;
  speak: none;
  height: 20px;
  text-align: center;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  margin: 1px 0;
}

#wpdreams .wd_tagSelectContent span a.wd_tag_checked,
#wpdreams .wd_tagSelectContent span a.wd_tag_unchecked {
  margin-right: 3px;
  margin-left: -5px;
}

#wpdreams .wd_tagSelectContent span a.wd_tag_checked:before,
#wpdreams .wd_tagSelectContent span a.wd_tag_unchecked:before {
  content: "\f147";
  font: 400 22px dashicons;
}

#wpdreams .wd_tagSelectContent span a.wd_tag_checked:before {
  color: #40a0c9;
}

#wpdreams .wd_tagSelectContent span a.wd_tag_checked:hover:before,
#wpdreams .wd_tagSelectContent span a.wd_tag_unchecked:hover:before {
  opacity: 0.6;
}

#wpdreams .wd_tagSelectContent span a.wd_tag_unchecked:before{
  color: #c7ccd1;
}

#wpdreams .wd_tagSelectContent span a.wd_tag_remove:hover:before {
  color: #c00;
}

#wpdreams .wd_cf_search {
  text-align: left;
}

#wpdreams div.wd_cf_search {
  position: relative;
}

#wpdreams div.wd_cf_search .wd_cf_search_res {
  position: absolute;
  display: none;
  background: white;
  border: solid 1px #DDDDDD;
  box-shadow: rgba(0,0,0,0.1) 0px 0px 8px;
  padding: 0;
  text-align: left;
  z-index: 1;
  margin: 0 0 0 5px;
}

#wpdreams div.wd_cf_search .wd_cf_search_res li {
  padding: 4px 10px;
  font-weight: 700;
  cursor: pointer;
}

#wpdreams div.wd_cf_search .wd_cf_search_res p {
  padding: 5px 10px;
  font-weight: 700;
  text-align: center;
}

#wpdreams div.wd_cf_search .wd_cf_search_res li:hover {
  background: #efefef;
}

#wpdreams .wpdreamsYesNoSt {
  display: inline-block;
}

#wpdreams .wpdreamsYesNoSt .wpdreamsYesNoInner {
  background: url("icons/on-off-new.png") no-repeat scroll -29px 0px transparent;
  background-color: #ddb9b9;
  border-radius: 2px;
  box-shadow: 0px 1px 4px -2px #000000 inset;
  -webkit-box-shadow: 0px 1px 5px -2px #000000 inset;
  display: inline-block;
  height: 27px;
  transition: all 0.2s linear 0s;
  vertical-align: middle;
  width: 61px;
  cursor: pointer;
}

#wpdreams .wpdreamsYesNoSt.active .wpdreamsYesNoInner {
  background-position: -1px 0;
  background-color: #bfd6e4;
}


#wpdreams div.asp-select-loader,
#wpdreams div.asp-select-loader-selected {
  border-radius: 0;
  margin: 5px;
  cursor: pointer;
  vertical-align:middle;
  padding: 5px;
  background: #525252;
  /* max-height: 28px; */
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
  border: 2px solid transparent;
}

#wpdreams div.asp-select-loader:hover,
#wpdreams div.asp-select-loader-selected:hover {
  /* border: 2px solid #ddd; */
}

#wpdreams div.asp-select-loader-selected {
  background: none repeat scroll 0 0 #1694BF;
  border: 2px solid #313131;
}

#wpdreams .wpdreamsBoxShadow {
  text-align:right;
}

#wpdreams .wpdreamsBoxShadow .wpdreamsColorPicker {
  display: inline-block;
  /* float: right; */
  margin-bottom: 13px;
}

#wpdreams .wpdreamsBorder {
  text-align:right;
}

#wpdreams .wpd_border_radius {
  margin: 0;
  border: 1px dotted #ececec;
  padding: 0 0 5px 5px;
}

#wpdreams .wpd_border_radius legend {
  font-size: 12px;
  text-align: left;
  padding: 0 !important;
}

#wpdreams .wpdreamsBorder .wpd_border_radius label {
  line-height: 30px;
  font-size: 11px;
  display: inline-block;
  width: 125px;
}

#wpdreams .wpdreamsBorder .wpd_border_radius input {
  font-size: 11px;
  height: 22px;
}

#wpdreams input.twodigit {
  width: 37px;
  text-align:right;
}

#preview .big-loading {
  width: 400px;
  height: 317px;
  margin: 0 auto;
  background: transparent url("icons/loading-big.gif") no-repeat center center;
}

#wpdreams .small-loading {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: transparent url("icons/load24x24.gif") no-repeat center center;
}

#wpdreams .asl_theme {
  width: 318px;
  height: 53px;
  background-repeat: no-repeat;
  background-position: right;
}

#wpdreams .asl_theme.asl_theme-curvy-red {
  background-image: url('theme/curvy-red.png');
}

#wpdreams .asl_theme.asl_theme-curvy-blue {
  background-image: url('theme/curvy-blue.png');
}

#wpdreams .asl_theme.asl_theme-curvy-black {
  background-image: url('theme/curvy-black.png');
}

#wpdreams .asl_theme.asl_theme-classic-blue {
  background-image: url('theme/classic-blue.png');
}

#wpdreams .asl_theme.asl_theme-simple-blue {
  background-image: url('theme/simple-blue.png');
}

#wpdreams .asl_theme.asl_theme-simple-grey {
  background-image: url('theme/simple-grey.png');
}

#wpdreams .asl_theme.asl_theme-simple-red {
  background-image: url('theme/simple-red.png');
}

#wpdreams .asl_theme.asl_theme-underline {
  background-image: url('theme/underline.png');
}

#wpdreams .wpdreamsThemeChooser span {
  background: url("icons/paint.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 32px;
  margin: 0 10px;
  vertical-align: middle;
  width: 32px;
}

#wpdreams .sortablecontainer,
#wpdreams .draggablecontainer {
  width: 40%;
  margin: 15px 30px;
  float: left;
  text-align: center;
  color: #999;
  position: relative;
}

#wpdreams .sortablecontainer p,
#wpdreams .draggablecontainer p {
  margin: 0 0 10px;
}

#wpdreams .sortablecontainer ul,
#wpdreams .draggablecontainer ul {
  height: 220px;
  overflow: auto;
  padding: 10px;
  background: url('icons/pattern-subtle.png') repeat center center #f6f6f6;
  border: 1px solid #DBDBDB;
}

#wpdreams .sortablecontainer ul li,
#wpdreams .draggablecontainer ul li {
  padding: 6px;
  cursor: move;
  margin: 0 0 4px;
  background: #fefefe;
}

#wpdreams .sortablecontainer ul li.termlevel-1,
#wpdreams .draggablecontainer ul li.termlevel-1{
  width: 87%;
  margin-left: 8%;
}

#wpdreams .sortablecontainer ul li.termlevel-2,
#wpdreams .draggablecontainer ul li.termlevel-2 {
  width: 80%;
  margin-left: 15%;
}

#wpdreams .sortablecontainer ul li.termlevel-3,
#wpdreams .draggablecontainer ul li.termlevel-3 {
  width: 70%;
  margin-left: 25%;
}

#wpdreams .sortablecontainer ul li.termlevel-4,
#wpdreams .draggablecontainer ul li.termlevel-4 {
  width: 60%;
  margin-left: 35%;
}


#wpdreams .sortablecontainer .arrow-all-left,
#wpdreams .sortablecontainer .arrow-all-right,
#wpdreams .draggablecontainer .arrow-all-left,
#wpdreams .draggablecontainer .arrow-all-right {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -30px;
  left: 100%;
  margin-left: 18px;
  border: 1px solid #BCBCBC;
  background: transparent url("icons/arrow-all-left.png") no-repeat 4px 5px;
  cursor: pointer;
}

#wpdreams .sortablecontainer .arrow-all-right,
#wpdreams .draggablecontainer .arrow-all-right{
  background: transparent url("icons/arrow-all-right.png") no-repeat 6px 5px;
  margin-top: 15px;
}

#wpdreams .item p.extra {
  margin: 20px;
  color: #aaa;
}

#wpdreams .wpdreams-box.errorbox {
  width: 770px;
  padding: 20px;
}

#wpdreams .wpdreams-box.errorbox h1 {
  font-size: 18px;
  margin: 0px 0 8px;
  font-family: Open Sans;
  border-bottom: 1px solid #F1F1F1;
  padding: 0 0 9px;
  font-weight: 300;
  color: red;
}

#wpdreams .wpdreams-box.errorbox h3 {
  font-size: 15px;
  margin-bottom: 6px;
  color: #111;
  font-family: Open Sans;
  font-weight: 400;
}

#wpdreams .wpdreams-box.errorbox ol {
  margin: 0;
  padding: 0;
}

#wpdreams .wpdreams-box.errorbox ol li {
  margin: 0 0 15px 18px;
  padding: 0;
}

#wpdreams .wpdreams-box.errorbox div {
  padding: 7px;
  background: #FFF;
  border-bottom: 1px solid #eee;
  margin: 5px;
}

#wpdreams .wpdreams-box.errorbox div p {
  font-size: 14px;
  padding: 0;
  margin: 0 0 16px;
  line-height: 20px;
  color: rgb(56, 56, 56);
}

#wpdreams .wpdreams-box.errorbox div p.err {
  color: rgb(234, 85, 85);
}

#wpdreams .wpdreams-box.errorbox div p.sols {
  color: #111;
}

#wpdreams .wpdreams-box.errorbox p.errors,
#wpdreams .wpdreams-box.errorbox p.tick {
  background: url(icons/exclamation.png) no-repeat scroll 0 center / 20px 20px transparent;
  line-height: 20px;
  margin: 0;
  padding: 0 34px;
}

#wpdreams .wpdreams-box.errorbox p.tick {
  background: url(icons/tick.png) no-repeat scroll 0 center / 20px 20px transparent;
}

@keyframes blink {
  0% { opacity: 1 }
  10% { opacity: 0.8 }
  20% { opacity: 0.7 }
  30% { opacity: 0.6 }
  40% { opacity: 0.5 }
  50% { opacity: 0.45 }
  60% { opacity: 0.5 }
  70% { opacity: 0.6 }
  80% { opacity: 0.7 }
  90% { opacity: 0.8 }
  100%  { opacity: 1 }
}
@-webkit-keyframes blink {
  0% { opacity: 1 }
  10% { opacity: 0.8 }
  20% { opacity: 0.7 }
  30% { opacity: 0.6 }
  40% { opacity: 0.5 }
  50% { opacity: 0.45 }
  60% { opacity: 0.5 }
  70% { opacity: 0.6 }
  80% { opacity: 0.7 }
  90% { opacity: 0.8 }
  100%  { opacity: 1 }
}
#wpdreams .blink {
  -webkit-animation: blink 1.5s linear infinite;
  -moz-animation: blink 1.5s linear infinite;
  -ms-animation: blink 1.5s linear infinite;
  -o-animation: blink 1.5s linear infinite;
  animation: blink 1.5s linear infinite;
}


#wpdreams .mini {
  width: 245px !important;
  float: right;
}

.wpdreams-hint {
  font-size: 10px;
  color: #aaa;
  line-height: 13px;
  margin-top: 0px !important;
  display: block !important;
}

.wpdreams-updown {
  width: 12px;
  height: 25px;
  background: transparent url('icons/updown12x25.png') no-repeat;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 3px;
}

.wpdreams-updown .wpdreams-uparrow,
.wpdreams-updown .wpdreams-downarrow {
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#wpdreams .wpdreamsYesNo,
#wpdreams .wpdreamsOnOff {
  display: inline-block;
}

#wpdreams .wpdreamsYesNo .wpdreamsYesNoInner,
#wpdreams .wpdreamsOnOff .wpdreamsOnOffInner {
  background: url("icons/on-off-new.png") no-repeat scroll -29px 0px transparent;
  background-color: #ddb9b9;
  border-radius: 2px;
  box-shadow: 0px 1px 4px -2px #000000 inset;
  -webkit-box-shadow: 0px 1px 5px -2px #000000 inset;
  display: inline-block;
  height: 27px;
  transition: all 0.2s linear 0s;
  vertical-align: middle;
  width: 61px;
  cursor: pointer;
}

#wpdreams .wpdreamsOnOff .wpdreamsOnOffInner {
  background: url("icons/on-off.png") no-repeat scroll right top transparent;
}

#wpdreams .wpdreamsYesNo.active .wpdreamsYesNoInner,
#wpdreams .wpdreamsOnOff.active .wpdreamsOnOffInner {
  background-position: -1px 0;
  background-color: #bfd6e4;
}

#wpdreams .wpdreamsGradient {
  line-height: 42px;
  padding-right: 19px;
}

#wpdreams .grad_ex {
  border: 1px solid #555555;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 28px;
  margin-left: 8px;
  vertical-align: middle;
  width: 30px;
}


#wpdreams .dslider {
  width: 300px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

#wpdreams .ddisplay {
  width: 31px;
  height: 31px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#wpdreams .ddisplay .dbg {
  background: url("icons/grad-deg.png") no-repeat scroll right top transparent;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s linear;
}

#wpdreams .dtxt {
  width: 25px;
  margin-left: 6px;
  height: 13px;
  line-height: 11px;
  left: 0;
  text-align: center;
  font-size: 13px;
  display: inline-block;
}

#wpdreams .asp_console {
  margin: 10px;
  font-size: 13px;
  color: #444;
}

#wpdreams .wpdreamsCustomContent .sortablecontainer,
#wpdreams .wpdreamsCustomContent .draggablecontainer {
  width: 100%;
  margin: 0;
}

#wpdreams .wpdreamsCustomContent .sortablecontainer:after,
#wpdreams .wpdreamsCustomContent .draggablecontainer:after {
  clear: both;
}

#wpdreams .wpdreamsCustomContent .ui-sortable {
  height: 80px;
  white-space: nowrap;
  max-width: 690px;
  overflow-y: hidden;
  overflow-x: auto;
  line-height: auto;
  text-align: left;
}

#wpdreams .wpdreamsCustomContent .ui-sortable li {
  width: 80px;
  height: 100%;
  padding: 0;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  white-space: normal;
}

#wpdreams .wpdreamsCustomContent .ui-sortable li:hover .iconTopRight {
  opacity: 1;
}

#wpdreams .wpdreamsCustomContent .ui-sortable li .content {
  width: 90%;
  height: 90%;
  overflow: hidden;
  white-space: normal;
  padding: 5%;
  background: #FEFEFE;
}

#wpdreams input.missing,
#wpdreams textarea.missing {
  box-shadow: 0px 0px 4px 0px #f00;
}

#wpdreams .deleteIcon,
#wpdreams .addIcon,
#wpdreams .editIcon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(icons/delete.png);
  cursor: pointer;
}

#wpdreams .addIcon {
  background: url(icons/add.png);
}

#wpdreams .editIcon {
  background: url(icons/edit.png);
}

#wpdreams .iconTopRight {
  position: absolute;
  top: -6px;
  right: -7px;
  opacity: 0;
  transition: 0.2s opacity linear;
}

#wpdreams .iconRightMiddle {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 6px;
}

#wpdreams .wpdreamsCustomContent .customContent,
#wpdreams .wpdreamsCustomContent .searchContent {
  width: 45%;
  float: left;
  background: url('icons/pattern-subtle.png') repeat center center #f6f6f6;
  margin: 13px 0 0;
  border: 1px solid #DBDBDB;
  min-width: 260px;
  box-shadow: 0 0 6px -4px #111;
}

#wpdreams .one-item,
#wpdreams .wpdreamsCustomContent .one-item {
  margin: 8px 10px;
}

#wpdreams .wpdreamsCustomContent .result-item {
  margin: 8px 10px;
  border: 1px solid #ccc;
  text-align: left;
  padding: 10px;
  background: #fefefe;
  position: relative;
}

#wpdreams .wpdreamsCustomContent .itemResults {
  max-height: 290px;
  overflow: auto;
}

#wpdreams .wpdreamsCustomContent .result-item p.title {
  margin: 0 0 4px 0;
}

#wpdreams .wpdreamsCustomContent .result-item p.etc {
  font-size: 11px;
  color: #969696;
}

#wpdreams .one-item button,
#wpdreams .wpdreamsCustomContent .customContent button {
  margin: 7px 5px 0;
  line-height: 12px;
  padding: 7px 14px;
  box-shadow: 0px 1px 0px 0px #1D6D92, 0px 1px 0px 0px #228EC2 inset;
  background: linear-gradient(to bottom, #1B96D0 5%, #1594BC 100%);
  border: 0;
  border-radius: 2px;
  text-shadow: 1px 1px 0px #3D799B;
  font-size: 13px;
  color: #FFF;
  position: relative;
  cursor: pointer;
}


#wpdreams .one-item button:active,
#wpdreams .wpdreamsCustomContent .customContent button:active {
  box-shadow: 0px 1px 0px 0px #1D6D92, 0px 1px 0px 0px #228EC2 inset;
  background: #2485B4;
  outline-width: 0;
}

#wpdreams .one-item button[name='reset'],
#wpdreams .one-item button[name='back'] {
  box-shadow: 0px 1px 0px 0px #923C1D, 0px 1px 0px 0px #C24D22 inset;
  background: linear-gradient(to bottom, #D0591B 5%, #BC4E15 100%);
  text-shadow: 1px 1px 0px #9B523D;
}

#wpdreams .one-item button:active,
#wpdreams .wpdreamsCustomContent .customContent button:active {
  box-shadow: 0px 1px 0px 0px #1D6D92, 0px 1px 0px 0px #228EC2 inset;
  background: #2485B4;
  outline-width: 0;
}

#wpdreams .one-item button[name='reset']:active,
#wpdreams .one-item button[name='back']:active {
  box-shadow: 0px 1px 0px 0px #923C1D, 0px 1px 0px 0px #C24D22 inset;
  background: #C24D22;
  outline-width: 0;
}

#wpdreams .one-item button:focus,
#wpdreams .wpdreamsCustomContent .customContent button:focus {
  outline-width: 0;
}

#wpdreams .one-item button::before,
#wpdreams .wpdreamsCustomContent .customContent button::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 100%;
  background: url('icons/upload-before.png') no-repeat scroll center center #228EC2;
  box-shadow: 0px 1px 0px 0px #1D6D92, 0px 1px 0px 0px #228EC2 inset;
  /* border-right: 1px solid #F5F5F5; */
  float: left;
  position: absolute;
  top: 0;
  left: -16px;
  border-radius: 2px 0 0 2px;
}

#wpdreams .one-item button[name='add']::before,
#wpdreams .wpdreamsCustomContent .customContent button[name='add']::before {
  background: url('icons/add-before.png') no-repeat scroll center center #228EC2;
}

#wpdreams .one-item button[name='save']::before {
  background: url('icons/add-before.png') no-repeat scroll center center #228EC2;
}

#wpdreams .one-item button[name='reset']::before {
  background: url('icons/reset-before.png') no-repeat scroll center center #C24D22;
  box-shadow: 0px 1px 0px 0px #923C1D, 0px 1px 0px 0px #C24D22 inset;
}

#wpdreams .one-item button[name='back']::before {
  background: url('icons/back-before.png') no-repeat scroll center center #C24D22;
  box-shadow: 0px 1px 0px 0px #923C1D, 0px 1px 0px 0px #C24D22 inset;
}

#wpdreams .wpdreamsCustomContent .searchContent {
  float: right;
}

#wpdreams .wpdreamsCustomContent textarea {
  width: 100%;
  margin: 0;
  background: #FFF;
}

#wpdreams .wpdreamsCustomContent h4 {
  line-height: 24px;
  width: 100%;
  display: block;
  color: #555;
  text-align:left;
  font-weight: bold;
  margin: 8px 14px;
}

#wpdreams .wpdreamsCustomContent .one-item .searchmagn,
#wpdreams .wpdreamsCustomContent .one-item .searchload {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("icons/magn.svg") no-repeat scroll 0px 0px transparent;
  background-size: 22px auto;
  vertical-align: middle;
  cursor: pointer;
}

#wpdreams .wpdreamsCustomContent .one-item .searchload {
  background: url("icons/load24x24.gif") no-repeat scroll 0px 0px transparent;
  display: none;
}

.postbox #wpdreams fieldset {
  min-width: 300px;
}

.postbox #wpdreams .wpdreams-box {
  width: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  border: none;
}

.postbox #wpdreams .sortablecontainer {
  width: 100%;
  float: left;
}


.postbox #wpdreams .sortablecontainer ul {
  max-width: 100%;
}

#wpdreams .wpdreamsUpload input[type='button'] {
  line-height: 12px;
  padding: 7px 14px;
  box-shadow: 0px 1px 0px 0px #1D6D92, 0px 1px 0px 0px #228EC2 inset;
  background: linear-gradient(to bottom, #1B96D0 5%, #1594BC 100%);
  border: 0;
  border-radius: 2px;
  text-shadow: 1px 1px 0px #3D799B;
  font-size: 13px;
}

#wpdreams .wpdreamsFontComplete h4 {
  padding: 0;
  margin: 15px 0px 6px;
  line-height: 18px;
  vertical-align: sub;
  font-size: 13px;
  color: #7A7A7A;
  font-weight: bold;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.p_asp_row {
  border-bottom: 1px dashed #ddd;
  padding: 8px 12px;
}

.p_asp_row::after {
  content:'';
  display:block;
  clear: both;
}

.p_asp_title,
.p_asp_date,
.p_asp_author,
.p_asp_priority {
  display: inline-block;
  vertical-align: middle;
}

.p_asp_title {
  width: 80%;
  line-height: 22px;
}

.p_asp_author,
.p_asp_date {
  font-size: 11px;
  color: #999;
  margin-right: 15px;
}

.p_asp_author {

}

.p_asp_priority {
  width: 18%;
  padding-top: 0px;
  margin-bottom: -18px;
}

.p_row_header_footer {
  height: 44px;
  padding: 6px 12px;
  border-bottom: 1px dashed #ddd;
}

.p_row_header_footer:last-child {
  border-bottom: none;
}

.p_row_header_footer p {
  width: 80%;
  text-aling: left;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  color: #bbb;
}

/************************************************\
ASP: Layout options -> Custom fields
\************************************************/

#p_asp_loader {
  width: 400px;
  height: 317px;
  margin: 0 auto;
  background: transparent url("icons/loading-big.gif") no-repeat center center;
  display: none;
}

#wpd_body_loader {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.85) url("icons/loading-big.gif") no-repeat center center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

div#wpd_loading_msg {
  color: white;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  margin-top: 200px;
}

#wpdreams .wpdreamsCustomFields .sortablecontainer li,
#wpdreams .customFieldsSortable .sortablecontainer li,
#wpdreams .wd_TaxonomyTermSelect .sortablecontainer li,
#wpdreams .wd_userselect .sortablecontainer li,
#wpdreams .wd_cpt_select .sortablecontainer li {
  position: relative;
}

#wpdreams .wpdreamsCustomFields .sortablecontainer li:hover a,
#wpdreams .customFieldsSortable .sortablecontainer li:hover a,
#wpdreams .wd_TaxonomyTermSelect .sortablecontainer li:hover a,
#wpdreams .wd_userselect .sortablecontainer li:hover a,
#wpdreams .wd_cpt_select .sortablecontainer li:hover a {
  opacity: 1;
}

#wpdreams .wpdreamsCustomFields .deleteIcon,
#wpdreams .wpdreamsCustomFields .editIcon,
#wpdreams .customFieldsSortable .deleteIcon,
#wpdreams .customFieldsSortable .editIcon,
#wpdreams .wd_userselect .deleteIcon,
#wpdreams .wd_userselect .editIcon,
#wpdreams .wd_cpt_select .deleteIcon,
#wpdreams .wd_cpt_select .editIcon,
#wpdreams .wd_TaxonomyTermSelect .deleteIcon,
#wpdreams .wd_TaxonomyTermSelect .editIcon {
  position: absolute;
  top: 3px;
  right: 30px;
  opacity: 0;
  transition: all 0.2s linear 0s;
}

#wpdreams .draggablecontainer .deleteIcon,
#wpdreams .draggablecontainer .editIcon {
  display: none;
}

#wpdreams .wpdreamsCustomFields .deleteIcon,
#wpdreams .wpdreamsCustomFields .editIcon,
#wpdreams .customFieldsSortable .deleteIcon,
#wpdreams .wd_TaxonomyTermSelect .deleteIcon,
#wpdreams .wd_userselect .deleteIcon,
#wpdreams .wd_cpt_select .deleteIcon {
  right: 3px;
}

#wpdreams .wpdreamsCustomPostTypes .extra_info,
#wpdreams .wd_cpt_select .extra_info {
  display: block;
  font-size: 11px;
  color: #909090;
}

#wpdreams .customFieldsSortable .sortablecontainer li {
  position: relative;
}

#wpdreams .customFieldsSortable .sortablecontainer li:hover a {
  opacity: 1;
}

#wpdreams .customFieldsSortable .deleteIcon,
#wpdreams .customFieldsSortable .editIcon {
  position: absolute;
  top: 3px;
  right: 30px;
  opacity: 0;
  transition: all 0.2s linear 0s;
}

#wpdreams .customFieldsSortable .deleteIcon {
  right: 3px;
}

/************************************************\
 Shortcodes Header
\************************************************/

#wpdreams .asp_b_shortcodes .asp_b_shortcodes_menu {
  margin: 0 0 0 10px;
  cursor: pointer;
}

#wpdreams .asp_b_shortcodes fieldset {
  display: none;
  border: none;
  padding: 10px 0px;
  margin: 7px 3px;
}

#wpdreams .asp_b_shortcodes.asp_open fieldset {
  display: block;
  border-top: 1px solid #eee;
}

#wpdreams .asp_b_shortcodes svg {
  vertical-align: middle;
  fill: #888;
  transition: all 0.1s;
}

#wpdreams .asp_b_shortcodes.asp_open svg {
  transform: rotate(180deg);
}

#wpdreams .asp_b_shortcodes:hover svg {
  vertical-align: middle;
  fill: #666;
}

#wpdreams .asp_b_shortcodes span.asp_b_shortcodes_title {
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-size: 14px
}


/************************************************\
 Instance List
\************************************************/

#wpdreams .wpdreams-box .wpd_instance_edit_icon,
#wpdreams input.instance_new_name {
  display: none;
}

#wpdreams input.instance_new_name {
  margin-left: 16px;
}

#wpdreams .wpdreams-box:hover .wpd_instance_edit_icon,
#wpdreams .wpdreams-box:hover input.instance_new_name,
#wpdreams input.instance_new_name:focus {
  display: inline;
}

#wpdreams .wpdreams-box:hover .wpd_instance_name  {
  display: none;
}


/************************************************\
 Progress Bar
\************************************************/

#wpdreams .wd_progress_text {
  width: 100%;
  margin: 0;
  padding: 0 5px;
  text-align: left;
  box-sizing: border-box;
}

#wpdreams .wd_progress {
  height: 12px;  /* Can be anything */
  position: relative;
  text-align: left;
  background: #555;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 10px;
  box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
  margin: 5px 5px 0 5px;
}

#wpdreams .wd_progress_75 {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
}

#wpdreams span.wd_progress_stop {
  display: inline-block;
  width: 60px;
  height: 12px;
  vertical-align: middle;
  margin: 5px 5px 0 5px;
  padding: 10px;
  background: #BF3816;
  color: white;
  text-align: center;
  line-height: 12px;
  cursor: pointer;
}

#wpdreams .wd_progress > span {
  display: block;
  text-align: left;
  height: 100%;
  border-radius: 0;
  background-color: rgb(43,194,83);
  position: relative;
  overflow: hidden;
  margin: 0;
}

#wpdreams .wd_progress.hiddend,
#wpdreams span.wd_progress_stop.hiddend {
  display: none !important;
}

/************************************************\
 Index table Page Specifics
\************************************************/

form #asp_indextable_options {
  position: relative;
}

form #asp_indextable_options #asp_it_disable {
  position: absolute;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
}

/************************************************\
 Analytics page Specifics
\************************************************/
#wpdreams.asl-be-analytics .asl_al_event .wpdreamsText:nth-child(3),
#wpdreams.asl-be-analytics .asl_al_event .wpdreamsText:nth-child(4) {
    margin: 12px 0 0 0;
}

/************************************************\
 Disabler
\************************************************/

#wpdreams .bs-cont {
  position: relative;
}

#wpdreams .bs-cont .bs-overlay {
  position: absolute;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
}


/************************************************\
 Updates and Help page
\************************************************/

#wpdreams.asp_updates_help {
  font-family: 'PT Sans', Verdana, Tahoma, sans-serif;
}

#wpdreams.asp_updates_help .wpdreams-box {
  width: 1024px;
  line-height: 1.5em;
}

#wpdreams.asp_updates_help .item {
  text-align: left;
  padding: 0 0 8px;
  margin: 0 0 15px 0;
}

#wpdreams.asp_updates_help .item:last-child {
  margin: 0;
}

#wpdreams.asp_updates_help pre {
  white-space: pre-line;
}

#wpdreams.asp_updates_help h3 {
  font-family: 'PT Sans', Verdana, Tahoma, sans-serif;
  margin: 0 0 1em 0;
  font-weight: 700;
  color: #494949;
}

#wpdreams.asp_updates_help dd {
  margin: 0px 10px 24px 0px;
}
#wpdreams.asp_updates_help dt {
  margin: 10px 0px 0px 0px;
}

/************************************************\
 Tooltip Styles
\************************************************/

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition:
          opacity 0.2s ease-in-out,
          visibility 0.2s ease-in-out,
          -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:
          opacity 0.2s ease-in-out,
          visibility 0.2s ease-in-out,
          -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:
          opacity 0.2s ease-in-out,
          visibility 0.2s ease-in-out,
          transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}

/************************************************\
    Misc. Go Pro buttons etc..
\************************************************/

#wpdreams a.button {
  vertical-align: baseline;
}

#wpdreams iframe {
  vertical-align: middle;
}

#wpd_modal a.gopro,
#wpdreams a.gopro {
  border-bottom-color: #3D3D3D;
  border-radius: 3px;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  float: none;
  margin: 6px 10px;
  padding: 6px 16px 6px 35px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  background: url("icons/tie.png") no-repeat scroll 5px 5px #40B6AD;
}

/************************************************\
 Why Pro? button and messages
\************************************************/
#whypro_content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
}
#whypro_content ul {
    list-style-type: disc;
    margin-left: 22px;
}
.whypro-bottom {
  min-width: 100%;
  flex-wrap: wrap;
  flex-basis: auto;flex-grow: 1;
  box-sizing: border-box;
  text-align: center;
  padding: 16px;
}
.whypro-bottom p {
  text-align: left;
}
.whypro-left, .whypro-right {
    flex-shrink: 1;
    flex-basis: 50%;
    box-sizing: border-box;
}
.whypro-left {
    padding: 0 16px 0 0;
}


/************************************************\
 Updates and Help page
\************************************************/

#wpdreams.asl_updates_help {
  font-family: 'PT Sans', Verdana, Tahoma, sans-serif;
}

#wpdreams.asl_updates_help .wpdreams-box {
  width: 1024px;
  line-height: 1.5em;
}

#wpdreams.asl_updates_help .item {
  text-align: left;
  padding: 0 0 8px;
  margin: 0 0 15px 0;
}

#wpdreams.asl_updates_help .item:last-child {
  margin: 0;
}

#wpdreams.asl_updates_help pre {
  white-space: pre-line;
}

#wpdreams.asl_updates_help h3 {
  font-family: 'PT Sans', Verdana, Tahoma, sans-serif;
  margin: 0 0 1em 0;
  font-weight: 700;
  color: #494949;
}

#wpdreams.asl_updates_help dd {
  margin: 0px 10px 24px 0px;
}
#wpdreams.asl_updates_help dt {
  margin: 10px 0px 0px 0px;
}

#wpdreams.asl_updates_help ul {
  list-style: inherit;
  padding: 0 0 0 40px;
}

#wpdreams.asl_updates_help li {
  margin: 10px 0px 0px 0px;
}


/************************************************\
 Sidebar form
\************************************************/

#asl-side-container h2,
#asl-side-container p {
    color: #4c4c4c;
    display: inline-block;
    margin: 8px 0;
}

#asl-side-container h2 {
    font-size: 16px;
    color: #444;
    font-weight: 700;
    margin: 14px 0 6px 0;
}

#asl-side-container form {
    display: flex;
    width: auto;
    text-align: center;
    box-sizing: border-box;
    font-size: 0;
    border: 1px solid #ffffff;
    margin: 0 0 12px 0;
    border-radius: 3px;
    background: #efefef;
    align-items: center;
}

#asl-side-container input[type=email],
#asl-side-container input[type=submit] {
    height: 38px;
    padding: 0 14px;
    border: none;
    outline: none;
    font-size: 14px;
    text-shadow: none;
    box-shadow: none;
}

#asl-side-container input[type=email] {
    border-radius: 4px 0 0 4px;
    vertical-align: top;
    width: 100%;
    background: transparent;
    color: black;
}

#asl-side-container input[type=submit] {
    border-radius: 0 4px 4px 0;
    background: #cb2550;
    color: #fff;
    width: auto;
    flex: 1 1 auto;
    margin: 0;
}

#asl-side-container .gopro input[type=submit] {
    background: #a440b6;
}

.asl_pro_only {
    text-align: center;
    padding: 24px 40px;
    background: #494949;
    color: white;
    border-radius: 3px
}

.asl_pro_only h2,
.asl_pro_only p {
    display: block;
    margin: 18px 0;
    color: white;
    font-size: 16px;
    line-height: 22px;
}

.asl_pro_only i {
    font-style: italic;
    font-size: 16px;
}

.asl_pro_only h2 {
    font-size: 21px;
    font-weight: 700;
    margin: 14px 0 6px 0;
    line-height: 26px;
}

.asl_pro_only ul {
    text-align: left;
    margin: 18px 0 18px 40px;
}
.asl_pro_only ul li {
    list-style-type: disc !important;
    font-size: 16px;
    line-height: 24px;
}

.asl_pro_only img {
    margin: 18px auto;
}

.asl_pro_only .gopro {
    font-size: 16px;
    padding: 14px 24px 14px 38px !important;
    margin-top: 16px !important;
    background: url("icons/tie.png") no-repeat scroll 11px 14px #e264af !important;
}