label {
	display: block !important;
}

.email-frm select {
	width: 250px;
}

.practice-details--message {
	display: block;
	font-weight: bold;
}

.feedback-form--practice-details-section {
	display: none;
	margin-bottom: 20px;
}

/* Practice search stuff*/
#btn-open-practice-search {
	line-height:.37em;
	height: 30px;
	vertical-align: top;
}

#practice-select, #contact_us_box {
	margin: 0 5px 1px 0!important;
}

#legal-check {
    top: 10px;
}

#message-input {
    min-width:230px;
    min-height: 100px;
}

.feedback-advice {
	font-weight: bold;
}

.feedback-disclaimer {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3em;
}

.feedback-clinical-disclaimer {
	font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 30px;
}

.underlined {
	text-decoration: underline;
}

.checkbox-container {
    margin-top: 20px;
}

.checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 1.1em;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-label input {
    display: none;
}

.checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 2px solid black;
    border-radius: 3px;
}

.checkmark:after {
    content: '';
    display: none;
}

.checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-label .checkmark:after {
    content: '\2714';
    color: green;
    font-size: 18px;
    position: absolute;
    top: -5px;
    left: 0px;
}

.underline {
	text-decoration: underline;
}

#email-address-label {
	clear: both;
}

#agree-container {
	width: 100%;
	display: inline-block;
}

.mobile-view {
    display: none;
}

.wide-view {
    display: inline-block;
}

.ta-container {
    display: inline-block;
    position: relative;
    margin: 0;
}

#charSpan {
    position: absolute;
    bottom: 2px;
    right: 25px;
    background-color: rgba(255, 255, 255, 0.5);
}

.textarea-big {
    height: 120px !important;
    border-radius: 0 !important;
    width: 600px !important;
    margin-bottom: 0 !important;
    position: relative;
}

@media only screen and (max-width: 620px) {
    .ta-container {
        width: 100% !important;
    }
    
    .textarea-big {
        width: 100% !important;
    }
}

@media only screen and (max-width: 650px) {
	.frm-error-msg-baseline {
	    font-size: 12px;
	    margin-bottom: 10px;
	    margin-left: 0 !important;
	    display: block !important;
	}
}

@media only screen and (max-width: 440px) {
    .mobile-view {
        display: inline-block;
    }
    
    .wide-view {
        display: none;
    }
    
    .practiceSearchContainer {
        max-width: 310px !important;
    }
}
