
.portal-permits .permit-available-text {
	    color: #9c9c9c;
	    text-decoration: none;
}

.portal-permits .permit-available {
	background-image: linear-gradient(#45ca55, #2a7b1c);
	border: solid 2px #ffffff;
	display: inline-block;
	padding: 5px 10px;
    border-radius: 15px;
    color: #ffffff;
    width: 80px;
    text-align: center;
}

.portal-permits .permit-pending {
	background-image: linear-gradient(#e32320, #960b06);
	border: solid 2px #ffffff;
	display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    color: #ffffff;
     width: 80px;
    text-align: center;
}

.portal-permits .attachment-available {
	background-image: linear-gradient(#0159ac, #003c74);
	border: solid 2px #ffffff;
	display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    color: #ffffff;
     width: 150px;
    text-align: center;
}

.portal-form label {
	float: left;
	margin-right: 5px;
	margin-left: 15px;
	width: 100px;
	padding-top: 8px;
}

.portal-form input[type="text"] {
	width: 100px;
	margin-bottom: 0px;
	padding: 2px 5px;
	border-radius: 8px;
}

.portal-form input[type="submit"] {
	margin-top: 25px;
	border-radius: 0 !important;
	padding: 10px 15px 10px 15px !important;
}

.main_color .portal-form tr:nth-child(odd) {
	background: #ffffff;
}

.main_color .portal-form table,
.main_color .portal-form td {
	border: none;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 75%;
  margin: 20px auto;
}

.modal-body {
	margin-bottom: 25px;
}

.modal-header {
	margin-bottom: 25px;
}

.permit-input {
	/**display: inline-block;**/
	margin-bottom: 15px;
}

.permit-portal-wrapper h2 {
	border-bottom: solid 2px black;
    border-top: solid 2px black;
    padding: 10px 0px;
}

@media all and (min-width: 768px) {
	.portal-permits table {
		width: 50%;
	}

	.portal-permits table td {
		width: 50%;
	}

	.portal-form {
		width: 100%;
	}
}
