﻿html {
    font-family: century-gothic, sans-serif;
    font-size: 14px;
}

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

body {
    margin: 0px;
    padding: 0px;
    color: #605d5d;
    line-height: normal !important;
}

    body > canvas {
        display: none;
    }

p, h3, h4, h5 {
    margin: 0px 0px 10px 0px !important;
}

h1, h2 {
    margin: 0px 0px 22px 0px !important;
    font-size: 22px !important;
    font-weight: 400;
    font-style: normal;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
    display: block;
}

.none {
    display: none;
}

.display-flex {
    display: flex !important;
}

.flex-space-between {
    justify-content: space-between !important;
}

.full-width {
    width: 100% !important;
}

.font-red {
    color: #E2222F !important;
}

.page {
    display: flex;
    min-height: 100vh;
}

    .page .menu {
        width: 300px;
        min-width: 300px;
        background-color: #3B52B0;
        display: flex;
        flex-direction: column;
    }

@media (max-width:1200px) {
    .page .menu {
        width: 200px;
        min-width: 200px;
    }
}

.show-menu-sub .page .menu {
    background-color: #778adb;
}

.page .menu-top {
    padding-bottom: 20px;
    flex: 1;
}

.page .main {
    flex: 1;
    background-color: rgb(232, 232, 232);
}

.page .menu .logo {
    padding: 15px;
    display: block;
}

    .page .menu .logo span {
        display: block;
        height: 60px;
        background-size: contain;
        background-position: center left;
        background-repeat: no-repeat;
        background-image: url('/libAlt/images/logo.png');
    }

.page-head {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}


.page-title {
    color: black;
    font-size: 26px;
    font-weight: 400;
    padding-left: 15px;
    line-height: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-contact {
    font-size: 16px;
    display: flex;
    color: rgb(81, 144, 205);
    display: flex;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
}

    .page-contact span {
        padding-left: 5px;
        padding-right: 5px;
        white-space: nowrap;
        font-weight: bold;
    }

    .page-contact .t {
        color: rgb(41, 51, 119);
    }

@media (max-width:1200px) {
    .page-title {
        font-size: 20px;
        line-height: 26px;
    }

    .page-contact {
        flex-direction: column;
        font-size: 12px;
        padding-top: 9px;
        padding-right: 20px;
        padding-left: 20px;
    }

        .page-contact .s {
            display: none;
        }
}


.page-head-line {
    background-color: #21956E;
    min-height: 28px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.cmdMenuOpen, .menu-overlay, .cmdMenuClose {
    display: none;
}


@media (max-width:1000px) {
    .page .menu {
        transition: all 0.5s ease;
        position: fixed;
        width: 300px;
        min-width: 300px;
        left: -300px;
        top: 0px;
        bottom: 0px;
        z-index: 9999;
        overflow: auto;
    }

    .menu-open .page .menu {
        left: 0px;
    }

    .menu-open .menu-overlay {
        display: block;
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 9998;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .page-head {
        position: relative;
        padding-left: 40px;
    }

    .cmdMenuOpen {
        position: absolute;
        display: block;
        top: 17px;
        left: 10px;
        font-size: 28px;
        cursor: pointer;
    }

    .page-title {
        font-size: 14px;
        line-height: 20px;
        padding-top: 23px;
    }


    .cmdMenuClose {
        position: absolute;
        display: block;
        top: 28px;
        left: 18px;
        font-size: 38px;
        cursor: pointer;
        color: #fff;
    }

    .logo {
        margin-left: 50px;
    }
}




.page-main-content {
    padding: 20px 10px;
}

.menu-holder {
    margin-top: 30px;
}

.show-menu-main .menu-main {
    display: block !important;
}

.show-menu-sub .menu-sub {
    display: block !important;
}

.menu-holder .actionMenuItem {
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    align-items: center;
}

    .menu-holder .actionMenuItem:hover, .menu-holder .actionMenuItem.selected {
        background-color: #3B52B0;
    }

    .menu-holder .actionMenuItem .icon {
        width: 25px;
        margin-right: 10px;
        text-align: center;
    }

.menu-holder .menu-sub .actionMenuItem {
    color: white;
}

    .menu-holder .menu-sub .actionMenuItem:hover, .menu-holder .menu-sub .actionMenuItem.selected {
        color: #fff;
    }


.menu-holder .actionMenuGroup > .title {
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    align-items: center;
}

    .menu-holder .actionMenuGroup > .title .icon {
        width: 25px;
        margin-right: 10px;
        text-align: center;
    }

    .menu-holder .actionMenuGroup > .title .description {
        flex: 1;
    }

    .menu-holder .actionMenuGroup > .title .tog i::before {
        content: "\f054";
    }

.menu-holder .actionMenuGroup.open > .title .tog i::before {
    content: "\f078";
}

.menu-holder .actionMenuGroup .items {
    background-color: #778adb;
    height: 0px;
    overflow: hidden;
}

.menu-holder .actionMenuGroup.open .items {
    height: auto;
}

.logged-in {
    color: #fff;
    text-align: center;
    font-size: 12px;
}

    .logged-in div {
        margin-bottom: 3px;
    }

.logged-in-links {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    font-size: 12px;
}

    .logged-in-links a {
        padding-left: 5px;
        padding-right: 5px;
        color: #fff;
        text-decoration: underline;
    }

.menu .cmdSupport {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
    background-color: #E2222F;
    color: white;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
    line-height: 45px;
    text-decoration: none;
}

.formGroup {
    background-color: #fff;
}

.formGroupTitle {
    background-color: #5590FE;
    font-size: 18px;
    color: #fff;
    padding: 15px 10px;
}

.supportFiles .supportFilesTitle {
    font-weight: bold;
    margin-bottom: 5px;
}

.supportFiles .supportFilesItems a {
    display: block;
    text-decoration: none;
    padding: 5px;
    border: solid 1px gray;
    margin-bottom: 5px;
    color: gray;
}

    .supportFiles .supportFilesItems a:hover {
        border-color: #000;
    }


#support {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 1s ease-in-out;
    height: 0px;
    overflow: hidden;
    display: flex;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
}

    #support.open {
        bottom: 0px;
        transition: all 1s ease-in-out;
        height: 100%;
    }

    #support form {
        width: 90%;
        max-width: 700px;
    }

    #support #closeSupport {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 55px;
        z-index: 99999;
        color: white;
    }

    #support img {
        width: 100%;
        max-width: 100%;
        max-height: 250px;
    }

#niceAskScreenshot {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    height: 0px;
    overflow: hidden;
    display: flex;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

    #niceAskScreenshot.open {
        bottom: 0px;
        height: 100%;
    }

    #niceAskScreenshot .formGroup {
        max-width: 300px;
    }

#support .formGroup {
    max-width: 500px;
}


#support .txt {
    width: 100%;
}

#niceAskScreenshot .formGroup .formGroupItems, #support .formGroup .formGroupItems {
    padding: 10px;
}

#niceAskScreenshot .formGroup .formGroupBottom, #support .formGroup .formGroupBottom {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

#supportAddFile {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px gray;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

    #supportAddFile:hover {
        border-color: #000;
    }


.formMultiFileAdd {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px gray;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

    .formMultiFileAdd:hover {
        border-color: #000;
    }


.formItem {
    margin-bottom: 20px;
}

    .formItem .lbl {
        min-height: 18px;
        color: #3B52B0;
        font-weight: 600;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .formItem .field {
        min-height: 35px;
    }

    .formItem .txt, .formItem .textArea {
        width: 100%;
        padding: 4px;
        border: 1px solid #ccc;
        outline: 0px none;
        background-color: #FFF;
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-radius: 0;
        font-size: 14px;
        font-family: Arial;
        height: 34px;
    }

    .formItem .textArea {
        height: 150px;
    }

.ddlHolder {
    background: url(/lib/images/form/dropdown-arrows.jpg) no-repeat right center;
    background-color: #fff;
    height: 34px;
    width: 100%;
    overflow: hidden;
}

    .ddlHolder select {
        background: transparent;
        border: 1px solid #ccc;
        font-size: 14px;
        height: 34px;
        padding: 5px; /* If you add too much padding here, the options won't show in IE */
        padding-right: 50px;
        width: 120%;
        width: calc(100% + 20px);
        appearance: none;
        -webkit-appearance: none;
        border-radius: 0px;
        outline: none;
    }


.formItem.formItemChk {
    display: flex;
}

.blockDisplay {
    display: flex;
    flex-wrap: wrap;
}

    .blockDisplay a {
        width: 225px;
        height: 74px;
        display: flex;
        align-items: center;
        background-color: #3B52B0;
        color: #fff;
        position: relative;
        margin-bottom: 20px;
        text-decoration: none;
    }

    .blockDisplay .item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .blockDisplay .br-cm-group {
        width: 100%;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: bold;
        margin-left: 10px;
    }

    .blockDisplay a .icon {
        text-align: center;
        font-size: 28px;
        min-width: 50px;
    }

    .blockDisplay a .title {
        font-size: 16px;
        overflow: hidden;
    }

@media(max-width:500px) {
    .blockDisplay a, .blockDisplay .item {
        width: 100% !important;
    }
}

.mdl-snackbar {
    position: fixed;
    bottom: 0;
    left: 50%;
    cursor: default;
    background-color: #323232;
    z-index: 3;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    will-change: transform;
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
    transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 1, 1);
    pointer-events: none;
}

@media (max-width: 479px) {
    .mdl-snackbar {
        width: 100%;
        left: 0;
        min-height: 48px;
        max-height: 80px;
    }
}

@media (min-width: 480px) {
    .mdl-snackbar {
        min-width: 288px;
        max-width: 568px;
        border-radius: 2px;
        -webkit-transform: translate(-50%, 80px);
        transform: translate(-50%, 80px);
    }
}

.mdl-snackbar--active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: auto;
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 480px) {
    .mdl-snackbar--active {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.mdl-snackbar__text {
    padding: 14px 12px 14px 24px;
    vertical-align: middle;
    color: white;
    float: left;
}

.mdl-snackbar__action {
    background: transparent;
    border: none;
    color: rgb(255,64,129);
    float: right;
    text-transform: uppercase;
    padding: 14px 24px 14px 12px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    overflow: hidden;
    outline: none;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

    .mdl-snackbar__action::-moz-focus-inner {
        border: 0;
    }

    .mdl-snackbar__action:not([aria-hidden]) {
        opacity: 1;
        pointer-events: auto;
    }

.mdl-snackbar {
    font-size: 14px;
}

    .mdl-snackbar button {
        display: none;
    }

.mdl-snackbar--active {
    display: block;
    position: fixed;
    bottom: 0px;
    background-color: #3B52B0;
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.circle {
    background-color: rgb(15, 213, 27);
    color: white !important;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    text-decoration: none;
    background-image: linear-gradient(to right, rgb(15, 213, 27), rgb(143, 252, 122));
}

    .circle:not([data-count='0']) {
        background-color: #C91A1A;
        background-image: linear-gradient(to right, #C91A1A, #F3A9A9);
    }

.tblCounts td, .tblCounts td a {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(140, 140, 140);
}

.trafficlight {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid black;
    display: inline-block;
}

.trafficlight1 {
    background-color: #E2222F;
}

.trafficlight2 {
    background-color: #EBD22D;
}

.trafficlight3 {
    background-color: #21956E;
}

.pv-page {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999999;
    background-color: #000;
    background-color: rgba(0,0,0,0.85);
    color: #fff;
}

    .pv-page .inner {
        height: 100%;
        overflow: auto;
        max-width: 400px;
        padding-top: 30px;
        margin: auto;
    }

    .pv-page .usr {
        position: relative;
        padding: 20px;
        font-size: 18px;
        margin-bottom: 20px;
        border: solid 1px #616161;
        border-radius: 5px;
    }

    .pv-page .itmType {
        position: absolute;
        right: 5px;
        top: 2px;
        font-size: 12px;
    }


    .pv-page .itmYou {
        position: absolute;
        left: 5px;
        top: 1px;
        font-size: 8px;
    }


    .pv-page .description {
        text-align: center;
        margin-bottom: 20px;
    }

    .pv-page a {
        display: block;
        padding: 20px;
        font-size: 18px;
        margin-bottom: 20px;
        background-color: #fff;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        color: #000;
    }

        .pv-page a:hover {
            background-color: #E8E8E8;
        }


.pv-header {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
}

    .pv-header .usr {
        position: relative;
        padding: 15px;
        font-size: 16px;
        border-right: solid 1px #fff;
        background-color: #4a9bfe;
        cursor: pointer;
        color: #fff
    }

    .pv-header .itmType {
        position: absolute;
        right: 2px;
        top: -4px;
        font-size: 14px
    }


.timeline {
    color: #000;
    font-size: 14px;
}

    .timeline h1,
    .timeline ul li .content h2 {
        text-shadow: 1px 1px 1px rgba(56, 56, 56, 0.5);
    }

    .timeline ul {
        padding: 50px 0;
    }

        .timeline ul li {
            background: #000;
            position: relative;
            margin: 0 auto;
            width: 5px;
            padding-bottom: 40px;
            list-style-type: none;
        }

            .timeline ul li:last-child {
                padding-bottom: 7px;
            }

            .timeline ul li:before {
                content: '';
                background: #000;
                position: absolute;
                left: 50%;
                top: 0;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                width: 20px;
                height: 20px;
                border: 3px solid #000;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

            .timeline ul li .hidden {
                opacity: 0;
            }

            .timeline ul li .content {
                background: #22a7ff;
                position: relative;
                top: 7px;
                width: 450px;
                padding: 20px;
                color: white;
            }

                .timeline ul li .content h2 {
                    color: #000;
                    color: white;
                    margin: 0px;
                    padding-bottom: 10px;
                    text-align: center;
                    font-size: 20px;
                }

                .timeline ul li .content p {
                    text-align: center;
                }

                .timeline ul li .content:before {
                    content: '';
                    background: #000;
                    position: absolute;
                    top: 0px;
                    width: 38px;
                    height: 5px;
                }

            .timeline ul li:nth-child(odd) .content {
                left: 50px;
                background: #22a7ff;
            }

                .timeline ul li:nth-child(odd) .content:before {
                    left: -38px;
                }

            .timeline ul li:nth-child(even) .content {
                left: calc(-450px - 45px);
                background: #22a7ff;
            }

                .timeline ul li:nth-child(even) .content:before {
                    right: -38px;
                }

/* -------------------------
     ----- Media Queries ----- 
     ------------------------- */
@media screen and (max-width: 1020px) {
    .timeline ul li .content {
        width: 41vw;
    }

    .timeline ul li:nth-child(even) .content {
        left: calc(-41vw - 45px);
    }
}

@media screen and (max-width: 700px) {
    .timeline ul li {
        margin-left: 20px;
    }

        .timeline ul li .content {
            width: calc(100vw - 100px);
        }

            .timeline ul li .content h2 {
                text-align: initial;
            }

        .timeline ul li:nth-child(even) .content {
            left: 45px;
            background: #22a7ff;
        }

            .timeline ul li:nth-child(even) .content:before {
                left: -33px;
            }
}

section.timeline li[data-link] {
    cursor: pointer;
}


.um-holder {
    position: relative;
}

.um-holder {
    position: relative;
}


    .um-holder .um-new {
        position: absolute;
        right: -10px;
        top: -10px;
        background-color: #4A9BFE;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        padding: 3px 5px;
    }

    .um-holder .um-footer {
        border-top: solid 1px #E8E8E8;
        margin-top: 15px;
        padding-top: 10px;
        text-align: right;
    }

        .um-holder .um-footer .lbl {
        }

        .um-holder .um-footer .val {
            font-weight: bold;
            color: #000199;
        }

label.error {
    color: red;
}





.calendarControl .day, .calendarControl .week .idate {
    float: left;
    width: 14.2%;
}

.calendarControl .dayOfWeek {
    background-color: #4a9bfe;
}

    .calendarControl .dayOfWeek .day {
        color: white;
        font-weight: bold;
        text-align: center;
    }

    .calendarControl .dayOfWeek .day, .calendarControl .week .idate, .calendarControl .weeks .week .idate .iDay .dateTitle, .calendarControl .weeks .week .idate .iDay .dateItems {
        padding: 5px;
        box-sizing: border-box;
    }

.calendarControl .weeks .week {
    background-color: #efefef;
}

    .calendarControl .weeks .week .idate .iDay {
        display: block;
        background-color: #ffffff;
        text-decoration: none;
        color: black;
        min-height: 80px;
    }

        .calendarControl .weeks .week .idate .iDay .dateTitle, .calendarControl .weeks .week .idate .iDay .dateItems {
            display: block;
        }

        .calendarControl .weeks .week .idate .iDay .dateTitle {
            color: black;
            background-color: #96c5ff;
            font-weight: bold;
            display: flex;
            justify-content: space-between;
        }

            .calendarControl .weeks .week .idate .iDay .dateTitle a {
                color: #000;
            }

a.outofmonth, a.outsideallowed {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.calendarControl .weeks .week .idate .iDay .dateItems .dateItem {
    display: flex;
    color: #000;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.2em;
    align-items: center;
    margin-bottom: 3px;
}

    .calendarControl .weeks .week .idate .iDay .dateItems .dateItem i {
        margin-right: 5px;
    }

    .calendarControl .weeks .week .idate .iDay .dateItems .dateItem .dateItem-status {
        display: none;
    }

.calendarControl .weeks .week .idate.iDay .dateItems {
    font-size: 16px;
}

.hideImportant {
    display: none !important;
}

.calendarControl .weeks .week .idate iDay.Sunday .dateTitle,
.calendarControl .weeks .week .idate iDay.Saturday .dateTitle {
    filter: grayscale(100%);
}


.typeofdaygrid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .typeofdaygrid > span {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

.TypeOfDay {
    display: block;
    background-color: grey;
    color: white;
    text-decoration: none;
    padding: 16px;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

    .TypeOfDay.selected {
        background-color: green;
    }

    .TypeOfDay.unselected {
        opacity: 0.2;
    }

@media (max-width:1300px) {

    .TypeOfDay {
        padding: 10px;
        font-size: 18px;
    }

    .typeofdaygrid > span {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
}

@media (max-width:700px) {

    .TypeOfDay {
        padding: 5px;
        font-size: 14px;
    }
}

.noteGroupTitle .mdl-textfield .mdl-textfield__label {
    color: #fff;
}


.header-sub {
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .header-sub .item {
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
        color: #fff;
        text-decoration: none;
        padding: 3px;
        padding-left: 5px;
        padding-right: 5px;
        border: solid 1px rgba(255,255,255,0.3);
    }

    .header-sub a.item:hover {
        border-color: #fff;
    }

    .header-sub .item .lbl {
        font-weight: bold;
        margin-right: 5px;
        display: inline-block;
    }

    .header-sub .item .val {
        display: inline-block;
    }


.action-bar {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

    .action-bar .mdl-button {
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }



.simpleTxtFormat {
    /* Font */
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
    font-size: 12px;
    /* Text color */
    color: #333;
    /* Remove the background color to make it transparent */
}



    .simpleTxtFormat .blockquote {
        font-style: italic;
        font-family: Georgia, Times, "Times New Roman", serif;
        padding: 2px 0;
        border-style: solid;
        border-color: #ccc;
        border-width: 0;
    }

.cke_contents_ltr blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

.cke_contents_rtl blockquote {
    padding-left: 8px;
    padding-right: 20px;
    border-right-width: 5px;
}

.simpleTxtFormat a {
    color: #0782C1;
}

.simpleTxtFormat ol, .simpleTxtFormat ul, .simpleTxtFormat dl {
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right: 0px;
    /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    padding: 0 40px;
}

.simpleTxtFormat h1, .simpleTxtFormat h2, .simpleTxtFormat h3, .simpleTxtFormat h4, .simpleTxtFormat h5, .simpleTxtFormat h6 {
    font-weight: normal;
    line-height: 1.2;
}


.simpleTxtFormat h1 {
    font-size: 26px;
}

.simpleTxtFormat h2 {
    font-size: 22px;
}

.simpleTxtFormat h3 {
    font-size: 16px;
}

.simpleTxtFormat h4 {
    font-size: 14px;
}

.simpleTxtFormat h5 {
    font-size: 12px;
}

.simpleTxtFormat hr {
    border: 0px;
    border-top: 1px solid #ccc;
}

.simpleTxtFormat img.right {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

.simpleTxtFormat img.left {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

.simpleTxtFormat pre {
    white-space: pre-wrap; /* CSS 2.1 */
    word-wrap: break-word; /* IE7 */
    -moz-tab-size: 4;
    tab-size: 4;
}

.simpleTxtFormat .marker {
    background-color: Yellow;
}

.simpleTxtFormat span[lang] {
    font-style: italic;
}

.simpleTxtFormat figure {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: rgba(0,0,0,0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
}

    .simpleTxtFormat figure > figcaption {
        text-align: center;
        display: block; /* For IE8 */
    }

.simpleTxtFormat a > img {
    padding: 1px;
    margin: 1px;
    border: none;
    outline: 1px solid #0782C1;
}

.spacer {
    height: 30px;
}

.padding {
    padding: 20px;
}

.form2Col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .form2Col > div {
        width: 48%;
    }

.infoCard {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}

    .infoCard > .title {
        display: flex;
        flex-wrap: wrap;
        background-color: rgb(51, 154, 255);
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        padding: 10px 20px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        align-items: center;
    }

    .infoCard > .body {
        padding: 30px 20px;
    }


.md1-inner-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}


    .md1-inner-items .md1-inner-items-item {
        width: 32%;
        border: solid 1px rgb(51, 154, 255);
        margin-right: 0.6%;
        margin-left: 0.6%;
        margin-bottom: 20px;
    }

@media (max-width:1000px) {
    .md1-inner-items .md1-inner-items-item {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
    }
}

@media (max-width:600px) {
    .md1-inner-items .md1-inner-items-item {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }
}

.md1-inner-items .md1-inner-items-item-title {
    padding: 10px;
    color: #fff;
    background-color: rgb(51, 154, 255);
}


.md1-inner-items .md1-inner-items-item-content {
    padding: 10px;
}

.calPrevNext {
    display: flex;
    background-color: #000299;
    padding: 8px;
    justify-content: space-between;
}

    .calPrevNext a {
        color: white;
    }

.yesNoControl .drop {
    display: flex;
    align-items: center;
}

    .yesNoControl .drop label {
        font-family: century-gothic, sans-serif;
        font-size: 14px;
        font-style: normal;
        color: #3B52B0;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 15px;
        flex: 1;
        display: flex;
        line-height: 37px;
        align-items: center;
        height: 100%;
    }

    .yesNoControl .drop select {
        min-width: 100px;
    }

.yesNoControl {
}

.items-header {
    width: 100% !important;
    padding: 10px;
    background-color: #D8D8D8;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.item-newLine {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sigControl .brSignatureContainer {
    padding-top: 0px !important;
}

.scoredTable .items {
    display: block !important;
}

.skillD {
    border: 1px solid black;
    width: 100%;
    border-collapse: collapse;
}

    .skillD td, .skillD th {
        border: 1px solid black;
        padding: 8px;
        vertical-align: top;
        font-weight: bold;
        background-color: white;
    }

    .skillD th {
        color: white;
        background-color: #3B52B0;
    }

    .skillD tr.breaking td {
        background-color: black;
        padding: 0px !important;
        height: 2px;
    }

    .skillD tr.breaking:last-of-type td {
        display: none;
    }

.mini-header {
    font-family: century-gothic, sans-serif;
    font-size: 15px;
    font-style: normal;
    color: #3B52B0;
    font-weight: 600;
    text-transform: uppercase;
}

.calendarControl .weeks .week .idate .iDay .dateTitle .dateName {
    display: none;
}

.calendarControl.calendarControlNoTotals .day, .calendarControl.calendarControlNoTotals .week .idate {
    width: 14.2%;
}

@media(max-width:650px) {



    .calendarControl .dayOfWeek {
        display: none;
    }

    .calendarControl .week .idate {
        width: auto !important;
        float: none;
    }

    .calendarControl .week {
        display: flex;
        flex-direction: column;
    }

    .calendarControl .weeks .week .idate .iDay.outofmonth {
        display: none;
    }

    .calendarControl .week .idate {
        padding-bottom: 0px;
    }

    .calendarControl .weeks .week .idate .iDay .dateTitle .dateName {
        display: inline-block;
    }
}

.chipForm .mdl-chip-collection {
    display: flex;
    flex-wrap: wrap;
}

.chipForm label {
    color: #3B52B0;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#shortlistItem {
    /* display:flex; */
}

#shortlists {
    margin-bottom: 10px;
    position: absolute;
    z-index: 5px;
    left: 0px;
    border: 1px dashed black;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    #shortlists .title {
        background-color: #000299;
        padding: 8px;
        font-weight: bold;
        color: white;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #shortlists .body,
    #shortlists .new {
        padding: 8px;
        background-color: white;
    }

    #shortlists .new {
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #shortlists .body .item {
        border-bottom: 1px dashed black;
        padding-bottom: 8px;
        padding-top: 8px;
    }


.buttonRow {
    display: flex;
}

    .buttonRow .buttonGroup {
        margin-left: 20px;
        position: relative;
    }

        .buttonRow .buttonGroup:first-of-type {
            margin-left: 0px;
        }

.saveContainer.saveContainerFlexed {
    justify-content: space-between;
}

.tblOptions a i {
    color: #3B52B0;
}


.mds-button {
    border-radius: 15px 2px 15px 15px !important;
    color: #FFFFFF !important;
    height: auto !important;
    cursor: pointer !important;
    box-shadow: none;
    text-shadow: none;
    font-family: inherit;
    outline: 0 !important;
    margin: 0;
    opacity: 1;
    font-size: 15px;
    border: none !important;
    display: inline-block;
    line-height: 1em !important;
    padding: 16px 20px !important;
    text-decoration: none !important;
    text-align: center;
    text-transform: none !important;
    font-weight: 400 !important;
}

    .mds-button.disabled,
    .mds-button:disabled {
        cursor: default !important;
        background-color: lightgrey !important;
    }

.btn-sm {
    padding: 8px 12px !important;
    font-size: 13px !important;
}

.btn-xs {
    padding: 4px 8px !important;
    font-size: 12px !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.text-center {
    text-align: center !important;
}

.mdl-grid.mdl-grid--sm-spacing {
    padding: 5px !important;
}

.mdl-grid.mdl-grid--sm-spacing > .mdl-cell {
    margin: 5px;
}

    .mdl-grid.mdl-grid--sm-spacing .mdl-textfield {
        padding: 0 !important;
    }

.user-inivitation .mdl-layout__header {
    background-color: #3B52B0;
}

.user-inivitation .mdl-layout-title a {
    text-decoration: none;
}


.lds-ellipsis,
.lds-ellipsis div {
    box-sizing: border-box;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33.33333px;
        width: 13.33333px;
        height: 13.33333px;
        border-radius: 50%;
        background: currentColor;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.mdl-progress {
    display: block;
    position: relative;
    height: 4px;
    width: 500px;
    max-width: 100%
}

    .mdl-progress > .bar {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0%;
        transition: width .2s cubic-bezier(.4,0,.2,1)
    }

    .mdl-progress > .progressbar {
        background-color: #21956E;
        z-index: 1;
        left: 0
    }

    .mdl-progress > .bufferbar {
        background-image: linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,#21956E,#21956E);
        z-index: 0;
        left: 0
    }

    .mdl-progress > .auxbar {
        right: 0
    }

@supports (-webkit-appearance: none) {
    .mdl-progress:not(.mdl-progress--indeterminate):not(.mdl-progress--indeterminate) > .auxbar, .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate) > .auxbar {
        background-image: linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7)),linear-gradient(to right,#21956E,#21956E);
        -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
        mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=")
    }
}

.mdl-progress:not(.mdl-progress--indeterminate) > .auxbar, .mdl-progress:not(.mdl-progress__indeterminate) > .auxbar {
    background-image: linear-gradient(to right,rgba(255,255,255,.9),rgba(255,255,255,.9)),linear-gradient(to right,#21956E,#21956E)
}

.mdl-progress.mdl-progress--indeterminate > .bar1, .mdl-progress.mdl-progress__indeterminate > .bar1 {
    -webkit-animation-name: indeterminate1;
    animation-name: indeterminate1
}

.mdl-progress.mdl-progress--indeterminate > .bar1, .mdl-progress.mdl-progress__indeterminate > .bar1, .mdl-progress.mdl-progress--indeterminate > .bar3, .mdl-progress.mdl-progress__indeterminate > .bar3 {
    background-color: #21956E;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.mdl-progress.mdl-progress--indeterminate > .bar3, .mdl-progress.mdl-progress__indeterminate > .bar3 {
    background-image: none;
    -webkit-animation-name: indeterminate2;
    animation-name: indeterminate2
}

@-webkit-keyframes indeterminate1 {
    0% {
        left: 0%;
        width: 0%
    }

    50% {
        left: 25%;
        width: 75%
    }

    75% {
        left: 100%;
        width: 0%
    }
}

@keyframes indeterminate1 {
    0% {
        left: 0%;
        width: 0%
    }

    50% {
        left: 25%;
        width: 75%
    }

    75% {
        left: 100%;
        width: 0%
    }
}

@-webkit-keyframes indeterminate2 {
    0%,50% {
        left: 0%;
        width: 0%
    }

    75% {
        left: 0%;
        width: 25%
    }

    100% {
        left: 100%;
        width: 0%
    }
}

@keyframes indeterminate2 {
    0%,50% {
        left: 0%;
        width: 0%
    }

    75% {
        left: 0%;
        width: 25%
    }

    100% {
        left: 100%;
        width: 0%
    }
}

.accordion-intro {
    font-size: 16px;
    padding: 15px;
    background-color: white;
}

.align-cells-top tbody td {
    vertical-align: top;
}

td.twelve-months {
    background-color: lightgray;
}

.swal2-styled.swal2-confirm {
    background-color: #21956E !important;
}

.swal2-styled.swal2-deny {
    background-color: #E2222F !important;
}