/* fix for ie scroll on right*/
body { -ms-overflow-style: none  !important; }

/* fix for gravity form*/
#wpcs_main_div .gform_wrapper {
    overflow: hidden;
}

.wpcs-slide-out-div .gform_wrapper {
    overflow: hidden;
}

/* General styling of slide out div */

a.wpcs_contact_label {
    text-indent: 0 !important;
    -webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
    writing-mode: lr-tb;
    text-align: center;
    font-weight: bold !important;
    font-size: 15px !important;
    position: absolute;
    min-width: 175px !important;
    line-height: 21px;
	text-decoration:none  !important;
}

a#wpcs_handle {
    top: 25% !important;
    width: 170px !important;
    overflow: hidden;
    cursor: pointer;
}

a.wpcs_left {
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
	margin: 0px;
}

a.wpcs_right {
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
	margin: 0px;  
}

.wpcs_inner_div {
    overflow: scroll !important;
}

.wpcs-slide-out-div {
    padding: 0px;
    max-width: 600px;
    min-height: 50%;
    max-height: 80%;
}

.wpcs_content {
    padding: 20px;
    z-index: 99999999999;
}

a.wpcs_contact_label:hover {text-decoration:none;}

/* sales representatives frontend styling */
.wpcs_sr {
    width: 420px;
}

div.wpcs_scroll_div {
    overflow: scroll;
    overflow-x: hidden;
    max-height: 100%;
    max-width: 100%;
	z-index: 99999999999;
	position: relative;
}

.wpcs_sr_photo {
    width: 40%;
    margin-left: 40px;
    text-align: center;
    float: left;
}

.wpcs_sr_photo img{
    overflow: hidden;
    max-width: 130px;
    max-height: 130px;
}

.wpcs_sr_info {
    width: 50%;
    float: left;
    margin-top: 15px;
    line-height: 50px;
    text-align: center;
}

span.wpcs_sr_name {
    font-weight: bold;
    font-size: 17px;
}

.wpcs_sr_profile {
    width: 100%;
    float: left;
    margin-left: 30px;
    max-width: 90%;
    text-align: center;
    font-size: 13px;
	margin-bottom: 15px;
}


/* For contact form 7 */
.wpcs_content div.wpcf7 {
    margin: 0;
    padding: 0;
    width: 400px;
    text-align: center;
}

.wpcs_content div.wpcs-gf{
	width: 400px;
    text-align: center;

}

@media screen and (max-width: 700px) {

    .wpcs-slide-out-div {
        max-width: 80% !important;
    }

}


/* to disable on small screens */
@media screen and (max-width: 450px) {
    #wpcs_outer_div {
        display: none !important;
    }
}


