/* ----------- DEFAULTS --------------------------------------------------------------------- */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat-Regular'), url(https://themes.googleusercontent.com/static/fonts/montserrat/v4/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

/* Force Commit */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat-Bold'), url(https://themes.googleusercontent.com/static/fonts/montserrat/v4/IQHow_FEYlDC4Gzy_m8fcgFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
}

.form-control {
    font-weight: 100;
    font-size: 14px;
}

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, li, dl, dt, dd, form, a, fieldset, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

html {
    height: 100%;
}

body {
    min-width: 960px;
    height: 100%;
    color: #666666;
    font-size: 16px;
    font-family: 'Montserrat', Verdana, Arial;
}

a {
    text-decoration: none;
    color: #4D8AC3;
}

a:hover {
    color: #fb7c00;
    border-bottom: solid 1px transparent;
}

h1, h2, h3 {
    clear: both;
    font-weight: normal;
    color: #000000;
    text-transform: capitalize;
}

h1 {
    font-weight: 700;
    font-family: 'Signika', sans-serif;
    font-size: 40px;
    text-align: center;
    margin: 25px 0 30px;
    color: #333;
}

h2 {
    font-size: 23px;
    font-family: 'Patua One', cursive;
    color: #333 !important;
    font-weight: 300;
    margin-bottom: 15px;
}

h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    margin-top: 5px;
    font-family: 'Signika', sans-serif;
}

h4 {
    font-family: 'Signika', sans-serif;
}

form h3 {
    padding-top: 20px;
    padding-bottom: 5px;
}

/* ----------- DEFAULT COLOURS --------------------------------------------------------------------- */

.button, label.upload {
    background-color: #7f92b0 !important;
    color: #FFF;
    border-radius: 3px;
}

.side, form {
    background: #E3E3E3;
}

h2.expandable {
    background-color: #666666;
    border-radius: 6px 6px 0 0;
}

div.expandable {
    background: #E1E1E1;
    border-radius: 0 0 6px 6px;
}

.expandable.force-expanded {
    display: block !important;
}

/* ----------- HEADER --------------------------------------------------------------------- */

#userHeader {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    background: #ebebeb;
    color: #FFFFFF;
}


#userHeader .left {
    margin: 0 0 0 2%;
}

#userHeader .right {
    margin: 0 2% 0 0;
}

#userHeader a {
    display: inline-block;
    padding: 10px;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
}

.header-links a:hover {
    border: none;
    background: #d9d9d9;
    border-radius: 5px;
}

a.notify.dim:hover {
    color: #FFFFFF !important;
}

.activateMenu {
    display: inline-block;
    padding: 10px;
}

.activateMenu a {
    padding: 0 !important;
}

.dropMenu {
    display: none;
    position: absolute;
    margin: 0 10px;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    z-index: 999 !important;
    background: #e96f0c;
}

.header-links .dropMenu {
    background: #ebebeb !Important;
}

.dropMenu a {
    display: block !important;
    clear: both;
    padding: 2px 0 !important;
}

#userHeader .right .activateMenu:hover, #userHeader .right #dropMenu a:hover, #userHeader .right a:hover {
    background: #ef7510;
    border-radius: 5px;
}

#header {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    background: #fff;
}

#header .logo {
    max-width: 195px;
}

#header .links {
    text-align: right;
}

#header .links a {
    padding: 6px;
    color: #333333;
}

.header-links a, .header-links p, .header-links {
    color: black !Important;
}

.headerImage {
    overflow: hidden;
    padding: 60px 2%;
    background: #333333 url('/resources/welcomeImage.jpg');
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
}

.headerImage h1 {
    clear: none;
    margin: 20px 0 18px;
    font-size: 47px;
    line-height: 1em;
    color: #FFFFFF;
}

.headerImage img {
    float: left;
    margin: 0 50px;
}

/* ----------- CONTENT LAYOUT --------------------------------------------------------------------- */

#wrapper {
    height: auto !important;
    margin: 0 auto -75px;
}

#container {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 50px;
    min-height: 690px;
}

.column {
    float: left;
}

.tenth {
    width: 10%;
}

.sixth {
    width: 18%;
}

.fifth {
    width: 20%;
}

.quarter {
    width: 24%;
}

.third {
    width: 33%;
}

.half {
    width: 50%;
}

.twothirds {
    width: 66%;
}

.threequarter {
    width: 74%;
}

.full {
    width: 100%;
}

.content {
    clear: both;
}

.content.half {
    width: 45%;
}

#container > .content:last-of-type {
    margin: 0 0 60px 0;
}

.side {
    float: right;
    clear: right;
    width: 24%;
    padding: 10px 1%;
    padding-bottom: 15px;
}

.side a.button {
    display: block;
}

.side:last-of-type {
    margin-bottom: 0;
}

.side.action img, img.action {
    display: inline;
    float: left;
    width: 85px;
    margin: 0 25px 0 0;
    filter: contrast(75%);
}

.side.action h2, img.action + h2 {
    clear: none;
}

.side.action span, img.action + h2 + span {
    overflow: hidden;
}

.topMargin {
    margin-top: 40px !important;
}

.blurb {
    margin: 20px 0;
    color: #4D8AC3;
    font-size: 22px;
    font-weight: bold;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.txtRight {
    text-align: right;
}

.quarter:first-of-type.txtRight {
    width: 25%;
    margin: 0 2% 0 0;
}

/* ----------- TABLE --------------------------------------------------------------------- */

.row {
    clear: both;
    padding: 5px 0;
}

.row.header,
.row.headings {
    font-weight: bold;
    border-bottom: 1px dashed #FFF;
}

.row.data {
    display: block;
    overflow: hidden;
    padding: 5px 0;
    border-top: 1px dotted #CCC;
}

a.row.data:hover {
    background: #ea8859;
    color: #FFFFFF;
    border-bottom: 1px solid transparent;
}

a.row.data:hover h3 {
    color: #FFFFFF !Important;
}

.row.data .column {
    overflow: hidden;
}

.row.data .button.right {
    margin: 0 0 0 5px;
}

.row.pages {
    width: 95.5%;
    padding: 25px 25px 10px;
}

.row.pages a, .row.pages p, .search-page {
    padding: 3px 10px;
    color: #323232;
    background-color: #f9f8f8;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    margin: 0 5px;
    margin-bottom: 10px;
}

.row.pages a:hover {
    background-color: #f7f5f5;
}

.row.pages p {
    background-color: #fff;
}

.row.ninetenths {
    width: 83%;
    padding: 5px 15% 5px 2%;
}

.bigNumber, .unreadNotifications {
    margin: -4px 5px 8px 0;
    font-size: 36px;
    font-weight: bold;
}

/* ----------- FORMS --------------------------------------------------------------------- */

form {
    display: inline-block;
    width: 100%;
}

.fieldRow {
    clear: both;
    padding: 5px 0;
}

.fieldRow label {
    padding: 3px 2% 3px 0;
    display: block;
    font-size: 14px;
}

.fieldRow label span {
    font-size: 10px;
}

.fieldRow input[type="text"], .fieldRow input[type="password"], .fieldRow select, textarea, select {
    width: 95%;
    padding: 5px 0.5%;
    font-family: inherit;
    font-size: 14px;
    background: #f1f2f6 !important;
    border: none;
    border-radius: 5px;
    border-bottom: 3px solid #fff;
}

.fieldRow input[type="number"] {
    width: 95%;
    padding: 5px 0.5%;
    font-family: inherit;
    font-size: 14px;
    background: #f1f2f6;
    border: none;
    border-radius: 5px;
    border-bottom: 3px solid #fff;
}

.fieldRow input[type="text"], .fieldRow input[type="password"], .fieldRow select, .fieldRow input[type="number"], .fieldRow input[type="number"], .fieldRow textarea, .SumoSelect > .CaptionCont {
    border-radius: 5px;
}

.fieldRow select {
    padding: 5px 0.25%;
}

.fieldRow textarea {
    width: 95%;
    font-family: inherit;
    height: 175px;
    padding: 5px;
}

.fieldRow .radio {
    margin: 3px 0 0;
}

div.jHtmlArea iframe {
    background: #f1f2f6 !important;
}

div.jHtmlArea {
    border: none !important;
}

div.jHtmlArea textarea {
    width: 100% !important;
}

.fieldRow input[type="text"].half, .fieldRow select.half {
    width: 29%;
    margin: 0 1% 0 0;
}

.fieldRow input[type="text"].quarter, .fieldRow select.quarter {
    width: 15%;
    margin: 0 1% 0 0;
}

.fieldRow input[readonly="readonly"], .fieldRow textarea[readonly="readonly"], .fieldRow select[disabled="disabled"] {
    color: #666666;
    background: #D7D7D7;
}

.fieldRow .date + span, .fieldRow .time + span {
    margin: 8px 0 0 1%;
    font-size: 10px;
    color: #666;
}

.fieldRow.inverted label {
    width: 60%;
}

.fieldRow.inverted select {
    width: 30%;
}

.fieldRow.search input {
    margin: 10px 0 0;
}

.fieldRow div.charsleft, .fieldRow div.wordsleft {
    font-size: 11px;
}

.fieldRow .SumoSelect {
    background: #f1f2f6 !important;
    width: 95% !important;
}

.fieldRow .error {
    background: #FFD2D2 !important;
}

.buttonRow {
    float: right;
    margin: 20px 0% 10px 0;
}

.parentSubmit {
    height: 39px;
}

#childUpload form {
    background: none;
}

#childUpload {
    margin: -10px 0 0;
}

.side {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    margin-bottom: 15px !important;
}

.side b {
    color: #464646;
    font-family: 'Signika', sans-serif;
}

.side form {
    padding: 0;
}

.side .fieldRow {
    padding: 4px 0;
}

.side .buttonRow {
    margin: 10px 0 10px 0 !important;
}

.side select {
    width: 99%;
    padding: 6px 1.5%;
    background: #f1f2f6 !important;
    border: none;
    border-radius: 5px;
    margin-bottom: 0px;
    border-bottom: 3px solid #fff;
}

.side select:hover {
    background: #ebeaea !important;
    cursor: pointer;
}

.side input[type="text"] {
    width: 99%;
    padding: 6px 1.5%;
    background: #f1f2f6 !important;
    border: none;
    border-radius: 5px;
    margin-bottom: 5px;
    border-bottom: 3px solid #fff;
}

.side input[type="text"]:hover {
    background: #ebeaea !important;
}

.findFrame {
    display: none;
    padding: 4px 0 0 0;
}

.findFrame .searching {
    padding: 5px 0 0;
    text-align: center;
}

#users .searching, #pcns .searching, #appeals .searching, #sites .searching, #searchList .searching {
    padding: 35px 0;
    text-align: center;
}

.appeals h2.listmiddle {
    padding: 20px 0 15px;
}

/* File Upload Form / Button ------------------------------------------------------------------------------------ */
form.iframeSend {
    padding: 0;
}

form input.upload {
    position: fixed;
    margin: -40px;
    visibility: hidden;
}

form label.upload {
    float: left;
    width: auto;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

form label.upload img {
    width: 16px;
    margin: 0 10px -3px 0;
}

.side form.iframeSend {
    margin: 15px 0 0;
    padding: 0;
}

.side form label.upload {
    width: 100%;
    margin: 5px 0 0;
    padding: 5px 0;
    font-weight: 300;
}

.side form label.upload img {
    width: 20px;
    margin: 0 10px 0 0;
}

/* File Upload List --------------------------------------------------------------------------------------------- */
.filenames > div, .operatorUser {
    overflow: hidden;
    margin: 2px 0 0;
    padding: 3px 0 2px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filenames > div img {
    float: left;
    margin: 3px 8px 0 0;
}

.filenames > div .small, .operatorUser .small {
    display: none;
}

.filenames > div:hover .small, .operatorUser:hover .small {
    display: block;
    float: right;
    position: relative;
    margin: 3px 0 0 5px;
    right: 0;
}

.fieldRow .filenames {
    float: left;
}

.fieldRow .filenames > div {
    border: 0;
}

.fieldRow .filenames > div:first-of-type {
    margin: 2px 0 0;
}

.fieldRow #filenames > div:last-of-type {
    margin: 2px 0 35px;
}

.side .filenames > div:last-of-type {
    margin: 2px 0 0;
}

.side .filenames > div, .operatorUser {
    border-top: 1px dotted #CCCCCC;
}

#filenames.replace a {
    display: block;
    text-align: center;
}

#filenames.replace img {
    max-width: 100%;
}

/* ----------- BUTTONS --------------------------------------------------------------------- */

.button {
    width: auto;
    overflow: hidden;
    margin: 1px 10px 1px 0;
    padding: 6px 10px 6px 10px;
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #D8711D !important;
    font-size: 14px;
    color: white !important;
    transition: transform 0.5s;
    border: solid 2px #D8711D;
    border-radius: 3px;
    border-bottom: solid 1px transparent;
    margin-bottom: 10px;
    margin-top: 5px;
}

.button:hover {
    background-color: #ff7300 !important;
    border-color: #ff7300 !important;
}

.button.disabled {
    cursor: default;
}

.side input[type="submit"].button.full {
    text-align: left;
}

.button.full {
    width: 95.5%;
}

.button.addemail, .button.adduser, .button.copy, .button.email, .button.history, .button.print, .button.delete {
    background-position: 98% 3px;
    background-repeat: no-repeat;
}

/* ----------- MODALS --------------------------------------------------------------------- */

.modalClose {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 5px;
}

.modalClose i {
    color: #c9c9c9;
}

.modalLoad {
    text-align: center;
}

.modalLoad img {
    margin: 0 5px -2px 0;
}

.modalCover {
    position: fixed;
    z-index: 9997;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.88);
    display: none;
    overflow-x: auto;
    overflow-y: auto;
}

.modalCover.part {
    width: 36% !important;
    left: auto;
    right: 0;
}

.modal {
    position: absolute;
    z-index: 9998;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    padding: 25px 2.5%;
    background: #fff;
    text-align: left;
    display: none;
    max-width: 90%;
    max-height: 90%;
    margin: unset !important;
}

.modalCover.part .modal {
    width: 70% !important;
    margin: 50px 11%;
    padding: 20px 4%;
    left: auto;
    right: auto;
}

.modal a.row.data.read {
    color: #666;
}

.modal span.error {
    display: none;
    color: #F00;
    font-weight: bold;
}

.modal form {
    clear: both;
    padding: 20px;
    background: #fff;
}

.modal .titleRow {
    overflow: hidden;
}

.modal .clear {
    margin: 14px 0;
    border-top: 1px solid #CCCCCC;
}

.modal h4 {
    font-size: 1.1rem;
}

/* ----------- DASHBOARD --------------------------------------------------------------------- */

#dashWelcome {
    float: right;
    height: 20px;
    margin: 10px 0 -30px 0;
}

.dashSection {
    clear: both;
    overflow: hidden;
    border-top: 1px dotted #CCC;
    padding: 15px 0;
}

.dashSection h3 {
    margin: 0;
}

#clientStats {
    text-align: center;
}

.dashPie {
    margin: 10px 0;
    padding: 0 0 0 4%;
}

.dashKey a:hover {
    text-decoration: underline;
}

.dashKey {
    float: right;
    width: 38%;
    padding: 0;
    text-align: center;
}

.lineLegend {
    float: right;
    height: 20px;
    margin: 5px 15px -25px 0;
    font-size: 14px;
}

.lineLegend span {
    font-weight: bold;
}

/* ----------- SETTINGS PAGE -------------------------------------------------------------- */


.setting {
    float: left;
    overflow: hidden;
    width: 98%;
    margin: 15px 0 0;
    padding: 15px;
    background: #f3f3f3;
    border-radius: 5px;
}

.setting:hover {
    background: #dbdbdb;
}

.right .setting {
    float: right;
}

.setting img {
    float: left;
    width: 7%;
    margin: 0 3% 0 0;
    filter: invert(48%) saturate(99%) hue-rotate(691deg) brightness(100%);
}

.setting h3 {
    clear: none;
    margin: 0 0 8px;
}

.setting div {
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
}

.setting.greyed {
    background: #EBEBEB;
    color: #CCCCCC;
}

.setting.greyed h3 {
    color: #999999;
}

.setting.greyed img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/* ----------- FAQS ----------------------------------------------------------------------- */

.faqs h3 {
    margin: 20px 0 0;
    padding: 0 0 0 30px;
    cursor: pointer;
    background-image: url('/resources/up.png');
    background-repeat: no-repeat;
}

.faqs h3:first-of-type {
    margin: 0;
}

.faqs div {
    padding: 0 0 0 30px;
}

/* ----------- FOOTER --------------------------------------------------------------------- */

.push {
    clear: both;
}

#footer {
    overflow: hidden;
    width: 100%;
    height: 75px;
    margin: 0 auto;
}

#footer img {
    margin: 0 0 0 2%;
}

#footer .footerContent {
    float: right;
    margin: 14px 2% 14px 0;
    text-align: right;
    font-size: 10px;
    text-transform: uppercase;
}

#footer .footerContent a {
    padding: 0 5px;
}

#footer .footerContent a:last-of-type {
    padding: 0 0 0 5px;
}

#footer .footerContent a:first-of-type {
    border-left: 0;
}

#footer .footerContent a:hover {
    text-decoration: underline;
}

/* ----------- RANDOM --------------------------------------------------------------------- */

.clear {
    clear: both;
    height: 1px;
}

.or {
    float: left;
    padding: 4px 2px 4px 12px;
}

.hidden {
    display: none !important;
}

.green {
    color: #8D971F !important;
}

.red {
    color: #FF0000 !important;
}

.black {
    color: #000000 !important;
}

.blackBg {
    background: #000000 !important;
}

.blueBg {
    background: #78A7D1;
    color: #FFFFFF;
}

.blueBg:hover {
    background: #000000 !important;
}

.greyBg {
    background: #E3E3E3;
}

.greyOut {
    background: #E5E5E5 !important;
    color: #FFFFFF !important;
}

.greyOut:hover {
    background: #E5E5E5 !important;
}

a.filelink.greyOut {
    background: none;
    color: #4D8AC3 !important;
    text-decoration: line-through;
}

.small {
    font-size: 11px;
}

.ajaxIframe {
    display: none;
}

ul {
    margin: 15px 0 0;
}

ul li {
    margin: 0 0 15px 20px;
    list-style-type: disc;
}

h2.expandable {
    margin: 25px 0 0;
    font-size: 16px;
    padding: 5px 0 4px 15px;
    color: #7e7e7e !important;
    background-position: 15px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #ebebeb;
    border-left: 6px #e96f0c solid;
    font-family: 'Signika', sans-serif;
    font-weight: 500;
}

h2.expandable:first-of-type {
    margin: 0;
}

h2.expandable.selected {
    background-image: url('/resources/white_up.png');
}

h2.expandable img {
    float: right;
    width: 25px;
    margin: 0 15px 0 0;
}

div.expandable {
    padding: 25px 20px;
}

a.print {
    display: block;
    float: right;
    margin: 0 0 -25px 0;
    padding: 3px;
    background: #CCC;
    border-radius: 4px;
}

a.print:hover {
    background: #000;
}

div.print {
    background-color: #979797;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    width: 120px;
}

div.print .icon {
    margin: -5px 10px 0;
    padding: 3px;
    background: #CCC;
    border-radius: 4px;
}

div.print:hover .icon {
    background: #000000;
}

span.removeAdjustment {
    display: none;
}

div.adjustment:hover span.removeAdjustment {
    display: inherit;
}

.statuscircle {
    float: left;
    width: 13px;
    height: 13px;
    margin: 3px 8px 0 0;
    border-radius: 10px;
}

.statuscircle.green {
    background: #00CC00 url('/resources/white_tick.png') no-repeat;
}

.statuscircle.amber {
    background: #FF9900 url('/resources/white_question.png') no-repeat;
}

.statuscircle.red {
    background: #FF0000 url('/resources/white_cross.png') no-repeat;
}

.statuscircle.download {
    background: #78A7D1 url('/resources/white_download.png') no-repeat;
}

.statuscircle.awaiting.red {
    background: #FF0000 url('/resources/white_awaiting.png') no-repeat;
}

.statuscircle.awaiting {
    background: #0099FF url('/resources/white_awaiting.png') no-repeat;
}

.statuscircle.info {
    background: #0099FF url('/resources/white_info.png') no-repeat;
}

.optionRight {
    float: right;
    margin: -42px 0 0 0;
}

.backSpace a {
    margin: 0 15px 0 15px;
    padding: 0;
}

.reportsContent {
    display: block;
    width: 95%;
    margin: 20px 0 0 !important;
    padding: 20px 2.5% !important;
    overflow: hidden;
}

.reportsContent > div.expandable {
    display: block;
    overflow: hidden;
    padding: 40px 0 20px;
}

.reportsContent > div.expandable > .threequarter {
    width: 65%;
    padding: 0 2.5%;
}

.reportsContent > div.expandable > .side {
    margin: 0 !important;
}

.quickViews {
    clear: left;
    overflow: hidden;
}

.quickViews > div {
    float: left !important;
    clear: none;
    margin: 0 0 20px 3%;
    padding: 20px 2.5%;
    background: #f9f8f8;
    border-radius: 5px;
}

.reportView .button {
    margin-top: 10px;
}

#reports .row.data .delete {
    display: none;
}

#reports .row.data:hover .delete {
    display: block;
}

#auditOptions span:last-of-type {
    display: block;
    margin: 0 0 18px 0;
}

#auditOptions .button {
    clear: right;
}

.txtCenter {
    text-align: center;
}

.txtRight {
    text-align: right;
}

.nocut {
    white-space: normal !important;
}

.sortable {
    margin: auto;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sortable > li {
    list-style: none;
    margin: 0;
    height: auto;
}

span.handle {
    padding: 0 20px 0 0;
    cursor: n-resize;
}

li.sortable-placeholder {
    height: 30px;
}

li.sortable-dragging {
    background: #78A7D1;
    color: #FFFFFF;
}

li.sortable-dragging a {
    color: #FFFFFF;
}

.article ul {
    padding: 0;
}

.article .section {
    overflow: hidden;
    margin: 20px 0 0;
}

.article pre {
    padding: 10px;
    background: #F4F4F4;
    border: 1px solid #E5E5E5;
}

.section.editable {
    padding: 10px;
    border: 1px dotted #CCC;
}

.section .handle {
    margin: -10px -10px 10px;
    padding: 5px;
    display: block;
    background: #CCC;
}

.article img.full {
    width: auto;
    max-width: 98%;
    padding: 5px;
    border: 1px solid #CCC;
}

.alphabetFilter a {
    display: block;
    float: left;
    min-width: 13px;
    margin: 10px 0 20px 0;
    padding: 3px 5px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #CCC;
    border-left: none;
    text-align: center;
    text-transform: uppercase;
}

.alphabetFilter a:first-of-type {
    border-left: 1px solid #CCC;
}

.alphabetFilter a.selected {
    margin: 8px 0 0 -1px;
    padding: 3px 5px 5px;
    color: #000000;
    border: 1px solid #000000;
    border-bottom: none;
}

.alphabetFilter a:hover:not(.selected) {
    margin: 8px 0 0 0;
    padding: 3px 5px 5px;
}

.dateRow .removeDate {
    cursor: pointer;
    color: #4D8AC3;
}

.dateRow .removeDate:hover {
    color: #000000;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
}

#complaint .row {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px dotted #CCCCCC;
}

table {
    font-size: 14px;
}

.certificate bg {
    background-image: url(../resources/certificate_background.png);
}


.blog .post {
    padding: 20px 0;
    border-top: 1px dotted #CCCCCC;
}

/*-----------------------Corporate Members------------------------------------------------------------------------------*/

#aosmembers .row.data:first-of-type, #corporatemembers a.row.data:first-of-type {
    border: none;
}

#aosmembers .row.data, #corporatemembers a.row.data {
    padding: 15px 2%;
}

#aosmembers .searching, #corporatemembers .searching {
    clear: both;
    padding: 33px;
    text-align: center;
}

#aosmembers .column.quarter, #corporatemembers .column.quarter {
    text-align: center;
}

#aosmembers .column.quarter > img, #corporatemembers .column.quarter > img {
    max-width: 100%;
    max-height: 80px;
}

/* Styles from the settings page */

body {
    font-family: 'Open Sans', sans-serif, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    background-color: #fff
}

form {
    border-radius: 10px;
}

a {
    text-decoration: none
}

img {
    vertical-align: middle
}

body {
    margin: 0;
    min-width: initial;
}

footer, header {
    display: block
}

#cookie-policy {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff !Important;
    padding: 15px;
    display: none;
    z-index: 9999;
}

#password-strength-res {
    text-align: left;
    clear: both;
    line-height: 0;
    font-size: 22px;
}

.password-bar {
    margin-right: 5px;
}

.password-weak i {
    color: red;
}

.password-good i {
    color: orange;
}

.password-strong i {
    color: #4AD400;
}

#new-password-field {
    margin: 0;
}

#wrapper {
    margin: 0 auto 0px !important;
}

.smallAdvertCarousel {
    height: 350px;
    overflow: hidden;
}

.largeAdvertCarousel {
    height: 255px;
}

.padding-top {
    padding-top: 30px;
}

.warningBox {
    background: rgba(231, 40, 14, 0.8);
    text-align: center;
    padding: 10px;
    color: white;
    margin: auto;
    width: 50%;
    margin-bottom: 25px;
    border-radius: 5px;
}

.button.full.delete {
    background-repeat: no-repeat;
    background-position: 98% 3px;
}

.none-available {
    padding: 130px;
    text-align: center;
}

.none-available h2 {
    opacity: 0.5;
}

.Sumo
.none-available i {
    color: #333;
    font-size: 80px;
    opacity: 0.5;
}

i {
    color: #ff7d27;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

a {
    color: #d5721f;
    border-bottom: solid 1px transparent;
}

#header .links a {
    color: #fff;
    font-family: 'Signika', sans-serif;
    font-weight: 400;
    padding-right: 20px;
}

#header .links a:hover {
    text-decoration: none;
    border-bottom: solid 2px #ff7d27;
}

.post_heading {
    font-size: 22px;
}

h2.site-details-heading {
    padding: 25px 0 5px;
}

.site-questions {
    padding-right: 5px;
    display: inline;
}

.nav_links {
    display: inline-block;
    padding: 43px 6px !important;
}

.nav_sublinks {
    padding: 0;
    margin: 0 10px !important;
}

.nav_sublinks:hover {
    background: #bc631b;
}

.sublinks {
    text-align: center;
}

.activateMenu a {
    padding: 6px !important;
}

#join_captcha {
    margin: 0;
    padding: 0 365px;
}

#join_submit {
    float: right;
    margin-right: 90px;
    padding: 10px 30px;
}

button, .apply_btn {
    display: block;
    margin: auto;
    background: #d5721f;
    border: solid 2px #bc631b;
    color: #fff;
    padding: 10px 0;
    transition: transform 0.5s;
    font-size: inherit;
    font-family: 'Signika', sans-serif;
}

.errorMessage {
    text-align: center;
    border: 1px solid red;
    padding: 8px;
    background: #F25757;
    opacity: 0.7;
    color: white;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 20px;
}

.successMessage {
    text-align: center;
    border: 1px solid #1DF708;
    padding: 8px;
    background: #3EC546;
    opacity: 0.7;
    color: white;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 20px;
}

.g-recaptcha {
    margin-left: 533px;
}

.button_fix {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.button_link {
    color: white;
}

.button_link:hover {
    text-decoration: none;
    color: white;
}

.section_grey {
    background: #f5f5f5;
    padding: 40px 10px;
}

.section_advert {
    clear: both;
    padding: 30px 0px;
    margin-top: 20px;
    text-align: center;
}

.section {
    padding: 40px 10px;
}

.orange {
    padding-top: 28px;
}

.section_orange {
    background: #ff7d27;
    padding: 6% 0;
    margin-top: 25px;
}

.section_orange h1 {
    color: white;
    font-size: 55px;
}

.contact h1 {
    color: #ff7d27;
}

.contact h2 {
    font-size: 19px;
    text-align: left;
}

.main_text {
    font-size: 19px;
    text-align: justify;
}

.main_adverts {
    width: 40%;
    display: block;
    margin: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 5px 5px rgba(0, 0, 0, 0.23);
}

.page_header {
    padding: 7% 0 13% 0;
}

.page_title {
    color: #333;
    font-size: 60px;
    font-weight: 300;
}

.paragraph {
    padding: 15px 0;
    text-align: justify;
}

.coming_soon {
    padding-top: 55px;
    padding-bottom: 50px;
}

.ipc_logos {
    display: block;
    margin: auto;
    margin-top: 50px;
    width: 100%;
}

#high-logo, #local-logo {
    width: 110%;
}

#corp-logo {
    margin-top: 90px;
    width: 120%;
}

#AOS_logo {
    margin-top: 20px;
}

.read_more {
    margin: 20px 0 0;
    width: 25%;
    display: inline-block;
}

.join_bt {
    width: 80%;
}

.standards_logos {
    width: 100%;
}

.scheme_logos {
    width: 65%;
    display: block;
    margin: auto;
}

.scheme_buttons {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 8px 7%;
}

.scheme_tiles {
    padding: 25px 10px;
}

.bottom_scheme_tiles {
    padding: 25px 10px;
}

.membership_tiles {
    padding: 16px;
}

.badgeDiv {
    position: absolute;
    bottom: 5px;
    padding: 0 31%;
}

#app_form {
    margin-top: 38px;
    margin-bottom: 38px;
    width: 160px;
}

#ias_logo {
    width: 35%;
}

.people_tiles {
    padding: 6px;
    max-height: 255px;
}

.main_people_tiles {
    background: #f5f5f5;
    padding: 25px 10px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.19), 0 1px 5px rgba(0, 0, 0, 0.23);
    position: relative;
    padding-bottom: 20px;
    min-height: 295px;
    text-align: center;
}

.people_imsize {
    width: 85%;
    margin: auto;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    height: 182px;
}

#values_img {
    display: block;
    margin: auto;
    max-width: 100%;
}

#delete-blog label {
    display: block;
}

#delete-blog input, #delete-blog a {
    float: none;
    margin-top: 10px;
    padding: 5px 25px;
}

#delete-blog {
    text-align: center;
}

#standards_table {
    text-align: center;
    border: none;
    border-collapse: collapse;
    font-size: 16px;
}

#standards_table tr:nth-child(even) {
    background-color: #f5f5f5;
}

#standards_table td {
    border-left: 1px solid #666;
}

#standards_table td:first-child {
    border-left: none;
}

.table_logos {
    width: 60px;
}

.align_left {
    text-align: left;
}

.table_space {
    visibility: hidden;
}

.reg_font {
    font-weight: 400;
}

.alphabetFilter {
    margin: 0 auto;
    display: table;
    margin-bottom: 20px;
    margin-top: 20px;
}

.center_text {
    text-align: center;
}

.backSpace a:hover {
    border-bottom: solid 2px transparent;
    padding-bottom: 0;
}

ul li:last-of-type {
    margin: 0 0 15px 20px;
}

/* ------------------------------------ Site Modificaton --------------------------------------- */

.actions p {
    margin-bottom: 15px;
}

SumoSelect.disabled > .CaptionCont {
    border-color: rgba(51, 51, 51, .7) !important;
}

.SlectBox {
    font-size: 16px;
    height: 20px;
}

.siteForm .fieldRow i, .signForm .fieldRow .fieldInfo i {
    margin-top: 5px;
    margin-left: 5px;
    float: right;
    margin-right: 30px;
}

.siteForm .buttonRow i {
    font-size: 25px;
}

.sitemapform {
    display: inline;
    width: 50%;
}

.sitemapform p {
    margin-bottom: 10px;
}

.markermessage {
    display: inline;
    font-size: 12px;
    margin-right: 120px;
}

.selfticketermessage {
    display: inline;
    font-size: 13px;
    margin-left: 32%;
}

.deletecompany, #addcompany {
    cursor: pointer;
}

.fa-undo .fa-times {
    cursor: pointer;
}

.dynamic-info-btn {
    margin-left: 5px;
}

.dynamic-info-btn:hover {
    border-bottom: none;
    margin-left: 5px;
}

#marker-message-div {
    padding: 0;
}

#marker-message-div label {
    visibility: hidden;
}

#marker-message-div i {
    float: none;
    margin: 0;
}

.markermessage span {
    margin-left: 20px;
    font-size: 20px;
}

#accept-map-marker, #accept-map-marker i {
    color: #76E055;
}

#reject-map-marker, #reject-map-marker i {
    color: #B50501;
}

.site-marker-modal p {
    margin-bottom: 15px;
}

/* ---- Sites ---- */
.audit-div {
    padding: 10px 0 20px 0;
}

.audit-div span {
    margin-bottom: 10px !important;
}

.audit-div form {
    margin-bottom: 5px;
}

#auditOptions h2 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 5px;
}

#auditOptions h4 {
    margin-bottom: 10px;
    font-size: 19px;
    font-family: 'Signika', sans-serif;
}

#auditOptions img.action {
    width: 70px;
    margin-top: 5px;
}

#auditOptions .button {
    clear: right;
    width: 170px;
    text-align: center;
    padding: 6px 0;
}

#auditOptions span {
    text-align: justify;
}

.pp-expandable {
    background-color: #8459dd !important;
}

#pp-optin-div {
    background: rgb(80 48 145 / 12%) !important;
    border: 1px solid rgb(80 48 145 / 62%);
}

#pp-optin-div a {
    color: #503091 !important;
}

.awardthumb {
    width: 21px;
    height: auto;
    border: solid 1px #eee;
    border-radius: 5px;
}

.audit-div .awardthumb {
    width: 25px;
    margin: 0 2px;
}

.siteButtonRow {
    float: none;
    text-align: right;
}

.siteButtonRow .button {
    float: none !important;
    display: inline-block;
}

#site-public-form {
    margin-bottom: 0;
    padding: 0;
    margin-top: 25px;
}

.delete-post {
    padding: 8px 27px 8px 27px;
}

.delete-post:hover {
    padding: 8px 27px 8px 27px;
}

.ppValidateTitle {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ppValidateDescription {
    text-align: center;
}

.ppValidateSection {
    font-weight: 600;
    margin-top: 10px;
}

.ppValidateText {
    font-size: 15px;
    margin-left: 10px;
}

.ppScrollDiv {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 500px;
}

#nhs-parking-accordion {
    background-color: rgba(0, 126, 255, 0.8);
    border-bottom: solid 2px rgb(4, 39, 140);
}

#nhs-parking-div {
    background: rgba(0, 126, 255, 0.8);
    color: #fff;
    border: solid 1px rgb(4, 39, 140);
}

#nhs-parking-div h2 {
    color: #fff !important;
    text-align: left;
}

#nhs-parking-div p {
    font-size: 18px;
    margin-bottom: 8px;
}

.open-time-div, .open-time-check {
    display: inline;
}

.all-day-open-text {
    float: left;
    width: 59%;
    padding: 2px 0.5%;
    font-size: 16px;
    border: 1px solid #9C9C9C;
    background: #FFFFFF;
}

.open-time-div input[type="time"] {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    width: 15%;
}

#nhs-parking-form .fieldRow input[type="number"] {
    float: left;
    width: 59%;
    padding: 2px 0.5%;
    font-family: inherit;
    font-size: 16px;
    border: 1px solid #9C9C9C;
    background: #FFFFFF;
}

.pas-update-section:nth-child(odd) {
    background: #f8f8f8;
}

.pas-update-section p {
    margin-bottom: 10px;
}

.pas-update-section h1 {
    color: #d5721f;
    font-size: 30px;
}

.pas-update-section h1 span {
    display: block;
    font-sizE: 25px;
}

#mailing-list .fa-plus, #mailing-list .fa-minus-circle {
    cursor: pointer;
    margin-top: 5px;
    margin-left: 5px;
}

/* ---- Captcha ---- */

.securcaptcha {
    padding: 0 32%;
    clear: both;
    margin-top: 10px;
    padding-top: 20px;
}

.securcaptcha img, .securcaptcha input {
    display: block;
    margin-bottom: 5px;
}

.securcaptcha input {
    width: 211px;
}

/* ---- Home ---- */
.main_header {
    background-image: url('/brandings/2/resources/HeaderBG3.png');
    background-size: cover;
}

.main_header h1 {
    color: #fff;
    font-size: 63px;
    letter-spacing: 2px;
}

.main_header h3 {
    color: #fff;
    text-align: center;
    opacity: 0.7;
    font-size: 25px;
}

.home_header {
    padding-bottom: 12%;
    padding-top: 6%;
}

/* ---- Members page ---- */

.bpa_section {
    padding: 30px 0;
}

.member_section {
    margin-bottom: 25px;
}

.member_tiles {
    border: none;
    padding: 0;
}

.member_tiles a {
    font-size: 13px;
}

.members_img {
    max-width: 65% !important;
    max-height: 70px;
    display: block;
    margin: auto;
}

#getRegRightBadge {
    width: 55px;
    margin: 10px 0;
}

#member-awards {
    margin-top: 10px;
}

.member-logo-div {
    background: #fff;
    padding: 15px;
    border-bottom: solid 1px #eee;
}

.member-details-div {
    padding: 10px;
    text-align: center;
    font-size: 15px;
}

.member-details-div h3 {
    line-height: 1.2;
}

.member-details-div span {
    display: inline-block;
}

.member-awards p {
    margin-bottom: 5px;
}

.member-awards, .member-awards a {
    font-size: 14px;
}

.ppAwardsLink {
    color: #333;
}

.paginationBtn {
    border-radius: 3px !important;
}

/* --- Generate CSV Reports ---- */

.date-picker {
    padding: 6px 5px 5px 5px;
    border: solid 1px #A9A9A9;
    outline: none;
    border-radius: 3px;
}

#searchButton, #clearButton {
    float: none;
    display: inline;
    border-radius: 3px;
}

#searchButton i {
    color: white;
}

.siteSearch {
    margin-left: 20px;
}

.generate-box i {
    font-size: 60px;
    margin: 41px 0px;
}

.generate-box .generate-title {
    font-weight: 700;
}

.generate-box {
    border: 1px #FFA85A solid;
    text-align: center;
    background: #F8F8F8;
    width: 535px;
    height: 200px;
    margin: auto;
    margin-top: 8%;
    padding-top: 12px;
    border-radius: 10px;
}

/*------- Overview Management & Reports Section -------- */

#downloadReport .filter-bars {
    display: flex;
    align-items: center;
}

#downloadReport #filters {
    display: flex;
    align-items: center;
    justify-content: center;
}

#downloadReport .filter {
    display: none;
    padding: 5px 10px;
    margin-left: 10px;
}

#downloadReport select {
    width: 220px !important;
}

#downloadReport #selectReport {
    padding: 185px 0px;
    font-size: 38px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.19), 0 2px 2px rgba(0, 0, 0, 0.23);
}

#downloadReport #selectReport h2 {
    opacity: 0.4;
}

#downloadReport #showReport {
    display: none;
}

#reportBTN {
    width: 5%;
    margin-left: 10px;
}

.report-content a.row.data:hover {
    background: none;
    color: #d5721f;
}

.report-content a:hover {
    border-bottom: none;
}

.report-content .twothirds, .report-content .tenth {
    text-align: left;
}

#showReport .pagination {
    margin-right: 25px;
    float: right;
    margin-top: 25px;
}

#showReport .pagination li {
    list-style: none;
    display: inline;
}

#showReport .pagination-div {
    padding: 30px 15px;
}

#reportList {
    padding: 10px;
}

#reportList a {
    display: block;
    text-align: left;
    border-bottom: none;
}

#reportList .none-available {
    padding: 65px;
}

#reportList .none-available h2 {
    margin-bottom: 0;
    opacity: 0.3;
}

#reportList .button.full {
    margin-bottom: 5px;
}

.dynamic-report-row {
    clear: both;
    border-bottom: dotted 1px #eee;
    padding: 10px;
}

.all-reports-list {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
}

.all-reports-list p {
    padding: 5px 0;
    border-bottom: dotted 1px #ebebeb;
}

.managementOverview .selfReportStat h3:first-of-type {
    color: #D47713;
    font-size: 30px;
    margin-top: 15px;
}

.managementOverview .siteModStats {
    border-top: 2px solid #D47713;
}

.managementOverview .siteModStats h3:first-of-type {
    color: #D47713;
    font-size: 30px;
    margin-top: 15px;
}

.managementOverview .operativeStats {
    border-top: 2px solid #D47713;
}

.managementOverview .operativeStats h3:first-of-type {
    color: #D47713;
    font-size: 30px;
    margin-top: 15px;
}

.managementOverview .dash_headers {
    display: none;
}

.managementOverview .auditLine {
    border-top: 2px #ec9c07 solid;
}

.managementOverview .caseLine {
    border-top: 2px #bc631b solid;
}

.managementOverview .reportLine h3 {
    color: #333;
}

.managementOverview .report-title {
    padding: 25px 0;
}

.managementOverview .report-title:hover {
    color: #FF7800;
    cursor: pointer;
}

.managementOverview .piechart-box {
    background: #F9F9F9;
    padding: 40px 0;
}

.managementOverview .report-icon {
    text-align: center;
}

.managementOverview a:hover {
    border-bottom: none;
}

.managementOverview .report-icon i {
    font-size: 20px;
}

.managementOverview .report-icon h3 {
    display: inline;
    margin-left: 5px;
}

.managementOverview .report-option {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.19), 0 2px 2px rgba(0, 0, 0, 0.23);
    margin: 20px 0;
    border-radius: 5px;
}

#overviewMaps #mapSide {
    top: 280px;
}

.display-box {
    padding: 0;
}

.infowindow-heading {
    font-size: 22px;
}

.display-box th, .display-box td {
    padding: 0;
    border-bottom: none;
    text-align: left;
}

.display-box th {
    padding-top: 10px;
}

.display-box p {
    margin-top: 10px;
}

#mapSide #location {
    margin-bottom: 5px;
}

#mapSide #searchradius {
    margin-bottom: 10px;
}

#findlocation {
    margin-bottom: 20px;
}

#mapSide .filter {
    display: none;
    margin-bottom: 15px;
    padding: 4px 8px;
    border-radius: 3px;
}

#mapSide #operatorStatus {
    margin-bottom: 15px;
}

#mapSide #timeframeselect {
    margin-bottom: 15px;
    padding: 4px 8px;
    width: 100%;
    border-radius: 3px;
}

#mapSide .auditstatus {
    display: none;
    margin-bottom: 10px;
}

#mapFields .SumoSelect {
    margin-bottom: 15px;
}

mapFields .SumoSelect > .CaptionCont, #location {
    border-radius: 3px;
}

#mapResults {
    height: 85px;
}

#map {
    height: 700px;
}

.filter {
    padding: 10px 0;
}

#mapSide > div {
    padding-bottom: 30px !Important;
}

.managementOverview .stat-titles, #operator-dashboard .stat-titles {
    border-top: 2px #FE2103 solid;
    background: #F1F1F1;
    padding: 10px;
}

.managementOverview .stat-boxes {
    background: #F9F9F9;
}

.report-content a {
    border-bottom: none;
}

#csvBTN {
    width: 10%;
    float: right !important;
}

#map {
    height: 750px !important;
}

#location-search, #filter-search, #reset-map {
    border-bottom: solid 1px #bfbfbf;
    padding: 10px 0;
}

#location-search .button, #filter-search .button, #reset-map .button {
    display: inline;
    float: none;
}

#reset-map .fieldRow {
    padding: 12px 0;
}

#map-note-div {
    padding-top: 12px;
    font-size: 14px;
}

#mapFields {
    padding: 20px !important;
}

#mapTip {
    font-size: 14px;
}

#location-info-span i {
    font-size: 18px;
    margin-left: 5px;
    color: #d5721f;
}

#location-info-span a:hover {
    border-bottom: none;
}

/* ------------------------------------------------------- Actions Review page -------------------------------------------------------------- */
.review-stats h3 {
    text-align: left;
}

.require-action-total {
    color: #BC631B !important;
}

.high-priority-action {
    border-right: 3px solid red;
    padding-right: 7px;
}

.completed-action {
    border-right: 3px solid #33D017;
    padding-right: 7px;
}

.medium-priority-action {
    border-right: 3px solid orange;
    padding-right: 7px;
}

.no-priority-action {
    border-right: none;
}

/* ------------------------------------------------------- Reports -------------------------------------------------------------- */
#exportReport {
    font-size: 24px;
    cursor: pointer;
}

#exportReport:hover {
    color: orange;
}

.report-table .data-table a:hover {
    border-bottom: none;
    color: #d5721f;
}

.report-table .data-table tr:nth-child(even) {
    background-color: #f5f5f5;
}

.report-list {
    border-collapse: collapse;
    width: 90%;
    font-size: 16px;
    margin-bottom: 20px;
}

.report-list td, .report-list th {
    border-bottom: 1px solid #dedede;
    text-align: center;
    padding: 10px;
}

.report-list th {
    font-weight: 700;
    color: #000;
    font-size: 17px;
    border-bottom: solid 1px #bc631b;
}

.report-list a:hover {
    border-bottom: none;
    color: #d5721f;
}

.data-table h4 {
    font-size: 22px;
    font-weight: 400;
}

.op-stats-download-div {
    text-align: center;
}

.op-stats-download-div i {
    font-size: 28px;
}

#dashboard-site-map {
    min-height: 200px;
}

.blade-column.border-bottom-none {
    width: unset !important;
}

/* Bootstrap overrides */

.table thead th,
.table th {
    border: none;
}

.table td {
    border: none;
}

/* Style fixes */

.updateBox {
    min-height: 120px;
}
