.ewd-us-hidden {
  display: none;
}
.ewd-us-clear {
  clear: both;
}

/***********************************************************
* TABBED OPTIONS PAGE
***********************************************************/

.upcp-theme-hidden {
  display:none;
}

.upcp-theme-options-page-tabbed {
  min-height:450px;
  height:auto;
}
.upcp-theme-options-page-tabbed-nav{
    position: relative;
    top: 0;
    left: 0;
    width:15%;
    z-index: 1;
    min-width:100px;
    margin:0 !important;
  }

.upcp-theme-options-submenu-div li {
    float:left;
    padding: 0;
    width:100%;
    margin:0; !important;
  }
.upcp-theme-options-submenu-div a {
  display:block;
  height:40px;
  line-height:40px;
  font-weight:400;
  padding-left:20px;
}
.upcp-theme-options-submenu-div a.options-subnav-tab-active,
.upcp-theme-options-submenu-div a.styling-subnav-tab-active{
  box-shadow: inset 2px 0 0 #1188cc;
  background-color: #ffffff !important;
  color: #29324e;
}
.upcp-theme-options-submenu-div a.options-subnav-tab,
.upcp-theme-options-submenu-div a.styling-subnav-tab{
  background-color: rgba(224, 224, 224, 0.5);
}
.upcp-theme-options-submenu-div a:hover {
  color: #29324e;
  background-color: rgba(199,199,199, 0.5);
  box-shadow: inset 2px 0 0 #1188cc;
 
}

.upcp-theme-options-submenu-div {
  float:left;
  width:100px;
  border: 1px solid #e5e5e5;
}
.upcp-theme-options-page-tabbed-content,
.upcp-theme-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;
}
.upcp-theme-option-set,
.upcp-theme-styling-set{
  width:85%;
  margin:0 auto;
  position:relative;
  left:10px;
  min-height:400px;
}
.upcp-theme-options-page-tab-title{
  margin:15px 0 !important;
}

.upcp-theme-options-page-tabbed p.submit {
    float: right;
    margin-right: 10px;
    margin-top: 15px;
    padding: 3px;
}

@media only screen and (max-width: 650px) {
  .upcp-theme-options-page-tabbed,
  .upcp-theme-styling-page-tabbed{
    margin:0;
  }
  .upcp-theme-options-submenu-div {
  width: 100%;
}
.upcp-theme-options-page-tabbed-nav{
  width:100%;
}
.upcp-theme-options-page-tabbed li{
  float:none;
}
.upcp-theme-options-page-tabbed a.styling-subnav-tab{
  width:25%;
  float:left;
  padding:0;
  text-align:center;
}
.upcp-theme-options-page-tabbed a.options-subnav-tab-active{
}

.upcp-theme-options-page-tabbed-content,
.upcp-theme-styling-page-tabbed-content{
  width:100%;
}

}

/***********************************************************
FLEXBOX STYLING
***********************************************************/
.upcp-theme-option-set h3,
.upcp-theme-styling-set h3 {
  padding-top:10px;
}
.upcp-theme-options-table th {
  padding:15px 5px;
  height:1em;
}

.upcp-theme-options-page-tabbed input[type=text],
.upcp-theme-styling-page-tabbed input[type=text] {
  width: 90% !important;
  max-width:130px;
}
.upcp-theme-options-page-tabbed select,
.upcp-theme-options-page-tabbed textarea
{
  width:50% !important;
}

.upcp-theme-styling-page-tabbed select,
.upcp-theme-styling-page-tabbed textarea{

}

.upcp-theme-options-div {
  width:100%;
}
.upcp-theme-options-div.upcp-theme-options-flex {
  width:100%;
  display:flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.upcp-theme-subsection{
margin: 0 10px 10px 0;
flex-grow:1;
}
.upcp-theme-subsection-half{
  width:50%;
}

.upcp-theme-subsection-header{
margin:3px;
}

.upcp-theme-options-page-tabbed .submit{
  float:left;
  margin-top:0;
}
.upcp-theme-options-page-tabbed .submit input[type=submit]{
  position:relative;
 /* left:100px;*/
}

.upcp-theme-subsection-header {
  font-size:1.2em;
  font-weight:900;
  padding: 10px;
  margin:0;
  border: 1px solid #e5e5e5;
  border-bottom:none;
}

.upcp-theme-subsection-content{
    border: 1px solid #e5e5e5;
    border-top:none;
    padding: 10px;
}
.upcp-theme-subsection-content .upcp-theme-option {
  margin: 8px 0;
}
.upcp-theme-subsection-content.upcp-theme-subsection-full{
    border: none;
    padding: 5px;
}

/*Subsection Rows*/
.upcp-theme-subsection-content .upcp-theme-option-label {
  display:inline;
}
.upcp-theme-subsection-content .upcp-theme-option-checkbox {
  display:inline;
}


/***********************************************************
* META BOX STYLING
***********************************************************/
.ewd-us-meta-menu {
  float: left;
  max-width: 120px;
}
.ewd-us-meta-menu-item {
  float:left;
  padding: 0;
  width:100%;
  margin:0 !important;
  display:block;
  height:40px;
  line-height:40px;
  font-weight:10;
  padding-left:20px;
  background-color: rgba(224, 224, 224, 0.5);
  cursor: pointer;
}

.ewd-us-meta-menu-item.meta-menu-tab-active {
  box-shadow: inset 2px 0 0 #1188cc;
  background-color: #ffffff !important;
  color: #29324e;
}
.ewd-us-meta-menu-item:hover {
  color: #29324e;
  background-color: rgba(199,199,199, 0.5);
  box-shadow: inset 2px 0 0 #1188cc; 
}

.ewd-us-meta-body {
  max-width: 600px;
  float: left;
  padding-left: 40px;
  padding-bottom: 20px;
}

.ewd-us-meta-option-radio {
  width: 24px;
  float: left;
  min-height: 30px;
}
.ewd-us-meta-option-explanation {
  min-height: 30px;
}

#ewd-us-buttons-list-table {
  min-width: 400px;
}

#ewd-us-buttons-list-table tbody td {
  padding-top: 12px;
}



/***********************************************************
* UPGRADE BANNER
***********************************************************/
/**--Start Upgrade Area--**/
#ewd-ust-dashboard-top-upgrade {
  position: relative;
  float: left;
  width: 90%;
  width: calc(100px + 80%);
  max-width: 95%;
  margin-top: 24px;
}
#ewd-ust-dashboard-top-upgrade-left {
  position: relative;
  float: left;
  width: 100%;
}
#ewd-ust-dashboard-top-upgrade-left .inside, #ewd-ust-dashboard-top-upgrade-right .inside {
  display: block;
}
#ewd-ust-dashboard-top-upgrade-left .inside, #ewd-ust-dashboard-top-upgrade-left .postbox {
  background: #e5e5e5;
}
#ewd-ust-dashboard-top-upgrade-left .inside h3 {
  color: #262262;
  margin-bottom: 8px;
}
#ewd-ust-dashboard-top-upgrade-left .inside ul {
  position: relative;
  float: left;
  width: 100%;
  width: calc(100% - 16px);
  list-style-type: disc;
  padding-left: 16px;
  margin-top: 0;
}
#ewd-ust-dashboard-top-upgrade-left .inside ul li {
  margin-bottom: 1px;
}
#ewd-ust-dashboard-top-upgrade-left .inside ul li span {
  position: relative;
  left: 0;
}
#ewd-ust-dashboard-top-upgrade-left .inside .purchaseButton {
  position: relative;
  display: block;
  width: 340px;
  margin: 0 auto;
  padding: 12px 0;
  background: #4A4694;
  background: #afadc9;
  background: -moz-linear-gradient(top,  #afadc9 0%, #8f8da8 100%);
  background: -webkit-linear-gradient(top,  #afadc9 0%,#8f8da8 100%);
  background: linear-gradient(to bottom,  #afadc9 0%,#8f8da8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afadc9', endColorstr='#8f8da8',GradientType=0 );
  border-bottom: 2px solid #262262;
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
}
#ewd-ust-dashboard-top-upgrade-left .inside .purchaseButton:hover {
  background: #4A4694;
  background: #c5bcdb;
  background: -moz-linear-gradient(top,  #c5bcdb 0%, #a09eb8 100%);
  background: -webkit-linear-gradient(top,  #c5bcdb 0%,#a09eb8 100%);
  background: linear-gradient(to bottom,  #c5bcdb 0%,#a09eb8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5bcdb', endColorstr='#a09eb8',GradientType=0 );
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #ewd-ust-dashboard-top-upgrade-left .inside .purchaseButton {
    width: calc(98% - 12px);
  }
}
#ewd-ust-dashboard-top-upgrade-left .inside input[type="text"] {
  padding: 9px 8px;
  width: 81%;
  float: left;
  font-size: 15px;
  margin: 0;
  margin-bottom: 6px;
  border: none;
}
#ewd-ust-dashboard-top-upgrade-left .inside input[type="text"]::-webkit-input-placeholder {
  font-size: 15px;
  color: #ccc;
}
#ewd-ust-dashboard-top-upgrade-left .inside input[type="text"]::-moz-placeholder {
  font-size: 15px;
  color: #ccc;
}
#ewd-ust-dashboard-top-upgrade-left .inside input[type="text"]:-ms-input-placeholder {
  font-size: 15px;
  color: #ccc;
}
#ewd-ust-dashboard-top-upgrade-left .inside input[type="text"]:-moz-placeholder {
  font-size: 15px;
  color: #ccc;
}
#ewd-ust-dashboard-top-upgrade-left .inside input[type="submit"] {
  padding: 9px 8px;
  width: 18%;
  float: left;
  border: 0;
  cursor: pointer;
  margin: 0;
  margin-bottom: 6px;
  background: #c6ab55;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #a69b50;
}
#ewd-ust-dashboard-top-upgrade-left .inside input[type="submit"]:hover {
  background: #E8CD79;
}

#ewd-ust-dashboard-top-upgrade-right {
  position: relative;
  float: left;
  width: 25%;
}
#ewd-ust-dashboard-top-upgrade-right .postbox .hndle{
  border: none;
}
#ewd-ust-dashboard-top-upgrade-right .ewd-dashboard-h3{
  margin: 0;
}
#ewd-ust-dashboard-top-upgrade-right .inside, #ewd-ust-dashboard-top-upgrade-right .postbox {
  background: #e5e5e5;
  background: rgba(38,34,98,.4);
}
#ewd-ust-dashboard-top-upgrade-right .inside {
  padding: 0;
  margin: 0;
}
#ewd-ust-dashboard-top-upgrade-right .inside .topPart {
  position: relative;
  float: left;
  width: calc(100% - 72px);
  text-align: center;
  padding: 4px 36px 21px;
  background: #262262;
  color: #fff;
  font-size: 24px;
  font-style: italic;
  line-height: 1.3;
  margin-top: -20px;
}
#ewd-ust-dashboard-top-upgrade-right .inside .bottomPart {
  position: relative;
  float: left;
  padding: 21px 36px 22px;
  width: calc(100% - 72px);
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  border-top: 3px solid #c6ab55;
}
#ewd-ust-dashboard-top-upgrade-right .inside .bottomPart span.freeTrialText {
  color: #262262;
}
#ewd-ust-dashboard-top-upgrade-right .inside .bottomPart a.freeTrialPurchaseLink {
  color: #E8CD79;
  text-decoration: underline
}
#ewd-ust-dashboard-top-upgrade-right .inside .bottomPart a.freeTrialPurchaseLink:hover {
  color: #262262;
  text-decoration: underline
}

/**--End Upgrade Area--**/
