.sld_dashboard_main_area{
width:100%;
display:block;
overflow:hidden;
margin:0px;
padding: 10px;
background: #fff;
}
.sld_dashboard_main_area p{
font-size: 20px;
margin-top: 20px;
color:#2ba5b5;
}
.sld_dashboard_main_area h2{
margin-top:30px;
} @media only screen and (max-width : 768px) {
.sld_dashboard_main_area h2{
margin-top:20px;
font-size:15px;
}
.sld_text_width{
width:100% !important;
}
} .sldnav__list {
margin: 0px;
padding: 0px !important;
}
.sldactive a {
background-color: #2ba5b5;
color: #fff !important;
}
.sldnav__list a {
padding: 1em 1.9em;
transition: all 0.25s ease-in-out 0s;
}
.sldnav__list__item {
border-style: solid;
border-width: 0 0 1px;
}
.sldnav__list__item,
.sldnav__list__item a {
display: block;
} @media screen and (min-width: 1024px) {
.sldnav__list > .sldnav__list__item {
border-width: 0 1px 0 0;
}
.sldnav__list > .sldnav__list__item,
.sldnav__list > .sldnav__list__item a {
display: inline-block;
}
} .sldnav {
background-color: #f5f5f5;
}
.sldnav .sldnav__list__item {
border-color: #e5e5e5;
}
.sldnav a {
color: #555;
text-decoration: none !important
}
.sldnav a:hover, .sldnav a:active, .sldnav a:focus {
background-color: #e5e5e5;
color:#101010;
} .sld_form-style-1 {
max-width: 800px;
padding: 0px !important;
}
.sld_form-style-1 li {
padding: 0;
display: block;
list-style: none;
margin: 20px 0 0 0;
}
.sld_form-style-1 label{
margin:0 0 3px 0;
padding:0px;
display:block;
font-weight: bold;
}
.sld_form-style-1 input[type=text], 
.sld_form-style-1 input[type=date],
.sld_form-style-1 input[type=password],
.sld_form-style-1 input[type=datetime],
.sld_form-style-1 input[type=number],
.sld_form-style-1 input[type=search],
.sld_form-style-1 input[type=time],
.sld_form-style-1 input[type=url],
.sld_form-style-1 input[type=email],
.sld_form-style-1 select,
textarea, 
.sld_dashboard_main_area select{
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-top:none;
border-left:none;
border-right:none;
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;  
}
.sld_form-style-1 input[type=text]:focus, 
.sld_form-style-1 input[type=date]:focus,
.sld_form-style-1 input[type=datetime]:focus,
.sld_form-style-1 input[type=number]:focus,
.sld_form-style-1 input[type=search]:focus,
.sld_form-style-1 input[type=time]:focus,
.sld_form-style-1 input[type=url]:focus,
.sld_form-style-1 input[type=email]:focus,
.sld_form-style-1 input[type=password]:focus,
.sld_form-style-1 textarea:focus, 
.sld_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;
}
.sld_form-style-1 .sld_field-divided{
width: 49%;
}
.sld_form-style-1 .sld_field-divided {
width: 48.2%;
}
.sld_form-style-1 .field-long {
width: 97%;
}
.sld_form-style-1 .sld_field-select{
width: 100%;
}
.sld_form-style-1 .sld_field-textarea{
height: 100px;
}
.sld_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%;
}
.sld_submit_style:hover{    background: #4691A4;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;}
.sld_form-style-1 .sld_required{
color:red;
}
.sld_text_width{width: 54%;}
.sld_width{max-width: 100%;}
.sld_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;
} .entry-content tr td, body.et-pb-preview #main-content .container tr td,
.sldnav__list a,
.sld_form-style-1 label {
font-size: 14px;
font-weight:normal;
}
.sld_package_notification{color: #bf4c4c;
background: #ccc;
margin-top: 6px;
text-align: center;
font-size: 14px;}
.sld_enable_recurring{background:#474343;color:#fff;padding:10px;margin-bottom:20px;}
.sld_enable_recurring span{margin-right:10px}
#sld_generate{    border: none;
background: #2ba5b5;
color: #fff;
padding: 8px 16px;
cursor: pointer;}