.main {
    background-color: #fff;
    background: #fff;
    /* color: #ccc; */
}

.colwide h2.cod, .colwide h1.cod {
    border-left: 6px solid #00C3F1;
    color: white !important;
    background: #00C3F1;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2%;
    margin-bottom: 0.3em;
    max-width: 100%;    
    margin-left: 0;
    font-size: 24px;
}

/* .breadtext p a, .breadtext ul a, .breadtext ol a {
    color: orange !important;
} */

.breadtext p#logWarning.alert-notice a{
    font-weight: bold;
    color: white !important;
}

.table>tbody>tr.success {
    background: #629e61  !important;
    color: #000;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: 1px solid #b32a2a !important;
}
table.table-scroll th, table.table-scroll td {
    width: 25%;
}
.likebuttons {
    background: #00C3F1;
}

.info form {
    background: #00C3F1;
    color: #111;
}

.info form button {
    display: inherit;
    padding: 0.7em 2em;
    text-transform: uppercase;
    background: white;
    color: black;
    border: none;
    font-weight: bold;
    font-size: 1.25em;
    cursor: pointer;
}
img.headerimage.left {
    max-width: 100%;
}
@media all and (min-width: 1021px){
    .right {
      float: inherit;
    }
}
.breadtext p.right {
    max-width: 100%;
}
input:invalid {
  border: 2px dashed red;
}
input:invalid:focus {
  background-image: linear-gradient(pink, lightgreen);
}