/********* CHAPTER-BASED STYLING ***********/
.chapters > .title > h1,.chapters > .title > h2,.chapters > .title > h3,.chapters > .title > h4,.chapters > .title > h5,.chapters > .title > h6,.chapters > .title > p {
    margin: 0;
    font-size: 14px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}

.chapters > .cell > .card__title > .card__title-text h1,.chapters > .cell > .card__title > .card__title-text h2,.chapters > .cell > .card__title > .card__title-text h3,.chapters > .cell > .card__title > .card__title-text h4,.chapters > .cell > .card__title > .card__title-text h5,.chapters > .cell > .card__title > .card__title-text h6,.chapters > .cell > .card__title > .card__title-text p {
    margin: 0;
    font-size: 24px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}

.chapters > .cell > .card__supporting-text h1,.chapters > .cell > .card__supporting-text h2,.chapters > .cell > .card__supporting-text h3,.chapters > .cell > .card__supporting-text h4,.chapters > .cell > .card__supporting-text h5,.chapters > .cell > .card__supporting-text h6 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.chapters > .cell > .card__supporting-text p {
    font-size: 14px;
}

.chapters > .title {
    padding: 8px 16px;
    border-right: 5px solid white;
}

.chapters > .title:not(:last-child) {
    border-bottom: 1px solid #efefef;
}

.chapters > .cell > .card__title {
    border-bottom: 1px solid #efefef;
}

.chapters > .mps-body > .card__title {
    text-transform: uppercase;
}

.side-highlight {
    border-left: 5px solid #2e415c;
    border-right: none !important;
}

.word-highlight {
    font-weight: 600;
    background: #f0c1ba;
}

/**************************/
.color--blue {
    background-color: #2e415c;
    color: #fff !important;
}

.color--black {
    color: #000000 !important;
}

.color--lightblue {
    background-color: #69778a;
    color: #000 !important;
}

.color--darkblue {
    background-color: #24344b;
    color: #fff !important;
}

.color-text--blue {
    color: #2e415c !important;
}

.color-text--lightblue {
    color: #69778a !important;
}

.color-text--darkblue {
    color: #24344b !important;
}

.color--orange {
    background-color: #e66d5b;
    color: #fff !important;
}

.color--lightorange {
    background-color: #f0c1ba;
    color: #000 !important;
}

.color--darkorange {
    background-color: #ca4e3c;
    color: #fff !important;
}

.color-text--orange {
    color: #e66d5b !important;
}

.color-text--lightorange {
    color: #f0c1ba !important;
}

.color-text--darkorange {
    color: #ca4e3c !important;
}

.color--green {
    background-color: #078178;
    color: #fff !important;
}

.color--lightgreen {
    background-color: #9fcbc8;
    color: #000 !important;
}

.color--darkgreen {
    background-color: #006e68;
    color: #fff !important;
}

.color-text--green {
    color: #078178 !important;
}

.color-text--lightgreen {
    color: #9fcbc8 !important;
}

.color-text--darkgreen {
    color: #006e68 !important;
}

.color--cyan {
    background-color: #477ba2;
    color: #fff !important;
}

.color--lightcyan {
    background-color: #a2bfd5;
    color: #000 !important;
}

.color--darkcyan {
    background-color: #30668f;
    color: #fff !important;
}

.color-text--cyan {
    color: #477ba2 !important;
}

.color-text--lightcyan {
    color: #a2bfd5 !important;
}

.color-text--darkcyan {
    color: #30668f !important;
}

.color--purple {
    background-color: #9f609e;
    color: #fff !important;
}

.color--lightpurple {
    background-color: #c9acc9;
    color: #000 !important;
}

.color--darkpurple {
    background-color: #8d568b;
    color: #fff !important;
}

.color-text--purple {
    color: #9f609e !important;
}

.color-text--lightpurple {
    color: #c9acc9 !important;
}

.color-text--darkpurple {
    color: #8d568b !important;
}

.color--red {
    background-color: #b75b5b;
    color: #fff !important;
}

.color--lightred {
    background-color: #D48384;
    color: #000 !important;
}

.color--darkred {
    background-color: #9f4f52;
    color: #fff !important;
}

.color-text--red {
    color: #b75b5b !important;
}

.color-text--lightred {
    color: #D48384 !important;
}

.color-text--darkred {
    color: #9f4f52 !important;
}

.color--yellow {
    background-color: #f19e23;
    color: #fff !important;
}

.color--lightyellow {
    background-color: #fccd86;
    color: #000 !important;
}

.color--darkyellow {
    background-color: #ca8624;
    color: #fff !important;
}

.color-text--yellow {
    color: #f19e23 !important;
}

.color-text--lightyellow {
    color: #fccd86 !important;
}

.color-text--darkyellow {
    color: #ca8624 !important;
}

.color--grey {
    background-color: #efefef !important;
}

.color-text--grey {
    color: #303030 !important;
}

.color--lightgrey {
    background-color: #a7a7a7 !important;
}

.color-text--lightgrey {
    color: #a7a7a7 !important;
}

.color--transparent {
    background-color: rgba(0,0,0,0) !important;
}

.color-text--transparent {
    color: rgba(0,0,0,0) !important;
}

.color--primary {
    background-color: #2e415c !important;
}

.color-text--primary {
    color: #2e415c !important;
}

.color--accent {
    background-color: #e66d5b !important;
}

.color-text--accent {
    color: #e66d5b !important;
}

.color--white {
    background-color: #fff !important;
}

.color-text--white {
    color: #fff !important;
}

.data-table td {
  text-align: left!important;
}

.restricted {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.data-table th {
    background: #ffffff;
    font-size: 24px;
    color: #303030;
    font-weight: normal;
}

.allowanceTableFont th {
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif;
}

.search-links {
    clear: both;
    float: left;
    margin-top: 2%;
}

.search-links > a {
    font-size: 16px;
    display: block;
    line-height: 2;
    color: #477ba2;
}

.search-letters-wrapper {
    float: left;
}

.search-letters-wrapper > span {
    width: 18px;
    height: 18px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 1.1em;
    cursor: pointer;
    float: left;
    margin-top: 2%;
}

.radio.is-upgraded {
    padding-left: 0 !important;
    padding-right: 24px;
}

.add-hidden {
    display: none !important;
}

.clickable-row {
    cursor: pointer;
}

.date__day {
    font-size: 102px;
}

.date__month {
    font-size: 22px;
    padding: 0 0 20px;
}

.spacer {
    width: 100%;
    height: 16px;
}

.spacer {
    width: 100%;
    height: 16px;
}

.small-spacer {
    width: 100%;
    height: 8px;
}

select {
    min-width: 90px;
}

.mpsInputTimeBoxes {
    width: 100% !important;
    height: 29px !important;
    font-size: 16px !important;
    color: inherit !important;
    background-color: inherit !important;
    font-family: "Open Sans", sans-serif !important;
}

#history {
    font-family: "Open Sans", sans-serif !important;
    font-size: 24px !important;
    color: #303030 !important;
    padding-left: 24px !important;
}

.mdl-dialog {
  border: none;
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  width: 600px;
}

.mdl-dialog__title {
  padding: 24px 24px 0;
  margin: 0;
  font-size: 2.5rem;
}

.mdl-dialog__actions > * {
  margin-right: 8px;
  height: 36px;
}

.mdl-dialog__actions > *:first-child {
  margin-right: 0;
}

.mdl-dialog__actions--full-width {
  padding: 0 0 8px 0;
}

.mdl-dialog__actions--full-width > * {
  height: 48px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 16px;
  margin-right: 0;
  text-align: right;
}

.mdl-dialog__content {
  padding: 20px 24px 24px 24px;
  color: rgba(0,0,0, 0.54);
}

td > div,table,input
textarea,select,.checkbox {
    width: 100% !important;
    height: auto !important;
}

table {
    font-size: 16px !important;
}

@media screen and (min-width: 801px) {
    .mps-card-width {
        min-width: 376px !important;
        margin: 0px;
    }

    .conditions-left {
        float: left;
        width: 4% !important;
    }

    .conditions-right {
        float: right;
        width: 96% !important;
    }

    .conditions {
        float: right;
        width: 100% !important;
    }

    .data-table .text-align-right-not-mobile {
        text-align: right !important;
    }
    
    .uploaderInputField {
      width: 450px;
    }
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

#btnSaveSeasonTicketLoan {
    margin-right: 1%;
}

#btnSaveForm {
    margin-right: 1%;
}

.margin-right-left {
    margin-right: 1% !important;
    margin-left: 1% !important;
}

.margin-right-left-bottom {
    margin-right: 1% !important;
    margin-left: 1% !important;
    margin-bottom: 1% !important;
}

.margin-right {
    margin-right: 1% !important;
}

.margin-bottom {
    margin-bottom: 3px;
}

.margin-left {
    margin-left: 1% !important;
}

.error_msg {
    float: left;
    text-align: left;
    font-size: 75%;
    line-height: initial;
    color: #9f4f52;
}

.errors_at_the_top {
    display: block !important;
}

.errors_at_the_top p {
    margin: 0 !important;
    color: #9f4f52;
    cursor: pointer;
}

.mps-sort-header {
    cursor: pointer;
}

.mps-sort-text {
    text-decoration: underline;
}

.paginator a {
    margin-right: 10px;
    color: #3f51b5;
}

.paginator-current {
    font-weight: 700;
    color: #000098 !important;
}

#assignment-pane,#supervisor-assignment-pane,#contacts-pane {
    width: 100%;
    height: 100%;
    opacity: .95;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    background-color: #313131;
    overflow: auto;
    z-index: 100;
}

div#popup-assignment {
    position: absolute;
    left: 50%;
    top: 17%;
    margin-left: -202px;
    max-width: 600px;
    min-width: 600px;
    padding: 10px 50px;
    border: 2px solid gray;
    border-radius: 10px;
    background-color: #fff;
}

img#close {
    position: absolute;
    right: -14px;
    top: -14px;
    cursor: pointer;
}

.resolver-groups .list,ul {
    padding: 0;
}

.text-align-right {
    text-align: right !important;
}

/*************************/
.data-table td {
    border: none !important;
}

.data-table tr {
    border-top: 1px solid rgba(0,0,0,.12);
}

#noBorder {
    border-top: 0px !important;
}

.smallRow25 {
    height: 25% !important;
}

.noBoxShadow {
    box-shadow: none !important;
}

.card__supporting-text,.card__title {
    color: #303030;
}

.sidebar > .filters {
    width: calc(100% - 16px) !important;
}

.flip.cell {
    min-height: 150px;
    max-height: 320px;
}

input:-moz-read-only {
    background-color: #efefef;
}

input:read-only {
    background-color: #efefef;
}

.filters > .card > .card__supporting-text {
    padding: 0 !important;
}

.flip.cell.overview {
    width: calc(66.6666% - 16px) !important;
    min-height: 250px;
}

.overview-title {
    width: 210px !important;
    margin-top: -48px !important;
}

.overview-title > a {
    text-transform: uppercase !important;
    font-size: 16px !important;
}

@media (max-width: 839px) {
    .flip.cell.overview {
        width: 100% !important;
    }
}

.card__title:empty {
    display: none !important;
}

.card__subtitle-text {
    text-transform: uppercase;
    margin-bottom: -32px;
    font-size: 16px;
}

#tags__quick > button {
    margin: 4px;
    border: 1px solid #fff;
}

#favourites__star {
    cursor: pointer;
    width: 35px;
    height: 35px;
    text-align: center;
}

#favourites__container > .card__supporting-text > a {
    text-transform: capitalize;
    display: block;
    font-size: 16px;
    line-height: 2;
}

#errors_container {
    display: none;
}

ul,ol {
    margin-left: 16px;
}

.card__title {
    z-index: 100;
}

.checkbox__focus-helper,.checkbox__box-outline {
    left: 2px !important;
}

.checkbox__ripple-container {
    left: -8px;
}

.checkbox {
    vertical-align: top !important;
    width: auto !important;
    min-height: 20px !important;
}

input,select,textarea {
    border: 1px solid #dedede !important;
    border-radius: 2px;
    /*text-indent: -8px;*/
    padding-left: 8px !important;
}

a {
    text-decoration: none;
}

#search-drop {
    background: #efefef;
    color: #969696;
    border-radius: 2px 0 0 2px;
    text-transform: capitalize;
    height: 40px !important;
    margin-right: -2px !important;
}

#search-drop:hover {
    background: #dadada;
}

#search-drop option {
    background: #fff;
    color: #000;
}

#search,#search-sort,#search-drop {
    position: relative;
    float: left;
    text-indent: 8px;
    width: auto !important;
    height: 100%;
}

#filter {
    position: relative;
    background: #fff;
    width: 550px;
    color: #000;
    height: 36px;
    border-radius: 2px;
    padding: 0 16px;
}

#search {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    border: 0 !important;
    font-size: 24px;
}

#search-span {
    position: relative;
    overflow: hidden;
    display: block;
    flex-grow: 1;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #dedede;
}

#search-icon {
    position: relative;
    float: right;
    width: 32px;
    height: 100%;
    font-size: 26px;
    text-align: center;
    padding: 6px;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
}

#search-icon:hover {
    background: orange;
}

#search-suggestions:empty {
    display: none;
}

#search-suggestions {
    position: relative;
    width: calc(100% - 2px);
    height: auto;
    background: #fff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

#search-suggestions > div {
    padding: 8px;
    cursor: pointer;
}

#search-suggestions > div:hover {
    background: #efefef;
}

.cell--4-col > .card__supporting-text > .navigation > .navigation__link {
    padding: 4px 0 !important;
}

.cell--4-col > .card__supporting-text > .navigation > div > p {
    padding: 0 !important;
    margin: 0 !important;
}

.cell--4-col > .card__supporting-text > .navigation > div > p:nth-child(3) {
    color: #8f8f8f;
    font-size: 12px;
}

.card__supporting-text > .navigation {
    position: relative;
    display: block;
}

.card__supporting-text > .navigation > .navigation__link {
    display: block;
    flex-shrink: 0;
    padding: 16px;
    height: auto;
    color: rgba(0,0,0,.87);
    cursor: pointer;
    letter-spacing: .04em;
    line-height: 14px;
}

.card__supporting-text > .navigation > :not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.card__supporting-text > .navigation > .navigation__link:hover {
    background: #efefef;
}

.card__supporting-text > .navigation > .navigation__link > div {
    padding: 8px 16px;
    line-height: 14px;
}

.card__supporting-text > .navigation > .navigation__link > div:hover {
    color: #e66d5b;
}

.layout__drawer {
    background: #efefef;
    width: 320px !important;
    transform: translateX(-330px);
    -webkit-transform: translateX(-330px);
}

.layout__drawer-button > i {
    color: #616161 !important;
}

.layout__header .layout__header-row {
    padding: 0 8px;
}

.spacer_y {
    width: 100%;
    height: 16px;
}

.spacer_x {
    height: 100%;
    width: 16px;
}

.filters {
    float: left;
    text-transform: capitalize;
    background: none;
}

.text-align-left {
    text-align: left !important;
}

.flip {
    -webkit-perspective: 900;
    position: relative;
}

.flip .card.flipped {
    -webkit-transform: rotatey(180deg);
}

.card {
    min-height: 0 !important;
}

.flip .card {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: .5s;
}

.flip .card .front {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden !important;
    border: 1px solid #d1d1d1;
    z-index: 0;
}

.flip .card .back {
    opacity: .99;
    top: 0;
    position: absolute;
    height: 100%;
    -webkit-transform: rotatey(180deg) translateZ(1px);
    width: 100%;
    z-index: -1;
}

.card > .card__title > .card__title-text {
    text-transform: capitalize;
    white-space: wrap;
    font-size: inherit;
}

a > .card__title > .card__title-text {
    white-space: wrap;
    font-size: inherit;
}

.card__media {
    width: 100%;
    height: 100%;
}

.card.cell.cell--12-col > section.slick-dotted.slick-slider {
    margin-bottom: 25px;
}

.tagselected {
    background: #e66d5b !important;
}

select {
    min-width: 20px;
}

td,tr {
    white-space: pre-wrap;
}

.slider {
    width: 100% !important;
    margin: 0;
}

button.slick-prev.slick-arrow,button.slick-next.slick-arrow {
    background: #d1d1d1;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 100;
    width: 64px;
    height: 64px;
    opacity: .4;
}

button.slick-prev.slick-arrow:hover,button.slick-next.slick-arrow:hover {
    opacity: 1;
}

button.slick-prev.slick-arrow {
    left: 0;
}

button.slick-next.slick-arrow {
    right: 0;
}

.layout__header-row .navigation__link {
    line-height: 1 !important;
}

.layout__header-row .navigation .navigation__link {
    line-height: 1.2 !important;
    text-align: center;

    max-width: 130px;
    padding: 8px;
}

.layout__header-row .navigation .navigation__link img {
    margin-left: 5px;
}

/* forms */
.note {
    font-size: 13px;
    color: #31708f;
    background-color: #d9edf7;
}

.buttons-next-previous {
    padding-left: 0 !important;
    padding-right: 18px !important;
}

.buttons-previous {
    padding-left: 8px !important;
}

/* below must be above media queries*/
.chapterWrapper {
    margin: 0 8px 0 0;
    width: calc(25% - 8px);
}

.mps-cell--9-col {
    width: calc(75% - 8px);
    margin: 0 0 0 8px;
}

.mps-body {
    margin: 0 !important;
}

.font-size-16 {
    font-size: 16px;
}

/*end must be above media queries*/
@media (min-width: 801px) {
    body > div > div > header > div.layout__drawer-button {
        display: none !important;
    }

    .mps-wrapper input, .mps-wrapper select, .mps-wrapper textarea {
        min-width: 100px;
    }
    
    .mpsInputFieldVerticalAlign {
        position: relative !important;
        top: 10px !important;
    }
}

@media (min-width: 1100px) {
    .mps-wrapper input, .mps-wrapper select, .mps-wrapper textarea {
        min-width: 200px;
    }
}

@media (max-width: 800px) {
    table.conditions tr {
        display: table-row !important;
    }

    table.conditions td {
        display: table-cell !important;
    }

    #displaythead {
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }

    table,thead,tbody,th,tr,td {
        display: block;
        width: 100%;
    }

    thead {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .registration_conditions {
        position: initial !important;
        top: 0px !important;
        left: 0px !important;
        display: initial !important;
    }

    tr,td {
        height: 100% !important;
    }

    .data-table td {
        border-bottom: none !important;
    }

    td {
        border: none;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    #filter {
        margin: 8px auto;
        width: 100%;
        padding: 0;
    }

    header > div > .layout__header-row > nav {
        justify-content: center;
    }

    header > div > .layout__header-row {
        display: block;
        height: auto !important;
    }

    .chapterWrapper {
        width: 100% !important;
        margin: 0;
    }

    .mps-cell--9-col {
        width: 100% !important;
        margin: 2% 0 0;
    }

    .mdl-dialog {
      width: 80% !important;
    }
}

.customMarginWidth {
    margin: 0px 0px 16px 0px !important;
    width: 100%;
}

.mpsGridWrapper {
    width: 285px;
    float: left;
    font-size: 11px;
    background-size: 300px 155px;
    background-repeat: no-repeat;
    padding: 18px 0px 0px 20px;
    height: 150px;
}
.mpsGridWrapper > div{
    clear: both;
}
.mpsGridCard > span{
    width: 33px;
    height: 16px;
    float: left;
    text-align: center;
}

.mpsCustomTheadCss th {
    font-size: 14px;
    font-weight: bold;
}

.mpsCenterText {
    text-align: center !important;
}

.mpsCustomTheadCssTD td {
    font-size: 14px;
    font-weight: bold;
}

log-table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
log-table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
.log-table a:active,
.log-table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
.log-table {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    border:#ccc 1px solid;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
.log-table th {
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.log-table th:first-child {
    text-align: left;
    padding-left:20px;
}
.log-table tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.log-table tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.log-table tr {
    text-align: left;
    padding-left:20px;
}
.log-table td:first-child {
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
.log-table td {
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.log-table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.log-table tr:last-child td {
    border-bottom:0;
}
.log-table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.log-table tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.log-table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

.mps-vertical-align-middle {
    vertical-align: middle !important;
}

.mps-payslip-href, .mps-p60-href, .mps-p11d-href {
    color: #477ba2;
    text-decoration: underline;
}

#mps-payslip-select, #mps-p60-select, #mps-p11d-select {
    width: 25% !important;
}

#fullTimeConditionsTitle, #partTimeConditionsTitle {
    cursor: pointer;
}

.mps-cursor-pointer {
    cursor: pointer;
}

.mps-radio-button {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
}

.mps-ppm-margin {
  margin: 0px 15px 0px 20px !important;
}

.mps-font-size-16 {
    font-size: 16px !important;
}

.mps-custom-padding {
    padding: 16px 0 0!important;
}

.mps-full-height {
    height: 100%;
}

.mps-full-width {
    width: 100%;
}

.mps-show-all-cat {
    float: right; cursor: pointer;
}

.mpsBullets {
    font-weight: bold;
}

.mps-paragraph > p {
    margin: 5px 0;
}

#mpsConfirmDialog, #mccloudDialog {
    max-width: 600px !important;
}

#mccloudDialog {
    min-width: 500px !important;
}

.no-border {
    border: none !important;
}

.no-hover:hover { 
    background-color: #fff !important;
}

.mps-top-border {
    border-top: 2px solid rgba(0,0,0,.12);
}

.mps-h6-approver-chapters {
    width: 90%;
    display: inline;
}

.mps-psop-text {
    font-weight: bold;
}

.mps-icon-chapters {
    width: 10%;
    display: inline-block;
    float: right;
}

.mps-warning-box {
    color: white;
    text-align: center;
    background: #e66d5b;
    border-radius: 2px !important;
    border:#FF0000 1px solid !important;
    margin: 2px 0!important;
    min-height: 22px;
    min-width: 22px;
}

.mps-grid-warning-box {
    border-radius: 2px !important;
    border: #FF0000 2px solid !important;
}

.white-text {
    color: #ffffff !important;
}

.mps-sickness-start, .mps-sickness-end, .pageBoxes, .statusUpdatesTableDiv, .suspension-form {
    display: none;
}

.pageBoxes {
    padding: 0px !important;
    margin: 0px !important;
}

.color--green > td {
    /*
    background-color: #9fcbc8 !important;
    color: #fff !important;
    */
}

.button-container {
  width: 840px;
  height: auto;
  margin: auto;
}

.mps-margin-form {
    margin: 8px;
}

.contain-table {
    width: 100%;
    word-wrap: break-word;
    table-layout: fixed;
}

.mps-form-padding {
    padding: 8px 0 0!important;
}

.mps-audit-date {
    width: 150px;
    float: left;
}

.mps-audit-time {
    width: 35px !important;
}

.mps-span-min-width {
    min-width: 370px;
}

.input-date-min-width {
    min-width: 120px;
}

.mpsDatePicker {
    min-width: 100px !important;
}

.mps-select-min-width {
  min-width: 100px;
}

.hoursMaxWidth {
    max-width: 68px !important;
}

.clear-both {
  clear: both;
}

.full-width-with-float {
  float: left; 
  width: 100%;
}
.heading-small-font {
    font-size: 0.8em;
}

.notes-th {
    height: 78px !important;
}

.notes-th span {
    font-size: 16px;
    font-weight: normal !important;
}

.p_scents input {
    padding: 8px;
}

.remScntWithFile, remScntWithFile2, remScntWithFile3 {
  cursor: pointer;
}
.select-editable {
    position:relative;
    background-color:white;
    width:200px !important;
    height:32px !important;
    margin: 0px !important;
}

.select-editable select {
   position:absolute;
   top:0px;
   left:0px;
   font-size:16px;
   width:120px;
   margin: 0px !important;
   height:32px !important;
   padding: 5px 0px 5px 0px !important;
   /*margin-right: -5px !important;*/
}

.select-editable input {
    position:absolute;
    top:2px;
    left:2px;
    width:165px !important;
    padding: 0px 5px 0px 10px !important;
    margin: 0px !important;
    font-size:16px;
    height:29px;
    border:none!important;
    font-family: "Open Sans", sans-serif !important;
    color: rgb(48, 48, 48) !important;
}
.select-editable select:focus, .select-editable input:focus {
   outline:none;
}

#pdr-types div, #ratingTypes div {
  margin: 15px;
}

#pdr-types .pdr-label, #pdr-types .pdr-rating-label {
  /*margin: 15px 0px 0px 4px;*/
  margin-left: 19px !important;
  /*margin-top: 10px;*/
}

#ratingTypes, .switch-display {
  display: none;
}

.pdr-custom-height {
    height: 160px;
}

#reinstatementRequestTr {
  display: none;
}

.padding-bottom-none {
  padding-bottom: 0px !important;
}

.row_del, .row_del2, .row_del3, .row_del4, .row_del5, .row_del6, .row_del7, .row_del8, .row_del9, .row_del10,
.row_del11, .row_del12, .row_del13, .row_del14, .row_del15, .row_del16, .row_del17, .row_del18, .row_del19, .row_del20 {
  cursor: pointer 
}

.az-container {
    clear: both;
}

.az-button {
    display: inline-block;
    width: 49px !important;
    height: 49px;

    margin: 4px;

    text-align: center;
    line-height: 50px;
    color: white;
    font-weight: bold;

    background-color: #477ba2;
}

.sr-list a {
    font-weight: 600;
}
.mps-custom-overflow {
  overflow-x: scroll;
}

#ui-datepicker-div {
  z-index: 100 !important;
}

/* This is far from ideal as the required *'s will dissapear if we change baseUrl, although there
   doesn't appear to be a nicer solution at the moment */
.form-required:after {
    background-image: url('/portal/images/required.svg');
    background-size: 7px 7px;
    content: '';
    display: inline-block;
    line-height: 1;
    height: 7px;
    width: 7px;
    margin-left: 3px;
    margin-right: 3px;
}

input.select2-search__field {
    border: none !important;
}

.layout__content {
    overflow-y: scroll;
}

/* P1 Styling Changes for P2 */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("/portal/stylesheets/fonts/glyphicons/glyphicons-halflings-regular.eot");
    src: url("/portal/stylesheets/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/portal/stylesheets/fonts/glyphicons/glyphicons-halflings-regular.woff2") format("woff2"), url("/portal/stylesheets/fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("/portal/stylesheets/fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("/portal/stylesheets/fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.conditions tr {
    border-top: none;
}

.button--accent.button--accent.button--raised, .button--accent.button--accent.button--fab {
    background-color: #ca4e3c;
    border-color: #ca4e3c;
}

.button--raised {
    background: none;
    box-shadow: none;

    border: 1px solid #adadad;
}

.button.cancel-button::before {
    content: '\e014';
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    float: left;
    margin-top: -1px;
}

.button.save-button::before {
    content: '\e013';
    margin-right: 6px;
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    float: left;
    margin-top: -1px;
}

textarea:focus,
input:focus {
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    border: 1px solid #999999;
    background: #dadada url("/portal/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x !important;
    font-weight: normal;
    color: #212121 !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #337ab7 transparent transparent transparent !important;
}

.no-search .select2-search--dropdown {
    height: 0px;
    padding: 0;
    overflow: hidden;
}

.no-search .select2-search--dropdown input {
    display: none;
}

input.no-min-width {
    min-width: 0;
}

.sectionTitle {
    font-size: 14px;
    font-weight: 600;
}

.sectionTitleBox {
    padding: 7px 14px 7px 14px;
    margin: 14px 20px 0px 20px;
}

.h2 {
    font-size: 18px;
    font-weight: 600;
}

td > label {
    font-size: 14px;
}

/* Styling changes END */
/*Tabbed P2 form browsing*/
.section-tabs {
    width: 100%;
    margin-bottom: -7px;
}

.section-tabs .tab-container {
    display: flex;
    flex-shrink: 2;
    flex-basis: auto;
    list-style: none;
    margin-bottom: 0px;
    margin-left: 0px;
    height: calc(100% - 20px);
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    text-align: center;
    line-height: 20px;
  }
  
  .section-tabs .handle {
    color: #303030;
    min-height: 48px;
    min-width: 100%;
  }

  .section-tabs .handle-container {
    cursor: pointer;
    vertical-align: text-bottom;
    padding: 4px 10px 4px 10px;
    background-color: #ccc;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 6px 6px 0px 0px;
    height: 100%;
    margin-bottom: 6px;
    box-shadow: 1px -1px 3px 0 rgba(0,0,0,.20);
  }
  .handle-container:not(:first-child){
    margin-left: 5px;
  }
  .section-tabs .tab-highlight.handle-container {
    background-color: white;
  }

  .tabbed-form {
    padding-top: 0px !important;
  }

  .tabbed-form .grid.restricted {
    padding-top: 0px !important;
  }

  .tabbed-form .mps-full-width {
    margin: 0px;
  }
  
  .normal-font p, .normal-font div, .normal-font li {
    font-size: 16px !important;
  }

  .large-font p {
      font-size: 18px !important;
  }
  
  .min-width-input-override input, .min-width-input-override select {
      min-width: 50px !important;
  }

/* formGenerator style */
.bold-bold,
.bold-bold table tr td,
.bold-bold table tr th,
.bold-bold p,
.bold-bold ul li {
  font-weight: 600;
}

.bolder-bold,
.bolder-bold table tr td,
.bolder-bold table tr th,
.bolder-bold p,
.bolder-bold ul li {
  font-weight: 800;
}

td.right-align {
  text-align: right !important;
}

.grid b {
  font-weight: 600;
}

.mps-title-line-height {
  line-height: 38px;
}

.custom-label-spacing label {
  margin-right: 15px;
}

label.js-checkbox {
  cursor: pointer;
}

select.ui-datepicker-year {
  width: 45% !important;
}

.nowrap {
    white-space: nowrap;
}

.custom-textarea {
    min-height: 25px;
    display:inline-block;
    vertical-align:middle;
}
.nopadding td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.noresize {
    resize: none;
    height:100px !important;
}

.hideBereavement, .bereavementElements, .bereavementElementsAndRaisingOnBehalf, .bereavementElementsMeetConditions {
    display: none;
}

.workplace-small-padding {
    padding: 5px !important;
}

.mpsOpacity {
    opacity: 0.6;
}

.wa-image-container {
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
}
.mps-custom-radio {
  min-width: 20px !important;   
}

.wa-image {
    float: left;
    min-width: 150px;
    text-align: center;
}

.wa-meta {
    margin-left: 5px;
}

.wa-product-name {
    font-weight: bold
}

.wa-input {
  min-width: 100px !important;   
}

.workplaceAdjustmentRequests {
    display: none;
}

.mpsIsBold {
    font-weight: bold;
}

.mpsNumberCircle {
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  border: 1px solid red;
  background: red;
  color: white;
}

.mpsNumberCircleApprovers {
  position: relative;
  left: 40px;
  top: -15px;
  display: none;
}
.mpsNumberCircleCommercialFinancialApprovers {
    position: relative;
    left: 40px;
    top: -15px;
    display: none;
}

.mpsNumberCircleSurveys {
    position: relative;
    left: 40px;
    top: -15px;
    display: none;
}

.ripple { 
  background: #000; 
  opacity: 0.001; 
}


#jsGrid input, #jsGrid select {
  min-width: 0;
  min-height: 0;
  border: none !important;
}

.jsgrid-edit-row>.jsgrid-cell, .jsgrid-insert-row>.jsgrid-cell {
  background: #EFEFEF;
}

.jsgrid-grid-header {
  overflow: auto;
}

.jsgrid-grid-body {
  overflow: auto;
}

.jsgrid-selected-row>.jsgrid-cell {
  background: #eee;
  border: none;
}

.jsgrid .jsgrid-mode-button {
  height: 27px !important;
  width: 27px !important;
}

.jsgrid .jsgrid-button {
  width: 17px;
  height: 17px;
}

.jsgrid-button .jsgrid-cancel-edit-button {
  margin-left: 3px;
}

.jsgrid-cell {
  border: 1px solid rgba(0,0,0,.12);
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.jsgrid-edit-button {
  background-position: 0px -118px;
}

.mps-stars polygon[class*="svg-active-"] {
  fill: #2e415c !important;
}

.zero-margin-top-bottom {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ui-state-disabled {
    opacity: 0.7 !important;
}