﻿@charset "UTF-8";
/* START NORMALIZE */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color:  #FAFAFA !important;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}



    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

.btn {
    border-radius: 7px !important;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}



legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* END NORMALIZE */
/*Page loader Styles*/
#pace-cover {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0.7;
    height: 100%;
    background: #25282a;
    z-index: 99998;
    display: none;
}

.pace {
    pointer-events: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #1277bd;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 100%;
    width: 100%;
    height: .125em;
}

.pace-done {
    height: 0 !important;
    transition: ease all .5s;
}

/*Color Reference*/
.white {
    color: #fafafa;
}

.white-50 {
    color: rgba(255, 255, 255, 0.5);
}

.off-white {
    color: whitesmoke;
}

.light-gray {
    color: gainsboro;
}

.gray {
    color: #969696;
}

.dark-gray {
    color: #555b60;
}

.black {
    color: #25282a;
}

.light-blue {
    color: #0d89df;
}

.blue {
    color: #1277bd;
}

.light-green {
    color: #48bc34;
}

.green {
    color: #4eaa3e;
}

.red {
    color: #f10000;
}

.orange {
    color: #fbab00;
}

.yellow {
    color: #f2dc64;
}

.primary-color {
    color: #1277bd;
}

.bg-white {
    background: #fafafa;
}

.bg-off-white {
    background: gainsboro;
}

.bg-light {
    background: #f2f2f2;
}

.bg-gray {
    background: #555b60;
}

.bg-black {
    background: #25282a;
    color: whitesmoke;
}

.bg-light-blue {
    background: #0d89df;
}

.bg-blue {
    background: #1277bd;
}

.bg-light-green {
    color: #48bc34;
}

.bg-green {
    background: #4eaa3e;
}

.bg-red {
    background: #f10000;
}

.bg-orange {
    background: #fbab00;
}

.bg-yellow {
    background: #f2dc64;
}

@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    height: 100%;
    width: 100%;
    min-width: 320px;
    line-height: 1.5;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    background: #222526;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

@media only screen and (max-width: 64em) {
    body {
        font-size: 15px;
    }
}

@media only screen and (max-width: 40em) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 374px) {
    body {
        font-size: 1em;
    }
}

@media (min-width: 375px) {
    body {
        font-size: 1.2em;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 1.25em;
    }
}

@media (min-width: 1440px) {
    body {
        font-size: 1.5em;
    }

    .container {
        width: 1410px;
        max-width: 1410px;
    }
}
/*Apply float behavior to high level elements*/
header, footer, .main, .content {
    width: 100%;
    float: left;
}

.main {
    background: whitesmoke;
    color: #25282a;
}

.content {
    padding: 3em 0 4em;
}

.border-right {
    border-right: 1px solid gainsboro;
}

p {
    font-size: 1em;
    margin: 0;
    margin-bottom: 1em;
    line-height: 1.75;
}

.no-pad {
    padding: 0;
}

.no-pad-x {
    padding-left: 0;
    padding-right: 0;
}

.no-pad-y {
    padding-top: 0;
    padding-bottom: 0;
}

ul.no-list {
    margin: 0.25em 0;
    padding: 0;
}

    ul.no-list li {
        list-style: none;
    }

ul.inline-list li {
    display: inline-block;
    margin-right: 1em;
}

    ul.inline-list li:last-of-type {
        margin-right: 0;
    }

ul.three-column {
    column-count: 3;
    column-fill: balance;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
}

@media only screen and (min-width: 543px) and (max-width: 767px) {
    ul.three-column {
        column-count: 2 !important;
    }
}

@media only screen and (max-width: 543px) {
    ul.three-column {
        column-count: 1 !important;
    }
}

.hidden {
    opacity: 0;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

    img.img-responsive {
        width: 100%;
        height: auto;
    }

small, small p {
    font-size: 0.85em;
    font-weight: 500;
    margin-bottom: 1em;
    color: #222;
}

.text-center {
    text-align: center;
}

.wiggle {
    animation: wiggle .5s ease-out;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.pulse {
    animation: pulse 1s ease-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.025);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.025);
    }

    100% {
        transform: scale(1);
    }
}

.mt-0 {
    margin-top: 0rem !important;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.ml-0 {
    margin-left: 0rem !important;
}

.mr-0 {
    margin-right: 0rem !important;
}

.my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.ml-1 {
    margin-left: 1rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mx-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.ml-2 {
    margin-left: 2rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.mx-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}
.mb-7 {
    margin-top: 2rem;
    margin-bottom: 3rem !important;
}

.ml-3 {
    margin-left: 3rem !important;
}

.mr-3 {
    margin-right: 3rem !important;
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mx-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.ml-4 {
    margin-left: 4rem !important;
}

.mr-4 {
    margin-right: 4rem !important;
}

.my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.mx-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.ml-5 {
    margin-left: 5rem !important;
}

.mr-5 {
    margin-right: 5rem !important;
}

.my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.mx-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.ml-6 {
    margin-left: 6rem !important;
}

.mr-6 {
    margin-right: 6rem !important;
}

.my-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.mx-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}

.pt-0 {
    padding-top: 0rem !important;
}

.pb-0 {
    padding-bottom: 0rem !important;
}

.pl-0 {
    padding-left: 0rem !important;
}

.pr-0 {
    padding-right: 0rem !important;
}

.py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

.py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.px-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pl-3 {
    padding-left: 3rem !important;
}

.pr-3 {
    padding-right: 3rem !important;
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pl-4 {
    padding-left: 4rem !important;
}

.pr-4 {
    padding-right: 4rem !important;
}

.py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.px-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.pt-5 {
    padding-top: 5rem !important;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.pl-5 {
    padding-left: 5rem !important;
}

.pr-5 {
    padding-right: 5rem !important;
}

.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.px-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.pl-6 {
    padding-left: 6rem !important;
}

.pr-6 {
    padding-right: 6rem !important;
}

.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.px-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

ul.two-column {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.three-column {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

@media only screen and (max-width: 767px) {
    .sidebar + .main-content {
        margin-top: 2em;
    }
}

::selection {
    background: #1277bd;
    color: #fff;
}

::-moz-selection {
    background: #1277bd;
    color: #fff;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    -webkit-tap-highlight-color: #1277bd;
}

a, input, button, .btn {
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a {
    color: #1277bd;
    outline: 0;
}

a {
    transition: ease all .25s;
    cursor: pointer;
    color: #1277bd;
    text-decoration: none !important;
    outline: 0;
}

    a:hover, a:focus {
        color: rgba(18, 119, 189, 0.5);
    }

/*Global Typography*/
h1, h2, h3, h4, h5, h6 {
    margin: .25em 0;
    color: inherit;
    line-height: 1;
}

h1 {
    font-size: 2.25em;
    font-weight: 300;
    letter-spacing: 1px;
}

h2 {
    font-size: 1.5em;
    color: inherit;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 .5em;
}

h3 {
    font-size: .875em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    margin-bottom: 0;
}

h4 {
    font-size: 1em;
    color: inherit;
    line-height: 1;
    font-weight: 300;
}

section > h1 {
    margin: .75em 0 1.5em;
}

.uppercase {
    text-transform: uppercase;
}

strong,
.strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

.thin {
    font-weight: 300;
}

.stretch {
    width: 100%;
    display: block;
}

.v-rule {
    width: 1px;
    height: 100%;
    min-height: 3em;
    background: gainsboro;
    margin: 0 auto;
}

.col-stuck {
    position: fixed;
    width: 16.5em;
    top: 3em;
    height: auto;
}

hr {
    border: none;
    border-top: 1px solid gainsboro;
    margin: 2em 0 3em;
    padding: 0;
    height: 0;
    width: 100%;
    float: left;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h2.headline {
    font-size: 1.55em;
    font-weight: 500;
    margin: 0;
    padding: 2em;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    h2.headline {
        padding: 2em 0;
    }
}

.bottom-border {
    border-bottom: 1px solid rgba(220, 220, 220, 0.75);
}

h1.ecommerce-headline {
    margin-bottom: 0.25em;
    font-weight: 600;
    line-height: 1;
}

    h1.ecommerce-headline span {
        margin-left: 1em;
        font-size: 0.65em;
        color: #555b60;
        letter-spacing: 0;
    }

    h1.ecommerce-headline + p.ecommerce-subheadline {
        margin-bottom: 0.25em;
        font-size: 1.2em;
        line-height: 1.3;
    }

        h1.ecommerce-headline + p.ecommerce-subheadline + p.ecommerce-subheadline-info {
            font-size: 1em;
            color: #555b60;
            line-height: 1.3;
        }

@media only screen and (max-width: 767px) {
    h1.ecommerce-headline {
        display: flex;
        flex-flow: column wrap;
    }

        h1.ecommerce-headline span {
            margin-left: 0;
        }
}

.form-group {
    margin-bottom: 1.5em;
}

.ta-form-group small.ta-help {
    display: block;
    margin-top: 0.25rem;
    color: #868e96 !important;
    font-size: 80%;
    font-weight: 400;
}

.no-label {
    margin-top: 2.25em !important;
}

@media screen and (max-width: 768px) {
    .no-label {
        margin: 0 !important;
    }
}

label {
    /*display: block;*/
    font-weight: 600;
    line-height: 1.5;
    color: #25282a;
    min-height: 1.025em;
    text-align: left;
    margin-bottom: 0.25em;
}

.module-dark label {
    color: #fff;
    font-weight: bold;
}

.sub-label {
    padding-top: 0.5em;
    font-size: 0.85em;
    font-style: italic;
    line-height: 1.3;
}

    .sub-label i {
        font-size: 0.725em;
    }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
    min-height: 8em;
    background-color: #f1f1f1 !important;
}

    textarea.mini {
        min-height: auto;
        height: auto;
    }

input:not([type=file]),
textarea,
select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.module-dark input:not([type=file]),
.module-dark textarea,
.module-dark select {
    color: #495057;
    font-weight: bold;
    background-color: #fff;
    border-color: #3d4145;
    border-radius: 0;
}

input[type="file"] {
    display: block;
    width: 100%;
    padding: .375rem 0rem;
    color: #555;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #e9ecef;
    opacity: 0;
    cursor: not-allowed;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #495057;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #495057;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #495057;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #495057;
}

.module-dark ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-weight: bold;
}

.module-dark ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-weight: bold;
}

.module-dark :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-weight: bold;
}

.module-dark :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-weight: bold;
}

.ta-form-check, .ta-form-radio {
    position: relative;
    display: block;
    margin-bottom: .5rem;
}

    .ta-form-check.inline, .ta-form-radio.inline {
        display: inline-block;
    }

.ta-form-check-label, .ta-form-radio-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    color: #555b60;
}

.ta-form-check-input, .ta-form-radio-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background-image: none;
}

    select:hover {
        cursor: pointer;
    }

.ta-styled-select:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #1277bd;
}

select::-ms-expand {
    display: none;
}

.ta-styled-select {
    position: relative;
    margin-bottom: 1.5em;
}

    .ta-styled-select select {
        padding: .575rem .75rem;
    }

    /* Arrow */
    .ta-styled-select::after {
        content: "\f078";
        font-family: FontAwesome;
        position: absolute;
        top: 0.3em;
        right: 0.5em;
        color: #AAA;
        pointer-events: none;
        opacity: 0.9;
    }

.module-dark .ta-styled-select {
    color: #fff;
    font-weight: bold;
}

    .module-dark .ta-styled-select::after {
        color: #1277bd;
    }

/* Transition */
.ta-styled-select:hover::after {
    color: #1277bd;
}

.module-dark .ta-styled-select:hover::after {
    color: #fff;
}

.ta-styled-select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

/* Custom File Input */
/**
 * [1] Allow input to still be tabbed to
 * [2] guarantees the element does not interfere with the sibling elements.
 **/
.ta-styled-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    /* [1] */
    position: absolute;
    /* [2] */
    z-index: -1;
}

    .ta-styled-file ~ label {
        padding: 0.25em 0.5em;
        font-size: 1.1em;
        font-weight: 600;
        color: #1277bd;
        display: inline-block;
        cursor: pointer;
        letter-spacing: 0.0625em;
        text-shadow: 0 1px 0 rgba(34, 34, 34, 0.15);
    }

    .ta-styled-file.ta-visual ~ label {
        padding: 2.85em 1em;
        border: 1px solid #DEDEDE;
    }

.form-group.flex-wrap .file-error.showing {
    display: block;
}

.form-group.flex-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

    .form-group.flex-wrap .filename {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        max-width: 100%;
        width: 100%;
    }

        .form-group.flex-wrap .filename .file-visual {
            margin-bottom: 1.5em;
        }

    .form-group.flex-wrap .ta-styled-file {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

        .form-group.flex-wrap .ta-styled-file + label {
            -webkit-order: 3;
            -ms-flex-order: 3;
            order: 3;
            margin-bottom: 0;
        }

    .form-group.flex-wrap .filename .file-visual {
        max-width: 200px;
        min-width: 120px;
        width: 100%;
        padding: 1em;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        border: 1px solid #DEDEDE;
        margin-right: 1em;
        position: relative;
    }

        .form-group.flex-wrap .filename .file-visual .file-title {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 90%;
        }

        .form-group.flex-wrap .filename .file-visual .remove {
            width: 1.25em;
            height: 1.25em;
        }

            .form-group.flex-wrap .filename .file-visual .remove, .form-group.flex-wrap .filename .file-visual .remove:before {
                position: absolute;
                top: -0.35em;
                right: -0.25em;
                font-size: 1.25em;
            }

                .form-group.flex-wrap .filename .file-visual .remove:before {
                    content: "\f057";
                    font-family: FontAwesome;
                    color: #333;
                }

        .form-group.flex-wrap .filename .file-visual .icon:before {
            font-family: FontAwesome;
            font-size: 3em;
        }

        .form-group.flex-wrap .filename .file-visual.html .icon:before,
        .form-group.flex-wrap .filename .file-visual.css .icon:before,
        .form-group.flex-wrap .filename .file-visual.js .icon:before {
            content: "\f1c9";
        }

        .form-group.flex-wrap .filename .file-visual.jpg .icon:before,
        .form-group.flex-wrap .filename .file-visual.jpeg .icon:before,
        .form-group.flex-wrap .filename .file-visual.png .icon:before,
        .form-group.flex-wrap .filename .file-visual.gif .icon:before {
            content: "\f1c5";
        }

        .form-group.flex-wrap .filename .file-visual.pdf .icon:before {
            content: "\f1c1";
        }

        .form-group.flex-wrap .filename .file-visual.xml .icon:before,
        .form-group.flex-wrap .filename .file-visual.csv .icon:before,
        .form-group.flex-wrap .filename .file-visual.txt .icon:before {
            content: "\f0f6";
        }

        .form-group.flex-wrap .filename .file-visual.doc .icon:before,
        .form-group.flex-wrap .filename .file-visual.docx .icon:before {
            content: "\f1c2";
        }

        .form-group.flex-wrap .filename .file-visual.xls .icon:before,
        .form-group.flex-wrap .filename .file-visual.xlsx .icon:before {
            content: "\f1c3";
        }

        .form-group.flex-wrap .filename .file-visual.ppt .icon:before,
        .form-group.flex-wrap .filename .file-visual.pptx .icon:before {
            content: "\f1c4";
        }

        .form-group.flex-wrap .filename .file-visual.zip .icon:before {
            content: "\f1c6";
        }

        .form-group.flex-wrap .filename .file-visual .icon:before {
            content: "\f016";
        }

/**
 * Trick to obtain default outline Chrome, Opera, Safari
 **/
.ta-styled-file:focus ~ label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 0px;
    /* [1] */
}

/**
 * Fix touch issues when using FastClick when add extra markup to the content of a label
 **/
.ta-styled-file ~ label * {
    pointer-events: none;
}

.ta-styled-file ~ label i {
    padding-right: 0.45em;
}

/* Checkbox & Radio */
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-top: -1.3em;
}

.ta-form-radio input[type="radio"],
.ta-form-check input[type="checkbox"] {
    position: absolute;
    display: none;
    box-sizing: border-box;
    padding: 0;
}

input[type='radio'][disabled],
input[type='checkbox'][disabled] {
    cursor: not-allowed;
}

.ta-form-radio-input ~ label,
.ta-form-check-input ~ label,
.ta-form-check-input-after ~ label {
    position: relative;
    padding-left: 1.875em;
    cursor: pointer;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}

    .ta-form-radio-input ~ label:hover:before,
    .ta-form-check-input ~ label:hover:before,
    .ta-form-check-input-after ~ label:hover:before {
        border: 1px solid #1277bd;
    }

    .ta-form-radio-input ~ label:before,
    .ta-form-check-input ~ label:before,
    .ta-form-check-input-after ~ label:before {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 1em;
        height: 1em;
        content: '';
        transition: border .2s ease;
        border: 1px solid #808080;
        background: #fff;
    }

    .ta-form-radio-input ~ label:after,
    .ta-form-check-input ~ label:after,
    .ta-form-check-input-after ~ label:after {
        position: absolute;
        content: '';
        transition: all .2s ease;
    }

.ta-form-check-input-after ~ label {
    padding-left: 0;
}

    .ta-form-check-input-after ~ label:before {
        position: absolute;
        top: 0;
        right: -1.875em;
        left: auto;
    }

.ta-form-radio-input[disabled] ~ label,
.ta-form-check-input[disabled] ~ label,
.ta-form-check-input-after[disabled] ~ label {
    cursor: not-allowed;
    color: #cecece;
}

    .ta-form-radio-input[disabled] ~ label:hover, .ta-form-radio-input[disabled] ~ label:before, .ta-form-radio-input[disabled] ~ label:after,
    .ta-form-check-input[disabled] ~ label:hover,
    .ta-form-check-input[disabled] ~ label:before,
    .ta-form-check-input[disabled] ~ label:after,
    .ta-form-check-input-after[disabled] ~ label:hover,
    .ta-form-check-input-after[disabled] ~ label:before,
    .ta-form-check-input-after[disabled] ~ label:after {
        cursor: not-allowed;
    }

    .ta-form-radio-input[disabled] ~ label:before,
    .ta-form-check-input[disabled] ~ label:before,
    .ta-form-check-input-after[disabled] ~ label:before {
        border-color: #cecece;
    }

.ta-form-radio-input:checked ~ label:before,
.ta-form-check-input:checked ~ label:before,
.ta-form-check-input-after:checked ~ label:before {
    animation-name: none;
}

.ta-form-radio-input:checked ~ label:after,
.ta-form-check-input:checked ~ label:after,
.ta-form-check-input-after:checked ~ label:after {
    transform: scale(1);
}

.ta-form-radio-input ~ label:before {
    border-radius: 50%;
}

.ta-form-radio-input ~ label:after {
    top: 0.25em;
    left: 0.25em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: #1277bd;
    transform: scale(0);
}

.ta-form-radio-input:checked ~ label:before {
    border: 1px solid #1277bd;
}

.ta-form-radio-input:checked[disabled] ~ label:before {
    border: 1px solid #76bff2;
}

.ta-form-radio-input:checked[disabled] ~ label:after {
    background: #76bff2;
}

.ta-form-check-input ~ label:before {
    border-radius: 3px;
}

.ta-form-check-input ~ label:after {
    top: 0.025em;
    left: 0.3375em;
    width: 0.375em;
    height: 0.75em;
    transform: scale(0) rotate(45deg);
    border-width: 0.125em;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.ta-form-check-input-after ~ label:after {
    top: 0.025em;
    right: -1.5695em;
    width: 0.375em;
    height: 0.75em;
    transform: scale(0) rotate(45deg);
    border-width: 0.125em;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.ta-form-check-input:checked ~ label:before,
.ta-form-check-input-after:checked ~ label:before {
    border: #1277bd;
    background: #1277bd;
}

.ta-form-check-input:checked ~ label:after,
.ta-form-check-input-after:checked ~ label:after {
    transform: scale(1) rotate(45deg);
}

.ta-form-check-input-after:checked ~ label:after {
    transform: scale(0.9) rotate(45deg);
}

.ta-form-check-input:checked[disabled] ~ label:before,
.ta-form-check-input-after:checked[disabled] ~ label:before {
    border: #76bff2;
    background: #76bff2;
}

.ta-selection-filter {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 1em;
}

.ta-search-filter {
    position: relative;
}

    .ta-search-filter button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 3px 5px;
        margin-top: 2px;
        position: absolute;
        right: 0;
        top: 0;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .ta-search-filter button:hover {
            background: none;
            border: 0;
            color: #0e5a8e;
            transform: scale(1.2);
            box-shadow: none;
        }

        .ta-search-filter button i {
            color: #1277bd;
        }

.ta-search-query {
    padding: .375rem 2.5rem .375em 1.25em !important;
}

    .ta-search-query:focus ~ button {
        z-index: 3;
    }

.ta-search-selection-filter .ta-form-check, .ta-search-selection-filter .ta-form-radio {
    margin-bottom: 0;
}

.ta-search-selection-filter > .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.ta-date-selection-filter {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}

    .ta-date-selection-filter .btn {
        margin-right: 0.5em;
    }

        .ta-date-selection-filter .btn:last-of-type {
            margin-right: 0;
        }

.form-group.inline label {
    display: table-cell;
    padding-right: 1em;
}

.ta-form-radio.inline {
    display: table-cell;
    padding-right: 1em;
}

    .ta-form-radio.inline input {
        width: auto;
        min-width: 5em;
    }

.ta-form-check.other,
.ta-form-radio.other {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    align-items: center;
    margin-top: 1.5em;
}

    .ta-form-check.other .other-input,
    .ta-form-radio.other .other-input {
        width: 30%;
    }

        .ta-form-check.other .other-input input,
        .ta-form-radio.other .other-input input {
            width: 100%;
            margin-left: 1em;
        }

.inline-inputs {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

    .inline-inputs .form-group {
        margin-right: 1em;
    }

.form-group.full-width {
    width: 100%;
}

.table > thead > tr > th {
    font-weight: bold;
    color: #222;
    cursor: pointer;
}

    .table > thead > tr > th:after,
    .table > thead > tr > th.sort_asc:after,
    .table > thead > tr > th.sort_desc:after {
        margin-left: 0.3em;
        font-size: 1em;
    }

    .table > thead > tr > th:after, .table > thead > tr > th.sort_desc:after {
        font-family: "FontAwesome";
        content: "\f107";
    }

    .table > thead > tr > th.sort_asc:after {
        font-family: "FontAwesome";
        content: "\f106";
    }

    .table > thead > tr > th.no-title:after {
        content: " ";
    }

.table .ta-form-check-label, .table .ta-form-radio-label {
    font-weight: 500;
}

table.table .btn {
    padding: 0.5em 1em;
    border-radius: 0.25rem;
}

table.table td > .btn {
    margin-right: 0.3em;
}

    table.table td > .btn:last-of-type {
        margin-right: 0;
    }

table.table .btn.btn-edit {
    background-color: gainsboro;
    border-color: gainsboro;
    color: #25282a;
}

table.table .btn.btn-del {
    background-color: #FF4136;
    border-color: #FF4136;
}

table.table .actions {
    padding-left: 0 !important;
}

@media only screen and (max-width: 767px) {
    table.table .actions {
        display: flex;
    }
}
/* Multi-Header Table */
.table.table-multiheader thead th,
.table.table-multiheader tbody td {
    padding: 0.5em !important;
}

.table.table-multiheader tbody tr {
    border-bottom: 1px solid gainsboro !important;
}

    .table.table-multiheader tbody tr:last-child {
        border-bottom: none !important;
    }

    .table.table-multiheader tbody tr:nth-child(odd) {
        background: #f5f5f5;
    }

    .table.table-multiheader tbody tr:nth-child(even) {
        background: #fff;
    }

/*Responsive Table Classes*/
.table-responsive > tbody > tr > td,
.table-responsive > tbody > tr > th,
.table-responsive > tfoot > tr > td,
.table-responsive > tfoot > tr > th,
.table-responsive > thead > tr > td,
.table-responsive > thead > tr > th {
    border: none !important;
}

.table-responsive {
    border: none;
}

    .table-responsive table {
        margin: 0 !important;
    }

    .table-responsive td, .table-responsive th {
        border: none;
        vertical-align: middle;
        border: none;
        line-height: 1 !important;
        padding: 1.5em 1.5em 1.5em 0 !important;
    }

    .table-responsive td {
        padding: 0.5em !important;
    }

    .table-responsive th {
        font-weight: bold;
        text-transform: uppercase;
        color: rgba(85, 91, 96, 0.5);
        font-size: .875em;
    }

        .table-responsive td:first-child, .table-responsive th:first-child {
            padding-left: 0 !important;
        }

        .table-responsive td:last-child, .table-responsive th:last-child {
            padding-right: 0 !important;
        }

    .table-responsive table th, .table-responsive table td:first-child, .table-responsive table th:first-child, .table-responsive table td:last-child, .table-responsive table th:last-child {
        padding-left: 0.5em !important;
    }

    .table-responsive th, .table-responsive tr:first-child, .table-responsive tr:last-child {
        border: none !important;
    }

@media screen and (max-width: 768px) {
    .table-responsive {
        margin: 0 0 0 0 !important;
        padding: 0 2em 0 1.5em;
    }

        .table-responsive td:last-child, .table-responsive th:last-child {
            padding-right: 2em !important;
        }
}

.table td.status_open:before,
.table td.status_waiting:before {
    color: #d0d0d0;
}

.table td.status_open:before,
.table td.status_denied:before,
.table td.status_waiting:before,
.table td.status_paid:before {
    margin-right: 0.3em;
}

.table td.status_open:before {
    font-family: "FontAwesome";
    content: "\f192";
}

.table td.status_denied:before {
    font-family: "FontAwesome";
    content: "\f057";
    color: #ed1c24;
}

.table td.status_waiting:before {
    font-family: "FontAwesome";
    content: "\f111";
}

.table td.status_paid:before {
    font-family: "FontAwesome";
    content: "\f058";
    color: #4eaa3e;
}

.table.table-bordered tbody td {
    border: none !important;
}

.table.table-bordered tbody tr:first-of-type td {
    border-top: 1px solid #ddd !important;
    padding-top: 1.5em !important;
}

.table.table-bordered tbody tr td:first-of-type, .table.table-bordered thead tr th:first-of-type {
    padding-left: 1.5em !important;
}

.table.table-bordered tbody tr td:last-of-type, .table.table-bordered thead tr th:last-of-type {
    padding-right: 1.5em !important;
}

.ta-after-table {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}

    .ta-after-table .ta-table-comments {
        padding-top: 1em;
    }

    .ta-after-table .ta-table-pagination {
        margin: 0;
        padding: 1em 0;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: center;
    }

        .ta-after-table .ta-table-pagination li {
            list-style: none;
            display: inline-block;
            margin-right: 0.75em;
            letter-spacing: 0.5px;
        }

            .ta-after-table .ta-table-pagination li a.active {
                color: #222;
            }

            .ta-after-table .ta-table-pagination li:last-of-type, .ta-after-table .ta-table-pagination li.next {
                margin-right: 0;
            }

/* Table Striped */
table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #efefef;
}

.table.table-dark.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #2a2f34;
}

/* Table Dark */
.table.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table.table-dark th {
        color: #fff;
    }

/* THead Dark */
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table.table-dark th:first-child,
.table.table-dark td:first-child,
.table thead.thead-dark th:first-child {
    padding-left: 1em !important;
}

.table thead.thead-dark + tbody td:first-child {
    padding-left: 1.5em !important;
}

.table thead.thead-dark + tbody td:last-child {
    padding-right: 1.5em !important;
}

.table.table-dark th:last-child,
.table.table-dark td:last-child,
.table thead.thead-dark th:last-child {
    padding-right: 1em !important;
}

.table thead.thead-dark + tbody tr:first-of-type td {
    padding-top: 1em !important;
}

table.table > thead > tr > th.th-remove-arrow::after {
    content: " ";
}

table.table > thead > tr > th.th-header-span {
    padding-bottom: 0 !important;
}

table.table > thead > tr > th.th-header-span-child {
    padding-top: 0.5em !important;
}

.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    padding: .75em 2em;
    line-height: 1.5;
    background: #1277bd;
    color: white;
    font-weight: bold;
    border-radius: 7px;
    /*margin: .5em; <- I don't know why this was here, but I turned it off...*/
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    letter-spacing: .05em;
    transition: .25s ease all;
    max-width: 100%;
}

.btn-small {
    padding: .5em;
    font-size: .75em;
}

.btn-group .btn {
    float: left;
}

    .btn-group .btn:first-child {
        margin-left: 0;
    }

    .btn-group .btn:last-child {
        margin-right: 0;
    }

.btn.focus, .btn:focus, .btn:hover {
    background: #0d89df;
    color: white;
    transform: translate(0, -0.125em);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-round {
    border-radius: 7px;
}

.btn-green {
    background: #4eaa3e;
}

    .btn-green.focus, .btn-green:focus, .btn-green:hover {
        background: #48bc34;
    }

.btn-dark {
    background: #25282a;
}

    .btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
        background: #555b60;
    }

.btn-grey {
    background: #969696;
}

    .btn-grey.focus, .btn-grey:focus, .btn-grey:hover {
        background: #aaaaaa;
    }

.btn-off-white {
    background: gainsboro;
    color: #25282a;
}

    .btn-off-white.focus, .btn-off-white:focus, .btn-off-white:hover {
        background: rgba(220, 220, 220, 0.75);
        color: #25282a !important;
    }

.btn-outline {
    background: transparent;
    color: #1277bd;
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(18, 119, 189, 0.75);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(18, 119, 189, 0.75);
    box-shadow: inset 0px 0px 0px 3px rgba(18, 119, 189, 0.75);
}

    .btn-outline.focus, .btn-outline:focus, .btn-outline:hover {
        background-color: #1277bd;
        color: #fff;
    }

.btn-outline-off-white {
    background: transparent;
    color: #1277bd;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(220, 220, 220, 0.75);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(220, 220, 220, 0.75);
    box-shadow: inset 0px 0px 0px 1px rgba(220, 220, 220, 0.75);
    border-radius: 7px;
}

    .btn-outline-off-white.focus, .btn-outline-off-white:focus, .btn-outline-off-white:hover {
        background-color: #1277bd;
        color: #fff;
    }

.btn-ext-width {
    min-width: 243px;
}

.btn-aside {
    text-align: left;
    font-size: .875em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    margin-bottom: 0;
    margin: 0;
    width: 100%;
    padding: 1.5em;
}

    .btn-aside i {
        float: right;
        color: #1277bd;
        transition: ease all .25s;
    }

.btn.btn-aside i {
    color: #fff;
}

.btn-aside:hover i {
    color: white;
}

.submitted-btn-block .btn {
    margin-bottom: 0.25em;
}

.claim-option-btns {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
}

    .claim-option-btns a {
        margin-right: 0.5em;
        text-transform: uppercase;
    }

        .claim-option-btns a:last-of-type {
            margin-right: 0;
        }

@media only screen and (max-width: 543px) {
    .claim-option-btns {
        justify-content: flex-start;
    }

        .claim-option-btns a {
            width: 100%;
            margin-right: 0;
            margin-bottom: 0.5em;
        }

            .claim-option-btns a:last-of-type {
                margin-bottom: 0;
            }
}

.flex {
    display: flex;
    flex-flow: row wrap;
}

.flex-column {
    display: flex;
    flex-flow: column wrap;
}

    .flex.space-between, .flex-column.space-between {
        justify-content: space-between;
        align-items: center;
    }

    .flex.space-around, .flex-column.space-around {
        justify-content: space-around;
        align-items: center;
    }

    .flex.center-center, .flex-column.center-center {
        justify-content: center;
        align-items: center;
    }

    .flex.top-center, .flex-column.top-center {
        justify-content: center;
        align-items: flex-start;
    }

    .flex.bottom-center, .flex-column.bottom-center {
        justify-content: center;
        align-items: flex-end;
    }

    .flex.center-left, .flex-column.center-left {
        justify-content: flex-start;
        align-items: center;
    }

    .flex.top-left, .flex-column.top-left {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .flex.bottom-left, .flex-column.bottom-left {
        justify-content: flex-start;
        align-items: flex-end;
    }

    .flex.center-right, .flex-column.center-right {
        justify-content: flex-end;
        align-items: center;
    }

    .flex.top-right, .flex-column.top-right {
        justify-content: flex-end;
        align-items: flex-start;
    }

    .flex.bottom-right, .flex-column.bottom-right {
        justify-content: flex-end;
        align-items: flex-end;
    }

.flex-nowrap {
    display: flex;
    flex-flow: row nowrap;
}

.flex-column-nowrap {
    display: flex;
    flex-flow: column nowrap;
}

/*Header/Footer*/
header {
    background: #25282a;
    color: white;
    /*box-shadow: 0 7px 20px rgba(0,0,0,.1);*/
    position: inherit;
    z-index: 99;
}

.page-top {
    padding: 1em 0;
}

header .logo {
    height: 4em;
    padding-bottom: .4em;
}

header .title {
    font-size: 1.10em;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: .25em 0 .25em .75em;
    margin-left: 1em;
    color: white;
}

.user-menu {
    float: right;
    padding: 0;
    margin: 0;
    position: relative;
}

    .user-menu > li {
        padding: 0;
        float: left;
        list-style: none;
        position: relative;
    }

        .user-menu > li > a {
            color: rgba(255, 255, 255, 0.5);
            transition: ease .25s all;
            text-decoration: none;
            float: left;
            display: block;
            position: relative;
            height: 4em;
            padding: 1em 0 1em 1em;
        }

        .user-menu > li:hover > a {
            color: white;
        }

        .user-menu > li > a img {
            display: block;
            height: 100%;
            width: auto;
            opacity: .5;
            transition: ease all .25s;
        }

        .user-menu > li:hover > a img {
            opacity: 1;
        }

        .user-menu > li > a .count {
            position: absolute;
            top: .75em;
            right: -.5em;
            border-radius: 50%;
            background: #f10000;
            color: white;
            font-size: .75em;
            font-weight: bold;
            font-family: sans-serif;
            width: 1.5em;
            height: 1.5em;
            line-height: 1.5;
            text-align: center;
        }

    .user-menu ul {
        position: absolute;
        top: 100%;
        right: 0;
        width: 27em;
        background: white;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
        z-index: 999;
        display: none;
        padding: 0;
        margin: 0;
    }

        .user-menu ul:before {
            top: -1.25em;
            right: 0;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            animation: menuFade linear .25s;
            animation-iteration-count: 1;
            border-color: rgba(245, 245, 245, 0);
            border-bottom-color: whitesmoke;
            border-width: .75em;
            margin-right: .6275em;
            transition: ease all .25s;
        }

    .user-menu > li:nth-child(1) ul {
        margin-right: -.75em;
    }

    .user-menu > li:nth-child(2) ul {
        margin-right: -.4em;
    }

    .user-menu > li:nth-child(3) ul {
        margin-right: -.35em;
    }

    /*.user-menu > li:hover > ul {
        display: block;
        animation: menuFade linear .25s;
        animation-iteration-count: 1;
    }*/

    .user-menu > li.isActive > ul {
        display: block;
        animation: menuFade linear .25s;
        animation-iteration-count: 1;
    }

    .user-menu ul > li {
        width: 100%;
        float: left;
        list-style: none;
    }

        .user-menu ul > li span,
        .user-menu ul > li a {
            color: #555b60;
            padding: 1em 1.5em;
            width: 100%;
            float: left;
            text-decoration: none;
            transition: all .2s ease;
            text-transform: uppercase;
            font-weight: 600;
            transition: ease all .25s;
            border-bottom: 1px solid rgba(220, 220, 220, 0.5);
        }

        .user-menu ul > li span {
            color: #25282a;
        }

        .user-menu ul > li a i {
            color: rgba(85, 91, 96, 0.5);
            padding-right: .5em;
        }

        .user-menu ul > li > a:after {
            content: "\f105";
            font-family: 'FontAwesome';
            padding-left: .5em;
            padding-right: .5em;
            float: right;
            color: #1277bd;
            transition: ease all .25s;
        }

        .user-menu ul > li span a {
            float: right;
            display: inline-block;
            color: #1277bd;
            width: auto;
            padding: 0;
            text-transform: none;
            font-weight: 600;
            border: none;
        }

        .user-menu ul > li:first-child a {
            float: right;
            color: #1277bd;
        }

        .user-menu ul > li:first-child span {
            font-weight: bold;
            background: whitesmoke;
        }

        .user-menu ul > li:hover a {
            color: #1277bd;
            background: rgba(245, 245, 245, 0.5);
        }

            .user-menu ul > li:hover a:after {
                color: #1277bd;
                padding-right: 0;
            }

.profile {
    float: left;
}

    .profile span {
        height: 2em;
        line-height: 2;
    }

.avatar {
    border-radius: 50%;
    width: 3em;
    height: 3em;
}

/*Notification Menu*/
.notification-menu ul {
    width: 25em;
}

    .notification-menu ul > li a {
        position: relative;
        width: 100%;
        text-transform: none;
        padding-right: 4em;
        color: #25282a;
        border-bottom: 1px solid rgba(220, 220, 220, 0.5);
    }

    .notification-menu ul > li:last-child a {
        border: none;
    }

    .notification-menu ul > li a:after {
        display: none;
    }

    .notification-menu ul > li a .time {
        position: absolute;
        top: .5em;
        right: .5em;
        font-size: .75em;
        color: rgba(85, 91, 96, 0.5);
        width: auto;
    }

    .notification-menu ul > li a.seen {
        position: relative;
        width: 100%;
        text-transform: none;
        padding-right: 4em;
        color: rgba(37, 40, 42, 0.5);
        background: whitesmoke;
    }

/*Site Menu*/
.site-menu ul {
    width: 25em;
}

.site-menu li {
    float: left !important;
    width: 33.3332% !important;
    text-align: center;
}

    .site-menu li a img {
        padding: 1em;
        width: 100%;
        display: block;
        opacity: .5;
        transition: ease opacity .5s;
    }

.site-menu ul > li:first-child a,
.site-menu ul > li a {
    width: 100%;
    float: left;
    position: relative;
    text-transform: none;
    padding: 1em;
    color: #25282a !important;
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
    border-right: 1px solid rgba(220, 220, 220, 0.5);
}

    .site-menu ul > li a:hover {
        background: rgba(245, 245, 245, 0.5);
        color: #1277bd !important;
    }

        .site-menu ul > li a:hover img {
            opacity: 1;
        }

    .site-menu ul > li a:after {
        display: none;
    }

.site-menu ul > li:last-child {
    width: 100% !important;
}

    .site-menu ul > li:last-child a {
        width: 100% !important;
        border: none;
        color: #1277bd;
        background: rgba(220, 220, 220, 0.5);
    }

        .site-menu ul > li:last-child a:hover {
            background: rgba(220, 220, 220, 0.75);
        }

.user-menu ul:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: white;
}

.mobile-nav a {
    padding-left: 2em !important;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    margin-left: 2em;
}

/* Medium devices (desktops, 992px and down) */
@media screen and (max-width: 992px) {
    header .logo {
        height: 4em;
        display: block;
        padding: 0;
    }

    header .title {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 1.25em;
        padding: .5em 0;
        margin-left: 0;
        border: none;
        background: rgba(220, 220, 220, 0.1);
    }
}
/* Small devices (768px and down) */
@media screen and (max-width: 768px) {
    .top {
        padding: .5em 0;
    }

    header .logo {
        height: 3em;
        margin-top: .25em;
    }

    .notifications, .sites, .nav {
        padding: .125em;
    }

    .avatar {
        width: 2.25em;
        height: 2.25em;
    }

    .user-menu ul {
        display: none !important;
    }

    .user-menu > li > a {
        height: 3em;
        padding: .5em 0 .5em 1em;
    }

    .mobile-nav a {
        padding: .5em .5em .5em 1.5em !important;
        border-left: 1px solid rgba(0, 0, 0, 0.5);
        margin-left: 1.5em;
    }

    .user-menu a .count {
        width: 1.25em;
        height: 1.25em;
        line-height: 1.25;
        top: .25em;
        right: .1em;
    }
}
/* Extra Small devices (640px and down) */
@media screen and (max-width: 540px) {
    header .logo {
        height: 2.5em;
        margin-top: 0;
    }

    .user-menu > li > a {
        height: 2.25em;
        padding: .25em 0 .25em 0 !important;
    }

    .user-menu > li:last-child > a {
        height: 2.25em;
        margin-left: 1em !important;
        padding-left: 1em !important;
    }

    .user-menu > li > a .count {
        top: 0;
    }
}
/* Navigation (Desktop)
================================================== */
@media only screen and (min-width: 993px) {
    header .navigation {
        background: rgba(255, 255, 255, 0.05);
        letter-spacing: .05em;
    }

        header .navigation .primary,
        header .navigation .secondary {
            margin: 0;
            padding: 0;
        }

        header .navigation .primary {
            margin-left: -1em;
        }

            header .navigation .primary > li {
                list-style: none;
                float: left;
                position: relative;
            }

                header .navigation .primary > li > a {
                    font-weight: 600;
                    padding: 1em 0;
                    margin: 0 1em;
                    color: rgba(255, 255, 255, 0.8);
                    border-bottom: 4px solid rgba(37, 40, 42, 0);
                    display: block;
                    text-decoration: none;
                    transition: ease .25s all;
                }

                header .navigation .primary > li:nth-child(1) > a {
                    margin-left: -1em;
                }

                header .navigation .primary > li:hover > a {
                    color: white;
                    text-decoration: none;
                }

                header .navigation .primary > li > a.current-page {
                    border-bottom: 4px solid #1277bd;
                }

            header .navigation .primary > .menu-item-has-children > a:after {
                content: "\f107";
                font-family: 'FontAwesome';
                padding-left: .5em;
            }

            header .navigation .primary > .menu-item-has-children:hover > a:before {
                bottom: 0;
                right: 0;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                animation: menuFade linear .25s;
                z-index: 9999;
                border-color: rgba(255, 255, 255, 0);
                border-bottom-color: white;
                border-width: .75em;
                margin-right: .6275em;
                transition: ease all .25s;
            }

            header .navigation .primary ul {
                position: absolute;
                top: 100%;
                left: 0;
                width: 17em;
                background: white;
                z-index: 999;
                display: none;
            }

            header .navigation .primary .mega-menu {
                position: absolute;
                top: 100%;
                left: 0;
                width: 500%;
                background: white;
                z-index: 999;
                display: none;
            }

            header .navigation .primary li:not(:first-child) ul {
                margin-left: 15px;
            }

            header .navigation .primary > li ul {
                display: none;
                margin: 0;
                padding: 0;
                box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
            }

            header .navigation .primary > li:hover > ul {
                display: block;
                animation: menuFade linear .25s;
                animation-iteration-count: 1;
            }

            header .navigation .primary ul li {
                width: 100%;
                float: left;
            }

                header .navigation .primary ul li a {
                    color: #25282a;
                    padding: 1em 1.5em;
                    width: 100%;
                    display: inline-block;
                    text-decoration: none;
                    font-weight: 600;
                    transition: all .2s ease;
                }

            header .navigation .primary .menu-item-has-children ul li {
                list-style: none;
                position: relative;
            }

            header .navigation .primary ul li a:hover {
                color: rgba(85, 91, 96, 0.75);
            }

            header .navigation .primary ul .menu-item-has-children > a:after {
                content: "\f105";
                font-family: 'FontAwesome';
                padding-left: .5em;
                float: right;
                color: #1277bd;
            }

            /*Third Level;*/
            header .navigation .primary ul ul {
                display: none;
                position: absolute;
                top: 0;
                left: 100%;
                margin-left: 0 !important;
                z-index: 0;
            }

            header .navigation .primary ul li:hover ul {
                display: block;
                animation: menuFade linear .25s;
                animation-iteration-count: 1;
            }

    @keyframes menuFade {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    header .primary .accordion-toggle {
        display: none;
    }
}
/* In between large and small screens (prevents wrapping before menu switches)
================================================== */
@media only screen and (max-width: 1200px) {
    header .navigation .primary > li > a,
    header .navigation .secondary li a {
        margin: 0 .75em;
    }

    header .navigation .primary > .menu-item-has-children:hover > a:before {
        right: -.25em;
    }

    header .navigation .primary > .menu-item-has-children > a:after {
        padding-left: .25em;
    }
}
/* Navigation (Mobile/Small Tablet)
================================================== */
@media only screen and (max-width: 992px) {
    header .navigation > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .toggle-background {
        background: rgba(0, 0, 0, 0.25);
    }

    .toggle-rotate {
        transform: rotate(180deg);
    }

    .navigation .container {
        padding: 0;
        width: 100%;
    }

    .navigation {
        overflow-y: hidden;
    }

    header .primary {
        display: none;
        margin: 0;
        padding: 0;
    }

        header .primary li {
            list-style: none;
            position: relative;
            list-style: none;
        }

            header .primary li a {
                padding: 1em;
                text-decoration: none;
                font-weight: 600;
                font-size: 1em;
                display: block;
                color: white;
                border-bottom: 1px solid rgba(0, 0, 0, 0.5);
            }

        header .primary > li > a {
            padding-left: 1em;
            text-transform: uppercase;
        }

        header .primary > li:first-child > a {
            border-top: 1px solid rgba(0, 0, 0, 0.5);
        }

    header .navigation .primary > .mobile-secondary > a {
        color: rgba(255, 255, 255, 0.75);
        background: rgba(0, 0, 0, 0.1);
    }

    header .primary .accordion-toggle {
        position: absolute;
        top: 0;
        z-index: 999;
        font-size: 1.8em;
        line-height: 2;
        right: 0;
        font-family: "FontAwesome";
        padding: 0 .5em;
        transition: all 0.25s ease;
    }

        header .primary .accordion-toggle .fa {
            transition: all 0.25s ease;
        }

    header .primary li > ul {
        background: rgba(0, 0, 0, 0.25);
        display: none;
        padding: 0;
        margin: 0;
    }

        header .primary li > ul > li a {
            padding-left: 2em;
            text-transform: none;
            color: rgba(255, 255, 255, 0.875);
        }

        header .primary li > ul li:last-child a {
            border: none;
        }

        header .primary li > ul ul {
            display: none;
        }

            header .primary li > ul ul > li a {
                padding-left: 3em;
                text-transform: none;
                color: rgba(255, 255, 255, 0.75);
            }
}

header .navigation .secondary {
    float: right;
}

    header .navigation .secondary li {
        list-style: none;
        float: left;
    }

        header .navigation .secondary li a {
            font-weight: 600;
            padding: 1em;
            color: rgba(255, 255, 255, 0.8);
            display: inline-block;
            text-decoration: none;
            transition: ease .25s all;
        }

        header .navigation .secondary li:last-child a {
            margin-right: -15px;
        }

        header .navigation .secondary li a:hover {
            color: #ffffff;
            text-decoration: none;
        }

footer {
    color: #25282a;
    background: white;
    padding: 6em 0;
    border-top: 1px solid gainsboro;
}

    footer .navigation {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
        letter-spacing: .05em;
    }

        footer .navigation li {
            float: left;
            width: 100%;
            list-style: none;
            padding: 0;
        }

            footer .navigation li a {
                color: #25282a;
                padding: .25em 1em;
                font-weight: 600;
                display: block;
                width: 100%;
            }

                footer .navigation li a:hover {
                    color: #25282a;
                }

    footer .btn {
        background: #2d3338;
    }

    footer .logo {
        max-width: 20em;
        padding-top: 1.5em;
    }

.copyright {
    float: left;
    width: 100%;
    background: white;
    color: #555b60;
    padding: 2.5em 0;
    font-size: .75em;
    text-align: center;
    border-top: 1px solid gainsboro;
}

    .copyright .link-group {
        display: inline;
    }

        .copyright .link-group a {
            color: #555b60;
            padding-left: .5em;
            margin-left: .5em;
            display: inline-block;
            border-left: 1px solid rgba(85, 91, 96, 0.5);
        }

            .copyright .link-group a:hover {
                color: #25282a;
            }

@media screen and (max-width: 640px) {
    footer {
        margin: 2em 0;
    }

    .copyright .link-group {
        float: left;
        width: 100%;
        margin-top: 1em;
    }

        .copyright .link-group a {
            border-left: none;
            display: block;
        }
}
/*Reusable parts and modules*/
.module {
    margin-bottom: 2em;
    background: white;
    color: #25282a;
    float: left;
    width: 100%;
    border: 1px solid gainsboro;
    height: 100%;
    transition: ease all .5s;
}

.module-dark {
    color: white;
    background: #25282a;
    border: none;
}

    .module-dark.dark-tables {
        background: #212529;
    }

    .module-dark hr {
        border-top: 1px solid #4c5256;
    }

    .module-dark .title-bar {
        background: rgba(85, 91, 96, 0.25);
        border-bottom: none;
    }

    .module hr,
    .module-dark hr {
        margin: 1em 0 2em;
    }

    .module .title-bar h3.large, .module-dark .title-bar h3.large {
        font-size: 1.2em;
    }

.module-primary {
    color: white;
    background: #1277bd;
    border: none;
}

    .module-primary .title-bar {
        background: #0d598f;
        border-bottom: none;
    }

        .module .title-bar h3.large,
        .module-dark .title-bar h3.large,
        .module-primary .title-bar h3.large {
            font-size: 1.2em;
        }

.module img {
    width: 100%;
    float: left;
}

.module .inner {
    width: 100%;
    height: 100%;
    float: left;
    padding: 1.5em;
}

.module [class*='col-'] .inner {
    padding: 2em 0;
}

.module .inner .meta span {
    font-size: .875em;
    line-height: 1.75em;
    text-transform: uppercase;
    color: rgba(85, 91, 96, 0.5);
    font-weight: bold;
    padding-right: 1em;
}

.module-group .module {
    margin-bottom: 0;
    border-bottom: 0;
}

    .module-group .module:last-child {
        border-bottom: 1px solid gainsboro;
    }

.module-content {
    padding: 0.5em 1.5em;
}

.row > .module-content {
    padding: 0.5em 1.5em 0.5em 2.5em;
}

    .row > .module-content.left-border {
        padding: 0.5em 1.5em 0.5em 0.5em;
    }

.module .left-border,
.module-dark .left-border,
.module-primary .left-border {
    border-left: 1px solid gainsboro;
    padding: 0.5em;
}

.module.part-module .module-content {
    padding: 1.5em;
}

    .module.part-module .module-content h3 {
        margin-bottom: 1em;
    }

    .module.part-module .module-content .part-module-content-title {
        position: relative;
        padding-left: 1.5em;
        margin-bottom: 1em;
    }

        .module.part-module .module-content .part-module-content-title:before {
            font-size: 1em;
            font-family: FontAwesome;
            position: absolute;
            top: 0;
            left: 0;
        }

.module.part-module.approved .module-content .part-module-content-title:before {
    content: "\f058";
    color: #1277bd;
}

.module.part-module.warning .module-content .part-module-content-title:before {
    content: "\f071";
    color: #555;
}

.module.part-module input:not([type=file]), .module.part-module textarea, .module.part-module select {
    width: auto;
    min-width: 5em;
}

.module.part-module .part-module-options {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.module.part-module .form-group, .module.part-module .ta-form-check, .module.part-module .ta-form-radio {
    padding-right: 0.5em;
}

.module.part-module .ta-form-check, .module.part-module .ta-form-radio {
    display: table-cell;
}

.module.part-module .ta-form-radio {
    padding-right: 1em;
}

    .module.part-module .ta-form-check:first-of-type label, .module.part-module .ta-form-radio:first-of-type label {
        margin-left: 0.75em;
    }

    .module.part-module .ta-form-check label, .module.part-module .ta-form-radio label {
        margin-top: 0.5em;
    }

.module.part-module .ta-form-check-input-after ~ label {
    margin-right: 2em;
}

.module.part-module .form-group.mini input:not([type=file]), .module.part-module .form-group.mini textarea, .module.part-module .form-group.mini select {
    width: 2em;
}

.sidebar .module-content hr {
    margin: 1em 0;
}

.modal.m-lg .modal-dialog,
.modal .modal-dialog {
    max-width: 100% !important;
}

.modal.m-md .modal-dialog {
    max-width: 38% !important;
}

@media (max-width: 768px) {
    .modal.m-md .modal-dialog {
        max-width: 75% !important;
    }
}

@media (min-width: 768px) {
    .modal.m-sm .modal-dialog {
        width: 300px;
    }
}

.modal.centered {
    text-align: center;
    padding: 0 !important;
}

    .modal.centered:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal.centered .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

@media only screen and (min-width: 544px) and (max-width: 767px) {
    .modal.print .return-authorization .return-authorization-main-info .left-side {
        width: 66.66666667%;
    }

    .modal.print .return-authorization .return-authorization-main-info .right-side {
        width: 33.33333333%;
    }
}

@media only screen and (max-width: 767px) {
    .modal.centered:before {
        height: 0;
    }

    .modal.centered .modal-dialog, .modal.centered:before {
        display: block;
    }

    .modal.print .return-authorization .return-authorization-main-info .option-title {
        text-align: left !important;
    }

    .modal.print .return-authorization .return-authorization-main-info .left-side, .modal.print .return-authorization .return-authorization-main-info .right-side {
        padding-left: 0;
        padding-right: 0;
    }

        .modal.print .return-authorization .return-authorization-main-info .left-side .row {
            padding-bottom: 0.5em;
        }
}
/* Print Modal */
.modal.print .modal-body {
    padding: 2.5em 1.75em 1.75em;
}

    .modal.print .modal-body h2 {
        margin-bottom: 0.25em;
    }

    .modal.print .modal-body p {
        margin-bottom: 0;
    }

.modal.print .modal-footer {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 1.75em;
}

.modal.print .authorization-content {
    width: 100%;
    min-height: 200px;
    max-height: 75vh;
    overflow-y: auto;
    margin-bottom: 1.5em;
    color: #fff;
    padding: 0 0.5em;
}

    .modal.print .authorization-content.warranty {
        background-color: #4e622f;
    }

    .modal.print .authorization-content.exchange-core {
        background-color: #604b78;
    }

    .modal.print .authorization-content.repair {
        background-color: #4c91d0;
    }

    .modal.print .authorization-content.rentals {
        background-color: #fffd4e;
    }

    .modal.print .authorization-content.arg-new-parts-return {
        background-color: #ea6428;
    }

    .modal.print .authorization-content.mccauley {
        background-color: #ff001c;
    }

.modal.print .return-authorization .return-authorization-header {
    text-align: center;
}

.modal.print .rentals .return-authorization .return-authorization-header h1 {
    color: #222;
}

.modal.print .return-authorization .return-authorization-header h1 {
    font-weight: 700;
}

.modal.print .return-authorization .return-authorization-main-info {
    margin-right: 0;
    margin-left: 0;
    padding: 1em;
    background-color: #fff;
    color: #555;
}

    .modal.print .return-authorization .return-authorization-main-info .option-title {
        text-align: right;
        font-weight: 700;
        color: #222;
    }

.modal.print .return-authorization .return-authorization-bar-code {
    margin-bottom: 1em;
    background-color: #fff;
    color: #555;
    min-height: 50px;
    width: 100%;
    padding: 1em;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.modal.print .return-authorization .table {
    background-color: #fff;
    color: #555;
    margin-bottom: 0;
}

.modal.print .return-authorization .table-responsive th {
    padding: 1.5em 1em !important;
}

.modal.print .return-authorization .table-responsive td {
    padding: 0.5em 1em !important;
}

    .modal.print .return-authorization .table-responsive td:first-child {
        padding-left: 1em !important;
    }

    .modal.print .return-authorization .table-responsive td:last-child {
        padding-right: 1em !important;
    }

.modal.print .return-authorization .table-responsive tr:last-of-type td {
    padding-bottom: 1em !important;
}

.modal.print .return-authorization .table > thead > tr > th:after {
    content: " ";
}

/* Claim Type Modal */
.modal.claim-type .close, .modal .close {
    opacity: 1;
    text-shadow: none;
}

    .modal.claim-type .close::before, .modal .close::before {
        position: absolute;
        top: -0.5em;
        right: -0.5em;
        color: #fff;
        font-family: "FontAwesome";
        content: "\f00d";
        font-size: 1.2em;
    }

    .modal.claim-type .close::after, .modal .close::after {
        position: absolute;
        top: -0.5em;
        right: -0.5em;
        color: #222;
        font-family: "FontAwesome";
        content: "\f057";
        font-size: 1.5em;
    }

@media only screen and (min-width: 1600px) {
    .modal.claim-type .modal-dialog {
        width: 1200px !important;
    }
}

@media only screen and (min-width: 1199px) {
    .modal.claim-type .modal-dialog {
        width: 85% !important;
    }
}

@media only screen and (max-width: 1199px) {
    .modal.claim-type .modal-dialog {
        width: 90%;
    }
}

.claim-type-item .title-bar {
    text-align: center;
}

    .claim-type-item .title-bar h3 {
        color: #222;
    }

/*Page Introduction*/
.welcome, .maintenance-status, .intro-header {
    width: 100%;
    float: left;
}

.welcome {
    margin-bottom: 1em;
}

.intro-header {
    margin-bottom: 3em;
    padding-bottom: 1em;
    border-bottom: 1px solid gainsboro;
}

    .welcome h1, .intro-header h1 {
        font-size: 2.5em;
    }

.welcome .maintenance-status h1 {
    margin-bottom: 1em;
}

.welcome .meta span {
    font-size: .875em;
    line-height: 1.75em;
    text-transform: uppercase;
    color: rgba(85, 91, 96, 0.5);
    font-weight: bold;
    padding-right: 1em;
}

.welcome .detail-group {
    float: right;
    margin-top: .45em;
}

    .welcome .detail-group a,
    .welcome .detail-group span {
        float: left;
        padding: .5em 1.5em;
        border: 1px solid gainsboro;
        border-right: none;
    }

        .welcome .detail-group span:last-child {
            border-right: 1px solid gainsboro;
        }

@media screen and (max-width: 992px) {
    .welcome .detail-group {
        float: right;
        margin-top: .5em;
        width: 100%;
    }

        .welcome .detail-group a,
        .welcome .detail-group span {
            float: left;
            padding: .5em .75em;
            border: 1px solid gainsboro;
        }
}

@media screen and (max-width: 768px) {
    .welcome .detail-group {
        margin-top: 2.25em;
        text-align: center;
    }

        .welcome .detail-group a,
        .welcome .detail-group span {
            display: inline-block;
            float: none;
            padding: .5em .75em;
            border: 1px solid gainsboro;
        }

    .welcome .meta {
        width: 100%;
        float: left;
        margin-top: -5.5em;
    }

        .welcome .meta span {
            padding: 0 .25em;
        }

    .maintenance-status {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .welcome h1 {
        font-size: 2em;
    }

    .welcome .detail-group a,
    .welcome .detail-group span {
        font-size: .875em;
        padding: .25em .5em;
    }

    .welcome .meta {
        margin-top: -4.5em;
    }
}

.breadcrumbs {
    padding: 0.75em 0;
    border-bottom: 1px solid gainsboro;
}

.breadcrumbs-pages,
.breadcrumbs-actions {
    font-size: 0.88em;
}

.breadcrumbs-actions {
    text-align: right;
}

    .breadcrumbs-pages > ul.inline-list,
    .breadcrumbs-actions > ul.inline-list {
        margin: 0;
        padding: 0;
    }

        .breadcrumbs-pages > ul.inline-list li {
            position: relative;
            padding-right: 1em;
            margin-right: 0.25em;
        }

            .breadcrumbs-pages > ul.inline-list li:after {
                content: "\f105";
                font-family: 'FontAwesome';
                position: absolute;
                top: 0;
                right: 0;
                color: #1277bd;
            }

            .breadcrumbs-pages > ul.inline-list li:last-of-type:after {
                padding-right: 0;
                content: " ";
            }

        .breadcrumbs-actions > ul.inline-list li {
            padding-right: 1em;
            border-right: 1px solid gainsboro;
        }

            .breadcrumbs-actions > ul.inline-list li:last-of-type {
                padding-right: 0;
                border-right: 0;
            }

@media only screen and (max-width: 767px) {
    .breadcrumbs-pages ul li {
        font-size: 1.1em;
    }
}

@media only screen and (min-width: 544px) and (max-width: 767px) {
    .breadcrumbs-pages,
    .breadcrumbs-actions {
        width: 50%;
    }
}

@media only screen and (max-width: 543px) {
    .breadcrumbs-pages {
        margin-top: 0.5em;
    }

    .breadcrumbs-actions {
        margin-top: 1em;
        margin-bottom: 0.5em;
    }

        .breadcrumbs-pages ul,
        .breadcrumbs-actions ul {
            text-align: center;
            margin-bottom: 0.5em !important;
        }

        .breadcrumbs-actions ul {
            margin-bottom: 0 !important;
        }
}

.notification-bar {
    color: white;
    background: #25282a;
    font-weight: bold;
    padding: 1em;
    margin: 0.5em 0;
}

    .notification-bar.primary {
        color: white;
        background: #1277bd;
    }

    .notification-bar.danger {
        color: white;
        background: #D9534F;
    }

    .notification-bar.warning {
        color: #000000;
        background: #FCE3A3;
    }

    .notification-bar.success {
        color: white;
        background: #5CB85C;
    }

    .notification-bar.info {
        color: white;
        background: #5BC0DE;
    }

    .notification-bar .row {
        display: flex;
        flex-flow: row nowrap;
    }

    .notification-bar .notification-title {
        font-size: 2em;
        font-weight: 700;
        width: 100%;
        line-height: 1.25;
    }

    .notification-bar .notification-title, .notification-bar .notification-content {
        margin: 0;
        float: left;
        text-align: left;
    }

    .notification-bar [class*='col-']:last-of-type {
        text-align: right;
    }

    .notification-bar a.notification-link, .notification-bar .notification-link.dismiss {
        color: rgba(255, 255, 255, 0.85);
        padding-left: 1em;
    }

        .notification-bar a.notification-link:hover, .notification-bar .notification-link.dismiss:hover {
            color: white;
            cursor: pointer;
        }

    .notification-bar.primary-color {
        background-color: #1277bd;
    }

    .notification-bar.submitted {
        padding: 1.5em 2em;
    }

    .notification-bar.plane .notification-content {
        position: relative;
        padding-left: 2em;
    }

        .notification-bar.plane .notification-content:before {
            position: absolute;
            top: 0;
            left: 0.5em;
            font-family: FontAwesome;
            content: "\f072";
            font-size: 1em;
        }

    .notification-bar.warning .notification-content {
        position: relative;
        padding-left: 2em;
    }

        .notification-bar.warning .notification-content:before {
            position: absolute;
            top: 0;
            left: 0.5em;
            font-family: FontAwesome;
            content: "\f071";
            font-size: 1em;
        }

    .notification-bar.part .notification-content {
        position: relative;
        padding-left: 2em;
    }

        .notification-bar.part .notification-content:before {
            position: absolute;
            top: 0;
            left: 0.5em;
            font-family: FontAwesome;
            content: "\f187";
            font-size: 1em;
        }

@media only screen and (max-width: 543px) {
    .notification-bar .row {
        display: flex;
        flex-flow: column wrap;
    }

    .notification-bar [class*='col-']:last-of-type {
        width: 100%;
        text-align: center;
        padding: 0.5em 1em;
    }
}

.title-bar {
    z-index: 1;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    padding: 1em 1.5em;
    border-bottom: 1px solid gainsboro;
}

    .title-bar h1 {
        font-weight: 600;
        font-size: 2em;
        text-transform: none;
    }

/*General Notification Elements*/
.notification-success,
.notification-working,
.notification-alert,
.notification-attention,
.notification-warning,
.notification-error {
    padding: 1em 1.5em;
    font-weight: 600;
    line-height: 1;
}

.notification-success {
    border: 1px solid #4eaa3e !important;
    color: #4eaa3e !important;
    background: #dceed9 !important;
}

.notification-working {
    border: 1px solid #25282a !important;
    color: #25282a !important;
    background: #ebebeb !important;
}

.notification-alert {
    border: 1px solid #c8640f !important;
    color: #c8640f !important;
    background: #f2f0c8 !important;
}

.notification-attention {
    border: 1px solid #fbab00 !important;
    color: black !important;
    background: rgba(251, 171, 0, 0.125) !important;
}

.notification-warning {
    border: 1px solid #f10000 !important;
    color: #f10000 !important;
    background: #fed9d9 !important;
}

.notification-error {
    background: #8d0000 !important;
    color: white !important;
}

.title-bar.notification-success,
.title-bar.notification-working,
.title-bar.notification-alert,
.title-bar.notification-attention,
.title-bar.notification-warning,
.title-bar.notification-error {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

/*Context Bar*/
.context-bar {
    width: 100%;
    float: left;
    padding: 1em 0;
    border-bottom: 1px solid gainsboro;
}

    .context-bar .parent,
    .context-bar .actions {
        font-size: .875em;
        font-weight: 400;
        text-decoration: none;
        line-height: 1;
    }

    .context-bar .actions {
        float: right;
    }

        .context-bar .actions a {
            border-right: 1px solid gainsboro;
            padding: 0 1em;
            line-height: 1;
        }

            .context-bar .actions a:last-child {
                border: none;
                padding-right: 0;
            }

@media screen and (max-width: 768px) {
    .context-bar {
        text-align: center;
    }
}
/*Quick Links Module*/
.quick-links ul {
    padding: 0 0 1.5em 0;
    display: block;
}

.quick-links li {
    list-style: none;
}

.quick-links a {
    padding: .25em 0;
    display: block;
    font-weight: bold;
}

.progress-navigation {
    margin: 0 0 2em;
}

    .progress-navigation .row {
        display: flex;
        flex-flow: row nowrap;
    }

    .progress-navigation .progress-nav-items {
        margin: 0;
        padding: 0 15px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-items: center;
    }

        .progress-navigation .progress-nav-items a,
        .progress-navigation .progress-nav-label,
        .progress-navigation .progress-nav-items button {
            color: #25282a;
            background-color: #f1f1f1;
            width: 20%;
            padding: 1em;
            text-align: center;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 0.9em;
            margin: 0 0.25em;
        }

        .progress-navigation .progress-nav-items button {
            border-style: none;
        }

    .progress-navigation .progress-nav-label {
        margin-left: 0;
    }

    .progress-navigation .progress-nav-items a:last-of-type,
    .progress-navigation .progress-nav-items button:last-of-type {
        margin-right: 0;
    }

    .progress-navigation .progress-nav-items a:hover,
    .progress-navigation .progress-nav-items button:hover {
        color: #1277bd;
    }

    .progress-navigation .progress-nav-items a:focus,
    .progress-navigation .progress-nav-items a:active,
    .progress-navigation .progress-nav-items button:focus,
    .progress-navigation .progress-nav-items button:active {
        outline: 0;
    }

    .progress-navigation .progress-nav-items a.active,
    .progress-navigation .progress-nav-items button.active {
        color: #fff;
        background-color: #1277bd;
    }

    .progress-navigation .progress-nav-items a.done,
    .progress-navigation .progress-nav-items button.done {
        position: relative;
    }

        .progress-navigation .progress-nav-items a.done:after,
        .progress-navigation .progress-nav-items button.done:after {
            content: "\f058";
            font-family: FontAwesome;
            position: absolute;
            top: 0.9em;
            right: 2em;
            font-size: 1.1em;
        }

    .progress-navigation .progress-nav-label i {
        font-size: 0.75em;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .progress-navigation .progress-nav-items a.done:after,
    .progress-navigation .progress-nav-items button.done:after {
        right: 1em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .progress-navigation .progress-nav-items a.done:after,
    .progress-navigation .progress-nav-items button.done:after {
        right: 1em;
    }
}

@media only screen and (min-width: 544px) and (max-width: 767px) {
    .progress-navigation .progress-nav-items a.done:after,
    .progress-navigation .progress-nav-items button.done:after {
        content: " ";
    }

    .progress-navigation .progress-nav-items a.done,
    .progress-navigation .progress-nav-items button.done {
        color: #fff;
        background-color: #25282a;
    }
}

@media only screen and (max-width: 543px) {
    .progress-navigation .progress-nav-items {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
    }

    .progress-navigation .progress-nav-label {
        width: 100%;
        margin-right: 0;
    }

    .progress-navigation .progress-nav-items a,
    .progress-navigation .progress-nav-items button {
        margin-right: 0;
        margin-left: 0;
        margin-top: 1em;
        font-size: 0.85em;
        width: 23%;
    }

        .progress-navigation .progress-nav-items a.done:after,
        .progress-navigation .progress-nav-items button.done:after {
            content: " ";
        }

        .progress-navigation .progress-nav-items a.done,
        .progress-navigation .progress-nav-items button.done {
            color: #fff;
            background-color: #25282a;
        }
}

@media only screen and (max-width: 375px) {
    .progress-navigation .progress-nav-items a,
    .progress-navigation .progress-nav-items button {
        font-size: 0.75em;
    }
}

.ta-progress-bar {
    padding: 2em 15px;
}

    .ta-progress-bar .row {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .ta-progress-bar a.prev,
    .ta-progress-bar a.next {
        flex: 0 1 auto;
    }

    .ta-progress-bar .ta-progress-indicator {
        flex: 1 1 auto;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .ta-progress-bar a.btn {
        width: 170px;
        text-transform: uppercase;
        background-color: #f1f1f1;
        color: #25282a;
    }

        .ta-progress-bar a.btn:hover {
            background-color: #e4e4e4;
        }

    .ta-progress-bar .ta-progress-indicator {
        background-color: #f2f2f2;
        padding: 0.75em 1em;
        margin: 0 0.5em;
    }

.ta-progress-indicator-label {
    padding-left: 1em;
    min-width: 150px;
}

.ta-progress-indicator .progress {
    width: 100%;
    margin-bottom: 0;
    height: 18px;
    background-color: #FFF;
    border: 1px solid #ddd;
    border-radius: 9px;
}

    .ta-progress-indicator .progress .progress-bar {
        border-radius: 8px;
        height: 16px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

@media only screen and (max-width: 1439px) {
    .ta-progress-bar .ta-progress-indicator {
        padding: 1.3em 1em;
    }

    .ta-progress-bar .ta-progress-indicator-label {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 767px) {
    .ta-progress-bar .ta-progress-indicator {
        padding: 1em;
    }

    .ta-progress-bar .ta-progress-indicator-label {
        font-size: 1.1em;
        min-width: 106px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 543px) {
    .ta-progress-bar .ta-progress-indicator-label {
        font-size: 1em;
    }

    .ta-progress-bar .row {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
    }

    .ta-progress-bar .ta-progress-indicator {
        margin: 1em 0;
    }

    .ta-progress-bar a.btn {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .ta-progress-bar .ta-progress-indicator-label {
        font-size: 1.05em;
    }
}

@media only screen and (max-width: 320px) {
    .ta-progress-bar .ta-progress-indicator-label {
        font-size: 1.25em;
    }
}

.customer-number span {
    height: 2em;
    line-height: 2;
}

.customer-number + ul {
    background-color: #25292A;
}

    .customer-number + ul:before {
        display: none !important;
    }

.user-menu .customer-number + ul > li span, .user-menu .customer-number + ul > li a {
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(220, 220, 220, 0.1);
}

.user-menu .customer-number + ul > li > a:after {
    display: none;
}

.user-menu .customer-number + ul > li:hover a {
    background: rgba(48, 52, 53, 0.5) !important;
    color: white;
}

.topSearchBtn {
    float: left;
    display: block;
    text-decoration: none;
    color: #ccc;
    font-size: 23px;
    position: relative;
    cursor: pointer;
}

.topSearchBtn {
    height: 55px;
    line-height: 60px;
    padding: 0 10px;
    background: #303435;
    margin-left: 1px;
    position: relative;
    border: 0;
    margin: 0;
    outline: 0;
}

    .topSearchBtn:hover {
        color: #fff;
    }

.topSearchBtnMobile {
    height: 25px;
    line-height: 30px;
    padding: 0 10px;
    background: #25282A;
    color: #929495;
    margin-left: 1px;
    position: relative;
    border: 0;
    margin: 0;
    outline: 0;
}

    .topSearchBtnMobile:hover {
        color: #929495;
    }

#topSearch {
    display: none;
    position: absolute;
    top: 55px;
    right: 1em;
    width: 250px;
    cursor: default;
    padding: 8px;
    background-color: #303435;
}

    #topSearch .btn {
        line-height: 36px;
        width: 40px !important;
        padding: 0 4px 0 0 !important;
        text-align: right;
        background: #303435;
        margin-left: 1px;
        position: relative;
        float: left;
        display: block;
        text-decoration: none;
        color: #ccc;
        cursor: pointer;
    }

    #topSearch .form-control, #topSearch .btn, #topSearch .input-group-btn {
        height: 40px !important;
        font-size: 1.05em;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #topSearch .btn {
        font-size: 1.35em;
    }










#topSearchMobile {
    display: none;
    position: absolute;
    top: 37px;
    right: 0em;
    width: 250px;
    cursor: default;
    padding: 8px;
    background-color: #25282A;
}

    #topSearchMobile .btn {
        line-height: 36px;
        width: 40px !important;
        padding: 0 4px 0 0 !important;
        text-align: center;
        background: #303435;
        margin-left: 1px;
        position: relative;
        float: left;
        display: block;
        text-decoration: none;
        color: #ccc;
        cursor: pointer;
        border: 1px solid #313435;
    }

    #topSearchMobile .form-control, #topSearch .btn, #topSearch .input-group-btn {
        height: 40px !important;
        font-size: 1.05em;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #topSearchMobile .btn {
        /*font-size: 3.85em;*/
    }
























.topShopCart {
    float: left;
    display: block;
    text-decoration: none;
    color: #ccc;
    font-size: 23px;
    position: relative;
    cursor: pointer;
}

.topShopCart {
    height: 38px;
    line-height: 48px;
    padding: 0;
    background: #303435;
    margin-left: 1px;
    position: relative;
    border: 0;
    margin: 0;
    outline: 0;
}

    .topShopCart:hover {
        color: #fff;
    }

.topShopCartToggle:hover {
    cursor: pointer;
}

#topShopCart {
    display: none;
    position: absolute;
    top: 55px;
    right: 1em;
    width: 250px;
    cursor: default;
    padding: 0.5em 0 0.75em;
    background-color: #303435;
}

    #topShopCart p {
        margin-bottom: 0;
    }

.calc-items {
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
    background-color: #1277bd;
    color: #FFF;
    width: 100%;
}

.topShopCart-total,
.topShopCart-item {
    padding: 0 0.75em 0.5em;
    border-bottom: 2px solid #444;
}

.topShopCart-item {
    padding-top: 0.5em;
}

    .topShopCart-item .topShopCart-product {
        font-size: 0.9em;
        line-height: 1.3;
    }

    .topShopCart-item .topShopCart-details {
        font-size: 0.85em;
        color: #777;
        line-height: 1;
        margin-top: 0.25em;
    }

.topShopCart-total {
    font-size: 0.9em;
    font-weight: 600;
}

#topShopCart a.topShopCart-btn {
    margin: 0 0.75em;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
}

.flex-video {
    height: 0;
    margin-bottom: 0.88889rem;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

    .flex-video iframe,
    .flex-video object,
    .flex-video embed,
    .flex-video video {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
    }

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0.75em 0 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 35px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: #242829;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #1277bd;
        }

button.slick-prev,
button.slick-next {
    background: transparent;
    color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    line-height: 1;
}

.slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    color: #242829;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover:before, .slick-next:hover:before {
    color: #1277bd;
}

.slick-prev:before {
    content: "\f053";
}

[dir="rtl"] .slick-prev:before {
    content: "\f054";
}

[dir="rtl"] .slick-next {
    left: -10px;
    top: 70px;
    right: auto;
}

.slick-next:before {
    content: "\f054";
}

[dir="rtl"] .slick-next:before {
    content: "\f053";
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid rgba(17, 17, 17, 0.125);
    background-color: #fff;
    color: #555;
    border-radius: 0.25rem;
    margin: 0 0 15px;
}

    .card .card-block {
        padding: 1em;
    }

    .card .card-img-top {
        border-top-right-radius: calc(0.25rem - 1px);
        border-top-left-radius: calc(0.25rem - 1px);
    }

    .card .card-title {
        margin: 0.25em 0 0;
    }

    .card img + .card-title {
        margin: 0.5em 0 0;
    }

/* These styles are only used on the elements test page */
.btn-section a {
    margin-top: 1em;
    margin-bottom: 1em;
}

.cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* No Touch devices */
.cd-nav-trigger {
    display: none;
}

.no-touch #cd-vertical-nav {
    position: fixed;
    right: 40px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

    .no-touch #cd-vertical-nav li {
        text-align: right;
        list-style: none;
        height: 1.5em;
    }

    .no-touch #cd-vertical-nav a {
        display: inline-block;
        /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .no-touch #cd-vertical-nav a:after {
            content: "";
            display: table;
            clear: both;
        }

        .no-touch #cd-vertical-nav a span {
            float: right;
            display: inline-block;
            -webkit-transform: scale(0.6);
            -moz-transform: scale(0.6);
            -ms-transform: scale(0.6);
            -o-transform: scale(0.6);
            transform: scale(0.6);
        }

        .no-touch #cd-vertical-nav a:hover span {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        .no-touch #cd-vertical-nav a:hover .cd-label {
            opacity: 1;
        }

        .no-touch #cd-vertical-nav a.is-selected .cd-dot {
            background-color: #1277bd;
        }

    .no-touch #cd-vertical-nav .cd-dot {
        position: relative;
        /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
        top: 8px;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background-color: #222;
        -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
        -moz-transition: -moz-transform 0.2s, background-color 0.5s;
        transition: transform 0.2s, background-color 0.5s;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .no-touch #cd-vertical-nav .cd-label {
        position: relative;
        margin-right: 10px;
        padding: .4em .5em;
        color: #1277bd;
        font-size: 14px;
        font-size: 1em;
        font-weight: bold;
        letter-spacing: 0.5px;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s;
        opacity: 0;
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

/* Touch devices */
.touch .cd-nav-trigger {
    display: block;
    z-index: 6;
    position: fixed;
    bottom: 1em;
    right: 3%;
    height: 44px;
    width: 44px;
    border-radius: 0.25em;
    background: rgba(255, 255, 255, 0.9);
}

    .touch .cd-nav-trigger span {
        position: absolute;
        height: 4px;
        width: 4px;
        background-color: #3e3947;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

        .touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            background-color: inherit;
            border-radius: inherit;
        }

        .touch .cd-nav-trigger span::before {
            top: -9px;
        }

        .touch .cd-nav-trigger span::after {
            bottom: -9px;
        }

.touch #cd-vertical-nav {
    position: fixed;
    z-index: 5;
    right: 3%;
    bottom: 1em;
    width: 100%;
    max-width: 300px;
    max-height: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    border-radius: 0.25em;
    background-color: rgba(255, 255, 255, 0.9);
}

@media only screen and (min-width: 375px) {
    .touch #cd-vertical-nav {
        max-width: 95vw;
    }
}

.touch #cd-vertical-nav ul {
    padding: 0;
    margin: 0;
}

    .touch #cd-vertical-nav ul li {
        list-style: none;
    }

.touch #cd-vertical-nav a {
    display: block;
    padding: 1em;
    border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}

    .touch #cd-vertical-nav a span:first-child {
        display: none;
    }

    .touch #cd-vertical-nav a.is-selected {
        background-color: #1277bd;
    }

        .touch #cd-vertical-nav a.is-selected span:last-child {
            color: #fff;
        }

.touch #cd-vertical-nav.open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: #222;
}

    .touch #cd-vertical-nav.open a {
        color: #fff;
    }

    .touch #cd-vertical-nav.open + .cd-nav-trigger {
        background-color: transparent;
    }

        .touch #cd-vertical-nav.open + .cd-nav-trigger span {
            background-color: rgba(62, 57, 71, 0);
        }

            .touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
                background-color: #838384;
                height: 3px;
                width: 20px;
                border-radius: 0;
                left: -8px;
            }

            .touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                top: 1px;
            }

            .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
                -webkit-transform: rotate(135deg);
                -moz-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                -o-transform: rotate(135deg);
                transform: rotate(135deg);
                bottom: 0;
            }

.touch #cd-vertical-nav li:last-child a {
    border-bottom: none;
}

@media only screen and (min-width: 768px) {
    .touch .cd-nav-trigger, .touch #cd-vertical-nav {
        bottom: 40px;
    }
}
/* All styles above are only used on the elements test page */
.full-width {
    width: 100%;
}

@media only screen and (min-width: 1440px) {
    .modal-dialog {
        width: 1200px;
    }

    .content {
        min-height: calc(83.5vh);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .modal-dialog {
        width: 800px;
    }

    .content {
        min-height: calc(86.25vh);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #startNewClaimForm {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content {
        min-height: calc(86.25vh);
    }

    .modal-dialog {
        width: 800px;
    }

    /* Progress Bar */
    .ta-progress-bar a.btn {
        padding: 1.2em 0;
    }

    .inline-inputs .form-group {
        width: 45%;
    }

        .inline-inputs .form-group.full-width {
            width: 100%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content {
        min-height: calc(89vh);
    }

    .submitted-btn-block .btn {
        font-size: 1em;
    }

    input:not([type=file]), textarea, select {
        font-size: 1.2rem;
    }

    .ta-styled-select::after {
        font-size: 1.25em;
        top: 0.6em;
    }

    .btn {
        font-size: 1.1em;
    }

    /* Progress Bar */
    .ta-progress-bar a.btn {
        padding: 1em 0;
    }

    .ta-search-filter button {
        padding: 7px 5px;
    }

    /* Progress Navigation */
    .progress-navigation .progress-nav-label {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }

    /* After Table Comments */
    .ta-after-table .ta-table-comments {
        font-size: 1.25rem;
    }

    /* After Table Pagination */
    .ta-after-table .ta-table-pagination li a {
        font-size: 1.25rem;
    }

    .inline-inputs .form-group {
        width: 44%;
    }

        .inline-inputs .form-group.full-width {
            width: 100%;
        }
}

@media only screen and (min-width: 767px) and (max-width: 768px) {
    .ta-date-selection-filter {
        padding-right: 2em;
    }

    input[type="file"] {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .modal-dialog {
        margin: 1.5em;
    }

    .left-border {
        border-left: none !important;
    }

    .row > .module-content.left-border {
        padding: 0.5em 2.5em !important;
    }

    input[type="file"] {
        width: 90%;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .text-xs-left {
        text-align: left !important;
    }

    .text-xs-right {
        text-align: right !important;
    }

    .tracs-logo {
        margin-bottom: 1em;
    }

    .modal-footer .btn + .btn {
        margin-left: 0;
        margin-top: 0.5em;
    }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
    .content {
        min-height: calc(86.25vh);
    }
}

@media only screen and (max-width: 640px) {
    .content {
        min-height: calc(84vh);
    }
}

@media only screen and (min-width: 544px) and (max-width: 767px) {
    .ta-styled-select::after {
        top: 0.5em;
    }

    /* Progress Bar */
    .ta-progress-bar a.btn {
        padding: 0.9em 0;
    }

    .ta-styled-file + label {
        max-width: 50%;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }

    .hide-xs {
        display: none !important;
    }
}

@media only screen and (max-width: 543px) {
    .hide-xs {
        display: none !important;
    }

    .notification-bar .notification-title {
        font-size: 1.65em;
        word-wrap: break-word;
    }

    .notification-bar .notification-content {
        font-size: 1.1em;
        padding-top: 0.25em;
    }

    .form-group.flex-wrap .filename {
        justify-content: center;
    }

    .ta-styled-file ~ label {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }

    h3 {
        font-size: 0.9em;
    }

    .btn,
    .btn-ext-width {
        width: 100%;
    }

    table, table.table-responsive {
        display: block;
    }

    .table-responsive {
        padding: 0 1em 0 1em;
    }

    table, table thead, table tbody, table.table-responsive, table.table-responsive thead, table.table-responsive tbody {
        overflow-x: scroll;
    }

    /* Custom Search Filter */
    .ta-search-selection-filter > .row {
        flex-flow: column wrap;
        align-items: flex-start;
    }

    .ta-search-filter .btn {
        width: auto;
    }

    .ta-search-query {
        padding: .375rem 2.25rem .375em .5em !important;
    }

    .ta-search-selection-filter .ta-form-check {
        padding: 1em 0;
    }

    /* After Table Pagination */
    .ta-after-table .ta-table-pagination {
        justify-content: center;
    }

        .ta-after-table .ta-table-pagination li a {
            font-size: 1.5rem;
        }

        .ta-after-table .ta-table-pagination li {
            margin-right: 1.25em;
        }

            .ta-after-table .ta-table-pagination li a.active {
                font-weight: 700;
            }

    .ta-styled-select::after {
        top: 0.6em;
    }

    .module.part-module input:not([type=file]),
    .module.part-module textarea,
    .module.part-module select,
    .module.part-module .form-group.mini input:not([type=file]),
    .module.part-module .form-group.mini textarea,
    .module.part-module .form-group.mini select,
    .module.part-module .form-group,
    .module.part-module .form-group.mini,
    .inline-inputs .form-group {
        width: 100%;
    }

    .module.part-module .form-group,
    .module.part-module .ta-form-check,
    .module.part-module .ta-form-radio {
        padding-right: 0;
    }

    .module.part-module .ta-form-check, .module.part-module .ta-form-radio {
        padding-left: 1em;
    }

        .module.part-module .ta-form-check:first-of-type, .module.part-module .ta-form-radio:first-of-type {
            padding-left: 0;
        }

            .module.part-module .ta-form-check:first-of-type label, .module.part-module .ta-form-radio:first-of-type label {
                margin-left: 0;
            }

    .mb-xs-1 {
        margin-bottom: 1em;
    }

    .mb-xs-2 {
        margin-bottom: 2em;
    }
}

@media only screen and (max-width: 425px) {
    .welcome h1 {
        font-size: 2.25em;
    }

    .ta-styled-select::after {
        top: 0.55em;
    }

    table tbody td[class*="status_"] {
        min-width: 110px;
    }
}

@media only screen and (max-width: 375px) {
    .ta-styled-select::after {
        top: 0.5em;
    }
}

@media only screen and (max-width: 320px) {
    body {
        font-size: 1.15em;
    }

    table tbody td[class*="status_"] {
        min-width: 100px;
    }

    .ta-styled-select::after {
        top: 0.75em;
    }

    .progress-navigation .progress-nav-items a:last-of-type {
        font-size: 0.715em;
    }

    .modal.claim-type h2.modal-title {
        font-size: 2em;
    }

    .notification-bar .notification-title {
        font-size: 2.2em;
        line-height: 1;
    }
}














/*DEVELOPER ADDED*/
/*List Options in Bootstrap Modal + expanding section*/
.modal-list {
    margin: 0 0 1.5em;
    float: left;
    width: 100%;
}

.modal-list-item {
    width: 100%;
    float: left;
    position: relative;
    transition: ease all .25s;
    border-bottom: 1px solid rgba(220,220,220,1);
}

    .modal-list-item:hover {
        background: #FFF;
    }

.modal-list-toggle {
    padding: 1.5em;
}

.modal-plus-minus {
    position: absolute;
    top: 1em;
    right: 1.5em;
    padding-left: 1.25em;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .modal-plus-minus {
        display: none;
    }
}

.modal-plus-minus span {
    width: .8em;
    height: .2em;
    background: rgba(18,119,189,1);
    top: .6em;
    left: 0;
    position: absolute;
    transform-origin: center;
    transition: ease transform .5s;
    pointer-events: none;
}

    .modal-plus-minus span:first-child {
        transform: rotateZ(90deg);
    }

.modal-plus-minus.expanded span {
    transform: rotateZ(360deg) !important;
}

.modal-list-expand {
    width: 100%;
    float: left;
    padding: 0 1.5em 1.5em;
    /*display:none;*/
}

.pay-selected-rows {
    border-top: 1px solid rgba(220,220,220,1);
    padding: 1.5em;
}

.pay-selected-rows-show {
    display: block;
}

/*Pay Input*/
/* The important bits */
.pay-select {
    width: 100%;
    float: left;
    font-size: 1em;
    border: 1px solid rgba(220,220,220,1);
    background: none;
    box-shadow: none;
    transition: ease all .25s;
    padding: 0;
    margin: 0 0 1em;
}

    .pay-select li {
        width: 100%;
        float: left;
        list-style: none;
        padding: .75em 1em;
        transition: ease background .25s;
    }

    .pay-select li {
        width: 100%;
        float: left;
        position: relative;
    }

    .pay-select .add-new {
        font-weight: bold;
        border-top: 1px solid rgba(220,220,220,1);
        padding: 1em;
        color: rgba(13,137,223,1);
        cursor: pointer;
    }

        .pay-select .add-new:hover {
            background: rgba(18,119,189,1);
            color: #ffffff;
        }

    .pay-select .selected {
        background: rgba(245,245,245,1);
    }

        .pay-select .selected:after {
            position: absolute;
            content: "\f00c";
            font-family: fontawesome;
            top: 0;
            right: 0;
            padding: .75em 1em;
            color: rgba(78,170,62,1);
        }
/*input buttons for dates*/
.btn-select {
    padding: .4em 1em;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group.date .input-group-addon {
        cursor: pointer;
    }

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}


/*Percent Circle*/
.progress-doughnut {
    line-height: .5;
    padding: .5em;
    display: inline-block;
    border-radius: 50%;
    background: #4eaa3e;
    position: relative;
    margin: 2em 0;
}

    .progress-doughnut .p-l {
        background: linear-gradient(0deg, #30907e 0%,#4eaa3e 100%);
        border-radius: 50vw 0 0 50vw;
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0;
        transform-origin: right center;
        transform: rotate(0deg);
        transition: ease all .5s;
    }

    .progress-doughnut .p-r {
        background: linear-gradient(0deg, #30907e 0%,#1277bd 100%);
        border-radius: 0 50vw 50vw 0;
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        left: 50%;
        top: 0;
        z-index: 3;
        transform-origin: right center;
        transform: rotate(0deg);
        transition: ease all .5s;
    }

    .progress-doughnut .p-l-cover {
        border-radius: 0 50vw 50vw 0;
        background: rgba(250,250,250,1);
        content: "";
        position: absolute;
        width: 52%;
        height: 104%;
        left: 50%;
        top: -2%;
        z-index: 2;
        transform-origin: left center;
        transform: rotate(180deg);
        transition: ease all .5s;
    }

    .progress-doughnut .p-r-cover {
        border-radius: 0 50vw 50vw 0;
        background: rgba(250,250,250,1);
        content: "";
        position: absolute;
        width: 52%;
        height: 104%;
        left: 50%;
        top: -2%;
        z-index: 3;
        transform-origin: left center;
        transform: rotate(0deg);
        transition: ease all .5s;
    }

    .progress-doughnut .p-overlay {
        padding: 6em;
        display: inline-block;
        border-radius: 50%;
        background: #ffffff;
        position: relative;
        z-index: 5;
        text-align: center;
    }

        .progress-doughnut .p-overlay .p-value {
            width: 100%;
            left: 0;
            position: absolute;
            display: inline-block;
            margin-top: -15%;
            line-height: 1;
        }

            .progress-doughnut .p-overlay .p-value .percent {
                font-size: 3em;
                font-weight: 100;
                width: 100%;
                float: left;
                margin: 0;
            }

            .progress-doughnut .p-overlay .p-value label {
                font-size: 14px;
                width: 100%;
                float: left;
                margin: 0;
                color: rgba(85,91,96,.5);
            }

.banner {
    height: auto;
    width: 100%;
    background-color: #1277bd;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    min-height: 100px;
}

    .banner .banner-title {
        font-size: 2.8em;
        font-weight: 700;
        margin: 0 0 0.25em;
        padding: 0;
        line-height: 1;
    }

    .banner .banner-sub {
        font-size: 1.2em;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

    .banner form {
        position: relative;
    }

.btn-danger {
    background: #CC0000 !important;
}

    .btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
        background: #db0000 !important;
    }

star {
    color: #EB5E28;
    padding-left: 3px;
}


/*Responsive Table with accordion system ADDING FOR PAYMENT SCREEN (PORTAL)*/
.tabular-data {
    overflow: hidden;
    position: relative;
}

.data-group {
    border-bottom: 1px solid rgba(220,220,220,1);
    transition: ease all .25s;
}

.data-header {
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(85,91,96,.5);
    font-size: .875em;
    padding: 1.5em;
}

.data-group:last-child {
    border: none;
}

.data-group .date,
.data-group .number,
.data-group .description,
.data-group .price,
.data-group a {
    display: inline-block;
    padding: 0 3em 0 0;
    float: left;
}

.data-group .date {
    font-size: .875em;
    line-height: 1.75em;
    text-transform: uppercase;
    color: rgba(85,91,96,.5);
    font-weight: bold;
}

.data-group .number {
    font-weight: bold;
}

.data-group .description {
    color: rgba(85,91,96,1);
}

.data-group .price,
.data-group a {
    padding: 0 0 0 3em;
    /*float: right;*/
    font-weight: 600;
}

.data-group h2 {
    margin: 0;
    line-height: 2em;
}

.data-group .btn-group .btn {
    display: inline-block;
    padding: .75em 2em;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 0;
    margin: 0 .5em;
    box-shadow: 0 0 0 rgba(0,0,0,.1);
    letter-spacing: .05em;
    transition: .25s ease all;
    max-width: 100%;
}

    .data-group .btn-group .btn:first-child {
        margin-left: 0;
    }

    .data-group .btn-group .btn:last-child {
        margin-right: 0;
    }

.data-row,
.data-none {
    padding: 1.5em;
    float: left;
    width: 100%;
}

.data-expands {
    padding: 1.5em;
    float: left;
    width: 100%;
}

    .data-expands span {
        color: rgba(18,119,189,1);
    }

.data-expands {
    cursor: pointer;
}

.data-group .data-expands,
.data-group .expandable {
    transition: ease max-height .5s, ease padding .5s, ease opacity .5s, ease background .5s;
}

.data-group .expandable {
    transform-origin: top;
    padding: 0 1.5em;
    opacity: 0;
    font-weight: 600;
    max-height: 0;
    overflow: hidden;
}

    .data-group .expandable p {
        font-weight: 400;
        color: rgba(85,91,96,1);
    }

    .data-group .expandable hr {
        margin: 1em 0;
    }

    .data-group .expandable .btn {
        margin: 0;
        padding: .75em 0;
        width: 100%;
        box-shadow: none;
    }

.row-active, .row-open {
    background: rgba(245,245,245,1);
}

.row-open {
    max-height: 9999px !important;
    opacity: 1 !important;
    padding: 1.5em !important;
}

.row-toggle {
    position: relative;
    cursor: pointer;
    float: right;
    display: inline-block;
    margin: -.2em 0 -1em 0;
    transition: ease transform .5s;
    transform-origin: center;
    color: inherit;
}

.row-toggle-twist {
    transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
    .data-group .title {
        display: inline-block;
        padding-bottom: 1em;
    }
}

@media screen and (max-width: 768px) {
    .tabular-data table:before, .tabular-data table:after {
        /*position: absolute;*/
        top: 0;
        /*left: 0;*/
        width: 1.5em;
        height: 100%;
        /*background: linear-gradient(to left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);*/
        content: " ";
    }

    .tabular-data table:after {
        left: auto;
        right: 0;
        /*background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);*/
    }

    .table-responsive {
        margin: 0 0 0 0 !important;
        padding: 0 2em 0 1.5em;
    }

        .table-responsive td:last-child, .table-responsive th:last-child {
            padding-right: 2em !important;
        }

    .data-group .date,
    .data-group .number,
    .data-group .description,
    .data-group .price,
    .data-group a {
        padding: .5em 0;
        float: left;
        width: 100%;
        text-align: center;
    }

    .data-group a {
        padding-top: 1em;
    }
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    color: #1277bd;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

i {
    cursor: pointer;
}
/*Jerrod Added*/
.module.mx-aircraft-listing {
    background-color: #e5e5e5;
    border-color: #f9f9f9;
    margin-bottom: 4em;
    padding-top: 2em;
}

    .module.mx-aircraft-listing .module-content {
        padding: 0.5em 1em 0;
        position: relative;
    }

.mx-aircraft-listing .title-bar {
    text-align: right;
    padding: 0.5em 1em;
}

    .mx-aircraft-listing .title-bar h3 {
        margin-top: 0;
    }

.mx-aircraft-listing p {
    margin-bottom: 0;
}

.module.mx-aircraft-listing img {
    width: 100%;
    margin: 0 auto;
}

.mx-aircraft-listing .mx-al-name,
.mx-aircraft-listing .mx-al-title {
    min-height: 40px;
}

.mx-aircraft-listing .mx-al-title {
    padding-top: 4px;
}

.mx-aircraft-listing .mx-al-name {
    font-weight: 700;
    font-size: 1.3em;
    color: #1277bd;
}

.mx-aircraft-listing .mx-al-serial {
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.2;
    color: #777;
}

.mx-aircraft-listing .mx-al-title {
    font-weight: 700;
    font-size: 0.95em;
}

.mx-aircraft-listing .mx-al-content {
    font-weight: 300;
    font-size: 1.2em;
    color: #777;
}

.mx-aircraft-listing .mx-al-option {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #1277bd;
    margin: 1em 0;
    padding: 0.75em;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
}

.mx-aircraft-listing .mx-drop-tab-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #e5e5e5;
    height: 0;
    opacity: 0;
}

    .mx-aircraft-listing .mx-drop-tab-content.open {
        height: auto;
        opacity: 1;
        position: relative;
        z-index: 2;
    }

    .mx-aircraft-listing .mx-drop-tab-content > .card {
        width: 100%;
    }

.mx-aircraft-listing .mx-drop-tab {
    position: absolute;
    bottom: -30px;
    right: 15px;
    text-align: center;
    width: 12%;
    height: auto;
    background-color: #F2F2F2;
    color: #222;
    padding: 5px 0;
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
    .mx-aircraft-listing .mx-drop-tab {
        bottom: -28px;
    }
}

@media screen and (max-width: 991px) {
    .mx-aircraft-listing .mx-drop-tab {
        bottom: -23px;
    }
}

@media screen and (max-width: 767px) {
    .mx-aircraft-listing .mx-drop-tab {
        width: 25%;
    }
}

.mx-aircraft-listing .mx-drop-tab:hover,
.mx-aircraft-listing .mx-drop-tab:focus {
    cursor: pointer;
}

.mx-aircraft-listing .mx-drop-tab::before {
    height: 29px;
    width: 34px;
    border-radius: 10px 10px 0px 0px;
    background-color: #F2F2F2;
    content: "";
    position: absolute;
    left: -12px;
    top: -2px;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
    z-index: 0;
}

.mx-aircraft-listing .mx-drop-tab span {
    position: relative;
    z-index: 1;
}

.mx-aircraft-listing .mx-drop-tab i {
    font-size: 0.9em;
}

/* mx-aircraft-listing-status */
.mx-aircraft-listing-status {
    width: auto;
    max-width: 50%;
    background-color: #fff;
    position: absolute;
    top: -1em;
    left: -0.25em;
    -webkit-box-shadow: 2px 5px 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 5px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 10px 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.mx-aircraft-listing-status-icon,
.mx-aircraft-listing-status-message {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 1em;
}

    .mx-aircraft-listing-status-icon.airworthiness-status-good {
        background-color: #4ea93f;
        color: #fff;
    }

    .mx-aircraft-listing-status-icon.airworthiness-status-ok {
        background-color: #f8c810;
        color: #fff;
    }

    .mx-aircraft-listing-status-icon.airworthiness-status-bad {
        background-color: #eb2d37;
        color: #fff;
    }

    .mx-aircraft-listing-status-icon.airworthiness-status-good::before,
    .mx-aircraft-listing-status-icon.airworthiness-status-ok::before {
        font-family: 'FontAwesome';
        font-size: 1em;
        content: "\f00c";
    }

    .mx-aircraft-listing-status-icon.airworthiness-status-bad::before {
        font-family: 'FontAwesome';
        font-size: 1.25em;
        content: "\f06a";
    }

@media screen and (min-width: 767px) and (max-width: 991px) {
    .mx-aircraft-listing-status {
        max-width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .mx-aircraft-listing-status {
        max-width: 90%;
        left: 0.85em;
    }
}