﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

.ajsNotification span.message {
	font-size: smaller;
}

.ajsNotification > div.notifications-container {
	width: 35%;
	margin-left: 65%;
	margin-top: 41px;
}

.ajsNotification div.success {
	background-color: #5cb85c;
}

.clickable {
	cursor: pointer;
}

.required {
	color: red;
	padding-left: 5px;
}

.pagination {
	margin: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: default !important;
}

.infoMessage {
	padding: 0;
	padding-top: 7px
}

.second-header {
	color: #171796;
	font-weight: 700;
}

.move-arrow-lg {
	padding: 10px;
	cursor: pointer;
}

/*.modal-header {
    background-color: #171796;    
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-header .modal-title {
    color: white;
}*/

.modal-body form {
	margin-bottom: 0;
}

.modal-body hr {
	margin-bottom: 15px;
	margin-top: 15px;
}

@media (min-width: 1025px) {
	.modal-wd {
		width: 80%;
	}
}

.context-formatted {
	white-space: pre-line;
}

a:hover {
	cursor: pointer;
}
