body {
	background-color: #ebebeb;
}

.container{
	max-width: 753px;
}

.blue-header {
	background-color: #ffffff;
	color: black;
	height: 121px;
	border-bottom: 1px solid #0047ba;
}

.pti-logo {
    max-width: 170px;
    min-width: 170px;
    padding-bottom: 5px;
    margin-top: 35px;
}

.secondary-headers {
	background-color: #0047ba;
	color: white;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	margin-top: 25px;
	margin-bottom: 25px;
	font-style: italic;
	text-align: center;
}

.secondary-headers-text {
	font-weight: bold;
}

.jumbotron{
	background-color: #fdfdfd;
	margin-bottom: 0;
}

.upload-file-label {
	margin-top: 20px;
	margin-bottom: 25px;
}

.description {
	margin-bottom: 30px;
}

.description-upload {
	margin-top: 15px;
}
.description-upload-last {
	margin-top: 15px;
	margin-bottom: 5px;
}

.download-comment {
	margin-bottom: 30px;
}
#progressBar{
	width: 0%;
}
.while-uploading {
	display: none;
}

.glyphicon-spin {
	display: none;
    -webkit-animation: spin 2000ms infinite linear;
    animation: spin 2000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.form-error {
    font-style: italic;
    font-weight: bold;
    color: #ff0000;
}
.hidden-form-error {
	display: none;
}
#download-started {
	display: none;
}