body {
    overflow-x: hidden;
}

hr {
    border-top: dotted 1px;
    color: #afafaf;
}

.container {
     margin: 0px auto !important;
     max-width: 100%;
     width: 95%;
 }

.container .row {
    margin-left: -.75rem;
    margin-right: -.75rem !important;
}

td, th {
    padding: 0px 0px !important;
}

.card > .card-content {
    padding: 0px !important;
}

.card > .card-action {
    padding: 10px 10px 10px 10px !important;
}

span.badge.new:after {
    content: "" !important;
}

span.badge.enhanced {
    font-weight: 300;
    font-size: .8rem;
    color: #fff;
    background-color: #99c4c0;
    border-radius: 2px;
}

.loader-container {
    position:absolute;
    left:50%;
    top:20%;
}

.no-results {
    width:100%;
    text-align: center;
}

#widget-loader {
    margin: auto;
    position:relative;
    animation: rotate .70s infinite linear;
    border: 8px solid rgba(51, 51, 51, 0.15);
    width: 50px;
    height: 50px;
    border-radius: 999px;
}
#widget-loader span {
    position:absolute;
    width:50px;
    height:50px;
    border: 8px solid transparent;
    border-top: 8px solid #333;
    top: -8px;
    left: -8px;
    border-radius:999px;
}
@keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.search {
    animation-duration: 250ms !important;
    position: absolute;
    top: 0;
}

.searchResultsPane {
    position:absolute;
    top:80px;
}

nav .input-field label i {
    color: hsla(0,0%,100%,.9);
    transition: color .3s;
}

input[type=search] {
    height: 64px !important;
}

.applications {
    -webkit-padding-start: 0px !important;
    margin: 1em 0 0 0 !important;
}

.applications {
    -webkit-padding-start: 0px !important;
    margin: 1em 0 0 0 !important;
}

span.badge {
    min-width: 3rem;
    padding: 1px 6px;
    text-align: center;
    font-size: 1rem;
    line-height: inherit;
    color: #848a89;
    position: relative !important;
    right: 0px !important;
    box-sizing: border-box;
}

span.badge.new {
    vertical-align: middle !important;
}

.applications .resource {
    display: block;
    padding: 0 2em 0 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #989898;
}

.applications .resource:last-child {
    display: block;
    padding: 0 2em 0 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: none;
}

.icon-footer {
    padding-top:8px;
    margin-bottom: -7px;
}

.applications-icon {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    text-align:left;
    overflow:hidden;
}

.applications-icon i {
    -webkit-transition: color 150ms ease-in-out;
    -moz-transition: color 150ms ease-in-out;
    -o-transition: color 150ms ease-in-out;
    -ms-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;

    padding:0px;
    font-size:24px;
    color: rgba(0, 0, 0, 0.30) !important;
    cursor:pointer;
    width: 0px;
    margin-right: 35px;
    padding-top:1px;
}

.applications-icon i.active {
    color: #ffb601 !important;
}

.pin-icon {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    text-align:left;
    width:35px;
}

.pin-icon i {
    -webkit-transition: color 150ms ease-in-out;
    -moz-transition: color 150ms ease-in-out;
    -o-transition: color 150ms ease-in-out;
    -ms-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;

    padding:0px;
    font-size:26px;
    color: rgba(0, 0, 0, 0.30) !important;
    cursor:pointer;
}

.pin-icon i.active {
    color: #E4002B !important;
}

.help-icon {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    text-align:left;
    width:35px;
}

.help-icon i {
    -webkit-transition: color 150ms ease-in-out;
    -moz-transition: color 150ms ease-in-out;
    -o-transition: color 150ms ease-in-out;
    -ms-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;

    padding:0px;
    font-size:26px;
    color: #8e0096 !important;
    cursor: pointer;
}

.help-icon i.active {
    color: #005e8c !important;
}

.status-icon {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    text-align:left;
    width:35px;
}

.status-icon i {
    -webkit-transition: color 150ms ease-in-out;
    -moz-transition: color 150ms ease-in-out;
    -o-transition: color 150ms ease-in-out;
    -ms-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;

    padding:0px;
    font-size:26px;
    color: #616161 !important;
    cursor: default;
}

.status-badge {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    text-align:left;
    padding-left: 37px;
    padding-bottom: 20px;
}

.status-badge-pad {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    text-align:left;
    padding-left: 69px;
    padding-bottom: 20px;
}

.status-icon i.active {
    color: #005e8c !important;
}

.applications-date {
    display: table-cell;
}

.applications-detail {
    display: inline-block;
    width:100%;
}

.applications-title {
    color: rgba(51, 51, 51, 0.75)!important;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    line-height: 28px;
}

.applications-title:hover {
    text-decoration: underline;
}

.applications-date {
    width: 75px;
    vertical-align: middle;
    text-align: center;
}

.applications-day {
    display: block;
    margin-bottom: .25em;
    font-size: 24px;
    color: #888;
}

.applications-preview {
    margin-bottom: 0;
    color: #777;
    font-size: 13px;
}

.applications-month {
    display: block;
    padding-right: 1px;
    font-size: 12px;
    font-weight: 600;
    color: #888;
}

#toast-container {
    top: auto !important;
    right: auto !important;
    bottom: 20px !important;
    right: 20px !important;
}

.toast {
    background-color: #00b140 !important;
}

.cdsa {
    display: table-cell;
    vertical-align: initial;
    margin-top: -26px !important;
    font-size: 14px;
}

.dropdown-content {
    max-height: 300px !important;
}

/*****************************/
/* Bar */
/*****************************/

.tabs-style-bar div {
    width:100%;
    background: rgba(40,44,42,0.20);
}

.tabs-style-bar div ul {
    border: 4px solid transparent;
}

.tabs-style-bar div ul li a {
    margin: 0 2px;
    background-color: #f7f7f7;
    color: #74777b;
    transition: background-color 0.2s, color 0.2s;
}

.tabs-style-bar div ul li a:hover,
.tabs-style-bar div ul li a:focus {
    background: #eaeaea;
    text-decoration:none;
}

.tabs-style-bar div ul li a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.6em;
}

.tabs-style-bar div ul li.tab-current a {
    background: #63666a;
    color: #fff;
}

/*****************************/
/* Icon box */
/*****************************/

.tabs-style-iconbox div {
    background: rgba(255,255,255,0.4);
}

.tabs-style-iconbox div ul li a {
    overflow: visible;
    padding: 2em 0;
    line-height: 1;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tabs-style-iconbox div ul li a span {
    font-weight: 700;
    font-size: 0.7em;
}

.tabs-style-iconbox div ul li.tab-current {
    z-index: 100;
}

.tabs-style-iconbox div ul li.tab-current a {
    background: #fff;
    box-shadow: -1px 0 0 #fff;
}

.tabs-style-iconbox div ul li.tab-current a::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-top-color: #fff;
    content: '';
    pointer-events: none;
}

.tabs-style-iconbox div ul li:first-child::before,
.tabs-style-iconbox div ul li::after {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
    width: 1px;
    height: 60%;
    background: rgba(0,0,0,0.07);
    content: '';
}

.tabs-style-iconbox div ul li:first-child::before {
    right: auto;
    left: 0;
}

.tabs-style-iconbox .icon::before {
    display: block;
    margin: 0 0 0.25em 0;
}

/*****************************/
/* Underline */
/*****************************/

.tabs-style-underline div {
    background: #fff;
}

.tabs-style-underline div a {
    padding: 0.25em 0 0.5em;
    border-left: 1px solid #e7ecea;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tabs-style-underline div li:last-child a {
    border-right: 1px solid #e7ecea;
}

.tabs-style-underline div li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #359997;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}

.tabs-style-underline div li.tab-current a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tabs-style-underline div a span {
    font-weight: 700;
}

/*****************************/
/* Triangle and line */
/*****************************/

.tabs-style-linetriangle div a {
    overflow: visible;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tabs-style-linetriangle div a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1em;
}

.tabs-style-linetriangle div li.tab-current a:after,
.tabs-style-linetriangle div li.tab-current a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

.tabs-style-linetriangle div li.tab-current a:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #e7ecea;
}

.tabs-style-linetriangle div li.tab-current a:before {
    margin-left: -11px;
    border-width: 11px;
    border-top-color: rgba(0,0,0,0.2);
}

@media screen and (max-width: 58em) {
    .tabs-style-linetriangle div {
        font-size: 0.6em;
    }
}

/*****************************/
/* Top Line */
/*****************************/

.tabs-style-topline {
    max-width: 1200px;
}

.tabs-style-topline div li {
    border: 1px solid rgba(40,44,42,0.1);
}

.tabs-style-topline div li:not(:last-child) {
    border-right: none;
}

.tabs-style-topline div li.tab-current {
    border-top-color: #359997;
    border-bottom: none;
}

.tabs-style-topline div a {
    padding: 0.65em 0 0.5em;
    background: rgba(40,44,42,0.05);
    color: #74777b;
    line-height: 1;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tabs-style-topline div a:hover,
.tabs-style-topline div a:focus {
    color: #359997;
}

.tabs-style-topline div li.tab-current a {
    background: none;
    box-shadow: inset 0 3px 0 #359997;
    color: #359997;
}

.tabs-style-topline .icon::before {
    display: block;
    margin: 0;
}

.tabs-style-topline div a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 0.5em;
}

/*****************************/
/* Falling Icon, from http://vintageproductions.eu/grid/interactivity/ */
/*****************************/

.tabs-style-iconfall {
    overflow: visible;
}

.tabs-style-iconfall div a {
    display: inline-block;
    overflow: visible;
    padding: 1em 0 2em;
    color: #74777b;
    line-height: 1;
    -webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
    transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
}

.tabs-style-iconfall div a:hover,
.tabs-style-iconfall div a:focus,
.tabs-style-iconfall div li.tab-current a {
    color: #359997;
}

.tabs-style-iconfall div a span {
    font-weight: 700;
}

.tabs-style-iconfall div li::before {
    position: absolute;
    bottom: 1em;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 4px;
    background: #359997;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -webkit-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
}

.tabs-style-iconfall div li.tab-current::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.tabs-style-iconfall .icon::before {
    display: block;
    margin: 0 0 0.35em;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
    pointer-events: none;
}

.tabs-style-iconfall div li.tab-current .icon::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media screen and (max-width: 58em) {
    .tabs-style-iconfall div li .icon::before {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

/*****************************/
/* Moving Line */
/*****************************/

.tabs-style-linemove div {
    background: #fff;
}

.tabs-style-linemove div li:last-child::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #359997;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

/* Move the line */
.tabs-style-linemove div li:first-child.tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-400%,0,0);
    transform: translate3d(-400%,0,0);
}

.tabs-style-linemove div li:nth-child(2).tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-300%,0,0);
    transform: translate3d(-300%,0,0);
}

.tabs-style-linemove div li:nth-child(3).tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-200%,0,0);
    transform: translate3d(-200%,0,0);
}

.tabs-style-linemove div li:nth-child(4).tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.tabs-style-linemove div a {
    padding: 1em 0;
    color: #74777b;
    line-height: 1;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s;
}

.tabs-style-linemove div li.tab-current a {
    color: #359997;
    -webkit-transform: translate3d(0,8px,0);
    transform: translate3d(0,8px,0);
}

.tabs-style-linemove div a span {
    font-weight: 700;
}

/*****************************/
/* Line */
/*****************************/

.tabs-style-line div ul {
    padding: 0 2em;
    max-width: none;
    box-shadow: inset 0 -2px #d1d3d2;
}

.tabs-style-line div a {
    padding: 0.7em 0.4em;
    box-shadow: inset 0 -2px #d1d3d2;
    color: #74777b;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 0.8em;
    line-height: 1;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
}

.tabs-style-line div a:hover,
.tabs-style-line div a:focus {
    box-shadow: inset 0 -2px #74777b;
}

.tabs-style-line div li.tab-current a {
    box-shadow: inset 0 -2px #359997;
    color: #359997;
}

@media screen and (max-width: 58em) {
    .tabs-style-line div ul {
        display: block;
        box-shadow: none;
    }
    .tabs-style-line div ul li {
        display: block;
        -webkit-flex: none;
        flex: none;
    }
}

/*****************************/
/* Circle */
/*****************************/

.tabs-style-circle {
    overflow: visible;
}

.tabs-style-circle div li::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -60px;
    width: 120px;
    height: 120px;
    border: 1px solid #359997;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

@media screen and (max-width: 58em) {
    .tabs-style-circle div li::before {
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px;
    }
}

.tabs-style-circle div li.tab-current::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.tabs-style-circle div a {
    overflow: visible;
    color: #74777b;
    font-weight: 700;
    font-size: 0.9em;
    line-height: 1.1;
    -webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
    transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
}

.tabs-style-circle div a span {
    display: inline-block;
}

.tabs-style-circle div a span,
.tabs-style-circle .icon::before {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7,0,0.3,1);
    transition: transform 0.3s cubic-bezier(0.7,0,0.3,1);
}

.tabs-style-circle div a:hover,
.tabs-style-circle div a:focus {
    color: #4a4a4b;
}

.tabs-style-circle div li.tab-current a {
    color: #359997;
}

.tabs-style-circle div li.tab-current a span {
    -webkit-transform: translate3d(0,4px,0);
    transform: translate3d(0,4px,0);
}

.tabs-style-circle .icon::before {
    display: block;
    margin: 0;
    pointer-events: none;
}

.tabs-style-circle div li.tab-current .icon::before {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
}

/*****************************/
/* Shape */
/*****************************/

.tabs-style-shape {
    max-width: 1200px;
}

.tabs-style-shape div ul li {
    margin: 0 3em;
}

.tabs-style-shape div ul li:first-child {
    margin-left: 0;
}

.tabs-style-shape div ul li.tab-current {
    z-index: 100;
}

.tabs-style-shape div li a {
    overflow: visible;
    margin: 0 -3em 0 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
}

.tabs-style-shape div li:first-child a span {
    padding-left: 2em;
    border-radius: 30px 0 0 0;
}

.tabs-style-shape div li:last-child a span {
    padding-right: 2em;
    border-radius: 0 30px 0 0;
}

.tabs-style-shape div li a svg {
    position: absolute;
    left: 100%;
    margin: 0;
    width: 3em;
    height: 100%;
    fill: #bdc2c9;
}

.tabs-style-shape div li a svg:nth-child(2),
.tabs-style-shape div li:last-child a svg {
    right: 100%;
    left: auto;
    -webkit-transform: scale3d(-1,1,1);
    transform: scale3d(-1,1,1);
}

.tabs-style-shape div li a span {
    display: block;
    overflow: hidden;
    padding: 0.65em 0;
    background-color: #bdc2c9;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tabs-style-shape div li a:hover span {
    background-color: #359997;
}

.tabs-style-shape div li a:hover svg {
    fill: #359997;
}

/* Make only shape clickable */
.tabs-style-shape div li a svg {
    pointer-events: none;
}

.tabs-style-shape div li a svg use {
    pointer-events: auto;
}

.tabs-style-shape div li.tab-current a span,
.tabs-style-shape div li.tab-current a svg {
    -webkit-transition: none;
    transition: none;
}

.tabs-style-shape div li.tab-current a span {
    background: #fff;
}

.tabs-style-shape div li.tab-current a svg {
    fill: #fff;
}

.tabs-style-shape .content-wrap {
    background: #fff;
}

@media screen and (max-width: 58em) {
    .tabs-style-shape div ul {
        display: block;
        padding-top: 1.5em;
    }
    .tabs-style-shape div ul li {
        display: block;
        margin: -1.25em 0 0;
        -webkit-flex: none;
        flex: none;
    }
    .tabs-style-shape div ul li a {
        margin: 0;
    }
    .tabs-style-shape div ul li svg {
        display: none;
    }
    .tabs-style-shape div ul li a span {
        padding: 1.25em 0 2em !important;
        border-radius: 30px 30px 0 0 !important;
        box-shadow: 0 -1px 2px rgba(0,0,0,0.1);
        line-height: 1;
    }
    .tabs-style-shape div ul li:last-child a span {
        padding: 1.25em 0 !important;
    }
    .tabs-style-shape div ul li.tab-current {
        z-index: 1;
    }
}

/*****************************/
/* Line Box */
/*****************************/

.tabs-style-linebox div ul li {
    margin: 0 0.5em;
    -webkit-flex: none;
    flex: none;
}

.tabs-style-linebox div a {
    padding: 0 1.5em;
    color: #74777b;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.tabs-style-linebox div a:hover,
.tabs-style-linebox div a:focus {
    color: #359997;
}

.tabs-style-linebox div li.tab-current a {
    color: #fff;
}

.tabs-style-linebox div a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #d2d8d6;
    content: '';
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    -webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
    transform: translate3d(0,100%,0) translate3d(0,-3px,0);
}

.tabs-style-linebox div li.tab-current a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tabs-style-linebox div a:hover::after,
.tabs-style-linebox div a:focus::after,
.tabs-style-linebox div li.tab-current a::after {
    background: #359997;
}

@media screen and (max-width: 58em) {
    .tabs-style-linebox div ul {
        display: block;
        box-shadow: none;
    }
    .tabs-style-linebox div ul li {
        display: block;
        -webkit-flex: none;
        flex: none;
    }
}

/*****************************/
/* Flip */
/*****************************/

.tabs-style-flip {
    max-width: 1200px;
}

.tabs-style-flip div a {
    padding: 0.5em 0;
    color: #359997;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.tabs-style-flip div a:hover,
.tabs-style-flip div a:focus,
.tabs-style-flip div li.tab-current a {
    color: #74777b;
}

.tabs-style-flip div a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 0.625em;
}

.tabs-style-flip div a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
    transform: perspective(900px) rotate3d(1,0,0,90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%;
}

.tabs-style-flip div li.tab-current a::after {
    background-color: #fff;
    -webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
    transform: perspective(900px) rotate3d(1,0,0,0deg);
}

.tabs-style-flip .content-wrap {
    background: #fff;
}


/*****************************/
/* Fill up */
/*****************************/

.tabs-style-fillup div ul li a {
    padding: 1.9em 0;
    border-right: 1px solid #359997;
    line-height: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tabs-style-fillup div ul li:last-child a {
    border: none;
}

.tabs-style-fillup div ul li.tab-current {
    z-index: 100;
}

.tabs-style-fillup div ul li.tab-current a {
    color: #fff;
}

.tabs-style-fillup div ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    height: calc(100% + 1px);
    border: 1px solid #359997;
    background: #359997;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.tabs-style-fillup div ul li.tab-current a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tabs-style-fillup div ul li a span,
.tabs-style-fillup .icon::before {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
}

.tabs-style-fillup div ul li a span {
    display: block;
    font-weight: 700;
    font-size: 0.7em;
    line-height: 1.5;
}

.tabs-style-fillup .icon::before {
    display: block;
    margin: 0;
}

.tabs-style-fillup div ul li.tab-current a span,
.tabs-style-fillup li.tab-current .icon::before {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}


/*****************************/
/* Trapezoid, based on http://lea.verou.me/2013/10/slanted-tabs-with-css-3d-transforms/ */
/*****************************/

.tabs-style-tzoid {
    max-width: 1200px;
}

.tabs-style-tzoid div {
    padding: 0 1em;
}

.tabs-style-tzoid div ul li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tabs-style-tzoid div ul li a {
    padding: 0 1.5em 0 0.3em;
    color: #0d9564;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

@media screen and (max-width: 54em) {
    .tabs-style-tzoid div ul li a {
        padding: 0 0.5em 0 0.3em;
    }
}

.tabs-style-tzoid div ul li a:hover,
.tabs-style-tzoid div ul li a:focus {
    color: #fff;
}

.tabs-style-tzoid div ul li.tab-current a,
.tabs-style-tzoid div ul li.tab-current a:hover {
    color: #359997;
}

.tabs-style-tzoid div ul li a span {
    font-weight: 500;
    font-size: 0.75em;
}

.tabs-style-tzoid div ul li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    outline: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    background: #359997;
    box-shadow: inset 0 -3px 3px rgba(0,0,0,0.05);
    content: '';
    -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
    transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tabs-style-tzoid div ul li.tab-current a::after,
.tabs-style-tzoid .content-wrap {
    background: #fff;
    box-shadow: none;
}

/*****************************/
/* Circle fill */
/*****************************/

.tabs-style-circlefill {
    max-width: 700px;
    border: 1px solid #359997;
}

.tabs-style-circlefill div ul li {
    overflow: hidden;
    border-right: 1px solid #359997;
}

.tabs-style-circlefill div li a {
    padding: 1.5em 0;
    color: #fff;
    font-size: 1.25em;
}

.tabs-style-circlefill div li:first-child {
    border-left: none;
}

.tabs-style-circlefill div li:last-child {
    border: none;
}

.tabs-style-circlefill div li::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    border: 1px solid #359997;
    border-radius: 50%;
    background: #359997;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.tabs-style-circlefill div li.tab-current::before {
    -webkit-transform: scale3d(2.5,2.5,1);
    transform: scale3d(2.5,2.5,1);
}

.tabs-style-circlefill div a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.tabs-style-circlefill div a span {
    display: none;
}

.tabs-style-circlefill div li.tab-current a {
    color: #fff;
}

.tabs-style-circlefill .icon::before {
    display: block;
    margin: 0;
    pointer-events: none;
}

.tabs-style-circlefill .content-wrap {
    border-top: 1px solid #359997;
}

.pill-nav {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */
.pill-nav div {
    text-align: center;
}

.pill-nav div ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-left: 0px !important;
}

.pill-nav div ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pill-nav div a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.pill-nav div a span {
    vertical-align: middle;
    font-size: 0.75em;
}

.pill-nav div li.tab-current a {
    color: #74777b;
}

.pill-nav div a:focus {
    outline: none;
}

/* Icons */
.icon::before {
    z-index: 10;
    display: inline-block;
    margin: 0 0.4em 0 0;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-size: 1.3em;
    font-family: 'stroke7pixeden';
    line-height: 1;
    speak: none;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon > i {
    vertical-align:middle;
}
.icon-upload::before {
    content: "\e68a";
}
.icon-tools::before {
    content: "\e60a";
}
.icon-plane::before {
    content: "\e625";
}
.icon-joy::before {
    content: "\e6a4";
}
.icon-plug::before {
    content: "\e69a";
}
.icon-home::before {
    content: "\e648";
}
.icon-gift::before {
    content: "\e652";
}
.icon-display::before {
    content: "\e65e";
}
.icon-date::before {
    content: "\e660";
}
.icon-config::before {
    content: "\e666";
}
.icon-coffee::before {
    content: "\e669";
}
.icon-camera::before {
    content: "\e66f";
}
.icon-box::before {
    content: "\e674";
}

/* Content */
.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: center;
}

.content-wrap section.content-current {
    display: block;
}

.content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40,44,42,0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
}

/* Fallback */
.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox div ul {
    display: block;
}

.no-flexbox div ul li {
    min-width: 15%;
    display: inline-block;
}

@media screen and (max-width: 58em) {
    .pill-nav div a.icon span {
        display: none;
    }
    .pill-nav div a:before {
        margin-right: 0;
    }
}

.sweet-alert {
    border-radius: 0px;
}

.sweet-alert h2 {
    background-color: transparent !important;
    left: 0 !important;
    font-weight: normal !important;
}

.alert-confirm-btn {
    transition: all 150ms ease-in-out;

    border-radius: 0px;
    border-left-color: #009CDE !important;
    border-right-color: #009CDE !important;
    background-color: #009CDE !important;
    border-radius: 0px !important;
}

.alert-confirm-btn:hover {
    border-radius: 0px;
    border-left-color: #004F71 !important;
    border-right-color: #004F71 !important;
    background-color: #004F71 !important;
    border-radius: 0px !important;
}

.alert-cancel-btn {
    border-radius: 0px;
    border-left-color: rgba(137, 136, 131, 0.85) !important;
    border-right-color: rgba(137, 136, 131, 0.85) !important;
    background-color: rgba(137, 136, 131, 0.85) !important;
    border-radius: 0px !important;
}

.alert-cancel-btn:hover {
    border-radius: 0px;
    border-left-color: rgb(137, 136, 131) !important;
    border-right-color: rgb(137, 136, 131) !important;
    background-color: rgb(137, 136, 131) !important;
    border-radius: 0px !important;
}

.show-sweet-alert {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.5s;
}

.report-sort {
    padding-left:15px;
    padding-bottom:8px;
    border-top: 1px solid #e0e0e0;
}

.report-sort h2 {
    font-size: 1.5rem;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    padding-left: 3px;
}

.report-sort label {
    color:#6a6a6a !important;
}

.report-sort .input-field {
    margin-right: 15px !important;
    margin-left: 36px !important;
}

.report-sort i {
    padding-top: 12px;
    padding-left: 5px;
}

.report-sort .sort-title {
    display: inline-flex;
}

.resource-tag {
    display:inline-block !important;
}

.login-error {
    background-color: rgb(198, 0, 0);
}

.login-warning {
    background-color:#EEB33B;
} 

.login-error,
.login-warning {
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
}

.login-error p,
.login-warning p {
    margin-top: 0px;
    margin-bottom: 0px;
}


.time-out-modal {
    height:245px !important;
}

.time-out-header {
    text-align: center;
}

.time-out-time {
    font-size: x-large;
}

.environment-info {
    font-size: medium;
    text-align: -webkit-center;
    margin-left: 138px;
    margin-top: -7px;
}

.environment-info-header {
    font-size: small;
    text-align: -webkit-center;
    margin-left: 68px;
}

header nav .brand-logo .title {
    padding-top: 4px;
    font-family: Raleway;
    font-size: 21px;
    height: 48px;
    width: auto;
    float: left;
    margin-left: 15px;
    line-height: 23px;
}

.unslider-nav {
    background-color: transparent !important;
    box-shadow: none !important;
}

.edit-icon {
    cursor: pointer;
}

.delete-icon {
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
    cursor: pointer;
}

.delete-icon.active {
    color: #ff6164 !important;
}

.link-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 16px;     /* fallback */
    max-height: 32px;      /* fallback */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

span.badge.new {
    font-weight: 300;
    font-size: .8rem;
    color: #fff;
    background-color: #cd0182 !important;
    border-radius: 2px;
}

.collection .collection-item {
    border-bottom: 1.1px solid #e0e0e0 !important;
}

.truncate {
    display:inline-block !important;
}

input::-ms-clear {
    display: none;
}

.toast-warning {
    background-color: #E4002B !important;
}

@media only screen and (min-width: 601px) {
    #menu {
        top: 64px !important;;
    }
}

#menu {
    -webkit-box-shadow: -1px 1px 5px -1px rgba(0,0,0,0.52);
    -moz-box-shadow: -1px 1px 5px -1px rgba(0,0,0,0.52);
    box-shadow: -1px 1px 5px -1px rgba(0,0,0,0.52);
    top: 56px;
    transition: right 300ms ease;
    background-color: #005e8c;
    z-index: 50000;
}

#menu ul li {
    transition: background-color 300ms ease;
    padding:15px;
}
#menu ul li:hover {
    background-color: rgba(255, 255, 255, 0.31) !important;
}
#menu ul li a {
    color:rgba(255, 255, 255, 0.8);
    vertical-align: middle;
    line-height: 25px;
}

#menu ul li a i {
    vertical-align: middle;
}

.close-icon {
    position: absolute;
    right: 25px;
    cursor: pointer;
    font-size: 16px;
}

.portal {
    background-color:#333 !important;
}

.portal-lighten {
    background-color:rgba(0, 174, 255, 0.64);
}

.abbott {
    width: 48px;
    float: left;
    padding-right: 8px;
    padding-top: 8px;
    cursor: pointer;
}

nav ul li {
    background-color: transparent !important;
}

nav ul li:hover {
    background-color: transparent !important;
}

nav ul li.active {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

nav ul li.active a {
    color: #009CDE !important;
}

nav ul a {
    transition: color .3s;
    color: rgba(255, 255, 255, 0.80) !important;
}

nav ul a:hover {
    background-color: transparent !important;
    color: #009CDE !important;
}
div.applications-icon .no-click {
    cursor: default;
}

/* July 2020 update */

div.resource-version {
    display: inline;
    background-color: #64676b;
    color: white;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
}

div.resource-contact {
    display: inline;
}

.mr-5 {
    margin-right: 5px;
}

._720kb-datepicker-today {
    background:blue;
    color:white;
}

._720kb-datepicker-today {
    background: #138EFA;
    color: white;
}

.app-version {
    font-weight: 400;
}

/* Bot section */

.bot-header {
    background-color: #009cde;
    padding: 20px;
    color: #FFF;
}

.bot-window {
    width: 400px;
    height: 500px;
    position: absolute;
    bottom: 60px;
    right: 60px;
    background-color: white;
    z-index: 100;
}

.bot-hide {
    top: -1000px;
    visibility: hidden;
}

#webchat {
    height: 100%;
    width: 100%;
    min-height: 400px;
  } 
  
  #webchat p, #webchat li {
    font-size: 18px;
  }

  #webchat div.main {
      font-size: 18px;
      color: greenyellow;
  }
  input#webchat-sendbox-input {
    font-size: 18px;
    color: greenyellow;
  }

  .webchat__imageAvatar__image img {
      width: 70%;
  }

  button div {
    font-size: 16px;
    color: #004F71;
  }

  div.webchat__bubble__content p a {
    color: #004F71;
  }

div.webchat__bubble__content p strong {
    font-weight: 700 !important;
}

  div.bot-icon {
    position: fixed;
    bottom: 1.5%;
    right: 45px;
  }

  .bot-icon i {
      font-size: 25px;
      float: left;
      margin-right: 10px;
  }

  /* The ribbons */

.corner-ribbon{
    width: 67px;
    background: #e43;
    text-align: center;
    line-height: 18px;
    letter-spacing: 1px;
    color: #f0f0f0;
    font-size: 10px;
  }

  .corner-ribbon.sticky{
    position: relative;
  }
  
  .corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
  }

  .corner-ribbon.top-right{
    top: -50px;
    right: 2px;
    left: auto;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
  }

  li.bot-icon,
  div.bot-icon {
      background-color: #009cde;
      width: 200px;
      color: #FFF;
      height: 50px;
      padding: 15px;
      bottom: 0px;
      right: 61px;
  }


  .bot-icon a {
    width: 100%;
    height: 100%;
      color: #fff;
  }

