@charset "utf-8";
/*
Theme Name: Dr.Sicknote Theme
Theme URI: 
Author: NexGroup
Author URI: 
Description: Custom design for Dr.Sicknote site needs. Shake well.
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
@import url(http://weloveiconfonts.com/api/?family=fontawesome);
@import url('css/core.css');
@import url('css/additional.css');


/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* 06062016 */
#skype-help{
	margin: 30px 0 0 0;
}

.econSkypeError{
	display: block;
	font-weight: bold;
	color: red;
}

.skype-heading{
	color: #1f6088;
	font-size: 20px;
	font-family: "Montserrat",sans-serif;
	font-weight: normal;
	display: block;
	margin: 0 0 15px;
}

.econ-note{
	font-size: 12px;
	font-style: italic;
}

.skype-solution h3{
	color: #1f6088;
	font-size: 19px;
	font-family: "Montserrat",sans-serif;
	font-weight: normal;
	display: block;
	margin: 25px 0 0px;
}

.skypestep{
	padding: 0 0 0 15px;
}

.skypestep > li{
	font-weight: normal;
}

.skypestep > li > b{
	font-weight: bold;
}

.skype-solution a{
	color: #fff;
	margin: 0px 10px 20px 0px;
}

.skype-solution a:hover,
.skype-solution a:focus{
	color: #fff;
	text-decoration: none;
}

#skype-help .skype-need-help{
	display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: #4eb37d;
    position: relative;
    cursor: pointer;
    padding: 0px 10px 0px 0px;
}

#skype-help .skype-need-help > .fontawesome-angle-right{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	font-weight: bold;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);

	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#skype-help .active > .fontawesome-angle-right{
	-webkit-transform: rotate(-90deg) !important;
	-ms-transform: rotate(-90deg) !important;
	-o-transform: rotate(-90deg) !important;
	transform: rotate(-90deg) !important;
}

/* .skype-solution{
	display: none;
} */

.eform-opt-btn{
	text-align: left;
	border:0px none;
	display: block;
	background: #ffffff;
	padding: 0px 0 8px 29px;
	position: relative;
}

.eform-opt-btn:after{
	top: 0;
	left: 0;
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background:url(img/checkbox-sprite.jpg) no-repeat scroll 0 0 #ffffff;
}

.eform-opt-btn.active:after{
	background-position: 0 -35px;
}

.eform-opt-btn:focus{
	outline: none;
}

#sr-forms-container .input-holder{
	display: none;
}

#sr-forms-container .input-holder.active{
	display: block;
}

.input-holder .wpcf7-list-item-label{
	display: inline;
}

#special-referral-form .input-holder .wpcf7-list-item-label:before{
	display: none;
}

.sr-form-steps{
	border-bottom: 2px solid #deebf3;
}

.confirm-gynaecologist .wpcf7-list-item{
	display: inline-block;
}

.e-question-block ul{
	list-style-image: url(/wp-content/uploads/2015/10/dR_sn-bullet.jpg);
	padding-left: 17px;
	margin-bottom: 22px;
}

.e-question-block li{
	padding: 2px 0;
}

.econsulting-footer .ecom-submit input[type="submit"]:disabled{
	background: #c0c0c0;
}

.cs-breast-condition{
	margin-left: 5px;
	display: inline-block;
}

#breastcondition{
	margin: 0px 7px 0px 0px;
    padding: 2px 5px;
    position: relative;
    top: -4px;
}

.cs-breast-condition:before{
	left: -34px !important;
}

#mc-plastic-surgeon{
	max-width: 100%;
	width: 100%;
	display: none;
	margin-left: 52px;
}