@CHARSET "ISO-8859-1";

.highlightMessage{
	border: 1px solid #52B5E2;
	padding: 10px;
	border-radius: 5px;
	margin: 10px;
}


.fichaImg{
	width: 90%; 
}

.closeRegMessage{
	text-align: center;
	margin: 30px;
	font-size: 18px;
}

.toolsPane{
	text-align: center;
	margin: 10px;
	padding: 10px;
	border-top: 1px solid gray;
	
}

#processFlow{
	position: relative;
	margin-bottom: 20px;
}

#processFlow .flowTable{
	border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

#processFlow .stepContent{
	vertical-align: center;
	padding: 5px 0px 5px 0px;	
	font-size: 11px;
	overflow: hidden;
	cursor: pointer;
}

#processFlow .content_right{
	text-align: left;	
}

#processFlow .content_left{
	text-align: right;	
}

#processFlow td{
	padding: 0px;
}

#processFlow .extendedInfo{
	width: 40%;
	border-left: 1px solid gray;
}

#processFlow .step{
	height: 67px;
	width: 120px;
	background-position: center;
	background-repeat: no-repeat; 
	text-align: center;
	cursor: pointer;
}

#processFlow .right{
	background-image: url('/admision/images/flow/right.png');	
}

#processFlow .top{
	background-image: url('/admision/images/flow/top.png');
	height: 63px;
	padding-top: 27px;
}

#processFlow .bottom_right{
	background-image: url('/admision/images/flow/bottom_right.png');
	height: 60px;
	padding-bottom: 25px;
}

#processFlow .bottom_left{
	background-image: url('/admision/images/flow/bottom_left.png');
	height: 60px;
	padding-bottom: 25px;
}

#processFlow .left{
	background-image: url('/admision/images/flow/left.png');	
}

#processFlow .bullet{
	font-size: 26px;
	font-weight: bold;
	color: #DA72A8;
	height: 67px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
}

#processFlow .bullet_left{
	padding-left: 41px;
	text-align: left;
}

#processFlow .bullet_right{
	padding-right: 41px;
	text-align: right;
}

.explanationPane{
	border: 1px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

#processFlow .explanationModule{
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
	display: none;
	text-align: left;
}

#processFlow .orientationDocs{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
#processFlow .orientationDocs td{
	padding: 5px;
}

.flowPane{
	margin-bottom: 10px;
}

@media screen and (min-width : 550px)
{
	.explanationPane{
		float: right;
		width: 45%;
	}
	.flowPane{
		float: right;
		width: 50%;
	}
}

.pdfIcon{
	width: 30px;
	height: 30px;	
}
.orientationDocsTable{
	width: 100%;
}
.orientationDocsTable td{
	text-align: center;
}
.examplePic{
	width: 80%;
	margin-top: 20px;
	box-shadow: 2px 2px 5px gray;
}

#noteMe{
	color: #26728B;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#appoitmentCheckLink{
	color: #E1348B;
}

#appoitmentCheckLink a:LINK {
	color: #E1348B;
}


#appoitmentCheckLink a:VISITED {
	color: #E1348B;
}
