.imageInstruction{
display:inline-block;
margin-bottom:1em;
text-align:center;
}
.compDtlPge h4,h5,h6{
margin:0;
}
.allSidePadding{
padding:1em;
}
.imageInstruction img{
height:auto;
width:100%;
margin:0 auto;
}
.imgZoom{
	cursor: zoom-in;;
}
.uploadExcelBox{
display:inline-block;
width:100%;
text-align:center;
}
.uploadExcelBox form{
max-width:350px;
margin:0 auto;
padding:1.2em;
}
.boxPads{
padding:.5em;
}
.labelSmall{
font-size:.8em;
line-height:1.5em;
text-align:right;
}
thead{
background-color:#34495E;
}
th{
color:#fff;
font-weight:400;
}
.detailText{
font-size:.9em;
padding-left:0;
padding-top:.196em;
text-align:left;
}
.contentCompanyOuterBox{
}
.contentCompany{
padding:2em 1.4em;
}
.leftVisitCompBox{
padding:.1em .6em 0em;
text-align:left;
}
.leftVisitCompBox dt{
text-align:right;
font-weight:bold;
font-weight:300;
}
.btnTpoActions{
text-align:left;
margin:.4em 0;
}
.btnTpoActions a{
color:#000;
text-decoration:none;
display:inline-block;
background-color:#eee;
padding:1em 1em 1em 1em;
width:100%;
height:100%;
font-weight:bold;
transition:all .5s;
}
.btnTpoActions a:hover{
background-color:#34495E;
color:#fff;
}
.addCompany form{
	text-align:left;
}
.rightBoxBig{
background-color:#8298D2;
padding:2em;
color:#fff;
min-height:17em;
}
.animateStudentBnr{
    background: #0F6DAC url('../images/trinaglesPattern.png') repeat 0 0;
	-webkit-animation: 10s linear 0s normal none infinite animate;
	-moz-animation: 10s linear 0s normal none infinite animate;
	-ms-animation: 10s linear 0s normal none infinite animate;
	-o-animation: 10s linear 0s normal none infinite animate;
	animation: 25s linear 0s normal none infinite animate;
}
 
@-webkit-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@-moz-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@-ms-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@-o-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}
 
@keyframes animate {
	from {background-position:0 0;}
	to {background-position: 500px 0;}
}