@charset "UTF-8"; /*!
 * # Semantic UI 2.2.12 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.ui.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: 0;
    text-align: left;
    -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
    transition: box-shadow 0.1s ease, width 0.1s ease;
    -webkit-tap-highlight-color: transparent;
}
.ui.dropdown .menu {
    cursor: auto;
    position: absolute;
    display: none;
    outline: 0;
    top: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: 0;
    padding: 0 0;
    background: #fff;
    font-size: 1em;
    text-shadow: none;
    text-align: left;
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.28571429rem;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    z-index: 11;
    will-change: transform, opacity;
}
.ui.dropdown .menu > * {
    white-space: nowrap;
}
.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
    display: none !important;
}
.ui.dropdown > .dropdown.icon {
    position: relative;
    width: auto;
    font-size: 0.85714286em;
    margin: 0 0 0 1em;
}
.ui.dropdown .menu > .item .dropdown.icon {
    width: auto;
    float: right;
    margin: 0 0 0 1em;
}
.ui.dropdown .menu > .item .dropdown.icon + .text {
    margin-right: 1em;
}
.ui.dropdown > .text {
    display: inline-block;
    -webkit-transition: none;
    transition: none;
}
.ui.dropdown .menu > .item {
    position: relative;
    cursor: pointer;
    display: block;
    border: none;
    height: auto;
    text-align: left;
    border-top: none;
    line-height: 1em;
    color: rgba(0, 0, 0, 0.87);
    padding: 0.78571429rem 1.14285714rem !important;
    font-size: 1rem;
    text-transform: none;
    font-weight: 400;
    box-shadow: none;
    -webkit-touch-callout: none;
}
.ui.dropdown .menu > .item:first-child {
    border-top-width: 0;
}
.ui.dropdown .menu .item > [class*="right floated"],
.ui.dropdown > .text > [class*="right floated"] {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 1em !important;
}
.ui.dropdown .menu .item > [class*="left floated"],
.ui.dropdown > .text > [class*="left floated"] {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 1em !important;
}
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
    margin-top: 0;
}
.ui.dropdown .menu > .header {
    margin: 1rem 0 0.75rem;
    padding: 0 1.14285714rem;
    color: rgba(0, 0, 0, 0.85);
    font-size: 0.78571429em;
    font-weight: 700;
    text-transform: uppercase;
}
.ui.dropdown .menu > .divider {
    border-top: 1px solid rgba(34, 36, 38, 0.1);
    height: 0;
    margin: 0.5em 0;
}
.ui.dropdown .menu > .input {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.14285714rem 0.78571429rem;
    min-width: 10rem;
}
.ui.dropdown .menu > .header + .input {
    margin-top: 0;
}
.ui.dropdown .menu > .input:not(.transparent) input {
    padding: 0.5em 1em;
}
.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.ui.dropdown .menu > .item > .description,
.ui.dropdown > .text > .description {
    float: right;
    margin: 0 0 0 1em;
    color: rgba(0, 0, 0, 0.4);
}
.ui.dropdown .menu > .message {
    padding: 0.78571429rem 1.14285714rem;
    font-weight: 400;
}
.ui.dropdown .menu > .message:not(.ui) {
    color: rgba(0, 0, 0, 0.4);
}
.ui.dropdown .menu .menu {
    top: 0 !important;
    left: 100%;
    right: auto;
    margin: 0 0 0 -0.5em !important;
    border-radius: 0.28571429rem !important;
    z-index: 21 !important;
}
.ui.dropdown .menu .menu:after {
    display: none;
}
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .image,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > img {
    margin-top: 0;
}
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > img {
    margin-top: 0;
}
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > img,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .image,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > img {
    margin-left: 0;
    float: none;
    margin-right: 0.78571429rem;
}
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img,
.ui.dropdown > .text > .image,
.ui.dropdown > .text > img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    max-height: 2em;
}
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
    display: none;
}
.ui.menu .ui.dropdown .menu .active.item {
    border-left: none;
}
.ui.buttons > .ui.dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.menu .right.menu .dropdown:last-child .menu {
    left: auto;
    right: 0;
}
.ui.label.dropdown .menu {
    min-width: 100%;
}
.ui.dropdown.icon.button > .dropdown.icon {
    margin: 0;
}
.ui.button.dropdown .menu {
    min-width: 100%;
}
.ui.selection.dropdown {
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    min-width: 14em;
    min-height: 2.71428571em;
    background: #fff;
    display: inline-block;
    padding: 0.78571429em 2.1em 0.78571429em 1em;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.28571429rem;
    -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
    transition: box-shadow 0.1s ease, width 0.1s ease;
}
.ui.selection.dropdown.active,
.ui.selection.dropdown.visible {
    z-index: 10;
}
select.ui.dropdown {
    height: 38px;
    padding: 0.5em;
    border: 1px solid rgba(34, 36, 38, 0.15);
    visibility: visible;
}
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon,
.ui.selection.dropdown > .search.icon {
    cursor: pointer;
    position: absolute;
    width: auto;
    height: auto;
    line-height: 1.21428571em;
    top: 0.78571429em;
    right: 1em;
    z-index: 3;
    margin: -0.78571429em;
    padding: 0.91666667em;
    opacity: 0.8;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
.ui.compact.selection.dropdown {
    min-width: 0;
}
.ui.selection.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    border-top-width: 0 !important;
    width: auto;
    outline: 0;
    margin: 0 -1px;
    min-width: calc(100% + 2px);
    width: calc(100% + 2px);
    border-radius: 0 0 0.28571429rem 0.28571429rem;
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
    display: none;
}
.ui.selection.dropdown .menu > .message {
    padding: 0.78571429rem 1.14285714rem;
}
@media only screen and (max-width: 767px) {
    .ui.selection.dropdown .menu {
        max-height: 8.01428571rem;
    }
}
@media only screen and (min-width: 768px) {
    .ui.selection.dropdown .menu {
        max-height: 10.68571429rem;
    }
}
@media only screen and (min-width: 992px) {
    .ui.selection.dropdown .menu {
        max-height: 16.02857143rem;
    }
}
@media only screen and (min-width: 1920px) {
    .ui.selection.dropdown .menu {
        max-height: 21.37142857rem;
    }
}
.ui.selection.dropdown .menu > .item {
    border-top: 1px solid #fafafa;
    padding: 0.78571429rem 1.14285714rem !important;
    white-space: normal;
    word-wrap: normal;
}
.ui.selection.dropdown .menu > .hidden.addition.item {
    display: none;
}
.ui.selection.dropdown:hover {
    border-color: rgba(34, 36, 38, 0.35);
    box-shadow: none;
}
.ui.selection.active.dropdown {
    border-color: #96c8da;
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}
.ui.selection.active.dropdown .menu {
    border-color: #96c8da;
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}
.ui.selection.dropdown:focus {
    border-color: #96c8da;
    box-shadow: none;
}
.ui.selection.dropdown:focus .menu {
    border-color: #96c8da;
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}
.ui.selection.visible.dropdown > .text:not(.default) {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}
.ui.selection.active.dropdown:hover {
    border-color: #96c8da;
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}
.ui.selection.active.dropdown:hover .menu {
    border-color: #96c8da;
    box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
}
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
    opacity: 1;
    z-index: 3;
}
.ui.active.selection.dropdown {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.ui.active.empty.selection.dropdown {
    border-radius: 0.28571429rem !important;
    box-shadow: none !important;
}
.ui.active.empty.selection.dropdown .menu {
    border: none !important;
    box-shadow: none !important;
}
.ui.search.dropdown {
    min-width: "";
}
.ui.search.dropdown > input.search {
    background: none transparent !important;
    border: none !important;
    box-shadow: none !important;
    cursor: text;
    top: 0;
    left: 1px;
    width: 100%;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    padding: inherit;
}
.ui.search.dropdown > input.search {
    position: absolute;
    z-index: 2;
}
.ui.search.dropdown > .text {
    cursor: text;
    position: relative;
    left: 1px;
    z-index: 3;
}
.ui.search.selection.dropdown > input.search {
    line-height: 1.21428571em;
    padding: 0.67857143em 2.1em 0.67857143em 1em;
}
.ui.search.selection.dropdown > span.sizer {
    line-height: 1.21428571em;
    padding: 0.67857143em 2.1em 0.67857143em 1em;
    display: none;
    white-space: pre;
}
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
    cursor: auto;
}
.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
    pointer-events: none;
}
.ui.active.search.dropdown input.search:focus + .text .flag,
.ui.active.search.dropdown input.search:focus + .text .icon {
    opacity: 0.45;
}
.ui.active.search.dropdown input.search:focus + .text {
    color: rgba(115, 115, 115, 0.87) !important;
}
.ui.search.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
    .ui.search.dropdown .menu {
        max-height: 8.01428571rem;
    }
}
@media only screen and (min-width: 768px) {
    .ui.search.dropdown .menu {
        max-height: 10.68571429rem;
    }
}
@media only screen and (min-width: 992px) {
    .ui.search.dropdown .menu {
        max-height: 16.02857143rem;
    }
}
@media only screen and (min-width: 1920px) {
    .ui.search.dropdown .menu {
        max-height: 21.37142857rem;
    }
}
.ui.multiple.dropdown {
    padding: 0.22619048em 2.1em 0.22619048em 0.35714286em;
}
.ui.multiple.dropdown .menu {
    cursor: auto;
}
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
    cursor: text;
}
.ui.multiple.dropdown > .label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 1em;
    padding: 0.35714286em 0.78571429em;
    margin: 0.14285714rem 0.28571429rem 0.14285714rem 0;
    box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
}
.ui.multiple.dropdown .dropdown.icon {
    margin: "";
    padding: "";
}
.ui.multiple.dropdown > .text {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: 0.45238095em 0 0.45238095em 0.64285714em;
    line-height: 1.21428571em;
}
.ui.multiple.dropdown > .label ~ input.search {
    margin-left: 0.14285714em !important;
}
.ui.multiple.dropdown > .label ~ .text {
    display: none;
}
.ui.multiple.search.dropdown > .text {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: inherit;
    margin: 0.45238095em 0 0.45238095em 0.64285714em;
    line-height: 1.21428571em;
}
.ui.multiple.search.dropdown > .label ~ .text {
    display: none;
}
.ui.multiple.search.dropdown > input.search {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: 0.45238095em 0 0.45238095em 0.64285714em;
    width: 2.2em;
    line-height: 1.21428571em;
}
.ui.inline.dropdown {
    cursor: pointer;
    display: inline-block;
    color: inherit;
}
.ui.inline.dropdown .dropdown.icon {
    margin: 0 0.5em 0 0.21428571em;
    vertical-align: baseline;
}
.ui.inline.dropdown > .text {
    font-weight: 700;
}
.ui.inline.dropdown .menu {
    cursor: auto;
    margin-top: 0.21428571em;
    border-radius: 0.28571429rem;
}
.ui.dropdown .menu .active.item {
    background: 0 0;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.95);
    box-shadow: none;
    z-index: 12;
}
.ui.dropdown .menu > .item:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
    z-index: 13;
}
.ui.loading.dropdown > i.icon {
    height: 1em !important;
}
.ui.loading.selection.dropdown > i.icon {
    padding: 1.5em 1.28571429em !important;
}
.ui.loading.dropdown > i.icon:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -0.64285714em 0 0 -0.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.1);
}
.ui.loading.dropdown > i.icon:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    box-shadow: 0 0 0 1px transparent;
    margin: -0.64285714em 0 0 -0.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: dropdown-spin 0.6s linear;
    animation: dropdown-spin 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 transparent transparent;
    border-style: solid;
    border-width: 0.2em;
}
.ui.loading.dropdown.button > i.icon:after,
.ui.loading.dropdown.button > i.icon:before {
    display: none;
}
@-webkit-keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ui.default.dropdown:not(.button) > .text,
.ui.dropdown:not(.button) > .default.text {
    color: rgba(191, 191, 191, 0.87);
}
.ui.default.dropdown:not(.button) > input:focus ~ .text,
.ui.dropdown:not(.button) > input:focus ~ .default.text {
    color: rgba(115, 115, 115, 0.87);
}
.ui.loading.dropdown > .text {
    -webkit-transition: none;
    transition: none;
}
.ui.dropdown .loading.menu {
    display: block;
    visibility: hidden;
    z-index: -1;
}
.ui.dropdown > .loading.menu {
    left: 0 !important;
    right: auto !important;
}
.ui.dropdown > .menu .loading.menu {
    left: 100% !important;
    right: auto !important;
}
.ui.dropdown .menu .selected.item,
.ui.dropdown.selected {
    background: rgba(0, 0, 0, 0.03);
    color: rgba(0, 0, 0, 0.95);
}
.ui.dropdown > .filtered.text {
    visibility: hidden;
}
.ui.dropdown .filtered.item {
    display: none !important;
}
.ui.dropdown.error,
.ui.dropdown.error > .default.text,
.ui.dropdown.error > .text {
    color: #9f3a38;
}
.ui.selection.dropdown.error {
    background: #fff6f6;
    border-color: #e0b4b4;
}
.ui.selection.dropdown.error:hover {
    border-color: #e0b4b4;
}
.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
    border-color: #e0b4b4;
}
.ui.dropdown.error > .menu > .item {
    color: #9f3a38;
}
.ui.multiple.selection.error.dropdown > .label {
    border-color: #e0b4b4;
}
.ui.dropdown.error > .menu > .item:hover {
    background-color: #fff2f2;
}
.ui.dropdown.error > .menu .active.item {
    background-color: #fdcfcf;
}
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
    cursor: default;
    pointer-events: none;
    opacity: 0.45;
}
.ui.dropdown .menu {
    left: 0;
}
.ui.dropdown .menu .right.menu,
.ui.dropdown .right.menu > .menu {
    left: 100% !important;
    right: auto !important;
    border-radius: 0.28571429rem !important;
}
.ui.dropdown > .left.menu {
    left: auto !important;
    right: 0 !important;
}
.ui.dropdown .menu .left.menu,
.ui.dropdown > .left.menu .menu {
    left: auto;
    right: 100%;
    margin: 0 -0.5em 0 0 !important;
    border-radius: 0.28571429rem !important;
}
.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
    width: auto;
    float: left;
    margin: 0;
}
.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
    width: auto;
    float: left;
    margin: 0;
}
.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
    margin-left: 1em;
    margin-right: 0;
}
.ui.upward.dropdown > .menu {
    top: auto;
    bottom: 100%;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.ui.dropdown .upward.menu {
    top: auto !important;
    bottom: 0 !important;
}
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
    border-radius: 0.28571429rem 0.28571429rem 0 0 !important;
}
.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
    border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.ui.upward.selection.dropdown .menu {
    border-top-width: 1px !important;
    border-bottom-width: 0 !important;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
}
.ui.upward.selection.dropdown:hover {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}
.ui.active.upward.selection.dropdown {
    border-radius: 0 0 0.28571429rem 0.28571429rem !important;
}
.ui.upward.selection.dropdown.visible {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0 0 0.28571429rem 0.28571429rem !important;
}
.ui.upward.active.selection.dropdown:hover {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
}
.ui.upward.active.selection.dropdown:hover .menu {
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
}
.ui.dropdown .scrolling.menu,
.ui.scrolling.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
}
.ui.scrolling.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    min-width: 100% !important;
    width: auto !important;
}
.ui.dropdown .scrolling.menu {
    position: static;
    overflow-y: auto;
    border: none;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    min-width: 100% !important;
    width: auto !important;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.dropdown .scrolling.menu > .item.item.item,
.ui.scrolling.dropdown .menu .item.item.item {
    border-top: none;
}
.ui.dropdown .scrolling.menu .item:first-child,
.ui.scrolling.dropdown .menu .item:first-child {
    border-top: none;
}
.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
    display: block;
}
@media all and (-ms-high-contrast: none) {
    .ui.dropdown .scrolling.menu,
    .ui.scrolling.dropdown .menu {
        min-width: calc(100% - 17px);
    }
}
@media only screen and (max-width: 767px) {
    .ui.dropdown .scrolling.menu,
    .ui.scrolling.dropdown .menu {
        max-height: 10.28571429rem;
    }
}
@media only screen and (min-width: 768px) {
    .ui.dropdown .scrolling.menu,
    .ui.scrolling.dropdown .menu {
        max-height: 15.42857143rem;
    }
}
@media only screen and (min-width: 992px) {
    .ui.dropdown .scrolling.menu,
    .ui.scrolling.dropdown .menu {
        max-height: 20.57142857rem;
    }
}
@media only screen and (min-width: 1920px) {
    .ui.dropdown .scrolling.menu,
    .ui.scrolling.dropdown .menu {
        max-height: 20.57142857rem;
    }
}
.ui.simple.dropdown .menu:after,
.ui.simple.dropdown .menu:before {
    display: none;
}
.ui.simple.dropdown .menu {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -9999px !important;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
    overflow: visible;
    width: auto;
    height: auto;
    top: 100% !important;
    opacity: 1;
}
.ui.simple.dropdown:hover > .menu > .item:hover > .menu,
.ui.simple.dropdown > .menu > .item:active > .menu {
    overflow: visible;
    width: auto;
    height: auto;
    top: 0 !important;
    left: 100% !important;
    opacity: 1;
}
.ui.simple.disabled.dropdown:hover .menu {
    display: none;
    height: 0;
    width: 0;
    overflow: hidden;
}
.ui.simple.visible.dropdown > .menu {
    display: block;
}
.ui.fluid.dropdown {
    display: block;
    width: 100%;
    min-width: 0;
}
.ui.fluid.dropdown > .dropdown.icon {
    float: right;
}
.ui.floating.dropdown .menu {
    left: 0;
    right: auto;
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12),
        0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
    border-radius: 0.28571429rem !important;
}
.ui.floating.dropdown > .menu {
    margin-top: 0.5em !important;
    border-radius: 0.28571429rem !important;
}
.ui.pointing.dropdown > .menu {
    top: 100%;
    margin-top: 0.78571429rem;
    border-radius: 0.28571429rem;
}
.ui.pointing.dropdown > .menu:after {
    display: block;
    position: absolute;
    pointer-events: none;
    content: "";
    visibility: visible;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
    background: #fff;
    z-index: 2;
}
.ui.pointing.dropdown > .menu:after {
    top: -0.25em;
    left: 50%;
    margin: 0 0 0 -0.25em;
}
.ui.top.left.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
    margin: 1em 0 0;
}
.ui.top.left.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
    margin: 1em 0 0;
}
.ui.top.left.pointing.dropdown > .menu:after {
    top: -0.25em;
    left: 1em;
    right: auto;
    margin: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ui.top.right.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    right: 0;
    left: auto;
    margin: 1em 0 0;
}
.ui.top.pointing.dropdown > .left.menu:after,
.ui.top.right.pointing.dropdown > .menu:after {
    top: -0.25em;
    left: auto !important;
    right: 1em !important;
    margin: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ui.left.pointing.dropdown > .menu {
    top: 0;
    left: 100%;
    right: auto;
    margin: 0 0 0 1em;
}
.ui.left.pointing.dropdown > .menu:after {
    top: 1em;
    left: -0.25em;
    margin: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
    left: auto !important;
    right: 100% !important;
    margin: 0 1em 0 0;
}
.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
    top: 1em;
    left: auto;
    right: -0.25em;
    margin: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.ui.right.pointing.dropdown > .menu {
    top: 0;
    left: auto;
    right: 100%;
    margin: 0 1em 0 0;
}
.ui.right.pointing.dropdown > .menu:after {
    top: 1em;
    left: auto;
    right: -0.25em;
    margin: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.ui.bottom.pointing.dropdown > .menu {
    top: auto;
    bottom: 100%;
    left: 0;
    right: auto;
    margin: 0 0 1em;
}
.ui.bottom.pointing.dropdown > .menu:after {
    top: auto;
    bottom: -0.25em;
    right: auto;
    margin: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.ui.bottom.pointing.dropdown > .menu .menu {
    top: auto !important;
    bottom: 0 !important;
}
.ui.bottom.left.pointing.dropdown > .menu {
    left: 0;
    right: auto;
}
.ui.bottom.left.pointing.dropdown > .menu:after {
    left: 1em;
    right: auto;
}
.ui.bottom.right.pointing.dropdown > .menu {
    right: 0;
    left: auto;
}
.ui.bottom.right.pointing.dropdown > .menu:after {
    left: auto;
    right: 1em;
}
.ui.pointing.upward.dropdown .menu,
.ui.top.pointing.upward.dropdown .menu {
    top: auto !important;
    bottom: 100% !important;
    margin: 0 0 0.78571429rem;
    border-radius: 0.28571429rem;
}
.ui.pointing.upward.dropdown .menu:after,
.ui.top.pointing.upward.dropdown .menu:after {
    top: 100% !important;
    bottom: auto !important;
    box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
    margin: -0.25em 0 0;
}
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
    top: auto !important;
    bottom: 0 !important;
    margin: 0 1em 0 0;
}
.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
    top: auto !important;
    bottom: 0 !important;
    margin: 0 0 1em 0;
    box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
}
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
    top: auto !important;
    bottom: 0 !important;
    margin: 0 0 0 1em;
}
.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
    top: auto !important;
    bottom: 0 !important;
    margin: 0 0 1em 0;
    box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
}
@font-face {
    font-family: Dropdown;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=)
            format("truetype"),
        url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA)
            format("woff");
    font-weight: 400;
    font-style: normal;
}
.ui.dropdown > .dropdown.icon {
    font-family: Dropdown;
    line-height: 1;
    height: 1em;
    width: 1.23em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.ui.dropdown > .dropdown.icon {
    width: auto;
}
.ui.dropdown > .dropdown.icon:before {
    content: "\f0d7";
}
.ui.dropdown .menu .item .dropdown.icon:before {
    content: "\f0da";
}
.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
    content: "\f0d9";
}
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
    content: "\f0da";
} /*!
 * # Semantic UI 2.2.12 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.transition {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animating.transition {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible !important;
}
.loading.transition {
    position: absolute;
    top: -99999px;
    left: -99999px;
}
.hidden.transition {
    display: none;
    visibility: hidden;
}
.visible.transition {
    display: block !important;
    visibility: visible !important;
}
.disabled.transition {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.looping.transition {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.transition.browse {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.transition.browse.in {
    -webkit-animation-name: browseIn;
    animation-name: browseIn;
}
.transition.browse.left.out,
.transition.browse.out {
    -webkit-animation-name: browseOutLeft;
    animation-name: browseOutLeft;
}
.transition.browse.right.out {
    -webkit-animation-name: browseOutRight;
    animation-name: browseOutRight;
}
@-webkit-keyframes browseIn {
    0% {
        -webkit-transform: scale(0.8) translateZ(0);
        transform: scale(0.8) translateZ(0);
        z-index: -1;
    }
    10% {
        -webkit-transform: scale(0.8) translateZ(0);
        transform: scale(0.8) translateZ(0);
        z-index: -1;
        opacity: 0.7;
    }
    80% {
        -webkit-transform: scale(1.05) translateZ(0);
        transform: scale(1.05) translateZ(0);
        opacity: 1;
        z-index: 999;
    }
    100% {
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
        z-index: 999;
    }
}
@keyframes browseIn {
    0% {
        -webkit-transform: scale(0.8) translateZ(0);
        transform: scale(0.8) translateZ(0);
        z-index: -1;
    }
    10% {
        -webkit-transform: scale(0.8) translateZ(0);
        transform: scale(0.8) translateZ(0);
        z-index: -1;
        opacity: 0.7;
    }
    80% {
        -webkit-transform: scale(1.05) translateZ(0);
        transform: scale(1.05) translateZ(0);
        opacity: 1;
        z-index: 999;
    }
    100% {
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
        z-index: 999;
    }
}
@-webkit-keyframes browseOutLeft {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0);
        transform: translateX(0) rotateY(0) rotateX(0);
    }
    50% {
        z-index: -1;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg)
            translateZ(-10px);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg)
            translateZ(-10px);
    }
    80% {
        opacity: 1;
    }
    100% {
        z-index: -1;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        opacity: 0;
    }
}
@keyframes browseOutLeft {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0);
        transform: translateX(0) rotateY(0) rotateX(0);
    }
    50% {
        z-index: -1;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg)
            translateZ(-10px);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg)
            translateZ(-10px);
    }
    80% {
        opacity: 1;
    }
    100% {
        z-index: -1;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        opacity: 0;
    }
}
@-webkit-keyframes browseOutRight {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0);
        transform: translateX(0) rotateY(0) rotateX(0);
    }
    50% {
        z-index: 1;
        -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg)
            translateZ(-10px);
        transform: translateX(105%) rotateY(35deg) rotateX(10deg)
            translateZ(-10px);
    }
    80% {
        opacity: 1;
    }
    100% {
        z-index: 1;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        opacity: 0;
    }
}
@keyframes browseOutRight {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0);
        transform: translateX(0) rotateY(0) rotateX(0);
    }
    50% {
        z-index: 1;
        -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg)
            translateZ(-10px);
        transform: translateX(105%) rotateY(35deg) rotateX(10deg)
            translateZ(-10px);
    }
    80% {
        opacity: 1;
    }
    100% {
        z-index: 1;
        -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
        opacity: 0;
    }
}
.drop.transition {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
    animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}
.drop.transition.in {
    -webkit-animation-name: dropIn;
    animation-name: dropIn;
}
.drop.transition.out {
    -webkit-animation-name: dropOut;
    animation-name: dropOut;
}
@-webkit-keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes dropOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes dropOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
.transition.fade.in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.transition[class*="fade up"].in {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.transition[class*="fade down"].in {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.transition[class*="fade left"].in {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.transition[class*="fade right"].in {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.transition.fade.out {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.transition[class*="fade up"].out {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
.transition[class*="fade down"].out {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.transition[class*="fade left"].out {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
.transition[class*="fade right"].out {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
}
.flip.transition.in,
.flip.transition.out {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.horizontal.flip.transition.in {
    -webkit-animation-name: horizontalFlipIn;
    animation-name: horizontalFlipIn;
}
.horizontal.flip.transition.out {
    -webkit-animation-name: horizontalFlipOut;
    animation-name: horizontalFlipOut;
}
.vertical.flip.transition.in {
    -webkit-animation-name: verticalFlipIn;
    animation-name: verticalFlipIn;
}
.vertical.flip.transition.out {
    -webkit-animation-name: verticalFlipOut;
    animation-name: verticalFlipOut;
}
@-webkit-keyframes horizontalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
        opacity: 1;
    }
}
@keyframes horizontalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes verticalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateX(0);
        transform: perspective(2000px) rotateX(0);
        opacity: 1;
    }
}
@keyframes verticalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateX(0);
        transform: perspective(2000px) rotateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes horizontalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes horizontalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes verticalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateX(0);
        transform: perspective(2000px) rotateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }
}
@keyframes verticalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateX(0);
        transform: perspective(2000px) rotateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }
}
.scale.transition.in {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}
.scale.transition.out {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
}
@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.transition.fly {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.transition.fly.in {
    -webkit-animation-name: flyIn;
    animation-name: flyIn;
}
.transition[class*="fly up"].in {
    -webkit-animation-name: flyInUp;
    animation-name: flyInUp;
}
.transition[class*="fly down"].in {
    -webkit-animation-name: flyInDown;
    animation-name: flyInDown;
}
.transition[class*="fly left"].in {
    -webkit-animation-name: flyInLeft;
    animation-name: flyInLeft;
}
.transition[class*="fly right"].in {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight;
}
.transition.fly.out {
    -webkit-animation-name: flyOut;
    animation-name: flyOut;
}
.transition[class*="fly up"].out {
    -webkit-animation-name: flyOutUp;
    animation-name: flyOutUp;
}
.transition[class*="fly down"].out {
    -webkit-animation-name: flyOutDown;
    animation-name: flyOutDown;
}
.transition[class*="fly left"].out {
    -webkit-animation-name: flyOutLeft;
    animation-name: flyOutLeft;
}
.transition[class*="fly right"].out {
    -webkit-animation-name: flyOutRight;
    animation-name: flyOutRight;
}
@-webkit-keyframes flyIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes flyIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1500px, 0);
        transform: translate3d(0, -1500px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1500px, 0);
        transform: translate3d(0, -1500px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1500px, 0, 0);
        transform: translate3d(1500px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1500px, 0, 0);
        transform: translate3d(1500px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1500px, 0, 0);
        transform: translate3d(-1500px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1500px, 0, 0);
        transform: translate3d(-1500px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes flyOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes flyOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@-webkit-keyframes flyOutUp {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes flyOutUp {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@-webkit-keyframes flyOutDown {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes flyOutDown {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@-webkit-keyframes flyOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes flyOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@-webkit-keyframes flyOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes flyOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.transition.slide.in,
.transition[class*="slide down"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.transition[class*="slide up"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.transition[class*="slide left"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.transition[class*="slide right"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.transition.slide.out,
.transition[class*="slide down"].out {
    -webkit-animation-name: slideOutY;
    animation-name: slideOutY;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.transition[class*="slide up"].out {
    -webkit-animation-name: slideOutY;
    animation-name: slideOutY;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.transition[class*="slide left"].out {
    -webkit-animation-name: slideOutX;
    animation-name: slideOutX;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.transition[class*="slide right"].out {
    -webkit-animation-name: slideOutX;
    animation-name: slideOutX;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
@-webkit-keyframes slideInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes slideInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@-webkit-keyframes slideInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes slideInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@-webkit-keyframes slideOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}
@keyframes slideOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}
@-webkit-keyframes slideOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}
@keyframes slideOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}
.transition.swing {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}
.transition[class*="swing down"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.transition[class*="swing up"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.transition[class*="swing left"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.transition[class*="swing right"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.transition.swing.out,
.transition[class*="swing down"].out {
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.transition[class*="swing up"].out {
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
.transition[class*="swing left"].out {
    -webkit-animation-name: swingOutY;
    animation-name: swingOutY;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.transition[class*="swing right"].out {
    -webkit-animation-name: swingOutY;
    animation-name: swingOutY;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }
    60% {
        -webkit-transform: perspective(1000px) rotateX(15deg);
        transform: perspective(1000px) rotateX(15deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }
    100% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
    }
}
@keyframes swingInX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }
    60% {
        -webkit-transform: perspective(1000px) rotateX(15deg);
        transform: perspective(1000px) rotateX(15deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }
    100% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
    }
}
@-webkit-keyframes swingInY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }
    60% {
        -webkit-transform: perspective(1000px) rotateY(-17.5deg);
        transform: perspective(1000px) rotateY(-17.5deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }
    100% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
    }
}
@keyframes swingInY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }
    60% {
        -webkit-transform: perspective(1000px) rotateY(-17.5deg);
        transform: perspective(1000px) rotateY(-17.5deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }
    100% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
    }
}
@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
    }
    40% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }
    60% {
        -webkit-transform: perspective(1000px) rotateX(17.5deg);
        transform: perspective(1000px) rotateX(17.5deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes swingOutX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
    }
    40% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg);
    }
    60% {
        -webkit-transform: perspective(1000px) rotateX(17.5deg);
        transform: perspective(1000px) rotateX(17.5deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes swingOutY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
    }
    40% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }
    60% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
        transform: perspective(1000px) rotateY(-10deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }
}
@keyframes swingOutY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
    }
    40% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg);
    }
    60% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
        transform: perspective(1000px) rotateY(-10deg);
    }
    80% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0;
    }
}
.flash.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: flash;
    animation-name: flash;
}
.shake.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: shake;
    animation-name: shake;
}
.bounce.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
.tada.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: tada;
    animation-name: tada;
}
.pulse.transition {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.jiggle.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: jiggle;
    animation-name: jiggle;
}
@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes jiggle {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes jiggle {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
} /*!
 * # Semantic UI 2.2.12 - Table
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.ui.table {
    width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
    box-shadow: none;
    border-radius: 0.28571429rem;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    border-collapse: separate;
    border-spacing: 0;
}
.ui.table:first-child {
    margin-top: 0;
}
.ui.table:last-child {
    margin-bottom: 0;
}
.ui.table td,
.ui.table th {
    -webkit-transition: background 0.1s ease, color 0.1s ease;
    transition: background 0.1s ease, color 0.1s ease;
}
.ui.table thead {
    box-shadow: none;
}
.ui.table thead th {
    cursor: auto;
    background: #f9fafb;
    text-align: inherit;
    color: rgba(0, 0, 0, 0.87);
    padding: 0.92857143em 0.78571429em;
    vertical-align: inherit;
    font-style: none;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    border-left: none;
}
.ui.table thead tr > th:first-child {
    border-left: none;
}
.ui.table thead tr:first-child > th:first-child {
    border-radius: 0.28571429rem 0 0 0;
}
.ui.table thead tr:first-child > th:last-child {
    border-radius: 0 0.28571429rem 0 0;
}
.ui.table thead tr:first-child > th:only-child {
    border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.ui.table tfoot {
    box-shadow: none;
}
.ui.table tfoot th {
    cursor: auto;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    background: #f9fafb;
    text-align: inherit;
    color: rgba(0, 0, 0, 0.87);
    padding: 0.78571429em 0.78571429em;
    vertical-align: middle;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}
.ui.table tfoot tr > th:first-child {
    border-left: none;
}
.ui.table tfoot tr:first-child > th:first-child {
    border-radius: 0 0 0 0.28571429rem;
}
.ui.table tfoot tr:first-child > th:last-child {
    border-radius: 0 0 0.28571429rem 0;
}
.ui.table tfoot tr:first-child > th:only-child {
    border-radius: 0 0 0.28571429rem 0.28571429rem;
}
.ui.table tr td {
    border-top: 1px solid rgba(34, 36, 38, 0.1);
}
.ui.table tr:first-child td {
    border-top: none;
}
.ui.table td {
    padding: 0.78571429em 0.78571429em;
    text-align: inherit;
}
.ui.table > .icon {
    vertical-align: baseline;
}
.ui.table > .icon:only-child {
    margin: 0;
}
.ui.table.segment {
    padding: 0;
}
.ui.table.segment:after {
    display: none;
}
.ui.table.segment.stacked:after {
    display: block;
}
@media only screen and (max-width: 767px) {
    .ui.table:not(.unstackable) {
        width: 100%;
    }
    .ui.table:not(.unstackable) tbody,
    .ui.table:not(.unstackable) tr,
    .ui.table:not(.unstackable) tr > td,
    .ui.table:not(.unstackable) tr > th {
        width: auto !important;
        display: block !important;
    }
    .ui.table:not(.unstackable) {
        padding: 0;
    }
    .ui.table:not(.unstackable) thead {
        display: block;
    }
    .ui.table:not(.unstackable) tfoot {
        display: block;
    }
    .ui.table:not(.unstackable) tr {
        padding-top: 1em;
        padding-bottom: 1em;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
    }
    .ui.table:not(.unstackable) tr > td,
    .ui.table:not(.unstackable) tr > th {
        background: 0 0;
        border: none !important;
        padding: 0.25em 0.75em !important;
        box-shadow: none !important;
    }
    .ui.table:not(.unstackable) td:first-child,
    .ui.table:not(.unstackable) th:first-child {
        font-weight: 700;
    }
    .ui.definition.table:not(.unstackable) thead th:first-child {
        box-shadow: none !important;
    }
}
.ui.table td .image,
.ui.table td .image img,
.ui.table th .image,
.ui.table th .image img {
    max-width: none;
}
.ui.structured.table {
    border-collapse: collapse;
}
.ui.structured.table thead th {
    border-left: none;
    border-right: none;
}
.ui.structured.sortable.table thead th {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-right: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.structured.basic.table th {
    border-left: none;
    border-right: none;
}
.ui.structured.celled.table tr td,
.ui.structured.celled.table tr th {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
    border-right: 1px solid rgba(34, 36, 38, 0.1);
}
.ui.definition.table thead:not(.full-width) th:first-child {
    pointer-events: none;
    background: 0 0;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    box-shadow: -1px -1px 0 1px #fff;
}
.ui.definition.table tfoot:not(.full-width) th:first-child {
    pointer-events: none;
    background: 0 0;
    font-weight: rgba(0, 0, 0, 0.4);
    color: normal;
    box-shadow: 1px 1px 0 1px #fff;
}
.ui.celled.definition.table thead:not(.full-width) th:first-child {
    box-shadow: 0 -1px 0 1px #fff;
}
.ui.celled.definition.table tfoot:not(.full-width) th:first-child {
    box-shadow: 0 1px 0 1px #fff;
}
.ui.definition.table tr td.definition,
.ui.definition.table tr td:first-child:not(.ignored) {
    background: rgba(0, 0, 0, 0.03);
    font-weight: 700;
    color: rgba(0, 0, 0, 0.95);
    text-transform: "";
    box-shadow: "";
    text-align: "";
    font-size: 1em;
    padding-left: "";
    padding-right: "";
}
.ui.definition.table thead:not(.full-width) th:nth-child(2) {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.definition.table tfoot:not(.full-width) th:nth-child(2) {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.definition.table td:nth-child(2) {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.table td.positive,
.ui.table tr.positive {
    box-shadow: 0 0 0 #a3c293 inset;
}
.ui.table td.positive,
.ui.table tr.positive {
    background: #fcfff5 !important;
    color: #2c662d !important;
}
.ui.table td.negative,
.ui.table tr.negative {
    box-shadow: 0 0 0 #e0b4b4 inset;
}
.ui.table td.negative,
.ui.table tr.negative {
    background: #fff6f6 !important;
    color: #9f3a38 !important;
}
.ui.table td.error,
.ui.table tr.error {
    box-shadow: 0 0 0 #e0b4b4 inset;
}
.ui.table td.error,
.ui.table tr.error {
    background: #fff6f6 !important;
    color: #9f3a38 !important;
}
.ui.table td.warning,
.ui.table tr.warning {
    box-shadow: 0 0 0 #c9ba9b inset;
}
.ui.table td.warning,
.ui.table tr.warning {
    background: #fffaf3 !important;
    color: #573a08 !important;
}
.ui.table td.active,
.ui.table tr.active {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
}
.ui.table td.active,
.ui.table tr.active {
    background: #e0e0e0 !important;
    color: rgba(0, 0, 0, 0.87) !important;
}
.ui.table tr td.disabled,
.ui.table tr.disabled td,
.ui.table tr.disabled:hover,
.ui.table tr:hover td.disabled {
    pointer-events: none;
    color: rgba(40, 40, 40, 0.3);
}
@media only screen and (max-width: 991px) {
    .ui[class*="tablet stackable"].table,
    .ui[class*="tablet stackable"].table tbody,
    .ui[class*="tablet stackable"].table tr,
    .ui[class*="tablet stackable"].table tr > td,
    .ui[class*="tablet stackable"].table tr > th {
        width: 100% !important;
        display: block !important;
    }
    .ui[class*="tablet stackable"].table {
        padding: 0;
    }
    .ui[class*="tablet stackable"].table thead {
        display: block;
    }
    .ui[class*="tablet stackable"].table tfoot {
        display: block;
    }
    .ui[class*="tablet stackable"].table tr {
        padding-top: 1em;
        padding-bottom: 1em;
        box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
    }
    .ui[class*="tablet stackable"].table tr > td,
    .ui[class*="tablet stackable"].table tr > th {
        background: 0 0;
        border: none !important;
        padding: 0.25em 0.75em;
        box-shadow: none !important;
    }
    .ui.definition[class*="tablet stackable"].table thead th:first-child {
        box-shadow: none !important;
    }
}
.ui.table [class*="left aligned"],
.ui.table[class*="left aligned"] {
    text-align: left;
}
.ui.table [class*="center aligned"],
.ui.table[class*="center aligned"] {
    text-align: center;
}
.ui.table [class*="right aligned"],
.ui.table[class*="right aligned"] {
    text-align: right;
}
.ui.table [class*="top aligned"],
.ui.table[class*="top aligned"] {
    vertical-align: top;
}
.ui.table [class*="middle aligned"],
.ui.table[class*="middle aligned"] {
    vertical-align: middle;
}
.ui.table [class*="bottom aligned"],
.ui.table[class*="bottom aligned"] {
    vertical-align: bottom;
}
.ui.table td.collapsing,
.ui.table th.collapsing {
    width: 1px;
    white-space: nowrap;
}
.ui.fixed.table {
    table-layout: fixed;
}
.ui.fixed.table td,
.ui.fixed.table th {
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui.selectable.table tbody tr:hover,
.ui.table tbody tr td.selectable:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    color: rgba(0, 0, 0, 0.95) !important;
}
.ui.inverted.table tbody tr td.selectable:hover,
.ui.selectable.inverted.table tbody tr:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
}
.ui.table tbody tr td.selectable {
    padding: 0;
}
.ui.table tbody tr td.selectable > a:not(.ui) {
    display: block;
    color: inherit;
    padding: 0.78571429em 0.78571429em;
}
.ui.selectable.table tr.error:hover,
.ui.selectable.table tr:hover td.error,
.ui.table tr td.selectable.error:hover {
    background: #ffe7e7 !important;
    color: #943634 !important;
}
.ui.selectable.table tr.warning:hover,
.ui.selectable.table tr:hover td.warning,
.ui.table tr td.selectable.warning:hover {
    background: #fff4e4 !important;
    color: #493107 !important;
}
.ui.selectable.table tr.active:hover,
.ui.selectable.table tr:hover td.active,
.ui.table tr td.selectable.active:hover {
    background: #e0e0e0 !important;
    color: rgba(0, 0, 0, 0.87) !important;
}
.ui.selectable.table tr.positive:hover,
.ui.selectable.table tr:hover td.positive,
.ui.table tr td.selectable.positive:hover {
    background: #f7ffe6 !important;
    color: #275b28 !important;
}
.ui.selectable.table tr.negative:hover,
.ui.selectable.table tr:hover td.negative,
.ui.table tr td.selectable.negative:hover {
    background: #ffe7e7 !important;
    color: #943634 !important;
}
.ui.attached.table {
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0 -1px;
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
    box-shadow: none;
    border: 1px solid #d4d4d5;
}
.ui.attached + .ui.attached.table:not(.top) {
    border-top: none;
}
.ui[class*="top attached"].table {
    bottom: 0;
    margin-bottom: 0;
    top: 0;
    margin-top: 1em;
    border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.ui.table[class*="top attached"]:first-child {
    margin-top: 0;
}
.ui[class*="bottom attached"].table {
    bottom: 0;
    margin-top: 0;
    top: 0;
    margin-bottom: 1em;
    box-shadow: none, none;
    border-radius: 0 0 0.28571429rem 0.28571429rem;
}
.ui[class*="bottom attached"].table:last-child {
    margin-bottom: 0;
}
.ui.striped.table tbody tr:nth-child(2n),
.ui.striped.table > tr:nth-child(2n) {
    background-color: rgba(0, 0, 50, 0.02);
}
.ui.inverted.striped.table tbody tr:nth-child(2n),
.ui.inverted.striped.table > tr:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.05);
}
.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
    background: #efefef !important;
    color: rgba(0, 0, 0, 0.95) !important;
}
.ui.table [class*="single line"],
.ui.table[class*="single line"] {
    white-space: nowrap;
}
.ui.table [class*="single line"],
.ui.table[class*="single line"] {
    white-space: nowrap;
}
.ui.red.table {
    border-top: 0.2em solid #db2828;
}
.ui.inverted.red.table {
    background-color: #db2828 !important;
    color: #fff !important;
}
.ui.orange.table {
    border-top: 0.2em solid #f2711c;
}
.ui.inverted.orange.table {
    background-color: #f2711c !important;
    color: #fff !important;
}
.ui.yellow.table {
    border-top: 0.2em solid #fbbd08;
}
.ui.inverted.yellow.table {
    background-color: #fbbd08 !important;
    color: #fff !important;
}
.ui.olive.table {
    border-top: 0.2em solid #b5cc18;
}
.ui.inverted.olive.table {
    background-color: #b5cc18 !important;
    color: #fff !important;
}
.ui.green.table {
    border-top: 0.2em solid #21ba45;
}
.ui.inverted.green.table {
    background-color: #21ba45 !important;
    color: #fff !important;
}
.ui.teal.table {
    border-top: 0.2em solid #00b5ad;
}
.ui.inverted.teal.table {
    background-color: #00b5ad !important;
    color: #fff !important;
}
.ui.blue.table {
    border-top: 0.2em solid #2185d0;
}
.ui.inverted.blue.table {
    background-color: #2185d0 !important;
    color: #fff !important;
}
.ui.violet.table {
    border-top: 0.2em solid #6435c9;
}
.ui.inverted.violet.table {
    background-color: #6435c9 !important;
    color: #fff !important;
}
.ui.purple.table {
    border-top: 0.2em solid #a333c8;
}
.ui.inverted.purple.table {
    background-color: #a333c8 !important;
    color: #fff !important;
}
.ui.pink.table {
    border-top: 0.2em solid #e03997;
}
.ui.inverted.pink.table {
    background-color: #e03997 !important;
    color: #fff !important;
}
.ui.brown.table {
    border-top: 0.2em solid #a5673f;
}
.ui.inverted.brown.table {
    background-color: #a5673f !important;
    color: #fff !important;
}
.ui.grey.table {
    border-top: 0.2em solid #767676;
}
.ui.inverted.grey.table {
    background-color: #767676 !important;
    color: #fff !important;
}
.ui.black.table {
    border-top: 0.2em solid #1b1c1d;
}
.ui.inverted.black.table {
    background-color: #1b1c1d !important;
    color: #fff !important;
}
.ui.one.column.table td {
    width: 100%;
}
.ui.two.column.table td {
    width: 50%;
}
.ui.three.column.table td {
    width: 33.33333333%;
}
.ui.four.column.table td {
    width: 25%;
}
.ui.five.column.table td {
    width: 20%;
}
.ui.six.column.table td {
    width: 16.66666667%;
}
.ui.seven.column.table td {
    width: 14.28571429%;
}
.ui.eight.column.table td {
    width: 12.5%;
}
.ui.nine.column.table td {
    width: 11.11111111%;
}
.ui.ten.column.table td {
    width: 10%;
}
.ui.eleven.column.table td {
    width: 9.09090909%;
}
.ui.twelve.column.table td {
    width: 8.33333333%;
}
.ui.thirteen.column.table td {
    width: 7.69230769%;
}
.ui.fourteen.column.table td {
    width: 7.14285714%;
}
.ui.fifteen.column.table td {
    width: 6.66666667%;
}
.ui.sixteen.column.table td {
    width: 6.25%;
}
.ui.table td.one.wide,
.ui.table th.one.wide {
    width: 6.25%;
}
.ui.table td.two.wide,
.ui.table th.two.wide {
    width: 12.5%;
}
.ui.table td.three.wide,
.ui.table th.three.wide {
    width: 18.75%;
}
.ui.table td.four.wide,
.ui.table th.four.wide {
    width: 25%;
}
.ui.table td.five.wide,
.ui.table th.five.wide {
    width: 31.25%;
}
.ui.table td.six.wide,
.ui.table th.six.wide {
    width: 37.5%;
}
.ui.table td.seven.wide,
.ui.table th.seven.wide {
    width: 43.75%;
}
.ui.table td.eight.wide,
.ui.table th.eight.wide {
    width: 50%;
}
.ui.table td.nine.wide,
.ui.table th.nine.wide {
    width: 56.25%;
}
.ui.table td.ten.wide,
.ui.table th.ten.wide {
    width: 62.5%;
}
.ui.table td.eleven.wide,
.ui.table th.eleven.wide {
    width: 68.75%;
}
.ui.table td.twelve.wide,
.ui.table th.twelve.wide {
    width: 75%;
}
.ui.table td.thirteen.wide,
.ui.table th.thirteen.wide {
    width: 81.25%;
}
.ui.table td.fourteen.wide,
.ui.table th.fourteen.wide {
    width: 87.5%;
}
.ui.table td.fifteen.wide,
.ui.table th.fifteen.wide {
    width: 93.75%;
}
.ui.table td.sixteen.wide,
.ui.table th.sixteen.wide {
    width: 100%;
}
.ui.sortable.table thead th {
    cursor: pointer;
    white-space: nowrap;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
}
.ui.sortable.table thead th:first-child {
    border-left: none;
}
.ui.sortable.table thead th.sorted,
.ui.sortable.table thead th.sorted:hover {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ui.sortable.table thead th:after {
    display: none;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    content: "";
    height: 1em;
    width: auto;
    opacity: 0.8;
    margin: 0 0 0 0.5em;
    font-family: Icons;
}
.ui.sortable.table thead th.ascending:after {
    content: "\f0d8";
}
.ui.sortable.table thead th.descending:after {
    content: "\f0d7";
}
.ui.sortable.table th.disabled:hover {
    cursor: auto;
    color: rgba(40, 40, 40, 0.3);
}
.ui.sortable.table thead th:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
}
.ui.sortable.table thead th.sorted {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
}
.ui.sortable.table thead th.sorted:after {
    display: inline-block;
}
.ui.sortable.table thead th.sorted:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
}
.ui.inverted.sortable.table thead th.sorted {
    background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    background: rgba(255, 255, 255, 0.15)
        linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    color: #fff;
}
.ui.inverted.sortable.table thead th:hover {
    background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    background: rgba(255, 255, 255, 0.08)
        linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    color: #fff;
}
.ui.inverted.sortable.table thead th {
    border-left-color: transparent;
    border-right-color: transparent;
}
.ui.inverted.table {
    background: #333;
    color: rgba(255, 255, 255, 0.9);
    border: none;
}
.ui.inverted.table th {
    background-color: rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}
.ui.inverted.table tr td {
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.ui.inverted.table tr td.disabled,
.ui.inverted.table tr.disabled td,
.ui.inverted.table tr.disabled:hover td,
.ui.inverted.table tr:hover td.disabled {
    pointer-events: none;
    color: rgba(225, 225, 225, 0.3);
}
.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
.ui.inverted.definition.table thead:not(.full-width) th:first-child {
    background: #fff;
}
.ui.inverted.definition.table tr td:first-child {
    background: rgba(255, 255, 255, 0.02);
    color: #fff;
}
.ui.collapsing.table {
    width: auto;
}
.ui.basic.table {
    background: 0 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
    box-shadow: none;
}
.ui.basic.table tfoot,
.ui.basic.table thead {
    box-shadow: none;
}
.ui.basic.table th {
    background: 0 0;
    border-left: none;
}
.ui.basic.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ui.basic.table td {
    background: 0 0;
}
.ui.basic.striped.table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.05) !important;
}
.ui[class*="very basic"].table {
    border: none;
}
.ui[class*="very basic"].table:not(.sortable):not(.striped) td,
.ui[class*="very basic"].table:not(.sortable):not(.striped) th {
    padding: "";
}
.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child {
    padding-left: 0;
}
.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child {
    padding-right: 0;
}
.ui[class*="very basic"].table:not(.sortable):not(.striped)
    thead
    tr:first-child
    th {
    padding-top: 0;
}
.ui.celled.table tr td,
.ui.celled.table tr th {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
}
.ui.celled.table tr td:first-child,
.ui.celled.table tr th:first-child {
    border-left: none;
}
.ui.padded.table th {
    padding-left: 1em;
    padding-right: 1em;
}
.ui.padded.table td,
.ui.padded.table th {
    padding: 1em 1em;
}
.ui[class*="very padded"].table th {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.ui[class*="very padded"].table td {
    padding: 1.5em 1.5em;
}
.ui.compact.table th {
    padding-left: 0.7em;
    padding-right: 0.7em;
}
.ui.compact.table td {
    padding: 0.5em 0.7em;
}
.ui[class*="very compact"].table th {
    padding-left: 0.6em;
    padding-right: 0.6em;
}
.ui[class*="very compact"].table td {
    padding: 0.4em 0.6em;
}
.ui.small.table {
    font-size: 0.9em;
}
.ui.table {
    font-size: 1em;
}
.ui.large.table {
    font-size: 1.1em;
} /*!
 * # Semantic UI 2.2.12 - Icon
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
@font-face {
    font-family: Icons;
    src: url(../themes/default/assets/fonts/icons.eot);
    src: url(../themes/default/assets/fonts/icons.eot?#iefix)
            format("embedded-opentype"),
        url(../themes/default/assets/fonts/icons.woff2) format("woff2"),
        url(../themes/default/assets/fonts/icons.woff) format("woff"),
        url(../themes/default/assets/fonts/icons.ttf) format("truetype"),
        url(../themes/default/assets/fonts/icons.svg#icons) format("svg");
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
}
i.icon {
    display: inline-block;
    opacity: 1;
    margin: 0 0.25rem 0 0;
    width: 1.18em;
    height: 1em;
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
i.icon:before {
    background: 0 0 !important;
}
i.icon.loading {
    height: 1em;
    line-height: 1;
    -webkit-animation: icon-loading 2s linear infinite;
    animation: icon-loading 2s linear infinite;
}
@-webkit-keyframes icon-loading {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes icon-loading {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
i.icon.hover {
    opacity: 1 !important;
}
i.icon.active {
    opacity: 1 !important;
}
i.emphasized.icon {
    opacity: 1 !important;
}
i.disabled.icon {
    opacity: 0.45 !important;
}
i.fitted.icon {
    width: auto;
    margin: 0;
}
i.link.icon,
i.link.icons {
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
i.link.icon:hover,
i.link.icons:hover {
    opacity: 1 !important;
}
i.circular.icon {
    border-radius: 500em !important;
    line-height: 1 !important;
    padding: 0.5em 0.5em !important;
    box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
    width: 2em !important;
    height: 2em !important;
}
i.circular.inverted.icon {
    border: none;
    box-shadow: none;
}
i.flipped.icon,
i.horizontally.flipped.icon {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
i.vertically.flipped.icon {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}
i.clockwise.rotated.icon,
i.right.rotated.icon,
i.rotated.icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
i.counterclockwise.rotated.icon,
i.left.rotated.icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
i.bordered.icon {
    line-height: 1;
    vertical-align: baseline;
    width: 2em;
    height: 2em;
    padding: 0.5em 0.41em !important;
    box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
}
i.bordered.inverted.icon {
    border: none;
    box-shadow: none;
}
i.inverted.bordered.icon,
i.inverted.circular.icon {
    background-color: #1b1c1d !important;
    color: #fff !important;
}
i.inverted.icon {
    color: #fff;
}
i.red.icon {
    color: #db2828 !important;
}
i.inverted.red.icon {
    color: #ff695e !important;
}
i.inverted.bordered.red.icon,
i.inverted.circular.red.icon {
    background-color: #db2828 !important;
    color: #fff !important;
}
i.orange.icon {
    color: #f2711c !important;
}
i.inverted.orange.icon {
    color: #ff851b !important;
}
i.inverted.bordered.orange.icon,
i.inverted.circular.orange.icon {
    background-color: #f2711c !important;
    color: #fff !important;
}
i.yellow.icon {
    color: #fbbd08 !important;
}
i.inverted.yellow.icon {
    color: #ffe21f !important;
}
i.inverted.bordered.yellow.icon,
i.inverted.circular.yellow.icon {
    background-color: #fbbd08 !important;
    color: #fff !important;
}
i.olive.icon {
    color: #b5cc18 !important;
}
i.inverted.olive.icon {
    color: #d9e778 !important;
}
i.inverted.bordered.olive.icon,
i.inverted.circular.olive.icon {
    background-color: #b5cc18 !important;
    color: #fff !important;
}
i.green.icon {
    color: #21ba45 !important;
}
i.inverted.green.icon {
    color: #2ecc40 !important;
}
i.inverted.bordered.green.icon,
i.inverted.circular.green.icon {
    background-color: #21ba45 !important;
    color: #fff !important;
}
i.teal.icon {
    color: #00b5ad !important;
}
i.inverted.teal.icon {
    color: #6dffff !important;
}
i.inverted.bordered.teal.icon,
i.inverted.circular.teal.icon {
    background-color: #00b5ad !important;
    color: #fff !important;
}
i.blue.icon {
    color: #2185d0 !important;
}
i.inverted.blue.icon {
    color: #54c8ff !important;
}
i.inverted.bordered.blue.icon,
i.inverted.circular.blue.icon {
    background-color: #2185d0 !important;
    color: #fff !important;
}
i.violet.icon {
    color: #6435c9 !important;
}
i.inverted.violet.icon {
    color: #a291fb !important;
}
i.inverted.bordered.violet.icon,
i.inverted.circular.violet.icon {
    background-color: #6435c9 !important;
    color: #fff !important;
}
i.purple.icon {
    color: #a333c8 !important;
}
i.inverted.purple.icon {
    color: #dc73ff !important;
}
i.inverted.bordered.purple.icon,
i.inverted.circular.purple.icon {
    background-color: #a333c8 !important;
    color: #fff !important;
}
i.pink.icon {
    color: #e03997 !important;
}
i.inverted.pink.icon {
    color: #ff8edf !important;
}
i.inverted.bordered.pink.icon,
i.inverted.circular.pink.icon {
    background-color: #e03997 !important;
    color: #fff !important;
}
i.brown.icon {
    color: #a5673f !important;
}
i.inverted.brown.icon {
    color: #d67c1c !important;
}
i.inverted.bordered.brown.icon,
i.inverted.circular.brown.icon {
    background-color: #a5673f !important;
    color: #fff !important;
}
i.grey.icon {
    color: #767676 !important;
}
i.inverted.grey.icon {
    color: #dcddde !important;
}
i.inverted.bordered.grey.icon,
i.inverted.circular.grey.icon {
    background-color: #767676 !important;
    color: #fff !important;
}
i.black.icon {
    color: #1b1c1d !important;
}
i.inverted.black.icon {
    color: #545454 !important;
}
i.inverted.bordered.black.icon,
i.inverted.circular.black.icon {
    background-color: #1b1c1d !important;
    color: #fff !important;
}
i.mini.icon,
i.mini.icons {
    line-height: 1;
    font-size: 0.4em;
}
i.tiny.icon,
i.tiny.icons {
    line-height: 1;
    font-size: 0.5em;
}
i.small.icon,
i.small.icons {
    line-height: 1;
    font-size: 0.75em;
}
i.icon,
i.icons {
    font-size: 1em;
}
i.large.icon,
i.large.icons {
    line-height: 1;
    vertical-align: middle;
    font-size: 1.5em;
}
i.big.icon,
i.big.icons {
    line-height: 1;
    vertical-align: middle;
    font-size: 2em;
}
i.huge.icon,
i.huge.icons {
    line-height: 1;
    vertical-align: middle;
    font-size: 4em;
}
i.massive.icon,
i.massive.icons {
    line-height: 1;
    vertical-align: middle;
    font-size: 8em;
}
i.icons {
    display: inline-block;
    position: relative;
    line-height: 1;
}
i.icons .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    margin: 0;
}
i.icons .icon:first-child {
    position: static;
    width: auto;
    height: auto;
    vertical-align: top;
    -webkit-transform: none;
    transform: none;
    margin-right: 0.25rem;
}
i.icons .corner.icon {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    font-size: 0.45em;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
        1px 1px 0 #fff;
}
i.icons .top.right.corner.icon {
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
}
i.icons .top.left.corner.icon {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}
i.icons .bottom.left.corner.icon {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
}
i.icons .bottom.right.corner.icon {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}
i.icons .inverted.corner.icon {
    text-shadow: -1px -1px 0 #1b1c1d, 1px -1px 0 #1b1c1d, -1px 1px 0 #1b1c1d,
        1px 1px 0 #1b1c1d;
}
i.icon.search:before {
    content: "\f002";
}
i.icon.mail.outline:before {
    content: "\f003";
}
i.icon.signal:before {
    content: "\f012";
}
i.icon.setting:before {
    content: "\f013";
}
i.icon.home:before {
    content: "\f015";
}
i.icon.inbox:before {
    content: "\f01c";
}
i.icon.browser:before {
    content: "\f022";
}
i.icon.tag:before {
    content: "\f02b";
}
i.icon.tags:before {
    content: "\f02c";
}
i.icon.image:before {
    content: "\f03e";
}
i.icon.calendar:before {
    content: "\f073";
}
i.icon.comment:before {
    content: "\f075";
}
i.icon.shop:before {
    content: "\f07a";
}
i.icon.comments:before {
    content: "\f086";
}
i.icon.external:before {
    content: "\f08e";
}
i.icon.privacy:before {
    content: "\f084";
}
i.icon.settings:before {
    content: "\f085";
}
i.icon.comments:before {
    content: "\f086";
}
i.icon.external:before {
    content: "\f08e";
}
i.icon.trophy:before {
    content: "\f091";
}
i.icon.payment:before {
    content: "\f09d";
}
i.icon.feed:before {
    content: "\f09e";
}
i.icon.alarm.outline:before {
    content: "\f0a2";
}
i.icon.tasks:before {
    content: "\f0ae";
}
i.icon.cloud:before {
    content: "\f0c2";
}
i.icon.lab:before {
    content: "\f0c3";
}
i.icon.mail:before {
    content: "\f0e0";
}
i.icon.dashboard:before {
    content: "\f0e4";
}
i.icon.comment.outline:before {
    content: "\f0e5";
}
i.icon.comments.outline:before {
    content: "\f0e6";
}
i.icon.sitemap:before {
    content: "\f0e8";
}
i.icon.idea:before {
    content: "\f0eb";
}
i.icon.alarm:before {
    content: "\f0f3";
}
i.icon.terminal:before {
    content: "\f120";
}
i.icon.code:before {
    content: "\f121";
}
i.icon.protect:before {
    content: "\f132";
}
i.icon.calendar.outline:before {
    content: "\f133";
}
i.icon.ticket:before {
    content: "\f145";
}
i.icon.external.square:before {
    content: "\f14c";
}
i.icon.bug:before {
    content: "\f188";
}
i.icon.mail.square:before {
    content: "\f199";
}
i.icon.history:before {
    content: "\f1da";
}
i.icon.options:before {
    content: "\f1de";
}
i.icon.text.telephone:before {
    content: "\f1e4";
}
i.icon.find:before {
    content: "\f1e5";
}
i.icon.alarm.mute:before {
    content: "\f1f6";
}
i.icon.alarm.mute.outline:before {
    content: "\f1f7";
}
i.icon.copyright:before {
    content: "\f1f9";
}
i.icon.at:before {
    content: "\f1fa";
}
i.icon.eyedropper:before {
    content: "\f1fb";
}
i.icon.paint.brush:before {
    content: "\f1fc";
}
i.icon.heartbeat:before {
    content: "\f21e";
}
i.icon.mouse.pointer:before {
    content: "\f245";
}
i.icon.hourglass.empty:before {
    content: "\f250";
}
i.icon.hourglass.start:before {
    content: "\f251";
}
i.icon.hourglass.half:before {
    content: "\f252";
}
i.icon.hourglass.end:before {
    content: "\f253";
}
i.icon.hourglass.full:before {
    content: "\f254";
}
i.icon.hand.pointer:before {
    content: "\f25a";
}
i.icon.trademark:before {
    content: "\f25c";
}
i.icon.registered:before {
    content: "\f25d";
}
i.icon.creative.commons:before {
    content: "\f25e";
}
i.icon.add.to.calendar:before {
    content: "\f271";
}
i.icon.remove.from.calendar:before {
    content: "\f272";
}
i.icon.delete.calendar:before {
    content: "\f273";
}
i.icon.checked.calendar:before {
    content: "\f274";
}
i.icon.industry:before {
    content: "\f275";
}
i.icon.shopping.bag:before {
    content: "\f290";
}
i.icon.shopping.basket:before {
    content: "\f291";
}
i.icon.hashtag:before {
    content: "\f292";
}
i.icon.percent:before {
    content: "\f295";
}
i.icon.handshake:before {
    content: "\f2b5";
}
i.icon.open.envelope:before {
    content: "\f2b6";
}
i.icon.open.envelope.outline:before {
    content: "\f2b7";
}
i.icon.address.book:before {
    content: "\f2b9";
}
i.icon.address.book.outline:before {
    content: "\f2ba";
}
i.icon.address.card:before {
    content: "\f2bb";
}
i.icon.address.card.outline:before {
    content: "\f2bc";
}
i.icon.id.badge:before {
    content: "\f2c1";
}
i.icon.id.card:before {
    content: "\f2c2";
}
i.icon.id.card.outline:before {
    content: "\f2c3";
}
i.icon.podcast:before {
    content: "\f2ce";
}
i.icon.window.maximize:before {
    content: "\f2d0";
}
i.icon.window.minimize:before {
    content: "\f2d1";
}
i.icon.window.restore:before {
    content: "\f2d2";
}
i.icon.window.close:before {
    content: "\f2d3";
}
i.icon.window.close.outline:before {
    content: "\f2d4";
}
i.icon.wait:before {
    content: "\f017";
}
i.icon.download:before {
    content: "\f019";
}
i.icon.repeat:before {
    content: "\f01e";
}
i.icon.refresh:before {
    content: "\f021";
}
i.icon.lock:before {
    content: "\f023";
}
i.icon.bookmark:before {
    content: "\f02e";
}
i.icon.print:before {
    content: "\f02f";
}
i.icon.write:before {
    content: "\f040";
}
i.icon.adjust:before {
    content: "\f042";
}
i.icon.theme:before {
    content: "\f043";
}
i.icon.edit:before {
    content: "\f044";
}
i.icon.external.share:before {
    content: "\f045";
}
i.icon.ban:before {
    content: "\f05e";
}
i.icon.mail.forward:before {
    content: "\f064";
}
i.icon.share:before {
    content: "\f064";
}
i.icon.expand:before {
    content: "\f065";
}
i.icon.compress:before {
    content: "\f066";
}
i.icon.unhide:before {
    content: "\f06e";
}
i.icon.hide:before {
    content: "\f070";
}
i.icon.random:before {
    content: "\f074";
}
i.icon.retweet:before {
    content: "\f079";
}
i.icon.sign.out:before {
    content: "\f08b";
}
i.icon.pin:before {
    content: "\f08d";
}
i.icon.sign.in:before {
    content: "\f090";
}
i.icon.upload:before {
    content: "\f093";
}
i.icon.call:before {
    content: "\f095";
}
i.icon.remove.bookmark:before {
    content: "\f097";
}
i.icon.call.square:before {
    content: "\f098";
}
i.icon.unlock:before {
    content: "\f09c";
}
i.icon.configure:before {
    content: "\f0ad";
}
i.icon.filter:before {
    content: "\f0b0";
}
i.icon.wizard:before {
    content: "\f0d0";
}
i.icon.undo:before {
    content: "\f0e2";
}
i.icon.exchange:before {
    content: "\f0ec";
}
i.icon.cloud.download:before {
    content: "\f0ed";
}
i.icon.cloud.upload:before {
    content: "\f0ee";
}
i.icon.reply:before {
    content: "\f112";
}
i.icon.reply.all:before {
    content: "\f122";
}
i.icon.erase:before {
    content: "\f12d";
}
i.icon.unlock.alternate:before {
    content: "\f13e";
}
i.icon.write.square:before {
    content: "\f14b";
}
i.icon.share.square:before {
    content: "\f14d";
}
i.icon.archive:before {
    content: "\f187";
}
i.icon.translate:before {
    content: "\f1ab";
}
i.icon.recycle:before {
    content: "\f1b8";
}
i.icon.send:before {
    content: "\f1d8";
}
i.icon.send.outline:before {
    content: "\f1d9";
}
i.icon.share.alternate:before {
    content: "\f1e0";
}
i.icon.share.alternate.square:before {
    content: "\f1e1";
}
i.icon.add.to.cart:before {
    content: "\f217";
}
i.icon.in.cart:before {
    content: "\f218";
}
i.icon.add.user:before {
    content: "\f234";
}
i.icon.remove.user:before {
    content: "\f235";
}
i.icon.object.group:before {
    content: "\f247";
}
i.icon.object.ungroup:before {
    content: "\f248";
}
i.icon.clone:before {
    content: "\f24d";
}
i.icon.talk:before {
    content: "\f27a";
}
i.icon.talk.outline:before {
    content: "\f27b";
}
i.icon.help.circle:before {
    content: "\f059";
}
i.icon.info.circle:before {
    content: "\f05a";
}
i.icon.warning.circle:before {
    content: "\f06a";
}
i.icon.warning.sign:before {
    content: "\f071";
}
i.icon.announcement:before {
    content: "\f0a1";
}
i.icon.help:before {
    content: "\f128";
}
i.icon.info:before {
    content: "\f129";
}
i.icon.warning:before {
    content: "\f12a";
}
i.icon.birthday:before {
    content: "\f1fd";
}
i.icon.help.circle.outline:before {
    content: "\f29c";
}
i.icon.user:before {
    content: "\f007";
}
i.icon.users:before {
    content: "\f0c0";
}
i.icon.doctor:before {
    content: "\f0f0";
}
i.icon.handicap:before {
    content: "\f193";
}
i.icon.student:before {
    content: "\f19d";
}
i.icon.child:before {
    content: "\f1ae";
}
i.icon.spy:before {
    content: "\f21b";
}
i.icon.user.circle:before {
    content: "\f2bd";
}
i.icon.user.circle.outline:before {
    content: "\f2be";
}
i.icon.user.outline:before {
    content: "\f2c0";
}
i.icon.female:before {
    content: "\f182";
}
i.icon.male:before {
    content: "\f183";
}
i.icon.woman:before {
    content: "\f221";
}
i.icon.man:before {
    content: "\f222";
}
i.icon.non.binary.transgender:before {
    content: "\f223";
}
i.icon.intergender:before {
    content: "\f224";
}
i.icon.transgender:before {
    content: "\f225";
}
i.icon.lesbian:before {
    content: "\f226";
}
i.icon.gay:before {
    content: "\f227";
}
i.icon.heterosexual:before {
    content: "\f228";
}
i.icon.other.gender:before {
    content: "\f229";
}
i.icon.other.gender.vertical:before {
    content: "\f22a";
}
i.icon.other.gender.horizontal:before {
    content: "\f22b";
}
i.icon.neuter:before {
    content: "\f22c";
}
i.icon.genderless:before {
    content: "\f22d";
}
i.icon.universal.access:before {
    content: "\f29a";
}
i.icon.wheelchair:before {
    content: "\f29b";
}
i.icon.blind:before {
    content: "\f29d";
}
i.icon.audio.description:before {
    content: "\f29e";
}
i.icon.volume.control.phone:before {
    content: "\f2a0";
}
i.icon.braille:before {
    content: "\f2a1";
}
i.icon.asl:before {
    content: "\f2a3";
}
i.icon.assistive.listening.systems:before {
    content: "\f2a2";
}
i.icon.deafness:before {
    content: "\f2a4";
}
i.icon.sign.language:before {
    content: "\f2a7";
}
i.icon.low.vision:before {
    content: "\f2a8";
}
i.icon.block.layout:before {
    content: "\f009";
}
i.icon.grid.layout:before {
    content: "\f00a";
}
i.icon.list.layout:before {
    content: "\f00b";
}
i.icon.zoom:before {
    content: "\f00e";
}
i.icon.zoom.out:before {
    content: "\f010";
}
i.icon.resize.vertical:before {
    content: "\f07d";
}
i.icon.resize.horizontal:before {
    content: "\f07e";
}
i.icon.maximize:before {
    content: "\f0b2";
}
i.icon.crop:before {
    content: "\f125";
}
i.icon.cocktail:before {
    content: "\f000";
}
i.icon.road:before {
    content: "\f018";
}
i.icon.flag:before {
    content: "\f024";
}
i.icon.book:before {
    content: "\f02d";
}
i.icon.gift:before {
    content: "\f06b";
}
i.icon.leaf:before {
    content: "\f06c";
}
i.icon.fire:before {
    content: "\f06d";
}
i.icon.plane:before {
    content: "\f072";
}
i.icon.magnet:before {
    content: "\f076";
}
i.icon.lemon:before {
    content: "\f094";
}
i.icon.world:before {
    content: "\f0ac";
}
i.icon.travel:before {
    content: "\f0b1";
}
i.icon.shipping:before {
    content: "\f0d1";
}
i.icon.money:before {
    content: "\f0d6";
}
i.icon.legal:before {
    content: "\f0e3";
}
i.icon.lightning:before {
    content: "\f0e7";
}
i.icon.umbrella:before {
    content: "\f0e9";
}
i.icon.treatment:before {
    content: "\f0f1";
}
i.icon.suitcase:before {
    content: "\f0f2";
}
i.icon.bar:before {
    content: "\f0fc";
}
i.icon.flag.outline:before {
    content: "\f11d";
}
i.icon.flag.checkered:before {
    content: "\f11e";
}
i.icon.puzzle:before {
    content: "\f12e";
}
i.icon.fire.extinguisher:before {
    content: "\f134";
}
i.icon.rocket:before {
    content: "\f135";
}
i.icon.anchor:before {
    content: "\f13d";
}
i.icon.bullseye:before {
    content: "\f140";
}
i.icon.sun:before {
    content: "\f185";
}
i.icon.moon:before {
    content: "\f186";
}
i.icon.fax:before {
    content: "\f1ac";
}
i.icon.life.ring:before {
    content: "\f1cd";
}
i.icon.bomb:before {
    content: "\f1e2";
}
i.icon.soccer:before {
    content: "\f1e3";
}
i.icon.calculator:before {
    content: "\f1ec";
}
i.icon.diamond:before {
    content: "\f219";
}
i.icon.sticky.note:before {
    content: "\f249";
}
i.icon.sticky.note.outline:before {
    content: "\f24a";
}
i.icon.law:before {
    content: "\f24e";
}
i.icon.hand.peace:before {
    content: "\f25b";
}
i.icon.hand.rock:before {
    content: "\f255";
}
i.icon.hand.paper:before {
    content: "\f256";
}
i.icon.hand.scissors:before {
    content: "\f257";
}
i.icon.hand.lizard:before {
    content: "\f258";
}
i.icon.hand.spock:before {
    content: "\f259";
}
i.icon.tv:before {
    content: "\f26c";
}
i.icon.thermometer.full:before {
    content: "\f2c7";
}
i.icon.thermometer.three.quarters:before {
    content: "\f2c8";
}
i.icon.thermometer.half:before {
    content: "\f2c9";
}
i.icon.thermometer.quarter:before {
    content: "\f2ca";
}
i.icon.thermometer.empty:before {
    content: "\f2cb";
}
i.icon.shower:before {
    content: "\f2cc";
}
i.icon.bathtub:before {
    content: "\f2cd";
}
i.icon.snowflake:before {
    content: "\f2dc";
}
i.icon.crosshairs:before {
    content: "\f05b";
}
i.icon.asterisk:before {
    content: "\f069";
}
i.icon.square.outline:before {
    content: "\f096";
}
i.icon.certificate:before {
    content: "\f0a3";
}
i.icon.square:before {
    content: "\f0c8";
}
i.icon.quote.left:before {
    content: "\f10d";
}
i.icon.quote.right:before {
    content: "\f10e";
}
i.icon.spinner:before {
    content: "\f110";
}
i.icon.circle:before {
    content: "\f111";
}
i.icon.ellipsis.horizontal:before {
    content: "\f141";
}
i.icon.ellipsis.vertical:before {
    content: "\f142";
}
i.icon.cube:before {
    content: "\f1b2";
}
i.icon.cubes:before {
    content: "\f1b3";
}
i.icon.circle.notched:before {
    content: "\f1ce";
}
i.icon.circle.thin:before {
    content: "\f1db";
}
i.icon.checkmark:before {
    content: "\f00c";
}
i.icon.remove:before {
    content: "\f00d";
}
i.icon.checkmark.box:before {
    content: "\f046";
}
i.icon.move:before {
    content: "\f047";
}
i.icon.add.circle:before {
    content: "\f055";
}
i.icon.minus.circle:before {
    content: "\f056";
}
i.icon.remove.circle:before {
    content: "\f057";
}
i.icon.check.circle:before {
    content: "\f058";
}
i.icon.remove.circle.outline:before {
    content: "\f05c";
}
i.icon.check.circle.outline:before {
    content: "\f05d";
}
i.icon.plus:before {
    content: "\f067";
}
i.icon.minus:before {
    content: "\f068";
}
i.icon.add.square:before {
    content: "\f0fe";
}
i.icon.radio:before {
    content: "\f10c";
}
i.icon.minus.square:before {
    content: "\f146";
}
i.icon.minus.square.outline:before {
    content: "\f147";
}
i.icon.check.square:before {
    content: "\f14a";
}
i.icon.selected.radio:before {
    content: "\f192";
}
i.icon.plus.square.outline:before {
    content: "\f196";
}
i.icon.toggle.off:before {
    content: "\f204";
}
i.icon.toggle.on:before {
    content: "\f205";
}
i.icon.film:before {
    content: "\f008";
}
i.icon.sound:before {
    content: "\f025";
}
i.icon.photo:before {
    content: "\f030";
}
i.icon.bar.chart:before {
    content: "\f080";
}
i.icon.camera.retro:before {
    content: "\f083";
}
i.icon.newspaper:before {
    content: "\f1ea";
}
i.icon.area.chart:before {
    content: "\f1fe";
}
i.icon.pie.chart:before {
    content: "\f200";
}
i.icon.line.chart:before {
    content: "\f201";
}
i.icon.arrow.circle.outline.down:before {
    content: "\f01a";
}
i.icon.arrow.circle.outline.up:before {
    content: "\f01b";
}
i.icon.chevron.left:before {
    content: "\f053";
}
i.icon.chevron.right:before {
    content: "\f054";
}
i.icon.arrow.left:before {
    content: "\f060";
}
i.icon.arrow.right:before {
    content: "\f061";
}
i.icon.arrow.up:before {
    content: "\f062";
}
i.icon.arrow.down:before {
    content: "\f063";
}
i.icon.chevron.up:before {
    content: "\f077";
}
i.icon.chevron.down:before {
    content: "\f078";
}
i.icon.pointing.right:before {
    content: "\f0a4";
}
i.icon.pointing.left:before {
    content: "\f0a5";
}
i.icon.pointing.up:before {
    content: "\f0a6";
}
i.icon.pointing.down:before {
    content: "\f0a7";
}
i.icon.arrow.circle.left:before {
    content: "\f0a8";
}
i.icon.arrow.circle.right:before {
    content: "\f0a9";
}
i.icon.arrow.circle.up:before {
    content: "\f0aa";
}
i.icon.arrow.circle.down:before {
    content: "\f0ab";
}
i.icon.caret.down:before {
    content: "\f0d7";
}
i.icon.caret.up:before {
    content: "\f0d8";
}
i.icon.caret.left:before {
    content: "\f0d9";
}
i.icon.caret.right:before {
    content: "\f0da";
}
i.icon.angle.double.left:before {
    content: "\f100";
}
i.icon.angle.double.right:before {
    content: "\f101";
}
i.icon.angle.double.up:before {
    content: "\f102";
}
i.icon.angle.double.down:before {
    content: "\f103";
}
i.icon.angle.left:before {
    content: "\f104";
}
i.icon.angle.right:before {
    content: "\f105";
}
i.icon.angle.up:before {
    content: "\f106";
}
i.icon.angle.down:before {
    content: "\f107";
}
i.icon.chevron.circle.left:before {
    content: "\f137";
}
i.icon.chevron.circle.right:before {
    content: "\f138";
}
i.icon.chevron.circle.up:before {
    content: "\f139";
}
i.icon.chevron.circle.down:before {
    content: "\f13a";
}
i.icon.toggle.down:before {
    content: "\f150";
}
i.icon.toggle.up:before {
    content: "\f151";
}
i.icon.toggle.right:before {
    content: "\f152";
}
i.icon.long.arrow.down:before {
    content: "\f175";
}
i.icon.long.arrow.up:before {
    content: "\f176";
}
i.icon.long.arrow.left:before {
    content: "\f177";
}
i.icon.long.arrow.right:before {
    content: "\f178";
}
i.icon.arrow.circle.outline.right:before {
    content: "\f18e";
}
i.icon.arrow.circle.outline.left:before {
    content: "\f190";
}
i.icon.toggle.left:before {
    content: "\f191";
}
i.icon.tablet:before {
    content: "\f10a";
}
i.icon.mobile:before {
    content: "\f10b";
}
i.icon.battery.full:before {
    content: "\f240";
}
i.icon.battery.high:before {
    content: "\f241";
}
i.icon.battery.medium:before {
    content: "\f242";
}
i.icon.battery.low:before {
    content: "\f243";
}
i.icon.battery.empty:before {
    content: "\f244";
}
i.icon.power:before {
    content: "\f011";
}
i.icon.trash.outline:before {
    content: "\f014";
}
i.icon.disk.outline:before {
    content: "\f0a0";
}
i.icon.desktop:before {
    content: "\f108";
}
i.icon.laptop:before {
    content: "\f109";
}
i.icon.game:before {
    content: "\f11b";
}
i.icon.keyboard:before {
    content: "\f11c";
}
i.icon.plug:before {
    content: "\f1e6";
}
i.icon.trash:before {
    content: "\f1f8";
}
i.icon.file.outline:before {
    content: "\f016";
}
i.icon.folder:before {
    content: "\f07b";
}
i.icon.folder.open:before {
    content: "\f07c";
}
i.icon.file.text.outline:before {
    content: "\f0f6";
}
i.icon.folder.outline:before {
    content: "\f114";
}
i.icon.folder.open.outline:before {
    content: "\f115";
}
i.icon.level.up:before {
    content: "\f148";
}
i.icon.level.down:before {
    content: "\f149";
}
i.icon.file:before {
    content: "\f15b";
}
i.icon.file.text:before {
    content: "\f15c";
}
i.icon.file.pdf.outline:before {
    content: "\f1c1";
}
i.icon.file.word.outline:before {
    content: "\f1c2";
}
i.icon.file.excel.outline:before {
    content: "\f1c3";
}
i.icon.file.powerpoint.outline:before {
    content: "\f1c4";
}
i.icon.file.image.outline:before {
    content: "\f1c5";
}
i.icon.file.archive.outline:before {
    content: "\f1c6";
}
i.icon.file.audio.outline:before {
    content: "\f1c7";
}
i.icon.file.video.outline:before {
    content: "\f1c8";
}
i.icon.file.code.outline:before {
    content: "\f1c9";
}
i.icon.qrcode:before {
    content: "\f029";
}
i.icon.barcode:before {
    content: "\f02a";
}
i.icon.rss:before {
    content: "\f09e";
}
i.icon.fork:before {
    content: "\f126";
}
i.icon.html5:before {
    content: "\f13b";
}
i.icon.css3:before {
    content: "\f13c";
}
i.icon.rss.square:before {
    content: "\f143";
}
i.icon.openid:before {
    content: "\f19b";
}
i.icon.database:before {
    content: "\f1c0";
}
i.icon.wifi:before {
    content: "\f1eb";
}
i.icon.server:before {
    content: "\f233";
}
i.icon.usb:before {
    content: "\f287";
}
i.icon.bluetooth:before {
    content: "\f293";
}
i.icon.bluetooth.alternative:before {
    content: "\f294";
}
i.icon.microchip:before {
    content: "\f2db";
}
i.icon.heart:before {
    content: "\f004";
}
i.icon.star:before {
    content: "\f005";
}
i.icon.empty.star:before {
    content: "\f006";
}
i.icon.thumbs.outline.up:before {
    content: "\f087";
}
i.icon.thumbs.outline.down:before {
    content: "\f088";
}
i.icon.star.half:before {
    content: "\f089";
}
i.icon.empty.heart:before {
    content: "\f08a";
}
i.icon.smile:before {
    content: "\f118";
}
i.icon.frown:before {
    content: "\f119";
}
i.icon.meh:before {
    content: "\f11a";
}
i.icon.star.half.empty:before {
    content: "\f123";
}
i.icon.thumbs.up:before {
    content: "\f164";
}
i.icon.thumbs.down:before {
    content: "\f165";
}
i.icon.music:before {
    content: "\f001";
}
i.icon.video.play.outline:before {
    content: "\f01d";
}
i.icon.volume.off:before {
    content: "\f026";
}
i.icon.volume.down:before {
    content: "\f027";
}
i.icon.volume.up:before {
    content: "\f028";
}
i.icon.record:before {
    content: "\f03d";
}
i.icon.step.backward:before {
    content: "\f048";
}
i.icon.fast.backward:before {
    content: "\f049";
}
i.icon.backward:before {
    content: "\f04a";
}
i.icon.play:before {
    content: "\f04b";
}
i.icon.pause:before {
    content: "\f04c";
}
i.icon.stop:before {
    content: "\f04d";
}
i.icon.forward:before {
    content: "\f04e";
}
i.icon.fast.forward:before {
    content: "\f050";
}
i.icon.step.forward:before {
    content: "\f051";
}
i.icon.eject:before {
    content: "\f052";
}
i.icon.unmute:before {
    content: "\f130";
}
i.icon.mute:before {
    content: "\f131";
}
i.icon.video.play:before {
    content: "\f144";
}
i.icon.closed.captioning:before {
    content: "\f20a";
}
i.icon.pause.circle:before {
    content: "\f28b";
}
i.icon.pause.circle.outline:before {
    content: "\f28c";
}
i.icon.stop.circle:before {
    content: "\f28d";
}
i.icon.stop.circle.outline:before {
    content: "\f28e";
}
i.icon.marker:before {
    content: "\f041";
}
i.icon.coffee:before {
    content: "\f0f4";
}
i.icon.food:before {
    content: "\f0f5";
}
i.icon.building.outline:before {
    content: "\f0f7";
}
i.icon.hospital:before {
    content: "\f0f8";
}
i.icon.emergency:before {
    content: "\f0f9";
}
i.icon.first.aid:before {
    content: "\f0fa";
}
i.icon.military:before {
    content: "\f0fb";
}
i.icon.h:before {
    content: "\f0fd";
}
i.icon.location.arrow:before {
    content: "\f124";
}
i.icon.compass:before {
    content: "\f14e";
}
i.icon.space.shuttle:before {
    content: "\f197";
}
i.icon.university:before {
    content: "\f19c";
}
i.icon.building:before {
    content: "\f1ad";
}
i.icon.paw:before {
    content: "\f1b0";
}
i.icon.spoon:before {
    content: "\f1b1";
}
i.icon.car:before {
    content: "\f1b9";
}
i.icon.taxi:before {
    content: "\f1ba";
}
i.icon.tree:before {
    content: "\f1bb";
}
i.icon.bicycle:before {
    content: "\f206";
}
i.icon.bus:before {
    content: "\f207";
}
i.icon.ship:before {
    content: "\f21a";
}
i.icon.motorcycle:before {
    content: "\f21c";
}
i.icon.street.view:before {
    content: "\f21d";
}
i.icon.hotel:before {
    content: "\f236";
}
i.icon.train:before {
    content: "\f238";
}
i.icon.subway:before {
    content: "\f239";
}
i.icon.map.pin:before {
    content: "\f276";
}
i.icon.map.signs:before {
    content: "\f277";
}
i.icon.map.outline:before {
    content: "\f278";
}
i.icon.map:before {
    content: "\f279";
}
i.icon.table:before {
    content: "\f0ce";
}
i.icon.columns:before {
    content: "\f0db";
}
i.icon.sort:before {
    content: "\f0dc";
}
i.icon.sort.descending:before {
    content: "\f0dd";
}
i.icon.sort.ascending:before {
    content: "\f0de";
}
i.icon.sort.alphabet.ascending:before {
    content: "\f15d";
}
i.icon.sort.alphabet.descending:before {
    content: "\f15e";
}
i.icon.sort.content.ascending:before {
    content: "\f160";
}
i.icon.sort.content.descending:before {
    content: "\f161";
}
i.icon.sort.numeric.ascending:before {
    content: "\f162";
}
i.icon.sort.numeric.descending:before {
    content: "\f163";
}
i.icon.font:before {
    content: "\f031";
}
i.icon.bold:before {
    content: "\f032";
}
i.icon.italic:before {
    content: "\f033";
}
i.icon.text.height:before {
    content: "\f034";
}
i.icon.text.width:before {
    content: "\f035";
}
i.icon.align.left:before {
    content: "\f036";
}
i.icon.align.center:before {
    content: "\f037";
}
i.icon.align.right:before {
    content: "\f038";
}
i.icon.align.justify:before {
    content: "\f039";
}
i.icon.list:before {
    content: "\f03a";
}
i.icon.outdent:before {
    content: "\f03b";
}
i.icon.indent:before {
    content: "\f03c";
}
i.icon.linkify:before {
    content: "\f0c1";
}
i.icon.cut:before {
    content: "\f0c4";
}
i.icon.copy:before {
    content: "\f0c5";
}
i.icon.attach:before {
    content: "\f0c6";
}
i.icon.save:before {
    content: "\f0c7";
}
i.icon.content:before {
    content: "\f0c9";
}
i.icon.unordered.list:before {
    content: "\f0ca";
}
i.icon.ordered.list:before {
    content: "\f0cb";
}
i.icon.strikethrough:before {
    content: "\f0cc";
}
i.icon.underline:before {
    content: "\f0cd";
}
i.icon.paste:before {
    content: "\f0ea";
}
i.icon.unlinkify:before {
    content: "\f127";
}
i.icon.superscript:before {
    content: "\f12b";
}
i.icon.subscript:before {
    content: "\f12c";
}
i.icon.header:before {
    content: "\f1dc";
}
i.icon.paragraph:before {
    content: "\f1dd";
}
i.icon.text.cursor:before {
    content: "\f246";
}
i.icon.euro:before {
    content: "\f153";
}
i.icon.pound:before {
    content: "\f154";
}
i.icon.dollar:before {
    content: "\f155";
}
i.icon.rupee:before {
    content: "\f156";
}
i.icon.yen:before {
    content: "\f157";
}
i.icon.ruble:before {
    content: "\f158";
}
i.icon.won:before {
    content: "\f159";
}
i.icon.bitcoin:before {
    content: "\f15a";
}
i.icon.lira:before {
    content: "\f195";
}
i.icon.shekel:before {
    content: "\f20b";
}
i.icon.paypal:before {
    content: "\f1ed";
}
i.icon.google.wallet:before {
    content: "\f1ee";
}
i.icon.visa:before {
    content: "\f1f0";
}
i.icon.mastercard:before {
    content: "\f1f1";
}
i.icon.discover:before {
    content: "\f1f2";
}
i.icon.american.express:before {
    content: "\f1f3";
}
i.icon.paypal.card:before {
    content: "\f1f4";
}
i.icon.stripe:before {
    content: "\f1f5";
}
i.icon.japan.credit.bureau:before {
    content: "\f24b";
}
i.icon.diners.club:before {
    content: "\f24c";
}
i.icon.credit.card.alternative:before {
    content: "\f283";
}
i.icon.twitter.square:before {
    content: "\f081";
}
i.icon.facebook.square:before {
    content: "\f082";
}
i.icon.linkedin.square:before {
    content: "\f08c";
}
i.icon.github.square:before {
    content: "\f092";
}
i.icon.twitter:before {
    content: "\f099";
}
i.icon.facebook.f:before {
    content: "\f09a";
}
i.icon.github:before {
    content: "\f09b";
}
i.icon.pinterest:before {
    content: "\f0d2";
}
i.icon.pinterest.square:before {
    content: "\f0d3";
}
i.icon.google.plus.square:before {
    content: "\f0d4";
}
i.icon.google.plus:before {
    content: "\f0d5";
}
i.icon.linkedin:before {
    content: "\f0e1";
}
i.icon.github.alternate:before {
    content: "\f113";
}
i.icon.maxcdn:before {
    content: "\f136";
}
i.icon.youtube.square:before {
    content: "\f166";
}
i.icon.youtube:before {
    content: "\f167";
}
i.icon.xing:before {
    content: "\f168";
}
i.icon.xing.square:before {
    content: "\f169";
}
i.icon.youtube.play:before {
    content: "\f16a";
}
i.icon.dropbox:before {
    content: "\f16b";
}
i.icon.stack.overflow:before {
    content: "\f16c";
}
i.icon.instagram:before {
    content: "\f16d";
}
i.icon.flickr:before {
    content: "\f16e";
}
i.icon.adn:before {
    content: "\f170";
}
i.icon.bitbucket:before {
    content: "\f171";
}
i.icon.bitbucket.square:before {
    content: "\f172";
}
i.icon.tumblr:before {
    content: "\f173";
}
i.icon.tumblr.square:before {
    content: "\f174";
}
i.icon.apple:before {
    content: "\f179";
}
i.icon.windows:before {
    content: "\f17a";
}
i.icon.android:before {
    content: "\f17b";
}
i.icon.linux:before {
    content: "\f17c";
}
i.icon.dribble:before {
    content: "\f17d";
}
i.icon.skype:before {
    content: "\f17e";
}
i.icon.foursquare:before {
    content: "\f180";
}
i.icon.trello:before {
    content: "\f181";
}
i.icon.gittip:before {
    content: "\f184";
}
i.icon.vk:before {
    content: "\f189";
}
i.icon.weibo:before {
    content: "\f18a";
}
i.icon.renren:before {
    content: "\f18b";
}
i.icon.pagelines:before {
    content: "\f18c";
}
i.icon.stack.exchange:before {
    content: "\f18d";
}
i.icon.vimeo.square:before {
    content: "\f194";
}
i.icon.slack:before {
    content: "\f198";
}
i.icon.wordpress:before {
    content: "\f19a";
}
i.icon.yahoo:before {
    content: "\f19e";
}
i.icon.google:before {
    content: "\f1a0";
}
i.icon.reddit:before {
    content: "\f1a1";
}
i.icon.reddit.square:before {
    content: "\f1a2";
}
i.icon.stumbleupon.circle:before {
    content: "\f1a3";
}
i.icon.stumbleupon:before {
    content: "\f1a4";
}
i.icon.delicious:before {
    content: "\f1a5";
}
i.icon.digg:before {
    content: "\f1a6";
}
i.icon.pied.piper:before {
    content: "\f1a7";
}
i.icon.pied.piper.alternate:before {
    content: "\f1a8";
}
i.icon.drupal:before {
    content: "\f1a9";
}
i.icon.joomla:before {
    content: "\f1aa";
}
i.icon.behance:before {
    content: "\f1b4";
}
i.icon.behance.square:before {
    content: "\f1b5";
}
i.icon.steam:before {
    content: "\f1b6";
}
i.icon.steam.square:before {
    content: "\f1b7";
}
i.icon.spotify:before {
    content: "\f1bc";
}
i.icon.deviantart:before {
    content: "\f1bd";
}
i.icon.soundcloud:before {
    content: "\f1be";
}
i.icon.vine:before {
    content: "\f1ca";
}
i.icon.codepen:before {
    content: "\f1cb";
}
i.icon.jsfiddle:before {
    content: "\f1cc";
}
i.icon.rebel:before {
    content: "\f1d0";
}
i.icon.empire:before {
    content: "\f1d1";
}
i.icon.git.square:before {
    content: "\f1d2";
}
i.icon.git:before {
    content: "\f1d3";
}
i.icon.hacker.news:before {
    content: "\f1d4";
}
i.icon.tencent.weibo:before {
    content: "\f1d5";
}
i.icon.qq:before {
    content: "\f1d6";
}
i.icon.wechat:before {
    content: "\f1d7";
}
i.icon.slideshare:before {
    content: "\f1e7";
}
i.icon.twitch:before {
    content: "\f1e8";
}
i.icon.yelp:before {
    content: "\f1e9";
}
i.icon.lastfm:before {
    content: "\f202";
}
i.icon.lastfm.square:before {
    content: "\f203";
}
i.icon.ioxhost:before {
    content: "\f208";
}
i.icon.angellist:before {
    content: "\f209";
}
i.icon.meanpath:before {
    content: "\f20c";
}
i.icon.buysellads:before {
    content: "\f20d";
}
i.icon.connectdevelop:before {
    content: "\f20e";
}
i.icon.dashcube:before {
    content: "\f210";
}
i.icon.forumbee:before {
    content: "\f211";
}
i.icon.leanpub:before {
    content: "\f212";
}
i.icon.sellsy:before {
    content: "\f213";
}
i.icon.shirtsinbulk:before {
    content: "\f214";
}
i.icon.simplybuilt:before {
    content: "\f215";
}
i.icon.skyatlas:before {
    content: "\f216";
}
i.icon.facebook:before {
    content: "\f230";
}
i.icon.pinterest:before {
    content: "\f231";
}
i.icon.whatsapp:before {
    content: "\f232";
}
i.icon.viacoin:before {
    content: "\f237";
}
i.icon.medium:before {
    content: "\f23a";
}
i.icon.y.combinator:before {
    content: "\f23b";
}
i.icon.optinmonster:before {
    content: "\f23c";
}
i.icon.opencart:before {
    content: "\f23d";
}
i.icon.expeditedssl:before {
    content: "\f23e";
}
i.icon.gg:before {
    content: "\f260";
}
i.icon.gg.circle:before {
    content: "\f261";
}
i.icon.tripadvisor:before {
    content: "\f262";
}
i.icon.odnoklassniki:before {
    content: "\f263";
}
i.icon.odnoklassniki.square:before {
    content: "\f264";
}
i.icon.pocket:before {
    content: "\f265";
}
i.icon.wikipedia:before {
    content: "\f266";
}
i.icon.safari:before {
    content: "\f267";
}
i.icon.chrome:before {
    content: "\f268";
}
i.icon.firefox:before {
    content: "\f269";
}
i.icon.opera:before {
    content: "\f26a";
}
i.icon.internet.explorer:before {
    content: "\f26b";
}
i.icon.contao:before {
    content: "\f26d";
}
i.icon.\35 00px:before {
    content: "\f26e";
}
i.icon.amazon:before {
    content: "\f270";
}
i.icon.houzz:before {
    content: "\f27c";
}
i.icon.vimeo:before {
    content: "\f27d";
}
i.icon.black.tie:before {
    content: "\f27e";
}
i.icon.fonticons:before {
    content: "\f280";
}
i.icon.reddit.alien:before {
    content: "\f281";
}
i.icon.microsoft.edge:before {
    content: "\f282";
}
i.icon.codiepie:before {
    content: "\f284";
}
i.icon.modx:before {
    content: "\f285";
}
i.icon.fort.awesome:before {
    content: "\f286";
}
i.icon.product.hunt:before {
    content: "\f288";
}
i.icon.mixcloud:before {
    content: "\f289";
}
i.icon.scribd:before {
    content: "\f28a";
}
i.icon.gitlab:before {
    content: "\f296";
}
i.icon.wpbeginner:before {
    content: "\f297";
}
i.icon.wpforms:before {
    content: "\f298";
}
i.icon.envira.gallery:before {
    content: "\f299";
}
i.icon.glide:before {
    content: "\f2a5";
}
i.icon.glide.g:before {
    content: "\f2a6";
}
i.icon.viadeo:before {
    content: "\f2a9";
}
i.icon.viadeo.square:before {
    content: "\f2aa";
}
i.icon.snapchat:before {
    content: "\f2ab";
}
i.icon.snapchat.ghost:before {
    content: "\f2ac";
}
i.icon.snapchat.square:before {
    content: "\f2ad";
}
i.icon.pied.piper.hat:before {
    content: "\f2ae";
}
i.icon.first.order:before {
    content: "\f2b0";
}
i.icon.yoast:before {
    content: "\f2b1";
}
i.icon.themeisle:before {
    content: "\f2b2";
}
i.icon.google.plus.circle:before {
    content: "\f2b3";
}
i.icon.font.awesome:before {
    content: "\f2b4";
}
i.icon.linode:before {
    content: "\f2b8";
}
i.icon.quora:before {
    content: "\f2c4";
}
i.icon.free.code.camp:before {
    content: "\f2c5";
}
i.icon.telegram:before {
    content: "\f2c6";
}
i.icon.bandcamp:before {
    content: "\f2d5";
}
i.icon.grav:before {
    content: "\f2d6";
}
i.icon.etsy:before {
    content: "\f2d7";
}
i.icon.imdb:before {
    content: "\f2d8";
}
i.icon.ravelry:before {
    content: "\f2d9";
}
i.icon.eercast:before {
    content: "\f2da";
}
i.icon.superpowers:before {
    content: "\f2dd";
}
i.icon.wpexplorer:before {
    content: "\f2de";
}
i.icon.meetup:before {
    content: "\f2e0";
}
i.icon.like:before {
    content: "\f004";
}
i.icon.favorite:before {
    content: "\f005";
}
i.icon.video:before {
    content: "\f008";
}
i.icon.check:before {
    content: "\f00c";
}
i.icon.close:before {
    content: "\f00d";
}
i.icon.cancel:before {
    content: "\f00d";
}
i.icon.delete:before {
    content: "\f00d";
}
i.icon.x:before {
    content: "\f00d";
}
i.icon.zoom.in:before {
    content: "\f00e";
}
i.icon.magnify:before {
    content: "\f00e";
}
i.icon.shutdown:before {
    content: "\f011";
}
i.icon.clock:before {
    content: "\f017";
}
i.icon.time:before {
    content: "\f017";
}
i.icon.play.circle.outline:before {
    content: "\f01d";
}
i.icon.headphone:before {
    content: "\f025";
}
i.icon.camera:before {
    content: "\f030";
}
i.icon.video.camera:before {
    content: "\f03d";
}
i.icon.picture:before {
    content: "\f03e";
}
i.icon.pencil:before {
    content: "\f040";
}
i.icon.compose:before {
    content: "\f040";
}
i.icon.point:before {
    content: "\f041";
}
i.icon.tint:before {
    content: "\f043";
}
i.icon.signup:before {
    content: "\f044";
}
i.icon.plus.circle:before {
    content: "\f055";
}
i.icon.question.circle:before {
    content: "\f059";
}
i.icon.dont:before {
    content: "\f05e";
}
i.icon.minimize:before {
    content: "\f066";
}
i.icon.add:before {
    content: "\f067";
}
i.icon.exclamation.circle:before {
    content: "\f06a";
}
i.icon.attention:before {
    content: "\f06a";
}
i.icon.eye:before {
    content: "\f06e";
}
i.icon.exclamation.triangle:before {
    content: "\f071";
}
i.icon.shuffle:before {
    content: "\f074";
}
i.icon.chat:before {
    content: "\f075";
}
i.icon.cart:before {
    content: "\f07a";
}
i.icon.shopping.cart:before {
    content: "\f07a";
}
i.icon.bar.graph:before {
    content: "\f080";
}
i.icon.key:before {
    content: "\f084";
}
i.icon.cogs:before {
    content: "\f085";
}
i.icon.discussions:before {
    content: "\f086";
}
i.icon.like.outline:before {
    content: "\f087";
}
i.icon.dislike.outline:before {
    content: "\f088";
}
i.icon.heart.outline:before {
    content: "\f08a";
}
i.icon.log.out:before {
    content: "\f08b";
}
i.icon.thumb.tack:before {
    content: "\f08d";
}
i.icon.winner:before {
    content: "\f091";
}
i.icon.phone:before {
    content: "\f095";
}
i.icon.bookmark.outline:before {
    content: "\f097";
}
i.icon.phone.square:before {
    content: "\f098";
}
i.icon.credit.card:before {
    content: "\f09d";
}
i.icon.hdd.outline:before {
    content: "\f0a0";
}
i.icon.bullhorn:before {
    content: "\f0a1";
}
i.icon.bell.outline:before {
    content: "\f0a2";
}
i.icon.hand.outline.right:before {
    content: "\f0a4";
}
i.icon.hand.outline.left:before {
    content: "\f0a5";
}
i.icon.hand.outline.up:before {
    content: "\f0a6";
}
i.icon.hand.outline.down:before {
    content: "\f0a7";
}
i.icon.globe:before {
    content: "\f0ac";
}
i.icon.wrench:before {
    content: "\f0ad";
}
i.icon.briefcase:before {
    content: "\f0b1";
}
i.icon.group:before {
    content: "\f0c0";
}
i.icon.linkify:before {
    content: "\f0c1";
}
i.icon.chain:before {
    content: "\f0c1";
}
i.icon.flask:before {
    content: "\f0c3";
}
i.icon.sidebar:before {
    content: "\f0c9";
}
i.icon.bars:before {
    content: "\f0c9";
}
i.icon.list.ul:before {
    content: "\f0ca";
}
i.icon.list.ol:before {
    content: "\f0cb";
}
i.icon.numbered.list:before {
    content: "\f0cb";
}
i.icon.magic:before {
    content: "\f0d0";
}
i.icon.truck:before {
    content: "\f0d1";
}
i.icon.currency:before {
    content: "\f0d6";
}
i.icon.triangle.down:before {
    content: "\f0d7";
}
i.icon.dropdown:before {
    content: "\f0d7";
}
i.icon.triangle.up:before {
    content: "\f0d8";
}
i.icon.triangle.left:before {
    content: "\f0d9";
}
i.icon.triangle.right:before {
    content: "\f0da";
}
i.icon.envelope:before {
    content: "\f0e0";
}
i.icon.conversation:before {
    content: "\f0e6";
}
i.icon.rain:before {
    content: "\f0e9";
}
i.icon.clipboard:before {
    content: "\f0ea";
}
i.icon.lightbulb:before {
    content: "\f0eb";
}
i.icon.bell:before {
    content: "\f0f3";
}
i.icon.ambulance:before {
    content: "\f0f9";
}
i.icon.medkit:before {
    content: "\f0fa";
}
i.icon.fighter.jet:before {
    content: "\f0fb";
}
i.icon.beer:before {
    content: "\f0fc";
}
i.icon.plus.square:before {
    content: "\f0fe";
}
i.icon.computer:before {
    content: "\f108";
}
i.icon.circle.outline:before {
    content: "\f10c";
}
i.icon.gamepad:before {
    content: "\f11b";
}
i.icon.star.half.full:before {
    content: "\f123";
}
i.icon.broken.chain:before {
    content: "\f127";
}
i.icon.question:before {
    content: "\f128";
}
i.icon.exclamation:before {
    content: "\f12a";
}
i.icon.eraser:before {
    content: "\f12d";
}
i.icon.microphone:before {
    content: "\f130";
}
i.icon.microphone.slash:before {
    content: "\f131";
}
i.icon.shield:before {
    content: "\f132";
}
i.icon.target:before {
    content: "\f140";
}
i.icon.play.circle:before {
    content: "\f144";
}
i.icon.pencil.square:before {
    content: "\f14b";
}
i.icon.eur:before {
    content: "\f153";
}
i.icon.gbp:before {
    content: "\f154";
}
i.icon.usd:before {
    content: "\f155";
}
i.icon.inr:before {
    content: "\f156";
}
i.icon.cny:before {
    content: "\f157";
}
i.icon.rmb:before {
    content: "\f157";
}
i.icon.jpy:before {
    content: "\f157";
}
i.icon.rouble:before {
    content: "\f158";
}
i.icon.rub:before {
    content: "\f158";
}
i.icon.krw:before {
    content: "\f159";
}
i.icon.btc:before {
    content: "\f15a";
}
i.icon.gratipay:before {
    content: "\f184";
}
i.icon.zip:before {
    content: "\f187";
}
i.icon.dot.circle.outline:before {
    content: "\f192";
}
i.icon.try:before {
    content: "\f195";
}
i.icon.graduation:before {
    content: "\f19d";
}
i.icon.circle.outline:before {
    content: "\f1db";
}
i.icon.sliders:before {
    content: "\f1de";
}
i.icon.weixin:before {
    content: "\f1d7";
}
i.icon.tty:before {
    content: "\f1e4";
}
i.icon.teletype:before {
    content: "\f1e4";
}
i.icon.binoculars:before {
    content: "\f1e5";
}
i.icon.power.cord:before {
    content: "\f1e6";
}
i.icon.wi-fi:before {
    content: "\f1eb";
}
i.icon.visa.card:before {
    content: "\f1f0";
}
i.icon.mastercard.card:before {
    content: "\f1f1";
}
i.icon.discover.card:before {
    content: "\f1f2";
}
i.icon.amex:before {
    content: "\f1f3";
}
i.icon.american.express.card:before {
    content: "\f1f3";
}
i.icon.stripe.card:before {
    content: "\f1f5";
}
i.icon.bell.slash:before {
    content: "\f1f6";
}
i.icon.bell.slash.outline:before {
    content: "\f1f7";
}
i.icon.area.graph:before {
    content: "\f1fe";
}
i.icon.pie.graph:before {
    content: "\f200";
}
i.icon.line.graph:before {
    content: "\f201";
}
i.icon.cc:before {
    content: "\f20a";
}
i.icon.sheqel:before {
    content: "\f20b";
}
i.icon.ils:before {
    content: "\f20b";
}
i.icon.plus.cart:before {
    content: "\f217";
}
i.icon.arrow.down.cart:before {
    content: "\f218";
}
i.icon.detective:before {
    content: "\f21b";
}
i.icon.venus:before {
    content: "\f221";
}
i.icon.mars:before {
    content: "\f222";
}
i.icon.mercury:before {
    content: "\f223";
}
i.icon.intersex:before {
    content: "\f224";
}
i.icon.venus.double:before {
    content: "\f226";
}
i.icon.female.homosexual:before {
    content: "\f226";
}
i.icon.mars.double:before {
    content: "\f227";
}
i.icon.male.homosexual:before {
    content: "\f227";
}
i.icon.venus.mars:before {
    content: "\f228";
}
i.icon.mars.stroke:before {
    content: "\f229";
}
i.icon.mars.alternate:before {
    content: "\f229";
}
i.icon.mars.vertical:before {
    content: "\f22a";
}
i.icon.mars.stroke.vertical:before {
    content: "\f22a";
}
i.icon.mars.horizontal:before {
    content: "\f22b";
}
i.icon.mars.stroke.horizontal:before {
    content: "\f22b";
}
i.icon.asexual:before {
    content: "\f22d";
}
i.icon.facebook.official:before {
    content: "\f230";
}
i.icon.user.plus:before {
    content: "\f234";
}
i.icon.user.times:before {
    content: "\f235";
}
i.icon.user.close:before {
    content: "\f235";
}
i.icon.user.cancel:before {
    content: "\f235";
}
i.icon.user.delete:before {
    content: "\f235";
}
i.icon.user.x:before {
    content: "\f235";
}
i.icon.bed:before {
    content: "\f236";
}
i.icon.yc:before {
    content: "\f23b";
}
i.icon.ycombinator:before {
    content: "\f23b";
}
i.icon.battery.four:before {
    content: "\f240";
}
i.icon.battery.three:before {
    content: "\f241";
}
i.icon.battery.three.quarters:before {
    content: "\f241";
}
i.icon.battery.two:before {
    content: "\f242";
}
i.icon.battery.half:before {
    content: "\f242";
}
i.icon.battery.one:before {
    content: "\f243";
}
i.icon.battery.quarter:before {
    content: "\f243";
}
i.icon.battery.zero:before {
    content: "\f244";
}
i.icon.i.cursor:before {
    content: "\f246";
}
i.icon.jcb:before {
    content: "\f24b";
}
i.icon.japan.credit.bureau.card:before {
    content: "\f24b";
}
i.icon.diners.club.card:before {
    content: "\f24c";
}
i.icon.balance:before {
    content: "\f24e";
}
i.icon.hourglass.outline:before {
    content: "\f250";
}
i.icon.hourglass.zero:before {
    content: "\f250";
}
i.icon.hourglass.one:before {
    content: "\f251";
}
i.icon.hourglass.two:before {
    content: "\f252";
}
i.icon.hourglass.three:before {
    content: "\f253";
}
i.icon.hourglass.four:before {
    content: "\f254";
}
i.icon.grab:before {
    content: "\f255";
}
i.icon.hand.victory:before {
    content: "\f25b";
}
i.icon.tm:before {
    content: "\f25c";
}
i.icon.r.circle:before {
    content: "\f25d";
}
i.icon.television:before {
    content: "\f26c";
}
i.icon.five.hundred.pixels:before {
    content: "\f26e";
}
i.icon.calendar.plus:before {
    content: "\f271";
}
i.icon.calendar.minus:before {
    content: "\f272";
}
i.icon.calendar.times:before {
    content: "\f273";
}
i.icon.calendar.check:before {
    content: "\f274";
}
i.icon.factory:before {
    content: "\f275";
}
i.icon.commenting:before {
    content: "\f27a";
}
i.icon.commenting.outline:before {
    content: "\f27b";
}
i.icon.edge:before {
    content: "\f282";
}
i.icon.ms.edge:before {
    content: "\f282";
}
i.icon.wordpress.beginner:before {
    content: "\f297";
}
i.icon.wordpress.forms:before {
    content: "\f298";
}
i.icon.envira:before {
    content: "\f299";
}
i.icon.question.circle.outline:before {
    content: "\f29c";
}
i.icon.assistive.listening.devices:before {
    content: "\f2a2";
}
i.icon.als:before {
    content: "\f2a2";
}
i.icon.ald:before {
    content: "\f2a2";
}
i.icon.asl.interpreting:before {
    content: "\f2a3";
}
i.icon.deaf:before {
    content: "\f2a4";
}
i.icon.american.sign.language.interpreting:before {
    content: "\f2a3";
}
i.icon.hard.of.hearing:before {
    content: "\f2a4";
}
i.icon.signing:before {
    content: "\f2a7";
}
i.icon.new.pied.piper:before {
    content: "\f2ae";
}
i.icon.theme.isle:before {
    content: "\f2b2";
}
i.icon.google.plus.official:before {
    content: "\f2b3";
}
i.icon.fa:before {
    content: "\f2b4";
}
i.icon.vcard:before {
    content: "\f2bb";
}
i.icon.vcard.outline:before {
    content: "\f2bc";
}
i.icon.drivers.license:before {
    content: "\f2c2";
}
i.icon.drivers.license.outline:before {
    content: "\f2c3";
}
i.icon.thermometer:before {
    content: "\f2c7";
}
i.icon.s15:before {
    content: "\f2cd";
}
i.icon.bath:before {
    content: "\f2cd";
}
i.icon.times.rectangle:before {
    content: "\f2d3";
}
i.icon.times.rectangle.outline:before {
    content: "\f2d4";
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated.hinge {
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: 0.75s;
}
@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    animation-name: flash;
}
@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    animation-name: pulse;
}
@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    animation-name: rubberBand;
}
@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    animation-name: shake;
}
@keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}
.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}
@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    transform-origin: top center;
    animation-name: swing;
}
@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    animation-name: tada;
}
@keyframes wobble {
    from {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        transform: none;
    }
}
.wobble {
    animation-name: wobble;
}
@keyframes jello {
    11.1%,
    from,
    to {
        transform: none;
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.jello {
    animation-name: jello;
    transform-origin: center;
}
@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    animation-name: bounceIn;
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}
.bounceInDown {
    animation-name: bounceInDown;
}
@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}
.bounceInLeft {
    animation-name: bounceInLeft;
}
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}
.bounceInRight {
    animation-name: bounceInRight;
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    animation-name: bounceInUp;
}
@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    animation-name: bounceOut;
}
@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    animation-name: bounceOutUp;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownBig {
    animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightBig {
    animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpBig {
    animation-name: fadeInUpBig;
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}
@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}
@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}
@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}
@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}
@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}
@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    animation-name: rotateInUpRight;
}
@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}
@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    animation-name: hinge;
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }
    50% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.jackInTheBox {
    animation-name: jackInTheBox;
}
@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.rollIn {
    animation-name: rollIn;
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    animation-name: rollOut;
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    animation-name: zoomIn;
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    animation-name: zoomInDown;
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    animation-name: zoomInLeft;
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    animation-name: zoomInRight;
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    animation-name: zoomInUp;
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    animation-name: zoomOut;
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}
.zoomOutLeft {
    animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}
.zoomOutRight {
    animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    animation-name: zoomOutUp;
}
@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    animation-name: slideInDown;
}
@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    animation-name: slideInLeft;
}
@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    animation-name: slideInRight;
}
@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    animation-name: slideInUp;
}
@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    animation-name: slideOutDown;
}
@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    animation-name: slideOutLeft;
}
@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    animation-name: slideOutRight;
}
@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    animation-name: slideOutUp;
} /*!
 * # Semantic UI 0.0.8 - Calendar
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.ui.calendar .ui.popup {
    max-width: none;
    padding: 0;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ui.calendar .calendar:focus {
    outline: 0;
}
.ui.calendar .ui.popup .ui.grid {
    display: block;
    white-space: nowrap;
}
.ui.calendar .ui.popup .ui.grid > .column {
    width: auto;
}
.ui.calendar .ui.table.minute,
.ui.calendar .ui.table.month,
.ui.calendar .ui.table.year {
    min-width: 15em;
}
.ui.calendar .ui.table.day {
    min-width: 18em;
}
.ui.calendar .ui.table.hour {
    min-width: 20em;
}
.ui.calendar .ui.table tr td,
.ui.calendar .ui.table tr th {
    padding: 0.5em;
    white-space: nowrap;
}
.ui.calendar .ui.table tr th {
    border-left: none;
}
.ui.calendar .ui.table tr th .icon {
    margin: 0;
}
.ui.calendar .ui.table tr:first-child th {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.ui.calendar .ui.table.day tr:first-child th {
    border: none;
}
.ui.calendar .ui.table.day tr:nth-child(2) th {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
}
.ui.calendar .ui.table tr td {
    padding-left: 0.1em;
    padding-right: 0.1em;
}
.ui.calendar .ui.table tr .link {
    cursor: pointer;
}
.ui.calendar .ui.table tr .prev.link {
    width: 14.28571429%;
    position: absolute;
    left: 0;
}
.ui.calendar .ui.table tr .next.link {
    width: 14.28571429%;
    position: absolute;
    right: 0;
}
.ui.calendar .ui.table tr .disabled {
    pointer-events: none;
    color: rgba(40, 40, 40, 0.3);
}
.ui.calendar .ui.table tr td.today {
    font-weight: 700;
}
.ui.calendar .ui.table tr td.range {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
    box-shadow: none;
}
.ui.calendar .ui.table.inverted tr td.range {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-shadow: none;
}
.ui.calendar .calendar.active .ui.table tbody tr td.focus,
.ui.calendar .calendar.active .ui.table.inverted tbody tr td.focus,
.ui.calendar .calendar:focus .ui.table tbody tr td.focus,
.ui.calendar .calendar:focus .ui.table.inverted tbody tr td.focus {
    box-shadow: inset 0 0 0 1px #85b7d9;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
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;
}
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 {
    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;
    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;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase,
.initialism {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary{
     color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
.text-white {
    color: #fff;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
}
.bg-primary {
    background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.428571429;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.3333333333%;
}
.col-xs-2 {
    width: 16.6666666667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.3333333333%;
}
.col-xs-5 {
    width: 41.6666666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.3333333333%;
}
.col-xs-8 {
    width: 66.6666666667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.3333333333%;
}
.col-xs-11 {
    width: 91.6666666667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.3333333333%;
}
.col-xs-pull-2 {
    right: 16.6666666667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.3333333333%;
}
.col-xs-pull-5 {
    right: 41.6666666667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.3333333333%;
}
.col-xs-pull-8 {
    right: 66.6666666667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.3333333333%;
}
.col-xs-pull-11 {
    right: 91.6666666667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.3333333333%;
}
.col-xs-push-2 {
    left: 16.6666666667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.3333333333%;
}
.col-xs-push-5 {
    left: 41.6666666667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.3333333333%;
}
.col-xs-push-8 {
    left: 66.6666666667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.3333333333%;
}
.col-xs-push-11 {
    left: 91.6666666667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.3333333333%;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333333333%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333333333%;
    }
    .col-sm-11 {
        width: 91.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.3333333333%;
    }
    .col-sm-pull-2 {
        right: 16.6666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.3333333333%;
    }
    .col-sm-pull-5 {
        right: 41.6666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.3333333333%;
    }
    .col-sm-pull-8 {
        right: 66.6666666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.3333333333%;
    }
    .col-sm-pull-11 {
        right: 91.6666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.3333333333%;
    }
    .col-sm-push-2 {
        left: 16.6666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.3333333333%;
    }
    .col-sm-push-5 {
        left: 41.6666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.3333333333%;
    }
    .col-sm-push-8 {
        left: 66.6666666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.3333333333%;
    }
    .col-sm-push-11 {
        left: 91.6666666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.3333333333%;
    }
    .col-md-2 {
        width: 16.6666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333333333%;
    }
    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333333333%;
    }
    .col-md-8 {
        width: 66.6666666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333333333%;
    }
    .col-md-11 {
        width: 91.6666666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.3333333333%;
    }
    .col-md-pull-2 {
        right: 16.6666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.3333333333%;
    }
    .col-md-pull-5 {
        right: 41.6666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.3333333333%;
    }
    .col-md-pull-8 {
        right: 66.6666666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.3333333333%;
    }
    .col-md-pull-11 {
        right: 91.6666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.3333333333%;
    }
    .col-md-push-2 {
        left: 16.6666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.3333333333%;
    }
    .col-md-push-5 {
        left: 41.6666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.3333333333%;
    }
    .col-md-push-8 {
        left: 66.6666666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.3333333333%;
    }
    .col-md-push-11 {
        left: 91.6666666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.3333333333%;
    }
    .col-lg-2 {
        width: 16.6666666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333333333%;
    }
    .col-lg-5 {
        width: 41.6666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333333333%;
    }
    .col-lg-8 {
        width: 66.6666666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333333333%;
    }
    .col-lg-11 {
        width: 91.6666666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.3333333333%;
    }
    .col-lg-pull-2 {
        right: 16.6666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.3333333333%;
    }
    .col-lg-pull-5 {
        right: 41.6666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.3333333333%;
    }
    .col-lg-pull-8 {
        right: 66.6666666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.3333333333%;
    }
    .col-lg-pull-11 {
        right: 91.6666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.3333333333%;
    }
    .col-lg-push-2 {
        left: 16.6666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.3333333333%;
    }
    .col-lg-push-5 {
        left: 41.6666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.3333333333%;
    }
    .col-lg-push-8 {
        left: 66.6666666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.3333333333%;
    }
    .col-lg-push-11 {
        left: 91.6666666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-hover > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control.disabled{
    cursor:not-allowed;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #fff;
    background-color: #294392 !important;
    border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
    > .btn-group:first-child:not(:last-child)
    > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical
    > .btn-group:last-child:not(:first-child)
    > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: auto;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5d5d;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #090808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager:before,
.pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}
.alert {
    padding: 2px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
    > .panel-collapse
    > .list-group:first-child
    .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel
    > .panel-heading
    + .panel-collapse
    > .list-group
    .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}
.modal-header:after {
    clear: both;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 550px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.0001) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.0001) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.0001) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs {
    display: none !important;
}
.visible-sm {
    display: none !important;
}
.visible-md {
    display: none !important;
}
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
            format("embedded-opentype"),
        url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0")
            format("woff2"),
        url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0")
            format("woff"),
        url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0")
            format("truetype"),
        url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.2857142857em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.8571428571em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-envelope-o:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-o:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-gear:before,
.fa-cog:before {
    content: "";
}
.fa-trash-o:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-file-o:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-arrow-circle-o-down:before {
    content: "";
}
.fa-arrow-circle-o-up:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-play-circle-o:before {
    content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}
.fa-refresh:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-video-camera:before {
    content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}
.fa-pencil:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}
.fa-share-square-o:before {
    content: "";
}
.fa-check-square-o:before {
    content: "";
}
.fa-arrows:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-times-circle-o:before {
    content: "";
}
.fa-check-circle-o:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-arrows-v:before {
    content: "";
}
.fa-arrows-h:before {
    content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-gears:before,
.fa-cogs:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-thumbs-o-up:before {
    content: "";
}
.fa-thumbs-o-down:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-heart-o:before {
    content: "";
}
.fa-sign-out:before {
    content: "";
}
.fa-linkedin-square:before {
    content: "";
}
.fa-thumb-tack:before {
    content: "";
}
.fa-external-link:before {
    content: "";
}
.fa-sign-in:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-lemon-o:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-square-o:before {
    content: "";
}
.fa-bookmark-o:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-feed:before,
.fa-rss:before {
    content: "";
}
.fa-hdd-o:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-hand-o-right:before {
    content: "";
}
.fa-hand-o-left:before {
    content: "";
}
.fa-hand-o-up:before {
    content: "";
}
.fa-hand-o-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-group:before,
.fa-users:before {
    content: "";
}
.fa-chain:before,
.fa-link:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-cut:before,
.fa-scissors:before {
    content: "";
}
.fa-copy:before,
.fa-files-o:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-money:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}
.fa-legal:before,
.fa-gavel:before {
    content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}
.fa-comment-o:before {
    content: "";
}
.fa-comments-o:before {
    content: "";
}
.fa-flash:before,
.fa-bolt:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "";
}
.fa-lightbulb-o:before {
    content: "";
}
.fa-exchange:before {
    content: "";
}
.fa-cloud-download:before {
    content: "";
}
.fa-cloud-upload:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-bell-o:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cutlery:before {
    content: "";
}
.fa-file-text-o:before {
    content: "";
}
.fa-building-o:before {
    content: "";
}
.fa-hospital-o:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}
.fa-circle-o:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-folder-o:before {
    content: "";
}
.fa-folder-open-o:before {
    content: "";
}
.fa-smile-o:before {
    content: "";
}
.fa-frown-o:before {
    content: "";
}
.fa-meh-o:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-keyboard-o:before {
    content: "";
}
.fa-flag-o:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-code-fork:before {
    content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-shield:before {
    content: "";
}
.fa-calendar-o:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-ticket:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-minus-square-o:before {
    content: "";
}
.fa-level-up:before {
    content: "";
}
.fa-level-down:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-pencil-square:before {
    content: "";
}
.fa-external-link-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}
.fa-euro:before,
.fa-eur:before {
    content: "";
}
.fa-gbp:before {
    content: "";
}
.fa-dollar:before,
.fa-usd:before {
    content: "";
}
.fa-rupee:before,
.fa-inr:before {
    content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}
.fa-won:before,
.fa-krw:before {
    content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-text:before {
    content: "";
}
.fa-sort-alpha-asc:before {
    content: "";
}
.fa-sort-alpha-desc:before {
    content: "";
}
.fa-sort-amount-asc:before {
    content: "";
}
.fa-sort-amount-desc:before {
    content: "";
}
.fa-sort-numeric-asc:before {
    content: "";
}
.fa-sort-numeric-desc:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-youtube-play:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitbucket-square:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-long-arrow-down:before {
    content: "";
}
.fa-long-arrow-up:before {
    content: "";
}
.fa-long-arrow-left:before {
    content: "";
}
.fa-long-arrow-right:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}
.fa-sun-o:before {
    content: "";
}
.fa-moon-o:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-arrow-circle-o-right:before {
    content: "";
}
.fa-arrow-circle-o-left:before {
    content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}
.fa-dot-circle-o:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}
.fa-plus-square-o:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-pied-piper-pp:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-spoon:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-automobile:before,
.fa-car:before {
    content: "";
}
.fa-cab:before,
.fa-taxi:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-file-pdf-o:before {
    content: "";
}
.fa-file-word-o:before {
    content: "";
}
.fa-file-excel-o:before {
    content: "";
}
.fa-file-powerpoint-o:before {
    content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}
.fa-file-code-o:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}
.fa-circle-o-notch:before {
    content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}
.fa-ge:before,
.fa-empire:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-circle-thin:before {
    content: "";
}
.fa-header:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-sliders:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-newspaper-o:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bell-slash-o:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-eyedropper:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-area-chart:before {
    content: "";
}
.fa-pie-chart:before {
    content: "";
}
.fa-line-chart:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-cc:before {
    content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}
.fa-meanpath:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-dashcube:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-diamond:before {
    content: "";
}
.fa-ship:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-heartbeat:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "";
}
.fa-transgender-alt:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-v:before {
    content: "";
}
.fa-mars-stroke-h:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-facebook-official:before {
    content: "";
}
.fa-pinterest-p:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-times:before {
    content: "";
}
.fa-hotel:before,
.fa-bed:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-train:before {
    content: "";
}
.fa-subway:before {
    content: "";
}
.fa-medium:before {
    content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}
.fa-optin-monster:before {
    content: "";
}
.fa-opencart:before {
    content: "";
}
.fa-expeditedssl:before {
    content: "";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}
.fa-mouse-pointer:before {
    content: "";
}
.fa-i-cursor:before {
    content: "";
}
.fa-object-group:before {
    content: "";
}
.fa-object-ungroup:before {
    content: "";
}
.fa-sticky-note:before {
    content: "";
}
.fa-sticky-note-o:before {
    content: "";
}
.fa-cc-jcb:before {
    content: "";
}
.fa-cc-diners-club:before {
    content: "";
}
.fa-clone:before {
    content: "";
}
.fa-balance-scale:before {
    content: "";
}
.fa-hourglass-o:before {
    content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}
.fa-hourglass:before {
    content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}
.fa-hand-scissors-o:before {
    content: "";
}
.fa-hand-lizard-o:before {
    content: "";
}
.fa-hand-spock-o:before {
    content: "";
}
.fa-hand-pointer-o:before {
    content: "";
}
.fa-hand-peace-o:before {
    content: "";
}
.fa-trademark:before {
    content: "";
}
.fa-registered:before {
    content: "";
}
.fa-creative-commons:before {
    content: "";
}
.fa-gg:before {
    content: "";
}
.fa-gg-circle:before {
    content: "";
}
.fa-tripadvisor:before {
    content: "";
}
.fa-odnoklassniki:before {
    content: "";
}
.fa-odnoklassniki-square:before {
    content: "";
}
.fa-get-pocket:before {
    content: "";
}
.fa-wikipedia-w:before {
    content: "";
}
.fa-safari:before {
    content: "";
}
.fa-chrome:before {
    content: "";
}
.fa-firefox:before {
    content: "";
}
.fa-opera:before {
    content: "";
}
.fa-internet-explorer:before {
    content: "";
}
.fa-tv:before,
.fa-television:before {
    content: "";
}
.fa-contao:before {
    content: "";
}
.fa-500px:before {
    content: "";
}
.fa-amazon:before {
    content: "";
}
.fa-calendar-plus-o:before {
    content: "";
}
.fa-calendar-minus-o:before {
    content: "";
}
.fa-calendar-times-o:before {
    content: "";
}
.fa-calendar-check-o:before {
    content: "";
}
.fa-industry:before {
    content: "";
}
.fa-map-pin:before {
    content: "";
}
.fa-map-signs:before {
    content: "";
}
.fa-map-o:before {
    content: "";
}
.fa-map:before {
    content: "";
}
.fa-commenting:before {
    content: "";
}
.fa-commenting-o:before {
    content: "";
}
.fa-houzz:before {
    content: "";
}
.fa-vimeo:before {
    content: "";
}
.fa-black-tie:before {
    content: "";
}
.fa-fonticons:before {
    content: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-credit-card-alt:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-pause-circle:before {
    content: "";
}
.fa-pause-circle-o:before {
    content: "";
}
.fa-stop-circle:before {
    content: "";
}
.fa-stop-circle-o:before {
    content: "";
}
.fa-shopping-bag:before {
    content: "";
}
.fa-shopping-basket:before {
    content: "";
}
.fa-hashtag:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-percent:before {
    content: "";
}
.fa-gitlab:before {
    content: "";
}
.fa-wpbeginner:before {
    content: "";
}
.fa-wpforms:before {
    content: "";
}
.fa-envira:before {
    content: "";
}
.fa-universal-access:before {
    content: "";
}
.fa-wheelchair-alt:before {
    content: "";
}
.fa-question-circle-o:before {
    content: "";
}
.fa-blind:before {
    content: "";
}
.fa-audio-description:before {
    content: "";
}
.fa-volume-control-phone:before {
    content: "";
}
.fa-braille:before {
    content: "";
}
.fa-assistive-listening-systems:before {
    content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}
.fa-glide:before {
    content: "";
}
.fa-glide-g:before {
    content: "";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "";
}
.fa-low-vision:before {
    content: "";
}
.fa-viadeo:before {
    content: "";
}
.fa-viadeo-square:before {
    content: "";
}
.fa-snapchat:before {
    content: "";
}
.fa-snapchat-ghost:before {
    content: "";
}
.fa-snapchat-square:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-first-order:before {
    content: "";
}
.fa-yoast:before {
    content: "";
}
.fa-themeisle:before {
    content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}
.fa-handshake-o:before {
    content: "";
}
.fa-envelope-open:before {
    content: "";
}
.fa-envelope-open-o:before {
    content: "";
}
.fa-linode:before {
    content: "";
}
.fa-address-book:before {
    content: "";
}
.fa-address-book-o:before {
    content: "";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}
.fa-user-circle:before {
    content: "";
}
.fa-user-circle-o:before {
    content: "";
}
.fa-user-o:before {
    content: "";
}
.fa-id-badge:before {
    content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}
.fa-quora:before {
    content: "";
}
.fa-free-code-camp:before {
    content: "";
}
.fa-telegram:before {
    content: "";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}
.fa-shower:before {
    content: "";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}
.fa-podcast:before {
    content: "";
}
.fa-window-maximize:before {
    content: "";
}
.fa-window-minimize:before {
    content: "";
}
.fa-window-restore:before {
    content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}
.fa-bandcamp:before {
    content: "";
}
.fa-grav:before {
    content: "";
}
.fa-etsy:before {
    content: "";
}
.fa-imdb:before {
    content: "";
}
.fa-ravelry:before {
    content: "";
}
.fa-eercast:before {
    content: "";
}
.fa-microchip:before {
    content: "";
}
.fa-snowflake-o:before {
    content: "";
}
.fa-superpowers:before {
    content: "";
}
.fa-wpexplorer:before {
    content: "";
}
.fa-meetup:before {
    content: "";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
} /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
    -webkit-backface-visibility: hidden;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
.m-0 {
    margin: 0 !important;
}
.m-t-0 {
    margin-top: 0 !important;
}
.m-t-3 {
    margin-top: 3px !important;
}
.m-t-4 {
    margin-top: 4px !important;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-t-8 {
    margin-top: 8px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-15 {
    margin-top: 15px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-25 {
    margin-top: 25px !important;
}
.m-t-27 {
    margin-top: 27px !important;
}
.m-t-29 {
    margin-top: 29px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-38 {
    margin-top: 38px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-45 {
    margin-top: 45px !important;
}
.m-t-50 {
    margin-top: 50px !important;
}
.m-t-60 {
    margin-top: 60px !important;
}
.m-t-70 {
    margin-top: 70px !important;
}
.m-t-80 {
    margin-top: 80px !important;
}
.m-t-100 {
    margin-top: 100px !important;
}
.m-t-120 {
    margin-top: 120px !important;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.m-b-4 {
    margin-bottom: 4px !important;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-15 {
    margin-bottom: 15px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-25 {
    margin-bottom: 25px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-b-50 {
    margin-bottom: 50px !important;
}
.m-b-60 {
    margin-bottom: 60px !important;
}
.m-b-70 {
    margin-bottom: 70px !important;
}
.m-b-80 {
    margin-bottom: 80px !important;
}
.m-b-100 {
    margin-bottom: 100px !important;
}
.m-l-r-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.m-l-r-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.m-l-0 {
    margin-left: 0 !important;
}
.m-l-5 {
    margin-left: 5px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.m-l-20 {
    margin-left: 20px !important;
}
.m-r-5 {
    margin-right: 5px !important;
}
.m-r-10 {
    margin-right: 10px !important;
}
.m-r-20 {
    margin-right: 20px !important;
}
.m-r-30 {
    margin-right: 30px !important;
}
.m-r-35 {
    margin-right: 35px !important;
}
.p-0 {
    padding: 0 !important;
}
.p-5 {
    padding: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-15 {
    padding: 15px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-25 {
    padding: 25px !important;
}
.p-30 {
    padding: 30px !important;
}
.p-40 {
    padding: 40px !important;
}
.p-50 {
    padding: 50px !important;
}
.p-t-0 {
    padding-top: 0 !important;
}
.p-t-5 {
    padding-top: 5px !important;
}
.p-t-6 {
    padding-top: 6px !important;
}
.p-t-10 {
    padding-top: 10px !important;
}
.p-t-15 {
    padding-top: 15px !important;
}
.p-t-18 {
    padding-top: 18px !important;
}
.p-t-20 {
    padding-top: 20px !important;
}
.p-t-30 {
    padding-top: 30px !important;
}
.p-t-40 {
    padding-top: 40px !important;
}
.p-t-50 {
    padding-top: 50px !important;
}
.p-t-60 {
    padding-top: 60px !important;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
.p-b-15 {
    padding-bottom: 15px !important;
}
.p-b-20 {
    padding-bottom: 20px !important;
}
.p-b-30 {
    padding-bottom: 30px !important;
}
.p-b-50 {
    padding-bottom: 50px !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
.p-r-10 {
    padding-right: 10px !important;
}
.p-r-20 {
    padding-right: 20px !important;
}
.p-r-30 {
    padding-right: 30px !important;
}
.p-l-0 {
    padding-left: 0 !important;
}
.p-l-r-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.p-l-r-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.p-l-r-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.p-l-r-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.p-l-r-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.p-l-r-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.p-l-r-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.p-l-r-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.p-l-r-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.p-l-r-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.p-l-r-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.p-l-r-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}
.p-l-r-230 {
    padding-left: 230px !important;
    padding-right: 230px !important;
}
.p-l-10 {
    padding-left: 10px !important;
}
.p-l-20 {
    padding-left: 20px !important;
}
.p-l-25 {
    padding-left: 25px !important;
}
.p-l-40 {
    padding-left: 40px !important;
}
.p-t-b-10 {
    padding: 10px 0 10px 0 !important;
}
.p-t-b-50 {
    padding: 50px 0 50px 0 !important;
}
.p-t-b-30 {
    padding: 30px 0 30px 0 !important;
}
.p-t-b-100 {
    padding: 100px 0 100px 0 !important;
}
.w-3p {
    width: 3% !important;
}
.w-10p {
    width: 10% !important;
}
.w-15p {
    width: 15% !important;
}
.w-20p {
    width: 20% !important;
}
.w-25p {
    width: 25% !important;
}
.w-30p {
    width: 30% !important;
}
.w-50p {
    width: 50% !important;
}
.w-70p {
    width: 70% !important;
}
.w-75p {
    width: 75% !important;
}
.w-80p {
    width: 80% !important;
}
.w-90p {
    width: 90% !important;
}
.w-97p {
    width: 97% !important;
}
.w-100p {
    width: 100% !important;
}
.w-30 {
    width: 30px !important;
}
.w-60 {
    width: 60px !important;
}
.w-100 {
    width: 100px !important;
}
.w-150 {
    width: 150px !important;
}
.w-160 {
    width: 160px !important;
}
.w-170 {
    width: 170px !important;
}
.w-200 {
    width: 200px !important;
}
.w-220 {
    width: 220px !important;
}
.w-250 {
    width: 250px !important;
}
.w-300 {
    width: 300px !important;
}
.w-350 {
    width: 350px !important;
}
.h-45 {
    height: 45px !important;
}
.h-50 {
    height: 50px !important;
}
.h-100p {
    height: 100% !important;
}
.h-300 {
    height: 300px !important;
}
.h-100p {
    height: 100% !important;
}
.mw-210 {
    max-width: 210px;
}
.mn-h-190 {
    min-height: 190px;
}
.flex {
    display: flex;
}
.nb {
    border: none !important;
}
.nbr {
    border-radius: 0px !important;
}
.nb-l {
    border-left: none !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.no-line-height {
    line-height: 0px;
}
.nbr-l {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.nb-r {
    border-right: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.nb-b {
    border-bottom: none !important;
}
.br-2 {
    border-radius: 2px !important;
}
.br-5 {
    border-radius: 5px !important;
}
.pre-wrap {
    white-space: pre-wrap;
}
.full-screen {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2000;
}
.display-inline {
    display: inline-block;
}
.display-inline-table {
    display: inline-table;
}
.display-inline-flex {
    display: inline-flex;
}
.display-grid {
    display: grid;
}
.header-margin-top {
    margin-top: 38px !important;
}
.allign-right {
    text-align: right;
}
@media (max-width: 420px) {
    .header-margin-top {
        margin-top: 20px !important;
    }
}
@media (max-width: 480px) {
    .w-350 {
        width: 240px !important;
    }
}
@media (min-width: 768px) {
    .p-lg-0 {
        padding: 0 !important;
    }
}
.border {
    border: 1px solid rgba(155, 155, 155, 0.21);
}
.border-right {
    border-right: 1px solid rgba(155, 155, 155, 0.21);
}
.border-top {
    border-top: 1px solid rgba(155, 155, 155, 0.21);
}
.border-bottom {
    border-bottom: 1px solid rgba(155, 155, 155, 0.21);
}
@font-face {
    font-family: "OCR";
    font-style: normal;
    font-weight: 600;
    src: url("../../fonts/ocra/OCRA-Alternate.ttf") format("truetype"),
        url("../../fonts/ocra/OCRA-Alternate.woff") format("woff"),
        url("../../fonts/ocra/OCRA-Alternate.woff2") format("woff2");
}
.fz-8 {
    font-size: 8px !important;
}
.fz-10 {
    font-size: 10px !important;
}
.fz-12 {
    font-size: 12px !important;
}
.fz-13 {
    font-size: 13px !important;
}
.fz-14 {
    font-size: 14px !important;
}
.fz-15 {
    font-size: 15px !important;
}
.fz-16 {
    font-size: 16px !important;
}
.fz-18 {
    font-size: 18px !important;
}
.fz-20 {
    font-size: 20px !important;
}
.fz-22 {
    font-size: 22px !important;
}
.fz-24 {
    font-size: 24px !important;
}
.fz-26 {
    font-size: 26px !important;
}
.fz-28 {
    font-size: 28px !important;
}
.fz-30 {
    font-size: 30px !important;
}
.fz-32 {
    font-size: 32px !important;
}
.fz-34 {
    font-size: 34px !important;
}
.fz-36 {
    font-size: 36px !important;
}
.fz-38 {
    font-size: 38px !important;
}
.fz-40 {
    font-size: 40px !important;
}
.fz-42 {
    font-size: 42px !important;
}
.fw-bold {
    font-weight: 600 !important;
}
.fw-sbold {
    font-weight: 500 !important;
}
.theme-default .border-color-primary {
    border-color: #0077b2 !important;
}
.theme-default .border-right-color-primary {
    border-right-color: #0077b2 !important;
}
.theme-default .border-left-color-primary {
    border-left-color: #0077b2 !important;
}
.theme-default .border-bottom-color-primary {
    border-bottom-color: #0077b2 !important;
}
.theme-default .border-top-color-primary {
    border-top-color: #0077b2 !important;
}
.theme-default .background-color-primary {
    background-color: #0077b2 !important;
}
.theme-default .color-primary {
    color: #0077b2 !important;
}
.theme-default .outline-color-primary {
    outline-color: #0077b2 !important;
}
.theme-default .border-color-secondary {
    border-color: #faa81b !important;
}
.theme-default .border-right-color-secondary {
    border-right-color: #faa81b !important;
}
.theme-default .border-left-color-secondary {
    border-left-color: #faa81b !important;
}
.theme-default .border-bottom-color-secondary {
    border-bottom-color: #faa81b !important;
}
.theme-default .border-top-color-secondary {
    border-top-color: #faa81b !important;
}
.theme-default .background-color-secondary {
    background-color: #faa81b !important;
}
.theme-default .color-secondary {
    color: #faa81b !important;
}
.theme-default .outline-color-secondary {
    outline-color: #faa81b !important;
}
.theme-default .border-color-tertiary {
    border-color: #feebca !important;
}
.theme-default .border-right-color-tertiary {
    border-right-color: #feebca !important;
}
.theme-default .border-left-color-tertiary {
    border-left-color: #feebca !important;
}
.theme-default .border-bottom-color-tertiary {
    border-bottom-color: #feebca !important;
}
.theme-default .border-top-color-tertiary {
    border-top-color: #feebca !important;
}
.theme-default .background-color-tertiary {
    background-color: #feebca !important;
}
.theme-default .color-tertiary {
    color: #feebca !important;
}
.theme-default .outline-color-tertiary {
    outline-color: #feebca !important;
}
.theme-gtb-bank .border-color-primary {
    border-color: #de4a24 !important;
}
.theme-gtb-bank .border-right-color-primary {
    border-right-color: #de4a24 !important;
}
.theme-gtb-bank .border-left-color-primary {
    border-left-color: #de4a24 !important;
}
.theme-gtb-bank .border-bottom-color-primary {
    border-bottom-color: #de4a24 !important;
}
.theme-gtb-bank .border-top-color-primary {
    border-top-color: #de4a24 !important;
}
.theme-gtb-bank .background-color-primary {
    background-color: #de4a24 !important;
}
.theme-gtb-bank .color-primary {
    color: #de4a24 !important;
}
.theme-gtb-bank .outline-color-primary {
    outline-color: #de4a24 !important;
}
.theme-gtb-bank .border-color-secondary {
    border-color: gray !important;
}
.theme-gtb-bank .border-right-color-secondary {
    border-right-color: gray !important;
}
.theme-gtb-bank .border-left-color-secondary {
    border-left-color: gray !important;
}
.theme-gtb-bank .border-bottom-color-secondary {
    border-bottom-color: gray !important;
}
.theme-gtb-bank .border-top-color-secondary {
    border-top-color: gray !important;
}
.theme-gtb-bank .background-color-secondary {
    background-color: gray !important;
}
.theme-gtb-bank .color-secondary {
    color: gray !important;
}
.theme-gtb-bank .outline-color-secondary {
    outline-color: gray !important;
}
.theme-gtb-bank .border-color-tertiary {
    border-color: #f2b8a9 !important;
}
.theme-gtb-bank .border-right-color-tertiary {
    border-right-color: #f2b8a9 !important;
}
.theme-gtb-bank .border-left-color-tertiary {
    border-left-color: #f2b8a9 !important;
}
.theme-gtb-bank .border-bottom-color-tertiary {
    border-bottom-color: #f2b8a9 !important;
}
.theme-gtb-bank .border-top-color-tertiary {
    border-top-color: #f2b8a9 !important;
}
.theme-gtb-bank .background-color-tertiary {
    background-color: #f2b8a9 !important;
}
.theme-gtb-bank .color-tertiary {
    color: #f2b8a9 !important;
}
.theme-gtb-bank .outline-color-tertiary {
    outline-color: #f2b8a9 !important;
}
.theme-wema-bank .border-color-primary {
    border-color: #990b81 !important;
}
.theme-wema-bank .border-right-color-primary {
    border-right-color: #990b81 !important;
}
.theme-wema-bank .border-left-color-primary {
    border-left-color: #990b81 !important;
}
.theme-wema-bank .border-bottom-color-primary {
    border-bottom-color: #990b81 !important;
}
.theme-wema-bank .border-top-color-primary {
    border-top-color: #990b81 !important;
}
.theme-wema-bank .background-color-primary {
    background-color: #990b81 !important;
}
.theme-wema-bank .color-primary {
    color: #990b81 !important;
}
.theme-wema-bank .outline-color-primary {
    outline-color: #990b81 !important;
}
.theme-wema-bank .border-color-secondary {
    border-color: #990b81 !important;
}
.theme-wema-bank .border-right-color-secondary {
    border-right-color: #990b81 !important;
}
.theme-wema-bank .border-left-color-secondary {
    border-left-color: #990b81 !important;
}
.theme-wema-bank .border-bottom-color-secondary {
    border-bottom-color: #990b81 !important;
}
.theme-wema-bank .border-top-color-secondary {
    border-top-color: #990b81 !important;
}
.theme-wema-bank .background-color-secondary {
    background-color: #990b81 !important;
}
.theme-wema-bank .color-secondary {
    color: #990b81 !important;
}
.theme-wema-bank .outline-color-secondary {
    outline-color: #990b81 !important;
}
.theme-wema-bank .border-color-tertiary {
    border-color: #fbc2f1 !important;
}
.theme-wema-bank .border-right-color-tertiary {
    border-right-color: #fbc2f1 !important;
}
.theme-wema-bank .border-left-color-tertiary {
    border-left-color: #fbc2f1 !important;
}
.theme-wema-bank .border-bottom-color-tertiary {
    border-bottom-color: #fbc2f1 !important;
}
.theme-wema-bank .border-top-color-tertiary {
    border-top-color: #fbc2f1 !important;
}
.theme-wema-bank .background-color-tertiary {
    background-color: #fbc2f1 !important;
}
.theme-wema-bank .color-tertiary {
    color: #fbc2f1 !important;
}
.theme-wema-bank .outline-color-tertiary {
    outline-color: #fbc2f1 !important;
}
.theme-union-bank .border-color-primary {
    border-color: #00afef !important;
}
.theme-union-bank .border-right-color-primary {
    border-right-color: #00afef !important;
}
.theme-union-bank .border-left-color-primary {
    border-left-color: #00afef !important;
}
.theme-union-bank .border-bottom-color-primary {
    border-bottom-color: #00afef !important;
}
.theme-union-bank .border-top-color-primary {
    border-top-color: #00afef !important;
}
.theme-union-bank .background-color-primary {
    background-color: #00afef !important;
}
.theme-union-bank .color-primary {
    color: #00afef !important;
}
.theme-union-bank .outline-color-primary {
    outline-color: #00afef !important;
}
.theme-union-bank .border-color-secondary {
    border-color: #08c !important;
}
.theme-union-bank .border-right-color-secondary {
    border-right-color: #08c !important;
}
.theme-union-bank .border-left-color-secondary {
    border-left-color: #08c !important;
}
.theme-union-bank .border-bottom-color-secondary {
    border-bottom-color: #08c !important;
}
.theme-union-bank .border-top-color-secondary {
    border-top-color: #08c !important;
}
.theme-union-bank .background-color-secondary {
    background-color: #08c !important;
}
.theme-union-bank .color-secondary {
    color: #08c !important;
}
.theme-union-bank .outline-color-secondary {
    outline-color: #08c !important;
}
.theme-union-bank .border-color-tertiary {
    border-color: #a3e6ff !important;
}
.theme-union-bank .border-right-color-tertiary {
    border-right-color: #a3e6ff !important;
}
.theme-union-bank .border-left-color-tertiary {
    border-left-color: #a3e6ff !important;
}
.theme-union-bank .border-bottom-color-tertiary {
    border-bottom-color: #a3e6ff !important;
}
.theme-union-bank .border-top-color-tertiary {
    border-top-color: #a3e6ff !important;
}
.theme-union-bank .background-color-tertiary {
    background-color: #a3e6ff !important;
}
.theme-union-bank .color-tertiary {
    color: #a3e6ff !important;
}
.theme-union-bank .outline-color-tertiary {
    outline-color: #a3e6ff !important;
}
.theme-fidelity-bank .border-color-primary {
    border-color: #6abe5c !important;
}
.theme-fidelity-bank .border-right-color-primary {
    border-right-color: #6abe5c !important;
}
.theme-fidelity-bank .border-left-color-primary {
    border-left-color: #6abe5c !important;
}
.theme-fidelity-bank .border-bottom-color-primary {
    border-bottom-color: #6abe5c !important;
}
.theme-fidelity-bank .border-top-color-primary {
    border-top-color: #6abe5c !important;
}
.theme-fidelity-bank .background-color-primary {
    background-color: #6abe5c !important;
}
.theme-fidelity-bank .color-primary {
    color: #6abe5c !important;
}
.theme-fidelity-bank .outline-color-primary {
    outline-color: #6abe5c !important;
}
.theme-fidelity-bank .border-color-secondary {
    border-color: #203264 !important;
}
.theme-fidelity-bank .border-right-color-secondary {
    border-right-color: #203264 !important;
}
.theme-fidelity-bank .border-left-color-secondary {
    border-left-color: #203264 !important;
}
.theme-fidelity-bank .border-bottom-color-secondary {
    border-bottom-color: #203264 !important;
}
.theme-fidelity-bank .border-top-color-secondary {
    border-top-color: #203264 !important;
}
.theme-fidelity-bank .background-color-secondary {
    background-color: #203264 !important;
}
.theme-fidelity-bank .color-secondary {
    color: #203264 !important;
}
.theme-fidelity-bank .outline-color-secondary {
    outline-color: #203264 !important;
}
.theme-fidelity-bank .border-color-tertiary {
    border-color: #dff1dc !important;
}
.theme-fidelity-bank .border-right-color-tertiary {
    border-right-color: #dff1dc !important;
}
.theme-fidelity-bank .border-left-color-tertiary {
    border-left-color: #dff1dc !important;
}
.theme-fidelity-bank .border-bottom-color-tertiary {
    border-bottom-color: #dff1dc !important;
}
.theme-fidelity-bank .border-top-color-tertiary {
    border-top-color: #dff1dc !important;
}
.theme-fidelity-bank .background-color-tertiary {
    background-color: #dff1dc !important;
}
.theme-fidelity-bank .color-tertiary {
    color: #dff1dc !important;
}
.theme-fidelity-bank .outline-color-tertiary {
    outline-color: #dff1dc !important;
}
.theme-providus-bank .border-color-primary {
    border-color: #2f444e !important;
}
.theme-providus-bank .border-right-color-primary {
    border-right-color: #2f444e !important;
}
.theme-providus-bank .border-left-color-primary {
    border-left-color: #2f444e !important;
}
.theme-providus-bank .border-bottom-color-primary {
    border-bottom-color: #2f444e !important;
}
.theme-providus-bank .border-top-color-primary {
    border-top-color: #2f444e !important;
}
.theme-providus-bank .background-color-primary {
    background-color: #2f444e !important;
}
.theme-providus-bank .color-primary {
    color: #2f444e !important;
}
.theme-providus-bank .outline-color-primary {
    outline-color: #2f444e !important;
}
.theme-providus-bank .border-color-secondary {
    border-color: #fdb913 !important;
}
.theme-providus-bank .border-right-color-secondary {
    border-right-color: #fdb913 !important;
}
.theme-providus-bank .border-left-color-secondary {
    border-left-color: #fdb913 !important;
}
.theme-providus-bank .border-bottom-color-secondary {
    border-bottom-color: #fdb913 !important;
}
.theme-providus-bank .border-top-color-secondary {
    border-top-color: #fdb913 !important;
}
.theme-providus-bank .background-color-secondary {
    background-color: #fdb913 !important;
}
.theme-providus-bank .color-secondary {
    color: #fdb913 !important;
}
.theme-providus-bank .outline-color-secondary {
    outline-color: #fdb913 !important;
}
.theme-providus-bank .border-color-tertiary {
    border-color: #fdc846 !important;
}
.theme-providus-bank .border-right-color-tertiary {
    border-right-color: #fdc846 !important;
}
.theme-providus-bank .border-left-color-tertiary {
    border-left-color: #fdc846 !important;
}
.theme-providus-bank .border-bottom-color-tertiary {
    border-bottom-color: #fdc846 !important;
}
.theme-providus-bank .border-top-color-tertiary {
    border-top-color: #fdc846 !important;
}
.theme-providus-bank .background-color-tertiary {
    background-color: #fdc846 !important;
}
.theme-providus-bank .color-tertiary {
    color: #fdc846 !important;
}
.theme-providus-bank .outline-color-tertiary {
    outline-color: #fdc846 !important;
}
.theme-fcmb-bank .border-color-primary {
    border-color: #5c2684 !important;
}
.theme-fcmb-bank .border-right-color-primary {
    border-right-color: #5c2684 !important;
}
.theme-fcmb-bank .border-left-color-primary {
    border-left-color: #5c2684 !important;
}
.theme-fcmb-bank .border-bottom-color-primary {
    border-bottom-color: #5c2684 !important;
}
.theme-fcmb-bank .border-top-color-primary {
    border-top-color: #5c2684 !important;
}
.theme-fcmb-bank .background-color-primary {
    background-color: #5c2684 !important;
}
.theme-fcmb-bank .color-primary {
    color: #5c2684 !important;
}
.theme-fcmb-bank .outline-color-primary {
    outline-color: #5c2684 !important;
}
.theme-fcmb-bank .border-color-secondary {
    border-color: #fcb82f !important;
}
.theme-fcmb-bank .border-right-color-secondary {
    border-right-color: #fcb82f !important;
}
.theme-fcmb-bank .border-left-color-secondary {
    border-left-color: #fcb82f !important;
}
.theme-fcmb-bank .border-bottom-color-secondary {
    border-bottom-color: #fcb82f !important;
}
.theme-fcmb-bank .border-top-color-secondary {
    border-top-color: #fcb82f !important;
}
.theme-fcmb-bank .background-color-secondary {
    background-color: #fcb82f !important;
}
.theme-fcmb-bank .color-secondary {
    color: #fcb82f !important;
}
.theme-fcmb-bank .outline-color-secondary {
    outline-color: #fcb82f !important;
}
.theme-fcmb-bank .border-color-tertiary {
    border-color: #fbd68a !important;
}
.theme-fcmb-bank .border-right-color-tertiary {
    border-right-color: #fbd68a !important;
}
.theme-fcmb-bank .border-left-color-tertiary {
    border-left-color: #fbd68a !important;
}
.theme-fcmb-bank .border-bottom-color-tertiary {
    border-bottom-color: #fbd68a !important;
}
.theme-fcmb-bank .border-top-color-tertiary {
    border-top-color: #fbd68a !important;
}
.theme-fcmb-bank .background-color-tertiary {
    background-color: #fbd68a !important;
}
.theme-fcmb-bank .color-tertiary {
    color: #fbd68a !important;
}
.theme-fcmb-bank .outline-color-tertiary {
    outline-color: #fbd68a !important;
}
.theme-unity-bank .border-color-primary {
    border-color: #87a149 !important;
}
.theme-unity-bank .border-right-color-primary {
    border-right-color: #87a149 !important;
}
.theme-unity-bank .border-left-color-primary {
    border-left-color: #87a149 !important;
}
.theme-unity-bank .border-bottom-color-primary {
    border-bottom-color: #87a149 !important;
}
.theme-unity-bank .border-top-color-primary {
    border-top-color: #87a149 !important;
}
.theme-unity-bank .background-color-primary {
    background-color: #87a149 !important;
}
.theme-unity-bank .color-primary {
    color: #87a149 !important;
}
.theme-unity-bank .outline-color-primary {
    outline-color: #87a149 !important;
}
.theme-unity-bank .border-color-secondary {
    border-color: #505f6d !important;
}
.theme-unity-bank .border-right-color-secondary {
    border-right-color: #505f6d !important;
}
.theme-unity-bank .border-left-color-secondary {
    border-left-color: #505f6d !important;
}
.theme-unity-bank .border-bottom-color-secondary {
    border-bottom-color: #505f6d !important;
}
.theme-unity-bank .border-top-color-secondary {
    border-top-color: #505f6d !important;
}
.theme-unity-bank .background-color-secondary {
    background-color: #505f6d !important;
}
.theme-unity-bank .color-secondary {
    color: #505f6d !important;
}
.theme-unity-bank .outline-color-secondary {
    outline-color: #505f6d !important;
}
.theme-unity-bank .border-color-tertiary {
    border-color: #6e843c !important;
}
.theme-unity-bank .border-right-color-tertiary {
    border-right-color: #6e843c !important;
}
.theme-unity-bank .border-left-color-tertiary {
    border-left-color: #6e843c !important;
}
.theme-unity-bank .border-bottom-color-tertiary {
    border-bottom-color: #6e843c !important;
}
.theme-unity-bank .border-top-color-tertiary {
    border-top-color: #6e843c !important;
}
.theme-unity-bank .background-color-tertiary {
    background-color: #6e843c !important;
}
.theme-unity-bank .color-tertiary {
    color: #6e843c !important;
}
.theme-unity-bank .outline-color-tertiary {
    outline-color: #6e843c !important;
}
.theme-sterling-bank .border-color-primary {
    border-color: #ad161f !important;
}
.theme-sterling-bank .border-right-color-primary {
    border-right-color: #ad161f !important;
}
.theme-sterling-bank .border-left-color-primary {
    border-left-color: #ad161f !important;
}
.theme-sterling-bank .border-bottom-color-primary {
    border-bottom-color: #ad161f !important;
}
.theme-sterling-bank .border-top-color-primary {
    border-top-color: #ad161f !important;
}
.theme-sterling-bank .background-color-primary {
    background-color: #ad161f !important;
}
.theme-sterling-bank .color-primary {
    color: #ad161f !important;
}
.theme-sterling-bank .outline-color-primary {
    outline-color: #ad161f !important;
}
.theme-sterling-bank .border-color-secondary {
    border-color: #ad161f !important;
}
.theme-sterling-bank .border-right-color-secondary {
    border-right-color: #ad161f !important;
}
.theme-sterling-bank .border-left-color-secondary {
    border-left-color: #ad161f !important;
}
.theme-sterling-bank .border-bottom-color-secondary {
    border-bottom-color: #ad161f !important;
}
.theme-sterling-bank .border-top-color-secondary {
    border-top-color: #ad161f !important;
}
.theme-sterling-bank .background-color-secondary {
    background-color: #ad161f !important;
}
.theme-sterling-bank .color-secondary {
    color: #ad161f !important;
}
.theme-sterling-bank .outline-color-secondary {
    outline-color: #ad161f !important;
}
.theme-sterling-bank .border-color-tertiary {
    border-color: #fbd68a !important;
}
.theme-sterling-bank .border-right-color-tertiary {
    border-right-color: #fbd68a !important;
}
.theme-sterling-bank .border-left-color-tertiary {
    border-left-color: #fbd68a !important;
}
.theme-sterling-bank .border-bottom-color-tertiary {
    border-bottom-color: #fbd68a !important;
}
.theme-sterling-bank .border-top-color-tertiary {
    border-top-color: #fbd68a !important;
}
.theme-sterling-bank .background-color-tertiary {
    background-color: #fbd68a !important;
}
.theme-sterling-bank .color-tertiary {
    color: #fbd68a !important;
}
.theme-sterling-bank .outline-color-tertiary {
    outline-color: #fbd68a !important;
}
.theme-sterling-bank-red .border-color-primary {
    border-color: #ad161f !important;
}
.theme-sterling-bank-red .border-right-color-primary {
    border-right-color: #ad161f !important;
}
.theme-sterling-bank-red .border-left-color-primary {
    border-left-color: #ad161f !important;
}
.theme-sterling-bank-red .border-bottom-color-primary {
    border-bottom-color: #ad161f !important;
}
.theme-sterling-bank-red .border-top-color-primary {
    border-top-color: #ad161f !important;
}
.theme-sterling-bank-red .background-color-primary {
    background-color: #ad161f !important;
}
.theme-sterling-bank-red .color-primary {
    color: #ad161f !important;
}
.theme-sterling-bank-red .outline-color-primary {
    outline-color: #ad161f !important;
}
.theme-sterling-bank-red .border-color-secondary {
    border-color: #ad161f !important;
}
.theme-sterling-bank-red .border-right-color-secondary {
    border-right-color: #ad161f !important;
}
.theme-sterling-bank-red .border-left-color-secondary {
    border-left-color: #ad161f !important;
}
.theme-sterling-bank-red .border-bottom-color-secondary {
    border-bottom-color: #ad161f !important;
}
.theme-sterling-bank-red .border-top-color-secondary {
    border-top-color: #ad161f !important;
}
.theme-sterling-bank-red .background-color-secondary {
    background-color: #ad161f !important;
}
.theme-sterling-bank-red .color-secondary {
    color: #ad161f !important;
}
.theme-sterling-bank-red .outline-color-secondary {
    outline-color: #ad161f !important;
}
.theme-sterling-bank-red .border-color-tertiary {
    border-color: #fbd68a !important;
}
.theme-sterling-bank-red .border-right-color-tertiary {
    border-right-color: #fbd68a !important;
}
.theme-sterling-bank-red .border-left-color-tertiary {
    border-left-color: #fbd68a !important;
}
.theme-sterling-bank-red .border-bottom-color-tertiary {
    border-bottom-color: #fbd68a !important;
}
.theme-sterling-bank-red .border-top-color-tertiary {
    border-top-color: #fbd68a !important;
}
.theme-sterling-bank-red .background-color-tertiary {
    background-color: #fbd68a !important;
}
.theme-sterling-bank-red .color-tertiary {
    color: #fbd68a !important;
}
.theme-sterling-bank-red .outline-color-tertiary {
    outline-color: #fbd68a !important;
}
.theme-sterling-bank-green .border-color-primary {
    border-color: #579e41 !important;
}
.theme-sterling-bank-green .border-right-color-primary {
    border-right-color: #579e41 !important;
}
.theme-sterling-bank-green .border-left-color-primary {
    border-left-color: #579e41 !important;
}
.theme-sterling-bank-green .border-bottom-color-primary {
    border-bottom-color: #579e41 !important;
}
.theme-sterling-bank-green .border-top-color-primary {
    border-top-color: #579e41 !important;
}
.theme-sterling-bank-green .background-color-primary {
    background-color: #579e41 !important;
}
.theme-sterling-bank-green .color-primary {
    color: #579e41 !important;
}
.theme-sterling-bank-green .outline-color-primary {
    outline-color: #579e41 !important;
}
.theme-sterling-bank-green .border-color-secondary {
    border-color: #579e41 !important;
}
.theme-sterling-bank-green .border-right-color-secondary {
    border-right-color: #579e41 !important;
}
.theme-sterling-bank-green .border-left-color-secondary {
    border-left-color: #579e41 !important;
}
.theme-sterling-bank-green .border-bottom-color-secondary {
    border-bottom-color: #579e41 !important;
}
.theme-sterling-bank-green .border-top-color-secondary {
    border-top-color: #579e41 !important;
}
.theme-sterling-bank-green .background-color-secondary {
    background-color: #579e41 !important;
}
.theme-sterling-bank-green .color-secondary {
    color: #579e41 !important;
}
.theme-sterling-bank-green .outline-color-secondary {
    outline-color: #579e41 !important;
}
.theme-sterling-bank-green .border-color-tertiary {
    border-color: #fbd68a !important;
}
.theme-sterling-bank-green .border-right-color-tertiary {
    border-right-color: #fbd68a !important;
}
.theme-sterling-bank-green .border-left-color-tertiary {
    border-left-color: #fbd68a !important;
}
.theme-sterling-bank-green .border-bottom-color-tertiary {
    border-bottom-color: #fbd68a !important;
}
.theme-sterling-bank-green .border-top-color-tertiary {
    border-top-color: #fbd68a !important;
}
.theme-sterling-bank-green .background-color-tertiary {
    background-color: #fbd68a !important;
}
.theme-sterling-bank-green .color-tertiary {
    color: #fbd68a !important;
}
.theme-sterling-bank-green .outline-color-tertiary {
    outline-color: #fbd68a !important;
}
.theme-sterling-bank-purple .border-color-primary {
    border-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .border-right-color-primary {
    border-right-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .border-left-color-primary {
    border-left-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .border-bottom-color-primary {
    border-bottom-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .border-top-color-primary {
    border-top-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .background-color-primary {
    background-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .color-primary {
    color: #5b4da0 !important;
}
.theme-sterling-bank-purple .outline-color-primary {
    outline-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .border-color-secondary {
    border-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .border-right-color-secondary {
    border-right-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .border-left-color-secondary {
    border-left-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .border-bottom-color-secondary {
    border-bottom-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .border-top-color-secondary {
    border-top-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .background-color-secondary {
    background-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .color-secondary {
    color: #5b4da0 !important;
}
.theme-sterling-bank-purple .outline-color-secondary {
    outline-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .border-color-tertiary {
    border-color: #fbd68a !important;
}
.theme-sterling-bank-purple .border-right-color-tertiary {
    border-right-color: #fbd68a !important;
}
.theme-sterling-bank-purple .border-left-color-tertiary {
    border-left-color: #fbd68a !important;
}
.theme-sterling-bank-purple .border-bottom-color-tertiary {
    border-bottom-color: #fbd68a !important;
}
.theme-sterling-bank-purple .border-top-color-tertiary {
    border-top-color: #fbd68a !important;
}
.theme-sterling-bank-purple .background-color-tertiary {
    background-color: #fbd68a !important;
}
.theme-sterling-bank-purple .color-tertiary {
    color: #fbd68a !important;
}
.theme-sterling-bank-purple .outline-color-tertiary {
    outline-color: #fbd68a !important;
}
.theme-sterling-bank-orange .border-color-primary {
    border-color: #cc9510 !important;
}
.theme-sterling-bank-orange .border-right-color-primary {
    border-right-color: #cc9510 !important;
}
.theme-sterling-bank-orange .border-left-color-primary {
    border-left-color: #cc9510 !important;
}
.theme-sterling-bank-orange .border-bottom-color-primary {
    border-bottom-color: #cc9510 !important;
}
.theme-sterling-bank-orange .border-top-color-primary {
    border-top-color: #cc9510 !important;
}
.theme-sterling-bank-orange .background-color-primary {
    background-color: #cc9510 !important;
}
.theme-sterling-bank-orange .color-primary {
    color: #cc9510 !important;
}
.theme-sterling-bank-orange .outline-color-primary {
    outline-color: #cc9510 !important;
}
.theme-sterling-bank-orange .border-color-secondary {
    border-color: #cc9510 !important;
}
.theme-sterling-bank-orange .border-right-color-secondary {
    border-right-color: #cc9510 !important;
}
.theme-sterling-bank-orange .border-left-color-secondary {
    border-left-color: #cc9510 !important;
}
.theme-sterling-bank-orange .border-bottom-color-secondary {
    border-bottom-color: #cc9510 !important;
}
.theme-sterling-bank-orange .border-top-color-secondary {
    border-top-color: #cc9510 !important;
}
.theme-sterling-bank-orange .background-color-secondary {
    background-color: #cc9510 !important;
}
.theme-sterling-bank-orange .color-secondary {
    color: #cc9510 !important;
}
.theme-sterling-bank-orange .outline-color-secondary {
    outline-color: #cc9510 !important;
}
.theme-sterling-bank-orange .border-color-tertiary {
    border-color: #fbd68a !important;
}
.theme-sterling-bank-orange .border-right-color-tertiary {
    border-right-color: #fbd68a !important;
}
.theme-sterling-bank-orange .border-left-color-tertiary {
    border-left-color: #fbd68a !important;
}
.theme-sterling-bank-orange .border-bottom-color-tertiary {
    border-bottom-color: #fbd68a !important;
}
.theme-sterling-bank-orange .border-top-color-tertiary {
    border-top-color: #fbd68a !important;
}
.theme-sterling-bank-orange .background-color-tertiary {
    background-color: #fbd68a !important;
}
.theme-sterling-bank-orange .color-tertiary {
    color: #fbd68a !important;
}
.theme-sterling-bank-orange .outline-color-tertiary {
    outline-color: #fbd68a !important;
}
.theme-keystone-bank .border-color-primary {
    border-color: #09f !important;
}
.theme-keystone-bank .border-right-color-primary {
    border-right-color: #09f !important;
}
.theme-keystone-bank .border-left-color-primary {
    border-left-color: #09f !important;
}
.theme-keystone-bank .border-bottom-color-primary {
    border-bottom-color: #09f !important;
}
.theme-keystone-bank .border-top-color-primary {
    border-top-color: #09f !important;
}
.theme-keystone-bank .background-color-primary {
    background-color: #09f !important;
}
.theme-keystone-bank .color-primary {
    color: #09f !important;
}
.theme-keystone-bank .outline-color-primary {
    outline-color: #09f !important;
}
.theme-keystone-bank .border-color-secondary {
    border-color: #1a46a0 !important;
}
.theme-keystone-bank .border-right-color-secondary {
    border-right-color: #1a46a0 !important;
}
.theme-keystone-bank .border-left-color-secondary {
    border-left-color: #1a46a0 !important;
}
.theme-keystone-bank .border-bottom-color-secondary {
    border-bottom-color: #1a46a0 !important;
}
.theme-keystone-bank .border-top-color-secondary {
    border-top-color: #1a46a0 !important;
}
.theme-keystone-bank .background-color-secondary {
    background-color: #1a46a0 !important;
}
.theme-keystone-bank .color-secondary {
    color: #1a46a0 !important;
}
.theme-keystone-bank .outline-color-secondary {
    outline-color: #1a46a0 !important;
}
.theme-keystone-bank .border-color-tertiary {
    border-color: #d8e5ff !important;
}
.theme-keystone-bank .border-right-color-tertiary {
    border-right-color: #d8e5ff !important;
}
.theme-keystone-bank .border-left-color-tertiary {
    border-left-color: #d8e5ff !important;
}
.theme-keystone-bank .border-bottom-color-tertiary {
    border-bottom-color: #d8e5ff !important;
}
.theme-keystone-bank .border-top-color-tertiary {
    border-top-color: #d8e5ff !important;
}
.theme-keystone-bank .background-color-tertiary {
    background-color: #d8e5ff !important;
}
.theme-keystone-bank .color-tertiary {
    color: #d8e5ff !important;
}
.theme-keystone-bank .outline-color-tertiary {
    outline-color: #d8e5ff !important;
}
.theme-stanbic-bank .border-color-primary {
    border-color: #2570e0 !important;
}
.theme-stanbic-bank .border-right-color-primary {
    border-right-color: #2570e0 !important;
}
.theme-stanbic-bank .border-left-color-primary {
    border-left-color: #2570e0 !important;
}
.theme-stanbic-bank .border-bottom-color-primary {
    border-bottom-color: #2570e0 !important;
}
.theme-stanbic-bank .border-top-color-primary {
    border-top-color: #2570e0 !important;
}
.theme-stanbic-bank .background-color-primary {
    background-color: #2570e0 !important;
}
.theme-stanbic-bank .color-primary {
    color: #2570e0 !important;
}
.theme-stanbic-bank .outline-color-primary {
    outline-color: #2570e0 !important;
}
.theme-stanbic-bank .border-color-secondary {
    border-color: #26428b !important;
}
.theme-stanbic-bank .border-right-color-secondary {
    border-right-color: #26428b !important;
}
.theme-stanbic-bank .border-left-color-secondary {
    border-left-color: #26428b !important;
}
.theme-stanbic-bank .border-bottom-color-secondary {
    border-bottom-color: #26428b !important;
}
.theme-stanbic-bank .border-top-color-secondary {
    border-top-color: #26428b !important;
}
.theme-stanbic-bank .background-color-secondary {
    background-color: #26428b !important;
}
.theme-stanbic-bank .color-secondary {
    color: #26428b !important;
}
.theme-stanbic-bank .outline-color-secondary {
    outline-color: #26428b !important;
}
.theme-stanbic-bank .border-color-tertiary {
    border-color: #c1d7f6 !important;
}
.theme-stanbic-bank .border-right-color-tertiary {
    border-right-color: #c1d7f6 !important;
}
.theme-stanbic-bank .border-left-color-tertiary {
    border-left-color: #c1d7f6 !important;
}
.theme-stanbic-bank .border-bottom-color-tertiary {
    border-bottom-color: #c1d7f6 !important;
}
.theme-stanbic-bank .border-top-color-tertiary {
    border-top-color: #c1d7f6 !important;
}
.theme-stanbic-bank .background-color-tertiary {
    background-color: #c1d7f6 !important;
}
.theme-stanbic-bank .color-tertiary {
    color: #c1d7f6 !important;
}
.theme-stanbic-bank .outline-color-tertiary {
    outline-color: #c1d7f6 !important;
}
.theme-uba-bank .border-color-primary {
    border-color: #d61a0c !important;
}
.theme-uba-bank .border-right-color-primary {
    border-right-color: #d61a0c !important;
}
.theme-uba-bank .border-left-color-primary {
    border-left-color: #d61a0c !important;
}
.theme-uba-bank .border-bottom-color-primary {
    border-bottom-color: #d61a0c !important;
}
.theme-uba-bank .border-top-color-primary {
    border-top-color: #d61a0c !important;
}
.theme-uba-bank .background-color-primary {
    background-color: #d61a0c !important;
}
.theme-uba-bank .color-primary {
    color: #d61a0c !important;
}
.theme-uba-bank .outline-color-primary {
    outline-color: #d61a0c !important;
}
.theme-uba-bank .border-color-secondary {
    border-color: #434141 !important;
}
.theme-uba-bank .border-right-color-secondary {
    border-right-color: #434141 !important;
}
.theme-uba-bank .border-left-color-secondary {
    border-left-color: #434141 !important;
}
.theme-uba-bank .border-bottom-color-secondary {
    border-bottom-color: #434141 !important;
}
.theme-uba-bank .border-top-color-secondary {
    border-top-color: #434141 !important;
}
.theme-uba-bank .background-color-secondary {
    background-color: #434141 !important;
}
.theme-uba-bank .color-secondary {
    color: #434141 !important;
}
.theme-uba-bank .outline-color-secondary {
    outline-color: #434141 !important;
}
.theme-uba-bank .border-color-tertiary {
    border-color: #c1d7f6 !important;
}
.theme-uba-bank .border-right-color-tertiary {
    border-right-color: #c1d7f6 !important;
}
.theme-uba-bank .border-left-color-tertiary {
    border-left-color: #c1d7f6 !important;
}
.theme-uba-bank .border-bottom-color-tertiary {
    border-bottom-color: #c1d7f6 !important;
}
.theme-uba-bank .border-top-color-tertiary {
    border-top-color: #c1d7f6 !important;
}
.theme-uba-bank .background-color-tertiary {
    background-color: #c1d7f6 !important;
}
.theme-uba-bank .color-tertiary {
    color: #c1d7f6 !important;
}
.theme-uba-bank .outline-color-tertiary {
    outline-color: #c1d7f6 !important;
}
.theme-jubilee-bank .border-color-primary {
    border-color: #005f29 !important;
}
.theme-jubilee-bank .border-right-color-primary {
    border-right-color: #005f29 !important;
}
.theme-jubilee-bank .border-left-color-primary {
    border-left-color: #005f29 !important;
}
.theme-jubilee-bank .border-bottom-color-primary {
    border-bottom-color: #005f29 !important;
}
.theme-jubilee-bank .border-top-color-primary {
    border-top-color: #005f29 !important;
}
.theme-jubilee-bank .background-color-primary {
    background-color: #005f29 !important;
}
.theme-jubilee-bank .color-primary {
    color: #005f29 !important;
}
.theme-jubilee-bank .outline-color-primary {
    outline-color: #005f29 !important;
}
.theme-jubilee-bank .border-color-secondary {
    border-color: #b3803c !important;
}
.theme-jubilee-bank .border-right-color-secondary {
    border-right-color: #b3803c !important;
}
.theme-jubilee-bank .border-left-color-secondary {
    border-left-color: #b3803c !important;
}
.theme-jubilee-bank .border-bottom-color-secondary {
    border-bottom-color: #b3803c !important;
}
.theme-jubilee-bank .border-top-color-secondary {
    border-top-color: #b3803c !important;
}
.theme-jubilee-bank .background-color-secondary {
    background-color: #b3803c !important;
}
.theme-jubilee-bank .color-secondary {
    color: #b3803c !important;
}
.theme-jubilee-bank .outline-color-secondary {
    outline-color: #b3803c !important;
}
.theme-jubilee-bank .border-color-tertiary {
    border-color: #6e843c !important;
}
.theme-jubilee-bank .border-right-color-tertiary {
    border-right-color: #6e843c !important;
}
.theme-jubilee-bank .border-left-color-tertiary {
    border-left-color: #6e843c !important;
}
.theme-jubilee-bank .border-bottom-color-tertiary {
    border-bottom-color: #6e843c !important;
}
.theme-jubilee-bank .border-top-color-tertiary {
    border-top-color: #6e843c !important;
}
.theme-jubilee-bank .background-color-tertiary {
    background-color: #6e843c !important;
}
.theme-jubilee-bank .color-tertiary {
    color: #6e843c !important;
}
.theme-jubilee-bank .outline-color-tertiary {
    outline-color: #6e843c !important;
}
.theme-fundquest-bank .border-color-primary {
    border-color: #0D4DA1 !important;
}
.theme-fundquest-bank .border-right-color-primary {
    border-right-color: #0D4DA1 !important;
}
.theme-fundquest-bank .border-left-color-primary {
    border-left-color: #0D4DA1 !important;
}
.theme-fundquest-bank .border-bottom-color-primary {
    border-bottom-color: #0D4DA1 !important;
}
.theme-fundquest-bank .border-top-color-primary {
    border-top-color: #0D4DA1 !important;
}
.theme-fundquest-bank .background-color-primary {
    background-color: #0D4DA1 !important;
}
.theme-fundquest-bank .color-primary {
    color: #0D4DA1 !important;
}
.theme-fundquest-bank .outline-color-primary {
    outline-color: #0D4DA1 !important;
}
.theme-fundquest-bank .border-color-secondary {
    border-color: #0D4DA1 !important;
}
.theme-fundquest-bank .border-right-color-secondary {
    border-right-color: #0D4DA1 !important;
}
.theme-fundquest-bank .border-left-color-secondary {
    border-left-color: #0D4DA1 !important;
}
.theme-fundquest-bank .border-bottom-color-secondary {
    border-bottom-color: #0D4DA1 !important;
}
.theme-fundquest-bank .border-top-color-secondary {
    border-top-color: #0D4DA1 !important;
}
.theme-fundquest-bank .background-color-secondary {
    background-color: #0D4DA1 !important;
}
.theme-fundquest-bank .color-secondary {
    color: #0D4DA1 !important;
}
.theme-fundquest-bank .outline-color-secondary {
    outline-color: #0D4DA1 !important;
}
.theme-fundquest-bank .border-color-tertiary {
    border-color: #007bc1 !important;
}
.theme-fundquest-bank .border-right-color-tertiary {
    border-right-color: #007bc1 !important;
}
.theme-fundquest-bank .border-left-color-tertiary {
    border-left-color: #007bc1 !important;
}
.theme-fundquest-bank .border-bottom-color-tertiary {
    border-bottom-color: #007bc1 !important;
}
.theme-fundquest-bank .border-top-color-tertiary {
    border-top-color: #007bc1 !important;
}
.theme-fundquest-bank .background-color-tertiary {
    background-color: #007bc1 !important;
}
.theme-fundquest-bank .color-tertiary {
    color: #007bc1 !important;
}
.theme-fundquest-bank .outline-color-tertiary {
    outline-color: #007bc1 !important;
}
.theme-default .linear-gradient-90 {
    background: linear-gradient(90deg, #fab338, #faa81b);
}
.theme-default .radial-gradient {
    background: radial-gradient(#fab338, #faa81b);
}
.theme-default.radial-gradient {
    background: radial-gradient(#fab338, #faa81b);
}
.theme-gtb-bank .linear-gradient-90 {
    background: linear-gradient(90deg, #fb6900, #de4a24);
}
.theme-gtb-bank .radial-gradient {
    background: radial-gradient(#fb6900, #de4a24);
}
.theme-gtb-bank.radial-gradient {
    background: radial-gradient(#fb6900, #de4a24);
}
.theme-wema-bank .linear-gradient-90 {
    background: linear-gradient(90deg, #d411b1, #990b81);
}
.theme-wema-bank .radial-gradient {
    background: radial-gradient(#d411b1, #990b81);
}
.theme-wema-bank.radial-gradient {
    background: radial-gradient(#d411b1, #990b81);
}
.theme-union-bank .linear-gradient-90 {
    background: linear-gradient(90deg, #0de6ff, #00afef);
}
.theme-union-bank .radial-gradient {
    background: radial-gradient(#0de6ff, #00afef);
}
.theme-union-bank.radial-gradient {
    background: radial-gradient(#0de6ff, #00afef);
}
.theme-fidelity-bank .linear-gradient-90 {
    background: linear-gradient(90deg, #7cd561, #6abe5c);
}
.theme-fidelity-bank .radial-gradient {
    background: radial-gradient(#7cd561, #6abe5c);
}
.theme-fidelity-bank.radial-gradient {
    background: radial-gradient(#7cd561, #6abe5c);
}
.theme-providus-bank .linear-gradient-90 {
    background: linear-gradient(90deg, #4a6b7a, #2f444e);
}
.theme-providus-bank .radial-gradient {
    background: radial-gradient(#4a6b7a, #2f444e);
}
.theme-providus-bank.radial-gradient {
    background: radial-gradient(#4a6b7a, #2f444e);
}
.theme-fcmb-bank .linear-gradient-90 {
    background: linear-gradient(90deg, #b02486, #5c2684);
}
.theme-fcmb-bank .radial-gradient {
    background: radial-gradient(#b02486, #5c2684);
}
.theme-fcmb-bank.radial-gradient {
    background: radial-gradient(#b02486, #5c2684);
}
.theme-unity-bank .linear-gradient-90 {
    background: linear-gradient(90deg, #87a149, #6e843c);
}
.theme-unity-bank .radial-gradient {
    background: radial-gradient(#87a149, #6e843c);
}
.theme-unity-bank.radial-gradient {
    background: radial-gradient(#87a149, #6e843c);
}
.theme-sterling-bank .linear-gradient-90 {
    background: linear-gradient(90deg, #db3f48, #ad161f);
}
.theme-sterling-bank .radial-gradient {
    background: radial-gradient(#db3f48, #ad161f);
}
.theme-sterling-bank.radial-gradient {
    background: radial-gradient(#db3f48, #ad161f);
}
.theme-sterling-bank-red .linear-gradient-90 {
    background: linear-gradient(90deg, #db3f48, #ad161f);
}
.theme-sterling-bank-red .radial-gradient {
    background: radial-gradient(#db3f48, #ad161f);
}
.theme-sterling-bank-red.radial-gradient {
    background: radial-gradient(#db3f48, #ad161f);
}
.theme-sterling-bank-green .linear-gradient-90 {
    background: linear-gradient(90deg, #b6ec36, #579e41);
}
.theme-sterling-bank-green .radial-gradient {
    background: radial-gradient(#b6ec36, #579e41);
}
.theme-sterling-bank-green.radial-gradient {
    background: radial-gradient(#b6ec36, #579e41);
}
.theme-sterling-bank-orange .linear-gradient-90 {
    background: linear-gradient(90deg, #e0c55a, #cc9510);
}
.theme-sterling-bank-orange .radial-gradient {
    background: radial-gradient(#e0c55a, #cc9510);
}
.theme-sterling-bank-orange.radial-gradient {
    background: radial-gradient(#e0c55a, #cc9510);
}
.theme-sterling-bank-purple .linear-gradient-90 {
    background: linear-gradient(90deg, #966ad4, #5b4da0);
}
.theme-sterling-bank-purple .radial-gradient {
    background: radial-gradient(#966ad4, #5b4da0);
}
.theme-sterling-bank-purple.radial-gradient {
    background: radial-gradient(#966ad4, #5b4da0);
}
.theme-keystone-bank .linear-gradient-90 {
    background: linear-gradient(90deg, #7ac9ff, #09f);
}
.theme-keystone-bank .radial-gradient {
    background: radial-gradient(#7ac9ff, #09f);
}
.theme-keystone-bank.radial-gradient {
    background: radial-gradient(#7ac9ff, #09f);
}
.theme-stanbic-bank .linear-gradient-90 {
    background: linear-gradient(90deg, #2570e0, #26428b);
}
.theme-stanbic-bank .radial-gradient {
    background: radial-gradient(#2570e0, #26428b);
}
.theme-stanbic-bank.radial-gradient {
    background: radial-gradient(#2570e0, #26428b);
}
.theme-jubilee-bank .linear-gradient-90 {
    background: linear-gradient(90deg, #005f29, #b3803c);
}
.theme-jubilee-bank .radial-gradient {
    background: radial-gradient(#005f29, #b3803c);
}
.theme-jubilee-bank.radial-gradient {
    background: radial-gradient(#005f29, #b3803c);
}
.theme-fundquest-bank .linear-gradient-90 {
    background: linear-gradient(90deg, #0D4DA1, #007bc1);
}
.theme-fundquest-bank .radial-gradient {
    background: radial-gradient(#0D4DA1, #007bc1);
}
.theme-fundquest-bank.radial-gradient {
    background: radial-gradient(#0D4DA1, #007bc1);
}
.theme-uba-bank .linear-gradient-90 {
    background: linear-gradient(90deg, #ff4335, #d61a0c);
}
.theme-uba-bank .radial-gradient {
    background: radial-gradient(#ff4335, #d61a0c);
}
.theme-uba-bank.radial-gradient {
    background: radial-gradient(#ff4335, #d61a0c);
}
.theme-default .btn-primary {
    background-color: #fab338;
    border: none;
}
.theme-default .btn-primary:hover:not(.btn-loading),
.theme-default .btn-primary:focus,
.theme-default .btn-primary:active,
.theme-default .btn-primary.active,
.theme-default .open .dropdown-toggle.btn-primary {
    background-color: #faa81b;
    border: none;
}
.theme-default .btn-text {
    color: #fab338;
}
.theme-default .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #fab338;
    color: #fab338;
}
.theme-default .btn-primary-inverse:hover,
.theme-default .btn-primary-inverse:focus,
.theme-default .btn-primary-inverse:active,
.theme-default .btn-primary-inverse.active,
.theme-default .open .dropdown-toggle.btn-primary-inverse {
    background-color: #faa81b;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-gtb-bank .btn-primary {
    background-color: #fb6900;
    border: none;
}
.theme-gtb-bank .btn-primary:hover:not(.btn-loading),
.theme-gtb-bank .btn-primary:focus,
.theme-gtb-bank .btn-primary:active,
.theme-gtb-bank .btn-primary.active,
.theme-gtb-bank .open .dropdown-toggle.btn-primary {
    background-color: #de4a24;
    border: none;
}
.theme-gtb-bank .btn-text {
    color: #fb6900;
}
.theme-gtb-bank .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #fb6900;
    color: #fb6900;
}
.theme-gtb-bank .btn-primary-inverse:hover,
.theme-gtb-bank .btn-primary-inverse:focus,
.theme-gtb-bank .btn-primary-inverse:active,
.theme-gtb-bank .btn-primary-inverse.active,
.theme-gtb-bank .open .dropdown-toggle.btn-primary-inverse {
    background-color: #de4a24;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-wema-bank .btn-primary {
    background-color: #d411b1;
    border: none;
}
.theme-wema-bank .btn-primary:hover:not(.btn-loading),
.theme-wema-bank .btn-primary:focus,
.theme-wema-bank .btn-primary:active,
.theme-wema-bank .btn-primary.active,
.theme-wema-bank .open .dropdown-toggle.btn-primary {
    background-color: #990b81;
    border: none;
}
.theme-wema-bank .btn-text {
    color: #d411b1;
}
.theme-wema-bank .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #d411b1;
    color: #d411b1;
}
.theme-wema-bank .btn-primary-inverse:hover,
.theme-wema-bank .btn-primary-inverse:focus,
.theme-wema-bank .btn-primary-inverse:active,
.theme-wema-bank .btn-primary-inverse.active,
.theme-wema-bank .open .dropdown-toggle.btn-primary-inverse {
    background-color: #990b81;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-union-bank .btn-primary {
    background-color: #0de6ff;
    border: none;
}
.theme-union-bank .btn-primary:hover:not(.btn-loading),
.theme-union-bank .btn-primary:focus,
.theme-union-bank .btn-primary:active,
.theme-union-bank .btn-primary.active,
.theme-union-bank .open .dropdown-toggle.btn-primary {
    background-color: #00afef;
    border: none;
}
.theme-union-bank .btn-text {
    color: #0de6ff;
}
.theme-union-bank .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #0de6ff;
    color: #0de6ff;
}
.theme-union-bank .btn-primary-inverse:hover,
.theme-union-bank .btn-primary-inverse:focus,
.theme-union-bank .btn-primary-inverse:active,
.theme-union-bank .btn-primary-inverse.active,
.theme-union-bank .open .dropdown-toggle.btn-primary-inverse {
    background-color: #00afef;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-fidelity-bank .btn-primary {
    background-color: #7cd561;
    border: none;
}
.theme-fidelity-bank .btn-primary:hover:not(.btn-loading),
.theme-fidelity-bank .btn-primary:focus,
.theme-fidelity-bank .btn-primary:active,
.theme-fidelity-bank .btn-primary.active,
.theme-fidelity-bank .open .dropdown-toggle.btn-primary {
    background-color: #6abe5c;
    border: none;
}
.theme-fidelity-bank .btn-text {
    color: #7cd561;
}
.theme-fidelity-bank .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #7cd561;
    color: #7cd561;
}
.theme-fidelity-bank .btn-primary-inverse:hover,
.theme-fidelity-bank .btn-primary-inverse:focus,
.theme-fidelity-bank .btn-primary-inverse:active,
.theme-fidelity-bank .btn-primary-inverse.active,
.theme-fidelity-bank .open .dropdown-toggle.btn-primary-inverse {
    background-color: #6abe5c;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-providus-bank .btn-primary {
    background-color: #4a6b7a;
    border: none;
}
.theme-providus-bank .btn-primary:hover:not(.btn-loading),
.theme-providus-bank .btn-primary:focus,
.theme-providus-bank .btn-primary:active,
.theme-providus-bank .btn-primary.active,
.theme-providus-bank .open .dropdown-toggle.btn-primary {
    background-color: #2f444e;
    border: none;
}
.theme-providus-bank .btn-text {
    color: #4a6b7a;
}
.theme-providus-bank .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #4a6b7a;
    color: #4a6b7a;
}
.theme-providus-bank .btn-primary-inverse:hover,
.theme-providus-bank .btn-primary-inverse:focus,
.theme-providus-bank .btn-primary-inverse:active,
.theme-providus-bank .btn-primary-inverse.active,
.theme-providus-bank .open .dropdown-toggle.btn-primary-inverse {
    background-color: #2f444e;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-fcmb-bank .btn-primary {
    background-color: #b02486;
    border: none;
}
.theme-fcmb-bank .btn-primary:hover:not(.btn-loading),
.theme-fcmb-bank .btn-primary:focus,
.theme-fcmb-bank .btn-primary:active,
.theme-fcmb-bank .btn-primary.active,
.theme-fcmb-bank .open .dropdown-toggle.btn-primary {
    background-color: #5c2684;
    border: none;
}
.theme-fcmb-bank .btn-text {
    color: #b02486;
}
.theme-fcmb-bank .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #b02486;
    color: #b02486;
}
.theme-fcmb-bank .btn-primary-inverse:hover,
.theme-fcmb-bank .btn-primary-inverse:focus,
.theme-fcmb-bank .btn-primary-inverse:active,
.theme-fcmb-bank .btn-primary-inverse.active,
.theme-fcmb-bank .open .dropdown-toggle.btn-primary-inverse {
    background-color: #5c2684;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-unity-bank .btn-primary {
    background-color: #87a149;
    border: none;
}
.theme-unity-bank .btn-primary:hover:not(.btn-loading),
.theme-unity-bank .btn-primary:focus,
.theme-unity-bank .btn-primary:active,
.theme-unity-bank .btn-primary.active,
.theme-unity-bank .open .dropdown-toggle.btn-primary {
    background-color: #6e843c;
    border: none;
}
.theme-unity-bank .btn-text {
    color: #87a149;
}
.theme-unity-bank .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #87a149;
    color: #87a149;
}
.theme-unity-bank .btn-primary-inverse:hover,
.theme-unity-bank .btn-primary-inverse:focus,
.theme-unity-bank .btn-primary-inverse:active,
.theme-unity-bank .btn-primary-inverse.active,
.theme-unity-bank .open .dropdown-toggle.btn-primary-inverse {
    background-color: #6e843c;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-sterling-bank .btn-primary {
    background-color: #db3f48;
    border: none;
}
.theme-sterling-bank .btn-primary:hover:not(.btn-loading),
.theme-sterling-bank .btn-primary:focus,
.theme-sterling-bank .btn-primary:active,
.theme-sterling-bank .btn-primary.active,
.theme-sterling-bank .open .dropdown-toggle.btn-primary {
    background-color: #ad161f;
    border: none;
}
.theme-sterling-bank .btn-text {
    color: #db3f48;
}
.theme-sterling-bank .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #db3f48;
    color: #db3f48;
}
.theme-sterling-bank .btn-primary-inverse:hover,
.theme-sterling-bank .btn-primary-inverse:focus,
.theme-sterling-bank .btn-primary-inverse:active,
.theme-sterling-bank .btn-primary-inverse.active,
.theme-sterling-bank .open .dropdown-toggle.btn-primary-inverse {
    background-color: #ad161f;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-sterling-bank-red .btn-primary {
    background-color: #db3f48;
    border: none;
}
.theme-sterling-bank-red .btn-primary:hover:not(.btn-loading),
.theme-sterling-bank-red .btn-primary:focus,
.theme-sterling-bank-red .btn-primary:active,
.theme-sterling-bank-red .btn-primary.active,
.theme-sterling-bank-red .open .dropdown-toggle.btn-primary {
    background-color: #ad161f;
    border: none;
}
.theme-sterling-bank-red .btn-text {
    color: #db3f48;
}
.theme-sterling-bank-red .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #db3f48;
    color: #db3f48;
}
.theme-sterling-bank-red .btn-primary-inverse:hover,
.theme-sterling-bank-red .btn-primary-inverse:focus,
.theme-sterling-bank-red .btn-primary-inverse:active,
.theme-sterling-bank-red .btn-primary-inverse.active,
.theme-sterling-bank-red .open .dropdown-toggle.btn-primary-inverse {
    background-color: #ad161f;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-sterling-bank-green .btn-primary {
    background-color: #b6ec36;
    border: none;
}
.theme-sterling-bank-green .btn-primary:hover:not(.btn-loading),
.theme-sterling-bank-green .btn-primary:focus,
.theme-sterling-bank-green .btn-primary:active,
.theme-sterling-bank-green .btn-primary.active,
.theme-sterling-bank-green .open .dropdown-toggle.btn-primary {
    background-color: #579e41;
    border: none;
}
.theme-sterling-bank-green .btn-text {
    color: #b6ec36;
}
.theme-sterling-bank-green .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #b6ec36;
    color: #b6ec36;
}
.theme-sterling-bank-green .btn-primary-inverse:hover,
.theme-sterling-bank-green .btn-primary-inverse:focus,
.theme-sterling-bank-green .btn-primary-inverse:active,
.theme-sterling-bank-green .btn-primary-inverse.active,
.theme-sterling-bank-green .open .dropdown-toggle.btn-primary-inverse {
    background-color: #579e41;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-sterling-bank-orange .btn-primary {
    background-color: #e0c55a;
    border: none;
}
.theme-sterling-bank-orange .btn-primary:hover:not(.btn-loading),
.theme-sterling-bank-orange .btn-primary:focus,
.theme-sterling-bank-orange .btn-primary:active,
.theme-sterling-bank-orange .btn-primary.active,
.theme-sterling-bank-orange .open .dropdown-toggle.btn-primary {
    background-color: #cc9510;
    border: none;
}
.theme-sterling-bank-orange .btn-text {
    color: #e0c55a;
}
.theme-sterling-bank-orange .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #e0c55a;
    color: #e0c55a;
}
.theme-sterling-bank-orange .btn-primary-inverse:hover,
.theme-sterling-bank-orange .btn-primary-inverse:focus,
.theme-sterling-bank-orange .btn-primary-inverse:active,
.theme-sterling-bank-orange .btn-primary-inverse.active,
.theme-sterling-bank-orange .open .dropdown-toggle.btn-primary-inverse {
    background-color: #cc9510;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-sterling-bank-purple .btn-primary {
    background-color: #966ad4;
    border: none;
}
.theme-sterling-bank-purple .btn-primary:hover:not(.btn-loading),
.theme-sterling-bank-purple .btn-primary:focus,
.theme-sterling-bank-purple .btn-primary:active,
.theme-sterling-bank-purple .btn-primary.active,
.theme-sterling-bank-purple .open .dropdown-toggle.btn-primary {
    background-color: #5b4da0;
    border: none;
}
.theme-sterling-bank-purple .btn-text {
    color: #966ad4;
}
.theme-sterling-bank-purple .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #966ad4;
    color: #966ad4;
}
.theme-sterling-bank-purple .btn-primary-inverse:hover,
.theme-sterling-bank-purple .btn-primary-inverse:focus,
.theme-sterling-bank-purple .btn-primary-inverse:active,
.theme-sterling-bank-purple .btn-primary-inverse.active,
.theme-sterling-bank-purple .open .dropdown-toggle.btn-primary-inverse {
    background-color: #5b4da0;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-keystone-bank .btn-primary {
    background-color: #7ac9ff;
    border: none;
}
.theme-keystone-bank .btn-primary:hover:not(.btn-loading),
.theme-keystone-bank .btn-primary:focus,
.theme-keystone-bank .btn-primary:active,
.theme-keystone-bank .btn-primary.active,
.theme-keystone-bank .open .dropdown-toggle.btn-primary {
    background-color: #09f;
    border: none;
}
.theme-keystone-bank .btn-text {
    color: #7ac9ff;
}
.theme-keystone-bank .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #7ac9ff;
    color: #7ac9ff;
}
.theme-keystone-bank .btn-primary-inverse:hover,
.theme-keystone-bank .btn-primary-inverse:focus,
.theme-keystone-bank .btn-primary-inverse:active,
.theme-keystone-bank .btn-primary-inverse.active,
.theme-keystone-bank .open .dropdown-toggle.btn-primary-inverse {
    background-color: #09f;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-stanbic-bank .btn-primary {
    background-color: #2570e0;
    border: none;
}
.theme-stanbic-bank .btn-primary:hover:not(.btn-loading),
.theme-stanbic-bank .btn-primary:focus,
.theme-stanbic-bank .btn-primary:active,
.theme-stanbic-bank .btn-primary.active,
.theme-stanbic-bank .open .dropdown-toggle.btn-primary {
    background-color: #26428b;
    border: none;
}
.theme-stanbic-bank .btn-text {
    color: #2570e0;
}
.theme-stanbic-bank .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #2570e0;
    color: #2570e0;
}
.theme-stanbic-bank .btn-primary-inverse:hover,
.theme-stanbic-bank .btn-primary-inverse:focus,
.theme-stanbic-bank .btn-primary-inverse:active,
.theme-stanbic-bank .btn-primary-inverse.active,
.theme-stanbic-bank .open .dropdown-toggle.btn-primary-inverse {
    background-color: #26428b;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-jubilee-bank .btn-primary {
    background-color: #005f29;
    border: none;
}
.theme-jubilee-bank .btn-primary:hover:not(.btn-loading),
.theme-jubilee-bank .btn-primary:focus,
.theme-jubilee-bank .btn-primary:active,
.theme-jubilee-bank .btn-primary.active,
.theme-jubilee-bank .open .dropdown-toggle.btn-primary {
    background-color: #b3803c;
    border: none;
}
.theme-jubilee-bank .btn-text {
    color: #005f29;
}
.theme-jubilee-bank .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #005f29;
    color: #005f29;
}
.theme-jubilee-bank .btn-primary-inverse:hover,
.theme-jubilee-bank .btn-primary-inverse:focus,
.theme-jubilee-bank .btn-primary-inverse:active,
.theme-jubilee-bank .btn-primary-inverse.active,
.theme-jubilee-bank .open .dropdown-toggle.btn-primary-inverse {
    background-color: #b3803c;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-fundquest-bank .btn-primary {
    background-color: #0D4DA1;
    border: none;
}
.theme-fundquest-bank .btn-primary:hover:not(.btn-loading),
.theme-fundquest-bank .btn-primary:focus,
.theme-fundquest-bank .btn-primary:active,
.theme-fundquest-bank .btn-primary.active,
.theme-fundquest-bank .open .dropdown-toggle.btn-primary {
    background-color: #007bc1;
    border: none;
}
.theme-fundquest-bank .btn-text {
    color: #0D4DA1;
}
.theme-fundquest-bank .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #0D4DA1;
    color: #0D4DA1;
}
.theme-fundquest-bank .btn-primary-inverse:hover,
.theme-fundquest-bank .btn-primary-inverse:focus,
.theme-fundquest-bank .btn-primary-inverse:active,
.theme-fundquest-bank .btn-primary-inverse.active,
.theme-fundquest-bank .open .dropdown-toggle.btn-primary-inverse {
    background-color: #007bc1;
    border-color: #ffffff;
    color: #ffffff;
}
.theme-uba-bank .btn-primary {
    background-color: #ff4335;
    border: none;
}
.theme-uba-bank .btn-primary:hover:not(.btn-loading),
.theme-uba-bank .btn-primary:focus,
.theme-uba-bank .btn-primary:active,
.theme-uba-bank .btn-primary.active,
.theme-uba-bank .open .dropdown-toggle.btn-primary {
    background-color: #d61a0c;
    border: none;
}
.theme-uba-bank .btn-text {
    color: #ff4335;
}
.theme-uba-bank .btn-primary-inverse {
    background-color: #ffffff;
    border-color: #ff4335;
    color: #ff4335;
}
.theme-uba-bank .btn-primary-inverse:hover,
.theme-uba-bank .btn-primary-inverse:focus,
.theme-uba-bank .btn-primary-inverse:active,
.theme-uba-bank .btn-primary-inverse.active,
.theme-uba-bank .open .dropdown-toggle.btn-primary-inverse {
    background-color: #d61a0c;
    border-color: #ffffff;
    color: #ffffff;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-item {
    flex: 1;
    order: 50;
}
@media screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        justify-content: center;
    }
    .flex-container .flex-card-section {
        order: 1;
    }
    .movies-flex.flex-container {
        flex-direction: row;
    }
}
@media screen and (max-width: 480px) {
    .left-section {
        height: 40vh !important;
    }
    .left-section .message {
        display: none marg;
    }
    .right-section {
        position: absolute;
        padding: 0px 19px 23px 19px !important;
    }
    .right-center {
        text-align: center !important;
    }
    .right-section img.logo {
        width: 111px;
        height: 57px;
    }
    .form-section {
        padding: 38px 10px 23px 10px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.08);
        margin-top: 38px;
    }
    .right-section form {
        padding: 0px 16px !important;
    }
    .content-carousel {
        display: none !important;
    }
}
.btn {
    height: 45px;
    font-weight: 500;
    border-radius: 7px;
    color: #fff !important;
    background-color: #f58220;
}
.btn.btn-primary {
    color: #fff !important;
    background-color: #0D4DA1;
}
.btn:focus {
    outline: none !important;
}
@-webkit-keyframes animation-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes animation-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes animation-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}
@keyframes animation-rotate {
    100% {
        transform: rotate(360deg);
    }
}
.btn-loading {
    min-height: 38px;
    position: relative;
    cursor: not-allowed;
    pointer-events: none;
}
.btn-loading:before {
    margin: -13px 0 0 -13px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    -webkit-border-radius: 24px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 24px;
    -moz-background-clip: padding;
    border-radius: 24px;
    background-clip: padding-box;
    border: rgba(255, 255, 255, 0.25) 2px solid;
    border-top-color: #fff;
    -webkit-animation: animation-rotate 750ms linear infinite;
    -moz-animation: animation-rotate 750ms linear infinite;
    -o-animation: animation-rotate 750ms linear infinite;
    animation: animation-rotate 750ms linear infinite;
}
.btn-loading span,
.btn-loading:hover span,
.btn-loading:active span {
    color: transparent;
    text-shadow: none;
}
.theme-default .btn-loading {
    background: #0077b2 !important;
}
.theme-gtb-bank .btn-loading {
    background: #de4a24 !important;
}
.theme-wema-bank .btn-loading {
    background: #990b81 !important;
}
.theme-union-bank .btn-loading {
    background: #00afef !important;
}
.theme-fidelity-bank .btn-loading {
    background: #6abe5c !important;
}
.theme-providus-bank .btn-loading {
    background: #2f444e !important;
}
.theme-fcmb-bank .btn-loading {
    background: #5c2684 !important;
}
.theme-unity-bank .btn-loading {
    background: #87a149 !important;
}
.theme-sterling-bank .btn-loading {
    background: #ad161f !important;
}
.theme-sterling-bank-red .btn-loading {
    background: #ad161f !important;
}
.theme-sterling-bank-green .btn-loading {
    background: #579e41 !important;
}
.theme-sterling-bank-purple .btn-loading {
    background: #5b4da0 !important;
}
.theme-sterling-bank-orange .btn-loading {
    background: #cc9510 !important;
}
.theme-keystone-bank .btn-loading {
    background: #09f !important;
}
.theme-stanbic-bank .btn-loading {
    background: #2570e0 !important;
}
.theme-uba-bank .btn-loading {
    background: #d61a0c !important;
}
.theme-jubilee-bank .btn-loading {
    background: #005f29 !important;
}
.theme-fundquest-bank .btn-loading {
    background: #0D4DA1 !important;
} /*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-clip-rotate,
.la-ball-clip-rotate > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.la-ball-clip-rotate {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-clip-rotate.la-dark {
    color: #333;
}
.la-ball-clip-rotate > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-clip-rotate {
    width: 32px;
    height: 32px;
}
.la-ball-clip-rotate > div {
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-bottom-color: transparent;
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate 0.75s linear infinite;
    -moz-animation: ball-clip-rotate 0.75s linear infinite;
    -o-animation: ball-clip-rotate 0.75s linear infinite;
    animation: ball-clip-rotate 0.75s linear infinite;
}
.la-ball-clip-rotate.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-clip-rotate.la-sm > div {
    width: 16px;
    height: 16px;
    border-width: 1px;
}
.la-ball-clip-rotate.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-clip-rotate.la-2x > div {
    width: 64px;
    height: 64px;
    border-width: 4px;
}
.la-ball-clip-rotate.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-clip-rotate.la-3x > div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}
@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes ball-clip-rotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes ball-clip-rotate {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.la-ball-scale-multiple {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-scale-multiple.la-dark {
    color: #333;
}
.la-ball-scale-multiple > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-scale-multiple {
    width: 32px;
    height: 32px;
}
.la-ball-scale-multiple > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    -moz-animation: ball-scale-multiple 1s 0s linear infinite;
    -o-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.la-ball-scale-multiple.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-scale-multiple.la-sm > div {
    width: 16px;
    height: 16px;
}
.la-ball-scale-multiple.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-scale-multiple.la-2x > div {
    width: 64px;
    height: 64px;
}
.la-ball-scale-multiple.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-scale-multiple.la-3x > div {
    width: 96px;
    height: 96px;
}
@-webkit-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 0.75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 0.75;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 0.75;
    }
    100% {
        opacity: 0;
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 0.75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.la-ball-scale-ripple-multiple,
.la-ball-scale-ripple-multiple > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.la-ball-scale-ripple-multiple {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-scale-ripple-multiple.la-dark {
    color: #333;
}
.la-ball-scale-ripple-multiple > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-scale-ripple-multiple {
    width: 32px;
    height: 32px;
}
.la-ball-scale-ripple-multiple > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite
        cubic-bezier(0.21, 0.53, 0.56, 0.8);
    -moz-animation: ball-scale-ripple-multiple 1.25s 0s infinite
        cubic-bezier(0.21, 0.53, 0.56, 0.8);
    -o-animation: ball-scale-ripple-multiple 1.25s 0s infinite
        cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite
        cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.la-ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}
.la-ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.la-ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.la-ball-scale-ripple-multiple.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-scale-ripple-multiple.la-sm > div {
    width: 16px;
    height: 16px;
    border-width: 1px;
}
.la-ball-scale-ripple-multiple.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-scale-ripple-multiple.la-2x > div {
    width: 64px;
    height: 64px;
    border-width: 4px;
}
.la-ball-scale-ripple-multiple.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-scale-ripple-multiple.la-3x > div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}
@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    70% {
        opacity: 0.5;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    95% {
        opacity: 0;
    }
}
@-moz-keyframes ball-scale-ripple-multiple {
    0% {
        opacity: 1;
        -moz-transform: scale(0.1);
        transform: scale(0.1);
    }
    70% {
        opacity: 0.5;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    95% {
        opacity: 0;
    }
}
@-o-keyframes ball-scale-ripple-multiple {
    0% {
        opacity: 1;
        -o-transform: scale(0.1);
        transform: scale(0.1);
    }
    70% {
        opacity: 0.5;
        -o-transform: scale(1);
        transform: scale(1);
    }
    95% {
        opacity: 0;
    }
}
@keyframes ball-scale-ripple-multiple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -o-transform: scale(0.1);
        transform: scale(0.1);
    }
    70% {
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    95% {
        opacity: 0;
    }
}
.theme-default .la-ball-clip-rotate,
.theme-default .la-ball-scale-multiple,
.theme-default .la-ball-scale-ripple-multiple {
    color: #0077b2 !important;
}
.theme-gtb-bank .la-ball-clip-rotate,
.theme-gtb-bank .la-ball-scale-multiple,
.theme-gtb-bank .la-ball-scale-ripple-multiple {
    color: #de4a24 !important;
}
.theme-wema-bank .la-ball-clip-rotate,
.theme-wema-bank .la-ball-scale-multiple,
.theme-wema-bank .la-ball-scale-ripple-multiple {
    color: #990b81 !important;
}
.theme-union-bank .la-ball-clip-rotate,
.theme-union-bank .la-ball-scale-multiple,
.theme-union-bank .la-ball-scale-ripple-multiple {
    color: #00afef !important;
}
.theme-fidelity-bank .la-ball-clip-rotate,
.theme-fidelity-bank .la-ball-scale-multiple,
.theme-fidelity-bank .la-ball-scale-ripple-multiple {
    color: #6abe5c !important;
}
.theme-providus-bank .la-ball-clip-rotate,
.theme-providus-bank .la-ball-scale-multiple,
.theme-providus-bank .la-ball-scale-ripple-multiple {
    color: #2f444e !important;
}
.theme-fcmb-bank .la-ball-clip-rotate,
.theme-fcmb-bank .la-ball-scale-multiple,
.theme-fcmb-bank .la-ball-scale-ripple-multiple {
    color: #5c2684 !important;
}
.theme-unity-bank .la-ball-clip-rotate,
.theme-unity-bank .la-ball-scale-multiple,
.theme-unity-bank .la-ball-scale-ripple-multiple {
    color: #87a149 !important;
}
.theme-sterling-bank .la-ball-clip-rotate,
.theme-sterling-bank .la-ball-scale-multiple,
.theme-sterling-bank .la-ball-scale-ripple-multiple {
    color: #ad161f !important;
}
.theme-sterling-bank-red .la-ball-clip-rotate,
.theme-sterling-bank-red .la-ball-scale-multiple,
.theme-sterling-bank-red .la-ball-scale-ripple-multiple {
    color: #ad161f !important;
}
.theme-sterling-bank-green .la-ball-clip-rotate,
.theme-sterling-bank-green .la-ball-scale-multiple,
.theme-sterling-bank-green .la-ball-scale-ripple-multiple {
    color: #579e41 !important;
}
.theme-sterling-bank-purple .la-ball-clip-rotate,
.theme-sterling-bank-purple .la-ball-scale-multiple,
.theme-sterling-bank-purple .la-ball-scale-ripple-multiple {
    color: #5b4da0 !important;
}
.theme-sterling-bank-orange .la-ball-clip-rotate,
.theme-sterling-bank-orange .la-ball-scale-multiple,
.theme-sterling-bank-orange .la-ball-scale-ripple-multiple {
    color: #cc9510 !important;
}
.theme-keystone-bank .la-ball-clip-rotate,
.theme-keystone-bank .la-ball-scale-multiple,
.theme-keystone-bank .la-ball-scale-ripple-multiple {
    color: #09f !important;
}
.theme-stanbic-bank .la-ball-clip-rotate,
.theme-stanbic-bank .la-ball-scale-multiple,
.theme-stanbic-bank .la-ball-scale-ripple-multiple {
    color: #2570e0 !important;
}
.theme-uba-bank .la-ball-clip-rotate,
.theme-uba-bank .la-ball-scale-multiple,
.theme-uba-bank .la-ball-scale-ripple-multiple {
    color: #d61a0c !important;
}
.theme-jubilee-bank .la-ball-clip-rotate,
.theme-jubilee-bank .la-ball-scale-multiple,
.theme-jubilee-bank .la-ball-scale-ripple-multiple {
    color: #005f29 !important;
}
.theme-fundquest-bank .la-ball-clip-rotate,
.theme-fundquest-bank .la-ball-scale-multiple,
.theme-fundquest-bank .la-ball-scale-ripple-multiple {
    color: #0D4DA1 !important;
}
.owl-carousel {
    display: block;
    overflow: hidden;
    height: 100px;
}
.owl-carousel .owl-stage-outer {
    height: 100%;
}
.owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
    display: flex;
    gap:20px;
}

/* .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    flex: auto;
} */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc((100% / 2) - 35px) !important;
    right: 0;
    left: 10px;
    bottom: 0;
    width: 35px;
    height: 35px;
    padding: 12px 15px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}
.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
    display: block;
    color: #87c700;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 25%;
    right: 25%;
}
.owl-carousel .owl-nav .owl-next {
    right: 10px;
    left: auto;
}
.owl-carousel .owl-nav .owl-prev {
    padding: 12px 12px;
}
.owl-carousel .owl-nav .owl-prev i {
    text-align: left;
}
.theme-default .owl-carousel i {
    color: #0077b2 !important;
}
.theme-gtb-bank .owl-carousel i {
    color: #de4a24 !important;
}
.theme-wema-bank .owl-carousel i {
    color: #990b81 !important;
}
.theme-union-bank .owl-carousel i {
    color: #00afef !important;
}
.theme-fidelity-bank .owl-carousel i {
    color: #6abe5c !important;
}
.theme-providus-bank .owl-carousel i {
    color: #2f444e !important;
}
.theme-fcmb-bank .owl-carousel i {
    color: #5c2684 !important;
}
.theme-unity-bank .owl-carousel i {
    color: #87a149 !important;
}
.theme-sterling-bank .owl-carousel i {
    color: #ad161f !important;
}
.theme-sterling-bank-red .owl-carousel i {
    color: #ad161f !important;
}
.theme-sterling-bank-green .owl-carousel i {
    color: #579e41 !important;
}
.theme-sterling-bank-purple .owl-carousel i {
    color: #5b4da0 !important;
}
.theme-sterling-bank-orange .owl-carousel i {
    color: #cc9510 !important;
}
.theme-keystone-bank .owl-carousel i {
    color: #09f !important;
}
.theme-stanbic-bank .owl-carousel i {
    color: #2570e0 !important;
}
.theme-uba-bank .owl-carousel i {
    color: #d61a0c !important;
}
.theme-jubilee-bank .owl-carousel i {
    color: #005f29 !important;
}
.theme-fundquest-bank .owl-carousel i {
    color: #0D4DA1 !important;
}
.checkbox {
    padding-left: 20px;
    margin: 0px;
}
.checkbox + .checkbox {
    margin-top: 0px;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 13px;
    text-transform: none;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: none;
}
.checkbox input[type="checkbox"]:checked + label::before {
    border-color: #fff;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.radio {
    padding-left: 20px;
}
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 1.3rem;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 9px;
    height: 9px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s
        cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"] + label::after {
    background-color: #fff;
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:checked + label::before {
    outline: none;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
.theme-default .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #0077b2;
}
.theme-default .checkbox input[type="checkbox"]:checked + label::after {
    color: #0077b2;
}
.theme-default .checkbox label::before {
    border-color: #0077b2;
}
.theme-default .radio input[type="radio"]:checked + label::before {
    background-color: #0077b2;
}
.theme-gtb-bank .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #de4a24;
}
.theme-gtb-bank .checkbox input[type="checkbox"]:checked + label::after {
    color: #de4a24;
}
.theme-gtb-bank .checkbox label::before {
    border-color: #de4a24;
}
.theme-gtb-bank .radio input[type="radio"]:checked + label::before {
    background-color: #de4a24;
}
.theme-wema-bank .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #990b81;
}
.theme-wema-bank .checkbox input[type="checkbox"]:checked + label::after {
    color: #990b81;
}
.theme-wema-bank .checkbox label::before {
    border-color: #990b81;
}
.theme-wema-bank .radio input[type="radio"]:checked + label::before {
    background-color: #990b81;
}
.theme-union-bank .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #00afef;
}
.theme-union-bank .checkbox input[type="checkbox"]:checked + label::after {
    color: #00afef;
}
.theme-union-bank .checkbox label::before {
    border-color: #00afef;
}
.theme-union-bank .radio input[type="radio"]:checked + label::before {
    background-color: #00afef;
}
.theme-fidelity-bank .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #6abe5c;
}
.theme-fidelity-bank .checkbox input[type="checkbox"]:checked + label::after {
    color: #6abe5c;
}
.theme-fidelity-bank .checkbox label::before {
    border-color: #6abe5c;
}
.theme-fidelity-bank .radio input[type="radio"]:checked + label::before {
    background-color: #6abe5c;
}
.theme-providus-bank .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #2f444e;
}
.theme-providus-bank .checkbox input[type="checkbox"]:checked + label::after {
    color: #2f444e;
}
.theme-providus-bank .checkbox label::before {
    border-color: #2f444e;
}
.theme-providus-bank .radio input[type="radio"]:checked + label::before {
    background-color: #2f444e;
}
.theme-fcmb-bank .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #5c2684;
}
.theme-fcmb-bank .checkbox input[type="checkbox"]:checked + label::after {
    color: #5c2684;
}
.theme-fcmb-bank .checkbox label::before {
    border-color: #5c2684;
}
.theme-fcmb-bank .radio input[type="radio"]:checked + label::before {
    background-color: #5c2684;
}
.theme-unity-bank .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #87a149;
}
.theme-unity-bank .checkbox input[type="checkbox"]:checked + label::after {
    color: #87a149;
}
.theme-unity-bank .checkbox label::before {
    border-color: #87a149;
}
.theme-unity-bank .radio input[type="radio"]:checked + label::before {
    background-color: #87a149;
}
.theme-sterling-bank .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #ad161f;
}
.theme-sterling-bank .checkbox input[type="checkbox"]:checked + label::after {
    color: #ad161f;
}
.theme-sterling-bank .checkbox label::before {
    border-color: #ad161f;
}
.theme-sterling-bank .radio input[type="radio"]:checked + label::before {
    background-color: #ad161f;
}
.theme-sterling-bank-red
    .checkbox
    input[type="checkbox"]:checked
    + label::before {
    border-color: #ad161f;
}
.theme-sterling-bank-red
    .checkbox
    input[type="checkbox"]:checked
    + label::after {
    color: #ad161f;
}
.theme-sterling-bank-red .checkbox label::before {
    border-color: #ad161f;
}
.theme-sterling-bank-red .radio input[type="radio"]:checked + label::before {
    background-color: #ad161f;
}
.theme-sterling-bank-green
    .checkbox
    input[type="checkbox"]:checked
    + label::before {
    border-color: #579e41;
}
.theme-sterling-bank-green
    .checkbox
    input[type="checkbox"]:checked
    + label::after {
    color: #579e41;
}
.theme-sterling-bank-green .checkbox label::before {
    border-color: #579e41;
}
.theme-sterling-bank-green .radio input[type="radio"]:checked + label::before {
    background-color: #579e41;
}
.theme-sterling-bank-purple
    .checkbox
    input[type="checkbox"]:checked
    + label::before {
    border-color: #5b4da0;
}
.theme-sterling-bank-purple
    .checkbox
    input[type="checkbox"]:checked
    + label::after {
    color: #5b4da0;
}
.theme-sterling-bank-purple .checkbox label::before {
    border-color: #5b4da0;
}
.theme-sterling-bank-purple .radio input[type="radio"]:checked + label::before {
    background-color: #5b4da0;
}
.theme-sterling-bank-orange
    .checkbox
    input[type="checkbox"]:checked
    + label::before {
    border-color: #cc9510;
}
.theme-sterling-bank-orange
    .checkbox
    input[type="checkbox"]:checked
    + label::after {
    color: #cc9510;
}
.theme-sterling-bank-orange .checkbox label::before {
    border-color: #cc9510;
}
.theme-sterling-bank-orange .radio input[type="radio"]:checked + label::before {
    background-color: #cc9510;
}
.theme-keystone-bank .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #09f;
}
.theme-keystone-bank .checkbox input[type="checkbox"]:checked + label::after {
    color: #09f;
}
.theme-keystone-bank .checkbox label::before {
    border-color: #09f;
}
.theme-keystone-bank .radio input[type="radio"]:checked + label::before {
    background-color: #09f;
}
.theme-stanbic-bank .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #2570e0;
}
.theme-stanbic-bank .checkbox input[type="checkbox"]:checked + label::after {
    color: #2570e0;
}
.theme-stanbic-bank .checkbox label::before {
    border-color: #2570e0;
}
.theme-stanbic-bank .radio input[type="radio"]:checked + label::before {
    background-color: #2570e0;
}
.theme-uba-bank .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #d61a0c;
}
.theme-uba-bank .checkbox input[type="checkbox"]:checked + label::after {
    color: #d61a0c;
}
.theme-uba-bank .checkbox label::before {
    border-color: #d61a0c;
}
.theme-uba-bank .radio input[type="radio"]:checked + label::before {
    background-color: #d61a0c;
}
.theme-jubilee-bank .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #005f29;
}
.theme-jubilee-bank .checkbox input[type="checkbox"]:checked + label::after {
    color: #005f29;
}
.theme-jubilee-bank .checkbox label::before {
    border-color: #005f29;
}
.theme-jubilee-bank .radio input[type="radio"]:checked + label::before {
    background-color: #005f29;
}
.theme-fundquest-bank .checkbox input[type="checkbox"]:checked + label::before {
    border-color: #0D4DA1;
}
.theme-fundquest-bank .checkbox input[type="checkbox"]:checked + label::after {
    color: #0D4DA1;
}
.theme-fundquest-bank .checkbox label::before {
    border-color: #0D4DA1;
}
.theme-fundquest-bank .radio input[type="radio"]:checked + label::before {
    background-color: #f58220;
}
.dropdown {
    display: inline-block;
    position: relative;
    margin: 10px 0 0 10px !important;
    background: transparent;
    border-radius: 10px;
    border: 0.5px solid #ddd;
}
.dropdown.show {
    display: inline-block !important;
}
.dropdown.flat .dropdown-toggle {
    border-radius: 0;
    box-shadow: none !important;
    height: auto !important;
    font-size: 12px !important;
    text-align: left !important;
    font-weight: 800;
    padding: 10px 18px !important;
    margin: 0 !important;
    background-color: transparent;
    position: relative;
}
.dropdown.flat .dropdown-toggle span {
    position: absolute;
    display: inline-block;
    font-size: 8px !important;
    color: #b0b0b0;
    top: -5px;
    background: #fff;
    width: auto;
    padding: 0 3px;
}
.dropdown.flat .dropdown-toggle i {
    margin-left: -5px;
    margin-right: 8px;
    font-size: 8px;
}
.dropdown.flat .dropdown-toggle p {
    font-size: 10px;
    font-weight: 500;
}
.dropdown.flat .dropdown-toggle p span.dot {
    position: static;
    margin: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #fff !important;
    box-shadow: 0 2px 10px #aaa;
    vertical-align: middle;
    margin-right: 4px;
}
.dropdown .dropdown-menu {
    width: 210px;
    background: #ffffff;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 0;
    border: none;
    border: 0.5px solid #f9f9f9;
    margin: 5px !important;
}
.dropdown .dropdown-menu .dropdown-item {
    position: relative;
    display: block;
    border: none;
    background: transparent;
    margin: 0 !important;
    font-size: 13px !important;
    width: 100%;
    text-align: left;
    height: auto !important;
    padding: 1em !important;
}
.dropdown .dropdown-menu .dropdown-item strong,
.dropdown .dropdown-menu .dropdown-item span {
    display: block;
    font-weight: 400;
}
.dropdown .dropdown-menu .dropdown-item span {
    font-size: 10px;
    color: #888;
}
.dropdown .dropdown-menu .dropdown-item i {
    position: absolute;
    right: 10px;
    top: 14px;
    color: #87c700;
    font-size: 15px;
    display: none;
}
.dropdown .dropdown-menu .dropdown-item.selected i {
    display: inline-block;
}
.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item.active {
    background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
    .dropdown {
        margin: 0 !important;
        top: 10px;
    }
    .dropdown .flat .dropdown-toggle {
        font-size: 9px !important;
    }
}
.theme-default .dropdown-item.selected i {
    color: #0077b2 !important;
}
.theme-default .dropdown-toggle p span.dot {
    background-color: #0077b2 !important;
}
.theme-gtb-bank .dropdown-item.selected i {
    color: #de4a24 !important;
}
.theme-gtb-bank .dropdown-toggle p span.dot {
    background-color: #de4a24 !important;
}
.theme-wema-bank .dropdown-item.selected i {
    color: #990b81 !important;
}
.theme-wema-bank .dropdown-toggle p span.dot {
    background-color: #990b81 !important;
}
.theme-union-bank .dropdown-item.selected i {
    color: #00afef !important;
}
.theme-union-bank .dropdown-toggle p span.dot {
    background-color: #00afef !important;
}
.theme-fidelity-bank .dropdown-item.selected i {
    color: #6abe5c !important;
}
.theme-fidelity-bank .dropdown-toggle p span.dot {
    background-color: #6abe5c !important;
}
.theme-providus-bank .dropdown-item.selected i {
    color: #2f444e !important;
}
.theme-providus-bank .dropdown-toggle p span.dot {
    background-color: #2f444e !important;
}
.theme-fcmb-bank .dropdown-item.selected i {
    color: #5c2684 !important;
}
.theme-fcmb-bank .dropdown-toggle p span.dot {
    background-color: #5c2684 !important;
}
.theme-unity-bank .dropdown-item.selected i {
    color: #87a149 !important;
}
.theme-unity-bank .dropdown-toggle p span.dot {
    background-color: #87a149 !important;
}
.theme-sterling-bank .dropdown-item.selected i {
    color: #ad161f !important;
}
.theme-sterling-bank .dropdown-toggle p span.dot {
    background-color: #ad161f !important;
}
.theme-sterling-bank-red .dropdown-item.selected i {
    color: #ad161f !important;
}
.theme-sterling-bank-red .dropdown-toggle p span.dot {
    background-color: #ad161f !important;
}
.theme-sterling-bank-green .dropdown-item.selected i {
    color: #579e41 !important;
}
.theme-sterling-bank-green .dropdown-toggle p span.dot {
    background-color: #579e41 !important;
}
.theme-sterling-bank-purple .dropdown-item.selected i {
    color: #5b4da0 !important;
}
.theme-sterling-bank-purple .dropdown-toggle p span.dot {
    background-color: #5b4da0 !important;
}
.theme-sterling-bank-orange .dropdown-item.selected i {
    color: #cc9510 !important;
}
.theme-sterling-bank-orange .dropdown-toggle p span.dot {
    background-color: #cc9510 !important;
}
.theme-keystone-bank .dropdown-item.selected i {
    color: #09f !important;
}
.theme-keystone-bank .dropdown-toggle p span.dot {
    background-color: #09f !important;
}
.theme-stanbic-bank .dropdown-item.selected i {
    color: #2570e0 !important;
}
.theme-stanbic-bank .dropdown-toggle p span.dot {
    background-color: #2570e0 !important;
}
.theme-uba-bank .dropdown-item.selected i {
    color: #d61a0c !important;
}
.theme-uba-bank .dropdown-toggle p span.dot {
    background-color: #d61a0c !important;
}
.theme-jubilee-bank .dropdown-item.selected i {
    color: #005f29 !important;
}
.theme-jubilee-bank .dropdown-toggle p span.dot {
    background-color: #005f29 !important;
}
.theme-fundquest-bank .dropdown-item.selected i {
    color: #0D4DA1 !important;
}
.theme-fundquest-bank .dropdown-toggle p span.dot {
    background-color: #0D4DA1 !important;
}
.owl-carousel {
    display: block;
    overflow: hidden;
    height: 100px;
}
.owl-carousel .owl-stage-outer {
    height: 100%;
}
.owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: calc((100% / 2) - 35px) !important;
    right: 0;
    left: 10px;
    bottom: 0;
    width: 35px;
    height: 35px;
    padding: 12px 15px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}
.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
    display: block;
    color: #87c700;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0;
}
.owl-carousel .owl-nav .owl-next {
    right: 10px;
    left: auto;
}
.owl-carousel .owl-nav .owl-prev {
    padding: 12px 12px;
}
.owl-carousel .owl-nav .owl-prev i {
    text-align: left;
}
.theme-default .owl-carousel i {
    color: #0077b2 !important;
}
.theme-gtb-bank .owl-carousel i {
    color: #de4a24 !important;
}
.theme-wema-bank .owl-carousel i {
    color: #990b81 !important;
}
.theme-union-bank .owl-carousel i {
    color: #00afef !important;
}
.theme-fidelity-bank .owl-carousel i {
    color: #6abe5c !important;
}
.theme-providus-bank .owl-carousel i {
    color: #2f444e !important;
}
.theme-fcmb-bank .owl-carousel i {
    color: #5c2684 !important;
}
.theme-unity-bank .owl-carousel i {
    color: #87a149 !important;
}
.theme-sterling-bank .owl-carousel i {
    color: #ad161f !important;
}
.theme-sterling-bank-red .owl-carousel i {
    color: #ad161f !important;
}
.theme-sterling-bank-green .owl-carousel i {
    color: #579e41 !important;
}
.theme-sterling-bank-purple .owl-carousel i {
    color: #5b4da0 !important;
}
.theme-sterling-bank-orange .owl-carousel i {
    color: #cc9510 !important;
}
.theme-keystone-bank .owl-carousel i {
    color: #09f !important;
}
.theme-stanbic-bank .owl-carousel i {
    color: #2570e0 !important;
}
.theme-uba-bank .owl-carousel i {
    color: #d61a0c !important;
}
.theme-jubilee-bank .owl-carousel i {
    color: #005f29 !important;
}
.theme-fundquest-bank .owl-carousel i {
    color: #0D4DA1 !important;
}
.container {
    margin: 0;
    max-width: 1920px;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease-in-out,
        margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.tooltip {
    position: fixed !important;
}
.h-200 {
    height: 200px;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.error-block {
    display: inline-block;
    height: 300px;
    width: 100%;
}
.flex-c {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-vc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flex-hc {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis.multiline {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 1.2em;
    text-align: left;
    margin-right: -1em;
    padding-right: 1em;
}
.ellipsis.multiline:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
}
.ellipsis.multiline:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}
.no-shadow {
    box-shadow: none !important;
}
.empty-benef {
    padding-left: 20px;
    font-size: 20px;
}
.limit-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px;
    background-color: #eee;
    text-align: center;
}
.limit-indicator span,
.limit-indicator strong {
    color: #222;
    font-size: 12px;
    display: block;
}
.loadSection {
    min-height: 300px;
}
.loadSection .load-overlay {
    display: none;
}
.loadSection.loading {
    position: relative;
}
.loadSection.loading .load-overlay {
    display: flex !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    background-color: rgba(255, 255, 255, 0.95);
    flex-direction: column;
}
.loadSection.loading .load-overlay p {
    margin-top: 1em;
}
#content-wrapper {
    background: #f5f5f5;
    height: 100%;
    margin: 0px;
    position: relative;
    min-height: 100vh;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    padding: 1em 2.5em;
}
@media screen and (max-width: 768px) {
    #content-wrapper {
        padding: 2em 1.2em;
    }
}
#content-wrapper .content-container {
    background: #f9f9f9;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    min-height: 100vh;
    height: 100%;
    padding: 17px 36px 17px 36px;
}
#content-wrapper .header {
    position: relative;
    margin-bottom: 1em;
}
#content-wrapper .header h1 {
    font-size: 24px;
    margin-bottom: 4px;
    font-weight: bold;
}
#content-wrapper .header h3 {
    font-size: 12px;
    color: #000000;
    margin: 0px;
}
#content-wrapper .content {
    position: relative;
}
#content-wrapper .content-card {
    background: #fff;
    border: 1px solid rgba(80, 95, 109, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    padding: 20px 25px 25px 25px;
    font-size: 12px;
    margin-bottom: 30px;
}
#content-wrapper .content-card.plain {
    box-shadow: none !important;
    background: transparent;
}
#content-wrapper .content-card .card-header .title {
    font-size: 17px;
    font-weight: 800 !important;
    padding-bottom: 15px;
    padding-right: 15px;
    border-bottom: 0.5px solid #e0e0e0;
}
#content-wrapper .content-card .card-header button {
    height: 25px;
    padding: 3px 15px;
    font-size: 10px;
    margin-left: 20px;
}
#content-wrapper .content-card .card-header .info {
    margin-top: 3px;
}
#content-wrapper .content-card .card-body {
    padding-top: 36px;
}
#content-wrapper .content-card .card-body .value-lg {
    font-size: 22px;
}
#content-wrapper .content-card .card-body .value {
    font-size: 14px;
}
#content-wrapper .content-card .card-action.abs {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
#content-wrapper .content-card .load-overlay {
    display: none;
}
#content-wrapper .content-card.loading {
    position: relative;
}
#content-wrapper .content-card.loading .load-overlay {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    background-color: rgba(255, 255, 255, 0.95);
    flex-direction: column;
}
#content-wrapper .content-card.loading .load-overlay p {
    margin-top: 1em;
}
#content-wrapper .content-card.bordered {
    border: 1px solid #f5f5f5;
}
#content-wrapper .content-card.action-btn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    min-width: 185px;
    height: 80px;
    margin: 0 auto;
    cursor: pointer;
}
#content-wrapper .content-card.action-btn span {
    font-size: 1.2em;
    margin-left: 1.3em;
    color: #fff;
}
#content-wrapper .content-card.action-btn svg {
    height: 38px;
    color: #fff;
}
#content-wrapper .content-card.freq-item {
    position: relative;
    height: 80px;
    display: block;
}
#content-wrapper .content-card.freq-item .card-body {
    padding: 0;
}
#content-wrapper .content-card.freq-item .card-body h2 {
    font-size: 1.2em;
    color: #222;
    margin: 0 0 5px 0;
    font-weight: 500;
}
#content-wrapper .content-card.freq-item .card-body p {
    font-size: 0.95em;
    color: #888;
}
#content-wrapper .content-card.freq-item .card-body p .ln {
    display: inline-block;
    border-left: 1.5px solid #888;
    height: 10px;
    margin: 0 5px;
}
#content-wrapper .content-card.freq-item .abs {
    display: flex;
    align-items: center;
    padding: 1.5em;
    border-left: 1px solid #eee;
}
#content-wrapper .content-card.freq-item .abs a {
    font-weight: 500;
    color: #87c700;
}
@media screen and (max-width: 768px) {
    #content-wrapper .content-card.freq-item .card-body h2 {
        font-size: 1em;
    }
}
.doughnut-labels {
    text-align: center;
}
.doughnut-labels a {
    margin: 1.5em 0.5em 1em 0.5em;
    display: inline-block;
}
.doughnut-labels a span {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.card-modal .card-design {
    position: relative;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.13),
        0px 14px 30px rgba(196, 20, 38, 0.22);
    border-radius: 5px;
    padding: 0 !important;
    height: 97px;
    margin: 0 auto;
    margin-bottom: 1.5em;
    cursor: pointer;
}
.card-modal .card-design > div {
    border-radius: 5px;
    height: 95px;
    padding: 10px 15px;
}
.card-modal .card-design .image {
    padding-top: 10px;
}
.card-modal .card-design .image img {
    width: auto !important;
    height: 20px;
}
.card-modal .card-design .image span {
    display: inline-block;
    padding: 3px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
}
.card-modal .card-design .image span img {
    height: 10px;
}
.card-modal .card-design .number p {
    font-family: "OCR";
    font-size: 16px;
    margin: 2.4em 0 1.2em 0;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.card-modal .card-design .select {
    display: none;
}
.card-modal .card-design.selected .select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-modal .card-design.selected .select span {
    padding: 10px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    border-radius: 10px;
}
.section {
    background: #f9f9f9;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 1.5em 2.2em 2em 2.2em;
    overflow: hidden;
    overflow-y: auto;
}
.section.inset {
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.08);
}
.section .section-header {
    margin-bottom: 1em;
}
.section .section-header .title {
    font-size: 1.4em;
    font-weight: 500;
}
.section.large {
    height: 380px;
    padding: 1.5em 1em;
}
.section .value-lg {
    font-size: 20px;
}
.section .value-xl {
    font-size: 32px;
}
.section .event-card {
    background: #ffffff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 1em 0.8em;
    margin-bottom: 1.5em;
}
.section .event-card .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section .event-card .row .h4 {
    font-size: 16px;
}
.section .event-card .row .debit,
.section .event-card .row .credit {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #ef5454;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.section .event-card .row .debit i,
.section .event-card .row .credit i {
    transform: rotate(-135deg);
    font-size: 10px;
}
.section .event-card .row .credit {
    background-color: #87c700;
}
.section .event-card .row .credit i {
    transform: rotate(45deg);
}
.section .event-card .row .badge {
    background-color: #e0e0e0;
    color: #455f71;
    font-size: 0.85em;
    margin: 1em 0.5em 0.3em 0;
    font-weight: 500;
}
.section .event-card .row .arrow-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section .event-card .row .arrow-cont i {
    color: #828282;
    font-size: 1.1em;
    margin-left: 1em;
}
.section .event-card .row .icon-show {
    display: none;
}
.section .event-card .row .icon-hidden {
    display: block;
}
.section .event-card .row .d-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row;
}
@media screen and (max-width: 1200px) {
    .section .event-card .row .icon-show {
        display: inline-block;
    }
    .section .event-card .row .icon-hidden {
        display: none;
    }
    .section .event-card .row .arrow-cont {
        justify-content: flex-start;
    }
    .section .event-card .row .arrow-cont i {
        display: none;
    }
    .section .event-card .row .d-flex {
        flex-flow: column;
    }
}
.section.icon-left .icon {
    margin-right: 15px;
}
.section.icon-left svg {
    width: 45px;
}
.section.icon-left svg path,
.section.icon-left svg svg rect {
    fill: #87c700;
}
.info-item {
    margin-bottom: 30px;
}
.info-item p:first-of-type {
    font-size: 12px;
    color: #828282;
    text-transform: uppercase;
}
.info-item p:last-of-type {
    font-size: 14px;
    color: #333333;
}
.calender-widget {
    height: 435px;
}
.select-list {
    padding: 1em 0;
    margin-top: 1em;
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 2em;
}
.select-list .item {
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    padding: 0.8em 0.5em 0.8em 0.5em;
    cursor: pointer;
}
.select-list .item p {
    font-size: 0.75em;
}
.select-list .item p.h4 {
    font-size: 1em;
    margin-top: 0;
}
.select-list .item .select-cont {
    text-align: right;
}
.select-list .item .select-cont .badge {
    background-color: transparent;
    color: #ef5454;
    border: 1px solid #ef5454;
    font-weight: 500;
}
.select-list .item .select-cont .badge.selected {
    color: #87c700;
    border: 1px solid #87c700;
}
.select-list .item:hover p {
    color: #87c700;
}
.select-list a {
    display: block;
    text-align: center;
    margin: 1em;
    color: #87c700;
}
.category-select,
.bank-list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.5em;
    padding-bottom: 2em;
}
.category-select .badge,
.bank-list .badge {
    font-size: 10px;
    color: #960f1d;
    padding: 0.5em 1em;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #960f1d;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    margin-right: 0.8em;
    margin-bottom: 0.8em;
    cursor: pointer;
}
.category-select .badge span,
.bank-list .badge span {
    font-weight: 500;
}
.category-select .badge i,
.bank-list .badge i {
    display: none;
}
.category-select .badge.selected,
.bank-list .badge.selected {
    background-color: #87c700;
    color: #fff;
    border: none;
}
.category-select .badge.selected i,
.bank-list .badge.selected i {
    display: inline-block;
}
.category-select .btn,
.bank-list .btn {
    padding: 0.6em 1em;
    font-size: 11px;
    height: auto;
    line-height: 1;
    margin: 0 10px 10px 0;
}
.category-select .btn i,
.bank-list .btn i {
    margin-left: 5px;
    font-size: 8px;
}
.bank-list {
    border-top: none;
    padding: 0 !important;
    border-bottom: none;
    margin: 0;
}
.bank-list .badge {
    font-size: 12px;
}
.event-ticket-card {
    background: #ffffff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    cursor: pointer;
}
.event-ticket-card .image {
    height: 200px;
    overflow: hidden;
}
.event-ticket-card .image img {
    width: 100%;
    height: auto;
}
.event-ticket-card .info {
    padding: 1em 1em 2em 1em;
    height: 60px;
}
.event-ticket-card .info p {
    font-size: 1.4em;
}
.event-ticket-card .info span {
    color: #bdbdbd;
    font-size: 12px;
    margin: 1em 1.5em 1em 0;
}
.event-ticket-card .info span i {
    margin-right: 6px;
}
.event-ticket-card .select-check {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: none;
}
.event-ticket-card .select-check i {
    font-size: 1.6em;
    color: #87c700;
}
.event-ticket-card:hover .select-check,
.event-ticket-card.selected .select-check {
    display: block;
}
.movie-ticket-card {
    background-color: #ffffff;
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
    height: 270px;
    margin: 0.5em 0.5em 2em 0.5em;
}
.movie-ticket-card .info {
    padding: 1em;
    background: linear-gradient(180deg, transparent 0%, #000 100%);
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.movie-ticket-card .info p.value-lg {
    font-size: 1.6em;
    font-weight: 500;
}
.movie-ticket-card .info p .badge {
    background: rgba(255, 255, 255, 0.21);
}
.movie-ticket-card .select-check {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
}
.movie-ticket-card .select-check i {
    font-size: 1.6em;
    color: #87c700;
}
.movie-ticket-card:hover .select-check,
.movie-ticket-card.selected .select-check {
    display: block;
}
.movie-ticket-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.movie-ticket-card:selected {
    border: 2px solid #87c700;
}
.select-card {
    position: relative;
    margin-bottom: 1.5em;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}
.select-card .info {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 1.3em 1em;
}
.select-card .info img {
    width: 50px;
    height: 50px;
    background: #828282;
    border-radius: 25px;
    margin-right: 2em;
}
.select-card .info p {
    font-size: 0.85em;
}
.select-card .info p.value-lg {
    font-size: 1.3em;
    width: 98%;
}
.select-card .select-check {
    position: absolute;
    right: 0;
    top: 10px;
}
.select-card .select-check i {
    color: #87c700;
    font-size: 1.2em;
    margin-right: 0.3em;
}
.select-card .select-check span {
    color: #87c700;
    font-size: 1.2em;
}
.select-card.hover {
    margin: 5px 5px 1.5em 5px;
    cursor: pointer;
}
.select-card.hover .select-check {
    display: none;
}
.select-card.hover:hover {
    box-shadow: 0 1px 3px #87c700;
}
.select-card.hover:hover .select-check {
    display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: middle;
}
.select-card.selected {
    box-shadow: 0 1px 3px #87c700;
}
.select-card.selected .select-check {
    display: inline-block;
}
.select-card.movie,
.select-card.event {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    position: relative;
}
.select-card.movie .info,
.select-card.event .info {
    margin: 0;
    padding-top: 5em;
    padding-bottom: 2em;
    padding-right: 1.5em;
    align-items: flex-start;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.95) 55.8%,
        #000 100%
    );
    color: #fff;
}
.select-card.movie .info img,
.select-card.event .info img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 105px;
    border: 5px solid #fff;
    border-radius: 10px;
}
.select-card.movie .info p,
.select-card.event .info p {
    font-size: 1.1em;
    margin-bottom: 1em;
}
.select-card.movie .info p.value-lg,
.select-card.event .info p.value-lg {
    font-size: 1.4em;
}
.select-card.movie .info p i,
.select-card.event .info p i {
    margin-right: 10px;
}
.select-card.movie .info .badge,
.select-card.event .info .badge {
    background: rgba(255, 255, 255, 0.21);
    margin-bottom: 1em;
}
.select-card.movie .info a,
.select-card.event .info a {
    color: #87c700;
    margin-bottom: 1.1em;
}
.select-card.movie .info a i,
.select-card.event .info a i {
    margin-right: 10px;
}
@media screen and (max-width: 480px) {
    .select-card .select-check span {
        display: none;
    }
}
.modal-card-mgt ul {
    padding-left: 20px;
}
.modal-card-mgt ul li {
    margin-bottom: 10px;
}
.modal-card-mgt app-bank-card {
    display: inline-block;
}
.modal-card-mgt .content-holder {
    position: relative;
    background: #ffffff;
    top: -90px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.payment-card {
    position: relative;
    width: 280px;
    height: 170px;
}
.payment-card .bg {
    padding: 15px 0 0 0 !important;
    background: #88a2be !important;
    background: -webkit-linear-gradient(to right, #485563, #29323c) !important;
    background: linear-gradient(to right, #485563, #29323c) !important;
    background: -webkit-radial-gradient(
            220.27px at 11.43% -61.01%,
            #fff 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #455f71 !important;
    background: radial-gradient(
            220.27px at 11.43% -61.01%,
            #fff 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #455f71 !important;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14) !important;
    border-radius: 5px;
    margin-bottom: 60px !important;
}
.payment-card .card-body {
    margin-top: 0 !important;
    padding: 0 10px 10px 10px !important;
}
.payment-card .card-body .image img {
    height: 20px;
    width: auto;
    display: inline-block;
}
.payment-card .card-body .image span {
    padding: 5px;
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    height: 20px;
    line-height: 1;
}
.payment-card .card-body .image span img {
    width: auto;
    height: 10px;
}
.payment-card .card-body .number p {
    font-family: "OCR";
    font-size: 16px;
    margin: 2.4em 0 1.2em 0;
    color: #fff;
}
.payment-card .card-body .info label {
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
}
.payment-card .card-body .info p {
    font-size: 1.1em;
    color: #fff;
}
.payment-card .card-body .card-half-view {
    position: absolute;
    top: 6px;
}
.payment-card .card-body .card-half-view label {
    margin-bottom: 0;
}
.payment-card .card-body .card-half-view p {
    font-size: 0.8em;
}
.payment-card .card-options {
    position: absolute;
    top: 42px;
    left: 15px;
    width: 240px;
    display: none;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 400ms ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    z-index: 5;
}
.payment-card .card-options p {
    font-family: "OCR";
    font-size: 16px;
    margin: 2em 0 5px 0;
    color: #fff;
    margin-top: 2em;
    text-align: center;
}
.payment-card .card-options label {
    font-weight: 500;
    font-size: 8px;
    display: block;
}
.payment-card .card-options a {
    display: block;
    font-size: 12px;
    padding: 0;
    margin: 8px 0;
    height: auto;
    text-align: left;
    color: #000000;
}
.payment-card .select-info {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #fff;
    border-radius: 20px;
    padding: 0.4em 1em;
    display: none;
    background-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}
.payment-card .select-info span {
    text-transform: uppercase;
    font-size: 10px;
}
.payment-card .select-info i {
    font-size: 8px;
    margin-left: 5px;
}
.payment-card.with-options:hover .select-info,
.payment-card.with-options.selected .select-info {
    display: block;
}
.payment-card.with-options.selected .card-options {
    display: block;
}
.payment-card.plain {
    background: #960f1d !important;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.13),
        0px 14px 30px rgba(196, 20, 38, 0.22);
    border-radius: 5px;
    padding: 0 !important;
    height: 172px;
}
.payment-card.plain .bg {
    background: #c41426 !important;
    border-radius: 5px;
    height: 170px;
}
.pay-card-carousel {
    width: 80%;
    min-width: 300px;
    margin: 3em auto 1em auto;
    padding: 0 1.5em;
    height: 260px;
    overflow: hidden;
}
.pay-card-carousel .owl-stage-outer {
    height: 100%;
}
.pay-card-carousel .owl-stage-outer .owl-stage {
    height: 100%;
    padding: 1em 2em !important;
}
.pay-card-carousel .owl-nav .owl-next,
.pay-card-carousel .owl-nav .owl-prev {
    top: 75px;
}
.pay-card-carousel .owl-item .payment-card {
    cursor: pointer;
}
.charts-carousel {
    height: 340px;
}
.charts-carousel .owl-stage-outer {
    height: 100%;
}
.charts-carousel .owl-stage-outer .owl-stage {
    height: 100%;
    padding: 1em 0 !important;
}
.charts-carousel .content-card {
    height: 280px;
}
.charts-carousel .content-card canvas {
    display: block;
    height: 125px !important;
    width: auto !important;
    margin: 0 auto;
}
.charts-carousel .content-card canvas.line-graph {
    height: 185px !important;
}
.charts-carousel .content-card .doughnut-labels {
    text-align: center;
}
.charts-carousel .content-card .doughnut-labels a {
    margin: 1.5em 0.5em 1em 0.5em;
    display: inline-block;
}
.charts-carousel .content-card .doughnut-labels a span {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.settings {
    font-size: 1.15em;
    padding: 1em 1.5em;
}
.settings.general .form-group {
    padding-bottom: 10px;
}
.settings.general .form-group small {
    margin-left: 2.2em;
}
.settings.beneficiary .ben-search {
    margin-top: 3em;
}
.settings.referral .section {
    position: relative;
    margin-top: 1em;
}
.settings.referral .section .code {
    font-size: 2em;
    margin-top: 0.25em;
    color: #87c700;
}
.settings.referral .section .copy-btn {
    position: absolute;
    top: 40px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
}
.settings.referral .section .copy-btn:hover {
    background-color: #eee;
}
.settings.referral .share-btn {
    margin: 5px 15px;
}
.settings.referral .share-btn i {
    font-size: 1.8em;
}
.settings.referral .share-btn i.fa-facebook-square {
    color: #3b5998;
}
.settings.referral .share-btn i.fa-twitter-square {
    color: #15a7ff;
}
.settings.referral .share-btn i.fa-linkedin-square {
    color: #0077b5;
}
.settings.referral .share-btn i.fa-youtube-square {
    color: #de0000;
}
.acct-switch {
    position: absolute;
    right: 0;
    top: -75px;
    z-index: 100;
}
.acct-switch .content-card {
    padding: 0 !important;
}
.acct-switch .content-card .btn {
    padding: 1em;
}
.acct-switch .content-card .dropdown-menu {
    margin: 0.6em 0 !important;
}
.acct-cont > div {
    margin-bottom: 1em;
}
.map-card .card-header .title {
    border-bottom: none !important;
}
.map-card .card-header .right {
    float: right;
    margin: 0;
}
.map-card .card-header .right .checkbox {
    display: inline-block;
    margin-right: 15px;
}
.map-card agm-map {
    height: 65vh;
}
.contact-cards {
    margin-top: 2em;
}
.contact-cards > div {
    display: inline-block;
    padding: 1em 2em;
    margin: 1em;
}
.contact-cards > div span {
    display: inline-block;
    font-size: 2em;
    vertical-align: middle;
    margin-right: 15px;
}
.contact-cards > div .info {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.contact-cards > div .info h5 {
    font-weight: 600;
}
.contact-cards > div .info p a {
    display: inline-flex;
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid #ccc;
    font-size: 1.3em;
}
.contact-cards > div .info p a:last-child {
    border-right: none;
}
.hr-or {
    display: inline-block;
    border-bottom: 1px solid #ccc;
    width: 20%;
    min-width: 150px;
    height: 10px;
}
.hr-or .or {
    display: inline-block;
    padding: 1em;
    background: #fff;
    position: relative;
    top: -10px;
}
.social-links {
    margin-bottom: 3em;
}
.social-links a {
    display: inline-block;
    margin: 1em;
}
.social-links a svg {
    height: 45px;
}
.modal .close-button {
    display: none;
    height: auto !important;
    width: auto !important;
}
.modal .table-responsive {
    max-height: 33vh;
    overflow: hidden;
    overflow-y: auto;
}
.alert-box.material p {
    color: #828282 !important;
}
@media screen and (max-width: 800px) {
    #content-wrapper {
        margin-top: 70px;
    }
}
@media screen and (max-width: 480px) {
    #content-wrapper .content-card .card-body {
        padding-top: 56px;
    }
    #content-wrapper .content-card .dropdown {
        margin-top: 15px !important;
    }
    #content-wrapper .content-card.calender-widget {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #content-wrapper .content-card.calender-widget .fc-left h2 {
        width: 75px !important;
    }
    #content-wrapper .content-card .no-flex-xs {
        display: block !important;
    }
    #content-wrapper .content-card .ngx-pagination {
        min-width: 0;
        font-size: 0.75em;
        line-height: 17px;
        text-align: center;
    }
    #content-wrapper .content-card .ngx-pagination li a {
        padding: 4px 5px;
    }
}
@keyframes loaderGrowth {
    0% {
        width: 20%;
    }
    60% {
        width: 60%;
    }
    100% {
        width: 100%;
    }
}
@keyframes fadeInOut {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
.loading {
    height: 100vh;
    position: relative;
}
.loading p {
    margin-top: 10px;
    margin-right: 25px;
    text-transform: uppercase;
    color: #fff;
    animation: fadeInOut 0.8s ease-in infinite alternate;
}
.loading .loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}
.loading .loader .loader-bg {
    height: 4px;
    background-color: rgba(255, 255, 255, 0.2);
}
.loading .loader .loader-bg .loader-fg {
    height: 4px;
    background-color: #f58220;
    width: 50%;
    margin: 0 auto;
    animation: loaderGrowth 0.5s ease-in infinite;
}
.loading .image-cover {
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.loading .image-cover .animate-logo {
    position: relative;
    z-index: 5;
    animation: fadeInOut 0.8s ease-in infinite alternate;
}
.loading .image-cover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background-position: bottom center;
    height: 388px;
    opacity: 0.95;
}
.theme-default #content-wrapper .content-card.action-btn,
.theme-default .ben-search button,
.theme-default .category-select .badge.selected,
.theme-default .bank-list .badge.selected {
    background-color: #0077b2;
}
.theme-default #content-wrapper .content-card.freq-item .abs a {
    color: #0077b2;
}
.theme-default .card-design {
    background: #046;
}
.theme-default .card-design > div {
    background: #0077b2;
}
.theme-default .select-list .item:hover p {
    color: #0077b2 !important;
}
.theme-default .select-card .select-check i,
.theme-default .select-card .select-check span {
    color: #0077b2;
}
.theme-default .select-card.hover:hover {
    box-shadow: 0 1px 3px #0077b2;
}
.theme-default .select-card.selected {
    box-shadow: 0 1px 3px #0077b2;
}
.theme-default .section.icon-left svg path,
.theme-default .section.icon-left svg rect {
    fill: #0077b2 !important;
}
.theme-gtb-bank #content-wrapper .content-card.action-btn,
.theme-gtb-bank .ben-search button,
.theme-gtb-bank .category-select .badge.selected,
.theme-gtb-bank .bank-list .badge.selected {
    background-color: #de4a24;
}
.theme-gtb-bank #content-wrapper .content-card.freq-item .abs a {
    color: #de4a24;
}
.theme-gtb-bank .card-design {
    background: #9e3318;
}
.theme-gtb-bank .card-design > div {
    background: #de4a24;
}
.theme-gtb-bank .select-list .item:hover p {
    color: #de4a24 !important;
}
.theme-gtb-bank .select-card .select-check i,
.theme-gtb-bank .select-card .select-check span {
    color: #de4a24;
}
.theme-gtb-bank .select-card.hover:hover {
    box-shadow: 0 1px 3px #de4a24;
}
.theme-gtb-bank .select-card.selected {
    box-shadow: 0 1px 3px #de4a24;
}
.theme-gtb-bank .section.icon-left svg path,
.theme-gtb-bank .section.icon-left svg rect {
    fill: #de4a24 !important;
}
.theme-wema-bank #content-wrapper .content-card.action-btn,
.theme-wema-bank .ben-search button,
.theme-wema-bank .category-select .badge.selected,
.theme-wema-bank .bank-list .badge.selected {
    background-color: #990b81;
}
.theme-wema-bank #content-wrapper .content-card.freq-item .abs a {
    color: #990b81;
}
.theme-wema-bank .card-design {
    background: #520645;
}
.theme-wema-bank .card-design > div {
    background: #990b81;
}
.theme-wema-bank .select-list .item:hover p {
    color: #990b81 !important;
}
.theme-wema-bank .select-card .select-check i,
.theme-wema-bank .select-card .select-check span {
    color: #990b81;
}
.theme-wema-bank .select-card.hover:hover {
    box-shadow: 0 1px 3px #990b81;
}
.theme-wema-bank .select-card.selected {
    box-shadow: 0 1px 3px #990b81;
}
.theme-wema-bank .section.icon-left svg path,
.theme-wema-bank .section.icon-left svg rect {
    fill: #990b81 !important;
}
.theme-union-bank #content-wrapper .content-card.action-btn,
.theme-union-bank .ben-search button,
.theme-union-bank .category-select .badge.selected,
.theme-union-bank .bank-list .badge.selected {
    background-color: #00afef;
}
.theme-union-bank #content-wrapper .content-card.freq-item .abs a {
    color: #00afef;
}
.theme-union-bank .card-design {
    background: #0077a3;
}
.theme-union-bank .card-design > div {
    background: #00afef;
}
.theme-union-bank .select-list .item:hover p {
    color: #00afef !important;
}
.theme-union-bank .select-card .select-check i,
.theme-union-bank .select-card .select-check span {
    color: #00afef;
}
.theme-union-bank .select-card.hover:hover {
    box-shadow: 0 1px 3px #00afef;
}
.theme-union-bank .select-card.selected {
    box-shadow: 0 1px 3px #00afef;
}
.theme-union-bank .section.icon-left svg path,
.theme-union-bank .section.icon-left svg rect {
    fill: #00afef !important;
}
.theme-fidelity-bank #content-wrapper .content-card.action-btn,
.theme-fidelity-bank .ben-search button,
.theme-fidelity-bank .category-select .badge.selected,
.theme-fidelity-bank .bank-list .badge.selected {
    background-color: #6abe5c;
}
.theme-fidelity-bank #content-wrapper .content-card.freq-item .abs a {
    color: #6abe5c;
}
.theme-fidelity-bank .card-design {
    background: #47933b;
}
.theme-fidelity-bank .card-design > div {
    background: #6abe5c;
}
.theme-fidelity-bank .select-list .item:hover p {
    color: #6abe5c !important;
}
.theme-fidelity-bank .select-card .select-check i,
.theme-fidelity-bank .select-card .select-check span {
    color: #6abe5c;
}
.theme-fidelity-bank .select-card.hover:hover {
    box-shadow: 0 1px 3px #6abe5c;
}
.theme-fidelity-bank .select-card.selected {
    box-shadow: 0 1px 3px #6abe5c;
}
.theme-fidelity-bank .section.icon-left svg path,
.theme-fidelity-bank .section.icon-left svg rect {
    fill: #6abe5c !important;
}
.theme-providus-bank #content-wrapper .content-card.action-btn,
.theme-providus-bank .ben-search button,
.theme-providus-bank .category-select .badge.selected,
.theme-providus-bank .bank-list .badge.selected {
    background-color: #2f444e;
}
.theme-providus-bank #content-wrapper .content-card.freq-item .abs a {
    color: #2f444e;
}
.theme-providus-bank .card-design {
    background: #121a1e;
}
.theme-providus-bank .card-design > div {
    background: #2f444e;
}
.theme-providus-bank .select-list .item:hover p {
    color: #2f444e !important;
}
.theme-providus-bank .select-card .select-check i,
.theme-providus-bank .select-card .select-check span {
    color: #2f444e;
}
.theme-providus-bank .select-card.hover:hover {
    box-shadow: 0 1px 3px #2f444e;
}
.theme-providus-bank .select-card.selected {
    box-shadow: 0 1px 3px #2f444e;
}
.theme-providus-bank .section.icon-left svg path,
.theme-providus-bank .section.icon-left svg rect {
    fill: #2f444e !important;
}
.theme-fcmb-bank #content-wrapper .content-card.action-btn,
.theme-fcmb-bank .ben-search button,
.theme-fcmb-bank .category-select .badge.selected,
.theme-fcmb-bank .bank-list .badge.selected {
    background-color: #5c2684;
}
.theme-fcmb-bank #content-wrapper .content-card.freq-item .abs a {
    color: #5c2684;
}
.theme-fcmb-bank .card-design {
    background: #331549;
}
.theme-fcmb-bank .card-design > div {
    background: #5c2684;
}
.theme-fcmb-bank .select-list .item:hover p {
    color: #5c2684 !important;
}
.theme-fcmb-bank .select-card .select-check i,
.theme-fcmb-bank .select-card .select-check span {
    color: #5c2684;
}
.theme-fcmb-bank .select-card.hover:hover {
    box-shadow: 0 1px 3px #5c2684;
}
.theme-fcmb-bank .select-card.selected {
    box-shadow: 0 1px 3px #5c2684;
}
.theme-fcmb-bank .section.icon-left svg path,
.theme-fcmb-bank .section.icon-left svg rect {
    fill: #5c2684 !important;
}
.theme-unity-bank #content-wrapper .content-card.action-btn,
.theme-unity-bank .ben-search button,
.theme-unity-bank .category-select .badge.selected,
.theme-unity-bank .bank-list .badge.selected {
    background-color: #87a149;
}
.theme-unity-bank #content-wrapper .content-card.freq-item .abs a {
    color: #87a149;
}
.theme-unity-bank .card-design {
    background: #5b6c31;
}
.theme-unity-bank .card-design > div {
    background: #87a149;
}
.theme-unity-bank .select-list .item:hover p {
    color: #87a149 !important;
}
.theme-unity-bank .select-card .select-check i,
.theme-unity-bank .select-card .select-check span {
    color: #87a149;
}
.theme-unity-bank .select-card.hover:hover {
    box-shadow: 0 1px 3px #87a149;
}
.theme-unity-bank .select-card.selected {
    box-shadow: 0 1px 3px #87a149;
}
.theme-unity-bank .section.icon-left svg path,
.theme-unity-bank .section.icon-left svg rect {
    fill: #87a149 !important;
}
.theme-sterling-bank #content-wrapper .content-card.action-btn,
.theme-sterling-bank .ben-search button,
.theme-sterling-bank .category-select .badge.selected,
.theme-sterling-bank .bank-list .badge.selected {
    background-color: #ad161f;
}
.theme-sterling-bank #content-wrapper .content-card.freq-item .abs a {
    color: #ad161f;
}
.theme-sterling-bank .card-design {
    background: #690d13;
}
.theme-sterling-bank .card-design > div {
    background: #ad161f;
}
.theme-sterling-bank .select-list .item:hover p {
    color: #ad161f !important;
}
.theme-sterling-bank .select-card .select-check i,
.theme-sterling-bank .select-card .select-check span {
    color: #ad161f;
}
.theme-sterling-bank .select-card.hover:hover {
    box-shadow: 0 1px 3px #ad161f;
}
.theme-sterling-bank .select-card.selected {
    box-shadow: 0 1px 3px #ad161f;
}
.theme-sterling-bank .section.icon-left svg path,
.theme-sterling-bank .section.icon-left svg rect {
    fill: #ad161f !important;
}
.theme-sterling-bank-red #content-wrapper .content-card.action-btn,
.theme-sterling-bank-red .ben-search button,
.theme-sterling-bank-red .category-select .badge.selected,
.theme-sterling-bank-red .bank-list .badge.selected {
    background-color: #ad161f;
}
.theme-sterling-bank-red #content-wrapper .content-card.freq-item .abs a {
    color: #ad161f;
}
.theme-sterling-bank-red .card-design {
    background: #690d13;
}
.theme-sterling-bank-red .card-design > div {
    background: #ad161f;
}
.theme-sterling-bank-red .select-list .item:hover p {
    color: #ad161f !important;
}
.theme-sterling-bank-red .select-card .select-check i,
.theme-sterling-bank-red .select-card .select-check span {
    color: #ad161f;
}
.theme-sterling-bank-red .select-card.hover:hover {
    box-shadow: 0 1px 3px #ad161f;
}
.theme-sterling-bank-red .select-card.selected {
    box-shadow: 0 1px 3px #ad161f;
}
.theme-sterling-bank-red .section.icon-left svg path,
.theme-sterling-bank-red .section.icon-left svg rect {
    fill: #ad161f !important;
}
.theme-sterling-bank-green #content-wrapper .content-card.action-btn,
.theme-sterling-bank-green .ben-search button,
.theme-sterling-bank-green .category-select .badge.selected,
.theme-sterling-bank-green .bank-list .badge.selected {
    background-color: #579e41;
}
.theme-sterling-bank-green #content-wrapper .content-card.freq-item .abs a {
    color: #579e41;
}
.theme-sterling-bank-green .card-design {
    background: #39682b;
}
.theme-sterling-bank-green .card-design > div {
    background: #579e41;
}
.theme-sterling-bank-green .select-list .item:hover p {
    color: #579e41 !important;
}
.theme-sterling-bank-green .select-card .select-check i,
.theme-sterling-bank-green .select-card .select-check span {
    color: #579e41;
}
.theme-sterling-bank-green .select-card.hover:hover {
    box-shadow: 0 1px 3px #579e41;
}
.theme-sterling-bank-green .select-card.selected {
    box-shadow: 0 1px 3px #579e41;
}
.theme-sterling-bank-green .section.icon-left svg path,
.theme-sterling-bank-green .section.icon-left svg rect {
    fill: #579e41 !important;
}
.theme-sterling-bank-purple #content-wrapper .content-card.action-btn,
.theme-sterling-bank-purple .ben-search button,
.theme-sterling-bank-purple .category-select .badge.selected,
.theme-sterling-bank-purple .bank-list .badge.selected {
    background-color: #5b4da0;
}
.theme-sterling-bank-purple #content-wrapper .content-card.freq-item .abs a {
    color: #5b4da0;
}
.theme-sterling-bank-purple .card-design {
    background: #3e346c;
}
.theme-sterling-bank-purple .card-design > div {
    background: #5b4da0;
}
.theme-sterling-bank-purple .select-list .item:hover p {
    color: #5b4da0 !important;
}
.theme-sterling-bank-purple .select-card .select-check i,
.theme-sterling-bank-purple .select-card .select-check span {
    color: #5b4da0;
}
.theme-sterling-bank-purple .select-card.hover:hover {
    box-shadow: 0 1px 3px #5b4da0;
}
.theme-sterling-bank-purple .select-card.selected {
    box-shadow: 0 1px 3px #5b4da0;
}
.theme-sterling-bank-purple .section.icon-left svg path,
.theme-sterling-bank-purple .section.icon-left svg rect {
    fill: #5b4da0 !important;
}
.theme-sterling-bank-orange #content-wrapper .content-card.action-btn,
.theme-sterling-bank-orange .ben-search button,
.theme-sterling-bank-orange .category-select .badge.selected,
.theme-sterling-bank-orange .bank-list .badge.selected {
    background-color: #cc9510;
}
.theme-sterling-bank-orange #content-wrapper .content-card.freq-item .abs a {
    color: #cc9510;
}
.theme-sterling-bank-orange .card-design {
    background: #85610a;
}
.theme-sterling-bank-orange .card-design > div {
    background: #cc9510;
}
.theme-sterling-bank-orange .select-list .item:hover p {
    color: #cc9510 !important;
}
.theme-sterling-bank-orange .select-card .select-check i,
.theme-sterling-bank-orange .select-card .select-check span {
    color: #cc9510;
}
.theme-sterling-bank-orange .select-card.hover:hover {
    box-shadow: 0 1px 3px #cc9510;
}
.theme-sterling-bank-orange .select-card.selected {
    box-shadow: 0 1px 3px #cc9510;
}
.theme-sterling-bank-orange .section.icon-left svg path,
.theme-sterling-bank-orange .section.icon-left svg rect {
    fill: #cc9510 !important;
}
.theme-keystone-bank #content-wrapper .content-card.action-btn,
.theme-keystone-bank .ben-search button,
.theme-keystone-bank .category-select .badge.selected,
.theme-keystone-bank .bank-list .badge.selected {
    background-color: #09f;
}
.theme-keystone-bank #content-wrapper .content-card.freq-item .abs a {
    color: #09f;
}
.theme-keystone-bank .card-design {
    background: #006bb3;
}
.theme-keystone-bank .card-design > div {
    background: #09f;
}
.theme-keystone-bank .select-list .item:hover p {
    color: #09f !important;
}
.theme-keystone-bank .select-card .select-check i,
.theme-keystone-bank .select-card .select-check span {
    color: #09f;
}
.theme-keystone-bank .select-card.hover:hover {
    box-shadow: 0 1px 3px #09f;
}
.theme-keystone-bank .select-card.selected {
    box-shadow: 0 1px 3px #09f;
}
.theme-keystone-bank .section.icon-left svg path,
.theme-keystone-bank .section.icon-left svg rect {
    fill: #09f !important;
}
.theme-stanbic-bank #content-wrapper .content-card.action-btn,
.theme-stanbic-bank .ben-search button,
.theme-stanbic-bank .category-select .badge.selected,
.theme-stanbic-bank .bank-list .badge.selected {
    background-color: #2570e0;
}
.theme-stanbic-bank #content-wrapper .content-card.freq-item .abs a {
    color: #2570e0;
}
.theme-stanbic-bank .card-design {
    background: #174fa2;
}
.theme-stanbic-bank .card-design > div {
    background: #2570e0;
}
.theme-stanbic-bank .select-list .item:hover p {
    color: #2570e0 !important;
}
.theme-stanbic-bank .select-card .select-check i,
.theme-stanbic-bank .select-card .select-check span {
    color: #2570e0;
}
.theme-stanbic-bank .select-card.hover:hover {
    box-shadow: 0 1px 3px #2570e0;
}
.theme-stanbic-bank .select-card.selected {
    box-shadow: 0 1px 3px #2570e0;
}
.theme-stanbic-bank .section.icon-left svg path,
.theme-stanbic-bank .section.icon-left svg rect {
    fill: #2570e0 !important;
}
.theme-uba-bank #content-wrapper .content-card.action-btn,
.theme-uba-bank .ben-search button,
.theme-uba-bank .category-select .badge.selected,
.theme-uba-bank .bank-list .badge.selected {
    background-color: #d61a0c;
}
.theme-uba-bank #content-wrapper .content-card.freq-item .abs a {
    color: #d61a0c;
}
.theme-uba-bank .card-design {
    background: #8e1108;
}
.theme-uba-bank .card-design > div {
    background: #d61a0c;
}
.theme-uba-bank .select-list .item:hover p {
    color: #d61a0c !important;
}
.theme-uba-bank .select-card .select-check i,
.theme-uba-bank .select-card .select-check span {
    color: #d61a0c;
}
.theme-uba-bank .select-card.hover:hover {
    box-shadow: 0 1px 3px #d61a0c;
}
.theme-uba-bank .select-card.selected {
    box-shadow: 0 1px 3px #d61a0c;
}
.theme-uba-bank .section.icon-left svg path,
.theme-uba-bank .section.icon-left svg rect {
    fill: #d61a0c !important;
}
.theme-jubilee-bank #content-wrapper .content-card.action-btn,
.theme-jubilee-bank .ben-search button,
.theme-jubilee-bank .category-select .badge.selected,
.theme-jubilee-bank .bank-list .badge.selected {
    background-color: #005f29;
}
.theme-jubilee-bank #content-wrapper .content-card.freq-item .abs a {
    color: #005f29;
}
.theme-jubilee-bank .card-design {
    background: #001308;
}
.theme-jubilee-bank .card-design > div {
    background: #005f29;
}
.theme-jubilee-bank .select-list .item:hover p {
    color: #005f29 !important;
}
.theme-jubilee-bank .select-card .select-check i,
.theme-jubilee-bank .select-card .select-check span {
    color: #005f29;
}
.theme-jubilee-bank .select-card.hover:hover {
    box-shadow: 0 1px 3px #005f29;
}
.theme-jubilee-bank .select-card.selected {
    box-shadow: 0 1px 3px #005f29;
}
.theme-jubilee-bank .section.icon-left svg path,
.theme-jubilee-bank .section.icon-left svg rect {
    fill: #005f29 !important;
}
.theme-fundquest-bank #content-wrapper .content-card.action-btn,
.theme-fundquest-bank .ben-search button,
.theme-fundquest-bank .category-select .badge.selected,
.theme-fundquest-bank .bank-list .badge.selected {
    background-color: #0D4DA1;
}
.theme-fundquest-bank #content-wrapper .content-card.freq-item .abs a {
    color: #0D4DA1;
}
.theme-fundquest-bank .card-design {
    background: #1a3767;
}
.theme-fundquest-bank .card-design > div {
    background: #0D4DA1;
}
.theme-fundquest-bank .select-list .item:hover p {
    color: #0D4DA1 !important;
}
.theme-fundquest-bank .select-card .select-check i,
.theme-fundquest-bank .select-card .select-check span {
    color: #0D4DA1;
}
.theme-fundquest-bank .select-card.hover:hover {
    box-shadow: 0 1px 3px #0D4DA1;
}
.theme-fundquest-bank .select-card.selected {
    box-shadow: 0 1px 3px #0D4DA1;
}
.theme-fundquest-bank .section.icon-left svg path,
.theme-fundquest-bank .section.icon-left svg rect {
    fill: #0D4DA1 !important;
}
.dropdown-menu {
    font-size: 12px;
}
.form-control {
    height: 45px;
    padding: 10px 12px;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 5px;
    border: 2px solid #f2f2f2;
    -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.02) !important;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.02) !important;
    margin-bottom: 0.5em;
}
.form-error {
    color: #ad161f !important;
    font-size: 11px !important;
}
.form-element[disabled] {
    background-color: white;
    border: 1px solid #ccc;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    background-color: white;
}
.form-group {
    position: relative;
}
.form-group > label {
    color: #333;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 15px;
}
.form-group > p {
    color: #333333;
    font-size: 14px;
}
.form-group.info label {
    margin: 0px;
}
.form-group .disabled {
    background-color: #f5f5f5 !important;
}
.form-group .acct-bal {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 4px 8px;
    color: #fff;
    background-color: #455f71;
    font-size: 10px;
    border-radius: 0 5px 0 0;
}
.form-control[readonly] {
    background-color: transparent;
}
.input-group-addon {
    border-radius: 2px;
    background-color: #f7f7f7;
    border: 1px solid #d0d0d0;
}
.input-group-addon:first-child {
    border-right: 1px solid #d0d0d0;
}
.inner-addon {
    position: relative;
}
.inner-addon .fa:not(.error-info) {
    position: absolute;
    padding: 16px 15px 15px 11px;
    color: #8a8686;
    font-size: 1.2em;
}
.inner-addon .svg-icon {
    position: absolute;
    top: 15px;
    left: 5px;
}
.inner-addon button {
    position: absolute;
    line-height: 0.8;
    margin-top: 6px;
}
.inner-addon > div {
    position: absolute;
    margin-top: 9px;
}
.left-addon button {
    left: 6px;
}
.right-addon button {
    right: 6px;
}
.left-addon .fa:not(.error-info) {
    left: 0px;
}
.right-addon .fa:not(.error-info) {
    right: 0px;
}
.left-addon input {
    padding-left: 30px;
}
.right-addon input.fa:not(.error-info) {
    padding-right: 30px;
}
.left-addon-lg input {
    padding-left: 110px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
.input-cont {
    position: relative;
}
.input-cont .input-btn {
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    padding: 10px;
    border: none;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: #888;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-cont .input-btn.btn-loading {
    background-color: #888 !important;
}
.input-cont .input-btn i {
    color: #fff;
}
.input-cont .input-btn span {
    font-weight: 500;
    margin-left: 10px;
    color: #fff;
}
.input-cont .input-btn.plain {
    background-color: transparent !important;
    width: 55px;
}
.input-cont .input-load {
    background-color: transparent !important;
    padding: 0 !important;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.input-cont .input-load:before {
    border: 2px solid #ccc !important;
    border-top-color: #333333 !important;
}
.input-cont.with-btn input {
    width: calc(100% - 140px);
}
.form-check label {
    margin-left: 5px;
}
.btn {
    padding: 1em 2em;
}
.btn.btn-light {
    background-color: transparent;
    border: none;
    border-color: transparent;
    color: #87c700;
    box-shadow: none !important;
    padding: 0;
}
.btn.btn-light .icon {
    display: inline-block;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    padding: 8px 7px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}
.btn.btn-light .icon i {
    color: #87c700;
}
.form-header {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.acct-bal {
    display: none;
}
.acct-info-full {
    display: block;
}
.ben-search {
    position: relative;
}
.ben-search button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background-color: #87c700;
    height: 51px !important;
    border-radius: 0 5px 5px 0;
    font-size: 1em !important;
}
.ben-search button i {
    margin-right: 10px;
}
.ben-search button span {
    font-weight: 500;
}
.ben-search .dropdown {
    position: absolute;
    top: 8px;
    right: 15px;
    margin: 0 !important;
}
.ben-search .dropdown .dropdown-toggle {
    font-weight: 500;
    font-size: 14px;
}
.ben-search .dropdown .dropdown-item {
    color: #222222;
}
@media screen and (max-width: 768px) {
    .acct-bal {
        display: block;
    }
    .acct-info-full {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .input-cont .input-btn {
        width: 40px;
    }
    .input-cont .input-btn span {
        display: none;
    }
    .input-cont.with-btn input {
        width: calc(100% - 38px);
    }
}
.theme-default .input-cont .input-btn {
    background-color: #4cc4ff;
}
.theme-default .btn.btn-light .icon i {
    color: #0077b2;
}
.theme-gtb-bank .input-cont .input-btn {
    background-color: #f2b8a9;
}
.theme-gtb-bank .btn.btn-light .icon i {
    color: #de4a24;
}
.theme-wema-bank .input-cont .input-btn {
    background-color: #f24bd6;
}
.theme-wema-bank .btn.btn-light .icon i {
    color: #990b81;
}
.theme-union-bank .input-cont .input-btn {
    background-color: #89dfff;
}
.theme-union-bank .btn.btn-light .icon i {
    color: #00afef;
}
.theme-fidelity-bank .input-cont .input-btn {
    background-color: #ceeac9;
}
.theme-fidelity-bank .btn.btn-light .icon i {
    color: #6abe5c;
}
.theme-providus-bank .input-cont .input-btn {
    background-color: #6e95a8;
}
.theme-providus-bank .btn.btn-light .icon i {
    color: #2f444e;
}
.theme-fcmb-bank .input-cont .input-btn {
    background-color: #a96ed5;
}
.theme-fcmb-bank .btn.btn-light .icon i {
    color: #5c2684;
}
.theme-unity-bank .input-cont .input-btn {
    background-color: #cbd9aa;
}
.theme-unity-bank .btn.btn-light .icon i {
    color: #87a149;
}
.theme-sterling-bank .input-cont .input-btn {
    background-color: #ed6f77;
}
.theme-sterling-bank .btn.btn-light .icon i {
    color: #ad161f;
}
.theme-sterling-bank-red .input-cont .input-btn {
    background-color: #ed6f77;
}
.theme-sterling-bank-red .btn.btn-light .icon i {
    color: #ad161f;
}
.theme-sterling-bank-green .input-cont .input-btn {
    background-color: #add8a0;
}
.theme-sterling-bank-green .btn.btn-light .icon i {
    color: #579e41;
}
.theme-sterling-bank-purple .input-cont .input-btn {
    background-color: #b5aed8;
}
.theme-sterling-bank-purple .btn.btn-light .icon i {
    color: #5b4da0;
}
.theme-sterling-bank-orange .input-cont .input-btn {
    background-color: #f5d380;
}
.theme-sterling-bank-orange .btn.btn-light .icon i {
    color: #cc9510;
}
.theme-keystone-bank .input-cont .input-btn {
    background-color: #99d6ff;
}
.theme-keystone-bank .btn.btn-light .icon i {
    color: #09f;
}
.theme-stanbic-bank .input-cont .input-btn {
    background-color: #abc8f3;
}
.theme-stanbic-bank .btn.btn-light .icon i {
    color: #2570e0;
}
.theme-uba-bank .input-cont .input-btn {
    background-color: #f88b83;
}
.theme-uba-bank .btn.btn-light .icon i {
    color: #d61a0c;
}
.theme-jubilee-bank .input-cont .input-btn {
    background-color: #00f86b;
}
.theme-jubilee-bank .btn.btn-light .icon i {
    color: #005f29;
}
.theme-fundquest-bank .input-cont .input-btn {
    background-color: #0D4DA1;
}
.theme-fundquest-bank .btn.btn-light .icon i {
    color: #0D4DA1;
}
#header-navbar {
    background: #fff;
    border: 0 none;
    border-radius: 0 0 0 0;
    margin: 0;
    height: 65px;
    position: relative;
    z-index: 99;
}
#header-navbar .navbar-form .form-group {
    position: relative;
}
#header-navbar .navbar-form .form-control {
    background: #131313;
    color: #707070;
    height: 30px;
    line-height: 30px;
    margin-top: 2px;
    font-size: 0.75em;
}
#header-navbar .navbar-form .nav-search-icon {
    position: absolute;
    color: #0D4DA1;
    right: 6px;
    top: 8px;
}
#header-navbar .nav > li {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
}
#header-navbar .nav .search-top {
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 8px;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 5px;
}
#header-navbar .nav .search-top input {
    border: none;
    background: transparent;
    font-size: 12px;
    text-transform: capitalize;
    box-shadow: none !important;
    color: #0D4DA1;
}
#header-navbar .nav .search-top input:hover,
#header-navbar .nav .search-top input:active,
#header-navbar .nav .search-top input:focus {
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}
#header-navbar .nav .nav-link {
    margin-top: 5px;
    width: auto;
}
#header-navbar .nav .nav-link span {
    color: #0D4DA1;
}
#header-navbar .nav .nav-link .badge {
    display: inline-block;
    background: #0D4DA1;
}
#header-navbar .nav .nav-link.float-badge {
    position: relative;
    margin-right: 15px;
}
#header-navbar .nav .nav-link.float-badge .badge {
    position: absolute;
    top: 2px;
    right: 5px;
}
#header-navbar .nav > li > a > span.count {
    background: none repeat scroll 0 0 #e74c3c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #0D4DA1;
    display: block;
    font-size: 9px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 9px;
    width: 14px;
}
#header-navbar .nav > li > a {
    width: 55px;
    text-align: center;
}
#header-navbar .nav > li > a:hover {
    background-color: transparent !important;
}
#header-navbar .nav > li > a:hover svg .header_fill {
    fill: #000;
    transition: fill 300ms ease-in-out;
}
#header-navbar .profile-dropdown > a {
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 35px;
}
#header-navbar .profile-dropdown > a > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 35px;
    margin-right: 5px;
    width: 35px;
}
#header-navbar .profile-dropdown > a > span {
    float: left;
    display: block;
    margin-right: 3px;
}
#header-nav .form-control {
    border-radius: 0;
    border: 0;
}
#header-navbar .navbar-left .navbar-nav {
    margin-left: 0;
}
#header-navbar .nav > li > #logout {
    border: 1px solid;
    line-height: 30px;
    height: 30px;
    border-radius: 2px;
    margin-top: 9px;
}
#header-navbar .nav > li > a {
    font-size: 0.875em;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#header-navbar .nav > li > a > i {
    font-size: 1.5em;
}
#header-navbar .welcome-msg {
    color: #0D4DA1;
}
#header-navbar .welcome-msg .name {
    font-size: 1.3em;
}
#header-navbar .welcome-msg .bvn {
    display: inline-block;
    margin-left: 10px;
    background: #0D4DA1;
    border-radius: 5px;
    padding: 5px 8px;
}
#header-navbar .welcome-msg .bvn pre {
    display: inline;
    background: transparent;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    border: none;
    margin: 0;
    line-height: 0;
    padding: 0;
}
#header-navbar .welcome-msg .bvn i {
    cursor: pointer;
    font-size: 12px;
    margin-left: 5px;
}
#header-navbar .welcome-msg a {
    color: #aad448;
    font-weight: 400;
    margin-left: 10px;
    font-size: 10px;
    text-transform: capitalize;
}
@media screen and (max-width: 800px) {
    #header-navbar {
        position: fixed;
        width: 100%;
    }
}
.modal-backdrop-closer {
    position: fixed !important;
    background: none;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.modal-dialog {
    height: auto;
    margin: 30px auto 0 auto;
}
.modal-dialog .modal-content {
    padding: 20px 20px 0 20px !important;
    overflow: hidden;
}
.modal-dialog .modal-content .modal-header {
    border-bottom: 1px solid #b5b5b5 !important;
}
.modal-dialog .modal-content .modal-body {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog .modal-content .modal-body .modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: #fff;
    border-top: none;
}
.ng-sidebar__backdrop {
    z-index: 100 !important;
}
#sidebar-nav {
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
}
#sidebar-nav .ng-sidebar {
    width: 220px;
    color: white;
    z-index: 1200 !important;
    background-color: #0d4da1;
    background-image: url("../../img/bank-images/sidebar_fundquest.png");
    background-repeat: no-repeat;
    background-position: bottom;
    border-radius: 0px 0px 0px 0px;
}
#sidebar-nav .navbar-brand {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
}
#sidebar-nav .navbar-brand img {
    height: 50px !important;
    margin: 0 !important;
}
#sidebar-nav .nav {
    margin-top: 2em;
    border-bottom: none;
}
#sidebar-nav .nav > li {
    margin-bottom: 0;
}
#sidebar-nav .nav > li.open a {
    opacity: 1 !important;
    color: #0D4DA1 !important;
}
#sidebar-nav .nav > li > a {
    font-size: 1em;
    line-height: 1;
    overflow: hidden;
    padding: 1em 15px 1em 2em;
    height: auto;
    outline: none;
    transition: color 400ms ease-in-out;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}
#sidebar-nav .nav > li > a:focus {
    background-color: transparent !important;
    color: #0D4DA1 !important;
    font-weight: bold;
    opacity: 1;
}

#sidebar-nav .nav > li > a:hover {
    color: #0D4DA1 !important;
    font-weight: bold;
    opacity: 1;
}

#sidebar-nav .nav > li > a.active {
    color: #1d79cd !important;
    opacity: 1 !important;
    position: relative;
    background-color: white !important;
    color: #0D4DA1;
    border-left: 10px solid white;
    border-radius: 5px;
}
#sidebar-nav .nav > li > a > span {
    padding-left: 20px;
    font-weight: 500;
}
.nav-pills > li {
    float: none;
}
.nav-stacked > li + li {
    margin: 0px;
}
.nav-pills > li > a {
    border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
#sidebar-nav .nav-pills > li.active > a,
#sidebar-nav .nav-pills > li.active > a:focus,
.nav-small #nav-col #sidebar-nav .nav-pills > li.open > a {
    color: #0D4DA1;
}
.filter-cont {
    min-height: 300px !important;
    height: auto;
}
.filter-cont .h-full,
.filter-cont .ng-sidebar__content {
    z-index: 10 !important;
    box-shadow: 0 0 45px #eee;
    position: relative !important;
}
.filter-cont .ng-sidebar {
    width: 220px;
    z-index: 5 !important;
}
.filter-cont .filter-menu {
    padding: 2em;
    padding-top: 15px;
}
.filter-cont .filter-menu button {
    font-size: 10px;
    padding: 1em 1.2em;
    height: auto;
    line-height: 0;
    margin: 0;
}
.filter-cont .filter-menu button i {
    margin-right: 5px;
}
.filter-cont .filter-menu .filter-options {
    margin-top: 2em;
}
.filter-cont .filter-menu .filter-options .value-lg {
    font-weight: 500;
    line-height: normal;
    font-size: 1.1em;
    color: #333;
    margin-bottom: 1em;
}
.filter-cont .filter-menu .filter-options .form-check {
    margin: 6px 0;
}
.filter-cont .filter-menu .filter-options hr {
    display: block;
    margin: 2em 1.5em;
}
.filter-cont .filter-menu .filter-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
    text-align: right;
    padding: 1em;
}
.filter-cont .filter-menu .filter-footer button {
    padding: 1.5em 2em;
    font-size: 11px;
}
.filter-cont .content-card {
    min-height: 300px !important;
}
.theme-default .nav > li > a:focus,
.theme-default .nav > li > a.active {
    color: #0077b2 !important;
}
.theme-gtb-bank .nav > li > a:focus,
.theme-gtb-bank .nav > li > a.active {
    color: #de4a24 !important;
}
.theme-wema-bank .nav > li > a:focus,
.theme-wema-bank .nav > li > a.active {
    color: #990b81 !important;
}
.theme-union-bank .nav > li > a:focus,
.theme-union-bank .nav > li > a.active {
    color: #00afef !important;
}
.theme-fidelity-bank .nav > li > a:focus,
.theme-fidelity-bank .nav > li > a.active {
    color: #6abe5c !important;
}
.theme-providus-bank .nav > li > a:focus,
.theme-providus-bank .nav > li > a.active {
    color: #2f444e !important;
}
.theme-fcmb-bank .nav > li > a:focus,
.theme-fcmb-bank .nav > li > a.active {
    color: #5c2684 !important;
}
.theme-unity-bank .nav > li > a:focus,
.theme-unity-bank .nav > li > a.active {
    color: #87a149 !important;
}
.theme-sterling-bank .nav > li > a:focus,
.theme-sterling-bank .nav > li > a.active {
    color: #ad161f !important;
}
.theme-sterling-bank-red .nav > li > a:focus,
.theme-sterling-bank-red .nav > li > a.active {
    color: #ad161f !important;
}
.theme-sterling-bank-green .nav > li > a:focus,
.theme-sterling-bank-green .nav > li > a.active {
    color: #579e41 !important;
}
.theme-sterling-bank-purple .nav > li > a:focus,
.theme-sterling-bank-purple .nav > li > a.active {
    color: #5b4da0 !important;
}
.theme-sterling-bank-orange .nav > li > a:focus,
.theme-sterling-bank-orange .nav > li > a.active {
    color: #cc9510 !important;
}
.theme-keystone-bank .nav > li > a:focus,
.theme-keystone-bank .nav > li > a.active {
    color: #09f !important;
}
.theme-stanbic-bank .nav > li > a:focus,
.theme-stanbic-bank .nav > li > a.active {
    color: #2570e0 !important;
}
.theme-uba-bank .nav > li > a:focus,
.theme-uba-bank .nav > li > a.active {
    color: #d61a0c !important;
}
.theme-jubilee-bank .nav > li > a:focus,
.theme-jubilee-bank .nav > li > a.active {
    color: #005f29 !important;
}
.theme-fundquest-bank .nav > li > a:focus,
.theme-fundquest-bank .nav > li > a.active {
    color: #0D4DA1 !important;
}
.table > thead > tr > th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px 10px 0px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child {
    padding-left: 10px;
}
.table > tbody > tr > td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    padding: 20px 16px 20px 0px;
    min-width: 80px;
    text-overflow: ellipsis;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
}
.table > tbody > tr > td.editable {
    padding-top: 10px;
    padding-bottom: 10px !important;
    width: 200px;
}
.table > tbody > tr > td input[type="text"] {
    height: 30px !important;
    margin: 0;
}
.table > tbody > tr > td.button {
    padding-top: 13px;
    padding-bottom: 0px;
    width: 10px !important;
    padding-left: 25px;
    min-width: 0px;
}
.table > tbody > tr > td.col-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
}
.table > tbody > tr > td.col-btn {
    width: 20px !important;
    padding-left: 10px !important;
    min-width: 20px !important;
}
.table-hover > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5 !important;
}
.table button {
    border: transparent;
    background: transparent;
    padding: 0px;
}
.table button:focus {
    outline: none;
}
.table-check > tbody > tr input[type="checkbox"],
.table-check > tbody > tr .checkbox {
    visibility: hidden;
}
.table-check > tbody > tr.checked input[type="checkbox"],
.table-check > tbody > tr:hover input[type="checkbox"],
.table-check > tbody > tr.checked .checkbox,
.table-check > tbody > tr:hover .checkbox {
    visibility: visible;
}
.table-check > tbody > tr:hover {
    cursor: pointer;
}
.theme-default .table > tbody > tr.checked {
    color: #0077b2 !important;
}
.theme-gtb-bank .table > tbody > tr.checked {
    color: #de4a24 !important;
}
.theme-wema-bank .table > tbody > tr.checked {
    color: #990b81 !important;
}
.theme-union-bank .table > tbody > tr.checked {
    color: #00afef !important;
}
.theme-fidelity-bank .table > tbody > tr.checked {
    color: #6abe5c !important;
}
.theme-providus-bank .table > tbody > tr.checked {
    color: #2f444e !important;
}
.theme-fcmb-bank .table > tbody > tr.checked {
    color: #5c2684 !important;
}
.theme-unity-bank .table > tbody > tr.checked {
    color: #87a149 !important;
}
.theme-sterling-bank .table > tbody > tr.checked {
    color: #ad161f !important;
}
.theme-sterling-bank-red .table > tbody > tr.checked {
    color: #ad161f !important;
}
.theme-sterling-bank-green .table > tbody > tr.checked {
    color: #579e41 !important;
}
.theme-sterling-bank-purple .table > tbody > tr.checked {
    color: #5b4da0 !important;
}
.theme-sterling-bank-orange .table > tbody > tr.checked {
    color: #cc9510 !important;
}
.theme-keystone-bank .table > tbody > tr.checked {
    color: #09f !important;
}
.theme-stanbic-bank .table > tbody > tr.checked {
    color: #2570e0 !important;
}
.theme-uba-bank .table > tbody > tr.checked {
    color: #d61a0c !important;
}
.theme-jubilee-bank .table > tbody > tr.checked {
    color: #005f29 !important;
}
.theme-fundquest-bank .table > tbody > tr.checked {
    color: #0D4DA1 !important;
}
.wizard-steps {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    display: inline-block;
}
.wizard-progress {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(196, 196, 196, 0.51);
}
.wizard-step:first-child .wizard-progress {
    width: 50%;
    left: 50%;
}
.wizard-step:last-child .wizard-progress {
    width: 50%;
}
.wizard-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
}
.wizard-step {
    position: relative;
    float: left;
    width: 131px;
    padding: 0 5px;
}
.wizard-step-number {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 4px;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #bdbdbd;
    line-height: 24px;
    position: relative;
    z-index: 10000;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.wizard-step.activated .wizard-step-number {
    background: #fff;
    border: 1px solid;
    line-height: 38px;
}
.wizard-step.active .wizard-step-number {
    width: 30px;
    height: 30px;
    margin-top: 0;
    font-size: 15px;
    line-height: 29px;
    color: #fff;
}
.wizard-step p {
    color: #bdbdbd;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}
.wizard-step.activated p {
    font-size: 14px;
    font-weight: 700;
}
.back-button,
.right-button {
    position: absolute;
    top: 25px;
    right: 0;
    left: 10px;
    bottom: 0;
}
.back-button .icon,
.right-button .icon {
    width: 30px;
    height: 30px;
    padding: 7px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}
.back-button .text,
.right-button .text {
    font-size: 16px;
    color: #bdbdbd;
    font-weight: 500;
    line-height: 32px;
    margin-left: 9px;
}
.back-button:hover,
.right-button:hover {
    cursor: pointer;
}
.back-button i,
.right-button i {
    color: #bdbdbd;
}
.right-button {
    right: 10px;
    left: auto;
}
.right-button .text {
    margin-right: 9px;
}
.theme-default .wizard-step.activated .wizard-step-number {
    border-color: #0077b2;
    color: #0077b2;
}
.theme-default .wizard-step.active .wizard-step-number {
    background: #0077b2;
}
.theme-default .wizard-step.active .wizard-progress {
    background-color: #0077b2;
}
.theme-default .wizard-step.activated p,
.wizard-step.active p {
    color: #0077b2;
}
.theme-default .wizard-step.active p {
    color: #0077b2;
}
.theme-gtb-bank .wizard-step.activated .wizard-step-number {
    border-color: #de4a24;
    color: #de4a24;
}
.theme-gtb-bank .wizard-step.active .wizard-step-number {
    background: #de4a24;
}
.theme-gtb-bank .wizard-step.active .wizard-progress {
    background-color: #de4a24;
}
.theme-gtb-bank .wizard-step.activated p,
.wizard-step.active p {
    color: #de4a24;
}
.theme-gtb-bank .wizard-step.active p {
    color: #de4a24;
}
.theme-wema-bank .wizard-step.activated .wizard-step-number {
    border-color: #990b81;
    color: #990b81;
}
.theme-wema-bank .wizard-step.active .wizard-step-number {
    background: #990b81;
}
.theme-wema-bank .wizard-step.active .wizard-progress {
    background-color: #990b81;
}
.theme-wema-bank .wizard-step.activated p,
.wizard-step.active p {
    color: #990b81;
}
.theme-wema-bank .wizard-step.active p {
    color: #990b81;
}
.theme-union-bank .wizard-step.activated .wizard-step-number {
    border-color: #00afef;
    color: #00afef;
}
.theme-union-bank .wizard-step.active .wizard-step-number {
    background: #00afef;
}
.theme-union-bank .wizard-step.active .wizard-progress {
    background-color: #00afef;
}
.theme-union-bank .wizard-step.activated p,
.wizard-step.active p {
    color: #00afef;
}
.theme-union-bank .wizard-step.active p {
    color: #00afef;
}
.theme-fidelity-bank .wizard-step.activated .wizard-step-number {
    border-color: #6abe5c;
    color: #6abe5c;
}
.theme-fidelity-bank .wizard-step.active .wizard-step-number {
    background: #6abe5c;
}
.theme-fidelity-bank .wizard-step.active .wizard-progress {
    background-color: #6abe5c;
}
.theme-fidelity-bank .wizard-step.activated p,
.wizard-step.active p {
    color: #6abe5c;
}
.theme-fidelity-bank .wizard-step.active p {
    color: #6abe5c;
}
.theme-providus-bank .wizard-step.activated .wizard-step-number {
    border-color: #2f444e;
    color: #2f444e;
}
.theme-providus-bank .wizard-step.active .wizard-step-number {
    background: #2f444e;
}
.theme-providus-bank .wizard-step.active .wizard-progress {
    background-color: #2f444e;
}
.theme-providus-bank .wizard-step.activated p,
.wizard-step.active p {
    color: #2f444e;
}
.theme-providus-bank .wizard-step.active p {
    color: #2f444e;
}
.theme-fcmb-bank .wizard-step.activated .wizard-step-number {
    border-color: #5c2684;
    color: #5c2684;
}
.theme-fcmb-bank .wizard-step.active .wizard-step-number {
    background: #5c2684;
}
.theme-fcmb-bank .wizard-step.active .wizard-progress {
    background-color: #5c2684;
}
.theme-fcmb-bank .wizard-step.activated p,
.wizard-step.active p {
    color: #5c2684;
}
.theme-fcmb-bank .wizard-step.active p {
    color: #5c2684;
}
.theme-unity-bank .wizard-step.activated .wizard-step-number {
    border-color: #87a149;
    color: #87a149;
}
.theme-unity-bank .wizard-step.active .wizard-step-number {
    background: #87a149;
}
.theme-unity-bank .wizard-step.active .wizard-progress {
    background-color: #87a149;
}
.theme-unity-bank .wizard-step.activated p,
.wizard-step.active p {
    color: #87a149;
}
.theme-unity-bank .wizard-step.active p {
    color: #87a149;
}
.theme-sterling-bank .wizard-step.activated .wizard-step-number {
    border-color: #ad161f;
    color: #ad161f;
}
.theme-sterling-bank .wizard-step.active .wizard-step-number {
    background: #ad161f;
}
.theme-sterling-bank .wizard-step.active .wizard-progress {
    background-color: #ad161f;
}
.theme-sterling-bank .wizard-step.activated p,
.wizard-step.active p {
    color: #ad161f;
}
.theme-sterling-bank .wizard-step.active p {
    color: #ad161f;
}
.theme-sterling-bank-red .wizard-step.activated .wizard-step-number {
    border-color: #ad161f;
    color: #ad161f;
}
.theme-sterling-bank-red .wizard-step.active .wizard-step-number {
    background: #ad161f;
}
.theme-sterling-bank-red .wizard-step.active .wizard-progress {
    background-color: #ad161f;
}
.theme-sterling-bank-red .wizard-step.activated p,
.wizard-step.active p {
    color: #ad161f;
}
.theme-sterling-bank-red .wizard-step.active p {
    color: #ad161f;
}
.theme-sterling-bank-green .wizard-step.activated .wizard-step-number {
    border-color: #579e41;
    color: #579e41;
}
.theme-sterling-bank-green .wizard-step.active .wizard-step-number {
    background: #579e41;
}
.theme-sterling-bank-green .wizard-step.active .wizard-progress {
    background-color: #579e41;
}
.theme-sterling-bank-green .wizard-step.activated p,
.wizard-step.active p {
    color: #579e41;
}
.theme-sterling-bank-green .wizard-step.active p {
    color: #579e41;
}
.theme-sterling-bank-purple .wizard-step.activated .wizard-step-number {
    border-color: #5b4da0;
    color: #5b4da0;
}
.theme-sterling-bank-purple .wizard-step.active .wizard-step-number {
    background: #5b4da0;
}
.theme-sterling-bank-purple .wizard-step.active .wizard-progress {
    background-color: #5b4da0;
}
.theme-sterling-bank-purple .wizard-step.activated p,
.wizard-step.active p {
    color: #5b4da0;
}
.theme-sterling-bank-purple .wizard-step.active p {
    color: #5b4da0;
}
.theme-sterling-bank-orange .wizard-step.activated .wizard-step-number {
    border-color: #cc9510;
    color: #cc9510;
}
.theme-sterling-bank-orange .wizard-step.active .wizard-step-number {
    background: #cc9510;
}
.theme-sterling-bank-orange .wizard-step.active .wizard-progress {
    background-color: #cc9510;
}
.theme-sterling-bank-orange .wizard-step.activated p,
.wizard-step.active p {
    color: #cc9510;
}
.theme-sterling-bank-orange .wizard-step.active p {
    color: #cc9510;
}
.theme-keystone-bank .wizard-step.activated .wizard-step-number {
    border-color: #09f;
    color: #09f;
}
.theme-keystone-bank .wizard-step.active .wizard-step-number {
    background: #09f;
}
.theme-keystone-bank .wizard-step.active .wizard-progress {
    background-color: #09f;
}
.theme-keystone-bank .wizard-step.activated p,
.wizard-step.active p {
    color: #09f;
}
.theme-keystone-bank .wizard-step.active p {
    color: #09f;
}
.theme-stanbic-bank .wizard-step.activated .wizard-step-number {
    border-color: #2570e0;
    color: #2570e0;
}
.theme-stanbic-bank .wizard-step.active .wizard-step-number {
    background: #2570e0;
}
.theme-stanbic-bank .wizard-step.active .wizard-progress {
    background-color: #2570e0;
}
.theme-stanbic-bank .wizard-step.activated p,
.wizard-step.active p {
    color: #2570e0;
}
.theme-stanbic-bank .wizard-step.active p {
    color: #2570e0;
}
.theme-uba-bank .wizard-step.activated .wizard-step-number {
    border-color: #d61a0c;
    color: #d61a0c;
}
.theme-uba-bank .wizard-step.active .wizard-step-number {
    background: #d61a0c;
}
.theme-uba-bank .wizard-step.active .wizard-progress {
    background-color: #d61a0c;
}
.theme-uba-bank .wizard-step.activated p,
.wizard-step.active p {
    color: #d61a0c;
}
.theme-uba-bank .wizard-step.active p {
    color: #d61a0c;
}
.theme-jubilee-bank .wizard-step.activated .wizard-step-number {
    border-color: #005f29;
    color: #005f29;
}
.theme-jubilee-bank .wizard-step.active .wizard-step-number {
    background: #005f29;
}
.theme-jubilee-bank .wizard-step.active .wizard-progress {
    background-color: #005f29;
}
.theme-jubilee-bank .wizard-step.activated p,
.wizard-step.active p {
    color: #005f29;
}
.theme-jubilee-bank .wizard-step.active p {
    color: #005f29;
}
.theme-fundquest-bank .wizard-step.activated .wizard-step-number {
    border-color: #0D4DA1;
    color: #0D4DA1;
}
.theme-fundquest-bank .wizard-step.active .wizard-step-number {
    background: #0D4DA1;
}
.theme-fundquest-bank .wizard-step.active .wizard-progress {
    background-color: #0D4DA1;
}
.theme-fundquest-bank .wizard-step.activated p,
.wizard-step.active p {
    color: #0D4DA1;
}
.theme-fundquest-bank .wizard-step.active p {
    color: #0D4DA1;
}
@media (max-width: 480px) {
    .wizard-step {
        width: 90px;
    }
}
.nav-tabs {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 2em;
}
.nav-tabs .nav-item {
    margin-bottom: -2px;
}
.nav-tabs .nav-item a {
    font-size: 1.3em;
    font-weight: 500;
    background-color: #f9f9f9;
    border-right-color: #f5f5f5 !important;
    border-left: 2px solid #f5f5f5 !important;
    border-top: 2px solid #f5f5f5 !important;
    border-right: 2px solid #f5f5f5 !important;
    border-bottom: 2px solid #f5f5f5 !important;
    margin-right: 5px;
    border-radius: 10px 10px 0 0;
}
.nav-tabs .nav-item a:hover {
    background-color: #fff;
    border-right-color: #f5f5f5 !important;
    border-bottom: 2px solid #fff !important;
}
.nav-tabs .nav-item a.active {
    background-color: #fff;
    border-right-color: #f5f5f5 !important;
    border-bottom: 2px solid #fff !important;
    margin-top: -5px;
    padding-bottom: 10px;
    padding-top: 15px;
}
.nav-pills {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 2em;
}
.nav-pills .nav-item {
    display: inline-block;
}
.nav-pills .nav-item a {
    background-color: transparent !important;
    margin-bottom: -1px;
}
.nav-pills .nav-item a:hover {
    background-color: transparent !important;
}
.nav-pills .nav-item a.active {
    background-color: transparent;
    font-weight: bolder;
    border-bottom: 3px solid #87c700;
}
.theme-default .nav-pills .nav-item a.active {
    border-color: #0077b2;
}
.theme-gtb-bank .nav-pills .nav-item a.active {
    border-color: #de4a24;
}
.theme-wema-bank .nav-pills .nav-item a.active {
    border-color: #990b81;
}
.theme-union-bank .nav-pills .nav-item a.active {
    border-color: #00afef;
}
.theme-fidelity-bank .nav-pills .nav-item a.active {
    border-color: #6abe5c;
}
.theme-providus-bank .nav-pills .nav-item a.active {
    border-color: #2f444e;
}
.theme-fcmb-bank .nav-pills .nav-item a.active {
    border-color: #5c2684;
}
.theme-unity-bank .nav-pills .nav-item a.active {
    border-color: #87a149;
}
.theme-sterling-bank .nav-pills .nav-item a.active {
    border-color: #ad161f;
}
.theme-sterling-bank-red .nav-pills .nav-item a.active {
    border-color: #ad161f;
}
.theme-sterling-bank-green .nav-pills .nav-item a.active {
    border-color: #579e41;
}
.theme-sterling-bank-purple .nav-pills .nav-item a.active {
    border-color: #5b4da0;
}
.theme-sterling-bank-orange .nav-pills .nav-item a.active {
    border-color: #cc9510;
}
.theme-keystone-bank .nav-pills .nav-item a.active {
    border-color: #09f;
}
.theme-stanbic-bank .nav-pills .nav-item a.active {
    border-color: #2570e0;
}
.theme-uba-bank .nav-pills .nav-item a.active {
    border-color: #d61a0c;
}
.theme-jubilee-bank .nav-pills .nav-item a.active {
    border-color: #005f29;
}
.theme-fundquest-bank .nav-pills .nav-item a.active {
    border-color: #0D4DA1;
}
.big-tag-input .ng2-tag-input {
    border: 1px solid #d9e0e7 !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.02) !important;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.02) !important;
}
.big-tag-input tag {
    margin-top: 6px !important;
}
.ng2-tags-container {
    padding-left: 50px;
}
.no-edit-tag delete-icon,
.no-edit-tag input {
    display: none !important;
}
.no-border-tag-input .ng2-tag-input {
    border: none !important;
    margin: 0px !important;
}
.ng2-tag-input__text-input {
    font-family: "Montserrat", sans-serif !important;
}
.fc .fc-header-toolbar {
    margin-bottom: 1.8em;
}
.fc .fc-header-toolbar .fc-left div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fc .fc-header-toolbar .fc-left div .fc-cardtitle-button {
    background-image: none;
    background-color: transparent;
    border: none;
    box-shadow: none !important;
    font-size: 16px;
    padding-right: 15px;
}
.fc .fc-header-toolbar .fc-left div .fc-prev-button,
.fc .fc-header-toolbar .fc-left div .fc-next-button {
    width: 35px;
    height: 35px;
    padding: 10px;
    text-align: center;
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    border: none;
}
.fc .fc-header-toolbar .fc-left div .fc-prev-button span,
.fc .fc-header-toolbar .fc-left div .fc-next-button span {
    margin: 0;
}
.fc .fc-header-toolbar .fc-left div h2 {
    font-size: 12px;
    margin: 1em 0.8em 0.5em 0.8em;
    width: 100px;
}
.fc .fc-view-container {
    padding-top: 2em;
}
.fc .fc-view-container .fc-month-view table th {
    border: none !important;
    text-align: center;
}
.fc .fc-view-container .fc-month-view table th span {
    color: #222 !important;
    font-weight: bold;
    text-transform: uppercase;
}
.fc .fc-view-container .fc-month-view table td {
    position: relative;
    border: none !important;
    text-align: center;
    cursor: pointer;
}
.fc .fc-view-container .fc-month-view table td span {
    display: block !important;
    float: none !important;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
}
.fc .fc-view-container .fc-month-view table td:before {
    content: "";
    position: absolute;
    left: calc((100% / 2) - 18px);
    right: auto;
    top: -7px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    background-color: transparent;
}
.fc .fc-view-container .fc-month-view table td.active a,
.fc .fc-view-container .fc-month-view table td.active span {
    color: #fff !important;
}
.fc .fc-view-container .fc-month-view table td.active:before {
    background-color: #87c700;
}
.fc .fc-view-container .fc-month-view table td.active:after {
    display: none;
}
.fc .fc-view-container .fc-month-view table td.has-event:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: calc((100% / 2) - 2.5px);
    z-index: 5;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    border: none;
    min-width: auto;
    background-color: #87c700;
    margin: 0 auto;
    padding: 0;
}
.fc .fc-view-container .fc-month-view table td.has-event.active:before {
    background-color: #87c700;
}
.fc .fc-view-container .fc-month-view table td.has-event.active:after {
    display: block;
    background-color: #fff;
}
.fc .fc-view-container .fc-month-view table td.fc-today a,
.fc .fc-view-container .fc-month-view table td.fc-today span {
    color: #fff !important;
}
.fc .fc-view-container .fc-month-view table td.fc-today:before {
    background-color: #f0b323;
}
.fc .fc-view-container .fc-month-view .fc-bg {
    visibility: collapse;
}
.fc .fc-view-container .fc-month-view .fc-content-skeleton {
    padding-top: 15px;
}
.fc .fc-view-container .fc-month-view .fc-content-skeleton table tbody tr {
    visibility: collapse;
}
.ui.calendar {
    font-size: 10px !important;
}
.ui.calendar .ui.popup {
    width: 250px !important;
}
.ui.calendar .ui.table tr td {
    max-width: 36px;
    min-width: 36px;
}
.ui.calendar.active {
    display: block;
    width: 100%;
}
.ui.calendar.active sui-calendar-date-view {
    display: block;
}
.ui.calendar.active sui-calendar-date-view .ui.table.day {
    width: 100% !important;
}
.theme-default .fc .fc-prev-button span,
.theme-default .fc .fc-next-button span {
    color: #0077b2 !important;
}
.theme-default .fc .fc-view-container .fc-month-view td.active:before {
    background-color: #0077b2 !important;
}
.theme-default .fc .fc-view-container .fc-month-view td.has-event:after {
    background-color: #0077b2 !important;
}
.theme-default
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #0077b2 !important;
}
.theme-default .fc .fc-view-container .fc-month-view td.has-event.active:after {
    background-color: #fff !important;
}
.theme-gtb-bank .fc .fc-prev-button span,
.theme-gtb-bank .fc .fc-next-button span {
    color: #de4a24 !important;
}
.theme-gtb-bank .fc .fc-view-container .fc-month-view td.active:before {
    background-color: #de4a24 !important;
}
.theme-gtb-bank .fc .fc-view-container .fc-month-view td.has-event:after {
    background-color: #de4a24 !important;
}
.theme-gtb-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #de4a24 !important;
}
.theme-gtb-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-wema-bank .fc .fc-prev-button span,
.theme-wema-bank .fc .fc-next-button span {
    color: #990b81 !important;
}
.theme-wema-bank .fc .fc-view-container .fc-month-view td.active:before {
    background-color: #990b81 !important;
}
.theme-wema-bank .fc .fc-view-container .fc-month-view td.has-event:after {
    background-color: #990b81 !important;
}
.theme-wema-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #990b81 !important;
}
.theme-wema-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-union-bank .fc .fc-prev-button span,
.theme-union-bank .fc .fc-next-button span {
    color: #00afef !important;
}
.theme-union-bank .fc .fc-view-container .fc-month-view td.active:before {
    background-color: #00afef !important;
}
.theme-union-bank .fc .fc-view-container .fc-month-view td.has-event:after {
    background-color: #00afef !important;
}
.theme-union-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #00afef !important;
}
.theme-union-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-fidelity-bank .fc .fc-prev-button span,
.theme-fidelity-bank .fc .fc-next-button span {
    color: #6abe5c !important;
}
.theme-fidelity-bank .fc .fc-view-container .fc-month-view td.active:before {
    background-color: #6abe5c !important;
}
.theme-fidelity-bank .fc .fc-view-container .fc-month-view td.has-event:after {
    background-color: #6abe5c !important;
}
.theme-fidelity-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #6abe5c !important;
}
.theme-fidelity-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-providus-bank .fc .fc-prev-button span,
.theme-providus-bank .fc .fc-next-button span {
    color: #2f444e !important;
}
.theme-providus-bank .fc .fc-view-container .fc-month-view td.active:before {
    background-color: #2f444e !important;
}
.theme-providus-bank .fc .fc-view-container .fc-month-view td.has-event:after {
    background-color: #2f444e !important;
}
.theme-providus-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #2f444e !important;
}
.theme-providus-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-fcmb-bank .fc .fc-prev-button span,
.theme-fcmb-bank .fc .fc-next-button span {
    color: #5c2684 !important;
}
.theme-fcmb-bank .fc .fc-view-container .fc-month-view td.active:before {
    background-color: #5c2684 !important;
}
.theme-fcmb-bank .fc .fc-view-container .fc-month-view td.has-event:after {
    background-color: #5c2684 !important;
}
.theme-fcmb-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #5c2684 !important;
}
.theme-fcmb-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-unity-bank .fc .fc-prev-button span,
.theme-unity-bank .fc .fc-next-button span {
    color: #87a149 !important;
}
.theme-unity-bank .fc .fc-view-container .fc-month-view td.active:before {
    background-color: #87a149 !important;
}
.theme-unity-bank .fc .fc-view-container .fc-month-view td.has-event:after {
    background-color: #87a149 !important;
}
.theme-unity-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #87a149 !important;
}
.theme-unity-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-sterling-bank .fc .fc-prev-button span,
.theme-sterling-bank .fc .fc-next-button span {
    color: #ad161f !important;
}
.theme-sterling-bank .fc .fc-view-container .fc-month-view td.active:before {
    background-color: #ad161f !important;
}
.theme-sterling-bank .fc .fc-view-container .fc-month-view td.has-event:after {
    background-color: #ad161f !important;
}
.theme-sterling-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #ad161f !important;
}
.theme-sterling-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-sterling-bank-red .fc .fc-prev-button span,
.theme-sterling-bank-red .fc .fc-next-button span {
    color: #ad161f !important;
}
.theme-sterling-bank-red
    .fc
    .fc-view-container
    .fc-month-view
    td.active:before {
    background-color: #ad161f !important;
}
.theme-sterling-bank-red
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event:after {
    background-color: #ad161f !important;
}
.theme-sterling-bank-red
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #ad161f !important;
}
.theme-sterling-bank-red
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-sterling-bank-green .fc .fc-prev-button span,
.theme-sterling-bank-green .fc .fc-next-button span {
    color: #579e41 !important;
}
.theme-sterling-bank-green
    .fc
    .fc-view-container
    .fc-month-view
    td.active:before {
    background-color: #579e41 !important;
}
.theme-sterling-bank-green
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event:after {
    background-color: #579e41 !important;
}
.theme-sterling-bank-green
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #579e41 !important;
}
.theme-sterling-bank-green
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-sterling-bank-purple .fc .fc-prev-button span,
.theme-sterling-bank-purple .fc .fc-next-button span {
    color: #5b4da0 !important;
}
.theme-sterling-bank-purple
    .fc
    .fc-view-container
    .fc-month-view
    td.active:before {
    background-color: #5b4da0 !important;
}
.theme-sterling-bank-purple
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event:after {
    background-color: #5b4da0 !important;
}
.theme-sterling-bank-purple
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #5b4da0 !important;
}
.theme-sterling-bank-purple
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-sterling-bank-orange .fc .fc-prev-button span,
.theme-sterling-bank-orange .fc .fc-next-button span {
    color: #cc9510 !important;
}
.theme-sterling-bank-orange
    .fc
    .fc-view-container
    .fc-month-view
    td.active:before {
    background-color: #cc9510 !important;
}
.theme-sterling-bank-orange
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event:after {
    background-color: #cc9510 !important;
}
.theme-sterling-bank-orange
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #cc9510 !important;
}
.theme-sterling-bank-orange
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-keystone-bank .fc .fc-prev-button span,
.theme-keystone-bank .fc .fc-next-button span {
    color: #09f !important;
}
.theme-keystone-bank .fc .fc-view-container .fc-month-view td.active:before {
    background-color: #09f !important;
}
.theme-keystone-bank .fc .fc-view-container .fc-month-view td.has-event:after {
    background-color: #09f !important;
}
.theme-keystone-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #09f !important;
}
.theme-keystone-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-stanbic-bank .fc .fc-prev-button span,
.theme-stanbic-bank .fc .fc-next-button span {
    color: #2570e0 !important;
}
.theme-stanbic-bank .fc .fc-view-container .fc-month-view td.active:before {
    background-color: #2570e0 !important;
}
.theme-stanbic-bank .fc .fc-view-container .fc-month-view td.has-event:after {
    background-color: #2570e0 !important;
}
.theme-stanbic-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #2570e0 !important;
}
.theme-stanbic-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-uba-bank .fc .fc-prev-button span,
.theme-uba-bank .fc .fc-next-button span {
    color: #d61a0c !important;
}
.theme-uba-bank .fc .fc-view-container .fc-month-view td.active:before {
    background-color: #d61a0c !important;
}
.theme-uba-bank .fc .fc-view-container .fc-month-view td.has-event:after {
    background-color: #d61a0c !important;
}
.theme-uba-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #d61a0c !important;
}
.theme-uba-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-jubilee-bank .fc .fc-prev-button span,
.theme-jubilee-bank .fc .fc-next-button span {
    color: #005f29 !important;
}
.theme-jubilee-bank .fc .fc-view-container .fc-month-view td.active:before {
    background-color: #005f29 !important;
}
.theme-jubilee-bank .fc .fc-view-container .fc-month-view td.has-event:after {
    background-color: #005f29 !important;
}
.theme-jubilee-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #005f29 !important;
}
.theme-jubilee-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.theme-fundquest-bank .fc .fc-prev-button span,
.theme-fundquest-bank .fc .fc-next-button span {
    color: #0D4DA1 !important;
}
.theme-fundquest-bank .fc .fc-view-container .fc-month-view td.active:before {
    background-color: #0D4DA1 !important;
}
.theme-fundquest-bank .fc .fc-view-container .fc-month-view td.has-event:after {
    background-color: #0D4DA1 !important;
}
.theme-fundquest-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:before {
    background-color: #0D4DA1 !important;
}
.theme-fundquest-bank
    .fc
    .fc-view-container
    .fc-month-view
    td.has-event.active:after {
    background-color: #fff !important;
}
.ngx-pagination {
    margin-top: 25px;
    min-width: 281px;
    padding: 0px;
    text-align: center;
}
.ngx-pagination .current {
    width: 25px;
    height: 25px;
    padding: 5px;
    text-align: center;
    border-radius: 20px;
    padding: 0.26rem 0.625rem !important;
}
.ngx-pagination li.pagination-next a,
.ngx-pagination li.pagination-previous a,
.ngx-pagination li.pagination-previous.disabled {
    padding-top: 4px;
    text-align: center;
    color: #fff;
    height: 25px;
    border-radius: 5px;
    margin: auto 10px;
}
.ngx-pagination li.disabled {
    background: #fff !important;
    color: #bdbdbd !important;
}
.theme-default .ngx-pagination .current {
    background: #0077b2;
}
.theme-default .ngx-pagination li.pagination-next a,
.theme-default .ngx-pagination li.pagination-next a:hover,
.theme-default .ngx-pagination li.pagination-previous a,
.theme-default .ngx-pagination li.pagination-previous a:hover {
    background: #0077b2;
}
.theme-gtb-bank .ngx-pagination .current {
    background: #de4a24;
}
.theme-gtb-bank .ngx-pagination li.pagination-next a,
.theme-gtb-bank .ngx-pagination li.pagination-next a:hover,
.theme-gtb-bank .ngx-pagination li.pagination-previous a,
.theme-gtb-bank .ngx-pagination li.pagination-previous a:hover {
    background: #de4a24;
}
.theme-wema-bank .ngx-pagination .current {
    background: #990b81;
}
.theme-wema-bank .ngx-pagination li.pagination-next a,
.theme-wema-bank .ngx-pagination li.pagination-next a:hover,
.theme-wema-bank .ngx-pagination li.pagination-previous a,
.theme-wema-bank .ngx-pagination li.pagination-previous a:hover {
    background: #990b81;
}
.theme-union-bank .ngx-pagination .current {
    background: #00afef;
}
.theme-union-bank .ngx-pagination li.pagination-next a,
.theme-union-bank .ngx-pagination li.pagination-next a:hover,
.theme-union-bank .ngx-pagination li.pagination-previous a,
.theme-union-bank .ngx-pagination li.pagination-previous a:hover {
    background: #00afef;
}
.theme-fidelity-bank .ngx-pagination .current {
    background: #6abe5c;
}
.theme-fidelity-bank .ngx-pagination li.pagination-next a,
.theme-fidelity-bank .ngx-pagination li.pagination-next a:hover,
.theme-fidelity-bank .ngx-pagination li.pagination-previous a,
.theme-fidelity-bank .ngx-pagination li.pagination-previous a:hover {
    background: #6abe5c;
}
.theme-providus-bank .ngx-pagination .current {
    background: #2f444e;
}
.theme-providus-bank .ngx-pagination li.pagination-next a,
.theme-providus-bank .ngx-pagination li.pagination-next a:hover,
.theme-providus-bank .ngx-pagination li.pagination-previous a,
.theme-providus-bank .ngx-pagination li.pagination-previous a:hover {
    background: #2f444e;
}
.theme-fcmb-bank .ngx-pagination .current {
    background: #5c2684;
}
.theme-fcmb-bank .ngx-pagination li.pagination-next a,
.theme-fcmb-bank .ngx-pagination li.pagination-next a:hover,
.theme-fcmb-bank .ngx-pagination li.pagination-previous a,
.theme-fcmb-bank .ngx-pagination li.pagination-previous a:hover {
    background: #5c2684;
}
.theme-unity-bank .ngx-pagination .current {
    background: #87a149;
}
.theme-unity-bank .ngx-pagination li.pagination-next a,
.theme-unity-bank .ngx-pagination li.pagination-next a:hover,
.theme-unity-bank .ngx-pagination li.pagination-previous a,
.theme-unity-bank .ngx-pagination li.pagination-previous a:hover {
    background: #87a149;
}
.theme-sterling-bank .ngx-pagination .current {
    background: #ad161f;
}
.theme-sterling-bank .ngx-pagination li.pagination-next a,
.theme-sterling-bank .ngx-pagination li.pagination-next a:hover,
.theme-sterling-bank .ngx-pagination li.pagination-previous a,
.theme-sterling-bank .ngx-pagination li.pagination-previous a:hover {
    background: #ad161f;
}
.theme-sterling-bank-red .ngx-pagination .current {
    background: #ad161f;
}
.theme-sterling-bank-red .ngx-pagination li.pagination-next a,
.theme-sterling-bank-red .ngx-pagination li.pagination-next a:hover,
.theme-sterling-bank-red .ngx-pagination li.pagination-previous a,
.theme-sterling-bank-red .ngx-pagination li.pagination-previous a:hover {
    background: #ad161f;
}
.theme-sterling-bank-green .ngx-pagination .current {
    background: #579e41;
}
.theme-sterling-bank-green .ngx-pagination li.pagination-next a,
.theme-sterling-bank-green .ngx-pagination li.pagination-next a:hover,
.theme-sterling-bank-green .ngx-pagination li.pagination-previous a,
.theme-sterling-bank-green .ngx-pagination li.pagination-previous a:hover {
    background: #579e41;
}
.theme-sterling-bank-purple .ngx-pagination .current {
    background: #5b4da0;
}
.theme-sterling-bank-purple .ngx-pagination li.pagination-next a,
.theme-sterling-bank-purple .ngx-pagination li.pagination-next a:hover,
.theme-sterling-bank-purple .ngx-pagination li.pagination-previous a,
.theme-sterling-bank-purple .ngx-pagination li.pagination-previous a:hover {
    background: #5b4da0;
}
.theme-sterling-bank-orange .ngx-pagination .current {
    background: #cc9510;
}
.theme-sterling-bank-orange .ngx-pagination li.pagination-next a,
.theme-sterling-bank-orange .ngx-pagination li.pagination-next a:hover,
.theme-sterling-bank-orange .ngx-pagination li.pagination-previous a,
.theme-sterling-bank-orange .ngx-pagination li.pagination-previous a:hover {
    background: #cc9510;
}
.theme-keystone-bank .ngx-pagination .current {
    background: #09f;
}
.theme-keystone-bank .ngx-pagination li.pagination-next a,
.theme-keystone-bank .ngx-pagination li.pagination-next a:hover,
.theme-keystone-bank .ngx-pagination li.pagination-previous a,
.theme-keystone-bank .ngx-pagination li.pagination-previous a:hover {
    background: #09f;
}
.theme-stanbic-bank .ngx-pagination .current {
    background: #2570e0;
}
.theme-stanbic-bank .ngx-pagination li.pagination-next a,
.theme-stanbic-bank .ngx-pagination li.pagination-next a:hover,
.theme-stanbic-bank .ngx-pagination li.pagination-previous a,
.theme-stanbic-bank .ngx-pagination li.pagination-previous a:hover {
    background: #2570e0;
}
.theme-uba-bank .ngx-pagination .current {
    background: #d61a0c;
}
.theme-uba-bank .ngx-pagination li.pagination-next a,
.theme-uba-bank .ngx-pagination li.pagination-next a:hover,
.theme-uba-bank .ngx-pagination li.pagination-previous a,
.theme-uba-bank .ngx-pagination li.pagination-previous a:hover {
    background: #d61a0c;
}
.theme-jubilee-bank .ngx-pagination .current {
    background: #005f29;
}
.theme-jubilee-bank .ngx-pagination li.pagination-next a,
.theme-jubilee-bank .ngx-pagination li.pagination-next a:hover,
.theme-jubilee-bank .ngx-pagination li.pagination-previous a,
.theme-jubilee-bank .ngx-pagination li.pagination-previous a:hover {
    background: #005f29;
}
.theme-fundquest-bank .ngx-pagination .current {
    background: #0D4DA1;
}
.theme-fundquest-bank .ngx-pagination li.pagination-next a,
.theme-fundquest-bank .ngx-pagination li.pagination-next a:hover,
.theme-fundquest-bank .ngx-pagination li.pagination-previous a,
.theme-fundquest-bank .ngx-pagination li.pagination-previous a:hover {
    background: #0D4DA1;
}
.left-section {
    position: relative;
    min-height: 560px;
    height: 100vh;
    color: #fff;
    background-position: top center !important;
    background: url("../../img/bank-images/fundquest-login.png") !important;
    background-size: cover;
    background-repeat: no-repeat !important;
}
.left-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 350px;
    z-index: 2;
}
.left-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}
.left-section h1 {
    font-size: 56px;
    margin-bottom: 5px;
}
.left-section span {
    font-size: 24px;
}
.left-section .message {
    position: absolute;
    z-index: 3;
    top: 30%;
    left: 10%;
}
.left-section .content-carousel {
    height: 196px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2%;
    z-index: 20;
    padding: 0 !important;
}
.left-section .content-carousel .content-item {
    display: inline-block;
    height: 160px;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.left-section .content-carousel .content-item img {
    height: 100%;
    width: auto;
}
.left-section .content-carousel .content-item:first-child {
    margin-left: 10px;
}
.left-section .background-carousel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
}
.left-section .background-carousel .background-item {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.right-section {
    text-align: left;
    height: 100vh;
    overflow: hidden;
    max-height: 100vh;
    overflow-y: scroll;
    padding-bottom: 3em;
    background: #f6f7f8;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.right-section .logo {
    width: 177px;
    height: 91px;
    margin-top: 50px;
}
.right-section input,
.right-section select {
    height: 60px;
    margin-top: 10px;
    background: #ffffff;
    border: 1px solid #cbcfd3;
    border-radius: 7px;
}
.right-section textarea {
    height: 120px;
}
.right-section button {
    width: 100%;
    margin-top: 25px;
}
.right-section form {
    width: 80%;
    min-width: 280px;
    margin: 27px auto;
}
.right-section form.card-form {
    margin: 0;
    width: 100%;
    padding: 20px 2.5em;
}
.right-section .title {
    color: #0d4da1;
    font-weight: 600;
    padding: 0;
    margin: 0 auto;
    width: 80%;
}
.right-section .sub-title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 2em;
    width: 80%;
    min-width: 260px;
    margin: 0 auto;
}
.right-section .action-info {
    padding: 0;
    font-size: 12px;
    text-align: left;
    margin: 0;
}
.right-section .action-right {
    margin-bottom: 2em;
}
.right-section .footer-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.right-section .footer-text :not(:first-child) {
    margin-left: 11px;
}
.right-section .footer-text.scroll {
    position: relative;
    margin-top: 2em;
}
.right-section .header-action {
    position: absolute;
    top: 125px;
    left: 0;
    margin-left: 11%;
    width: auto !important;
    border: none;
    background: transparent;
}
.right-section .header-action .text {
    font-size: 14px;
    margin-left: 6px;
}
.right-section .header-action .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ffffff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 10px;
    text-align: center;
}
.color-orange {
    color: #f58220 !important;
}
.right-section .header-action .icon i {
    font-size: 12px;
    color: #c41426;
    line-height: 1;
    display: block !important;
}
.right-section .form-section {
    margin-top: 5.5em;
}
.right-section .form-section .form-error {
    margin-bottom: 1em;
    text-align: left;
}
.right-section .form-section .card-design {
    position: relative;
    background: #3d4953;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    padding: 0 !important;
    height: 97px;
    margin: 0 auto;
    margin-bottom: 1.5em;
    cursor: pointer;
}
.right-section .form-section .card-design > div {
    background: #505f6d;
    border-radius: 5px;
    height: 95px;
    padding: 10px 15px;
}
.right-section .form-section .card-design .image {
    padding-top: 10px;
}
.right-section .form-section .card-design .image img {
    width: auto !important;
    height: 20px;
}
.right-section .form-section .card-design .image span {
    display: inline-block;
    padding: 3px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
}
.right-section .form-section .card-design .image span img {
    height: 10px;
}
.right-section .form-section .card-design .number p {
    font-family: "OCR";
    font-size: 16px;
    margin: 2.4em 0 1.2em 0;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.right-section .form-section .card-design .select {
    display: none;
}
.right-section .form-section .card-design.selected .select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-section .form-section .card-design.selected .select span {
    padding: 10px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    border-radius: 10px;
}
.right-section .form-section .card-input {
    background: #505f6d;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    padding: 4em 20px 1em 20px;
    margin-bottom: 3em;
}
.right-section .form-section .card-input .inputs label {
    text-transform: uppercase;
    font-size: 10px;
    margin: 0;
}
.right-section .form-section .card-input .inputs label.mask {
    font-size: 20px;
    margin-top: 35px;
    color: #fff;
    text-shadow: 0 2px 4px #555;
    font-family: "OCR";
    letter-spacing: 4px;
}
.right-section .form-section .card-input .inputs label.mask.xx {
    letter-spacing: 3px;
}
.right-section .form-section .card-input .design {
    margin-top: 1.5em;
}
.right-section .form-section .message-area .success-message {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 300;
    padding: 0px 40px;
}
.right-section .form-section .message-area .success-sub {
    font-size: 12px;
    color: #bdbdbd;
    display: inline-block;
    padding-bottom: 2em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2em;
}
.right-section .form-section .message-area img {
    width: 60px !important;
    height: 60px !important;
}
@media screen and (max-width: 480px) {
    .right-section .form-section .message-area .success-message {
        font-size: 18px;
    }
}
.right-section .form-section .account-info {
    border: 1px solid #eee;
    border-top: 3px solid #c41426;
    border-radius: 5px;
    box-shadow: 0 5px 10px #e5e5e5;
    position: relative;
    padding: 20px;
    margin: 1em 0 3em 0;
}
.right-section .form-section .account-info p {
    font-size: 14px;
    text-align: left;
    margin: 0;
}
.right-section .form-section .account-info p.name {
    font-size: 16px;
}
.right-section .form-section .account-info span {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #ccc;
    cursor: pointer;
}
.right-section .form-section .terms {
    background: #fff;
    padding: 10px;
    margin-bottom: 1em;
    max-height: 45vh;
    overflow: hidden;
    overflow-y: auto;
}
.right-section .form-section .terms p {
    margin: 0 0 20px 0;
    text-align: left;
    line-height: 1.8;
}
.right-section .form-section .terms p:last-child {
    margin: 0 !important;
}
.right-section .form-section .login-load {
    margin: 5em auto;
    text-align: center;
}
.right-section .form-section .login-load .la-ball-clip-rotate {
    display: inline-block;
    color: #c41426;
}
.right-section .form-section .login-load p {
    margin-top: 2.5em;
    color: #b5b5b5;
    text-transform: capitalize;
}
.right-section .signup-type {
    padding: 41px 12px;
    height: 216px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    width: 216px;
    margin-top: 40px;
    background: #fff;
}
.right-section .signup-type p {
    margin-top: 24px;
}
.right-section .signup-type:hover {
    margin-top: 33px;
    transition: 0.2s;
    transition-timing-function: ease;
    cursor: pointer;
}
.right-section .signup-type:focus {
    outline: none;
}
.right-section .signup-type.acct-type {
    height: auto;
    padding: 10px 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 3em 15px;
    position: relative;
}
.right-section .signup-type.acct-type .action-info {
    display: block;
    text-align: center;
}
.right-section .signup-type.acct-type label {
    font-size: 10px;
    font-weight: 500;
}
.right-section .signup-type.upload {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 3em 15px 1em 15px;
}
.right-section .signup-type.upload p {
    color: #222;
}
.right-section .signup-type.upload label {
    font-size: 10px;
    font-weight: 500;
}
.right-section .signup-type.upload > div {
    display: none;
}
.right-section .signup-type.upload .action-info {
    display: block;
    text-align: center;
}
.right-section .signup-type.upload .preview .image,
.right-section .signup-type.upload .preview .loading {
    width: 150px;
    height: 130px;
    background-color: #ccc;
    margin: 1em auto 0px auto;
    border-radius: 5px;
}
.right-section .signup-type.upload .preview .image {
    display: block;
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.right-section .signup-type.upload.uploading {
    padding: 0;
}
.right-section .signup-type.upload.uploading .action-info {
    display: none;
}
.right-section .signup-type.upload.uploading .preview {
    display: block;
}
.right-section .signup-type.upload.uploading .preview .image {
    display: none;
}
.right-section .signup-type.upload.uploading .preview label {
    display: none;
}
.right-section .signup-type.upload.showing {
    padding: 0;
}
.right-section .signup-type.upload.showing .action-info {
    display: none;
}
.right-section .signup-type.upload.showing .preview {
    display: block;
}
.right-section .signup-type.upload.showing .preview .loading {
    display: none;
}
.right-section .signup-type.upload.showing .preview p {
    margin: 0;
}
.right-section .signup-type.upload.showing .preview label {
    display: inline-block;
}
.right-section .date-picker {
    background-color: #fff !important;
}
@media screen and (max-width: 480px) {
    .form-section {
        margin-top: 38px !important;
    }
    .form-section .card-design {
        max-width: 260px;
    }
    .form-section .card-design .number p {
        font-size: 14px !important;
        margin: 3em 0 1.2em 0 !important;
    }
}
.theme-default .header-action .icon i {
    color: #0077b2 !important;
}
.theme-default .login-load .la-ball-clip-rotate {
    color: #0077b2;
}
.theme-default .right-section .form-section .account-info {
    border-top: 3px solid #0077b2 !important;
}
.theme-gtb-bank .header-action .icon i {
    color: #de4a24 !important;
}
.theme-gtb-bank .login-load .la-ball-clip-rotate {
    color: #de4a24;
}
.theme-gtb-bank .right-section .form-section .account-info {
    border-top: 3px solid #de4a24 !important;
}
.theme-wema-bank .header-action .icon i {
    color: #990b81 !important;
}
.theme-wema-bank .login-load .la-ball-clip-rotate {
    color: #990b81;
}
.theme-wema-bank .right-section .form-section .account-info {
    border-top: 3px solid #990b81 !important;
}
.theme-union-bank .header-action .icon i {
    color: #00afef !important;
}
.theme-union-bank .login-load .la-ball-clip-rotate {
    color: #00afef;
}
.theme-union-bank .right-section .form-section .account-info {
    border-top: 3px solid #00afef !important;
}
.theme-fidelity-bank .header-action .icon i {
    color: #6abe5c !important;
}
.theme-fidelity-bank .login-load .la-ball-clip-rotate {
    color: #6abe5c;
}
.theme-fidelity-bank .right-section .form-section .account-info {
    border-top: 3px solid #6abe5c !important;
}
.theme-providus-bank .header-action .icon i {
    color: #2f444e !important;
}
.theme-providus-bank .login-load .la-ball-clip-rotate {
    color: #2f444e;
}
.theme-providus-bank .right-section .form-section .account-info {
    border-top: 3px solid #2f444e !important;
}
.theme-fcmb-bank .header-action .icon i {
    color: #5c2684 !important;
}
.theme-fcmb-bank .login-load .la-ball-clip-rotate {
    color: #5c2684;
}
.theme-fcmb-bank .right-section .form-section .account-info {
    border-top: 3px solid #5c2684 !important;
}
.theme-unity-bank .header-action .icon i {
    color: #87a149 !important;
}
.theme-unity-bank .login-load .la-ball-clip-rotate {
    color: #87a149;
}
.theme-unity-bank .right-section .form-section .account-info {
    border-top: 3px solid #87a149 !important;
}
.theme-sterling-bank .header-action .icon i {
    color: #ad161f !important;
}
.theme-sterling-bank .login-load .la-ball-clip-rotate {
    color: #ad161f;
}
.theme-sterling-bank .right-section .form-section .account-info {
    border-top: 3px solid #ad161f !important;
}
.theme-sterling-bank-red .header-action .icon i {
    color: #ad161f !important;
}
.theme-sterling-bank-red .login-load .la-ball-clip-rotate {
    color: #ad161f;
}
.theme-sterling-bank-red .right-section .form-section .account-info {
    border-top: 3px solid #ad161f !important;
}
.theme-sterling-bank-green .header-action .icon i {
    color: #579e41 !important;
}
.theme-sterling-bank-green .login-load .la-ball-clip-rotate {
    color: #579e41;
}
.theme-sterling-bank-green .right-section .form-section .account-info {
    border-top: 3px solid #579e41 !important;
}
.theme-sterling-bank-purple .header-action .icon i {
    color: #5b4da0 !important;
}
.theme-sterling-bank-purple .login-load .la-ball-clip-rotate {
    color: #5b4da0;
}
.theme-sterling-bank-purple .right-section .form-section .account-info {
    border-top: 3px solid #5b4da0 !important;
}
.theme-sterling-bank-orange .header-action .icon i {
    color: #cc9510 !important;
}
.theme-sterling-bank-orange .login-load .la-ball-clip-rotate {
    color: #cc9510;
}
.theme-sterling-bank-orange .right-section .form-section .account-info {
    border-top: 3px solid #cc9510 !important;
}
.theme-keystone-bank .header-action .icon i {
    color: #09f !important;
}
.theme-keystone-bank .login-load .la-ball-clip-rotate {
    color: #09f;
}
.theme-keystone-bank .right-section .form-section .account-info {
    border-top: 3px solid #09f !important;
}
.theme-stanbic-bank .header-action .icon i {
    color: #2570e0 !important;
}
.theme-stanbic-bank .login-load .la-ball-clip-rotate {
    color: #2570e0;
}
.theme-stanbic-bank .right-section .form-section .account-info {
    border-top: 3px solid #2570e0 !important;
}
.theme-uba-bank .header-action .icon i {
    color: #d61a0c !important;
}
.theme-uba-bank .login-load .la-ball-clip-rotate {
    color: #d61a0c;
}
.theme-uba-bank .right-section .form-section .account-info {
    border-top: 3px solid #d61a0c !important;
}
.theme-jubilee-bank .header-action .icon i {
    color: #005f29 !important;
}
.theme-jubilee-bank .login-load .la-ball-clip-rotate {
    color: #005f29;
}
.theme-jubilee-bank .right-section .form-section .account-info {
    border-top: 3px solid #005f29 !important;
}
.theme-fundquest-bank .header-action .icon i {
    color: #f58220 !important;
}
.theme-fundquest-bank .login-load .la-ball-clip-rotate {
    color: #0D4DA1;
}
.theme-fundquest-bank .right-section .form-section .account-info {
    border-top: 3px solid #0D4DA1 !important;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.full {
    margin-top: 2.5em;
}
.right {
    float: right;
    margin-top: -15px;
}
.left {
    float: left;
    margin-top: -15px;
}
@media screen and (max-width: 768px) {
    body,
    html {
        font-size: 13px;
    }
    .mobile {
        display: block;
    }
    .mobile .content-card .card-body {
        padding-top: 0 !important;
    }
    .mobile .dropdown {
        top: -46px;
    }
    .mobile .cards .payment-carousel .owl-item {
        width: 280px;
    }
    .mobile .cards .payment-carousel .owl-nav .owl-prev {
        left: 0px;
    }
    .mobile .cards .payment-carousel .owl-nav .owl-next {
        right: 0px;
    }
    .desktop {
        display: none;
    }
}

.summary .acct-overview {
    margin-top: 2em;
}
.summary .acct-overview .row > div {
    margin-bottom: 1em;
}
.ref-status {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
}
.ref-status img {
    height: 45px;
}
.ref-status p {
    padding-left: 10px;
    font-size: 1.2em;
}
.ref-status p span {
    font-weight: bold;
}
.ref-status p a {
    display: block;
    color: #87c700;
    font-size: 12px;
}
.ref-status p a i {
    font-size: 10px;
}
.card-footer {
    margin-top: 1em;
}
.card-footer a {
    font-size: 1em;
    font-weight: 600;
    color: #87c700 !important;
}
.card-footer a i {
    font-size: 0.8em;
    margin-left: 10px;
}
.quicklinks .action-btn {
    padding: 2.5em !important;
    min-width: 0 !important;
    flex-direction: column;
    /* height: 129px !important; */
    height: 110px !important;
    margin-bottom: 1em !important;
}
.quicklinks .action-btn i {
    font-size: 3em;
    color: #fff;
}
.quicklinks .action-btn span {
    margin-left: 0 !important;
    margin-top: 0.8em;
    text-align: center;
}
.recents .card-header .title {
    border-bottom: none !important;
}
.account-card {
    background-image: url(../../img/bank-images/blue_card.png) !important;
    padding: 0px !;
    background-size: 762px 272px !important;
    background-repeat: no-repeat !important;
}
.recents .card-body .nav-pills {
    margin-bottom: 0 !important;
}
.recents .card-body .select-list {
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}
.recents .card-body .select-list .item {
    font-size: 1.2em;
}
.recents .card-body .select-list .item span {
    max-width: 90%;
    margin-right: 10px;
    display: inline-block;
}
.recents .card-body .select-list .item span.time {
    margin-top: 12px;
}
.cards .card-body .info {
    margin-top: 2em;
}
.cards .card-body .info div > div {
    margin-bottom: 1em;
}
.cards .card-body .info .value-lg {
    font-size: 14px !important;
}
.cards .payment-carousel {
    height: 185px;
}
.cards .payment-carousel .owl-stage-outer {
    height: 100%;
}
.cards .payment-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}
.cards .payment-carousel .owl-item {
    width: 100%;
    text-align: center;
}
.cards .payment-carousel .owl-item .payment-card {
    display: inline-block !important;
}
.dash-chart-carousel {
    height: 270px;
    margin: 15px 0 0 0;
}
.dash-chart-carousel .owl-stage-outer {
    height: 100%;
}
.dash-chart-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}
.dash-chart-carousel .content-card {
    height: 250px;
}
.dash-chart-carousel .content-card canvas {
    display: block;
    height: 60% !important;
    width: auto !important;
    margin: 0 auto;
}
.dash-chart-carousel .content-card canvas.line-graph {
    height: 90% !important;
}
.dash-chart-carousel .content-card .chart-title {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin-top: 18px;
}
.slides {
    padding: 0 !important;
    overflow: hidden;
}
.slides .slide-carousel {
    width: 100%;
    height: 100%;
}
.slides .slide-carousel .owl-stage-outer {
    height: 100%;
}
.slides .slide-carousel .owl-stage-outer .owl-stage,
.slides .slide-carousel .owl-stage-outer .owl-item {
    height: 100%;
}
.slides .slide-item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1em;
}
.slides .slide-item h2 {
    font-size: 2em;
    text-shadow: 0 0 10px #555;
    font-weight: 500;
    text-align: center;
}
.slides .slide-item p {
    font-size: 1.3em;
    text-align: center;
}
.event-list .card-header .title,
.showing-list .card-header .title {
    border-bottom: none !important;
}
.event-list .card-header .right,
.showing-list .card-header .right {
    float: right;
}
.event-list .card-header .right a,
.showing-list .card-header .right a {
    font-size: 1em;
    font-weight: 600;
    color: #87c700 !important;
}
.event-list .card-header .right a i,
.showing-list .card-header .right a i {
    font-size: 0.8em;
    margin-left: 10px;
}
.event-list .lifestyle-carousel,
.showing-list .lifestyle-carousel {
    height: 200px;
}
.event-list .lifestyle-carousel .owl-stage,
.showing-list .lifestyle-carousel .owl-stage {
    height: 200px;
}
.event-list .lifestyle-carousel .lifestyle-item,
.showing-list .lifestyle-carousel .lifestyle-item {
    position: relative;
    width: 160px;
    height: 180px;
    border-radius: 5px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}
.event-list .lifestyle-carousel .lifestyle-item .overlay,
.showing-list .lifestyle-carousel .lifestyle-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(51, 51, 51, 0) 41.72%,
        rgba(0, 0, 0, 0.9) 88.52%
    );
    border-radius: 5px;
}
.event-list .lifestyle-carousel .lifestyle-item .title,
.showing-list .lifestyle-carousel .lifestyle-item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding-bottom: 1em;
}
.event-list .lifestyle-carousel .lifestyle-item .title p,
.showing-list .lifestyle-carousel .lifestyle-item .title p {
    font-size: 1.1em;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.feed-list {
    overflow: hidden;
}
.feed-list .feed-carousel {
    height: 250px;
}
.feed-list .feed-carousel .owl-stage {
    height: 250px;
}
.feed-list .feed-carousel .feed-item {
    position: relative;
    border-radius: 5px;
    width: 300px;
    height: 220px;
    overflow: hidden;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}
.feed-list .feed-carousel .feed-item .card-body {
    text-align: center;
    padding-top: 0 !important;
}
.feed-list .feed-carousel .feed-item .card-body h2 {
    font-size: 1.5em;
}
.feed-list .feed-carousel .feed-item .card-body .btn {
    border: 2px solid #87c700;
    padding: 0.5em 2em;
    height: auto;
    margin-top: 2em;
    background: #f5f5f5;
}
.referer-modal .progress {
    height: 8px;
    border-radius: 4px;
}
.referer-modal .progress .roler {
    height: 8px;
    border-radius: 4px;
}
.referer-modal .progress.yellow .roler {
    background-color: #f2c94c;
}
.referer-modal .progress.green .roler {
    background-color: #87c700;
}
.referer-modal .progress.red .roler {
    background-color: #eb5757;
}
.referer-modal .current {
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.referer-modal .current img {
    height: 100px;
}
.referer-modal .current p {
    font-size: 2em;
    margin-bottom: 10px;
}
.referer-modal .current .progess-status {
    position: relative;
    margin-top: 40px;
}
.referer-modal .current .progess-status img {
    height: 35px;
    margin-bottom: 15px;
}
.referer-modal .current .progess-status p {
    font-size: 13px;
    margin-bottom: 20px;
}
.referer-modal .current .progess-status .ref-left {
    position: absolute;
    left: 0;
    top: -40px;
}
.referer-modal .current .progess-status .ref-right {
    position: absolute;
    right: 0;
    top: -40px;
}
.referer-modal .current .progess-status .ref-right img {
    opacity: 0.4;
}
.referer-modal .details {
    margin-top: 10px;
}
.referer-modal .details .item {
    margin: 0 10px;
    padding: 1em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.referer-modal .details .item p {
    font-size: 14px;
    margin-bottom: 10px;
}
.referer-modal .details .item p span {
    float: right;
}
.referer-modal .details .item:last-child {
    border-bottom: none;
}
@media screen and (max-width: 1280px) {
    .cards .payment-carousel .payment-card {
        transform: scale(0.95);
        transform-origin: left;
    }
    .recents .nav-pills .nav-item a {
        font-size: 1em;
        padding: 5px;
    }
}
@media screen and (max-width: 1024px) {
    .content-card {
        position: relative;
    }
    .content-card .card-footer {
        margin-top: 1em;
        position: absolute;
        bottom: 15px;
        right: 20px;
    }
    .cards .payment-carousel .owl-item .payment-card {
        transform: scale(0.7);
        transform-origin: left;
    }
}
.acc-summary-carousel {
    height: 250px;
}
.acc-summary-carousel-desktop {
    height: 270px;
}
.acc-summary-carousel .owl-stage {
    height: 250px;
}
.acc-summary-carousel-desktop .owl-stage {
    height: 270px;
}
.acc-summary-carousel .summary-list {
    width: 370px;
}
.acc-summary-carousel .acc-summary-carousel .owl-stage {
    height: 250px;
}
.acc-summary-carousel .summary-list {
    width: 370px;
    background: url("../../img/bank-images/blue_card.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
}
.color-white {
    color: white !important;
}
.theme-default .card-footer a,
.theme-default .card-header a,
.theme-default .card-header .right a {
    color: #0077b2 !important;
}
.theme-default .feed-list .btn {
    border-color: #0077b2 !important;
}
.theme-default .btn.btn-light {
    color: #0077b2 !important;
}
.theme-gtb-bank .card-footer a,
.theme-gtb-bank .card-header a,
.theme-gtb-bank .card-header .right a {
    color: #de4a24 !important;
}
.theme-gtb-bank .feed-list .btn {
    border-color: #de4a24 !important;
}
.theme-gtb-bank .btn.btn-light {
    color: #de4a24 !important;
}
.theme-wema-bank .card-footer a,
.theme-wema-bank .card-header a,
.theme-wema-bank .card-header .right a {
    color: #990b81 !important;
}
.theme-wema-bank .feed-list .btn {
    border-color: #990b81 !important;
}
.theme-wema-bank .btn.btn-light {
    color: #990b81 !important;
}
.theme-union-bank .card-footer a,
.theme-union-bank .card-header a,
.theme-union-bank .card-header .right a {
    color: #00afef !important;
}
.theme-union-bank .feed-list .btn {
    border-color: #00afef !important;
}
.theme-union-bank .btn.btn-light {
    color: #00afef !important;
}
.theme-fidelity-bank .card-footer a,
.theme-fidelity-bank .card-header a,
.theme-fidelity-bank .card-header .right a {
    color: #6abe5c !important;
}
.theme-fidelity-bank .feed-list .btn {
    border-color: #6abe5c !important;
}
.theme-fidelity-bank .btn.btn-light {
    color: #6abe5c !important;
}
.theme-providus-bank .card-footer a,
.theme-providus-bank .card-header a,
.theme-providus-bank .card-header .right a {
    color: #2f444e !important;
}
.theme-providus-bank .feed-list .btn {
    border-color: #2f444e !important;
}
.theme-providus-bank .btn.btn-light {
    color: #2f444e !important;
}
.theme-fcmb-bank .card-footer a,
.theme-fcmb-bank .card-header a,
.theme-fcmb-bank .card-header .right a {
    color: #5c2684 !important;
}
.theme-fcmb-bank .feed-list .btn {
    border-color: #5c2684 !important;
}
.theme-fcmb-bank .btn.btn-light {
    color: #5c2684 !important;
}
.theme-unity-bank .card-footer a,
.theme-unity-bank .card-header a,
.theme-unity-bank .card-header .right a {
    color: #87a149 !important;
}
.theme-unity-bank .feed-list .btn {
    border-color: #87a149 !important;
}
.theme-unity-bank .btn.btn-light {
    color: #87a149 !important;
}
.theme-sterling-bank .card-footer a,
.theme-sterling-bank .card-header a,
.theme-sterling-bank .card-header .right a {
    color: #ad161f !important;
}
.theme-sterling-bank .feed-list .btn {
    border-color: #ad161f !important;
}
.theme-sterling-bank .btn.btn-light {
    color: #ad161f !important;
}
.theme-sterling-bank-red .card-footer a,
.theme-sterling-bank-red .card-header a,
.theme-sterling-bank-red .card-header .right a {
    color: #ad161f !important;
}
.theme-sterling-bank-red .feed-list .btn {
    border-color: #ad161f !important;
}
.theme-sterling-bank-red .btn.btn-light {
    color: #ad161f !important;
}
.theme-sterling-bank-green .card-footer a,
.theme-sterling-bank-green .card-header a,
.theme-sterling-bank-green .card-header .right a {
    color: #579e41 !important;
}
.theme-sterling-bank-green .feed-list .btn {
    border-color: #579e41 !important;
}
.theme-sterling-bank-green .btn.btn-light {
    color: #579e41 !important;
}
.theme-sterling-bank-purple .card-footer a,
.theme-sterling-bank-purple .card-header a,
.theme-sterling-bank-purple .card-header .right a {
    color: #5b4da0 !important;
}
.theme-sterling-bank-purple .feed-list .btn {
    border-color: #5b4da0 !important;
}
.theme-sterling-bank-purple .btn.btn-light {
    color: #5b4da0 !important;
}
.theme-sterling-bank-orange .card-footer a,
.theme-sterling-bank-orange .card-header a,
.theme-sterling-bank-orange .card-header .right a {
    color: #cc9510 !important;
}
.theme-sterling-bank-orange .feed-list .btn {
    border-color: #cc9510 !important;
}
.theme-sterling-bank-orange .btn.btn-light {
    color: #cc9510 !important;
}
.theme-keystone-bank .card-footer a,
.theme-keystone-bank .card-header a,
.theme-keystone-bank .card-header .right a {
    color: #09f !important;
}
.theme-keystone-bank .feed-list .btn {
    border-color: #09f !important;
}
.theme-keystone-bank .btn.btn-light {
    color: #09f !important;
}
.theme-stanbic-bank .card-footer a,
.theme-stanbic-bank .card-header a,
.theme-stanbic-bank .card-header .right a {
    color: #2570e0 !important;
}
.theme-stanbic-bank .feed-list .btn {
    border-color: #2570e0 !important;
}
.theme-stanbic-bank .btn.btn-light {
    color: #2570e0 !important;
}
.theme-uba-bank .card-footer a,
.theme-uba-bank .card-header a,
.theme-uba-bank .card-header .right a {
    color: #d61a0c !important;
}
.theme-uba-bank .feed-list .btn {
    border-color: #d61a0c !important;
}
.theme-uba-bank .btn.btn-light {
    color: #d61a0c !important;
}
.theme-jubilee-bank .card-footer a,
.theme-jubilee-bank .card-header a,
.theme-jubilee-bank .card-header .right a {
    color: #005f29 !important;
}
.theme-jubilee-bank .feed-list .btn {
    border-color: #005f29 !important;
}
.theme-jubilee-bank .btn.btn-light {
    color: #005f29 !important;
}
.theme-fundquest-bank .card-footer a,
.theme-fundquest-bank .card-header a,
.theme-fundquest-bank .card-header .right a {
    color: #0D4DA1 !important;
}
.theme-fundquest-bank .feed-list .btn {
    border-color: #0D4DA1 !important;
}
.theme-fundquest-bank .btn.btn-light {
    color: #0D4DA1 !important;
}
html,
body,
tspan {
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
}
body {
    color: #424b52;
    background: #fff;
}
hr {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}
h1 {
    clear: both;
    font-size: 2em;
    margin: 0 0 20px 0;
}
h2 {
    clear: both;
    font-size: 1.8em;
    margin-bottom: 15px;
}
h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
h3 > span,
h4 > span,
h5 > span {
    display: inline-block;
    padding: 0 5px 5px;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.1em;
}
a {
    outline: none !important;
    cursor: pointer;
}
a,
a:visited,
a:hover,
a:active {
    /* color: inherit; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition: 0.3s color ease;
    text-decoration: none !important;
}
p {
    margin: 0;
}
@media (max-width: 420px) {
    html,
    body {
        font-size: 12px;
    }
}
.container {
    padding-left: 8px;
    padding-right: 8px;
}
.row {
    margin-left: -8px;
    margin-right: -8px;
}
.col-centered {
    margin-right: auto;
    margin-left: auto;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
}
@media (max-width: 767px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
}
label {
    margin-bottom: 7px;
}
@media (max-width: 480px) {
    h1 {
        padding-left: 5px;
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.5em;
    }
    .hidden-xxs {
        display: none !important;
    }
    tr.hidden-xxs {
        display: table-row !important;
    }
    th.hidden-xxs,
    td.hidden-xxs {
        display: table-cell !important;
    }
    .visible-xxs {
        display: block !important;
    }
    tr.visible-xxs {
        display: none !important;
    }
    th.visible-xxs,
    td.visible-xxs {
        display: none !important;
    }
    .breadcrumb {
        padding-left: 6px;
    }
}
blockquote,
blockquote.pull-right {
    padding: 10px 20px 10px 40px;
}
blockquote.pull-right {
    padding-left: 20px;
    padding-right: 40px;
}
blockquote p {
    font-style: italic;
}
blockquote:before {
    content: "\f10d";
    color: #c2c2c2;
    display: inline;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-left: -28px;
    margin-top: 0;
    position: absolute;
    width: auto;
}
blockquote.pull-right:before {
    margin-left: 0;
    right: 50px;
}
body {
    height: 100vh;
}
.content-wrap {
    position: relative;
    width: 100%;
    min-width: 320px;
}
.btn-title {
    font-size: 1em !important;
    font-weight: bold;
}
.modal {
    z-index: 4000 !important;
}
.modal .modal-backdrop-closer {
    background: rgba(0, 0, 0, 0.4) !important;
}
@media screen and (min-width: 801px) {
    .toggle-sidenav {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .toggle-sidenav {
        display: block;
        position: fixed;
        top: 15px;
        left: 15px;
        z-index: 150;
        color: white;
        font-size: 1.8em;
        transition: left 400ms ease-in-out;
        background: transparent;
        border: none;
    }
    .toggle-sidenav img {
        height: 15px;
    }
    .toggle-sidenav.menuopened {
        left: 12px;
    }
    .content-card .card-header .title {
        border-bottom: none !important;
    }
    .content-card.calender-widget {
        height: 830px;
    }
}
@media screen and (max-width: 990px) {
    .content-card.calender-widget {
        height: 830px;
    }
}
.fill-primary {
    fill: grey;
}
.theme-default .fill-primary {
    fill: #0077b2 !important;
}
.theme-gtb-bank .fill-primary {
    fill: #de4a24 !important;
}
.theme-wema-bank .fill-primary {
    fill: #990b81 !important;
}
.theme-union-bank .fill-primary {
    fill: #00afef !important;
}
.theme-fidelity-bank .fill-primary {
    fill: #6abe5c !important;
}
.theme-providus-bank .fill-primary {
    fill: #2f444e !important;
}
.theme-fcmb-bank .fill-primary {
    fill: #5c2684 !important;
}
.theme-unity-bank .fill-primary {
    fill: #87a149 !important;
}
.theme-sterling-bank .fill-primary {
    fill: #ad161f !important;
}
.theme-sterling-bank-red .fill-primary {
    fill: #ad161f !important;
}
.theme-sterling-bank-green .fill-primary {
    fill: #579e41 !important;
}
.theme-sterling-bank-purple .fill-primary {
    fill: #5b4da0 !important;
}
.theme-sterling-bank-orange .fill-primary {
    fill: #cc9510 !important;
}
.theme-keystone-bank .fill-primary {
    fill: #09f !important;
}
.theme-stanbic-bank .fill-primary {
    fill: #2570e0 !important;
}
.theme-uba-bank .fill-primary {
    fill: #d61a0c !important;
}
.theme-jubilee-bank .fill-primary {
    fill: #005f29 !important;
}
.theme-fundquest-bank .fill-primary {
    fill: #0D4DA1 !important;
}
