@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

:root {
    --ti-primary-colour: #32404f;
    --ti-table-left: 0px;
    --ti-border-radius: 0px;
    --ti-green-colour: #0BC2B0;
    --ti-error-colour: #e6643c;
    --ti-border-colour: #aaa;
    --ti-box-shadow-colour: #aaa;
}

.form-error, .is-invalid-input:not(:focus)::placeholder, .is-invalid-label {
    color: var(--ti-error-colour);
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
    :root {
        --ti-table-left: 250px;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

/** {
    background-color: rgba(255,0,0,.2);
}

    * * {
        background-color: rgba(0,255,0,.2);
    }

        * * * {
            background-color: rgba(0,0,255,.2);
        }

            * * * * {
                background-color: rgba(255,0,255,.2);
            }

                * * * * * {
                    background-color: rgba(0,255,255,.2);
                }

                    * * * * * * {
                        background-color: rgba(255,255,0,.2);
                    }

                        * * * * * * * {
                            background-color: rgba(255,0,0,.2);
                        }

                            * * * * * * * * {
                                background-color: rgba(0,255,0,.2);
                            }

                                * * * * * * * * * {
                                    background-color: rgba(0,0,255,.2);
                                }*/



*:focus {
    outline: none;
}

body {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    font-size: 12px;
    font-family: verdana, arial !important;
    /*font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;*/
    /*font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" line-height: 18px;*/
    color: #404040;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    height: 100%;
}

table {
    font-variant-numeric: tabular-nums;
}


cite::before {
    content: "" !important;
}

.dx-overlay-shader {
    pointer-events: auto;
    background-color: rgba(103, 118, 140, .5) !important;
}
.reveal-overlay {
    overflow-y: auto;
    background-color: rgba(103, 118, 140, .5) !important;
}

.reveal {
    background-color: #fff !important;
}

.primary {
    fill: #A5B3BB;
}

.secondary {
    fill: #1779ba;
}
/* Loading CSS */
.overlay {
    opacity: 0.8;
    background-color: rgba(103, 118, 140, .9); /*#292c2f;*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.loader {
    color: #fff;
    font-family: Consolas, Menlo, Monaco, monospace;
    font-weight: bold;
    font-size: 30vh;
    opacity: 0.8;
}

    .loader span {
        display: inline-block;
        -webkit-animation: pulse 0.3s alternate infinite ease-in-out;
        animation: pulse 0.3s alternate infinite ease-in-out;
    }

        .loader span:nth-child(odd) {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

@-webkit-keyframes pulse {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.5;
    }
}

@keyframes pulse {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.5;
    }
}
/* Loaing CSS */

.top-bar {
    box-shadow: 0 1px 6px rgba(34, 25, 25, 0.6);
    z-index: 999;
    background-color: #292c2f;
}

    .top-bar a {
        color: #fff;
    }

    .top-bar .menu {
        background-color: #292c2f;
    }

.menu-text {
    color: #fff;
}


.new-primary, .new-primary:focus {
    background-color: #f4f4f4;
    color: #0a0a0a;
    border: 1px solid #babec5;
    height: 43px;
    box-shadow: none !important;
}

    .new-primary:hover {
        background-color: #fff;
        color: #8d9096;
    }

/* Off Canvas */
.off-canvas {
    background: #232b31;
    z-index: 1010;
    overflow-y: inherit !important;
}

    .off-canvas:not(.is-open) .ti-dialog-close,
    .off-canvas:not(.is-open) .slider-close {
        display: none;
    }

.is-drilldown-submenu {
    background: #232b31;
}

.menu > li {
    padding-top: 5px;
    padding-bottom: 5px;
    /*border-top: 1px solid #0a0a0a;*/
}

    .menu > li > a {
        font-weight: 600;
        font-size: 14px;
        padding-bottom: 0;
        padding-top: 5px;
        color: #fff;
    }

/*.menu > li > a > i {
            font-size: 20px;
            font-weight: 300;
        }*/

.page-body {
    padding-top: 0rem;
    /*background-color: hsl(210, 36%, 96%);  #cfcfcf;*/
    min-height: 95vh;
}

.white-body {
    background-color: #fff;
    padding-top: 10px;
}

.button-set {
    border-top: 1px solid rgb(202, 202, 202);
    margin-top: 0;
    padding: 6px 26px 6px 6px;
    overflow: hidden;
    background-color: #ecf0f5;
}

    .button-set .button {
        margin: 0;
    }

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: .9rem;
    box-shadow: none;
}

.dropdown-pane {
    /*display: none !important;
    margin-top: 35px !important;*/
    border-radius: var(--ti-border-radius) !important;
    padding: 0px;
    box-shadow: -2px 3px 3px 0 var(--ti-box-shadow-colour);
    border: 1px solid var(--ti-border-colour);
}

    .dropdown-pane .button {
        box-shadow: none;
        margin-bottom: 5px;
    }

    .dropdown-pane ul {
        margin-left: 0px;
        margin-bottom: 0px;
    }

        .dropdown-pane ul li {
            display: block;
            float: none;
            border-width: 0;
            width: 100%;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 10px;
        }

            .dropdown-pane ul li:hover {
                background-color: #EAEAEB;
            }

            .dropdown-pane ul li a,
            .dropdown-pane ul li label {
                white-space: nowrap;
                display: flex !important;
                align-items: center;
                margin-left: 10px;
                width: 100%;
                color: #525c66;
                font-size: 13px;
            }

    .dropdown-pane .separator {
        padding: 0;
        height: 1px;
        width: 100%;
        border-width: 1px 0 0;
        background-color: #e6e6e6;
    }

/*.dropdown-pane.is-open {
        display: block !important;
        visibility: visible !important
    }*/

/*
    14/01/2021 - David Joyce : Redesign accordion
*/
.accordion-title, .accordion-title:hover {
    background-color: #24334a !important;
    font-size: 15px;
    color: #fff !important;
    margin: 30px 0 0 0;
}

.accordion-content {
    padding: 0px !important;
    border: none !important;
}


select, [type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"],
[type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"],
[type="week"], textarea {
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    /*height: 43px;*/
    border: 1px solid #babec5;
    padding: 7px 10px;
    transition: border 0.35s !important;
    vertical-align: middle;
    margin-bottom: 15px;
}

.chosen-container-single .chosen-single {
    font-size: 12px !important;
    height: 40px !important;
    line-height: 40px !important;
}

textarea {
    padding: 8px;
    height: auto;
}

.input-group {
    margin-bottom: 13px;
}

    /*.chosen-container {
    margin-bottom: 15px;
}*/

    .input-group .chosen-container {
        margin-bottom: 0px !important;
    }

.is-number {
    text-align: right;
}

select {
    padding-right: 1.5rem !important;
    background-image: url("../images/arrow-down.png") !important;
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 15px;
    margin: 0px;
    margin-bottom: 15px;
    cursor: pointer;
}



.button {
    border-radius: var(--ti-border-radius) !important;
}

.input-group input[type="number"] {
    margin-bottom: 0;
}

table {
    border: 1px solid #eee;
    margin: 0px !important;
}

    table tbody tr:nth-child(2n) {
        border-bottom: 0;
        background-color: #fff;
    }

td .button {
    /*min-width: 70px;
    min-height: 50px;*/
    margin-bottom: 1px;
    /*float: right;*/
    /*font-size: 1.15rem !important;
    padding-right: 5px;
    padding-left: 5px;*/
}

/*td {
    padding: 0.3rem !important;
}*/


.row {
    max-width: 100%;
}


.search-function, .js-container {
    /*background-color: #fff;  #300d79;
    padding-bottom: 5px;*/
    border-top: 1px solid #d2d6de !important;
}

.box-shadow {
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
}


/*Custom Error Dialog*/
.error-reveal {
    padding: 0px;
    -webkit-box-shadow: 10px 10px 23px -7px rgba(0,0,0,0.72);
    -moz-box-shadow: 10px 10px 23px -7px rgba(0,0,0,0.72);
    box-shadow: 10px 10px 23px -7px rgba(0,0,0,0.72);
    border: none !important;
}

    .error-reveal p {
        padding: 1rem;
    }

/*Total section*/
.totalline p {
    color: #8A8A8A;
}
/*Remove margin from the textboxes in tables*/
td [type="number"], td [type="text"] {
    margin: 0px;
}




table tbody th, table thead th {
    color: #fff;
    text-align: left;
    border-collapse: collapse;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

/* Image Button */
.image-button {
    height: 60px;
}

/* Date Picker */
.datepicker td, .datepicker th {
    font-size: 20px !important;
    padding: 6px 8px !important;
}

.datepicker.dropdown-menu {
    font-size: 20px !important;
    line-height: 20px !important;
    border-radius: var(--ti-border-radius) !important;
    z-index: 99999999999999 !important;
}

.datepicker table {
    color: #000;
}

.datepicker td, .datepicker th {
    width: auto !important;
    color: #000;
}

.datepicker .prev,
.datepicker .next {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
}

/*.datepicker .prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}

.datepicker .next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}*/

.datepicker-days::before,
.datepicker-months::before,
.datepicker-years::before,
.dropdown-pane::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(315deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(315deg);
    transform: translateX(-50%) translateY(-50%) rotate(315deg);
    top: -1px;
    left: 30px;
}

/* Sets dynamic Report Column Values */
.Report-Column-Large {
    min-width: 150px;
}

.Report-Column {
    min-width: 100px;
    text-align: right;
}

/* Report Layouts */
.list-item-head {
    color: #F4F4F4;
    padding: 1rem;
    background-color: rgba(23, 121, 186, 1);
}

.list-item-header {
    text-align: left;
    padding: 1rem;
    vertical-align: top;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    color: #757575;
    vertical-align: bottom;
    border-bottom: 1px solid rgba(23, 121, 186, 1);
    border-left: 1px solid rgba(23, 121, 186, 1);
    border-right: 1px solid rgba(23, 121, 186, 1);
}

.list-item {
    position: relative;
    width: 100%;
    margin: 0 0 2px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    box-shadow: 0 1px 3px rgba(23, 121, 186, 1);
    padding: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid rgba(23, 121, 186, 1);
    border-right: 1px solid rgba(23, 121, 186, 1);
}

    .list-item:hover {
        box-shadow: 0 1px 3px rgba(23, 121, 186, 1);
        transform: scale(1.01);
        font-size: 18px;
    }

.list-item-footer {
    padding-bottom: 1rem;
}

.Blue-Header {
    background-color: #1779ba;
    color: #fff;
    text-align: left;
    padding: .5rem .625rem .625rem;
    font-weight: bold;
}

.White-Header {
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: .5rem .625rem .625rem;
    font-weight: bold;
}

.negative-number {
    color: #d93b42;
    text-align: right;
}

.NoBottomMargin {
    margin-bottom: 0px;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    vertical-align: middle;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

/* Chosen */
.chosen-container-single .chosen-single {
    font-size: 13px;
    border-radius: var(--ti-border-radius) !important;
    height: 42px;
    line-height: 42px;
    background-image: url("../images/arrow-down.png") !important;
    background-origin: content-box;
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 15px;
}

/* Preset buttons */
.preset-button {
    width: 100%;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 4px rgba(0,0,0,0.18);
    border-radius: 3px;
}

.preset-button-container {
    width: 12.5%;
}

/* Off Canvas */
.quick-add {
    width: 800px;
    transform: translateX(800px);
    background-color: white;
}

/* Callout */
.callout {
    /*margin: 0;*/
    padding: 0.5rem;
}

.training-callout {
    border-left: 3px solid #00B5FA;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.17);
}

.training-callout-alert {
    border-left: 3px solid #cc4b37;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.17);
}



h5 > .label {
    font-size: 1.25rem;
}


.bar-graph {
    padding: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 425px;
    margin: 0;
}

    .bar-graph li {
        display: block;
        padding: 1.5625rem 0;
        position: relative;
        text-align: center;
        vertical-align: bottom;
        border-radius: 4px 4px 0 0;
        max-width: 20%;
        height: 100%;
        margin: 0 1.8% 0 0;
        -webkit-flex: 1 1 15%;
        -ms-flex: 1 1 15%;
        flex: 1 1 15%;
    }

    .bar-graph .bar-graph-axis {
        -webkit-flex: 1 1 8%;
        -ms-flex: 1 1 8%;
        flex: 1 1 8%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .bar-graph .bar-graph-label {
        margin: 0;
        background-color: none;
        color: #8a8a8a;
        position: relative;
    }

@media print, screen and (min-width: 40em) {
    .bar-graph .bar-graph-label:before, .bar-graph .bar-graph-label:after {
        content: "";
        position: absolute;
        border-bottom: 1px dashed #8a8a8a;
        top: 0;
        left: 0;
        height: 50%;
        width: 20%;
    }
}

@media print, screen and (min-width: 40em) and (min-width: 64em) {
    .bar-graph .bar-graph-label:before, .bar-graph .bar-graph-label:after {
        width: 30%;
    }
}

@media print, screen and (min-width: 40em) {
    .bar-graph .bar-graph-label:after {
        left: auto;
        right: 0;
    }
}

.bar-graph .percent {
    /*letter-spacing: -3px;
    opacity: 0.4;*/
    width: 100%;
    font-size: 0.875rem;
    position: absolute;
}

    /*@media print, screen and (min-width: 40em) {
    .bar-graph .percent {
        font-size: 3.875rem;
    }
}*/

    .bar-graph .percent span {
        font-size: 1.875rem;
    }

.bar-graph .description {
    font-weight: 800;
    opacity: 0.5;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    bottom: 20px;
    position: absolute;
    font-size: 1rem;
    overflow: hidden;
}

.bar-graph .bar.primary {
    border: 1px solid #1779ba;
    background: linear-gradient(#2196e3, #1779ba 70%);
}

.bar-graph .bar.secondary {
    border: 1px solid #767676;
    background: linear-gradient(#909090, #767676 70%);
}

.bar-graph .bar.success {
    border: 1px solid #3adb76;
    background: linear-gradient(#65e394, #3adb76 70%);
}

.bar-graph .bar.warning {
    border: 1px solid #ffae00;
    background: linear-gradient(#ffbe33, #ffae00 70%);
}

.bar-graph .bar.alert {
    border: 1px solid #cc4b37;
    background: linear-gradient(#d67060, #cc4b37 70%);
}




.stats-list {
    list-style-type: none;
    clear: left;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
}

    .stats-list .stats-list-positive {
        color: #3adb76;
    }

    .stats-list .stats-list-negative {
        color: #cc4b37;
    }

    .stats-list > li {
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #cacaca;
        text-align: center;
        font-size: 1.1em;
        font-weight: bold;
    }

        .stats-list > li:last-child {
            border: none;
            margin: 0;
            padding: 0;
        }

        .stats-list > li .stats-list-label {
            display: block;
            margin-top: 2px;
            font-size: 0.9em;
            font-weight: normal;
        }

.progress {
    height: 2rem;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #cacaca;
}


.floated-label-wrapper {
    position: relative;
}

    .floated-label-wrapper label, .floated-label-wrapper span {
        background: #fefefe;
        color: #1779ba;
        font-size: 0.75rem;
        font-weight: 600;
        left: 0.75rem;
        opacity: 0;
        padding: 0 0.25rem;
        position: absolute;
        top: 2rem;
        transition: all 0.15s ease-in;
        z-index: -1;
    }

        .floated-label-wrapper label input[type=text],
        .floated-label-wrapper label input[type=email],
        .floated-label-wrapper label input[type=password] {
            border-radius: 4px;
            font-size: 1.75em;
            padding: 0.5em;
        }

        .floated-label-wrapper label.show, .floated-label-wrapper span.show {
            opacity: 1;
            top: -0.85rem;
            z-index: 1;
            transition: all 0.15s ease-in;
        }

tr {
    vertical-align: top;
}

    .show-on-hover:hover .additional-options, tr:hover .additional-options {
        display: inline-block;
    }

    .show-on-hover .additional-options, tr .additional-options {
        display: none;
    }

.menu > li > a.new-record {
    display: none;
    float: right;
    width: 10%;
    margin-top: -40px;
    margin-right: 20px;
}

.menu > li:hover > a.new-record {
    float: right;
    display: inline;
    width: 10%;
    margin-top: -40px;
    margin-right: 20px;
}



.required-entry {
    color: #b94a48;
}





.blue-top-box {
    border: 1px solid #d2d6de;
    /*border-top: 2px solid hsl(205, 82%, 33%) !important;*/
    margin-bottom: 10px;
}

.fixed-actions-invoice {
    position: fixed;
    bottom: 0;
    padding: 15px;
    padding-bottom: 0px;
    background: #fff;
    width: 100%;
    z-index: 3;
    border-top: 1px solid #cacaca;
    left: 0px;
}

    .fixed-actions-invoice .stats-list {
        margin-bottom: 0px;
    }

    .fixed-actions-invoice .button {
        font-size: 20px;
    }


.js-stage {
    /*background-color: #f9fafb;
    background-image: -webkit-linear-gradient(bottom, #f6f8fb 0%, #f9fafb 100%);
    background-image: linear-gradient(to top, #f6f8fb 0%, #f9fafb 100%);
    box-shadow: 0px -1px 0px 0px rgba(222, 230, 241, 0.5) inset;*/
    padding: 15px 0px 0px;
    /*height: 80px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-bottom: 10px;
}

.js-page-title {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: #393a3d;
    padding-top: 5px;
}

    .js-page-title small {
        font-size: 14px;
        color: hsl(214, 7%, 47%);
    }

/*.js-table-head {
    height: 45px;
    border: 1px solid #e3eaf3;
    border-bottom: 1px solid #C0D0E4;
    border-radius: 2px 2px 0px 0px;
    background-color: #f3f8fe;
    color: #486C8F;
    padding: 10px 0px 0px 10px;
    text-transform: uppercase;
    font-weight: 700;
}*/
.js-table-head {
    height: 45px;
    border: 1px solid #32404f;
    border-radius: 2px 2px 0px 0px;
    background-color: #32404f;
    color: #fff;
    padding: 10px 0px 0px 10px;
    text-transform: uppercase;
    font-weight: 500;
}

    .js-table-head a {
        color: #fff;
    }

table.js-table tbody th,
table.js-table thead th,
table.js-report-table tbody th,
table.js-report-table thead th {
    height: 33px;
    border: none;
    border-bottom: 2px solid #C0D0E4;
    /*border-left: 1px solid #C0D0E4;*/
    text-transform: uppercase;
    font-size: 13px;
    background-color: #f3f8fe;
    box-shadow: 1px 1px 0px 0px rgba(112, 144, 171, 0.5);
    color: #486C8F;
    padding: 8px 8px 6px 8px;
}

table.js-report-table tbody th,
table.js-report-table thead th {
    border-bottom: 2px solid #969696;
    border-left: 1px solid #969696;
    background-color: #fff;
}

table.js-report-table tbody tr {
    /*height: 43px;*/
    color: #404040;
    border-bottom: 1px solid #969696;
}

table.js-table tbody tr,
table.js-report-table tbody tr {
    height: 50px;
    color: #404040;
    border-bottom: 1px solid #dcdcdc;
}

    table.js-table tbody tr a,
    table.js-report-table tbody tr a {
        font-weight: 600;
        color: #404040;
        text-transform: capitalize;
    }


    table.js-table tbody tr:hover,
    table.js-report-table tbody tr:hover {
        background-color: #f3f8fe;
    }

        table.js-table tbody tr:hover a,
        table.js-report-table tbody tr:hover a {
            color: #365ebf;
        }

        table.js-table tbody tr:hover .negative-number,
        table.js-report-table tbody tr:hover .negative-number {
            color: #d93b42;
        }

/*table.js-table tbody tr:last-child,
    table.js-report-table tbody tr:last-child {
        border-bottom: 2px solid #dcdcdc;
    }*/

table.js-table tbody td,
table.js-report-table tbody td {
    padding: 8px;
    /*border-right: 1px dotted #969696;*/
    border-bottom: 1px solid #dcdcdc;
    font-size: 13px;
}

    table.js-table tbody td:last-child {
        border-right: none;
        /*border-bottom: none;*/
    }

/*table.js-table tbody:hover tr:not(:hover) {
    opacity: 0.6;
}*/

.no-border-bottom {
    border-bottom: none !important;
}

.js-link-button {
    font-size: 13px;
    color: #365ebf !important;
    cursor: pointer;
    font-weight: 600;
    min-height: 18px;
    line-height: 18px;
    min-width: 20px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    text-transform: none !important;
}

    .js-link-button:disabled, a:disabled {
        background-color: transparent !important;
        cursor: not-allowed !important;
    }

    .js-link-button.js-table-head-command {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 22px;
    }

.js-backbutton {
    color: #365ebf;
    border: none;
    background-color: transparent;
}

.js-menu-button {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}

.js-label-error {
    background-color: transparent;
    color: #d93b42;
    font-size: 14px;
}

.js-label-money-label {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
}

.js-label-money {
    font-size: 48px;
    color: #404040;
}

.js-insight {
    height: 75px;
    /*margin-top: 20px;*/
    color: #ffffff;
}

.js-insight-red {
    background-color: #d93b42;
    height: 75px;
    padding: 10px 10px 10px 13px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.js-insight-green {
    background-color: #56b349;
    height: 75px;
    padding: 10px 10px 10px 13px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.js-insight-blue {
    background-color: #0098cd;
    height: 75px;
    padding: 10px 10px 10px 13px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

    .js-insight-red:hover,
    .js-insight-green:hover,
    .js-insight-blue:hover {
        /*top: -10px;*/
        -webkit-box-shadow: inset 0px -10px 5px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0px -10px 5px 0px rgba(0,0,0,0.15);
        box-shadow: inset 0px -10px 5px 0px rgba(0,0,0,0.15);
    }

.js-insight-figure {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 1px;
}

.js-insight-text {
    text-transform: uppercase;
    font-size: 11px;
}

.js-capitalise {
    text-transform: capitalize;
}

.js-uppercase {
    text-transform: uppercase;
}

.js-list > li {
    border-top: none;
    padding: 0px;
}

    .js-list > li:last-child {
        border-bottom: none;
    }

    .js-list > li:hover {
        background-color: #f3f8fe;
    }

    .js-list > li > a {
        min-height: 48px;
        font-size: 15px;
        color: hsl(205, 100%, 21%);
        border-bottom: 1px solid #dcdcdc;
        border-top: none;
        padding: 20px;
        font-weight: 500;
    }

    .js-list > li:hover a {
        color: #365ebf;
    }

.js-report-section {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(164, 173, 186, .25);
    margin: 10px;
}

.js-search button,
.js-search button:hover,
.js-search button:focus {
    border: 1px solid #cacaca;
    border-left: none;
    background-color: transparent;
    color: #1779ba;
}

.js-search [type="text"],
.js-search [type="text"]:hover,
.js-search [type="text"]:focus {
    box-shadow: none;
    border: 1px solid #babec5;
}


.js-float-center {
    float: left;
    position: relative;
    text-align: left;
}

.js-drop-down {
    min-width: 150px;
    width: auto;
}

    .js-drop-down:before {
        content: none;
    }

.js-drop-down-button {
    padding-left: 10px;
    color: #404040 !important;
    width: 100%;
    font-size: 13px;
    font-weight: 400 !important;
}

.js-drop-down div > a.js-link-button,
.js-drop-down div > button.js-link-button {
    text-transform: none;
    display: block;
    min-width: 100%;
}

    .js-drop-down div > a.js-link-button:focus {
        outline: 0;
    }

.js-drop-down div {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .js-drop-down div:hover {
        background-color: #f3f8fe;
    }

.js-drawer {
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}

    .js-drawer .js-page-title {
        padding: 15px;
        font-size: 20px;
        font-weight: 300;
        color: #404040;
        display: block;
        width: 100%;
        border-bottom: 1px solid #DEE3E7;
        margin-bottom: 15px;
    }

    .js-drawer .fixed-actions {
        width: 100%;
        background-color: #c0d0e4;
        left: 0px;
    }

.fixed-actions--unset {
    position: unset !important;
}

#SideBarOptions {
    z-index: 1006;
}

    #SideBarOptions[class*="is-open"] {
        overflow-y: auto !important;
    }

#offCanvas[class*="is-open"] {
    overflow: visible !important;
}

.js-off-canvas-overlay {
    background: hsla(0,0%, 0%,.7);
    z-index: 1005;
}
/* Form redesign */
.js-edit-form .js-stage {
    /*background-color: hsl(210, 36%, 96%);*/
    background-image: none;
    box-shadow: none;
    margin-bottom: 10px;
}

/*.js-edit-form [type="text"], .js-edit-form [type="tel"], .js-edit-form select, .js-edit-form .chosen-single {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.js-edit-form label {
    font-size: 12px
}*/



.js-edit-form .switch.large .switch-paddle,
.js-edit-form .js-search-button-focus,
.js-edit-form .js-search button:hover,
.js-edit-form .js-search button:focus {
    height: 30px;
}

    .js-edit-form .switch.large .switch-paddle::after {
        height: 22px;
    }
/* Grid Totals */
.js-grid-totals {
    float: right;
    padding-right: 20px;
    border-bottom: 1px solid #32404f;
    text-align: right;
    border-right: 20px solid #32404f;
}

    .js-grid-totals .grid-total {
        display: inline-block;
    }

    .js-grid-totals.sum {
        clear: both;
        border-bottom: none;
        padding-top: 10px;
    }

    .js-grid-totals .grid-total .total {
        min-width: 200px;
    }

        .js-grid-totals .grid-total .total .label {
            display: block;
            font-size: 11px;
            line-height: 11px;
            color: #999;
            text-transform: uppercase;
            text-align: right;
            padding: 0 0 5px;
            background-color: transparent;
        }

    .js-grid-totals.sum .grid-total .total .value.sum {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .js-grid-totals .grid-total .total .value {
        display: block;
        font-size: 24px;
        line-height: 24px;
        text-align: right;
        margin-bottom: 10px;
    }
/* Grid Totals */

.diary_blue {
    background-color: #34BFFF !important;
    border-color: #055393 !important;
}

    .diary_blue:hover {
        background-color: #34BFFF !important;
        border-color: #055393 !important;
    }

.diary_green {
    background-color: #108000 !important;
    border-color: #A9E838 !important;
    color: #000 !important;
}

    .diary_green:hover {
        background-color: #108000 !important;
        border-color: #A9E838 !important;
        color: #000 !important;
    }

.diary_purple {
    background-color: #A898FF !important;
    border-color: #4E2B8F !important;
    color: #000 !important;
}

    .diary_purple:hover {
        background-color: #A898FF !important;
        border-color: #4E2B8F !important;
        color: #000 !important;
    }

.diary_orange {
    background-color: #F95700 !important;
    border-color: #FFAC61 !important;
    color: #000 !important;
}

    .diary_orange:hover {
        background-color: #F95700 !important;
        border-color: #FFAC61 !important;
        color: #000 !important;
    }

.diary_yellow {
    background-color: #FFAD00 !important;
    border-color: #FFEE00 !important;
    color: #000 !important;
}

    .diary_yellow:hover {
        background-color: #FFAD00 !important;
        border-color: #FFEE00 !important;
        color: #000 !important;
    }

/* Tabs */
/*Custom Tab Title*/
.js-edit-form .tabs {
    border-bottom: 1px solid hsl(205, 82%, 33%) !important;
    /*background-color: hsl(210, 36%, 96%);*/
}

.tabs-title {
    margin-left: 2px;
    margin-right: 2px;
    background-color: hsl(210, 36%, 96%);
}

    .tabs-title > a {
        display: block;
        padding: 1rem;
        font-size: 1.5rem;
        line-height: 1;
        color: #1779ba;
    }

    .tabs-title.is-active {
        /*border-top: 2px solid hsl(205, 82%, 33%) !important;
        border-left: 1px solid hsl(205, 82%, 33%) !important;
        border-right: 1px solid hsl(205, 82%, 33%) !important;*/
        border-bottom: 5px solid var(--ti-primary-colour);
        margin-bottom: -2.5px;
    }

.tabs-panel {
    padding: 0px;
}

.invoice-tab {
    padding-top: 1rem;
}

.tabs {
    border: none;
    border-bottom: 1px solid hsl(205, 82%, 33%) !important;
    background-color: #fff;
}

.tabs-content {
    border: none;
    padding-top: 5px;
    background-color: transparent;
}

.tabs-title > a,
.tabs-title > a:focus,
.tabs-title > a:hover {
    font-size: 14px;
    font-weight: 400;
    color: hsl(209, 61%, 16%);
    /*border-top: 1px solid hsl(209, 23%, 60%);
    border-left: 1px solid hsl(209, 23%, 60%);
    border-right: 1px solid hsl(209, 23%, 60%);*/
    /*text-transform: uppercase;*/
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
}

    .tabs-title > a[aria-selected="true"] {
        font-weight: bold;
        color: #404040;
        background-color: #fff !important;
    }

/* Chosen */
.chosen-drop {
    text-transform: capitalize;
}

div.js-tooltip {
    outline: none;
}

    div.js-tooltip strong {
        line-height: 30px;
    }

    div.js-tooltip:hover {
        text-decoration: none;
    }

    div.js-tooltip span {
        z-index: 10;
        display: none;
        padding: 14px 20px;
        margin-top: 10px;
        margin-left: -50px;
        min-width: 200px;
    }

    div.js-tooltip:hover span {
        display: inline;
        position: absolute;
        color: #EEE;
        background: #333 url(cssttp/css-tooltip-gradient-bg.png) repeat-x 0 0;
    }

    /*.callout {
    z-index: 20;
    position: absolute;
    border: 0;
    top: -14px;
    left: 120px;
}*/

    /*CSS3 extras*/
    div.js-tooltip span {
        /*border-radius: 2px;
    box-shadow: 0px 0px 8px 4px #666;*/
        opacity: 0.8;
        text-transform: uppercase;
    }

.arrow-down {
}

    .arrow-down::after {
        display: inline-block;
        width: 0 !important;
        height: 0 !important;
        vertical-align: middle;
        border-top: 6px solid #365ebf;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: "";
        background-color: transparent;
        margin-left: 5px;
        margin-right: 5px;
    }

.outer-button-container {
    width: 100%;
}

    .outer-button-container div {
        display: table-cell;
    }

/*.outer-button-container div:last-child {
            padding-left: 5px;
        }*/

.form-error {
    margin-bottom: 0;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #8d9096;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: 124px;
    background-position: -28px -3px;
    margin: 0;
}

ol {
    margin-left: 1.5rem;
}

.input-group-label {
    font-size: 20px;
    font-weight: normal;
}

.hover-underline-animation,
.underline {
    display: inline-block;
    position: relative;
    color: #0087ca;
}

    .hover-underline-animation::after,
    .underline::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #0087ca;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .hover-underline-animation:hover::after,
    .underline:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

.seperator-line {
    border-top: 5px dotted #C0D0E4;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

label {
    color: #555;
    font-size: 13px;
}



.input-group input[type="text"], .input-group input[type="tel"] {
    margin: 0px;
}



.small-box-footer, .small-box-footer:hover, .small-box-footer:focus {
    position: relative;
    text-align: right;
    color: #fff;
    display: block;
    z-index: 10;
    text-decoration: none;
}

.button.dropdown.hollow::after {
    border-color: #1779ba transparent transparent;
}

.button.hollow.no-border {
    border: none;
    box-shadow: none;
}

    .button.hollow.no-border:focus, .button.hollow.no-border:hover {
        color: #1779ba;
    }

.vd-button {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga','kern';
    position: relative;
    cursor: pointer;
    font-size: 15px;
    border-radius: 3px;
    padding: 12px 20px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    min-width: 100px;
    margin: 0 4px;
    border: 1px solid #777;
    font-weight: 700;
    transition: all .2s;
    transition-property: background,color,border;
    outline: 0;
}

    .vd-button:focus, .vd-button:hover {
        -webkit-box-shadow: 0 5px 10px #777;
        -moz-box-shadow: 0 5px 10px #777;
        box-shadow: 0 5px 10px #777;
    }

    .vd-button.vd-button--panel {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        min-height: 120px;
        min-width: 120px;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        margin-bottom: 8px;
        background-color: #FFF;
        padding: 12px 20px;
        border: 1px solid #777;
        color: #3A4953;
    }

.blue-font-label {
    background: #fefefe;
    color: #1779ba;
    font-weight: 600;
    opacity: 1;
    padding: 0 0.25rem;
    position: absolute;
}

.button-plain,
.button-plain:hover,
.button-plain:focus {
    background-color: #fff;
    color: #000;
    border: 2px solid black;
    font-weight: 600
}

table tbody td, table tbody th {
    padding: .5rem .625rem .625rem !important;
}


/*.callout.alert {
    background-color: #fff !important;
    color: #F74969 !important;
    border: 1px solid #F74969 !important;
}*/
/* Model Display Option for Mobile */

.mobile-ios-modal {
    width: 95%;
    min-height: 160px;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 0.75rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent;
}

.mobile-ios-3-buttons {
    top: calc(100% - 200px) !important;
}

.mobile-ios-modal-inner {
    padding: 0.5rem 0.5rem 1.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-ios-modal-options {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .mobile-ios-modal-options .button {
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        margin-bottom: 0;
        color: #1779ba;
        background: transparent;
        border-color: #e6e6e6;
        border-bottom: 0;
    }

.mobile-ios-modal-options-stacked .button {
    display: block;
    width: 100%;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-bottom: 0;
    color: #24334A;
    background: #fff;
    border-color: #e6e6e6;
    border-bottom: 0;
    min-height: 60px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0px !important;
}

    .mobile-ios-modal-options-stacked .button:last-child {
        margin-top: 8px;
        border-radius: 0.75rem !important;
    }

    .mobile-ios-modal-options-stacked .button:nth-last-child(2) {
        border-bottom-left-radius: 0.75rem !important;
        border-bottom-right-radius: 0.75rem !important;
    }

.show-for-iPad {
    visibility: hidden;
}
/* Model Display Option for Mobile */
/* Small only */
@media screen and (max-width: 39.9375em) {
    .pop-up-footer {
        position: absolute;
        bottom: 0;
    }

    .title-bar {
        height: 58px;
    }

    .sidebar-toggle-btn__inner {
        position: relative;
        margin: 0 auto;
        cursor: pointer;
        width: 40px;
        transition: .5s ease-in-out;
    }

    .fixed-actions-spacing {
        padding-bottom: 60px;
    }

    .fixed-actions {
        margin-top: 10px;
        bottom: 0;
        padding: 10px;
        height: 60px;
        background: #fff;
        border-top: 1px solid #24334a !important;
        width: 100%;
        z-index: 3;
        left: 0;
    }

        .fixed-actions .button-group, .fixed-actions .button {
            margin-bottom: 0;
        }

    .fixed-actions-full {
        width: 100%;
        left: 0;
    }

    /*.fixed-actions-white {
        background-color: #fff !important;
        border-top: 1px solid #24334a !important;
    }*/

    .overlay {
        opacity: 0.9;
        background-color: #fff;
    }

    .loader {
        color: #000;
        opacity: 0.9;
        background-color: #fff;
        font-size: 15vh;
    }

    .js-panel {
        margin-top: 2%;
    }


    .column, .columns {
        padding-right: 2%;
        padding-left: 2%;
    }

    /*td, th {
        display: block;
    }*/

    td .button {
        width: 100%;
    }

    table.js-table tbody td, table.js-report-table tbody td {
        font-size: 15px;
        overflow: hidden;
    }

    table.js-table tbody td {
        border-right: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    table.js-table tbody tr, table.js-report-table tbody tr {
        height: 75px;
        border-bottom: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc;
    }

    .padding-left-0 {
        padding-left: 0px;
    }

    .padding-right-0 {
        padding-right: 0px;
    }

    .padding-left-right-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .js-edit-form [type="text"], .js-edit-form [type="tel"], .js-edit-form select, .js-edit-form .chosen-single {
        height: 36px;
    }

    .button-group .button {
        width: 100%;
        margin-top: 5px;
    }

        .button-group .button:last-child {
            margin-bottom: 10px;
        }

    .button.hollow {
        border: 3px solid #1779ba;
        color: #1779ba;
        background-color: #fff;
    }

        .button.hollow.success {
            border: 3px solid #3adb76;
            color: #3adb76;
        }

    .new-primary {
        width: 100%;
    }

    /* Mobile Dashboard */
    .mobile-app-dashboard-header {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-height: 40vh;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*background: url("../images/companylogo.jpg") center center no-repeat;*/
    }

        .mobile-app-dashboard-header h1 {
            color: #fefefe;
            text-align: center;
            font-size: 22px;
            background: rgba(254, 254, 254, 0.2);
        }

    .mobile-app-dashboard {
        background-color: transparent;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        height: 60vh;
    }

        .mobile-app-dashboard a {
            -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            margin: 0;
            color: #8a8a8a;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            border-bottom: 1px solid #8a8a8a;
        }

            .mobile-app-dashboard a:nth-child(2n-1) {
                border-right: 1px solid #8a8a8a;
            }

        .mobile-app-dashboard .mobile-app-dashboard-inner {
            height: 75px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .mobile-app-dashboard .mobile-app-dashboard-inner img,
            .mobile-app-dashboard .mobile-app-dashboard-inner svg,
            .mobile-app-dashboard .mobile-app-dashboard-inner i {
                max-width: 3.125rem;
                max-height: 3.125rem;
                font-size: 3.125rem;
            }
}

/* Medium and up */
@media screen and (min-width: 40em) {


    .no-padding-left {
        padding-left: 0px;
    }

    .no-padding-right {
        padding-right: 0px;
    }

    .fixed-actions-spacing {
        padding-bottom: 60px;
    }

    .fixed-actions {
        position: fixed;
        bottom: 0;
        padding: 10px;
        height: 60px;
        background: hsl(205, 100%, 21%);
        width: calc(100% - 250px);
        z-index: 4;
        left: 250px;
    }

        .fixed-actions .button-group, .fixed-actions .button {
            margin-bottom: 0;
        }

    .fixed-actions-full {
        width: 100%;
        left: 0;
    }

    .fixed-actions-white {
        background-color: #fff !important;
        border-top: 1px solid hsl(212, 33%, 89%);
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

.show-for-iPad, .show-for-ipad {
    display: none;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) { /* STYLES GO HERE */
    .reveal-large {
        width: 100% !important;
        max-width: 100% !important;
    }

    .hide-for-iPad, .hide-for-ipad {
        display: none !important;
    }

    .show-for-iPad, .show-for-ipad {
        display: block !important;
    }

    .js-drop-down div > a.js-link-button, .js-drop-down div > button.js-link-button, .js-drop-down-button {
        font-size: 20px !important;
    }

    .js-drop-down div {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sidebar-toggle-btn__inner {
        position: relative;
        margin: 0 auto;
        cursor: pointer;
        width: 20px;
        transition: .5s ease-in-out;
    }

    .fixed-actions {
        width: 100%;
        left: 0px;
    }
}


.block-list {
    width: 100%;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background: #fefefe;*/
}

    .block-list a {
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        color: #1779ba;
    }

    .block-list img {
        margin-right: 1rem;
    }

        .block-list img.small-icon {
            margin-right: 0.3rem;
        }

    .block-list, .block-list ul {
        list-style-type: none;
    }

        .block-list ul {
            margin-left: 0;
            margin-bottom: 0;
        }

            .block-list ul li {
                min-height: 4.0625rem;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
            }



        .block-list .switch {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            margin: 0;
        }

        .block-list li {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

            .block-list li p {
                margin: 0;
            }

        .block-list .section-header-bg {
            width: 100%;
            height: 1.25rem;
            border-bottom: none;
            border-top: none;
            color: #fefefe;
        }

            .block-list .section-header-bg p {
                z-index: 10;
            }

            .block-list .section-header-bg.gray {
                background: #cacaca;
            }

                .block-list .section-header-bg.gray:before {
                    content: '';
                    height: 1.25rem;
                    position: absolute;
                    width: 1.25rem;
                    background: #cacaca;
                    left: -rem-calc(20);
                }

                .block-list .section-header-bg.gray:after {
                    content: '';
                    height: 1.25rem;
                    position: absolute;
                    width: 1.25rem;
                    background: #cacaca;
                    right: -rem-calc(20);
                }

        .block-list.block-list-short {
            margin-top: 2rem;
            border-top: 1px solid #e6e6e6;
        }

            .block-list.block-list-short li {
                height: 2.5rem;
            }

        .block-list.block-list-padded {
            padding: 0 1.25rem;
        }

            .block-list.block-list-padded p {
                margin-left: 0;
            }

        .block-list.with-icons li > a, .block-list.with-icons li > span, .block-list.with-icons li > label {
            padding-left: 8.925rem;
        }

        .block-list.with-icons li img, .block-list.with-icons li .iconic {
            position: absolute;
            top: 0.08;
            left: 0.08;
            width: 0.64;
            height: 0.64;
            border-radius: 8px;
            pointer-events: none;
        }

        .block-list header {
            padding-left: 0.75rem;
            padding-bottom: 1rem;
            height: 45px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
            cursor: default;
            font-weight: bold;
            text-align: left;
            text-transform: uppercase;
        }

        .block-list li {
            position: relative;
            border-bottom: 1px solid #e6e6e6;
        }

            .block-list li label {
                font-size: 0.875rem;
                letter-spacing: 0;
                margin: 0;
            }

            .block-list li input, .block-list li select {
                margin: 0;
            }

            .block-list li button {
                padding: 1rem;
            }

                .block-list li button img {
                    margin: 0;
                }

            .block-list li:first-child {
                border-top: none;
            }

            .block-list li > a,
            .block-list li > span,
            .block-list li > label {
                margin-bottom: 0;
            }

            .block-list li p {
                margin-bottom: 0;
            }

            .block-list li > span {
                cursor: default;
            }

            .block-list li > a, .block-list li > label {
                cursor: pointer;
            }

            .block-list li.block-list-time-item {
                -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                justify-content: flex-start;
            }

                .block-list li.block-list-time-item div:first-of-type {
                    border-right: 1px solid #1779ba;
                    padding-right: 1.25rem;
                    margin-right: 0.625rem;
                }

            .block-list li .list-form {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .block-list li .list-form label {
                    -webkit-flex-basis: 100%;
                    -ms-flex-preferred-size: 100%;
                    flex-basis: 100%;
                    text-align: right;
                    color: #4D4D4E;
                    font-weight: 400;
                }

                .block-list li .list-form [type="text"], .block-list li .list-form [type="tel"] {
                    border: none;
                    box-shadow: none;
                    text-align: center;
                }

            .block-list li p {
                margin-left: 0.5rem;
            }

            .block-list li.list-header-selected {
                padding: 1.25rem 2rem 1.25rem;
                border: none;
            }

            .block-list li.with-chevron::after {
                font: normal normal normal 14px/1 'Font Awesome 5 Free';
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f054";
                display: block;
                right: 1rem;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-weight: bold;
                font-size: 1em;
                color: #8a8a8a;
            }

            .block-list li.with-chevron a {
                color: #8a8a8a;
            }

            .block-list li.with-chevron img {
                vertical-align: bottom;
            }

            .block-list li .block-list-label {
                display: inline-block;
                float: right;
                padding: 0;
                pointer-events: none;
            }

.block-list-item-highlight span,
.block-list-item-highlight p {
    color: #1779ba;
}









.todo-list-card {
    border-radius: 0;
    max-width: 300px;
}

    .todo-list-card .card-section {
        padding: 0 !important;
    }

    .todo-list-card .card-divider {
        border-bottom: 2px solid #cacaca;
        background: inherit;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .todo-list-card .card-divider h3 {
            margin-bottom: 0;
        }

        .todo-list-card .card-divider .close-button {
            position: inherit;
        }

    .todo-list-card ul {
        list-style-type: none;
        margin: 0;
    }

        .todo-list-card ul li {
            padding: 10px;
        }

        .todo-list-card ul input[type="checkbox"] {
            position: absolute;
            visibility: hidden;
            left: -99999px;
        }

            .todo-list-card ul input[type="checkbox"] ~ label {
                position: relative;
                margin-left: 2rem;
            }

                .todo-list-card ul input[type="checkbox"] ~ label::after {
                    background: #fefefe;
                    border: 1px solid #e6e6e6;
                    content: '';
                    display: block;
                    height: 20px;
                    left: -2rem;
                    width: 20px;
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-80%);
                    -ms-transform: translateY(-80%);
                    transform: translateY(-80%);
                }

            .todo-list-card ul input[type="checkbox"]:checked ~ label:after {
                font: normal normal normal 14px/1 FontAwesome;
                font-size: 18px;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f00c";
                color: #1779ba;
                border: 1px solid #1779ba;
            }

            .todo-list-card ul input[type="checkbox"] ~ label:after {
                border: 1px solid #1779ba;
            }




.alert-callout-border {
    width: 100%;
    padding: 1.3rem;
    border-left-width: 0.3125rem;
    border-left-color: #cacaca;
}

    .alert-callout-border strong {
        color: #0a0a0a;
    }

    .alert-callout-border .close-button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .alert-callout-border.radius {
        border-radius: 0.6rem;
    }

    .alert-callout-border.primary {
        border-left-color: #1779ba;
    }

        .alert-callout-border.primary strong {
            color: #1779ba;
        }

    .alert-callout-border.secondary {
        border-left-color: #767676;
    }

        .alert-callout-border.secondary strong {
            color: #767676;
        }

    .alert-callout-border.alert {
        border-left-color: #cc4b37;
    }

        .alert-callout-border.alert strong {
            color: #cc4b37;
        }

    .alert-callout-border.success {
        border-left-color: #3adb76;
    }

        .alert-callout-border.success strong {
            color: #3adb76;
        }

    .alert-callout-border.warning {
        border-left-color: #ffae00;
    }

        .alert-callout-border.warning strong {
            color: #ffae00;
        }


/* Sub Top Menu */
#top_submenu {
    margin-left: -15px;
    margin-right: -15px;
}

    #top_submenu div {
        width: 100%;
        background-color: #eceff2;
        padding: 0 5px;
        box-sizing: border-box;
        z-index: 3;
        overflow: hidden;
        max-height: 0;
        transition: max-height .5s
    }

    #top_submenu div {
        float: left;
        margin-left: -100%
    }

        #top_submenu div:FIRST-CHILD {
            margin-left: 0;
            height: 1px;
            max-height: 1px
        }

        #top_submenu div.hover {
            max-height: 250px
        }

    #top_submenu a {
        display: block;
        float: left;
        font-size: 1.14em;
        color: #003557;
        text-decoration: none;
        margin: 0 6px;
        padding: 0 6px;
        height: 44px;
        line-height: 44px
    }

        #top_submenu a:hover,
        #top_submenu a.hover {
            color: #0079b4
        }

.submenu_empty {
    display: none
}

.disabled #top_submenu a:hover {
    text-decoration: none
}


.background-colour09 {
    background-color: #0088f0 !important;
}

.ti-header {
    display: block;
    margin: 0;
    color: #3a4953;
    font-weight: 700;
}

.ti-header--page {
    position: relative;
    font-weight: 700;
    font-size: 35px;
    font-family: lato,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

.ti-fulltable {
    border-collapse: collapse;
    left: var(--ti-table-left);
    position: absolute;
    width: calc(100% - var(--ti-table-left)) !important;
}

.m-by {
    display: none;
}

.m-modal .m-modal-content {
    border-radius: var(--ti-border-radius) !important;
}

    .m-modal .m-modal-content a {
        border-radius: var(--ti-border-radius) !important;
    }

.jls-address-lookup__field {
    margin-bottom: 0px;
    border-bottom: none;
}

    .jls-address-lookup__field::placeholder {
        color: #6692b0;
        opacity: 1;
    }

    .jls-address-lookup__field:-ms-input-placeholder {
        color: #6692b0;
    }

    .jls-address-lookup__field::-ms-input-placeholder {
        color: #6692b0;
    }

/* Blue checkbox */
.tickbox {
    position: absolute;
    visibility: hidden;
    left: -99999px;
}

    .tickbox ~ label {
        position: relative;
        margin-left: 2rem;
    }

.block-list .tickbox ~ label {
    margin-left: 1rem;
}

.tickbox ~ label::after {
    background: #fefefe;
    border: 1px solid var(--ti-primary-colour);
    content: '';
    display: block;
    height: 25px;
    left: -2rem;
    width: 25px;
    position: absolute;
    top: 80%;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
}


.tickbox:checked ~ label:after {
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    color: #fff;
    border: 1px solid var(--ti-primary-colour);
    background-color: var(--ti-primary-colour);
}


.tickbox[disabled] ~ label {
    color: #ccc;
}

    .tickbox[disabled] ~ label::after {
        border: 1px solid #ccc;
    }

/*.tickbox ~ label {
    margin-left: 3rem !important;
}
.tickbox_large ~ label::after {
    height: 40px !important;
    width: 40px !important;
    top: 77% !important;
    left: -45px !important;
}
.tickbox_large:checked ~ label:after {
    font-size: 38px !important;
}*/
/* floating close */
.slider-close {
    display: flex;
    left: -58px;
}

.slider-close, .child-slider-close, .sub-child-slider-close {
    background: #fff;
    border-radius: 0px;
    width: 50px;
    position: fixed;
    transition: all .3s ease-in-out;
    animation: ng-enter;
    z-index: 1003;
    top: 7px;
    height: 50px;
    padding: 10px;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #6692b0;
}


.ti-beta {
    line-height: 21px;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    color: #393c40;
    background-color: var(--ti-green-colour);
    padding: 5px;
    color: #32404f;
    text-transform: uppercase;
}

/* Ribbon */

.ti-ribbon-flag {
    position: relative;
    background-color: #ff660f;
    padding: 6px 12px;
    color: #fff;
    font-size: 12px
}

    .ti-ribbon-flag:after {
        position: absolute;
        top: 0;
        border: 13px solid #ff660f;
        border-right-color: transparent;
        border-left-width: 12px;
        border-top: -20px
    }

.ti-ribbon {
    position: relative;
    top: -5px;
    left: -5px;
    overflow: hidden;
    width: 96px;
    height: 94px
}

    .ti-ribbon .ti-ribbon-inner {
        text-align: center;
        color: #fff;
        top: 20px;
        left: -37px;
        width: 135px;
        padding: 3px;
        position: relative;
        transform: rotate(-45deg)
    }

        /*.ti-ribbon .ti-ribbon-inner:after,
        .ti-ribbon .ti-ribbon-inner:before {
            content: "";
            border-top: 5px solid transparent;
            border-left: 5px solid;
            border-left-color: inherit;
            border-right: 5px solid transparent;
            border-bottom: 5px solid;
            border-bottom-color: inherit;
            position: absolute;
            top: 20px;
            transform: rotate(-45deg)
        }*/

        .ti-ribbon .ti-ribbon-inner:before {
            left: 0;
            border-left: 2px solid transparent
        }

        .ti-ribbon .ti-ribbon-inner:after {
            right: -2px;
            border-bottom: 3px solid transparent
        }

    .ti-ribbon .ti-ribbon-open {
        background-color: #268ddd;
        border-color: #1c72b4;
        padding: 5px 0;
        font-size: 11px
    }

    .ti-ribbon .ti-ribbon-accepted {
        background-color: #1aaf5d;
        border-color: #138345;
        padding: 5px 0;
        font-size: 11px
    }

    .ti-ribbon .ti-ribbon-success {
        background-color: #1fcd6d;
        border-color: #18a155;
        padding: 5px 0;
        font-size: 11px
    }

    .ti-ribbon .ti-ribbon-overdue {
        background-color: #f59d00;
        border-color: #c27c00;
        padding: 5px 0;
        font-size: 11px
    }

    .ti-ribbon .ti-ribbon-draft {
        background-color: #94a5a6;
        border-color: #788e8f;
        padding: 5px 0;
        font-size: 11px
    }

    .ti-ribbon .ti-ribbon-error {
        background: #c46766;
        border-color: #953b39;
        padding: 5px 0;
        font-size: 11px
    }

    .ti-ribbon .ti-ribbon-void {
        background: #474747;
        border-color: #1a1a1a;
        padding: 5px 0;
        font-size: 11px
    }

    .ti-ribbon .ti-ribbon-pending {
        background-color: #f59d00;
        border-color: #c27c00;
        padding: 5px 0;
        font-size: 11px
    }

    .ti-ribbon .ti-ribbon-approved {
        background-color: #5bc0de;
        border-color: #31b0d5;
        padding: 5px 0;
        font-size: 11px
    }

    .ti-ribbon .ti-ribbon-signed {
        background-color: #8aa9ff;
        border-color: #5c87ff;
        padding: 5px 0;
        font-size: 11px
    }

.ti-ribbon-right {
    left: initial;
    right: -5px
}

    .ti-ribbon-right > .ti-ribbon-inner {
        left: initial;
        right: 7px;
        transform: rotate(45deg)
    }


.pac-container {
    z-index: 9999999999999 !important;
}

#tiLogo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.dataTable-top, .dataTable-bottom {
    padding: 0px !important;
}



.people-you-might-know {
    background-color: #fefefe;
}

    .people-you-might-know .add-people-header {
        padding: 0 0.9375rem;
        border-bottom: 0.0625rem solid #cacaca;
    }

        .people-you-might-know .add-people-header .header-title {
            font-weight: bold;
        }

    .people-you-might-know .add-people-section {
        border-bottom: 0.0625rem solid #cacaca;
    }

        .people-you-might-know .add-people-section .about-people {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .people-you-might-know .add-people-section .about-people .about-people-avatar {
                padding-right: 0.5rem;
                padding-left: 0;
            }

                .people-you-might-know .add-people-section .about-people .about-people-avatar .avatar-image {
                    width: 5rem;
                    height: 5rem;
                    border-radius: 50%;
                    border: 0.0625rem solid #cacaca;
                }

            .people-you-might-know .add-people-section .about-people .about-people-author {
                -webkit-flex: 1 0 0;
                -ms-flex: 1 0 0px;
                flex: 1 0 0;
            }

                .people-you-might-know .add-people-section .about-people .about-people-author .author-name {
                    color: #0a0a0a;
                    margin: 0.375rem 0 0;
                }

                .people-you-might-know .add-people-section .about-people .about-people-author .author-location,
                .people-you-might-know .add-people-section .about-people .about-people-author .author-mutual {
                    color: #8a8a8a;
                    margin-bottom: 0;
                    font-size: 0.85em;
                }

        .people-you-might-know .add-people-section .add-friend {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

@media screen and (max-width: 39.9375em) {
    .people-you-might-know .add-people-section .add-friend {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.people-you-might-know .add-people-section .add-friend .add-friend-action {
    margin-top: 0.7rem;
}

.people-you-might-know .view-more-people {
    margin: .7rem 0;
}

    .people-you-might-know .view-more-people .view-more-text {
        margin-bottom: 0;
        text-align: center;
    }

        .people-you-might-know .view-more-people .view-more-text .view-more-link {
            color: #1779ba;
        }

            .people-you-might-know .view-more-people .view-more-text .view-more-link:hover, .people-you-might-know .view-more-people .view-more-text .view-more-link:focus {
                text-decoration: underline;
            }





.iQdjIh {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.hLdfdd {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
}

.gAqaYI {
    position: relative;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(149, 110, 73), rgb(197, 185, 174)) repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: medium none;
    width: 30%;
    margin-right: 40px;
    height: 80px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

    .gAqaYI::before {
        content: " ";
        height: 0px;
        position: absolute;
        width: 0px;
        border-style: solid;
        border-width: 40px 16px;
        border-image: none 100% / 1 / 0 stretch;
        top: 0px;
        right: 100%;
        border-color: rgb(149, 110, 73) rgb(149, 110, 73) rgb(149, 110, 73) transparent;
    }

    .gAqaYI::after {
        content: " ";
        height: 0px;
        position: absolute;
        width: 0px;
        border-style: solid;
        border-width: 40px 16px;
        border-image: none 100% / 1 / 0 stretch;
        top: 0px;
        left: 100%;
        border-color: transparent transparent transparent rgb(197, 185, 174);
    }

.gOJhY {
    display: flex;
    width: 100%;
    margin-left: 24px;
}

.iHCTJi {
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 0px;
    text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px;
    text-rendering: optimizelegibility !important;
    font-size: 32px;
    font-style: normal;
    font-family: "inflowwebicons";
    color: rgb(255, 255, 255);
    opacity: 1;
}

.eTcviA {
    font-family: Lato;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: auto 0px auto 8px;
    text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px;
    text-rendering: optimizelegibility !important;
    color: rgb(255, 255, 255);
}

.eAcgqk {
    position: relative;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(49, 114, 176), rgb(159, 189, 230)) repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: medium none;
    width: 30%;
    margin-right: 40px;
    height: 80px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

    .eAcgqk::after {
        content: " ";
        height: 0px;
        position: absolute;
        width: 0px;
        border-style: solid;
        border-width: 40px 16px;
        border-image: none 100% / 1 / 0 stretch;
        top: 0px;
        left: 100%;
        border-color: transparent transparent transparent rgb(159, 189, 230);
    }

    .eAcgqk::before {
        content: " ";
        height: 0px;
        position: absolute;
        width: 0px;
        border-style: solid;
        border-width: 40px 16px;
        border-image: none 100% / 1 / 0 stretch;
        top: 0px;
        right: 100%;
        border-color: rgb(49, 114, 176) rgb(49, 114, 176) rgb(49, 114, 176) transparent;
    }

.clinic_link {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(178,34,34), rgb(205,92,92)) repeat scroll 0% 0%;
}

    .clinic_link::before {
        border-color: rgb(178,34,34) rgb(178,34,34) rgb(178,34,34) transparent;
    }

    .clinic_link::after {
        border-color: transparent transparent transparent rgb(205,92,92);
    }

.iYZLwI {
    position: relative;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(43, 131, 126), rgb(160, 191, 179)) repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: medium none;
    width: 30%;
    margin-right: 40px;
    height: 80px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

    .iYZLwI::before {
        content: " ";
        height: 0px;
        position: absolute;
        width: 0px;
        border-style: solid;
        border-width: 40px 16px;
        border-color: rgb(43, 131, 126) rgb(43, 131, 126) rgb(43, 131, 126) transparent;
        border-image: none 100% / 1 / 0 stretch;
        top: 0px;
        right: 100%;
    }

    .iYZLwI::after {
        content: " ";
        height: 0px;
        position: absolute;
        width: 0px;
        border-color: transparent transparent transparent rgb(160, 191, 179);
        border-style: solid;
        border-width: 40px 16px;
        border-image: none 100% / 1 / 0 stretch;
        top: 0px;
        left: 100%;
    }

    .iYZLwI:last-of-type::after {
        border: medium none !important;
    }

.hLdfdd span:last-child {
    width: 35%;
    margin-right: 0px;
}

.fIoTOU {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    z-index: 10;
    position: relative;
}

.gTnfJK {
    padding: 24px 0px;
    width: calc(35% - 28px);
}

.hJDPHx {
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(74, 74, 74);
    margin: 0px;
    text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px;
    text-rendering: optimizelegibility !important;
    padding: 0px 64px;
}

.xIQxA {
    display: flex;
    margin: 0px 0px 16px;
}

.ijBOYU {
    display: flex;
    color: inherit;
    text-decoration: none;
    height: 44px;
    max-width: 152px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    margin-left: 15px;
    margin-right: auto;
    cursor: pointer;
}

.heZLHy {
    font-family: Lato;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(96, 96, 96);
    margin: 0px;
    text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px;
    text-rendering: optimizelegibility !important;
}

.iuEJFd {
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 0px;
    text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px;
    text-rendering: optimizelegibility !important;
    font-size: 24px;
    font-style: normal;
    font-family: "inflowwebicons";
    color: rgb(149, 149, 149);
    opacity: 1;
}

.fBECpS {
    display: flex;
    color: inherit;
    text-decoration: none;
    height: 44px;
    max-width: 152px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    margin-left: 15px;
    margin-right: auto;
}

.bYOeDE {
    padding: 24px 0px;
    width: calc(30% - 24px);
}

.cgcjQX {
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(74, 74, 74);
    margin: 0px;
    text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px;
    text-rendering: optimizelegibility !important;
    padding: 0px 64px;
}

.cdenPS {
    padding: 24px 0px;
    width: calc(35% - 28px);
}

.dMaMQZ {
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(74, 74, 74);
    margin: 0px;
    text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px;
    text-rendering: optimizelegibility !important;
    padding: 0px 64px;
}

.hcQcPj {
    width: auto;
    height: auto;
    object-fit: contain;
    position: absolute;
    z-index: 1;
    left: 29%;
    bottom: 0px;
}

.dVbMVW {
    width: auto;
    height: auto;
    object-fit: contain;
    position: absolute;
    z-index: 1;
    left: 60%;
    bottom: 0px;
}

.dzGSnn {
    background-color: rgb(221, 221, 221);
    margin-left: 64px;
    height: 1px;
    width: calc(100% - 64px);
}

.bqzuth {
    background-color: rgb(221, 221, 221);
    margin-top: 16px;
    margin-left: 64px;
    height: 1px;
    width: calc(100% - 64px);
}

.PaZnD {
    background-color: rgb(221, 221, 221);
    margin-left: 64px;
    height: 1px;
    width: calc(100% - 112px);
}

.gQsOqH {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.lndNcU {
    position: relative;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(115, 87, 144), rgb(199, 189, 211)) repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: medium none;
    width: 100%;
    height: 80px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.dzhPMO {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    margin: 0px 24px;
}

.iHCTJi {
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 0px;
    text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px;
    text-rendering: optimizelegibility !important;
    font-size: 32px;
    font-style: normal;
    font-family: "inflowwebicons";
    color: rgb(255, 255, 255);
    opacity: 1;
}

.cmJpTk {
    display: flex;
    flex-direction: column;
}

.bwPDUn {
    font-family: Lato;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 0px 0px 0px 8px;
    text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px;
    text-rendering: optimizelegibility !important;
    color: rgb(255, 255, 255);
}

.QYEbm {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    z-index: 10;
    position: relative;
    height: 168px;
    background-image: url("/images/papers.png");
    background-size: 340px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
}

.dXMsbp {
    width: 35%;
}

.jnNRkQ {
    flex-direction: column;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin: auto;
    position: relative;
    width: 65%;
}

.SPrmL {
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: row;
    display: flex;
    position: relative;
    width: 100%;
}

.UQyCw {
    display: flex;
    color: inherit;
    text-decoration: none;
    height: 44px;
    max-width: 180px;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    margin-left: 0px;
    margin-right: 40px;
}



@media screen and (max-width: 600px) {
    .smalltable {
        border: 0;
    }

        .smalltable caption {
            font-size: 1.3em;
        }

        .smalltable thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .smalltable tr {
            border-bottom: 3px solid #ddd !important;
            display: block;
            margin-bottom: .625em;
        }

        .smalltable td {
            border-bottom: 1px solid #ddd;
            display: block;
            text-align: right;
        }

            .smalltable td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .smalltable td:last-child {
                border-bottom: 0;
            }
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dx-header-row {
    background-color: #efefef !important;
    color: #666 !important;
    font-weight: 700 !important;
}

    .dx-header-row > td:first-child {
        border-left: 2px solid rgba(222, 227, 231, .75) !important;
    }

    .dx-header-row > td {
        
        
        border-right: 2px solid rgba(222, 227, 231, .75) !important;
        border-top: 2px solid rgba(222, 227, 231, .75) !important;
        border-bottom: 2px solid rgba(222, 227, 231, .75) !important;
    }

.dx-datagrid .dx-link {
    text-decoration: none !important;
}

.dx-texteditor-input {
    border: 1px solid #babec5 !important;
    border-radius: var(--ti-border-radius) !important;
}

.setup-item {
    display: inline-block;
    text-align: center;
    min-height: 200px;
}

.setup-item a figure {
    color: #333;
}

.setup-item figure {
    min-height: 150px;
    margin: 10px 20px;
}

.setup-item .image-container {
    height: 85px;
    width: 100%;
}


/* TRIAL BANNER */
body #demo-box {
    color: #fff;
    background-color: #252d2f;
    height: 48px;
    text-align: center;
    padding-top: 4px;
    font-family: 'Proxima Nova Light';
    line-height: 40px;
    font-size: 15px;
}
    body #demo-box .demo-box-title {
        position: absolute;
        right: 20px;
    }

    body #demo-box .demo-box-trial-badge {
        text-transform: uppercase;
        letter-spacing: .8px;
        padding: 4px 20px;
        border-radius: 100px;
        font-weight: 600;
        font-size: 14px;
        background-color: #596467;
        margin-right: 20px;
    }

    body #demo-box .demo-box-expired a, body #demo-box .demo-box-title a {
        color: #fff;
        text-decoration: none;
    }

    body #demo-box .extend-trial-email .fa-envelope {
        margin-right: 5px;
    }

    body #demo-box #demo-box-manage-data {
        position: absolute;
        right: 20px;
    }

    body #demo-box .demo-box-countdown {
        font-weight: 600;
        font-size: 25px;
        vertical-align: middle;
        font-family: 'Proxima Nova Semi';
    }

a.fm-button, input.fm-button {
    font-family: 'Proxima Nova Semi';
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    border: none;
    text-decoration: none;
    transition: .3s;
    outline: 0;
    line-height: 32px;
    color: #363838;
    background-color: #eceeef;
    border: 1px solid #e1e7e9;
    border-radius: 4px;
    margin-left: 3px;
}

#buttonContainer a.fm-button.green, a.fm-button.add, a.fm-button.green, input.fm-button.green {
    line-height: 34px;
    border: none;
    background-color: #65a523;
    color: #fff;
}
a.outline-button, input.outline-button {
    font-family: 'Proxima Nova Semi';
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    border: none;
    text-decoration: none;
    transition: .3s;
    outline: 0;
    line-height: 32px;
    color: #363838;
    background-color: #eceeef;
    border: 1px solid #e1e7e9;
    border-radius: 4px;
    margin-left: 3px;
    border: 2px solid #65a523;
    background-color: transparent;
    color: #fff;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.segment {
    height: 40px !important;
    width: 40px !important;
    display: none;
    text-align: center;    
    justify-content: center;
    align-content: center;
    font-size: 20px;
    padding: 4px;
    color: white;

}

.segmentA {
    display: flex;
    background-color: #a8eed5;
    color: #1c4d3c;
    fill: #a8eed5;
}
.segmentB {
    display: flex;
    background-color: #fdc180;
    color: #582e00;
    fill: #fdc180;
}

.segmentC {
    display: flex;
    background: #ee99a3;
    color: #4d1219;
    fill: #ee99a3;
}
