/****************************************************
* SETTING OPTIONS
****************************************************/
.ewd-uasp-clear {
	clear:both;
}

.OptionTab {
	padding:15px;
}
.HiddenTab {
	display:none;
}

.Row {
	margin-bottom:25px;
	min-height:100px;
}
a {
	cursor:pointer;
}

.ewd-uasp-hidden {
  display: none;
}

.ewd-uasp-textarea {
	height:150px;
	width:450px;
}

.ewd-uasp-appointment-scheduling-button {
	cursor: pointer;
	color:#0073aa;
}

#ewd-uasp-calendar-div{
	display: none;
}

.ewd-uasp-calendar-selector  {
	width: 25%;
	padding-left: 8%;
	float: left;
}

.ewd-uasp-grey-out {
  background: #CCCCCC;
  opacity:0.75;
  position: absolute;
  top: 0px;
  left:0px;
  height: 100%;
  width: 100%;
  margin-left: -180px;
  z-index: 9991;
}
.ewd-uasp-calendar-main-event {
  opacity: 1;
  position:absolute;
  top: 80px;
  margin: 0 auto;
  width:100%;
  z-index:9992;
  background: #FFFFFF;
  padding: 24px;
  margin-left: -90px;
  max-width: 1200px;
}

.ewd-uasp-das-input-label {
  width: 150px;
  float:left;
}

.ewd-uasp-das-input {
  width: 150px;
  float: left;
}

.ufaq-options-page-tabbed p.submit {
    float: right;
    margin-right: 10px;
    margin-top: 15px;
    padding: 3px;
}

/****************************************************
* DROPDOWN APPOINTMENT SCHEDULING STYLES
****************************************************/

.ewd-uasp-das-appointment-listing {
  float: left;
  padding: 10px 20px;
  border: 1px solid transparent;
}
.ewd-uasp-selected-appointment-time {
  background: #e0e0e0;
  border: 1px solid #333333;
}

/***********************************************************
* TABBED OPTIONS PAGE
***********************************************************/

.uasp-hidden {
  display:none;
}

.uasp-options-page-tabbed {
  min-height:450px;
  height:auto;
}
.uasp-options-page-tabbed-nav{
    position: relative;
    top: 0;
    left: 0;
    width:15%;
    z-index: 1;
    min-width:100px;
    margin:0 !important;
  }

.uasp-options-submenu-div li {
    float:left;
    padding: 0;
    width:100%;
    margin:0; !important;
  }
.uasp-options-submenu-div a {
  display:block;
  height:40px;
  line-height:40px;
  font-weight:10;
  padding-left:20px;
}
.uasp-options-submenu-div a.options-subnav-tab-active,
.uasp-options-submenu-div a.styling-subnav-tab-active{
  box-shadow: inset 2px 0 0 #1188cc;
  background-color: #ffffff !important;
  color: #29324e;
}
.uasp-options-submenu-div a.options-subnav-tab,
.uasp-options-submenu-div a.styling-subnav-tab{
  background-color: rgba(224, 224, 224, 0.5);
}
.uasp-options-submenu-div a:hover {
  color: #29324e;
  background-color: rgba(199,199,199, 0.5);
  box-shadow: inset 2px 0 0 #1188cc;

}

.uasp-options-submenu-div {
  float:left;
  width:100px;
  border: 1px solid #e5e5e5;
}
.uasp-options-page-tabbed-content,
.uasp-styling-page-tabbed-content {
  float:left;
  width:80%;
  z-index: 999;
  background:#fff;
  margin:0 !important;
  position:relative;
  min-height:400px;
  border: 1px solid #e5e5e5;
  padding-bottom:5px;
}
.uasp-option-set,
.uasp-styling-set{
  width:85%;
  margin:0 auto;
  position:relative;
  left:10px;
  min-height:400px;
}
.uasp-options-page-tab-title{
  margin:15px 0 !important;
}

.uasp-options-page-tabbed p.submit {
    float: right;
    margin-right: 10px;
    margin-top: 15px;
    padding: 3px;
}

@media only screen and (max-width: 650px) {
  .uasp-options-page-tabbed,
  .uasp-styling-page-tabbed{
    margin:0;
  }
  .uasp-options-submenu-div {
  width: 100%;
}
.uasp-options-page-tabbed-nav{
  width:100%;
}
.uasp-options-page-tabbed li{
  float:none;
}
.uasp-options-page-tabbed a.styling-subnav-tab{
  width:25%;
  float:left;
  padding:0;
  text-align:center;
}
.uasp-options-page-tabbed a.options-subnav-tab-active{
}

.uasp-options-page-tabbed-content,
.uasp-styling-page-tabbed-content{
  width:100%;
}

}

/***********************************************************
FLEXBOX STYLING
***********************************************************/
.uasp-option-set h3,
.uasp-styling-set h3 {
  padding-top:10px;
}
.uasp-options-table th {
  padding:15px 5px;
  height:1em;
}

.uasp-options-page-tabbed input[type=text],
.uasp-styling-page-tabbed input[type=text] {
  width: 90% !important;
  max-width:130px;
}
.uasp-options-page-tabbed select,
.uasp-options-page-tabbed textarea
{
  width:50% !important;
}

.uasp-styling-page-tabbed select,
.uasp-styling-page-tabbed textarea{

}

.uasp-options-div {
  width:100%;
}
.uasp-options-div.uasp-options-flex {
  width:100%;
  display:flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.uasp-subsection{
margin: 0 10px 10px 0;
flex-grow:1;
}
.uasp-subsection-half{
  width:50%;
}

.uasp-subsection-header{
margin:3px;
}

.uasp-options-page-tabbed .submit{
  float:left;
  margin-top:0;
}
.uasp-options-page-tabbed .submit input[type=submit]{
  position:relative;
 /* left:100px;*/
}

.uasp-subsection-header {
  font-size:1.2em;
  font-weight:900;
  padding: 10px;
  margin:0;
  border: 1px solid #e5e5e5;
  border-bottom:none;
}

.uasp-subsection-content{
    border: 1px solid #e5e5e5;
    border-top:none;
    padding: 10px;
}
.uasp-subsection-content .uasp-option {
  margin: 8px 0;
}
.uasp-subsection-content.uasp-subsection-full{
    border: none;
    padding: 5px;
}

/*Subsection Rows*/
.uasp-subsection-content .uasp-option-label {
  display:inline;
}
.uasp-subsection-content .uasp-option-checkbox {
  display:inline;
}



/***********************************************************
Admin emails table
***********************************************************/
#ewd-uasp-email-messages-table {
	width: 100%;
}
#ewd-uasp-email-messages-table th:nth-of-type(1), #ewd-uasp-email-messages-table td:nth-of-type(1) {
	width: 10%;
}
#ewd-uasp-email-messages-table th:nth-of-type(2), #ewd-uasp-email-messages-table td:nth-of-type(2) {
	width: 25%;
}
#ewd-uasp-email-messages-table th:nth-of-type(3), #ewd-uasp-email-messages-table td:nth-of-type(3) {
	width: 25%;
}
#ewd-uasp-email-messages-table th:nth-of-type(4), #ewd-uasp-email-messages-table td:nth-of-type(4) {
	width: 40%;
}
#ewd-uasp-email-messages-table input[type="text"], #ewd-uasp-email-messages-table textarea {
	width: 100% !important;
	max-width: none;
}




/***********************************************************
STATISTICS (IN DASHBOARD)
***********************************************************/

.ewd-uasp-dashboard-stats {
  position: relative;
  float: left;
  width: 100%;
}
.ewd-uasp-dashboard-stats-most-booked {
  position: relative;
  float: left;
  width: 100%;
  padding: 8px 0;
  background: #A317BD;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  margin-top: 18px;
}
.ewd-uasp-dashboard-stats-most-booked-heading {
  position: relative;
  float: left;
  width: 25%;
  padding: 8px 0 0;
  background: #C72BE3;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}
.ewd-uasp-dashboard-stats-most-booked-value {
  position: relative;
  float: left;
  width: 25%;
  padding: 8px 0;
  background: #C72BE3;
  color: #fff;
  text-align: center;
}
.ewd-uasp-dashboard-stats-most-booked-value span{
  text-decoration: underline;
}





/*
==============================================
NEW DASHBOARD
==============================================
*/


/*** WRAP ***/

.toplevel_page_EWD-UASP-options #wpcontent {
  padding-left: 0;
}
.toplevel_page_EWD-UASP-options .wrap {
  margin: 10px 0 0;
}
.toplevel_page_EWD-UASP-options .wrap.uasp-options-page-tabbed {
  margin: 10px 0 0 32px;
  width: calc(100% - 32px);
}
.toplevel_page_EWD-UASP-options .ewd-uasp-appointment-details-wrap {
  position: relative;
  float: left;
  margin-left: 20px;
}
.toplevel_page_EWD-UASP-options .Header {
  padding-left: 20px;
}
.toplevel_page_EWD-UASP-options .OptionTab#Dashboard {
  padding: 0;
}
#ewd-dashboard-top, .ewd-dashboard-middle, .ewd-dashboard-footer {
  padding-left: 20px;
  width: calc(100% - 20px);
}

.ewd-uasp-import-export-container {
  position: relative;
  float: left;
  margin-left: 32px;
  width: calc(100% - 32px);
}


/*** BANNER ***/

.ewd-uasp-dashboard-new-upgrade-banner {
  position: relative;
  float: left;
  width: 100%;
  height: 256px;
  background: url(../images/ewd-uasp-dashboard-banner.png) center no-repeat #1b0f49;
}
.ewd-uasp-dashboard-new-upgrade-banner .ewd-uasp-dashboard-banner-icon {
  position: absolute;
  height: 112px;
  width: 112px;
  left: 172px;
  top: 72px;
  background: url(../images/ewd-uasp-icon.png) no-repeat;
  background-size: 112px 112px;
}
.ewd-uasp-dashboard-new-upgrade-banner .ewd-uasp-dashboard-banner-buttons {
  position: absolute;
  height: 112px;
  width: 192px;
  right: 128px;
  top: 84px;
}
.ewd-uasp-dashboard-new-upgrade-button  {
  position: relative;
  float: right;
  width: 188px;
  border: 2px solid #0acbaa;
  background-color: #0acbaa;
  color: #fff;
  padding: 6px 0;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  border-radius: 2px;
}
.ewd-uasp-dashboard-new-upgrade-button:hover  {
  background-color: #1CE6C3;
  border-color: #1CE6C3;
  color: #fff;
}
.ewd-uasp-dashboard-new-upgrade-button.ewd-uasp-dashboard-new-trial-button  {
  background-color: transparent;
  color: #0acbaa;
  font-size: 11px;
  cursor: pointer;
  width: 192px;
}
.ewd-uasp-dashboard-new-upgrade-button.ewd-uasp-dashboard-new-trial-button:hover  {
  background-color: #0acbaa;
  border-color: #0acbaa;
  color: #fff;
}
.ewd-uasp-dashboard-new-upgrade-banner .ewd-uasp-dashboard-banner-text {
  position: absolute;
  width: calc(100% - 680px);
  height: 112px;
  top: 76px;
  left: 320px;
  color: #fff;
}
.ewd-uasp-dashboard-banner-title {
  position: relative;
  float: left;
  width: 100%;
  font-size: 29px;
  line-height: 32px;
  font-weight: bold;
}
.ewd-uasp-dashboard-banner-brief {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 14px;
  font-size: 14px;
}

@media screen and (min-width: 1700px) {
  .ewd-uasp-dashboard-new-upgrade-banner .ewd-uasp-dashboard-banner-icon {
    left: 272px;
  }
  .ewd-uasp-dashboard-new-upgrade-banner .ewd-uasp-dashboard-banner-buttons {
    right: 228px;
  }
  .ewd-uasp-dashboard-new-upgrade-banner .ewd-uasp-dashboard-banner-text {
    width: calc(100% - 880px);
    left: 420px;
  }
}
@media screen and (max-width: 1200px) {
  .ewd-uasp-dashboard-new-upgrade-banner .ewd-uasp-dashboard-banner-icon {
    left: 54px;
  }
  .ewd-uasp-dashboard-new-upgrade-banner .ewd-uasp-dashboard-banner-buttons {
    right: 32px;
  }
  .ewd-uasp-dashboard-new-upgrade-banner .ewd-uasp-dashboard-banner-text {
    width: calc(100% - 466px);
    left: 202px;
  }
}
@media screen and (max-width: 800px) {
  .ewd-uasp-dashboard-new-upgrade-banner {
    height: 512px;
    height: 300px;
  }
  .ewd-uasp-dashboard-new-upgrade-banner .ewd-uasp-dashboard-banner-icon {
    left: calc(50% - 56px);
    top: 48px;
    display: none;
  }
  .ewd-uasp-dashboard-new-upgrade-banner .ewd-uasp-dashboard-banner-text {
    width: 80%;
    left: 10%;
    top: 208px;
    height: 160px;
    text-align: center;
    height: 140px;
    top: 42px;
  }
  .ewd-uasp-dashboard-banner-brief {
    display: none;
  }  
  .ewd-uasp-dashboard-new-upgrade-banner .ewd-uasp-dashboard-banner-buttons {
    right: calc(50% - 96px);
    top: 368px;
    top: 172px;
  }
}



/*** MENU ***/

.EWD_UASP_Menu {
  background-color: #6026B4;
  margin-bottom: 16px;
}
body.post-type-uasp .EWD_UASP_Menu {
  margin-top: 64px;
}
.EWD_UASP_Menu .nav-tab-wrapper, .wrap .EWD_UASP_Menu h2.nav-tab-wrapper {
  border-bottom: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: inherit;
}
.EWD_UASP_Menu .nav-tab {
  border: none;
  margin-left: 0;
  padding: 12px 40px;
  font-size: 12px;
  text-transform: uppercase;
  background: #6026B4;
  color: #fff;
  border-right: 1px solid #854DD6;
}

.EWD_UASP_Menu .nav-tab:hover {
  background: #682CBF;
}
.EWD_UASP_Menu .nav-tab-active {
  background: #874ED9;
  color: #fff;
}
.EWD_UASP_Menu .nav-tab-active:hover {
  background: #874ED9;
  color: #fff;
}
.EWD_UASP_Menu .nav-tab#ewd-uasp-dash-mobile-menu-open {
  display: none;
}

@media screen and (max-width: 1440px) {
  .EWD_UASP_Menu .nav-tab {
    padding: 12px 22px;
  }
}
@media screen and (max-width: 1150px) {
  .EWD_UASP_Menu .nav-tab {
    padding: 12px 7px;
  }
}
@media screen and (max-width: 800px) {
  .EWD_UASP_Menu .nav-tab {
    padding: 12px 0;
    margin: 0;
    width: 100%;
    clear: both;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #854DD6;
  }
  .EWD_UASP_Menu .nav-tab:last-of-type {
    border-bottom: none;
  }
  .EWD_UASP_Menu .nav-tab {
    display: none;
  }
  .EWD_UASP_Menu .nav-tab#ewd-uasp-dash-mobile-menu-open {
    display: block;
  }
  #ewd-uasp-dash-mobile-menu-up-caret {
    display: none;
  }
  #ewd-uasp-dash-mobile-menu-down-caret {
    display: inline;
  }
}



/*** CONTENT ***/

#ewd-uasp-dashboard-content-area {
  position: relative;
  float: left;
  width: calc(100% - 162px);
  margin: 32px 20px 32px 142px;
}
#ewd-uasp-dashboard-content-left {
  position: relative;
  float: left;
  width: 74%;
}
#ewd-uasp-dashboard-content-right {
  position: relative;
  float: right;
  width: 24%;
}

.ewd-uasp-dashboard-new-widget-box {
  position: relative;
  float: left;
  background: #fff;
  box-shadow: -2px 2px 6px #ccc;
  margin-bottom: 16px;
}
.ewd-uasp-dashboard-new-widget-box.ewd-widget-box-full {
  width: 100%;
}
.ewd-uasp-dashboard-new-widget-box.ewd-widget-box-two-thirds {
  width: 66%;
}
.ewd-uasp-dashboard-new-widget-box.ewd-widget-box-one-third {
  width: 32%;
  margin-left: 2%;
}
.ewd-uasp-dashboard-new-widget-box-top, .ewd-uasp-dashboard-new-widget-box-bottom {
  position: relative;
  float: left;
  width: calc(100% - 32px);
  padding: 8px 16px;
  color: #777;
}
.ewd-uasp-dashboard-new-widget-box-top {
  padding: 12px 16px;
  font-weight: bold;
  color: #444;
}
.ewd-uasp-dashboard-new-widget-box-bottom {
  border-top: 1px solid #e2e2e2;
}

.ewd-uasp-dashboard-key-widget {
  position: relative; 
  float: left;
  width: calc(100% - 144px);
  min-height: 30px;
  margin: 24px 24px 8px;
  padding: 0 0 0 96px;
  background-image: url(../images/dash-asset-key.png);
  background-position: left top;
  background-size: 64px 30px;
  background-repeat: no-repeat;
}
.ewd-uasp-dashboard-key-widget-input {
  position: relative;
  float: left;
  width: calc(65% - 2px);
  height: 30px;
  padding: 4px 8px !important;
  background: none;
  border: 1px solid #e2e2e2 !important;
  margin: 0 !important;
}
.ewd-uasp-dashboard-key-widget-input::placeholder {
  color: #bbb;
}
.ewd-uasp-dashboard-key-widget-submit {
  position: relative;
  float: left;
  width: 35%;
  height: 30px;
  font-size: 14px;
  background: #f2b52f;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 0 !important;
}
.ewd-uasp-dashboard-key-widget-submit:hover {
  background: #F2BD49;
}
.ewd-uasp-dashboard-key-widget-text {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 7px;
  font-size: 11px;
  color: #888;
  font-style: italic;
  font-weight: normal;
}
.ewd-uasp-dashboard-key-widget-text a {
  color: #0acbaa;
  text-decoration: none;
  font-weight: bold;
}
.ewd-uasp-dashboard-key-widget-text a:hover {
  color: #1CE6C3;
  text-decoration: none;
}

#ewd-uasp-dashboard-support-widget-box .ewd-uasp-dashboard-new-widget-box-top {
  cursor: pointer;
}
#ewd-uasp-dash-mobile-support-down-caret {
  display: none;
  float: right;
}
#ewd-uasp-dash-mobile-support-up-caret {
  display: inline;
  float: right;
}
.ewd-uasp-dashboard-support-widgets {
  position: relative;
  float: left;
  width: 90%;
  padding: 14px 5%;
}
.ewd-uasp-dashboard-support-widgets li {
  position: relative;
  float: left;
  width: 18.25%;
  margin-right: 9%;
}
.ewd-uasp-dashboard-support-widgets li:last-of-type {
  margin-right: 0;
}
.ewd-uasp-dashboard-support-widgets li a {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  color: #444;
  text-decoration: none;
  font-weight: bold;
}
.ewd-uasp-dashboard-support-widgets li a:hover {
  color: #6026B4;
}
.ewd-uasp-dashboard-support-widgets li img {
  position: relative;
  float: left;
  width: 80%;
  height: auto;
  border: none;
  padding: 0 10% 12px;
}
.ewd-uasp-dashboard-support-widgets li .ewd-uasp-dashboard-support-widgets-text {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 2px;
}

#ewd-uasp-dashboard-optional-table .ewd-uasp-dashboard-new-widget-box-top {
  cursor: pointer;
}
#ewd-uasp-dash-optional-table-down-caret {
  display: none;
  float: right;
}
#ewd-uasp-dash-optional-table-up-caret {
  display: inline;
  float: right;
}

.ewd-uasp-dashboard-testimonials {
  position: relative;
  float: left;
  width: 100%;
}
.ewd-uasp-dashboard-testimonials li {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.ewd-uasp-dashboard-testimonials li img {
  position: relative;
  float: left;
  width: 140px;
  height: auto;
  margin-top: 8px;
  margin-left: calc(50% - 70px);
}
.ewd-uasp-dashboard-testimonials li .ewd-uasp-dashboard-testimonial-title {
  position: relative;
  float: left;
  width: 100%;
  margin: 28px 0 20px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.ewd-uasp-dashboard-testimonials li .ewd-uasp-dashboard-testimonial-author {
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px;
}
.ewd-uasp-dashboard-testimonials li .ewd-uasp-dashboard-testimonial-text {
  position: relative;
  float: left;
  width: 80%;
  margin: 24px 10% 0;
  font-size: 12px;
}
.ewd-uasp-dashboard-testimonials li .ewd-uasp-dashboard-testimonial-text a {
  color: #0acbaa;
  text-decoration: none;
  font-weight: bold;
}
.ewd-uasp-dashboard-testimonials li .ewd-uasp-dashboard-testimonial-text a:hover {
  color: #1CE6C3;
}

.ewd-uasp-dashboard-review-ask {
  position: relative;
  float: left;
  width: calc(100% - 32px);
  padding: 16px 16px 12px;
  text-align: center;
}
.ewd-uasp-dashboard-review-ask img {
  position: relative;
  float: left;
  width: 110px;
  height: auto;
  margin-left: calc(50% - 55px);
}
.ewd-uasp-dashboard-review-ask-text {
  position: relative;
  float: left;
  width: 100%;
  margin: 24px 0;
}
.ewd-uasp-dashboard-review-ask-button  {
  clear: both;
  position: relative;
  float: left;
  width: calc(100% - 2px);
  border: 1px solid #888;
  background-color: transparent;
  color: #888;
  padding: 6px 0;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
}
.ewd-uasp-dashboard-review-ask-button:hover  {
  background-color: #888;
  border-color: #888;
  color: #fff;
}
.ewd-uasp-dashboard-review-ask-dismiss {
  position: relative;
  float: left;
  background: transparent;
  border: none;
  margin: 16px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}
.ewd-uasp-dashboard-review-ask-dismiss:hover {
  color: #555;
}

.ewd-uasp-dashboard-guarantee {
  position: relative; 
  float: left;
  width: calc(100% - 208px);
  min-height: 127px;
  margin: 20px 24px;
  padding: 0 0 0 160px;
  background-image: url(../images/dash-asset-badge.png);
  background-position: left top;
  background-size: 128px 127px;
  background-repeat: no-repeat;
  color: #777;
}
.ewd-uasp-dashboard-guarantee-title, .ewd-uasp-dashboard-guarantee-text {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 16px;
}
.ewd-uasp-dashboard-guarantee-title {
  font-size: 24px;
  line-height: 24px;
}
.ewd-uasp-dashboard-guarantee-text {
  font-size: 12px;
  font-weight: normal;
}

.ewd-uasp-dashboard-get-premium-widget-trial-time {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 6px;
  background: #6026B4;
}
.ewd-uasp-dashboard-get-premium-widget-trial-days, .ewd-uasp-dashboard-get-premium-widget-trial-hours {
  position: relative;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 43px;
  line-height: 35px;
  padding: 24px 0 8px;
  font-weight: bold;
}
.ewd-uasp-dashboard-get-premium-widget-trial-days span, .ewd-uasp-dashboard-get-premium-widget-trial-hours span {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: normal;  
}
.ewd-uasp-dashboard-get-premium-widget-trial-days {
  width: calc(50% - 7px);
  border-right: 7px solid #fff;
}
.ewd-uasp-dashboard-get-premium-widget-trial-hours {
  width: 50%;
}
.ewd-uasp-dashboard-get-premium-widget-trial-time-left {
  position: relative;
  float: left;
  width: 100%;
  margin: 28px 0 24px;
  color: #6026B4;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.ewd-uasp-dashboard-get-premium-widget-features-title {
  position: relative;
  float: left;
  width: calc(100% - 16px);
  padding: 8px 8px 10px;
  color: #0acbaa;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.ewd-uasp-dashboard-get-premium-widget-features {
  position: relative;
  float: left;
  width: calc(100% - 16px);
  padding: 0 8px;
  -webkit-margin-after: 0;
}
.ewd-uasp-dashboard-get-premium-widget-features li {
  clear: both;
  position: relative;
  float: left;
  width: calc(100% - 36px);
  margin-bottom: 8px;
  padding-left: 36px;
  background-image: url(../images/dash-asset-checkmark.png);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
  font-style: italic;
}
.ewd-uasp-dashboard-get-premium-widget-features li:last-of-type {
  background-image: none;
}
.ewd-uasp-dashboard-get-premium-widget-button  {
  clear: both;
  position: relative;
  float: left;
  width: calc(100% - 20px);
  margin: 16px 8px 10px;
  border: 2px solid #0acbaa;
  background-color: #0acbaa;
  color: #fff;
  padding: 6px 0;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
}
.ewd-uasp-dashboard-get-premium-widget-button:hover  {
  background-color: #1CE6C3;
  border-color: #1CE6C3;
  color: #fff;
}
.ewd-uasp-dashboard-get-premium-widget-button.ewd-uasp-dashboard-new-trial-button  {
  background-color: transparent;
  color: #0acbaa;
  font-size: 11px;
  cursor: pointer;
  width: calc(100% - 16px);
  margin: 0 8px 16px; 
}
.ewd-uasp-dashboard-get-premium-widget-button.ewd-uasp-dashboard-new-trial-button:hover  {
  background-color: #0acbaa;
  border-color: #0acbaa;
  color: #fff;
}

.ewd-uasp-dashboard-other-plugins {
  position: relative;
  float: left;
  width: 100%;
}
.ewd-uasp-dashboard-other-plugins li {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
.ewd-uasp-dashboard-other-plugins li:last-of-type {
  margin-bottom: 12px;
}
.ewd-uasp-dashboard-other-plugins li img {
  position: relative;
  float: left;
  width: 64px;
  height: auto;
  margin-right: 16px;
  border: none;
}
.ewd-uasp-dashboard-other-plugins li .ewd-uasp-dashboard-other-plugins-text {
  position: relative;
  float: left;
  width: calc(100% - 80px);
}
.ewd-uasp-dashboard-other-plugins li .ewd-uasp-dashboard-other-plugins-title {
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #444;
  font-weight: bold;
}
.ewd-uasp-dashboard-other-plugins li .ewd-uasp-dashboard-other-plugins-blurb {
  position: relative;
  float: left;
  width: 100%;
  font-size: 11px;
  margin-top: 8px;
}

@media screen and (min-width: 1441px) {
  #ewd-uasp-dashboard-content-area {
    width: calc(100% - 194px);
    margin: 32px 20px 32px 174px;
  }
}
@media screen and (max-width: 1150px) {
  #ewd-uasp-dashboard-content-area {
    width: calc(100% - 40px);
    margin: 16px 20px 32px;
  }
}
@media screen and (max-width: 1000px) {
  .ewd-uasp-dashboard-key-widget-submit {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  #ewd-uasp-dashboard-content-left, #ewd-uasp-dashboard-content-right {
    float: left;
    width: 100%;
  }
  .ewd-uasp-dashboard-new-widget-box.ewd-widget-box-two-thirds, .ewd-uasp-dashboard-new-widget-box.ewd-widget-box-one-third {
    width: 100%;
    margin-left: 0;
  }  

  .ewd-uasp-dashboard-key-widget {
    width: calc(100% - 48px);
    margin: 16px 24px 8px;
    padding: 54px 0 0 0;
    background-image: url(../images/dash-asset-key.png);
    background-size: 64px 30px;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .ewd-uasp-dashboard-key-widget-input {
    width: 100%;
  }
  .ewd-uasp-dashboard-key-widget-submit {
    width: 100%;
    margin: 8px 0 0 0 !important;
    font-size: 14px;
  }
  .ewd-uasp-dashboard-key-widget-text {
    margin-top: 16px;
    text-align: center;
  }

  .ewd-uasp-dashboard-support-widgets {
    width: 90%;
    padding: 0 5%;
  }
  .ewd-uasp-dashboard-support-widgets li {
    width: 100%;
    margin: 0 0 12px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
  }
  .ewd-uasp-dashboard-support-widgets li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
  }
  .ewd-uasp-dashboard-support-widgets li a {
    text-align: left;
    color: #444;
  }
  .ewd-uasp-dashboard-support-widgets li a:hover {
    color: #6026B4;
  }
  .ewd-uasp-dashboard-support-widgets li img {
    width: 32px;
    height: 32px;
    padding: 0 24px 0 16px;
  }
  .ewd-uasp-dashboard-support-widgets li .ewd-uasp-dashboard-support-widgets-text {
    width: calc(100% - 72px);
    margin-top: 7px;
    text-transform: uppercase;
    font-size: 11px;
  }
  #ewd-uasp-dashboard-support-widget-box .ewd-uasp-dashboard-new-widget-box-bottom {
    border-top: none;
  }

  #ewd-uasp-dashboard-get-premium-widget-box {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  #ewd-uasp-dashboard-guarantee-widget-box {
    background: #6026B4;    
  }
  .ewd-uasp-dashboard-guarantee {
    width: calc(100% - 48px);
    padding: 0;
    height: 199px;
    background-image: url(../images/dash-asset-badge.png);
    background-size: 200px 199px;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .ewd-uasp-dashboard-guarantee-title, .ewd-uasp-dashboard-guarantee-text {
    display: none;
  }
}



/*** FOOTER ***/

#ewd-uasp-dashboard-new-footer-one {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  color: #777;
}
.ewd-uasp-dashboard-new-footer-one-inside {
  position: relative;
  float: left;
  width: 80%;
  margin: 0 10%;
}
.ewd-uasp-dashboard-new-footer-one-left {
  position: relative;
  float: left;
  width: calc(100% - 224px);
  margin-bottom: 32px;
}
.ewd-uasp-dashboard-new-footer-one-title {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 56px;
  font-size: 24px;
  font-weight: bold;
}
.ewd-uasp-dashboard-new-footer-one-benefits {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 32px;
}
.ewd-uasp-dashboard-new-footer-one-benefits li {
  position: relative;
  float: left;
  width: calc(33.333333% - 36px);
  margin-bottom: 11px;
  padding-left: 36px;
  background-image: url(../images/dash-asset-checkmark.png);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
  font-style: italic;
}

.ewd-uasp-dashboard-new-footer-one-buttons {
  position: relative;
  float: right;
  width: 192px;
  margin-top: 112px;
}

#ewd-uasp-dashboard-new-footer-two {
  position: relative;
  float: left;
  width: 100%;
  background: #150947;
  color: #E5D3F5;
}
.ewd-uasp-dashboard-new-footer-two-inside {
  position: relative;
  float: left;
  width: 90%;
  margin: 48px 5%;
}
.ewd-uasp-dashboard-new-footer-two-icon {
  position: relative;
  float: left;
  width: 110px;
  height: auto;
  margin-right: 40px;
}
.ewd-uasp-dashboard-new-footer-two-blurb {
  position: relative;
  float: left;
  width: 300px;
  line-height: 1.7;
  font-size: 12px;
}
.ewd-uasp-dashboard-new-footer-two-menu {
  position: relative;
  float: right;
  width: 150px;
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
.ewd-uasp-dashboard-new-footer-two-menu li {
  clear: both;
  position: relative;
  float: right;
  width: 100%;
  font-weight: bold;
  margin-bottom: 4px;
  color: #fff;
  font-size: 13px;
}
.ewd-uasp-dashboard-new-footer-two-menu li:first-of-type {
  margin-bottom: 9px;
}
.ewd-uasp-dashboard-new-footer-two-menu li:last-of-type {
  margin-bottom: 0;
}
.ewd-uasp-dashboard-new-footer-two-menu li a {
  font-weight: normal;
  color: #E5D3F5;
  text-decoration: none;
  font-size: 12px;
}
.ewd-uasp-dashboard-new-footer-two-menu li a:hover {
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .ewd-uasp-dashboard-new-footer-one-left {
    width: 100%;
    margin-bottom: 0;
  }
  .ewd-uasp-dashboard-new-footer-one-title {
    margin-top: 56px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .ewd-uasp-dashboard-new-footer-one-benefits li {
    width: calc(50% - 36px);
  }
  .ewd-uasp-dashboard-new-footer-one-buttons {
    float: left;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .ewd-uasp-dashboard-new-footer-one-buttons .ewd-uasp-dashboard-new-upgrade-button {
    float: left;
    margin-left: calc(50% - 96px);
  }

  .ewd-uasp-dashboard-new-footer-two-icon {
    clear: both;
    float: left;
    margin: 0 0 16px calc(50% - 55px);
  }
  .ewd-uasp-dashboard-new-footer-two-blurb {
    display: none;
  }
  .ewd-uasp-dashboard-new-footer-two-menu {
    float: left;
    width: 100%;
    margin-top: 32px;
  }
  .ewd-uasp-dashboard-new-footer-two-menu li {
    float: left;
    text-align: center;
    margin-bottom: 4px;
    font-size: 17px;
  }
  .ewd-uasp-dashboard-new-footer-two-menu li:first-of-type {
    margin-bottom: 9px;
  }
  .ewd-uasp-dashboard-new-footer-two-menu li:last-of-type {
    margin-bottom: 0;
  }
  .ewd-uasp-dashboard-new-footer-two-menu li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 568px) {
  .ewd-uasp-dashboard-new-footer-one-benefits li {
    clear: both;
    width: calc(100% - 36px);
  }
}

.ewd-uasp-back-to-appointments-link {
  position: relative;
  float: left;
  margin: 20px 0;
}



/***********************************************************
NEW ASK FOR REVIEW POPUP
***********************************************************/
#ewd-uasp-review-ask-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0,0,0,.825);
  z-index: 1001;
}
.ewd-uasp-review-ask-popup {
  position: absolute;
  top: 48px;
  left: 25%;
  width: 50%;
  height: auto;
  /*padding: 16px;*/
  background-color: white;
  z-index: 1002;
  overflow: auto;
}
@media screen and (max-width: 900px) {
  .ewd-uasp-review-ask-popup {
    width: 90%;
    left: 5%;
  }
}
.ewd-uasp-review-ask-popup p, .ewd-uasp-review-ask-popup a {
  font-size: 15px;
}
.ewd-uasp-review-ask-popup p:first-of-type {
  margin-top: 0;
}
.ewd-uasp-review-ask-title {
  position: relative;
  float: left;
  width: calc(100% - 32px);
  padding: 16px;
  background: #9D64BC;
  color: #fff;
  font-size: 20px;
}
.ewd-uasp-review-ask-content {
  position: relative;
  float: left;
  width: calc(100% - 74px);
  margin: 16px 37px 16px 16px;
  border-left: 5px solid #9d64bc;
  padding-left: 16px;
}
.ewd-uasp-review-ask-content-link {
  background: #262262;
  color: #fff;
  position: relative;
  float: left;
  width: 160px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
.ewd-uasp-review-ask-content-link:hover {
  background: #9D64BC;
  color: #fff;
}
.ewd-uasp-review-ask-footer-links {
  position: relative;
  float: left;
  width: calc(100% - 74px);
  margin: 18px 37px 12px;
}
.ewd-uasp-hide-review-ask {
  position: relative;
  float: left;
  width: 160px;
  padding: 4px 0;
  margin-bottom: 12px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
#ewd-uasp-hide-review-ask-week {
  background: transparent;
  border: 2px solid #c6ab55;
  color: #c6ab55;
  margin-right: 16px;
}
#ewd-uasp-hide-review-ask-week:hover {
  background: #c6ab55;
  color: #fff;
}
#ewd-uasp-hide-review-ask-never {
  background: transparent;
  border: 2px solid #c6ab55;
  color: #c6ab55;
}
#ewd-uasp-hide-review-ask-never:hover {
  background: #c6ab55;
  color: #fff;
}
