@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);


/** {
    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;
}
/*html {
    background-color: hsl(210, 36%, 96%);
}
.js-panel {
    background-color: hsl(210, 36%, 96%);
}*/
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;
}

.cm-beta {
    line-height: 18px;
    font-size: 14px;
    font-weight: 700;
    /* text-transform: none; */
    /* color: #393c40; */
    background-color: #0BC2B0;
    padding: 5px;
    color: #32404f;
    text-transform: uppercase;
    /*top: 30px;
    position: relative;
    left: 10px;*/
}

cite::before {
    content: "" !important;
}

.reveal-overlay {
    overflow-y: auto;
    background-color: rgba(103, 118, 140, .5) !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;
}

.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 {
    margin-top: 35px !important;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 0 2px 5px 0 rgba(164,173,186,.25);
    border: 1px solid #eef0f2;
    background: #fff;
}

    .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: #444444;
                font-size: 12px;
            }

    .dropdown-pane .separator {
        padding: 0;
        height: 1px;
        width: 100%;
        border-width: 1px 0 0;
        background-color: #e6e6e6;
    }


.accordion-title {
    background-color: #e6e6e6;
}



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;
    height: 43px;
    border: 1px solid #babec5;
    padding: 0 8px;
    transition: border 0.35s !important;
    vertical-align: middle;
    margin-bottom: 15px;
}

textarea {
    padding: 8px;
    height: auto;
}

.input-group {
    margin-bottom: 15px;
}

.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 {
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.18);*/
    border-radius: 3px !important;
}

/*.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
    height: 2.7rem;
    box-shadow: none;
}*/

.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;
}



/* 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;
    /*margin-top: 14px;*/
    border-radius: 0px;
}

.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: 0px;
    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: 620px;
    transform: translateX(620px);
    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;
    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: 20px;
    padding: 10px;
    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 {
    color: #101928 !important;
    font-size: 15px;
    min-height: 42px;
    min-width: 130px !important;
    white-space: nowrap;
    line-height: 18px;
    padding: 8px 16px;
    text-align: center;
    justify-content: center;
    align-content: center;
}

.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;
    }

/* 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;
        margin-bottom: -1px;
    }

.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: hsl(212, 33%, 89%);
}

    .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;
}

.off-canvas {
    transition: none !important;
}

.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;
    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;
    background-color: #fff;
}

.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 {
        position: fixed;
        bottom: 0;
        padding: 10px;
        height: 60px;
        background: hsl(205, 100%, 21%);
        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%;
    }

    .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: 3;
        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 li > input[type="checkbox"], .block-list li > input[type="radio"] {
            position: absolute;
            left: -9999px;
        }

            .block-list li > input[type="checkbox"] + label, .block-list li > input[type="radio"] + label {
                margin: 0;
                margin-left: 0.5rem;
                width: 100%;
                padding-top: 1rem;
                padding-bottom: 1rem;
            }

                .block-list li > input[type="checkbox"] + label.list-header, .block-list li > input[type="radio"] + label.list-header {
                    margin: 0;
                }

            .block-list li > input[type="checkbox"]:checked + label::before, .block-list li > input[type="radio"]:checked + label::before {
                font: normal normal normal 14px/1 FontAwesome;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f00c";
                background-size: 100% 100%;
                width: 1.5em;
                height: 1.5em;
                color: #1779ba;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 1rem;
                pointer-events: none;
            }

        .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 FontAwesome;
                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: -30px;
    margin-right: -30px;
}

#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
}

.ti-badge--outlined.ti-badge--success {
    color: #2ca01c;
    background-color: #ffffff;
    border-color: #2ca01c;
}

.ti-badge {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "AvenirNext", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #393a3d;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    line-height: 13px;
    padding: 4px 14px;
    max-width: 100%;
}

/* Web Based Mobile App */

.input-number-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .input-number-group input[type=number]::-webkit-inner-spin-button,
    .input-number-group input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
    }

    .input-number-group .input-group-button {
        line-height: calc(160px/2 - 5px);
    }

    .input-number-group .input-number {
        width: 80px;
        padding: 0 12px;
        vertical-align: top;
        text-align: center;
        outline: none;
        display: block;
        margin: 0;
    }

    .input-number-group .input-number,
    .input-number-group .input-number-decrement,
    .input-number-group .input-number-increment {
        border: 1px solid #cacaca;
        height: 40px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 0;
    }

    .input-number-group .input-number-decrement,
    .input-number-group .input-number-increment {
        display: inline-block;
        width: 80px;
        height: 80px;
        background: #e6e6e6;
        color: #0a0a0a;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        font-size: 2rem;
        font-weight: 400;
    }

    .input-number-group .input-number-decrement {
        margin-right: 0.3rem;
    }

    .input-number-group .input-number-increment {
        margin-left: 0.3rem;
    }




