#main-container {
	margin-top: 15px !important;
}

.card {
	margin-bottom: 15px;
}

a .card, a:hover .card, a:visited .card, a:active .card {
	text-decoration: none !important;
	color: #555 !important;
}

a.nounderline {
	text-decoration: none !important;
}

.h2, h2 {
	padding: 0 0 10px 0;
}

h5.card-touch {
	margin-top: 15px;
}

label {
	min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    font-size: 0.875rem;
}

#active-user {
	line-height: 35px;
}

#developer-info {
	display: inline-block;
	position: relative;
    top: 2px;
}

footer {
	background: #0f3b71;
	color: #fff;
	margin-top:80px;
	font-size:.6rem;
}

#footer-inner {
	margin: 0 auto;
	padding: 20px;
}

.btn-bd-login {
    font-weight: 500;
    color: #ffe484;
    border-color: #ffe484;
}

.btn-bd-login:hover {
	background-color: #ffe484;
	color: #555;
}

.btn-bd-register {
    font-weight: 500;
    color: #ffe484;
    border-color: #ffe484;
}

.btn-bd-register:hover {
	background-color: #ffe484;
	color: #555;
}

.loading {	
	background: rgba(0,0,0,.01) url(/img/spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.table-button {
	width:100px;
}

.info-button{
	color:green;
}

.info-button:hover{
	cursor:pointer;
}

.approve-button, .mass-approve-button{
	background-color:green; 
	border-color:green;
}

.mass-approve-button{
	width:110px;
	background-color:#e57106; 
	border-color:#e57106;
}

.mass-approve-button:hover{
	background-color:orange; 
	border-color:orange;
}

.approve-button:hover{
	background-color:#00cc33; 
	border-color:#00cc33;
}

.deny-button{
	background-color:#a80800; 
	border-color:red;
}

.deny-button:hover{
	background-color:red;
	border-color:red;
}

.remove-button{
	background-color:#6b34eb; 
	border-color:#6b34eb;
	color:white;
}

.remove-button:hover{
	background-color:#6b34eb;
	border-color:#6b34eb;
	color:white;
}

.denial-prompt textarea{
   width: 650px; 
   height: 350px;
}

.denial-prompt > .modal-dialog > .modal-content {
	width:700px;
	height:600px;
}

.modal-header{
	background-color:#4889f2;
}

.modal-title{
	font-size:1.25rem;
	color:white;
	text-align:center;	
}

#job_description {
	height:150px;
}