/* announcements css */

p.request.announcements img {
    height: 25px;
    vertical-align: middle;
}

p.request.announcements span {
   vertical-align: middle;
   box-shadow: unset;
   font-size: 10pt;
}

p.request {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

p.announcements {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 9pt;
}

p.request.announcements i {
    margin: 0 .25vw;
}

.announcement-contact a {
	color: #006992;
	text-decoration: underline;
}

div.RequestHeader {
    padding: 1vw;
    background-color: #444;
    border-radius: 3px 3px 0 0;
}

div.RequestDescription {
    padding: 30px 0;
}

div.RequestHeader p.postDescription {
    font-size: 10pt;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
}

.announcements{
   border: 0;
   padding: 0;
}

.announcements p {
	width: 50%;
	margin: auto;
}

.RequestDescription p {
    font-size: 9pt;
    color: #333;
    text-align: center;
}


.RequestDescription button#newRequest {
	text-align: center;
	display: inherit;
	font-size: 10pt;
    margin: 10px auto;

}

button.reqMore.cm-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vw;
}

button.reqMore.cm-button a {
    color: #0e75bc;
    font-weight: bold;
}

p#noActive {
    padding: 3vw 2vw;
    font-size: 10pt;
    color: #333;
    border-bottom: 1px solid rgba(190, 219, 245, 0.44);
}

div.announcement-wanted, div.announcement-contact, div.announcement-text, div.services, div.equipment {
    margin: auto;
    width: 50%;
    padding: 1vw 0 0;
}

div.singlePost {
    padding: 2vw 0 4vw;
    border: 1px solid #444;
    font-size: 9pt;
}

.RequestHeader a {
    color: white;
}

span.errorMsg {
    padding: 2vw;
    display: inherit;
    border: 1px solid #1075bc;
}

div.newRequestForm p.reqLabel {
    display: initial;
    word-break: break-word;
    text-transform: capitalize;
}

div.newRequestForm p.reqSublabel {
    clear: both;
    text-align: initial;
    margin-left: 50px;
    font-weight: bold;
    color: #1175bc;
    margin-top: 30px;
}

div.newRequestForm p.reqInstructions {
    clear: both;
    text-align: inherit;
}

div.newRequestForm div.row p.reqtoggle {
    display: inline;
}

div.newRequestForm p.radioLabel {
    margin: 0 5px 0 0;
}

div.newRequestForm div.row input, div.newRequestForm div.row textarea {
    float: right;
    margin: auto;
    width: 365px;
    padding: 3px;
    border: 1px solid lightgray;
}

div.newRequestForm div.row input[type=radio] {
	width: 20px !important;
	float: none;
}

div.newRequestForm div.row input#equipment_name_id, div.newRequestForm div.row input#service_name_id {
    width: 290px;
    float: left;
}

div.newRequestForm div.row p#reqEquipmentAdd, div.newRequestForm div.row p#reqServiceAdd {
    float: inherit;
    padding: 5px 5px 0 5px;
    margin: 0;
    width: 40px;
    height: 23px;
}

div.newRequestForm div.row input[type=radio], div.newRequestForm div.row label.radioLabel {
    float: none;
    padding: 5px;
    margin: 0 5px;
    display: inline;
	vertical-align: middle;
	font-size: 10pt;
}

.ui-state-active, .ui-state-active:hover {
    background: #1075bc;
    border: 1px solid #1075bc;
}

div.newRequestForm div.row div.radioElements {
    float: right;
    width: 380px;
}

div.newRequestForm div.row textarea {
    height: 35px;
    min-width: 365px;
    max-width: 365px;
    margin-bottom: 10px;
}

div.newRequestForm input#reqActionButton {
    clear: both;
}

div.newRequestForm {
    padding: 40px 0;
}

div.newRequestForm div.row p.reqAddon {
    display: initial;
    float: left;
    clear: left;
    padding: 20px 0 0;
    color: #1075bc;
    text-decoration: underline;
}

div.newRequestForm div.row {
    margin: auto;
    width: 510px;
    padding: 10px 0;
}

div.newRequestForm i.fas.fa-toggle-on {
    color: #1075bc;
    padding: 0 10px;
    font-size: 12pt;
}

div.newRequestForm input#reqActionButton {
    margin: 30px auto;
    display: block;
}

div.reqServices p, div.reqServices span, div.reqEquipment p, div.reqEquipment span {
    display: inline;
    color: darkgreen;
}

div.reqServices span, div.reqEquipment span {
	font-size: 9pt;
	padding-left: 25px;
}

div.reqEquipment, div.reqServices {
    margin-bottom: 5px;
}

p.reqInstructions {
    margin-bottom: 5px;
}

p.reqFooter {
    font-size: 8pt;
    text-align: center;
}

td.announcement-text p {
    display: inline;
}

button#newRequest i {
    padding: 0 5px 0 0;
}

p.request-contact, div#close {
	cursor: pointer;
}

.Listannouncement {
    border-left: 1px solid rgba(190, 219, 245, 0.44);
    border-right: 1px solid rgba(190, 219, 245, 0.44);
}

.Listannouncement hr {
    border: 1px solid rgba(190, 219, 245, 0.44);
    border-top: 0px;
    margin-bottom: 0px;
}

.Listannouncement h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

