/* ----------- 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');
}

@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;
}

#header .links {
    font-size: 13px !Important;
}

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, serif !Important;
}

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

a:hover {
    color: #000;
    text-decoration: none;
}

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

h1 {
    margin: 0 0 15px;
    font-size: 1.5rem;
}

h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

#userHeader {
    display: flex;
    align-items: center;
    min-height: 35px;
    height: 35px;
    background: #221e36;
    border-radius: 10px 10px 0 0;
}

#userHeader .logo {
    width: 27px;
}

.left {
    flex: 1; /* This pushes .right as far right as possible */
    display: flex;
    align-items: center;
    gap: 16px;
}

.right {
    display: flex;
    align-items: center;
    gap: 12px;
    /* no need for float or position! */
}

#userHeader .ias-logo-container a {
    padding: 0;
}

.ias-logo-container {
    background: #fff;
    padding: 0 12px 0 12px;
    display: flex;
    align-items: center;
    height: 56px; /* match nav bar height */
}


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

.button, label.upload {
    background-color: #999;
    color: #FFF;
}

.side, form, #childUpload {
    background: #f3f3f3 !Important;
}

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

div.expandable {
    background: #f3f3f3 !Important;
    border-radius: 0 0 6px 6px;
}

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

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

#userHeader {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    font-size: 10px;
    background: #000000;
    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 !important;
    cursor: pointer;
}

#userHeader a:hover {
    text-decoration: underline !important;
}

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

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

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

.activateMenu a {
    padding: 0 !important;
}

.dropMenu {
    display: none;
    position: absolute;
    top: 0;
    margin: 0 10px;
    padding: 10px;
    background: #000000;
    border-radius: 0 0 3px 3px;
    padding-top: 0;
}

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

.dropMenu a:first-of-type {
    padding: 10px 0 2px !important;
}

#header {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#header .logo {
    float: left;
    margin: 0 0 0 2%;
}

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

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

.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 {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -75px;
}

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

.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%;
}

.content.threequarter {
    width: 74%;
}

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

.side {
    float: right;
    clear: right;
    padding: 20px 2%;
}

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

.side.action img, img.action {
    display: inline;
    float: left;
    width: 85px;
    margin: 0 25px 0 0;
}

.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;
    line-height: 1.25;
}

.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;
    overflow: hidden;
    padding: 5px 0;
}

.row.headings {
    padding: 5px 0;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
}

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

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

a.row.data:hover {
    background: #78A7D1;
    color: #FFFFFF;
}

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

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

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

.row.pages p {
    display: inline;
}

.row.pages .search-page {
    padding: 1px;
    border: solid #dedede 1px;
    border-radius: 5px;
    margin-left: 6px;
    font-size: 12px;
    font-weight: normal;
}

.row.pages a {
    padding: 0 6px;
    margin-left: 5px;
    color: #000000;
    background: #CCC;
    border-radius: 3px;
}

.row.pages a:hover {
    color: #FFF;
    padding: 0 6px;
    background: #333;
    text-decoration: none;
}

.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%;
    padding: 20px 0;
}

form h2, form h3 {
    padding: 15px 3% 0;
}

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

.fieldRow.childUpload {
    background-color: #f3f3f3;
}

.fieldRow label {
    float: left;
    width: 30%;
    padding: 3px 2% 3px 0;
    text-align: right;
}

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

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

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

.fieldRow select {
    width: 60%;
    padding: 2px 0.25%;
}

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

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

.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, .fieldRow .time {
    width: 100px !important;
}

.fieldRow .date + span, .fieldRow .time + span {
    float: left;
    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 {
    text-align: right;
    font-size: 11px;
}

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

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

.buttonRow .button {
    margin: 0 -1px 0 10px;
}

.buttonRow input[type="submit"].button {
    font-size: 14px;
    padding: 5px 10px 5px 10px;
}

#childUpload form {
    background: none;
}

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

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

.side form {
    padding: 0;
}

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

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

.side select {
    width: 99%;
    padding: 2px 1.5%;
}

.side input[type="text"] {
    width: 96%;
    padding: 2px 1.5%;
}

.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: 14px !Important;
    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-size: 20px;
}

.side form label.upload img {
    width: 20px;
    margin: 0 10px -3px 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 {
    float: left;
    width: auto;
    overflow: hidden;
    margin: 1px 10px 1px 0;
    padding: 6px 10px 6px 10px;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.button.disabled {
    cursor: default;
}

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

.button.full {
    width: 95.5%;
    margin: 5px 0;
    padding: 6px 2%;
}

.button.full:hover {
    margin: 5px 0;
}

.button:hover {
    text-decoration: none;
}

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

.button.adduser {
    background-image: url(../resources/icons/button_adduser.png);
}

.button.addemail {
    background-image: url(../resources/icons/button_addemail.png);
}

.button.copy {
    background-image: url(../resources/icons/button_copy.png);
}

.button.email {
    background-image: url(../resources/icons/button_sendemail.png);
}

.button.history {
    background-image: url(../resources/icons/button_history.png);
}

.button.print {
    background-image: url(../resources/icons/button_print.png);
}

.button.full.delete {
    background-image: url(../resources/icons/button_delete.png);
}

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

.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;
    width: 50%;
    max-width: 950px;
    top: 0;
    left: 50% !important;
    height: auto !important;
    margin: 50px 0 50px -27.5%;
    padding: 25px 2.5%;
    background: #FFFFFF;
    text-align: left;
    display: none;
}

.modal .button {
    float: left;
}

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

.modalClose {
    position: absolute;
    z-index: 9999;
    width: 16px;
    height: 16px;
    top: -12px;
    left: 50%;
    margin: 50px 0 0 26.25%;
    padding: 5px;
    background: #000000;
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
}

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

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

.modal form {
    padding: 0;
    background: none;
    clear: both;
}

.modal .titleRow {
    overflow: hidden;
}

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


/* ----------- 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: 92%;
    margin: 15px 0 25px;
    padding: 15px;
}

.right .setting {
    float: right;
}

.setting img {
    float: left;
    width: 15%;
    margin: 0 3% 0 0;
}

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

.setting div {
    display: block;
    float: left;
    width: 82%;
    font-size: 14px;
}

.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;
    height: 75px;
}

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

#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;
    padding-top: 40px;
}

#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;
    color: #FFFFFF
}

.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: 14px;
    padding: 5px 0 4px 15px;
    color: #fff !important;
    background-position: 15px 25px !important;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #666666;
    border-left: 6px #000 solid;
}

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 {
    float: right;
    margin: 0 0 0 15px;
    color: #000000;
    cursor: pointer;
}

div.print .icon {
    float: left;
    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 {
    float: right;
    margin: 0 0 0 15px;
    padding: 0 0 0 25px;
    background: url('/resources/back.png') no-repeat;
    background-position: 0 2px;
}

.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: #E3E3E3;
}

.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;
    padding: 0 0 15px;
}

.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 .row.data:hover, #corporatemembers a.row.data:hover {
    background: none;
    color: #000000;
}

#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;
}

/* Former Design CSS from site */

.modalClose {
    display: none !important;
}

/* ---- Loader ---- */
.loader {
    border: 12px solid #f3f3f3;
    border-top: 12px solid #333;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

.globalLoader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #333;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 0.4s linear infinite;
    margin: auto;
}

.spinner-small {
    display: none !Important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loadingModal .close {
    display: none !Important;
}

body {
    background: #EDEDED;
}

.push {
    height: 211px;
}

#header, #wrapper, #container {
    background: #FFFFFF;
}

.pages p {
    display: inline;
}

.headings {
    padding: 5px 0;
    color: #000000;
}


#header .links {
    margin: 5px 0 0;
    font-size: 12px;
    text-transform: uppercase;
}


#header .links a:hover {
    text-decoration: underline !important;
}

#userHeader {
    background-color: #333333;
    background-image:
            linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), /* overlay */
            url(/resources/header.jpg);
    color: #FFFFFF;
}

#header .links {
    padding: 12px 2% 12px 0;
}

.shadow {
    height: 5px;
    box-shadow: inset 2px 2px 5px #CCC;
}

.headerImage {
    margin: -5px 0 0;
}

h1 {
    margin: 0 0 15px;
}

.side, form, #childUpload {
    background: #E3E3E3;
}

.modalLoad img {
    width: 30px !important;
}

.modalLoad h2 {
    font-size: 19px !important;
    margin-top: 10px;
}

/* ---- IP Banning ---- */

#ipbanning button, #ipbanning input {
    margin: 0;
    padding: 5px 0px;
    width: 90%;
    transition: none;
}

#ipbanning button:hover {
    margin: 0px;
    padding: 5px 0px;
    transition: none;
    transform: none;
}

.ipadd {
    width: 150px !Important;
    background: #232323;
    border: none;
    color: #fff;
    font-size: inherit;
    margin-top: 10px !important;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.ipadd:hover {
    cursor: pointer;
    border: none !Important;
    padding: 5px;
    color: white;
    background: black;
    text-transform: uppercase;
}

.ipadd:hover {
    margin: 0px;
}

#ipbanning .pagination {
    color: #fff !Important;
    background: #d5721f !Important;
}

#ipbanning form {
    display: block;
    padding: 0;
    margin-bottom: 10px;
}

.block {
    background: #A64242;
    border: none;
}

.block:hover {
    background: #CE4747;
}

.remove-ip {
    width: 20% !important;
    background: none;
    border: none;
}

.remove-ip:hover {
    background: none;
}

.remove-ip i:hover {
    background: None;
    color: #CE4747;
    cursor: pointer;
}

.add-box p {
    font-size: 14px;
}


.button {
    padding: 6px 40px 6px 10px;
    color: #FFF;
    background: #232323 url('/resources/button.png') no-repeat right center;
    text-transform: uppercase;
}

.button:hover {
    background-color: #000000;
    color: #FFF !important;
}

.button.full, label.upload {
    background-color: #78A7D1;
    background-image: none;
}

/* ---- 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;
}

.buttonRow input[type="submit"].button {
    padding: 5px 40px 5px 10px;
}

.faqs h3 {
    color: #4D8AC3;
}

a.setting {
    background: #CCCCCC;
    color: #666666;
}

a.setting:hover {
    background: #ACACAC;
}

h2.expandable {
    background-color: #666666;
}

div.expandable {
    background: #E1E1E1;
}

.cardtypes {
    max-width: 140px;
}

.captcha-span {
    color: #B00800;
    font-weight: 600;
    margin-left: 7px;
    font-size: 17px !important;
}

#footer {
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px;
    background-color: #DBDBDB;
}

.footerContent {
    float: none !important;
    margin: 0 !important;
    padding: 0 0 15px;
}

#footer .subFooter {
    padding: 20px 2% 25px;
    background-color: #fff;
    border-top: 2px solid #ddd;
}

#footer .subFooter span {
    display: inline-block;
    width: 50%;
}

#footer .subFooter img {
    margin: 0 0 -10px 25px;
    width: 32%
}

#footer .footerLogo {
    float: right;
    margin: 20px 2% 0 25px;
}

.footerLinks, .footerText {
    display: inline-block;
    text-align: right;
}

.footerLinks {
    padding: 35px 0 10px;
}

#footer .footerLinks a {
    display: inline-block;
    font-size: 12px;
    color: #000000;
}

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

/* --------------------- Sites -------------------- */

.site-details-heading {
    margin: 20px 0;
    text-align: CENTER;
    padding: 0;
}

.audit-div {
    clear: both;
    padding: 15px 0;
}

.audit-div:last-of-type {
    padding: 0;
}

#auditOptions h2 {
    text-align: left;
    margin-bottom: 15px;
}

#auditOptions h4 {
    margin-bottom: 5px;
    font-size: 18px;
}

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

#auditOptions span {
    text-align: justify;
}

.pp-expandable {
    background-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;
}

#pp-optin-div {
    background: rgba(80, 48, 145, 0.2);
}

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

#pp-optin-div h3 {
    margin: 10px 0;
}

/* ------------------------------------ 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 {
    margin-top: 5px;
    margin-left: 5px;
    float: right;
    margin-right: 50px;
}

.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;
}

/* ---------------------------------- Password Expiry ---------------------------------- */
#password-renew-section {
    min-height: 40vh;
    padding: 40px 15px;
}

#password-renew-section h1 {
    margin: 0;
}

#password-renew-section .form-input {
    width: 90%;
    margin-left: 15px;
}

#password-renew-section .show-password {
    font-size: 20px;
    color: #333;
}

#password-renew-section .show-password:hover {
    cursor: pointer;
}

#passwordResult {
    margin-left: 15px;
}

#renew-message-div {
    text-align: center;
    padding: 20px 15px;
}

#renew-message-div p {
    margin: 10px 0;
}

#renew-message-div span {
    margin-right: 10px;
}

#renew-message-div span i {
    font-size: 20px;
}

#password-details-span {
    margin-left: 10px;
}

#password-details-span i {
    font-size: 18px;
}

#password-renew-form-div {
    text-align: center;
    background: #f6f6f6;
    padding: 20px 15px;
    border-radius: 3px;
    border: solid 1px #eee;
    border-top: 2px solid #D47713;
}

#password-renew-form-div h3 {
    text-align: left;
    padding: 0 15px;
}

#submit-password-row {
    text-align: left;
}

#submit-password-row .button {
    float: none;
    padding: 8px 18px;
    margin-left: 15px;
}

.password-error-div p {
    margin: 10px 0;
}

.password-error-div span {
    margin-right: 10px;
}

.password-error-div span i {
    font-size: 18px;
}

.password-modal-btn {
    margin-top: 25px;
    width: 145px;
    padding: 8px;
    border-radius: 3px;
    font-size: 15px;
}

.password-modal-btn a {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.password-modal-btn a:hover {
    color: #fff;
    border-bottom: none;
}

.password-confirm-modal span i {
    color: #4AD400;
    font-size: 20px;
    display: inline;
}

#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;
}

/* Style fixes */

.title-background {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.print {
    background-color: #ccc;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    width: 130px;
}

.print:hover {
    background-color: #000;
    color: #fff;
}

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

.table td {
    border: none !important;
}

.table td:first-child {
    border-left-style: solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table td:last-child {
    border-right-style: solid;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.col-lg-3 form {
    padding: 0;
    background: none !important;
}

.CaptionCont {
    min-height: 30px !important;
}

#createReport .fieldRow {
    padding-left: 20px;
    width: 100%;
    display: inline-block;
}

#createReport .buttonRow {
    padding-left: 20px;
    display: inline-block;
    margin: 0;
    float: none;
}

#createReport .buttonRow .button {
    margin: 0 0 10px 0;
}

#createReport .fieldRow label {
    width: 100%;
    text-align: left;
}

#createReport .fieldRow label i {
    left: unset;
    right: 0;
}

.removeFilter {
    margin-left: 20px;
}

.section {
    padding-bottom: 40px;
}

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

.templateSelector {
    overflow: visible !important;
}

/* oldGlobalASFixes.css */

.page-link {
    color: #007bff
}

#ipc-table tr:hover td {
    color: #007bff
}

.col-lg-3 input[type="text"] {
    width: 96%;
    padding: 2px 1.5%;
    border-radius: 5px;
    font-size: 16px;
}

.col-lg-3 select {
    width: 99%;
    padding: 2px 1.5%;
    border-radius: 5px;
    font-size: 16px;
}

.col-lg-3 .standard-filter {
    padding: 4px 0;
}

.col-lg-3 .buttonRow {
    margin: 10px 0 10px 0 !important;
}

.col-lg-3 .grid-tile {
    background: #E3E3E3 !important;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    margin-bottom: 15px !important;
    padding: 20px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
    border-bottom: 3px solid #007bff !important;
}

.button {
    float: none;
}

h2.listmiddle {
    font-size: 1.5em;
    margin-left: 15px;
}