.modal.fade{
	padding-top:50px;
}


.tesaLex{
	position:absolute;
	top:-43px;
	left: 50%;
	opacity: 0.4;
}


.modal-header{
	background-color:#6798d1;
}

.immolexHeader{
	color:#fff;
	font-size:32px;
}

.modal-header h4{
	color: #fff;
}

.modal .modal-body {
    max-height: 520px;
    overflow-y: auto;
}

.searchImmolex {
    width: 190px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('../img/search.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.close span
{
	color:#fff;
	font-size:50px;
}

/* When the input field gets focus, change its width to 100% */
.searchImmolex:focus {
    width: 100%;
}

.row.placeholder25PX
{
	height:25px;
}

.row.headingImmolex
{
	color:#6798d1;
	width:99%;
	border-bottom: 1px solid;
    //display:inline;
	margin-left:2px;
	font-size:28px;
}

.immolexTitle
{
	font-weight:bold;
	width:100px;
	vertical-align:top;
	letter-spacing:0px;
	font-size:15px;
}

.immolextContent{
	letter-spacing:0px;
	font-size:15px;
}

.immolexRow{
	padding-top:5px;
}