.photo {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    max-width: 200px;
    max-height: 200px;
    margin: auto;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */
    padding: 0px;
    float: left;
}

/* Add rounded corners to the top left and the top right corner of the image */
.photo img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 100%;

}
.photo:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.preview {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    max-width: 60px;
    max-height: 60px;
    margin: auto;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */
    padding: 0px;
    float: left;
}

/* Add rounded corners to the top left and the top right corner of the image */
.preview img {
    border-radius: 5px 5px 0 0;
    width: 60px;
    height: 60px;

}
.preview:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

body {
    font-family: 'Lato';
}

.fa-btn {
    margin-right: 6px;
}

.control-label{
    text-align: left !important;
}
.loader
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    z-index: 2000;
    display: none;
}
.navbar-default{    
    background-repeat: no-repeat;
    background-size:100% 100%;
    margin-bottom: 0px;
}
.help-block{
    color:#c12e2a !important;
}
.navbar-brand{
    height: auto;
    margin-bottom: 10px !important;

}
.navbar-brand img{
            width: 100%;
            max-width: 500px;
            height: auto;
}
.navbar-logo{
    display: inline-block;
    float: left;
}
.navbar-logo-text{
    display: inline-block;
    padding-top: 30px;
    color: #ffffff;
}
.navbar-brand .navbar-logo-text h3, h4, h5{
    line-height: 1;
    margin-top: 1px;
    margin-bottom: 1px;
}
.navbar-brand .navbar-logo-text h5{
    color: #f93f3f;
    font-weight: 600;
}
.navbar-logo-text > h3, h4{
    /*color: #1414ff;*/
    font-weight: 600;
}


@media print{
	body {
		font-size: 16px;
	}
	.print_hide{
		display: none;
	}
	a[href]:after {
		content: none !important;
	}
	.extra-details{
		display: none;
	}
	
	.mid-para{
		margin-top: -10px;
	}
	#footerContainer{
		margin-top:-25px;
	}
	 h4{
		line-height: 2;
		font-size: 10px;
	}
	.header-mid img{
		width: 75%;
	}
	
}
