/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: rgba(256,256,256,.4);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		left: 50%;
		margin-left: -300px;
		width: 525px;
		background: #fff;
		position: absolute;
		z-index: 101;
		padding: 25px 35px 30px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 2px solid #95529f;
		text-align: left;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal, .reveal-modal .close-reveal-modal_medical {
		background:url(../../pic/close.jpg) no-repeat; 
		width:22px; 
		height:21px; 
		display:inline; 
		z-index:3200; 
		position:absolute; 
		top:10px; 
		right: 10px; 
		cursor:pointer;
		} 
.reveal-modal .small-purple-uppercase-title{
	margin-bottom: 0;
}
.reveal-modal input,
.reveal-modal textarea{
	border: 1px solid #c6cacd;
	border-radius: 3px;
	box-shadow: 1px 1px 4px #efefef inset;
}

.jq-selectbox.jqselect{
	width: 100% !important;
}

.reveal-modal input{
	height: 30px;
	}

.reveal-modal textarea{
	max-width: 524px;
	padding: 5px;
	font: 13px Arial;
	width: 100%;
}
.reveal-modal strong{
	color: #95529f;
}
.table.middle-part .select .jq-selectbox__select,
.table.bottom-part .select .jq-selectbox__select,
.selected .jq-selectbox__select,
.kardiology .jq-selectbox__select,
.therapy .jq-selectbox__select {
		border: 1px solid #c6cacd;
		border-radius: 3px;
		box-shadow: 1px 1px 4px #efefef inset;
		line-height: 30px;
}
.therapy{
	display: none;
}
.kardiology{
	display: none;
}

.reveal-modal .jq-selectbox__trigger{
	width: 28px;
}
.reveal-modal .jq-selectbox__select-text{
	color: #000;
}
.reveal-modal .select{
/*	z-index: 100;*/
	cursor: pointer;
}
.reveal-modal .name{
	padding: 0 19px 0 0;
}

.reveal-modal .item-expert{
padding: 10px 0;
}
.reveal-modal img{
	float: left;
}
.reveal-modal a > span {
    color: #9652A0;
		font: 13px opensans-light;
    display: table-cell;
    line-height: 50px;
    vertical-align: middle;
		text-decoration: underline;
}

/* ALERT */

.reveal-modal .small-purple-uppercase-title {
    height: auto;
    margin: 10px 0;
    text-align: left;
}
.reveal-modal .button-block .small-purple-uppercase-title {
	margin: 0 0 5px;
}
#myModal{
    top:10% !important;
}
#isMedicalModal{
    top: 25% !important; 
}
		