.sbd_dashboard_main_area{
	width:100%;
	display:block;
	overflow:hidden;
	margin:0px;

    padding: 10px;
    background: #fff;
}
.sbd_dashboard_main_area p{
	font-size: 20px;
    margin-top: 20px;
	color:#2ba5b5;
}

.sbd_dashboard_main_area h2{
	margin-top:30px;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.sbd_dashboard_main_area h2{
	margin-top:20px;
	font-size:15px;
}
.pd_text_width{
	width:100% !important;
}
.sbd_dashboard_main_area table{width:100% !important}
}


/**
 * Layout
 */
.pdnav__list {
    margin: 0px;
    padding: 0px !important;
}
.pdactive a {
  background-color: #2ba5b5;
  color: #fff !important;
}
.pdnav__list a {
  padding: 8px 14px;
  transition: all 0.25s ease-in-out 0s;
}
.pdnav__list__item {
    border-style: solid;
    border-width: 0 0 1px;
}
.pdnav__list__item,
.pdnav__list__item a {
    display: block;
}

/**
 * Desktop-view
 */

@media screen and (min-width: 1024px) {
    .pdnav__list > .pdnav__list__item {
        border-width: 0 1px 0 0;
    }
    .pdnav__list > .pdnav__list__item,
    .pdnav__list > .pdnav__list__item a {
        display: inline-block;
    }
}

/**
 * Presentation
 */
.pdnav {
    background-color: #f5f5f5;
}
.pdnav .pdnav__list__item {
    border-color: #e5e5e5;
}
.pdnav a {
    color: #555;
    text-decoration: none !important
}
.pdnav a:hover, .pdnav a:active, .pdnav a:focus {
    background-color: #e5e5e5;
	color:#101010;
}


/**********************************************/
.pd_form-style-1 {
  max-width: 800px;
  padding: 0px !important;
  margin: 0px 0px;

}
.pd_form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 20px 0 0 0;
}
.pd_form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.pd_form-style-1 input[type=text], 
.pd_form-style-1 input[type=date],
.pd_form-style-1 input[type=password],
.pd_form-style-1 input[type=datetime],
.pd_form-style-1 input[type=number],
.pd_form-style-1 input[type=search],
.pd_form-style-1 input[type=time],
.pd_form-style-1 input[type=url],
.pd_form-style-1 input[type=email],
.pd_form-style-1 select,
textarea, 
.sbd_dashboard_main_area select{

	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
    border-bottom:1px solid #BEBEBE;
    padding: 12px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
	line-height: normal;
	height: unset !IMPORTANT;
   
}
.pd_form-style-1 input[type=text]:focus, 
.pd_form-style-1 input[type=date]:focus,
.pd_form-style-1 input[type=datetime]:focus,
.pd_form-style-1 input[type=number]:focus,
.pd_form-style-1 input[type=search]:focus,
.pd_form-style-1 input[type=time]:focus,
.pd_form-style-1 input[type=url]:focus,
.pd_form-style-1 input[type=email]:focus,
.pd_form-style-1 input[type=password]:focus,
.pd_form-style-1 textarea:focus, 
.pd_form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.pd_form-style-1 .pd_field-divided{
    width: 49%;
}

.pd_form-style-1 .pd_field-divided {
  width: 48.2%;
}
.pd_form-style-1 .field-long {
  width: 97%;
}

.pd_form-style-1 .pd_field-select{
    width: 100%;
}
.pd_form-style-1 .pd_field-textarea{
    height: 100px;
}
.pd_submit_style {
  background: #18191f none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 15px;
  text-transform: uppercase;
  width: 30%;
}
.pd_submit_style:hover{    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;}

.pd_form-style-1 .pd_required{
    color:red;
}
.pd_text_width{width: 54%;}
.pd_width{max-width: 100%;}


.sbd_dashboard_main_area hr {
  color: #e9e9e9;
}

.screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    word-wrap: normal!important;
}

/* new css */

.entry-content tr td, body.et-pb-preview #main-content .container tr td,
.pdnav__list a,
.pd_form-style-1 label {
  font-size: 14px;
  font-weight:normal;
}
.sbd_package_notification{color: #bf4c4c;
background: #ccc;
margin-top: 6px;
text-align: center;
font-size: 14px;}
#sbd_generate{    border: none;
    background: #2ba5b5;
    color: #fff;
    padding: 8px 16px;
    cursor: pointer;}
.sbd_price-table-wrapper {

  margin-top: 30px;
}
.sbd_price-table-wrapper .sbd_featured-table {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.sbd_price-table-wrapper .sbd_pricing-table {
  display: inline-block;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  background: white;
  margin: 20px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  vertical-align: top;
}
.sbd_price-table-wrapper .sbd_pricing-table__header {
  padding: 20px;
  font-size: 20px;
  color: #909090;
  background: #e0e0e0;
}



.sbd_price-table-wrapper .sbd_pricing-table__list {
  padding: 20px !important;
  color: #a0a0a0;
}
.sbd_price-table-wrapper .sbd_pricing-table__list li {
  padding: 15px;
  border-bottom: 1px solid #c8c8c8;
  list-style: none;
}
.sbd_price-table-wrapper .sbd_pricing-table__list li:last-child {
  border: none;
}
.sbd_price-table-wrapper .sbd_pricing-table:hover {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}