.modal-section{
    /* border-radius: 10px; */
    background-color: rgb(241, 241, 241);
    margin: 8px 0;
    padding: 0 0 4px;
}

.modal-section-title{
    background-color: lightgray;
    margin: auto;
    align-self: center;
    text-align: center;
    padding: 3px 0;
}

.modal-section-title-bar{
    margin-top: 2px;
    margin-bottom: 4px;
}

.modal-row{
    margin-bottom: 2px;
    vertical-align: middle;
}

.modal-row > div{
    vertical-align: middle;
}

.modal-row-title{
    text-align: right !important;
    margin: 0;
    vertical-align: middle;
}

.modal-row-content{
    text-align: left !important;
    margin: 0;
    vertical-align: middle;
}

.modal-row-content > div{
    vertical-align: middle;
}

.modal-body{
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

img.modal-fs-icon{
    /* display: inline; */
    height: 20px;
    width: auto;
    margin-right: 3px;
}

/* Ordinance Status */
.ord-status-boring{
    color: #555;
}

.ord-status-ready{
    color: rgb(96, 206, 6);
}

.ord-status-reserved{
    color: royalblue;
}

.ord-status-needs-more-information{
    color: rgb(170, 122, 0);
}

.ord-status-no-relationship{
    color: rgb(70, 2, 61);
}

.ord-status-not-ready{
    color: rgb(116, 31, 1);
}

.ord-status-needs-permission{
    color: orangered;
}

.ord-status-not-needed{
    color: rgb(0, 110, 110);
}

.ord-status-not-available{
    color: orangered;
}

button.modal-btn{
    border-radius: 4px;
    padding: 2px, 5px;
    border-style: solid;
}

button.modal-btn > a :hover{
    border-radius: 0;
    border-style: none !important;
}

button.modal-btn > a :focus{
    border-radius: 0;
    border-style: none !important;
}

button.modal-pink-btn{
    background-color: rgb(219, 113, 175);
    color: white;
    border: 1px solid rgb(216, 83, 160);
}

button.modal-pink-btn:hover{
    background-color: rgb(235, 65, 164);
    color: white;
    border: 1px solid rgb(212, 9, 128);
}

button.modal-pink-btn > a {
    text-decoration: none !important;
    color: white;
    background-color: transparent !important;
    border-style: none;
    border: none 0px transparent !important;
}

button.modal-pink-btn > a:hover {
    text-decoration: none !important;
    color: white;
    background-color: transparent !important;
    border-style: none;
    border: none 0px transparent !important;
}

button.modal-pink-btn > a:focus {
    text-decoration: none !important;
    color: white;
    border-style: none;
    border: none 0px transparent;
}

button.modal-green-bar{
    background-color: rgb(96, 206, 6);
    color: white;
    border-style: none;
    border: none 0px transparent;
    width: 95%;
    margin: 0px 2.5%;
}

button.modal-green-bar:hover{
    background-color: rgb(81, 180, 0);
    color: white;
    border-style: none;
    border: none 0px transparent;
}

button.modal-green-bar > a {
    text-decoration: none !important;
    color: white;
    background-color: transparent !important;
    border-style: none;
    border: none 0px transparent !important;
}

button.modal-green-bar > a:hover {
    text-decoration: none !important;
    color: white;
    background-color: transparent !important;
    border-style: none;
    border: none 0px transparent !important;
}

button.modal-green-bar > a:focus {
    text-decoration: none !important;
    color: white;
    border-style: none;
    border: none 0px transparent;
}

button.modal-grey-bar{
    background-color: rgb(172, 172, 172);
    color: white;
    border-style: none;
    border: none 0px transparent;
    width: 95%;
    margin: 0px 2.5%;
}

button.modal-grey-bar:hover{
    background-color: rgb(120, 153, 95);
    color: white;
    border-style: none;
    border: none 0px transparent;
}

button.modal-grey-bar > a {
    text-decoration: none !important;
    color: white;
    background-color: transparent !important;
    border-style: none;
    border: none 0px transparent !important;
}

button.modal-grey-bar > a:hover {
    text-decoration: none !important;
    color: white;
    background-color: transparent !important;
    border-style: none;
    border: none 0px transparent !important;
}

button.modal-grey-bar > a:focus {
    text-decoration: none !important;
    color: white;
    border-style: none;
    border: none 0px transparent;
}


/* Bigger Buttons? */

.modal-giant-pink{
    background-color: rgb(219, 113, 175);
    color: white;
    border: 1px solid rgb(216, 83, 160);
    border-radius: 4px;
    width: 100%;
    height: 60px;
}

.modal-giant-pink:hover{
    background-color: rgb(235, 65, 164);
    color: white;
    border: 1px solid rgb(212, 9, 128);
    border-radius: 4px;
    width: 100%;
    height: 60px;
}

.modal-giant-blue{
    background-color: rgb(60, 110, 219);
    color: white;
    border: 1px solid rgb(18, 80, 214);
    border-radius: 4px;
    width: 100%;
    height: 60px;
}

.modal-giant-blue:hover{
    background-color: 1px solid rgb(18, 80, 214);
    color: white;
    border: 1px solid rgb(0, 64, 202);
    border-radius: 4px;
    width: 100%;
    height: 60px;
}

.modal-giant-pink > a{
    text-decoration: none !important;
    color: white;
    border-style: none;
    border: none 0px transparent;
}

.modal-giant-pink > a:hover{
    text-decoration: none !important;
    color: white;
    border-style: none;
    border: none 0px transparent;
}

.modal-giant-blue > a{
    text-decoration: none !important;
    color: white;
    border-style: none;
    border: none 0px transparent;
}

.modal-giant-blue > a:hover{
    text-decoration: none !important;
    color: white;
    border-style: none;
    border: none 0px transparent;
}
