/****************************************************
* 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: 25%;
}
#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: 40%;
}
#ewd-uasp-email-messages-table th:nth-of-type(4), #ewd-uasp-email-messages-table td:nth-of-type(4) {
	width: 10%;
}
#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;
}
.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;
  }
}



/*** START BLACK FRIDAY ***/

.ewd-uasp-dashboard-new-upgrade-banner .ewd-uasp-dashboard-banner-text.ewd-uasp-bf-banner {
  top: 28px;
  color: rgba(255,255,255,.7);
}

.ewd-uasp-bf-banner .ewd-uasp-dashboard-banner-title {
  margin-top: 40px;
}

.ewd-uasp-dashboard-banner-black-friday-text {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px 0;
  background: rgba(255,255,255,.9);
  color: #1b0f49;
  border-radius: 3px;
  margin-bottom: -20px;
}
.ewd-uasp-dashboard-banner-black-friday-title {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  padding: 0 20px;
  font-size: 29px;
  line-height: 32px;
  font-weight: bold;
}
.ewd-uasp-dashboard-banner-black-friday-brief,
.ewd-uasp-dashboard-banner-black-friday-brief-mobile {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  padding: 0 20px;
  margin-top: 14px;
  font-size: 12px;
}
.ewd-uasp-dashboard-banner-black-friday-brief-mobile {
  display: none;
}

@media screen and (max-width: 1560px) {
  .ewd-uasp-bf-banner .ewd-uasp-dashboard-banner-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .ewd-uasp-bf-banner .ewd-uasp-dashboard-banner-brief {
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  .ewd-uasp-dashboard-banner-black-friday-brief {
    display: none;
  }
  .ewd-uasp-dashboard-banner-black-friday-brief-mobile {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .ewd-uasp-dashboard-banner-black-friday-brief-mobile {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .ewd-uasp-bf-banner .ewd-uasp-dashboard-banner-title {
    display: none;
  }
}

/*** END BLACK FRIDAY ***/




/*** 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;
}





/************************
TOGGLE SWITCHES
************************/
.ewd-uasp-admin-hide-radios {
  display: none;
}

/* The switch - the box around the slider */
.ewd-uasp-admin-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

/* Hide default HTML checkbox */
.ewd-uasp-admin-switch input {display:none;}

/* The slider */
.ewd-uasp-admin-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.ewd-uasp-admin-switch-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .ewd-uasp-admin-switch-slider {
  background-color: #0acbaa;
}

input:focus + .ewd-uasp-admin-switch-slider {
  box-shadow: 0 0 1px #0acbaa;
}

input:checked + .ewd-uasp-admin-switch-slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.ewd-uasp-admin-switch-slider.round {
  border-radius: 34px;
}

.ewd-uasp-admin-switch-slider.round:before {
  border-radius: 50%;
}




/************************
OTHER OPTION PAGE STYLING
************************/
tr.ewd-uasp-admin-tr-spacer {
  height: 24px;
}

.uasp-option-set,
.uasp-styling-set{
  left: 0;
}

.uasp-option-set .form-table,
.uasp-styling-set .form-table {
  width: 90%;
  margin: 0 auto 16px;
  box-shadow: 0 1px 12px #ddd;
  display: block;
  padding: 11px 5%;
}
.uasp-option-set .form-table.noSubSections,
.uasp-styling-set .form-table.noSubSections {
  width: 100%;
  margin: 0;
  box-shadow: none;
  padding: 11px 0;
}
.uasp-option-set .form-table th,
.uasp-styling-set .form-table th {
  color: #555;
  padding: 15px 46px 24px 0;
  background-image: url(../images/options-asset-info.png);
  background-position: calc(100% - 20px) 15px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.uasp-option-set .form-table th.ewd-uasp-admin-no-info-button,
.uasp-styling-set .form-table th.ewd-uasp-admin-no-info-button {
  background-image: none !important;
  cursor: default;
}
.uasp-option-set .form-table.noSubSections th,
.uasp-styling-set .form-table.noSubSections th {
  padding-left: 0;
}
.uasp-option-set .form-table td,
.uasp-styling-set .form-table td {
  padding-top: 12px;
}
.uasp-option-set .form-table td p,
.uasp-styling-set .form-table td p {
  display: none;
}
/*.uasp-option-set .form-table th br,
.uasp-styling-set .form-table th br {
  display: none;
}
.ewd-uasp-admin-info-button {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url(../images/options-asset-info.png);
  background-position: left top;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}
*/
.ewd-uasp-admin-section-heading {
  position: relative;
  float: left;
  background: #6026B4;
  margin: 8px 0 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 12px 2%;
  width: 96%;
  text-transform: uppercase;
  z-index: 2;
}


.ewd-uasp-premium-options-table {
  position: relative;
}
tr[data-filtertype].ewd-uasp-premium-options-table-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.73);
}
.ewd-uasp-unlock-premium {
  position: absolute;
  width: 200px;
  height: 200px;
  padding: 16px;
  background: #fff;
  left: calc(50% - 100px);
}
.ewd-uasp-unlock-premium img {
  position: relative;
  float: left;
  width: 40px;
  height: auto;
  margin: 16px 80px 24px;
}
.ewd-uasp-unlock-premium p {
  margin: 16px 0;
  text-align: center;
  color: #888;
}
.ewd-uasp-unlock-premium .ewd-uasp-dashboard-get-premium-widget-button  {
  clear: both;
  position: relative;
  float: left;
  width: calc(100% - 20px);
  margin: 16px 8px;
  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-unlock-premium .ewd-uasp-dashboard-get-premium-widget-button:hover  {
  background-color: #1CE6C3;
  border-color: #1CE6C3;
  color: #fff;
}

.uasp-option-set,
.uasp-styling-set{
  position: relative;
  float: left;
  width: 90%;
  margin: 0 0 0 5%;
  padding: 0;
}
.uasp-options-page-tab-title {
  font-size: 18px;
  color: #6026B4;
  margin: 32px 0 0 !important;
}
.uasp-option-set label span,
.uasp-styling-set label span {
  color: #666;
}

.uasp-options-tab-title {
  font-size: 18px;
  color: #6026B4;
  margin: 32px 0 0 !important;
}


/* RADIO BUTTON AND CHECKBOX */
.ewd-uasp-admin-input-container input, .ewd-uasp-admin-input-container input:disabled {
  position: absolute;
  opacity: 0;
}
.ewd-uasp-admin-radio-button {
  position: relative;
  float: left;
  height: 14px;
  width: 14px;
  top: 1px;
  margin-right: 12px;
  background-color: #fff;
  border: 2px solid #aaa;
  border-radius: 50%;
}
.ewd-uasp-admin-input-container:hover input ~ .ewd-uasp-admin-radio-button {
  background-color: #E6FFFB;
  border-color: #0acbaa;
}
.ewd-uasp-admin-input-container input:checked ~ .ewd-uasp-admin-radio-button {
  border-color: #0acbaa;
  background-color: #fff;
}
.ewd-uasp-admin-radio-button:after {
  content: "";
  position: absolute;
  display: none;
}
.ewd-uasp-admin-input-container input:checked ~ .ewd-uasp-admin-radio-button:after {
  display: block;
}
.ewd-uasp-admin-input-container .ewd-uasp-admin-radio-button:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0acbaa;
}

.ewd-uasp-admin-checkbox {
  position: relative;
  float: left;
  height: 14px;
  width: 14px;
  top: 1px;
  margin-right: 12px;
  background-color: #fff;
  border: 2px solid #aaa;
}
.ewd-uasp-admin-input-container:hover input ~ .ewd-uasp-admin-checkbox {
  background-color: #E6FFFB;
  border-color: #0acbaa;
}
.ewd-uasp-admin-input-container input:checked ~ .ewd-uasp-admin-checkbox {
  border-color: #0acbaa;
  background-color: #fff;
}
.ewd-uasp-admin-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.ewd-uasp-admin-input-container input:checked ~ .ewd-uasp-admin-checkbox:after {
  display: block;
}
.ewd-uasp-admin-input-container .ewd-uasp-admin-checkbox:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #0acbaa;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Textbox and Text Area and Select boxes */
.uasp-option-set input[type=text],
.uasp-option-set input[type=search], 
.uasp-option-set input[type=tel], 
.uasp-option-set input[type=url], 
.uasp-option-set input[type=week], 
.uasp-option-set input[type=password], 
.uasp-option-set input[type=color], 
.uasp-option-set input[type=email], 
.uasp-option-set input[type=number], 
.uasp-option-set textarea,
.uasp-option-set select,
.uasp-styling-set input[type=text],
.uasp-styling-set input[type=search], 
.uasp-styling-set input[type=tel], 
.uasp-styling-set input[type=url], 
.uasp-styling-set input[type=week], 
.uasp-styling-set input[type=password], 
.uasp-styling-set input[type=color], 
.uasp-styling-set input[type=email], 
.uasp-styling-set input[type=number], 
.uasp-styling-set textarea,
.uasp-styling-set select {
  border: 2px solid #ccc;
  border-radius: 5px;
  box-shadow: none;
}
.uasp-options-page-tabbed select,
.uasp-options-page-tabbed textarea
{
  width: auto !important;
  min-width: 50%;
  max-width: 100% !important;
}
.uasp-option-set textarea {
  min-width: 300px;
  min-height: 200px;
}

/* menu side tabs */
.uasp-options-submenu-div, .uasp-options-page-tabbed-content, .uasp-styling-page-tabbed-content {
  border: none;
}
.uasp-options-submenu-div {
  width: 160px;
  box-shadow: -1px 1px 8px #ccc;
  overflow: hidden;
}
.uasp-options-page-tabbed-content, .uasp-styling-page-tabbed-content {
  width: calc(100% - 200px);
}
.uasp-options-page-tabbed-nav {
  width: 100%;
}
.uasp-options-page-tabbed a.options-subnav-tab,
.uasp-options-page-tabbed a.styling-subnav-tab {
  background-color: #e2e2e2;
  border-bottom: 1px solid #f1f1f1;
  color: #555;
  font-weight: bold;
  padding-left: 20px;
  width: calc(100% - 20px);
  text-align: left;
}
.uasp-options-page-tabbed .uasp-options-submenu-div li:last-of-type a.options-subnav-tab,
.uasp-options-page-tabbed .uasp-options-submenu-div li:last-of-type a.styling-subnav-tab:last-of-type {
  border-bottom: none;
}
.uasp-options-page-tabbed a.options-subnav-tab-active,
.uasp-options-page-tabbed a.styling-subnav-tab-active {
  box-shadow: none;
  background-color: #fff !important;
  color: #6026B4;
  border-left: 4px solid #6026B4;
}
.uasp-options-page-tabbed .uasp-options-submenu-div a:hover {
  color: #29324e;
  background-color: rgba(199,199,199, 0.5);
  box-shadow: none;
  border-left: 4px solid #29324e;
}
.uasp-options-page-tabbed .uasp-options-submenu-div a.options-subnav-tab-active:hover,
.uasp-options-page-tabbed .uasp-options-submenu-div a.styling-subnav-tab-active:hover {
  color: #6026B4;
  background-color: #fff;
  border-left: 4px solid #6026B4;
}


/* SIDEBAR ITEMS ORDER TABLE */
.uasp-sidebar-items-order-container {
}
.uasp-sidebar-items-order-element {
  background: #f3f3f3;
  margin: 0;
  padding: 8px 16px;
  width: calc(100% - 32px);
}
.uasp-sidebar-items-order-element {
  border-bottom: 1px solid #ccc;
  cursor: all-scroll;
}
.uasp-sidebar-items-order-element:first-of-type {
  border-top: 1px solid #ccc;
}
.uasp-sidebar-items-order-element:active {
  background: #662D91;
  color: #fff;
}


/* STYLING SUB-SECTIONS AND OPTIONS */
.ewd-uasp-admin-styling-section {
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 32px;
  box-shadow: 0 1px 12px #ddd;
  display: block;
  padding: 11px 0;
  min-height: 240px;
}
.ewd-uasp-admin-styling-section.Yes {
  min-height: 0;
}
.ewd-uasp-admin-styling-section.noSubSections {
  margin: 0;
  box-shadow: none;
}
.ewd-uasp-admin-styling-subsection {
  clear: both;
  position: relative;
  float: left;
  width: 90%;
  padding: 20px 5% 0;
  border-bottom: 1px solid #ddd;
}
.ewd-uasp-admin-styling-subsection:last-of-type {
  border-bottom: none;
}
.ewd-uasp-admin-styling-subsection:first-of-type {
  padding: 0 5%;
}
.ewd-uasp-admin-styling-subsection.noBottomBorder {
  border-bottom: none;
}
.ewd-uasp-admin-styling-subsection-label {
  position: relative;
  float: left;
  width: 228px;
  color: #555;
  padding: 15px 28px 16px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
}
.ewdOptionHasInfo .ewd-uasp-admin-styling-subsection-label {
  padding: 15px 56px 14px 0;
  width: 200px;
  background-image: url(../images/options-asset-info.png);
  background-position: calc(100% - 30px) 15px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ewdOptionHasInfo fieldset p {
  display: none;
}
.ewd-uasp-admin-styling-subsection-content {
  position: relative;
  float: left;
  width: calc(100% - 256px);
  padding: 15px 0 16px;
}
.ewd-uasp-admin-styling-subsection-content-each {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.ewd-uasp-admin-styling-subsection-content-label {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 3%;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.ewd-uasp-admin-styling-subsection-content-right {
  position: relative;
  float: left;
  width: 67%;
}
.ewd-uasp-admin-styling-subsection-content-color-picker {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 8px;
}
.ewd-uasp-admin-styling-subsection-content-color-picker input.uasp-spectrum, .uasp-options-page-tabbed input[type=text].uasp-spectrum, .uasp-styling-page-tabbed input[type=text].uasp-spectrum {
  position: absolute;
  right: 0;
  bottom: 0;
  border: none;
  margin: 0 !important;
  width: calc(100% - 42px) !important;
  max-width: none !important;
  border-radius: 0;
  background: transparent !important;
  color: #888 !important;
  padding: 0 !important;
  font-size: 12px;
}
.ewd-uasp-admin-styling-subsection-content-color-picker .sp-replacer {
  padding: 0 !important;
  margin-right: 8px !important;
  border-radius: 2px;
}
.ewd-uasp-admin-styling-subsection-content-color-picker .sp-preview {
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  border: none !important
}
.ewd-uasp-admin-styling-subsection-content-color-picker .sp-dd {
  display: none !important;
}
.ewd-uasp-admin-styling-subsection-content-color-picker-label {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 42px);
  color: #555;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
input.ewd-uasp-admin-font-size, .uasp-options-page-tabbed input[type=text].ewd-uasp-admin-font-size, .uasp-styling-page-tabbed input[type=text].ewd-uasp-admin-font-size {
  border-radius: 2px !important;
  width: 100px !important;
}
.ewd-uasp-admin-styling-section fieldset label {
  line-height: 1.4em;
  margin: .25em 0 .5em;
  display: inline-block;
  font-size: 14px;
}
.ewd-uasp-admin-styling-subsection-content-each fieldset.ewdAdminIconChoice label {
  position: relative;
  float: left;
  width: 25%;
}
.ewd-uasp-admin-styling-section .ewd-admin-labelling-section {
  position: relative;
  float: left;
  width: 100%;
}
.ewd-uasp-admin-styling-section .ewd-admin-labelling-section label {
  position: relative;
  float: left;
  width: 23.5%; 
  margin: 0 2% 8px 0;
}
.ewd-uasp-admin-styling-section .ewd-admin-labelling-section label:nth-of-type(4n+4) {
  margin-right: 0;
}
.ewd-uasp-admin-styling-section .ewd-admin-labelling-section.full-wide label {
  width: 100%; 
  margin-right: 0;
}
.ewd-uasp-admin-styling-section .ewd-admin-labelling-section label p {
  margin: 0 0 4px;
  font-size: 14px;
  color: #555;
  font-weight: 600;
}
.ewd-uasp-admin-styling-section .ewd-admin-labelling-section label input[type="text"] {
  width: 100% !important;
  min-width: auto !important;
  max-width: none !important;
}
.ewd-uasp-admin-styling-section .ewd-admin-labelling-section label input[type="text"]::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
  font-size: 13px;
}
.ewd-uasp-admin-styling-section .ewd-admin-labelling-section label input[type="text"]:-moz-placeholder {
  color: #bbb;
  font-weight: 400;
  font-size: 13px;
}
.ewd-uasp-admin-styling-section .ewd-admin-labelling-section label input[type="text"]::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
  font-size: 13px;
}
.ewd-uasp-admin-styling-section .ewd-admin-labelling-section label input[type="text"]:-ms-input-placeholder {
  color: #bbb;
  font-weight: 400;
  font-size: 13px;
}
.ewd-uasp-admin-styling-section .ewd-admin-labelling-section label input[type="text"]:placeholder {
  color: #bbb;
  font-weight: 400;
  font-size: 13px;
}


/*LOCK PREMIUM CONTENT*/
.ewd-uasp-premium-options-table {
  position: relative;
  min-height: 240px;
}
.ewd-uasp-premium-options-table.Yes {
  min-height: 0;
}
.ewd-uasp-premium-options-table-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.45);
}
.ewd-uasp-premium-options-table-overlay th {
  background-image: none !important;
}
.ewd-uasp-unlock-premium {
  position: absolute;
  width: 200px;
  height: 200px;
  padding: 16px;
  background: #fff;
  left: calc(50% - 116px);
}
.ewd-uasp-admin-styling-section .ewd-uasp-unlock-premium {
  margin-top: 15px;
}
.ewd-uasp-unlock-premium img {
  position: relative;
  float: left;
  width: 40px;
  height: auto;
  margin: 16px 80px 24px;
}
.ewd-uasp-unlock-premium p {
  margin: 16px 0;
  text-align: center;
  color: #888;
}
.ewd-uasp-unlock-premium .ewd-uasp-dashboard-get-premium-widget-button  {
  clear: both;
  position: relative;
  float: left;
  width: calc(100% - 20px);
  margin: 16px 8px;
  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-unlock-premium .ewd-uasp-dashboard-get-premium-widget-button:hover  {
  background-color: #1CE6C3;
  border-color: #1CE6C3;
  color: #fff;
}



/**************************
* WP Dashboard Review Ask
***************************/
.ewd-uasp-clear {
  clear: both;
}
.ewd-uasp-main-dashboard-review-ask {
  border-left-color: #6026b4;
}
.ewd-uasp-review-ask-plugin-icon {
  height: 100px;
  width: 100px;
  float: left;
  margin: 12px 24px 16px 10px;
  background-image: url(../images/ewd-uasp-icon.png);
  background-size: contain;
}
.ewd-uasp-review-ask-text p {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 20px;
}
.ewd-uasp-review-ask-action {
  width: 90px;
  padding: 6px;
  margin-right: 18px;
  text-align: center;
  float: left;
  border-radius: 4px;
  cursor: pointer;
}
.ewd-uasp-review-ask-white {
  color: #999999;
  border: 1px solid #bbbbbb;
}
.ewd-uasp-review-ask-green {
  color: #ffffff;
  background: #22C9A3;
  border: 1px solid #22C9A3;
  font-weight: 600;
}
.ewd-uasp-review-ask-green a {
  color: #ffffff;
  text-decoration: none;
}
.ewd-uasp-review-ask-feedback-form {
  position: relative;
  float: left;
}.ewd-uasp-review-ask-feedback-explanation textarea {
  height: 70px;
  width: 480px;
}
.ewd-uasp-review-ask-send-feedback {
  margin: 10px 0px;
}

.ewd-uasp-review-ask-review-text span {
  font-size: .8em;
  font-weight: normal;
}



/*************
RESPONSIVE
*************/
@media screen and (max-width: 1099px) {
  .uasp-options-submenu-div, .uasp-options-page-tabbed-content, .uasp-styling-page-tabbed-content {
    clear: both;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 782px) {
  .toplevel_page_EWD-UASP-options .OptionTab {
    padding: 15px 0;
  }
  .toplevel_page_EWD-UASP-options .wrap.uasp-options-page-tabbed {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .uasp-options-submenu-div {
    margin: 0 0 20px 20px;
  }
  .uasp-options-page-tabbed-content, .uasp-styling-page-tabbed-content {
    width: 100%;
  }
  .uasp-option-set,
  .uasp-styling-set {
    width: 100%;
    margin: 0;
  }
  .uasp-options-page-tab-title {
    text-align: center;
  }
  .ewd-uasp-admin-section-heading {
    text-align: center;
  }
  .uasp-option-set .form-table,
  .uasp-styling-set .form-table {
    box-shadow: none;
  }
  .uasp-option-set .form-table,
  .uasp-styling-set .form-table,
  .uasp-option-set .form-table tbody,
  .uasp-option-set .form-table tr,
  .uasp-option-set .form-table th,
  .uasp-option-set .form-table td,
  .uasp-styling-set .form-table tbody,
  .uasp-styling-set .form-table tr,
  .uasp-styling-set .form-table th,
  .uasp-styling-set .form-table td {
    clear: both;
    float: left;
    width: 100%;
  }
  .uasp-option-set .form-table,
  .uasp-styling-set .form-table {
    padding: 11px 0;
  }
  .uasp-option-set .form-table th,
  .uasp-styling-set .form-table th {
    padding: 20px 5% 8px;
    width: 90%;
    height: auto;
    margin: 0;
    background-image: url(../images/options-asset-info.png);
    background-position: 95% 20px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .uasp-option-set .form-table td,
  .uasp-styling-set .form-table td {
    padding-top: 4px;
  }
  .uasp-option-set .form-table td fieldset,
  .uasp-styling-set .form-table td fieldset{
    position: relative;
  }
  .uasp-option-set .form-table td label,
  .uasp-styling-set .form-table td label {
    position: relative;
    clear: both;
    float: left;
    width: 90%;
    margin-left: 5% !important;
  }
  .uasp-option-set .form-table td label.ewd-uasp-admin-switch,
  .uasp-styling-set .form-table td label.ewd-uasp-admin-switch {
    position: absolute;
    width: 40px;
    top: -35px;
    right: 5%;
  }
  .uasp-option-set .form-table td p,
  .uasp-styling-set .form-table td p {
    display: none;
    position: relative;
    float: left;
    width: 90%;
    padding: 10px 5% 24px;
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
  }
  .uasp-option-set .form-table td input[type="button"] {
    display: block;
    margin: 10px auto 4px;
  }
  .ewd-uasp-admin-styling-section .ewd-admin-labelling-section label {
    width: 95%; 
    margin: 0 2.5% 8px;
  }
  .ewd-uasp-admin-input-container {
    width: calc(100% - 16px);
    padding-left: 16px;
  }

  .ewd-uasp-admin-styling-section {
    box-shadow: none;
  }
  .ewd-uasp-admin-styling-subsection, .ewd-uasp-admin-styling-subsection:first-of-type {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .ewd-uasp-admin-styling-subsection-label {
    width: 90%;
    padding: 0 5% 8px;
  }
  .ewdOptionHasInfo .ewd-uasp-admin-styling-subsection-label {
    padding: 0 calc(5% + 38px) 8px 5%;
    width: calc(90% - 38px);     
    background-image: url(../images/options-asset-info.png);
    background-position: 95% 0;
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }
  .ewd-uasp-admin-styling-subsection:first-of-type .ewd-uasp-admin-styling-subsection-label {
    padding: 20px 5% 8px;
  }
  .ewdOptionHasInfo:first-of-type .ewd-uasp-admin-styling-subsection-label {
    padding: 20px calc(5% + 38px) 8px 5%;
    background-image: url(../images/options-asset-info.png);
    background-position: 950% 20px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }
  .ewd-uasp-admin-styling-subsection-content {
    width: 100%;
    padding: 0 ;
  }
  .ewd-uasp-admin-styling-subsection-content-each {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .ewd-uasp-admin-styling-subsection-content-each:last-of-type {
    border-bottom: none;
  }
  .ewd-uasp-admin-styling-subsection-content-label, .ewd-uasp-admin-styling-subsection-content-right {
    width: calc(90% - 16px);
    padding: 0 0 0 calc(5% + 16px);
  }
  .ewd-uasp-admin-styling-subsection-content-label {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .ewd-uasp-admin-styling-subsection-content label {
    width: 90%;
    margin-left: 5% !important;
  }
  .ewd-uasp-admin-styling-subsection p {
    display: none;
    position: relative;
    float: left;
    width: 90%;
    padding: 10px 5% 24px;
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
  }
  .ewd-uasp-admin-styling-section .ewd-admin-labelling-section label p {
    display: block;
    padding: 10px 0 0;
    background: transparent;
    border-bottom: none;
  }
  .ewd-uasp-admin-styling-text-input {
    width: 100%;
  }
  .ewd-uasp-admin-styling-subsection input[type="button"] {
    display: block;
    margin: 10px auto 0;
  }

}



/*************************************************
SHORTCODE REMINDER IN BASIC AREA OF OPTIONS TAB
*************************************************/
.ewd-uasp-shortcode-reminder {
  position: relative;
  float: left;
  width: calc(100% - 97px);
  padding: 0 0 0 97px;
  height: 97px;
  margin: 0 0 16px;
  background: url(../images/options-asset-starX2.png) #f1f1f1;
  background-size: 97px 97px;
  background-position: left top;
  background-repeat: no-repeat;
}
.ewd-uasp-shortcode-reminder-inside {
  position: relative;
  float: left;
  width: 95%;
  padding: 14px 2.5% 12px;
  height: 22px;
  border-bottom: 1px solid #ddd;
}
.ewd-uasp-shortcode-reminder-inside:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 782px) {
  .ewd-uasp-shortcode-reminder {
    width: calc(95% - 97px);
    margin: 0 2.5% 16px;
  }
}
@media screen and (max-width: 568px) {
  .ewd-uasp-shortcode-reminder-inside {
    padding: 6px 2.5% 2px;
    height: 40px;
  }
}


/********************************************
NEW CSS
********************************************/
.toplevel_page_EWD-UASP-options #Settings select {
  width: 100% !important;
}

.ewd-uasp-location-edit-screen {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  margin-left: 20px;
}


/******************************************************************
NEW STYLING FOR ADD/DELETE AREAS LIKE WOOCOMMERCE EMAIL REMINDERS
******************************************************************/
#ewd-uasp-email-reminders-table th, #ewd-uasp-email-messages-table th {
  padding: 0 10px !important;
}
.ewd-uasp-new-admin-add-button {
  position: relative;
  float: left;
  width: calc(100% - 4px);
  border: 2px dotted #bbb;
  text-align: center;
  padding: 12px 0;
  color: #999;
}
.ewd-uasp-new-admin-add-button:hover {
  background: #f5f5f5;
  color: #888;
}




/***************************************************
NEW FORMAT FOR APPOINTEMTS TAB
***************************************************/
.toplevel_page_EWD-UASP-options #Appointments #col-right.ewd-uasp-admin-products-table-full {
  width: 100%;
}

.ewd-uasp-admin-new-product-page-top-part {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
.ewd-uasp-admin-new-tab-headings {
  margin-left: 2px;
}
.ewd-uasp-admin-new-product-page-top-part-left {
  position: relative;
  float: left;
  width: 49%;
}
.ewd-uasp-admin-add-new-product-buttons-area {
  position: relative;
  float: left;
  width: 100%;
  width: calc(100% - 2px);
  margin-bottom: 16px;
  margin-left: 2px;
}
.ewd-uasp-admin-add-new-product-button {
  position: relative;
  float: left;
  margin-right: 13px !important;
}
.ewd-uasp-admin-new-product-page-top-part-right {
  position: relative;
  float: right;
  width: 49%;
  text-align: right;
}
.ewd-uasp-admin-export-buttons-area {
  position: relative;
  float: right;
  width: 100%;
  margin-bottom: 16px;
}
.ewd-uasp-admin-export-button {
  position: relative;
  float: right;
  margin-left: 13px !important;
}

.ewd-uasp-admin-search-orders {
  position: relative;
  float: right;
  width: 320px;
}
.ewd-uasp-admin-search-orders-inside {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
}
.ewd-uasp-admin-delete-all-products-button {
  margin: 8px 0 6px 4px !important;
  text-align: center;
  float: right;
  background-color: #E8274B !important;
  color: #fff !important;
}
.ewd-uasp-admin-delete-all-products-button:hover {
  background-color: #FA254C !important;
  color: #fff !important;
}
.ewd-uasp-admin-show-hidden-button, .ewd-uasp-admin-search-orders-box, .ewd-uasp-admin-search-orders-input {
  float: right;
}
.ewd-uasp-admin-search-orders-input {
  margin-right: 4px;
}

.toplevel_page_EWD-UASP-options #Appointments .form-field p {
  color: #777;
}


/***************************************************
NEW FORMAT FOR CREATE AND EDIT APPOINTEMENT SCREENS
***************************************************/

#ewd-uasp-new-edit-appointment-screen {
  position: relative;
  float: left;
  width: 100%;
  width: calc(100% - 48px);
  margin: 0 24px;
}
#ewd-uasp-new-edit-appointment-screen #col-left, #ewd-uasp-new-edit-appointment-screen #col-right, .ewd-uasp-appointment-details-wrap {
  width: 100%;
}
.ewd-uasp-admin-edit-product-left {
  position: relative;
  float: left;
  width: 67%;
  margin-top: 23px;
}
.ewd-uasp-admin-edit-product-right {
  position: relative;
  float: right;
  width: 30%;
  margin-top: 23px;
}


.ewd-uasp-admin-edit-product-left table.ewd-uasp-admin-edit-product-table-no-th th {
  display: none;
}
.ewd-uasp-admin-edit-product-left table.ewd-uasp-admin-edit-product-table-no-th td {
  width: 100%;
}
.ewd-uasp-admin-edit-product-left #Order_Name {
  padding: 3px 8px;
  font-size: 1.7em;
  line-height: 100%;
  height: 1.7em;
  width: 100%;
  margin-top: 10px;
}
.ewd-uasp-admin-edit-product-left #Order_Name::-webkit-input-placeholder {
  font-size: 24px !important;
  line-height: 100% !important;
  color: #aaa !important;
}
.ewd-uasp-admin-edit-product-left #Order_Name::-moz-input-placeholder {
  font-size: 24px !important;
  line-height: 100% !important;
  color: #aaa !important;
}
.ewd-uasp-admin-edit-product-left #Order_Name:-moz-input-placeholder {
  font-size: 24px !important;
  line-height: 100% !important;
  color: #aaa !important;
}
.ewd-uasp-admin-edit-product-left #Order_Name:-ms-input-placeholder {
  font-size: 24px !important;
  line-height: 100% !important;
  color: #aaa !important;
}
.ewd-uasp-admin-edit-product-left #Order_Name::placeholder {
  font-size: 24px !important;
  line-height: 100% !important;
  color: #aaa !important;
}


.ewd-uasp-admin-closeable-widget-box .ewd-uasp-dashboard-new-widget-box-top {
  cursor: pointer;
}
.ewd-uasp-admin-widget-box-start-closed .ewd-uasp-dashboard-new-widget-box-bottom {
  display: none;
}
.ewd-uasp-admin-edit-product-down-caret {
  display: none;
  float: right;
}
.ewd-uasp-admin-widget-box-start-closed .ewd-uasp-admin-edit-product-down-caret {
  display: inline;
}
.ewd-uasp-admin-edit-product-up-caret {
  display: inline;
  float: right;
}
.ewd-uasp-admin-widget-box-start-closed .ewd-uasp-admin-edit-product-up-caret {
  display: none;
}

.ewd-uasp-admin-edit-product-left-full-widget-box {
  width: 100% !important;
}

#ewd-uasp-new-edit-appointment-screen .ewd-uasp-admin-edit-product-left .ewd-uasp-dashboard-new-widget-box-bottom th {
  width: 160px;
}
#ewd-uasp-new-edit-appointment-screen .ewd-uasp-admin-edit-product-left .ewd-uasp-dashboard-new-widget-box-bottom td {
  width: calc(100% - 160px);
}

#ewd-uasp-new-edit-appointment-screen .ewd-uasp-dashboard-new-widget-box-bottom p {
  color: #999;
}

#ewd-uasp-new-edit-appointment-screen .ewd-uasp-admin-edit-product-right .ewd-uasp-dashboard-new-widget-box-bottom th {
  width: 80px;
}
#ewd-uasp-new-edit-appointment-screen .ewd-uasp-admin-edit-product-right .ewd-uasp-dashboard-new-widget-box-bottom td {
  width: calc(100% - 80px);
}
#ewd-uasp-new-edit-appointment-screen .ewd-uasp-admin-edit-product-right .ewd-uasp-dashboard-new-widget-box-bottom select {
  max-width: 100%;
}
#ewd-uasp-new-edit-appointment-screen .ewd-uasp-admin-edit-product-right .ewd-uasp-dashboard-new-widget-box-bottom .uasp-tag-input {
  width: 16px !important;
  margin-left: 0 !important;
}

#ewd-uasp-new-edit-appointment-screen .ewd-uasp-dashboard-new-widget-box-bottom .ewd-uasp-dropdown-appointment-selector {
  position: relative;
  float: left;
  display: block;
  width: 100%;
}
#ewd-uasp-new-edit-appointment-screen .ewd-uasp-dashboard-new-widget-box-bottom .ewd-uasp-das-container {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: auto !important;
}
#ewd-uasp-new-edit-appointment-screen .ewd-uasp-dashboard-new-widget-box-bottom .ewd-uasp-das-book-button-container {
  position: relative;
  float: left;
  display: block;
  width: 100%;
}
#ewd-uasp-new-edit-appointment-screen .ewd-uasp-dashboard-new-widget-box-bottom .ewd-uasp-das-container .ewd-uasp-das-field {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  color: #23282d;
}
#ewd-uasp-new-edit-appointment-screen .ewd-uasp-dashboard-new-widget-box-bottom .ewd-uasp-das-container .ewd-uasp-das-appointment-listing {
  position: relative;
  border: 1px solid #ccc;
  margin-top: -1px;
  margin-left: -1px;
}
#ewd-uasp-new-edit-appointment-screen .ewd-uasp-dashboard-new-widget-box-bottom .ewd-uasp-das-container .ewd-uasp-das-available-appointments {
  position: relative;
  margin: 4px 0 15px 1px;
  float: left;
  width: 100%;
}
#ewd-uasp-new-edit-appointment-screen .ewd-uasp-dashboard-new-widget-box-bottom .ewd-uasp-das-container .ewd-uasp-das-input-label {
  width: 180px;
}
#ewd-uasp-new-edit-appointment-screen .ewd-uasp-dashboard-new-widget-box-bottom .ewd-uasp-das-book-button-container {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 15px;
  display: none;
}
#ewd-uasp-new-edit-appointment-screen .ewd-uasp-dashboard-new-widget-box-bottom .ewd-uasp-das-book-button-container label[for="captcha_text"] {
  width: 180px;
  float: left;
  margin-bottom: 15px;
}

.ewd-uasp-admin-edit-product-tag-groups {
  padding: 0 10px 30px 0;
}
.ewd-uasp-admin-edit-product-tag-groups:last-of-type {
  padding: 0 10px 10px 0;
}

.ewd-uasp-admin-edit-product-delete-add-image {
  background: #B32E2E;
  color: #fff;
  padding: 4px 8px;
  text-decoration: none;
  margin-left: 5px;
}
.ewd-uasp-admin-edit-product-delete-add-image:hover {
  background: #D13D3D;
  color: #fff;
  text-decoration: none;
}

.form-wrap p.ewd-uasp-admin-edit-product-submit-p {
  margin: 0;
}
p.submit.ewd-uasp-admin-edit-product-submit-p {
    padding-top: 0;
}
.button-primary.ewd-uasp-admin-edit-product-save-button {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px
}

@media screen and (max-width: 782px) {
  .ewd-uasp-admin-edit-product-left, .ewd-uasp-admin-edit-product-right {
    float: left;
    width: 90%;
    margin-left: 5%;
  }
  .ewd-uasp-admin-edit-product-left-full-widget-box {
    width: 100% !important;
    margin-left: 0;
  }
  #ewd-uasp-new-edit-appointment-screen .ewd-uasp-admin-edit-product-right .ewd-uasp-dashboard-new-widget-box-bottom .uasp-tag-input {
    width: 25px !important;
  }
}


/*************************************
NEED HELP BOX ON APPOINTMENT EDIT SCREEN
*************************************/
.ewd-uasp-need-help-text {
  margin: 24px 0 22px;
  text-align: center;
  color: #888;
  font-size: 15px;
  line-height: 1.5;
}
.ewd-uasp-need-help-button {
  display: inherit;
  width: 70%;
  padding: 8px 0;
  margin: 0 15% 16px;
  text-align: center;
  background: #f2b52f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.ewd-uasp-need-help-button:hover {
  background: #d7a73f;
  color: #fff;
  text-decoration: none;
}
