/* This stylesheet is used to style the public-facing components of the plugin. */


.open311-form fieldset + fieldset {
	margin-top : 2em;
}

.open311-form {
	margin-bottom : 2em;
}


.open311-request {
	margin-bottom : 2em;
}

.open311-id {
	font-weight : bold;
    color : #666;
}


.open311-status {
    border-radius: 3px;
    padding: 4px 8px;
    font-weight: bold;
    color : #fff;
    display: inline-block;
}

.status-note-heading {
    font-size : 1.1em !important;
}

.open311-requested-datetime {
    display: inline-block; 
    margin-left : 2em;
    color : #666;  
}

.state-open {
    background-color: #6cc644;
}

.state-new {
    background-color: #f0ad4e;
}

.state-closed {
    background-color: #d9534f;
}

.open311-description {
    margin-top : 1em;
}

.open311-request-list .open311-request {
    border-bottom : 1px solid #ccc;
    padding-bottom : 2em;
}

.open311-request-list .open311-request .open311-title a {
    color : #000;
}